﻿\\header {
    position: relative;
    z-index: 12;
    height: 125px;
}

.header-top-name {
    text-transform: uppercase;
    color: var(--default-color-2);
    font-family: 'interB';
    font-size: 13px;
    padding-right: 5px;
    text-align: center;
    text-transform: uppercase;
}

.header-banner {
    margin-top: 0;
    position: relative;
}

    .header-banner .swiper {
        width: 100%;
        overflow: hidden;
        height: 630px;
    }

.header-banner-sub .sub-item {
    border-radius: 15px;
    overflow: hidden;
}

.header-banner-sub {
    width: calc(100% - 794px);
    padding-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.header-top-name {
    display: none;
}

    .header-top-name br {
        display: none;
    }

.test {
    /* position: absolute; */
    width: 100%;
}




    .heade.fixed .header-bottom-container, .test .header-bottom-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        gap: 15px;
    }

.header-mobi {
    display: none
}

.heade.fixed .header-right, .test .header-right {
    display: flex;
    flex: 1;
    justify-content: space-around;
    margin-left: 26px;
}

.heade.fixed .header-left, .test .header-left {
    /* display: flex; */
    flex: 1;
    margin-right: 13px;
}

.heade.fixed .list-left, .test .list-left {
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

.heade.fixed .header-logo, .test .header-logo {
    flex: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo-h-div img {
}

.logo-h-div {
    position: relative;
    z-index: 99999;
    width: 100%;
}

    .logo-h-div:before {
        content: "";
        position: absolute;
        width: 110%;
        height: 110%;
        background-image: url(../../../Design/img/Ellipse1.png);
        background-repeat: no-repeat;
        background-position: 27px center;
        background-size: 25px;
        background: #f9f9f99c;
        border-radius: 87px;
        z-index: 0;
        left: -7px;
        top: -8px;
    }

.heade.fixed .logo-header, .test .logo-header {
    position: relative;
    z-index: 2;
    /* display: none; */
    width: 135px;
}












.heade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    z-index: 999;
}

    .heade.fixed {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .heade.hiding {
        /* giữ trạng thái hiển thị một lúc để cho phép transition ẩn mượt */
        visibility: visible;
        pointer-events: none;
    }

.heas {
    /* position: fixed; */
    /* top: 0; */
    /* width: 100%; */
    background: var(--default-color-2);
    /* color: white; */
    /* padding: 10px; */
    /* text-align: center; */
    /* opacity: 0; */
    /* transform: translateY(-20px); */
    /* visibility: hidden; */
    /* transition: opacity 0.4s ease, transform 0.4s ease; */
    /* z-index: 900; */
    /* pointer-events: none; */
}

    .heas.active {
        /* opacity: 1; */
        /* transform: translateY(0); */
        /* visibility: visible; */
        /* pointer-events: auto; */
    }

header {
    height: 107px;
}

.header-container {
    position: relative;
    width: 100%;
    z-index: 4;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5.75px);
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}



header.fixed .header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 0 10px 0 #3333333b;
}

.header-top-container .decor {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
}

.header-banner-container {
    display: flex;
}


.header-top-left .text strong {
    color: var(--default-color-2);
    font-family: osB;
    font-size: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-bottom-hotline {
    font-size: 13px;
    font-family: 'interM';
    color: #333;
    display: flex;
    flex-direction: column;
    line-height: 130%;
    position: absolute;
    left: 163px;
    display: none;
}

    .header-bottom-hotline strong {
        margin-top: 4px;
        color: var(--default-color-2);
        font-weight: 100;
        font-family: 'interSB';
        font-size: 18px;
    }

.header-top-left .text strong::before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0px var(--default-color-2);
    left: 0;
    z-index: 1;
}

.header-nav-item.df:hover .header-nav-drop-df {
    opacity: 1;
    pointer-events: all;
}

.header-nav-drop-df {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 7px);
    display: flex;
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 0 10px #33333321;
    opacity: 0;
    pointer-events: none;
    min-height: 500px;
}


.header-nav-item.df {
    position: unset;
}

.header-nav-drop-df .drop-left {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: overlay;
    width: 27%;
    border-bottom-left-radius: 25px;
}
    /* width */
    .header-nav-drop-df .drop-left::-webkit-scrollbar {
        width: 0;
    }


.header-nav-drop-df .drop-left-nav {
}

