body {

    top: 0 !important;

}

#top-bar {

    min-height: 40px;

}

.header-social-icons .social-icons a.button.icon:not(.is-outline) {

    border-radius: 4px;

    background-color: #c62026 !important;

    border-color: transparent !important;

}

.header-social-icons .social-icons a.button.icon:not(.is-outline) i {

    width: 14.286px;

    height: 14.286px;

}

.header-social-icons .social-icons {

    display: flex;

    gap: 10px;

}

.custom-lang {

    position: relative;

}

.custom-lang-box {

    cursor: pointer;

    display: flex;

    padding: 5px 6px 4px 8px;

    justify-content: center;

    align-items: center;

    gap: 4px;

    border-radius: 3px;

    background: #fff;

}

.custom-lang-box p {

    text-transform: uppercase;

    color: #f4ae25;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 1;
    /* 100% */

}

.custom-lang-svg1 {

    width: 15px;

    height: 15px;

}

.custom-lang-svg2 {

    width: 5px;

    height: 9px;

}

.custom-lang-popup {

    position: absolute;

    top: 100%;

    right: 0;

    width: max-content;

    padding: 12px;

    display: flex;

    flex-direction: column;

    gap: 12px;

    border-radius: 6px;

    background: white;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    transform: translateY(10px);

    opacity: 0;

    transition: all 0.3s;

    pointer-events: none;

}

.custom-lang:hover .custom-lang-popup {

    transform: translateY(0);

    opacity: 1;

    pointer-events: auto;

}

.lang-btn {

    display: flex;

    gap: 6px;

    align-items: center;

    padding: 0;

    margin: 0;

    min-height: auto;

}

.icon-flag-lang {

    width: 40px;

    height: 25px;

}

.lang-btn p {

    color: #f4ae25;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 1;
    /* 100% */

}

#google_translate_element {

    display: none;

}

.skiptranslate iframe {

    display: none;

}

/* Ẩn các phần tử không mong muốn */

#google_translate_element .goog-te-combo {

    display: none;

}



/* Hiển thị ngôn ngữ mặc định */

#google_translate_element .goog-te-banner-frame {

    display: none !important;

}

#google_translate_element .skiptranslate {

    display: none;

}

#google_translate_element .goog-logo-link {

    display: none;

}

#goog-gt-vt {

    display: none;

}

/* Hiển thị tùy chọn ngôn ngữ */

.goog-te-gadget-simple {

    background-color: transparent !important;

    border: none !important;

    padding: 0 !important;

}



.goog-te-gadget-simple .goog-te-menu-value {

    color: #000 !important;

    font-size: 0 !important;
    /* Ẩn chữ "Select Language" */

}



.goog-te-gadget-simple .goog-te-menu-value span {

    font-size: 16px !important;
    /* Kích thước chữ hiển thị ngôn ngữ */

}



.goog-te-gadget-simple .goog-te-menu-value span:first-child {

    display: inline !important;

}



.goog-te-gadget-icon {

    display: none !important;
    /* Ẩn biểu tượng */

}

.skiptranslate,

#google_translate_element,

#goog-gt-tt {

    display: none !important;

}

.header-contact-wrapper .nav li a.tooltip {

    color: #fff;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 1;

}

.header-contact-wrapper .nav li a.tooltip strong {

    font-weight: 600;

}



/* ********** */

#logo {

    margin-right: 65px;

    display: flex;

    flex-direction: row;

    align-items: center;

    gap: 17px;

    a {

        flex: 1 0 0;

        min-width: 90px;

    }

    .content-site {

        /* width: 405px; */

        display: flex;

        flex-direction: column;

        .content-site-up {

            text-transform: uppercase;

            margin-bottom: 0;

            color: #019444;

            font-size: 16px;

            font-style: normal;

            font-weight: 600;

            line-height: 1.43;

        }

        .content-site-down {

            margin-bottom: 0;

            color: #019444;

            font-size: 14px;

            font-style: normal;

            font-weight: 400;

            line-height: 1.71;

        }

    }

}

.header-wrapper.stuck #masthead {

    height: auto !important;

}

#masthead {

    height: max-content;

    margin-bottom: 11px;

    .nav>li>a.nav-top-link {

        color: #373737;

        font-size: 16px;

        font-style: normal;

        font-weight: 400;

        line-height: normal;

    }

    .nav>li.active>a.nav-top-link {

        font-weight: 700;

    }

    .nav>li.menu-item {

        margin: 0 14px;

    }

    .header-cart-icon img[width="1"][height="1"] {

        width: 25px;

        height: 22px;

        flex-shrink: 0;

    }

    .html.header-button-1 {

        margin-left: 20px;

    }

    .html.header-button-1 a {

        border-radius: 40px;

        /* background: linear-gradient(85deg, #2592eb 8.23%, #2382d1 97.08%); */

        /* background-color: #009447;

        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12); */

        background: linear-gradient(90deg, #019444 0%, #00c158 100%);

        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);

        padding: 14px 30px;

        line-height: 1.4em;

    }

    .html.header-button-1 a span {

        color: #fff;

        font-size: 16px;

        font-style: normal;

        font-weight: 400;

        line-height: normal;

    }

    .flex-col.hide-for-medium.flex-left.flex-grow {

        flex: auto;

    }

    .header-inner {

        flex-wrap: wrap;

    }

}

#wide-nav {

    padding: 23px 0;

    min-height: unset;

    background: #fff;

    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);

    border-top: 1px solid rgba(116, 76, 41, 0.07);

    .flex-col.hide-for-medium.flex-left {

        width: 100%;

    }

    ul li.menu-item {

        text-align: center;

        flex: 1 0 0;

        /* border-right: 1px solid #ccc; */

        .nav-top-link {

            color: #272727;

            font-size: 18px;

            font-style: normal;

            font-weight: 400;

            line-height: normal;

            text-transform: uppercase;

            padding: 0;

        }

    }

    ul li.menu-item:last-child {

        border-right: none;

        text-align: end;

        flex: unset;

        padding-left: 55px;

    }

    ul li.menu-item:first-child {

        text-align: start;

        flex: unset;

        padding-right: 55px;
        border-radius: 12px;
        transition: all 0.3s;

    }

    ul li.menu-item.menu-item-type-taxonomy {
        text-align: start;
        padding: 0;
    }

    ul li.menu-item.menu-item-type-taxonomy:hover {
        background: #ededed;
    }

    .nav>li.active>a.nav-top-link {

        font-weight: 700;

    }

}

@media screen and (max-width: 849px) {

    .medium-logo-center .flex-left {

        flex: unset !important;

    }

    .medium-logo-center .flex-right {

        display: none;

    }

    #logo {

        flex: 1 0 0;

        width: max-content !important;

        margin-right: 0;

        flex-direction: row-reverse;

        gap: 4px;

        margin-left: 0;

        .content-site {

            flex: 1 0 0;

            .content-site-up {

                font-size: 8px;

            }

        }

    }

    #logo a {

        min-width: 80px;

        padding: 10px 0;

        flex: unset;

    }

    #masthead {

        margin-bottom: 0;

        .header-inner {

            padding: 0 10px;

            gap: 6px;

        }

    }

}