header#header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

ul.header-nav.header-nav-main.nav.nav-left {
    justify-content: center;
}

ul.header-nav.header-nav-main.nav.nav-left>li {
    margin: 0 18px;
}

.header-main .nav>li>a.header-language-dropdown__link {
    font-size: 0 !important;
}

.header-main .nav>li>a.header-language-dropdown__link::before {
    content: "";
    background: url(../icons/language.svg) center / contain no-repeat;
    width: 30px;
    height: 30px;
    opacity: 1;
}

html[lang="en-GB"] .header-main .nav>li>a.header-language-dropdown__link::before {
    background: url(../icons/united-states.svg) center / contain no-repeat;
}

html[lang="vi"] .header-main .nav>li>a.header-language-dropdown__link::before {
    background: url(../icons/vn.svg) center / contain no-repeat;
}

.header-main .nav>li>a.header-language-dropdown__link img {
    display: none
}

.header-main .nav>li>a.header-language-dropdown__link i.icon-angle-down {
    font-size: 16px;
}

ul#ux-language-dropdown {
    min-width: 100px;
}

ul#ux-language-dropdown i.icon-image {
    display: none;
}

ul#ux-language-dropdown a {
    white-space: nowrap;
}

li.has-dropdown.header-language-dropdown {
    width: max-content;
}

.off-canvas .mfp-content {
    background: #fff;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li.active>a,
.off-canvas:not(.off-canvas-center) .nav-vertical li:hover>a {
    color: var(--primary-color);
}

.sub-menu.nav-dropdown>li {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
}

.sub-menu.nav-dropdown li>a {
    font-weight: normal;
    border: 0 !important;
    color: #000;
}

.sub-menu.nav-dropdown li>a:hover {
    color: var(--primary-color);
}

.sub-menu.nav-dropdown li>ul.sub-menu {
    position: absolute;
    left: 100%;
    background: #fff;
    width: 250px;
    top: 0;
    height: 100%;
    box-shadow: -1px 0px 10px 5px #0000000f;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.sub-menu.nav-dropdown li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-full-width .container {
    padding: 0 50px;
}

.header-button .button {
    min-width: 160px;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}

html li.html.header-button-1,
html li.html.header-button-2 {
    display: none;
}

html[lang="en-GB"] li.html.header-button-1,
html[lang="vi"] li.html.header-button-2 {
    display: block;
}

@media screen and (min-width: 850px) {

    .flex-col.hide-for-medium.flex-right .header-search ul#ux-search-dropdown {
        display: none !important;
    }

    .flex-col.hide-for-medium.flex-right.active .header-search ul#ux-search-dropdown {
        position: unset;
        display: block;
        opacity: 1;
        visibility: visible;
        padding: 0;
        background: #fff;
        display: flex !important;
        align-items: center;
        max-height: unset;
        box-shadow: unset;
    }

    .flex-col.hide-for-medium.flex-right.active .header-search ul#ux-search-dropdown li {
        display: block;
    }

    .flex-col.hide-for-medium.flex-right.active li.header-search.header-search-dropdown.has-icon.has-dropdown.menu-item-has-children {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .flex-col.hide-for-medium.flex-right.active .header-search-open,
    .flex-col.hide-for-medium.flex-right.active .html,
    .flex-col.hide-for-medium.flex-right .header-search>.nav-top-link {
        display: none;
    }

    .flex-col.hide-for-medium.flex-right.active .header-search-close {
        width: 20px;
        height: 20px;
        background: url(../icons/close.svg) center / contain no-repeat;
    }
}

@media screen and (max-width: 1200px) and (min-width: 850px) {
    header .show-for-medium {
        display: block !important;
    }

    header .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    ul.header-nav.header-nav-main.nav.nav-left>li {
        margin: 0 14px;
    }

    .header-full-width .container {
        padding: 0 15px;
    }

    .header-button .button {
        min-width: auto;
        line-height: 30px;
        font-size: 14px;
    }
}