.header-nav-drop-df .drop-left-item {
}


.header-nav-drop-df .drop-left-link {
    display: flex;
    align-items: center;
    padding: 10px 24px;
    border-bottom: 1px solid #33333317;
}

    .header-nav-drop-df .drop-left-link:hover,
    .header-nav-drop-df .drop-left-item.show .drop-left-link {
        background-color: #fafafa;
    }

.header-nav-drop-df .drop-left-item:last-child .drop-left-link {
    border-bottom: 0;
}

.header-nav-drop-df .drop-left-link .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-nav-drop-df .drop-left-link .img img {
        max-width: 24px;
        filter: invert(63%) sepia(60%) saturate(4627%) hue-rotate(145deg) brightness(97%) contrast(95%);
        filter: invert(31%) sepia(20%) saturate(1515%) hue-rotate(143deg) brightness(99%) contrast(88%);
    }

.header-nav-drop-df .drop-left-link span {
    color: #333;
    font-size: 15px;
    margin-left: 4px;
    line-height: 150%;
    font-family: 'interM';
}

.header-top-r-left {
    display: flex;
    gap: 19px;
}

.header-top-r-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
}

.header-icon-phone-t {
    gap: 6px;
}

.header-nav-drop-df .drop-left-link:hover span,
.header-nav-drop-df .drop-left-item.show .drop-left-link span {
    color: var(--default-color-1);
}

.header-nav-drop-df .drop-left-item:hover .header-nav-drop-df .drop-right-wrap {
}

.header-nav-drop-df .drop-right-wrap {
    padding: 22px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: overlay;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    padding-bottom: 0;
    z-index: -2;
}

    .header-nav-drop-df .drop-right-wrap.show {
        z-index: 1;
        opacity: 1;
    }

.header-nav-drop-df .drop-right {
    width: calc(100% - 27%);
    background-color: #fafafa;
    border-bottom-right-radius: 25px;
    max-height: 500px;
    position: relative;
}


.header-nav-drop-df .drop-right-top {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
}

.header-nav-drop-df .drop-right-bottom {
}

    .header-nav-drop-df .drop-right-bottom .bottom-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
        margin-bottom: 15px;
    }

        .header-nav-drop-df .drop-right-bottom .bottom-title h3 {
            margin: 0;
            color: #333;
            font-family: 'interM';
            font-weight: 100;
            font-size: 25px;
        }

        .header-nav-drop-df .drop-right-bottom .bottom-title a {
            color: var(--default-color-2);
            font-size: 15px;
            transition: all .3s;
        }

            .header-nav-drop-df .drop-right-bottom .bottom-title a:hover {
                color: var(--default-color-1);
                text-decoration: underline;
            }

.header-nav-drop-df .bottom-list {
    overflow-x: overlay;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 25px;
    padding: 5px;
}

    .header-nav-drop-df .bottom-list .p-product-item {
        width: calc((100% /3) - 6px);
        display: inline-block;
        margin: 0 4px;
    }

.header-nav-drop-df .drop-right-item {
    border: 2px solid #1d67776e;
    display: flex;
    padding: 6px 12px;
    border-radius: 55px;
    transition: all .3s;
    background-color: #fff;
    height: fit-content;
}

    .header-nav-drop-df .drop-right-item:hover span {
        color: #fff;
    }

    .header-nav-drop-df .drop-right-item:hover {
        color: #fff;
        background-color: var(--default-color-1);
    }

    .header-nav-drop-df .drop-right-item .img {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-nav-drop-df .drop-right-item:hover .img img {
        filter: invert(99%) sepia(36%) saturate(236%) hue-rotate(209deg) brightness(115%) contrast(100%);
    }

    .header-nav-drop-df .drop-right-item .img img {
        position: relative;
        max-width: 20px;
        filter: invert(63%) sepia(60%) saturate(4627%) hue-rotate(145deg) brightness(97%) contrast(95%);
        filter: invert(31%) sepia(20%) saturate(1515%) hue-rotate(143deg) brightness(99%) contrast(88%);
    }

    .header-nav-drop-df .drop-right-item span {
        flex: 1;
        font-size: 13px;
        color: var(--default-color-1);
        display: block;
        padding-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all .3s;
        margin-left: 6px;
        line-height: 150%;
    }

.header-top-left .text strong::after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 4px #fff;
    left: 0;
    z-index: 0;
}


