
.transparent-header{
    background-color: transparent;
    /* margin-bottom: -156px; */
}
.transparent-header .header-wrap{
    margin-bottom: -156px;
    z-index: 10;
    position: relative;
}
/* .transparent-header::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    height: 100%;
    background: linear-gradient(90deg, #231F20 0%, #403D3E 88%, #FFF 100%);
opacity: 0.7;
background-blend-mode: multiply;
mix-blend-mode: multiply;
    z-index: 5;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    background-size: cover;
} */
.transparent-header .vertical_menu::after{
    display: none;
}
.vertical_menu #menu-danh-muc-san-pham-1 li{
    text-transform: uppercase;
    font-weight: 700;
}
.vertical_menu #menu-danh-muc-san-pham-1 li:not(:last-child){
    margin-bottom: 20px;
}
.transparent-header .product-category-box .box-menu::before{
    display: none;
}
.hide-section1 .section1 {
    display: none;
}
.image-header{
    background: url('./images/new/image-header.png') no-repeat center center/cover;
}
.top-header{
    /* background-color: var(--color-007BC1); */
    background-image: transparent;
    height: 48px;
    display: flex;
    align-items:center
}
.top-header p.slogan{
    font-size: 14px;
}
.middle-header{
    background-color: #FFF;
    padding: 10px 0;
}
.middle-header .header-search input{
    height: 48px !important;
    border-radius: 12px;
background: #FAFAFA;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08) inset;
}
.middle-header .header-search input::placeholder{
    color: rgba(0, 0, 0, 0.40);
   
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
}
.header-search .search-submit{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 10px;
}
.home_tbn p{
    display: none;
}
.col-cart{
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.mini-cart{
display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 120px;
    margin-right: 20px;
}
.mini-cart svg{
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-56%,-50%); */
    margin-right: 7px;
}
.mini-cart a{
    width: 100%;
    height: 100%;
    position: relative;
}
.mini-cart span{
    
}
.wc-total{
    color: var(--color-white-solid, #FFF);
font-size: 10px;
font-style: normal;
font-weight: 600;
line-height: normal;
background-color: var(--primary-background-color);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
border-radius: 50%;
top: 0px;
right: -20px;
padding: 3px 6px;
}

.stick{
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
.stick{
    top: 0;
    position: sticky !important;
    z-index: 999;
    position: -webkit-sticky;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
#mega-menu-wrap-primary{
    height: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    position: unset;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{
    padding-left: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    padding-left: 0px !important;
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    z-index: 9999;
    /* width: auto; */
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a{
    padding-left: 25p;
}

#mega-menu-wrap-primary #mega-menu-primary{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.link-title a{
    font-weight: 700 !important;
}
#mega-menu-item-1125 .mega-sub-menu li:not(.link-title) a{
    padding-left: 35px !important;
}

.bottom-header{
    /* background: var(--color-007BC1); */
    background-color: transparent;
    /* box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.20); */
    /* backdrop-filter: blur(10px); */
    height: 60px;
}

.bottom-header .main-menu{
    height: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    border-radius: 8px 8px 8px 8px;
}
.social_item{
    display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        background: #F48220;
        border-radius: 4px;
        

}
.box-language{
    /* background-color: ; */
    position: relative;
}
.box-language::after{
    content: "";
    background-color: #fff;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.box-language a{
    color: #FFFF;
    /* color: #FFFFFF99; */
    border-radius: 4px;
    /* background: rgba(255, 255, 255, 0.20); */
    opacity: 1;
    display: flex;
    width: 30px; 
    height: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 0;
}
.box-language a:hover{
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    color: var(--color-F68121);
    opacity: 1;
    font-weight: 600;
}
#mega-menu-vertical{
    background-color: var(--color-F68121) !important;
}
#mega-menu-wrap-vertical #mega-menu-vertical{
    text-align: left !important;
}
.col-top-header{
    gap: 40px;
}
.col-top-header .box-contact {
    gap: 30px;
}
.col-top-header .header-search{
    border-radius: 20px;
    overflow: hidden;
}
.col-top-header .search-form{
    margin-top: -6px;
}
.top-header .box-language {

}
@media screen and (min-width: 768px){
    .top-header .header-search {
        flex: 1; 

    }
    .top-header .th-hotline,.top-header .th-email{
        /* max-width: 20%;
        width: 100%; */
    }
    .top-header  .box-language{
        /* max-width: 10%;
        width: 100%; */

    }
}
@media screen and (min-width: 990px){
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
        /* display: flex;
        justify-content: center;
        align-items: center; */
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a{
        height: 100% !important;
        display: flex !important;
        justify-content: center ;
        align-items: center;
    }
}
@keyframes stuckMoveDown{
0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
@media (min-width: 1024px) {
    /* .col-cart::before{
        content: "";
       background-color: #fff;
        width: 1px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translate(50%, -50%);
    } */    
}
@media (min-width: 850px) {
    .stick{
        top: -127px !important;
    }
    
}
@media screen and (min-width: 768px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout >ul.mega-sub-menu{
        margin-top: 4px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{
        margin-left: 2px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a{
        padding: 5px 24px 5px 24px !important;
    }
}
@media screen and (max-width:768px) {
    .top-header{
        display: none;
    }
    /* .middle-header{
        display: none;
    } */
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
        padding-left: 0 !important;
    }
    .cate-container{
        display: none;
    }
    .transparent-header .header-wrap{
        margin-bottom: 0;
    }
    .box-language a{
        color: #F48220;
        font-size: 15px;
    }
    .box-language::after{
        background-color:#F48220 ;
    }
    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-weight: 700;
      }
    #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 16px;
      }
      #mega-menu-wrap-primary_mobile #mega-menu-primary_mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{
        font-weight: 500;
      }
}