/* ===================== header ============================== */

.header {
    width: 100%;
    margin-top: -176px;
    min-height: 110px;
    position: relative;
    z-index: 4;
}

.header__container {
    background: #fff;
    box-shadow: 0 1px 10px 1px rgba(60, 64, 67, .2);
    margin: 0 auto;
    max-width: 945px;
}

.header__content--box {
    padding: 40px;
}

.header__content ul {
    display: flex;
    gap: 20px;
}
.header__content ul li{
    position: relative;
}
.header__content ul li::before{
    position: absolute;
    content: '.';
    width: 1.5px;
    height: 1.5px;
    left: -10px;
    bottom: 12px;
    line-height: 0;
    transform: translateY(-50%);
    /* background: var(--color-background-1); */
}
.header__content ul li:first-child::before{
    display: none;
}
.header__content ion-icon {
    color: gray; /* Màu mặc định */
    font-size: 24px;
}


.header__confirm {
    font-size: 14px;
    color: rgb(26, 115, 232);
    align-items: center;
    display: flex;
    margin-bottom: -12px;
    height: 48px;
    margin-top: -16px;
}

.header__title {
    font-weight: 600;
    line-height: 1.75rem;
    font-size: 1.375rem;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    cursor: pointer;
}

.header__button--wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;

}



.header__button--wrap .header__button {
    border: 1px solid rgb(187, 187, 187);
    border-radius: 24px;
    height: 48px;
    color: #1a73e8;
    background-color: white;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}



.header__button,
.header__button a {
    color: rgb(60, 64, 67);
    /* color: #1b58a8; */
}

.header__button a,
.header__button p {}


.header__button--left .header__button {
    font-size: 14px;
    color: #1a73e8;
    font-weight: 500;
    padding: 16px 35px 16px 25px;
    border: none;
    background-color: #1a73e8;
    color: white;
    justify-content: start;
    border: .12rem solid #1a73e8;
}

.header__button--left .header__button a {
    color: white;
}

.header__button--left{
    display: flex;
    gap: 10px;
}

.header__button--left .header__button{
    color: #ffffff;
    border: .12rem solid #1a73e8;
    cursor: pointer;
    background: #1a73e8;
    transition: .2s linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.header__button--left .header__button:hover{
    color: #1a73e8;
}

.header__button--left .header__button::before{
    content: '';
    position: absolute;
    top: 0;right: 0;
    height: 100%;
    width: 0;
    background: #ffffff;
    z-index: -1;
    transition: .2s linear;
}

.header__button--left .header__button:hover::before{
    width: 100%;
    left: 0;
}
.header__button--right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__button--right .header__button{
    position: relative;
    color: #1a73e8;
    cursor: pointer;
    background: #fff;
    transition: .2s linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.header__button--right .header__button::before{
    content: '';
    position: absolute;
    left: 0;
    height: 0;
    bottom: 0;
    width: 100%;
    background: #1a73e8;
    z-index: -1;
    transition: .1s linear;
}
.header__button--right .header__button:hover::before{
    height: 100%;
    top: 0;
}



.header__button--right .header__button:hover{
    color: #fff;
}

.header__button--wrap .header__button a {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
}


.header__lane--mark {
    margin-top: 15px;
}

.home .menus .content {
    /* max-height: 300px !important; */
    /* overflow: hidden; */
}

.header__top .header__scrollbar--inner .back-button {
    /* position: absolute;
    left: 11px;
    top: 50%; */
    font-size: 19px;
    height: 48px;
    padding: 0;
    margin-top: -11px;
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: white;
}
.header__top .header__scrollbar--inner .back-button  h5{
    padding: 0;
}

.header__top .header__scrollbar--inner .back-button:hover {
    background-color: rgb(236, 236, 236);
}

.header__top .header__scrollbar--inner .back-button:focus {
    background-color: rgb(209, 209, 209);
}


.header__top .header__scrollbar .header__button--left {
    margin-top: -10px;
    height: 48px;
}

.header__top .header__scrollbar .header__button--left .header__button {
    padding: 0px 28px;
    height: 100%;
    border-radius: 50px;
}


.header__scrollbar--inner {
    background-color: white;
    height: 66px;
    padding: 20px 80px 0 80px;
    background: #fff;
    display: flex;
}

.header__scrollbar--inner h5 {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 400;
    flex-grow: 1;
    margin: 0 20px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.header__scrollbar--inner .header__button {
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-weight: 600;
}

.header__scrollbar {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 5px rgb(92, 92, 92);
}



.header__navbar--navigation {
    display: none;
}

.header__navbar--navigation__list {
    display: flex;
    scrollbar-width: none;
    background-color: white;
    border-top: 1px solid rgb(232, 234, 237);
    justify-content: space-between;
    margin: 0 auto;
    max-width: 945px;
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
    min-height: 48px;
    box-shadow: 0px 5px 3px #0000004d;

}

.header__navbar--navigation__item {
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(95, 99, 104);
    width: 100%;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
}

.header__navbar--navigation__item:hover {}

.header__navbar--navigation__item.active {
    color: #1a73e8;
    border-bottom: 3px solid #1a73e8;
}




@media screen and (max-width: 1024px) {
    .header__content--box {
        padding-bottom: 20px;

    }

    .header__navbar--navigation {
        display: block;
        top: 66px;
        width: 100%;
        z-index: 100;
        left: 0;
    }

   
}

@media screen and (max-width: 770px) {
    .header {
        width: 100%;
        padding: 0;
        max-height: none;
        min-height: 110px;
        position: relative;
        z-index: 4;
    }
    .header__scrollbar--inner {
        padding: 20px 20px 0;
    }
    .header__top .header__button--left{
        display: none;
    }
    .header__content ul {
        gap: 15px;
        flex-wrap: wrap;
    }
    .header__content ul li::before{
        left: -8.5px;
    }
    .header__content ul li:last-child::before{
        display: none;
    }
}


@media screen and (max-width: 764px) {
    .header {
        margin-top: 0;
    }
    .slide__list--items {
        max-height: 427px;
    }
    .header__content--box{
        padding: 20px;
    }
    .home{
        margin-top: 0 !important;
    }


}