

@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1170px;
    }
    .sb-icon-search,
    .sb-search-submit{
        width: 25px;
        height: 25px;
        line-height: 22px;
    }
    .menu-section{
        background: #c3483b;
    }
    .search-box{
        margin: 36px 0;
    }
    .hotline_header {
        margin: 35px 0;
        text-align: right;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
    }
    .sb-icon-search,
    .sb-search-submit{
        width: 25px;
        height: 25px;
        line-height: 22px;
    }
    .nav-menu > .menu-item > .menu-link{
        padding: 10px 31px;
        font-size: 14px;
    }
    .menu-section{
        background: #c3483b;
    }
    .search-box{
        margin: 36px 0;
    }
    .hotline_header {
        margin: 30px;
        text-align: right;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .sb-search-input{
        z-index: 10;
    }
    .name_prod_detail{
        margin-top: 15px;
    }
    .search-box{
        margin: 10px 0;
    }
    .hotline_header {
        margin: 10px 0;
        text-align: right;
    }
    .qts_footer_mid {
        background: url(../img/480_footer.png) no-repeat;
    }
}

@media (max-width:767px) /* xs*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .sb-search-input{
        z-index: 10;
    }
    .contact_hd{
        display: none;
    }
    .slider_main .owl-nav{
        display: none;
    }
    .name_prod_detail{
        margin-top: 15px;
    }
    .search-box{
        margin: 10px 0;
    }
    .hotline_header {
        margin: 10px;
        text-align: right;
    }
    .qts_footer_mid {
        background: url(../img/480_footer.png) no-repeat;
    }
    .box_counter{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .send_mail span,.form_email{
        width: 100% !important;
    }
    .mail-footer{
        margin-bottom: 10px;
    }
}

@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;
    }
    .banner_body{
        display: none;
    }
    .search-box{
        margin: 10px 0;
    }
    .hotline_header {
        margin-bottom: 10px;
        margin-top: 0px;
        text-align: center;
    }
}


.visible-480{
    display: none;
}
