



@media (min-width:1200px) /* lg*/ {

    .row_pc{

        margin-right: -15px;

        margin-left: -15px;

    }

    .container{

        width: 1200px;

    }

}



@media (min-width:992px) and (max-width:1199px) /* md*/{

    .list_link_hd{

        float: left !important;

    }

}



@media (min-width:768px) and (max-width:991px) /* sm*/{

    .sc_header_menu.sticky-header{

        position: relative !important;

    }

}
@media (max-width:991px) /* xs*/{
    .banner_home{
        display: none;
    }
    .nav-item{
        background-color: #9b9b9b3b;
        margin-bottom: 7px;
        margin-right: 5px;
    }
    .title_footer{
        margin-top: 30px !important;
    }
    .nav-item button{
        font-size: 13px;
        
    }
    .content-text{
        margin-top: 20px;
    }
    .detail-info{
        padding: 0px;
    }
    .nenden.is-show{
        height: 100%;
        width: 100%;
        background-color: rgb(0, 0, 0, 0.5);
        z-index: 9999999;
        position: fixed;
        top: 0;
        display: block;
    }
    .tarBar.active{
        display: block;
        background-color: #fff;
        height: 85px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100000000;
        
    }
    .tarBar.active .header-logo{
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 3px;
    }
    .tarBar.active .header-common a{
        color: #fff;
    }
    .tarBar.active .header-common{
        position: absolute;
    right: 21px;
    top: 38px;
    }
    .tarBar.active .header-common a .icon i{
        font-size: 22px;
    right: 17px;
    }
    .tarBar.active .header-common .count{
        top: -8px;
    right: -7px;
    }
    .menuMb-child{
        display: none;
    }
    .menuMb-item.active .menuMb-link{
        background-color: #237df3;
        color: #fff;
    }
    .menuMb-item.active .menuMb-link .fa-chevron-right::before{
        content: "\f13a";
    }
    .menuMb-item.active .menuMb-child{
        display: block;
    }
    .menuMb{
        padding: 15px 0px;
    }
    .menuMb-link_child,
    .menuMb-link{
        
        width: 100%;
        
    }
    .menuMb-child{
        margin-left: 25px;
        
    }
    .menuMb-link{
        display: flex;
        justify-content: space-between;
        padding: 8px 15px;
        color: #333;
        
    }
    .menuMb-link_child{
        display: inline-block;
        padding: 8px 0px;
    }
    .menuMb-item{
        position: relative;
        border-bottom: 1px dashed #45454521;
    }
    .mb_icon-next{
        position: absolute;
        right: 15px;
        top: 10px;
        
    }
    .section_best_deal{
        margin-bottom: 0px;
    }
    .menuMb-item.active .fa-angle-right::before{
        content: "\f107";
    }
    .menuMb-item.active i{
        color: #fff;
    }
    .menuMb2{
        margin-left: 25px;
        display: none;
    }
    .menuMb-link2{
        color: #333;
        display: inline-block;
        padding: 7px 5px;
        width: 100%;
    }
    .icon_close{
        position: absolute;
        top: 25px;
        right:15px;
        font-size: 18px;
        color: #fff;
    }
}


@media (max-width:767px) /* xs*/{

    .sc_header_menu.sticky-header{

        position: relative !important;

    }
.col_subrice {
    margin-bottom: 20px;
    margin-right: 0 !important;
}
.box_image_banner {
    height: auto !important;
    overflow: hidden;
}
.section_best_deal .block-title h2 a svg {
   
    top: 4px !important;
}
.section_best_deal .block-title h2 a {
    font-size: 20px !important;
    padding: 13px 35px !important;
}
}



@media (max-width:480px) {

    .col-480-12{

        width: 100% !important;

    }

    .col-480-6{

        width: 50% !important;

    }

    .hidden-480{

        display: none !important;

    }

    .visible-480{

        display: block !important;

    }



}





.visible-480{

    display: none;

}