.header-hotline {
    margin-right: 9px;
}



    .header-hotline a:hover span {
        color: var(--default-color-1);
    }






.header-search-options .container {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
}

.header-search-options a {
    display: flex;
    align-items: center;
    padding: 0 11px;
    width: fit-content;
}

    .header-search-options a:first-child {
        padding-left: 0;
        position: relative;
    }

        .header-search-options a:first-child::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.30);
            right: 0;
        }

    .header-search-options a:last-child {
        padding-right: 0;
    }

    .header-search-options a:last-child {
        border: none;
    }

.header-search-options img {
}

.header-search-options span {
    font-family: 'sfl';
    font-size: 15px;
    color: #fff;
    display: block;
    margin-left: 6px;
}

.header-bottom .grid.wide {
    /* max-width: 1264px; */
}



.btn-menu-rs {
    display: none;
}


.header-bottom .nav-item:hover .drop-df {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.header-bottom .nav-item .drop-df {
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #33333370;
    transform: translateY(31px);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-df .grid.wide {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 12px;
    padding: 35px 20px;
}


.header-bottom .nav-item .drop-item-df {
    transform: translateY(22px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .nav-item .drop-link-df:hover {
    color: var(--default-color-2);
}

.header-bottom .nav-item:hover .drop-item-df {
    transform: translateY(0);
    opacity: 1;
}

.header-bottom .nav-item .drop-link-df {
    color: var(--default-color-4);
    font-family: 'SFM';
    font-size: 16px;
    line-height: 26px;
    transition: all linear .2s;
    /* text-transform: capitalize; */
}



.header-nav-link:hover {
}


.header-nav-drop {
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}


.header-top {
    height: 40px;
    position: relative;
    /* z-index: 99; */
    pointer-events: none;
}

    .header-top .grid.wide {
        /* max-width: 1264px; */
    }

.header-top-container::after {
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 57px;
    background: var(--default-color-1);
    /* clip-path: path("M0 0H1158V66H104.088C70.6955 66 39.1809 50.5534 18.7249 24.1599L0 0Z"); */
    pointer-events: none;
}

.top-right-h {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

    .top-right-h .email-header {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

.phone-header .pho-h .ge-gs {
    color: #4c4c4c;
    font-family: monM;
    font-size: 15px;
}

.phone-header .pho-h {
    font-size: 14px;
    color: #ff0000;
}

.pho-e img {
    width: 16px;
    height: 16px;
    object-fit: contain; /* Giữ tỷ lệ hình ảnh gốc */
}

.top-right-h .email-header .em-h {
    color: #4c4c4c;
    font-size: 13px;
    font-family: 'monM';
}

.phone-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.header-top-container h1, .header-top-container h2 {
    font-size: 19px;
    font-family: 'monB';
}

.email-header svg {
    width: 16px; /* bạn chọn kích thước phù hợp */
    height: 16px;
}

.phone-header svg {
    width: 16px; /* hoặc 32px, tùy ý bạn */
    height: 16px;
}

.header-top-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    pointer-events: all;
    font-family: monB;
    color: var(--default-color-1);
}

    .header-top-container::before {
        /* content: ''; */
        position: absolute;
        width: 1000vw;
        height: 100%;
        left: 100%;
        top: 0;
        background-color: var(--default-color-1);
    }

.header-top-left {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
    display: none;
}

.header-bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

    .header-bottom-logo img {
    }

    .header-bottom-logo img,
    .header-bottom-logo canvas {
    }

.header-top-left .text {
    font-family: geoB;
}

    .header-top-left .text > div {
        display: flex;
        align-items: center;
    }

    .header-top-left .text h3 {
        color: var(--default-color-1);
    }

    .header-top-left .text h4 {
        color: var(--default-color-2);
        margin-left: 7px !important;
    }

    .header-top-left .text
    h3,
    .header-top-left .text
    h4 {
        margin: 0;
        font-size: 25px;
        line-height: 100.1%;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top-left .text span {
        color: #575757;
        font-family: 'geoR';
        line-height: 150%;
        font-size: 14px;
        display: block;
        margin-top: 1px;
    }

    .header-top-left .text
    h3::before,
    .header-top-left .text
    h4::before {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 0px var(--default-color-2);
        z-index: 1;
    }

    .header-top-left .text
    h3::after,
    .header-top-left .text
    h4::after {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 5px #fff;
        z-index: 0;
    }

    .header-top-left .text
    h3::before {
    }


    .header-top-left .text
    h4::before {
    }

    .header-top-left .text
    h3::after {
    }

    .header-top-left .text
    h4::after {
    }

.email-header[]
.header-top-right {
    display: flex;
    z-index: 2;
    white-space: nowrap;
    gap: 10px;
}

.header-top-right::before {
    content: "";
    position: absolute;
    background-image: url('../../../Design/img/Rectangle 56.png')
}

.header-top-slogan {
    margin: 0;
    font-family: robotoSESBI;
    color: #664219;
    line-height: 140%;
    font-size: 24px;
    white-space: nowrap;
}

.header-top-cart, .header-top-cart-rs,
.header-top-cart-df {
    position: relative;
    padding: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-color-5);
    font-size: 15px;
}

    .header-top-cart::before {
        content: "";
        width: 1px;
        height: 20px;
        background: #24242463;
        position: absolute;
        left: -5px;
    }

    .header-top-cart .cart-icon,
    .header-top-cart-df .cart-icon {
    }

    .header-top-cart img,
    .header-top-cart-df img {
        width: 21px;
    }

    .header-top-cart span, .header-top-cart-rs span,
    .header-top-cart-df span {
        width: 14px;
        height: 14px;
        background-color: #ffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 8px;
        color: var(--default-color-1);
        top: 1px;
        position: absolute;
        right: -3px;
    }

.header-hotline
p {
    margin: 0;
    color: #D9EAF9;
    font-family: sfl;
    font-size: 14px;
    /* margin-bottom: 12px; */
    display: none;
}

.header-hotline
a:hover {
    background-color: #fff;
}

    .header-hotline
    a:hover span {
        color: var(--default-color-1);
    }

.header-hotline
a {
    background-color: var(--default-color-2);
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 7px 9px;
    border-radius: 7px;
    transition: all linear .2s;
    border-radius: 55px;
    padding-left: 6px;
    padding-right: 15px;
}

.header-hotline
span {
    transition: all linear .2s;
}


    .header-hotline
    span strong {
    }

.header-hotline
a .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

    .header-hotline
    a .icon img {
    }

.header-hotline
a span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-family: 'geoB';
    transform: translateY(2px);
}

.header-search {
}

.header-search-options {
    display: flex;
    align-items: center;
    height: 18px;
    position: relative;
    display: none;
}

    .header-search-options .container {
        position: absolute;
        display: flex;
        align-items: center;
        right: 0;
    }

    .header-search-options
    a {
        display: flex;
        align-items: center;
        padding: 0 11px;
        width: fit-content;
    }

        .header-search-options a:hover span {
            color: var(--default-color-2);
        }


        .header-search-options
        a:first-child::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.30);
            right: 0;
        }

        .header-search-options
        a:last-child {
            padding-right: 0;
        }

        .header-search-options a:last-child {
            border: none;
        }

    .header-search-options
    img {
    }

    .header-search-options
    span {
        font-family: 'sfl';
        font-size: 15px;
        color: #fff;
        display: block;
        margin-left: 6px;
        transition: all linear .2s;
    }

.header-top-cart-df {
    display: none;
}

.header-bottom-search:hover .header-bottom-search_drop {
    opacity: 1;
    pointer-events: all;
}

.header-bottom-search::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 17px;
    background-color: transparent;
    bottom: -12px;
    display: none;
}

.header-bottom-search:hover::before {
    display: block;
}

.header-bottom-search {
    display: flex;
    align-items: center;
    position: relative;
    width: 152px;
    height: 39px;
    border-radius: 55px;
    border: 1px solid #3333331f;
    background: #FFF;
    box-shadow: 0px 3px 9px 0px rgba(211, 211, 211, 0.25) inset;
}

    .header-bottom-search
    input {
        width: 100%;
        height: 100%;
        position: relative;
        border: none;
        outline: none;
        padding-left: 7px;
        color: #8E8E8E;
        font-size: 13px;
        padding-right: 31px;
        background-color: transparent;
    }

    .header-bottom-search
    a {
        position: absolute;
        width: 35px;
        height: 35px;
        right: 3px;
        border-radius: 50%;
        background: linear-gradient(134deg, #F00 2.01%, #950201 100%);
        Colors Hex Hex Background colors;
    }




.header-bottom {
    height: 67px;
    position: relative;
    z-index: 10;
    width: 100%;
    background: var(--default-color-1);
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    text-transform: uppercase;
}

    .header-bottom.fixed {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        box-shadow: 0 0 10px 0 #33333352;
    }

    .header-bottom .text {
        margin-left: 0;
    }

        .header-bottom .text
        h3 {
            margin: 0;
            font-family: 'geoM';
            font-weight: 100;
            font-size: 20px;
            color: #fff;
            text-transform: uppercase;
        }

        .header-bottom .text
        strong {
            color: var(--default-color-2);
            font-family: osB;
            font-size: 23px;
            letter-spacing: 0.7px;
            text-transform: uppercase;
            font-weight: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 3px;
        }

            .header-bottom .text
            strong::before {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 0px var(--default-color-2);
                left: 0;
                z-index: 1;
            }

            .header-bottom .text
            strong::after {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 4px #fff;
                left: 0;
                z-index: 0;
            }

    .header-bottom .grid.wide {
    }


.header-bottom-container {
    height: 100%;
}

.list-right li:hover {
    color: var(--default-color-4);
}

.list-right:last-child header-nav-item-bottom {
    padding-right: 0;
}

.list-right .header-nav-item-bottom:last-child {
    padding-right: 0;
}

.list-item-header .header-nav-item:first-child {
    padding-left: 0;
}

.list-item-header .header-nav-item:first-child {
}

.list-item-header, .list-right {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .list-right li:before {
        background: #ffffff59;
        content: "";
        top: 0;
        position: absolute;
        left: -25px;
        width: 1px;
        height: 100%;
    }



    .list-item-header .header-logo {
        list-style-type: none;
    }

    .list-item-header .header-nav-item:nth-child(3)::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 252%;
        background: #ff000000;
        bottom: -44px;
    }

    .list-item-header .header-nav-item:nth-child(3) {
        position: relative
    }

    .list-right .header-nav-item-bottom:first-child:before {
        display: none;
    }

    .list-item-header .header-nav-item, .list-item-header .header-nav-item-bottom, .header-nav-item-bottom {
        list-style-type: none;
        font-family: 'monM';
        color: white;
        position: relative;
        /* padding: 0px 3px; */
        font-weight: bold;
        font-size: 16px;
    }

    .list-item-header li:hover {
        color: var(--default-color-4)
    }

.header-logo .logo-behind {
    background: #;
}

.list-item-header li:nth-child(1)::before,
.list-item-header li:nth-child(4)::before,
.list-item-header li:nth-child(5)::before {
    content: none !important; /* Ẩn pseudo-element */
    display: none !important;
}

.header-logo .logo-behind img {
    /* display: none; */
    visibility: hidden;
}

.header-logo .log-font {
    position: absolute;
    top: 0;
}

.header-bottom.fixed .header-bottom-container {
    padding-left: 0;
}

.header-bottom.fixed .header-nav-list {
    width: 100%;
    justify-content: center;
}

.header-bottom .header-nav-list {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    background-image: url('../../../Design/img/Rectangle 56.png');
    left: 172px;
    position: absolute;
    z-index: 2;
    padding: 0px 32px;
}

.btn-menu-rs {
    display: none;
}

.header-nav-item:hover .header-nav-drop {
    opacity: 1;
    pointer-events: all;
}

.header-nav-item:last-child .header-nav-link::before {
    display: none;
}

.header-nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom .nav-item:last-child::before {
    display: none;
}

.header-bottom .nav-item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #91DBFA;
    right: -20px;
    opacity: 0;
}

.header-bottom .nav-item:last-child {
    margin-right: 0;
}

.header-bottom .nav-item:first-child {
    margin-left: 0;
}

.header-bottom .nav-item .nav-link i {
    margin-left: 7px;
}

.header-nav-link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 19px;
    background-color: #ffffff59;
    right: -5px;
}

