@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
.container-width,
.full-width .ubermenu-nav,
.container,
.row,
.e-con>.e-con-inner{
    max-width: 70.5rem !important;
}
:root{
    --main-cl: #EE7800;
    --sub-cl: #ffffff;
    --add-cl: #FF9A33;
    --container-w: 96rem;
    --font-Oswald: "Oswald", sans-serif;
    --font-Open-Sans: "Open Sans", sans-serif;
}
body {
    color: #6D6E71 !important;
    font-style: normal;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.25rem;
    /* 138.889% */
}

h1,
h2,
h3,
h4,
h5,
strong,
b{
    font-weight: 700;
    font-style: normal;
}

.col,
.columns,
.gallery-item {
    padding: 0 .8rem !important;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.517rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1.05vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: var(--main-cl);
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.heading_title h3{
    color: #3A3A3A;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem; /* 140% */

}
.heading_title h2{
    color: var(--4_333333, #333);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2rem; /* 133.333% */
    text-transform: uppercase;
}
.desc_content p{
    color: #3A3A3A;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35rem; /* 150% */
}
.title_1 h1{
    color: #EE7800;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.45rem; /* 115% */
}
.home_3 {
    height: 44.5rem;
}
.home_3 .elementor-widget{
    width: 100%;
    height: 100%;
}
.home_3 .video-bg {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
    transform: scale(.8);
    border-radius: 1rem;
    transition: 1s all;
}

.home_3 .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home_3:hover .video-bg {
    padding: 0 !important;
    transform: scale(1);
}

.box_use {
    position: relative;
}
.item_box_use{
    width: 17.9rem;
}
.item_box_use:nth-child(3),
.item_box_use:nth-child(4){
    width: 22.6rem;
}
.item_box_use h3{
    color: #EE7800;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.15rem; /* 143.333% */
    margin: 0;
}
.item_box_use .line{
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    margin: 0.8rem 0;
}
.item_box_use .desc_content p{
    color: var(--1_6d6e71, #6D6E71);
    font-weight: 500;
    line-height: 25px; /* 138.889% */
    margin: 0;
}
.box_use .row .col:nth-child(3) .item_box_use,
.box_use .row .col:nth-child(4) .item_box_use{
    width: 22.6rem;
    margin-top: 5.05rem;
}
.box_use .row .col:nth-child(2) .item_box_use,
.box_use .row .col:nth-child(4) .item_box_use{
    text-align: right;
}
.box_use .row .col:nth-child(2),
.box_use .row .col:nth-child(4){
    display: flex;
    justify-content: end;
}
.img_box_use{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28rem;
    height: 24.75rem;
    z-index: 1;
}
.img_box_use img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 1s all;
}
.home_5:hover .box_use .img_box_use img{
    transform: scale(1.08);
}
.heading_big h2{
    color: var(--main-cl);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.15rem; /* 126% */
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}
.heading_big p{
    color: #3A3A3A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.15rem; /* 143.333% */
    margin: 0;
}
.home_10 .heading_big h2,
.home_11 .heading_big h2,
.home_12 .heading_big h2,
.section_form_contact .heading_big h2{
    color: #3A3A3A;
    text-transform: capitalize;
}
.heading_big_cpn_2 p{
    color: var(--4_333333, #333);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem; /* 20.168px */
}
.content_home_10 h3{
    color: rgba(238, 120, 0, 0.60);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.content_home_10 h3 strong{
    color: var(--main-cl);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.content_home_10 h4{
    color: #5A5E5F;
    font-size: .7rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.2rem;
}
.content_home_10 p{
    color: #5A5E5F;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.5rem;
}
.slide_home_10 .swiper-pagination {
    display: flex;
    top: 50%;
    left: 2.5rem !important;
    width: fit-content;
    height: fit-content;
    flex-direction: column;
    gap: 1rem;
    align-items: end;
}
.slide_home_10 .swiper-pagination .swiper-pagination-bullet{
    background: #5A5E5F !important;
    opacity: 1 !important;
}
.slide_home_10 .swiper-pagination .swiper-pagination-bullet-active{
    position: relative;
}
.slide_home_10 .swiper-pagination .swiper-pagination-bullet-active::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/2025/05/dot.svg");
}
.btn_component .elementor-button .elementor-button-text,
.btn_form span{
    color: var(--3_FFFFFF, #FFF);
    font-family: Roboto;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem; /* 150% */
    transition: 0.5s all;
}
.btn_component .elementor-button::before,
.btn_form::before {
    content: '';
    position: absolute;
    top: 30%;
    right: .65rem;
    width: 1rem;
    height: 1rem;
    background-image: url("/wp-content/uploads/2025/05/CaretRight.svg");
    background-repeat:no-repeat;
    background-size: contain;
    transition: 0.5s all;
}
.btn_component .elementor-button,
.btn_form{
    position: relative;
    padding: 0.65rem 2.35rem 0.65rem 1.15rem;
    border-radius: 3rem;
    background: var(--main-cl);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: 0.5s all;
}
.btn_component .elementor-button:hover,
.btn_form:hover{
    padding: 0.65rem 2.55rem 0.65rem 1.15rem;
    background: #FF9A33;
}
.btn_component .elementor-button:hover .elementor-button-text,
.btn_form:hover span{
    color: #333;
}
.btn_component .elementor-button:hover::before,
.btn_form:hover::before{
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2025/05/CaretRight-1.svg");
}
.home_10{
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0.00) 100%) !important;
}
.img_home_11 .elementor-widget-container{
    position: relative;
}
.img_home_11 .elementor-widget-container img{
    width: 17.2rem;
    height: 12.1rem;
    position: relative;
    z-index: 3;
    transform: translateY(0);
    transition: 1s all;
}
.img_home_11 .elementor-widget-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.625rem;
    width: calc(100% - 1.25rem);
    height: 7.75rem;
    background: #F9F9F9;
}
.img_home_11 {
    padding-bottom: 1rem;
    width: 100%;
    /*height: 100%;*/
}
.item_box_info:hover .img_home_11 .elementor-widget-container img{
    transform: translateY(-1.5rem);
}
.form_contact .row .col{
    padding: 0 0.5rem  0.5rem !important;
}
.section_form_contact .heading_big_cpn_2{
    padding: 0 0.5rem 2rem;
}
.section_form_contact .edit_btn p .btn_form{
    margin: 0;
    border: none;
    background: var(--main-cl) !important;
}
.section_form_contact .edit_btn p{
    display: flex;
    justify-content: end;
}
.form_contact select,
.form_contact input{
    display: flex;
    height: 2.5rem !important;
    padding: 0.75rem 1.95rem !important;
    align-items: center;
    border-radius: 2rem !important;
    /*background: #FFF;*/
}
.form_contact textarea{
    padding: 1.25rem 1.95rem !important;
    border-radius: .5rem;
    background: #FFF;
}
.form_contact select,
.form_contact input::placeholder,
.form_contact textarea::placeholder{
    color: var(--4_333333, #333);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem; /* 20.168px */
}
.section_form_contact .wpcf7 .wpcf7-not-valid-tip{
    color: #C11D26;
    font-size: .8rem;
}
.section_form_contact .wpcf7 form.invalid .wpcf7-response-output{
    color: #C11D26;
    font-size: .9rem;
    border-color: #C11D26;
}
.img_contact {
    width: 58rem;
    height: 37.05rem;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.img_contact .elementor-widget-container{
    width: 100%;
    height: 100%;
}
.img_contact .elementor-widget-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.wrap_form_contact{
    position: relative;
    z-index: 1;
    backdrop-filter: blur(15px);
}
.section_form_contact:hover .img_contact .elementor-widget-container img{
    transform: scale(1.1);
}
.wrap_click_home_3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon_play{
    width: 8.75rem !important;
    height: 8.75rem !important;
}
.icon_play .elementor-widget-container a img{
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}
.icon_play .elementor-widget-container,
.icon_play .elementor-widget-container a{
    width: 100%;
    height: 100%;
}
.title_home_3 p{
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem; /* 123.333% */
    margin: 0;
}
.footer_wrapper{

}
.img_logo_footer{
    width: 16.4rem;
    height: 5.35rem;
}
.img_logo_footer a {
    width: 100%;
    height: 100%;
}
.img_logo_footer img{
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}
.text_footer_wrapper p,
.text_footer_wrapper p a{
    color: #FFF;
    /*text-align: center;*/
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1rem; /* 137.5% */
    margin: 0;
}
.text_footer_wrapper h3{
    color: #FFF;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem; /* 137.5% */
    opacity: 0.5;
}
.text_footer_wrapper h2{
    color: #FFF;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem; /* 120% */
    margin: 0;
}
.wrap_icon_social{
    flex-direction: row !important;
    gap: 0.5rem;
}
.wrap_icon_social{
    flex-direction: row !important;
    gap: 0.5rem;
}
.wrap_icon_social .icon_social{
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.5s all;
}
.wrap_icon_social .icon_social:hover{
    transform: scale(1.25);
}
.text_footer_wrapper_bottom p{
    color: #FFF;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem; /* 146.667% */
    opacity: 0.5;
    margin: 0;
}
.navigation_bar{
    display: flex;
    gap: 3.85rem;
    position: fixed;
    z-index: 100;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3.5rem;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px);
    padding: 1.05rem 3.8rem;
}
.heading_navigation_bar a{
    margin: 0;
    white-space: nowrap;
    color: var(--3_FFFFFF, #FFF) !important;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.5s all;
}
.heading_navigation_bar a:hover{
    color: var(--add-cl) !important;
}
.wrap_navigation_bar{
    width: 100%;
}
.wrap_header {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 10;
}
.wrap_header .logo_header a img {
    width: 100% !important;
    height: auto;
}
.right_header ul {
    list-style: none;
    display: flex;
    gap: 1.65rem;
    margin: 0;
}
.right_header ul li {
    display: flex;
    align-items: center;
    margin: 0;
}
.right_header ul li p{
    position: relative;
    margin: 0;
    color: #FFF;
    font-family: "Wix Madefor Display";
    font-size: .9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-right: .9rem;
}
.right_header ul li p::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .7rem;
    height: .7rem;
    background-size: contain;
    background-repeat:  no-repeat;
    background-image: url(/wp-content/uploads/2025/06/CaretDown.svg);
}
.box_cong_nghe_content {
    max-width: 49rem;
    margin: auto;
    font-size: 1rem;
    color: #333333;
}

.box_cong_nghe_img {
    height: 22.7rem;
    width: 13.3rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: 1s all;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.box_cong_nghe_img img {
    min-height: max-content;
    max-width: unset;
    border-radius: 10px;
}

.box_cong_nghe .logo_top {
    height: 4.7rem;
}

.box_cong_nghe .logo_top img {
    display: block;
    margin: auto;
    max-height: 100%;
    filter: brightness(1) invert(0);
    transition: 1s all;
}

.box_cong_nghe_content h2.heading_title {
    margin: 1.5rem 0 1rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--4_333333, #333);
    text-transform: uppercase;
    opacity: 0.9;
    transition: .6s all;
}

.box_cong_nghe {
    padding: 3rem 0 0 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.title_run {
    display: flex;
    margin-top: 1rem;
}

.title_run span {
    width: max-content;
    flex: 0 0 auto;
    color: #E2E2E2;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    margin: 0 1.8rem;
    animation: textLoop 10s linear infinite;
    transition: .5s all;
}
.box_cong_nghe:hover .title_run span {
    color: #696969;
}
.logo_run_inner {
    animation: textLoop 10s linear infinite;
}
.box_cong_nghe_content .heading_title {
    margin-top: 0 !important;
}

.box_cong_nghe .logo_top+.heading_title {
    margin-top: 1.5rem !important;
}
@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.box_cong_nghe:before {
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    content: '';
    background: #454545;
    transition: 2s all;
}

.box_cong_nghe:hover:before {
    transform: translate(-50%, -50%) scale(10);
    transition-delay: .2s;
}

.box_cong_nghe>* {
    position: relative;
    z-index: 2;
}

.box_cong_nghe:hover .box_cong_nghe_content h2.heading_title {
    color: #fff;
    transition-delay: .25s;
}

.box_cong_nghe:hover .box_cong_nghe_content .content {
    color: #fff;
    transition-delay: .25s;
}

.box_cong_nghe .box_cong_nghe_content .content {
    transition: .6s all;
}

.box_cong_nghe:hover .box_cong_nghe_img {
    width: 70rem;
    transition-delay: .2s;
}
.wonang_premium_slider .box_img {
    width: 60%;
    flex: 0 0 auto;
}

.wonang_premium_slider .box_img img {
    max-width: 100%;
    transform: scale(1);
    transition: .5s all;
    max-width: 83%;
}

.elementor-element.elementor-element-2d8fb36.e-con-full.box_img.e-flex.e-con.e-child {}

.wonang_premium_slider .box_content {
    font-size: 0.9rem;
    padding-right: 1rem;
    max-height: 28rem;
    overflow: auto;
}

.wonang_premium_slider .box_content h3 {
    font-size: 1.5rem;
    color: #EE7800;
    font-weight: 500;
    position: relative;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
}

.wonang_premium_slider .box_content h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 1px;
    background: linear-gradient(45deg, black, transparent);
    opacity: .2;
}

.wonang_premium_slider .box_content .elementor-widget-text-editor:nth-child(2) h3:before {
    width: 25.1rem;
}

.wonang_premium_slider .box_content .elementor-widget-text-editor:nth-child(3) h3:before {
    width: 28.7rem;
}

.elementor-element.elementor-element-f3e3432.e-con-full.box_content.e-flex.e-con.e-child {}

.wonang_premium_slider .box_content .elementor-widget-text-editor:nth-child(4) h3:before {
    width: 34.65rem;
}

.wonang_premium_slider .box_content .elementor-widget-text-editor p:last-child {
    margin: 0;
}

.wonang_premium_slider .box_content .elementor-widget-text-editor+.elementor-widget-text-editor {
    margin-top: 3rem;
}

.wonang_premium_slider .box_img {
}

.wonang_premium_slider .swiper-pagination {
    position: unset;
    display: flex;
    justify-content: center;
    width: 100% !important;
    transform: unset !important;
    margin-top: 2rem;
}

.wonang_eco_slider .item {
    height: 22.5rem;
}

.wonang_eco_slider .swipper {
    width: calc(100% + calc(100vw - 72rem)/2) !important;
}

.wonang_eco_slider .swiper {
    width: calc(100% + calc(100vw - 70rem)/2);
    padding-right: calc( calc(100vw - 58rem)/2);
}

.wonang_eco_slider * {
    color: #fff;
}

.wonang_eco_slider {
    font-size: 0.8rem;
}

.wonang_eco_slider .swiper-pagination {
    position: unset;
    display: flex;
    width: 100% !important;
    transform: unset !important;
    margin-top: 1rem;
}
.ht_banner {
    position: absolute;
    z-index: 9;
    bottom: -1.7rem;
    left: 7rem;
}

.ht_banner img {
    width: 55rem;
}

.ht_banner+.ht_banner img {
    width: 58rem;
}

.ht_banner+.ht_banner {
    bottom: 16rem;
    left: 24rem;
}

/*loading-effect-page*/
.load_home_page svg {
    width: 40.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #EE7800;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg {
    transition-delay: 0.4s;
    opacity: 0;
}

.load_home_page rect, .load_home_page path {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}

.elementor-widget-container p:last-child {
    margin: 0;
}
.wonang_eco_slider h3 {
    font-size: 1.4rem;
}
.box_cong_nghe:hover .logo_top path:not([fill="#EE7800"]) {
    fill: #fff;
    transition-delay: .4s;
}

.box_cong_nghe .logo_top path:not([fill="#EE7800"]) {
    transition: .5s all;
}
.img_sec_4 img {width: 100%;height: auto;}

.img_sec_4 {
    overflow: hidden;
}

.img_sec_4 img {
    width: 100%;
    max-width: unset;
    transform: translateY(-2rem);
    transition: .5s all;
    height: calc(100% + 2rem);
}

.img_sec_4:hover img {
    transform: translateY(0rem);
}

.img_sec_4 {
    height: 24rem;
}

.home_3:hover .video-bg {
    border-radius: 0;
}
.box_quote h1 {
    font-size: 2rem;
    line-height: 1.24;
    color: #6D6D6D;
    align-items: center;
}

.box_quote h1 b {
    color: #EE7800;
    font-weight: 400;
}

.box_quote {
    max-width: 56.25rem !important;
    margin: auto;
}
.box_quote:before,.box_quote:after{
    width: 40.85rem;
    height: 11.15rem;
    content: '';
    background-image: url(../images/line_top.svg);
    position: absolute;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.box_quote>.elementor-widget-container {
    margin: 0 !important;
    height: 11.1rem !important;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 4rem;
    position: relative;
}

.box_quote:after {
    background-image: url(../images/live_bottom.svg);
    bottom: 0;
    left: 0;
}
.box_quote>.elementor-widget-container:before,.box_quote>.elementor-widget-container:after{
    content: '';
    background-image: url(../images/icon_quote.svg);
    width: 3.95rem;
    height: 3.05rem;
    top: -1.5rem;
    left: 9rem;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.box_quote>.elementor-widget-container:after {
    bottom: -1rem;
    top: unset;
    right: 10rem;
    left: unset;
    transform: rotateY(180deg);
}

.box_quote {
    margin-bottom: 3rem !important;
}
.wonang_premium_slider .box_content::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.wonang_premium_slider .box_content::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.wonang_premium_slider .box_content::-webkit-scrollbar-thumb
{
    background-color: #606060;
}
.wonang_premium_slider .box_content h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 9;
    background: #727272;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    bottom: 0;
    transform: translateY(50%);
}
.box_cong_nghe_img2 {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.box_cong_nghe_img2 .img {
    width: 16.1rem;
    height: 18.9rem;
    margin: 0;
    position: relative;
    transition: 1s all;
    margin: 0;
}

.box_cong_nghe_img2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_cong_nghe_img2 .img_left.img {transform: translateX(100%);}

.box_cong_nghe_img2 .img_right.img {
    transform: translateX(-100%);
}

.box_cong_nghe:hover .img {
    transition-delay: .4s;
}

.box_cong_nghe:hover .img_left {
    transform: translateX(-20%);
}

.box_cong_nghe:hover .img_right {
    transform: translateX(20%);
}
footer#site-footer {
    padding: 0;
    display: none;
}
.box_cong_nghe:hover .logo_top img {
    transition-delay: .4s;
    filter: brightness(0) invert(1);
}
[data-elementor-type="footer"]>* {
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}
.wonang_eco_slider {}

.wonang_eco_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px;
    bottom: 0;
    background: #333;
}

.wonang_eco_slider .swiper-pagination {
    position: relative;
    height: 2px;
    background: #D8D8D8;
    width: calc(100% - 2rem) !important;
    margin-top: 2rem;
}

.wonang_eco_slider .elementor-swiper-button {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #ee7800 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    bottom: -2rem !important;
    right: -1rem !important;
    left: unset !important;
    top: unset !important;
    border-radius: 100px;
    fill: #fff !important;
    background: #ee7800;
}

.wonang_eco_slider .elementor-swiper-button path {
    fill: #fff;
    transition: .5s ala;
}

.wonang_eco_slider .elementor-swiper-button svg {
    width: .7rem !important;
}

.wonang_eco_slider .elementor-swiper-button.elementor-swiper-button-next {
    right: -3.7rem !important;
}

.wonang_eco_slider .elementor-swiper-button:hover path {
    fill: #ee7800;
}

.wonang_eco_slider .elementor-swiper-button:hover {
    background: #fff !important;
}
.wonang_eco_slider .swiper-pagination-progressbar {
    height: 2px !important;
}
[inert] {
    interactivity: auto !important;
}
.box_cong_nghe .logo_top img {
    height: 100%;
    width: auto;
}
.wrap_content_home_2 img {
    width: 100%;
    height: auto;
}
ul.language-switcher {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
}

ul.language-switcher li a {
    opacity: .6;
}

ul.language-switcher li.active {
    opacity: 1;
}

ul.language-switcher li a {
    transition: .4s all;
    display: inline-block;
    line-height: 1;
}

ul.language-switcher li a:hover {
    color: #EE7800;
    opacity: 1;
}

ul.language-switcher li:hover {
    opacity: 1;
}

ul.language-switcher {
    gap: 0;
    margin-top: 1rem;
}

ul.language-switcher li.active a {
    opacity: 1;
}

.right_header ul li + li {
    padding-left: .5rem;
    margin-left: .5rem;
    border-left: 1px solid #fff;
}
.ht_banner.ht_1 {animation: hu__hu__ infinite 3s ease-in-out;pointer-events: none;}
@keyframes hu__hu__ {
    50% { transform: translateY(2rem) }
}
/*.img_banner:hover img {transform: scale(1.15);}*/

.img_banner img {
    transition: 2s all;
}
.ht_banner.ht_1+.ht_banner.ht_1 { animation: hu__hu__ infinite 5s ease-in-out }
/*.wonang_premium_slider .box_img:hover img {*/
/*    transform: scale(1.1);*/
/*}*/
.img_home_11 .elementor-widget-container {
    margin-bottom: 1.5em;
}

.img_home_11 .elementor-widget-container:after {
    content: '';
    background: #333;
    width: 16rem;
    height: 9rem;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    border-radius: 50%;
    filter: blur(30px);
    opacity: .5;
}
header#site-header {
    display: none;
}
@media only screen and (max-width: 1199px){
    html {
        font-size: 1.3vw;
    }
}
@media only screen and (max-width: 850px){
    html {
        font-size: 1.9vw;
    }
    .img_box_use {
        width: 20rem;
        height: 15rem;
    }
    .img_home_11 .elementor-widget-container img{
        width: 15rem;
        height: 10.5rem;
    }
    .box_use .row .col:nth-child(3) .item_box_use,
    .box_use .row .col:nth-child(4) .item_box_use{
        width: 17.9rem;
    }
    .home_3 .video-bg{
        padding: 0 !important;
    }
    .home_3 {
        height: 30rem;
    }
    .navigation_bar{
        gap: 1rem;
        padding: 1rem 2rem;
    }
    .heading_title h3 br{
        display: none;
    }
    .wrap_header{
        top: 0;
    }
    .wonang_premium_slider .box_img img {
        max-width: 23rem;
    }

    .wonang_premium_slider .box_content {
        padding: 0 2rem;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 4.2vw;
    }
    .load_home_page svg {
        width: 12rem;
    }
    #search-lightbox{
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: calc(100%  + 2rem);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    #search-lightbox .search-keywords{
        margin-top: 1rem;
    }
    #search-lightbox .search-keywords > a{
        font-size: .7rem;
    }
    .heading_big h2,
    .title_1 h1{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .desc_content p{
        margin-bottom: 0.5rem;
    }
    .heading_big p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .slide_home_10 .swiper-pagination {
        display: flex;
        top: unset;
        left: unset !important;
        width: fit-content;
        height: fit-content;
        flex-direction: row;
        gap: 0.25rem;
        align-items: center;
        justify-content: center;
    }
    .img_contact {
        width: 100%;
        height: 14rem;
        position: relative;
    }
    .img_box_use {
        position: unset;
        transform: unset;
        width: 100%;
        height: 14rem;
        margin-bottom: 1.25rem;
    }
    .box_use .row .col:nth-child(2) .item_box_use,
    .box_use .row .col:nth-child(4) .item_box_use {
        text-align: left;
    }
    .box_use .row .col:nth-child(2), .box_use .row .col:nth-child(4) {
        display: flex;
        justify-content: start;
    }
    .box_use .row .col:nth-child(3) .item_box_use,
    .box_use .row .col:nth-child(4) .item_box_use {
        margin-top: 0;
    }
    .item_box_use {
        width: 100% !important;
        margin-bottom: 1.5rem;
    }
    .home_3 {
        height: 18rem;
    }
    .title_home_3 p{
        font-size: 1.2rem;
    }
    .wrap_click_home_3 {
        top: 40%;
    }
    .text_footer_wrapper_bottom p{
        text-align: left !important;
    }
    .navigation_bar::-webkit-scrollbar {
        display: none;  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©n thanh cuÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢n ngang */
    }
    .heading_navigation_bar {
        flex: 0 0 auto;  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£m bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o khÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ co giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n */
    }
    .heading_navigation_bar a {
        color: white;
        text-decoration: none;
        font-size: 1rem;
        white-space: nowrap;  /* khÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng cho chÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ xuÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ng dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ng */
    }
    .navigation_bar{
        gap: 1.5rem;
        overflow-x: auto;
        white-space: nowrap;
        max-width: 95%;  /* giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºi hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ngang ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ khÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng vÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ layout */
    }
    .wrap_content_home_2:nth-child(odd){
        flex-direction: column-reverse;
        margin-top: 1rem;
    }
    .box_cong_nghe:hover .box_cong_nghe_img {
        width: 100%;
        padding: 0 1rem !important;
    }

    .box_cong_nghe_img {
        height: auto;
        width: 100%;
        padding: 0 1rem !important;
    }

    .box_cong_nghe_img img {
        width: auto;
        min-height: unset;
        width: 103%;
    }

    .title_run span {
        font-size: 2rem;
    }

    .wonang_premium_slider .box_img {
        height: auto;
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .wonang_premium_slider .box_img img {
        max-width: 100%;
        padding: 0 15px;
    }

    .wonang_premium_slider .box_content {
        padding: 0 15px;
    }

    .wonang_premium_slider .box_content * {
        text-align: center;
    }

    .wonang_premium_slider .box_content h3:before {
        width: 100% !important;
    }

    .wonang_premium_slider .box_content .elementor-widget-text-editor+.elementor-widget-text-editor {
        margin-top: 1.5rem;
    }

    .wonang_eco_slider .swiper {
        width: 100%;
        padding: 0  !important;
    }

    .wonang_eco_slider h3 {
        font-size: 1.3rem;
    }

    .wonang_eco_slider .swiper-pagination {
        justify-content: center;
    }

    .wrap_header .logo_header a img {
        width: 11rem !important;
    }

    .right_header ul {
        gap: .5rem;
    }

    .wrap_header {
        display: flex;
        flex-wrap: nowrap;
    }

    .ht_banner {
        display: none !important;
    }
    .box_cong_nghe_content h2.heading_title {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .box_cong_nghe {
        padding: 3rem 0 0 0;
    }

    .box_cong_nghe_content {
        padding: 0 1rem;
    }
    .heading_navigation_bar a {
        font-size: .5rem;
        line-height: 1.8;
        text-align: center;
        display: inline-block;
        flex-wrap: wrap;
        width: auto;
        white-space: unset;
    }

    .navigation_bar {
        gap: .6rem;
        overflow: unset;
        white-space: unset;
        width: 94vw;
    }

    .heading_navigation_bar {
        flex: unset;
        min-width: 2rem;
    }
    .box_quote h1 {
        font-size: 1rem;
        line-height: 1.4;
    }

    .box_quote>.elementor-widget-container {
        padding: 0 2rem;
    }

    .box_quote:before, .box_quote:after {
        width: 12.85rem;
        height: 3.15rem;
    }

    .box_quote>.elementor-widget-container:before, .box_quote>.elementor-widget-container:after {
        left: 4rem;
    }

    .box_quote>.elementor-widget-container:after {
        right: 2rem;
        left: unset;
    }

    .box_quote:after {
        width: 14.85rem;
        height: 4.5rem;
    }
    .wonang_premium_slider .box_content {
        display: block;
    }
    .wonang_eco_slider {
        margin: 0 15px;
        width: calc(100% - 30px) !important;
    }

    .wonang_eco_slider .swiper-pagination {
        width: calc(100% - 6rem) !important;
    }

    .wonang_eco_slider .elementor-swiper-button {
        right: 3rem !important;
    }

    .wonang_eco_slider .elementor-swiper-button.elementor-swiper-button-next {
        right: 0rem !important;
    }
    .box_cong_nghe_img2 .img {
        width: calc(calc(100% / 3) - 1rem);
        height: 9.9rem;
        transform: unset !important;
    }

    .box_cong_nghe .img_left {
        transform: translateX(-2%);
    }

    .box_cong_nghe_img2 {
        justify-content: space-between !important;
        padding: 0 .5rem;
    }

    #section_5 .heading_big {
        padding: 0 15px;
    }
    .right_header ul {
        margin-top: .3rem;
    }
}
