/*==================================== < 1024 ==============================*/
@media (max-width: 1023px){
    .reponsive-footer{
        display: none;
    }
    .col-3-md {
        width: 33%;
    }

}
/*  */
.nav-mb__mid{
    margin-top: -50%;
}
/* ================== Page-may-in ================= */
.pro-detail .col-9-md{
    width: 100%;
}
.header{
    background-color: #e4ff00 !important;
}

.auth-text{
    width: 79px;
}

.menu{
    display: flex;
    flex-direction: row-reverse;
    gap: 10rem;
    margin-top: 2rem;
}
.header-nav .menu-list > .menu-item {
    line-height: 3.5rem;
    width: 117px;

}
.sub-header{
    border-top: solid 2px #d389
}
.sublist-sub-header{
    display: none;
}
.list-sub-header>li:hover .sublist-sub-header{
    display: block;
}
.list-sub-header{
    display: flex;
    justify-content: flex-start;
    gap: 13rem;
    padding: 1rem 0;
}
.newsletter {
    background: linear-gradient(0deg, #f9e67f, #4a4a03);
}
/* ================ 24/04 Sua tu Daitailoc ============= */
.container-menu {
    /* position: absolute; */
    z-index: 90;
    top: 0;
    left: 0;
}
.container-menu ul.menu,.container-menu header menu {
    width: 255px;
    background: #ffffff;
    padding: 0;
    border-radius: 12px;
}
.header .container-lg {
    max-width: 85% !important;
}
.container-home{
    width: 100%;
    position: absolute;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    top: 3%;;
}
.section-home-banner{
    width: 112%;
}
.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 2 * 26);
}
.container-menu .menu{
    width: auto;
    flex-direction: column;
    gap: 0rem;
    margin-top: 2rem;
}
ul.sub.ssub {
    display: none;
}
.container-menu .menu li>a > * { /* Chọn tất cả các phần tử con trực tiếp của thẻ a */
    display: inline-block; /* Biến các phần tử con thành inline-block */
    vertical-align: middle; /* Căn chỉnh các phần tử con theo chiều dọc ở giữa */
  }
  .container-menu .menu li>a>img{
    margin-right: 10px;
}
.header-wrap {
    column-gap: 0rem !important;
}
.container-menu__item{
    padding: 10px;
    cursor: pointer;
}
.container-menu__item:hover{
    background-color: #e4ff00;
}