.
.header-nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: var(--default-color-2);
    left: 0;
    transition: .4s cubic-bezier(.3,1,0.9,1);
}

.header-nav-link:hover::after {
}

.header-nav-link span:hover {
    color: var(--default-color-4);
}

.header-nav-link span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    /* text-transform: uppercase; */
    /* font-size: 13px; */
    /* font-family: monM; */
    /* color: var(--default-color-6); */
    font-weight: bold;
    font-size: 16px;
}

.header-nav-link {
    color: #FFF !important; /* Màu mặc định của path */
    transition: color 0.3s ease !important;
}

.header-nav-item:first-child .header-nav-link {
    /* border-top-left-radius: 58px; */
    /* border-bottom-left-radius: 55px; */
    padding-left: 0;
}

.header-nav-item:last-child .header-nav-link {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
}

.header-nav-link {
    /* font-family: interM; */
    /* color: var(--default-color-3); */
    /* font-size: 18px; */
    /* font-weight: 100; */
    /* height: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* transition: all .3s; */
    /* position: relative; */
    padding: 0px 13px;
    /* width: 100%; */
    /* text-transform: capitalize; */
}

    .header-nav-link:hover {
        color: var(--default-color-1);
    }

        .header-nav-link:hover svg path {
            fill: var(--default-color-4);
        }

    .header-nav-link i {
        margin-left: 7px;
    }

