.site-header {
    position: relative;
    z-index: 10;
    padding-top: 22px;
}

@media screen and (max-width:990px) {
    .site-header {
        padding: 10px 0;
    }
}

.full-menu:not(.sticky) {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    padding-top: 50px;
    max-width: 100%;
}

@media screen and (max-width:990px) {
    .full-menu:not(.sticky) {
         padding-top: 20px;
    }
}

.full-menu.sticky {
    top: 0px;
    position: sticky;
    z-index: 999;
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
    background-color: var(--e-global-color-primary);
    padding: 15px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    max-width: 100%;
}

/*  */
/* CSS chỉ áp dụng cho các trang KHÁC trang chủ và trang ID 215 */
body:not(.home):not(.page-id-215) {
    /* Đặt CSS tùy chỉnh của bạn ở đây */
    .full-menu:not(.sticky){
       background-color: var(--e-global-color-primary);
       position: relative;
    }
    /* Hoặc nhiều rule riêng lẻ */
    header {
        padding: 20px;
    }

    .some-class {
        font-size: 18px;
    }
}
@media screen and (min-width:1440px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 15px;
    }
}

@media screen and (max-width:1440px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0 8px;
    }
}

@media screen and (max-width:1024px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0 7px;
    }
}

@media screen and (max-width:990px) {
    .full-menu {
        background-color: var(--Blue-dark);

    }

    .full-menu .custom-logo {
        max-width: 200px;
    }
}

.admin-bar .full-menu.sticky {
    top: 30px;
}

.full-menu.sticky .top-head {
    display: none !important;
}

.full-menu.sticky .main-navigation {
    height: 100%;
    display: flex;
    align-items: center
}


.full-menu.sticky .site-branding .custom-logo {
    max-width: 200px;
}

@keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (min-width:990px) {
    /* .header-margin {
        margin-top: -130px;

    } */
}

.top-head {
    margin-bottom: 20px;
}

.search-form {
    max-width: 560px;
    width: 100%;
}


.search-form form {
    display: flex;
    position: relative;
}

.search-form input {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), linear-gradient(180deg, rgba(109, 186, 255, 0.48) 0%, rgba(255, 255, 255, 0.00) 76.05%);
    box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, 0.06) inset;
    backdrop-filter: blur(2px);
    padding: 0 20px;
}

.search-form input:hover {
    content: "";
}

.search-form input:focus-visible {
    outline: none;
}

.search-form .search-submit {
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    border: none;
}

.translate-box span {
    margin: 0px 6px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    font-weight: 600 !important;
}

@media screen and (min-width:990px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        display: flex;
        justify-content: space-between;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        position: relative;
    }

    #site-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item:not(:last-child)::after {
        position: absolute;
        content: "";
        height: 16px;
        width: 1px;
        background: rgba(255, 255, 255, 0.60);
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 3;
        display: block;
    }
}

@media screen and (min-width:990px) {
    .desktop_header_container {
        display: block !important;
    }

    .mobile_header_container {
        display: none !important;
    }
}

@media screen and (max-width:989px) {
    .desktop_header_container {
        display: none !important;
    }

    /* .mobile_header_container {
        display: block !important;
    } */

    .mobile_header_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .head-right {
        display: flex;
        justify-content: flex-end;
        flex-shrink: 0;
        flex-grow: 1;
        width: 30%;
        gap: 10px;
        align-items: center;
    }

    .head-right svg path {
        fill: #fff;
    }

    #mega-menu-wrap-menu-1.mega-menu-wrap,
    .main-navigation {
        width: fit-content;
    }

    .mega-toggle-blocks-left,
    .mega-toggle-blocks-center {
        display: none !important;
    }
}