fix box scrolling horizontal
body,
html {
    overflow-x: hidden;
    line-height: normal;
}



.desktop-header {
    z-index: 1000;
}



.elementor-image-gallery .gallery-item~br {
    display: none;
}

.logo-du-an {
    z-index: 2;
}

.logo-du-an .elementor-image-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
}

.logo-du-an .elementor-image-gallery .gallery .gallery-item {
    background-color: #fff;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.img-du-an1 .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.img-du-an1 .gallery-item {
    margin-top: 0px !important;
    padding: 0px 15px;
    margin-bottom: 30px !important;
}

.img-du-an1 .gallery-item img {
    border: none !important;
}

.khachhang-vechungtoi .gallery-khachhang {
    padding-left: 18.16px;
}

.logo-khachhang .gallery-columns-5 .gallery-item {
    margin-top: 0px !important;
    height: 100px;
    margin-bottom: 18px;
    margin-left: 9px;
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 18px) !important;
}
.logo-khachhang .gallery-columns-6 .gallery-item {
    margin-top: 0px !important;
    height: 90px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(16.66667% - 16px) !important;
}

.logo-khachhang .gallery-columns-5
 {
    margin-left: -9px !important;
    margin-right: -9px !important;
}
.logo-khachhang .gallery-columns-6{
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.from-news {
    margin-left: 0px !important;
}

.posts-wrap .col {
    padding-left: 15px;
    padding-right: 15px;
}

/* .row.posts-wrap {
    margin-left: -15px;
    margin-right: -15px;
} */

.from-news {
    margin-bottom: 56px;
}

.item-wg-post .post-thumb {
    margin-bottom: 20px;
}



.main-nav .toggle-mobile-menu .text {
    margin-left: 30px;
    text-decoration: none;
    color: #e26e38;
    text-transform: uppercase;
    font-weight: normal;
}

.main-nav .toggle-mobile-menu .menu-icon-dot{
    position: absolute;
    background-color: #00377B; 
    border-radius: 50%;
}
.main-nav .toggle-mobile-menu .menu-icon-line {
    position: absolute;
    background-color: #00377B;
    border-radius: 50px;
}

/* Các dấu chấm */
.main-nav .toggle-mobile-menu .menu-icon-dot {
    width: 2.5px;
    height: 2.5px;
}

/* Dấu chấm trên */
.main-nav .toggle-mobile-menu .dot-1 {
    top: 8px;
    left: 7px;
}

/* Dấu chấm giữa */
.main-nav .toggle-mobile-menu .dot-2 {
    top: 14px;
    left: 7px;
}

/* Dấu chấm dưới */
.main-nav .toggle-mobile-menu .dot-3 {
    top: 20px;
    left: 7px;
}

/* Các dòng kẻ ngang */
.main-nav .toggle-mobile-menu .menu-icon-line {
    width: 30px;
    height: 3px;
}

/* Dòng kẻ trên */
.main-nav .toggle-mobile-menu .line-1 {
    top: 6px;
    /* left: 12px; */
    right: 0px;
}

/* Dòng kẻ giữa */
.main-nav .toggle-mobile-menu .line-2 {
    top: 14px;
    /* left: 12px; */
    right: 0px;
}

/* Dòng kẻ dưới */
.main-nav .toggle-mobile-menu .line-3 {
    top: 22px;
    /* left: 12px; */
    right: 0px;
}
.header-menu-mobile {
    display: none;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{
    display: none;
}
.container-menu-header-mobile::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.container-menu-header-mobile.overlay::before {
    visibility: visible;
    opacity: 1;
}
.language-switcher-mobile {
    display: none;
}
.language-switcher-desktop {
    display: flex;
}
.select-language {
    position: absolute;
    bottom: -72px;
    padding: 0;
    width: 130px;
    background: #fff;
    list-style: none;
    padding: 5px 15px;
    box-shadow: 1px 2px 4px #33333361;
    margin-bottom: 0px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    right: 0;
}

.select-language li a {
    text-decoration: none;
    color: #282828;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.select-language li a:hover {
    color: #e26e38;
}

.language-switcher:hover .select-language {
    opacity: 1;
    visibility: visible;
}

.skiptranslate {
    display: none !important;
}

#google_translate_element {
    margin-top: 0px !important;
    top: 0px !important;
}

#google_translate_element.loading::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Define the fadeIn animation */
@keyframes fadeInn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* fix banner bg */
/* animation fadein */
/* .desktop-header {
    animation: fadeInn 2s;
}

.elementor-element-d4051ff .elementor-heading-title .letter,
.elementor-element-92d6e9b .elementor-heading-title span .letter,
.elementor-element-36bef70 .elementor-heading-title span .letter,
.elementor-element-36bef70 .elementor-heading-title p .letter,
.box-hoptac .elementor-heading-title .letter,
.box-hoptac .elementor-widget-text-editor p .letter,
.elementor-element-3c1c49f .elementor-heading-title span .letter,
.elementor-element-c5a6fa9 .elementor-widget-container > p .letter,
.elementor-element-d3a073a .elementor-heading-title span .letter,
.elementor-element-a9fc2c5 > div > p .letter {
    transform-origin: 0 100%;
    display: inline-block;
    line-height: 1em;
    opacity: 0;
}

.elementor-element-d4051ff .elementor-heading-title,
.elementor-element-92d6e9b .elementor-heading-title,
.elementor-element-36bef70 .elementor-heading-title,
.box-hoptac .elementor-heading-title,
.box-hoptac .elementor-widget-text-editor p,
.elementor-element-3c1c49f .elementor-heading-title,
.elementor-element-c5a6fa9 .elementor-widget-container > p,
.elementor-element-d3a073a .elementor-heading-title,
.elementor-element-a9fc2c5 > div > p{
    overflow: hidden;
    line-height: 1.2 !important;
}

.elementor-element-d4051ff .elementor-heading-title strong {
    display: block;
}


.elementor-element.elementor-element-3c1c49f,
.elementor-element.elementor-element-c5a6fa9{
    z-index: 1;
}

.box-danb .elementor-element-3c1c49f .elementor-heading-title{
    margin-bottom: 22px;
}

html[lang="en"] .main-nav>div.header-menu>ul>li>a{
    padding: 35px 15px;
} */

.toggle-submenu{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.container-menu-header-mobile  .sub-menu{
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    width: 100%;
    border: none;
    box-shadow: none;
    display: none;
}

.container-menu-header-mobile .active-submenu .toggle-submenu .fa-angle-down{
    transform: rotate(180deg);
}
.item-desktop{
    display: block;
}
.item-mobile{
    display: none;
}
@media (max-width: 991px) {
    .language-switcher-desktop {
        display: none !important; 
    }
    
    .home .language-switcher-mobile {
        display: flex;
        align-items: center;
        margin-right: 25px;
        border: 1px solid #fff;
        padding: 4px 7px;
        border-radius: 50px;
    }
    body:not(.home) .language-switcher-mobile{
        display: flex;
        align-items: center;
        margin-right: 25px;
        border: 1px solid #E26E38;
        padding: 4px 7px;
        border-radius: 50px;
    }
    
    .language-option-mobile {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        cursor: pointer;
    }
    
    .home .language-text {
        font-size: 14px;
        font-weight: 500;
        color: #fff; 
    }
    body:not(.home) .language-text{
        font-size: 14px;
        font-weight: 500;
        color: #E26E38; 
    }
    .language-flag {

        border-radius: 50px;
    }
    
}
@media (max-width: 480px){
    .item-desktop{
        display: none !important;
    }
    .item-mobile{
        display: block ! important;
    }
    .item-mobile img{
        /* width: 100%; */
    }
}