.header-nav-drop {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.header-nav-drop {
    top: 230%;
    position: absolute;
    left: -133px;
    border-radius: 6px;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
    font-weight: bolder;
    opacity: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
}


/* width */
.header-bottom .nav-drop::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.header-bottom .nav-drop::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.header-bottom .nav-drop::-webkit-scrollbar-thumb {
    background: var(--default-color-1);
}

.header-bottom .drop-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #3333331f;
    bottom: 0;
}


.header-bottom .drop-item:last-child a::after {
}

.header-bottom .drop-item a {
    font-size: 14px;
    padding: 13px 21px;
    white-space: nowrap;
    color: #2c2c2cad;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'monM';
    text-transform: capitalize;
    width: 100%;
}

.header-bottom .drop-item:last-child a::before {
}

.header-bottom .drop-item a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 84%;
    border-top-right-radius: 5px;
    background-color: var(--default-color-1);
    left: -4px;
    border-bottom-right-radius: 5px;
    transition: all linear .3s;
}


.header-bottom .drop-item a span {
    /* font-weight: bold; */
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    width: 100%;
    line-height: 1.7;
    padding: 4px 0;
    white-space: normal;
    font-size: 16px;
    font-family: 'interR';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.header-bottom .drop-item a:hover::before {
    left: 0;
}

.header-bottom .drop-item a:hover span {
    color: var(--default-color-1);
    transform: translateX(5px);
}

.header-right-item {
    display: flex;
    align-items: center;
}

    .header-right-item:nth-child(3) {
    }

        .header-right-item:nth-child(3) span
        .header-top-branch span {
            font-family: 'interM';
            font-size: 14px;
            line-height: 116.5%;
            color: #FFFFFF;
            text-transform: capitalize;
            margin-left: 5px;
        }

        .header-right-item:nth-child(3) a {
            display: flex;
            flex-direction: column-reverse;
        }

        .header-right-item:nth-child(3) strong {
            font-family: 'interM';
            font-size: 14px;
            color: #8F5015;
        }

        .header-right-item:nth-child(3) span {
            font-family: interB;
            font-size: 16px;
        }

    .header-right-item:nth-child(4) a {
    }

    .header-right-item:nth-child(4) strong {
        font-family: 'interM';
        font-size: 14px;
        color: #fff;
    }

    .header-right-item:nth-child(4) span {
        font-family: interB;
        font-size: 16px;
    }

.header-top-branch {
    display: flex;
    align-items: center;
    background-color: var(--default-color-2);
    border-radius: 55px;
    padding: 7px 12px;
    user-select: none;
    transition: all .3s;
}

    .header-top-branch:hover {
        opacity: .7;
    }

.header-right-item:last-child {
    margin-right: 0;
}

.header-right-item .icon {
    width: 32px;
    height: 32px;
    background-color: #EDF3F3;
    border-radius: 50%;
    color: var(--default-color-5);
    font-size: 15px;
}

    .header-right-item .icon img {
    }

.header-right-item a {
    padding-left: 10px;
    flex: 1;
}

.header-right-item.address a span {
    font-family: roboR;
    font-size: 13px;
    line-height: 138.7%;
    color: #FFFF;
}

.header-right-item a span {
    font-size: 14px;
    color: var(--default-color-2);
    font-family: interM;
    line-height: 100%;
    max-width: 277px;
    display: block;
    line-height: 126%;
}

.header-right-item a strong {
    display: block;
    color: var(--default-color-2);
    font-family: 'interB';
    font-size: 16px;
    font-weight: 100;
    line-height: 100%;
}


.header-banner-wrap {
    position: relative;
}

    .header-banner-wrap .content {
        flex-direction: column;
        position: absolute;
        bottom: 64px;
        left: 0;
        display: flex;
        justify-content: center;
        padding-left: 48px;
    }

        .header-banner-wrap .content img {
            position: absolute;
            left: 0;
        }

        .header-banner-wrap .content h3 {
            font-size: 28px;
            position: relative;
            z-index: 2;
            margin: 0;
            color: #fff;
            text-transform: uppercase;
            font-weight: 100;
        }

        .header-banner-wrap .content h4 {
            font-size: 30px;
            margin: 0;
            position: relative;
            color: var(--default-color-4);
            text-transform: uppercase;
            font-family: robotoconb;
            margin-top: 2px;
        }

.header-bottom-search_drop {
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 #3333331c;
    opacity: 0;
    pointer-events: all;
    z-index: -10;
    top: calc(100% + 8px);
    pointer-events: none;
}

    .header-bottom-search_drop::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 15px;
        top: -10px;
        display: none;
    }

    .header-bottom-search_drop:hover::before {
        display: block;
    }

    .header-bottom-search_drop.show {
        opacity: 1;
        pointer-events: all;
        z-index: 2;
    }

.header-bottom-search_title {
    text-transform: uppercase;
    font-family: 'interSB';
    font-size: 15px;
    padding: 8px 14px;
    color: var(--default-color-1);
}

.header-bottom-search_list {
}

.header-bottom-search_item:last-child {
    border-bottom: 0;
}

.header-bottom-search_item:hover {
    background-color: #fafafa;
}

.header-bottom-search_item {
    padding: 10px 18px;
    font-family: interR;
    font-size: 13px;
    border-bottom: 1px solid #33333317;
    user-select: none;
    cursor: pointer;
}

.header-logo-mobie {
    display: none;
}
/*RS*/
@media(max-width:1024px) {
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
    .logo-h-mobile:before {
        left: -3px;
        position: absolute;
        content: "";
        width: 104%;
        height: 111%;
        background: #ffffffb0;
        transform: translateY(15px);
        top: -1px;
        border-radius: 101%;
    }

    .logo-h-mobile img {
        width: 96% !important;
        padding-bottom: 0px;
        image-rendering: -webkit-optimize-contrast;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0); /* ép Safari render lại */
        display: block;
        transform: translateY(18px);
        position: relative
    }

    .header-mobi {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .header-logo-mobie {
        width: 57%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .list-item-header, .header-top {
        display: none
    }

    .header-bottom {
        border-radius: unset;
    }

    .heas {
        /* display: none; */
    }

    .heade {
        opacity: 1;
        visibility: unset;
    }

    .header-logo, .header-right, .header-left {
        display: none !important;
    }

    .test {
        position: unset;
        height: fit-content;
    }

    .heade {
        transform: translateY(0%);
    }

    .header-banner .swiper {
        height: 100%;
    }

    .phone-rs-he a {
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 8px;
        /* border: 1px solid #FFF; */
        padding: 3px;
        border-radius: 11px;
    }

        .phone-rs-he a svg {
            padding: 3px;
            border-radius: 20px;
            border: 1px solid #FFF;
            height: auto;
            display: block;
            overflow: visible;
            - width: 18%;
            /* ép render lại */
            max-width: 18%;
            -webkit-transform: translateZ(0); /* ép render lại */
        }

    .contetn-h-mobi {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .pho-2-g {
        font-family: monM;
        color: #FFF;
        font-size: 10px;
    }

    .phone-rs-he .pho-h {
        font-size: 11px;
        font-family: 'monB';
        color: #FFAA00;
        font-weight: bold;
        }

    .my-news-rs.mobile.fixed .phone-rs-he .pho-h{
          color: #FFAA00;
          font-weight: bold;
    }
    .test .logo-header {
        display: none
    }

    .names {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-family: 'monB';
        float: left;
        font-size: 13px;
        color: var(--default-white);
    }

    .name {
        margin-left: 1px;
    }

    .logo-h-mobile {
        width: 78%;
        position: relative;
    }
}
