@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }

    .pro_box_title {
        background: 0 !important;

    }
}
@media (max-width:767px)  {
    .content-box {
        margin-bottom: 15px;
    }
    .name-news {
        padding-top: 10px;
    }
    .row-7-mb {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    .clearfix-xs {
        clear: both;
        width: 100%;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .bg_header .container  {
        background: url('http://saincotape.com/assets/css/img/bg-header.gif') no-repeat;
        background-size: 100% 100%;
    }
    .bg_header .container .menu_mb img{
       opacity: 0;
    }
    .clearfix-sm {
        clear: both;
        width: 100%;
    }


}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .hotline-fix {
        padding: 3px 3px !important;
        font-size: 15px !important;

    }
    .bg_header   {
        background: url('http://saincotape.com/assets/css/img/bg-header.gif') no-repeat;
        background-size: 100% 100%;
    }
    .clearfix-md {
        clear: both;
        width: 100%;
    }

    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }


}

@media (min-width:1200px) /* lg*/ {
    .hidden-lg {
        display: none;
    }
    .bg_header   {
        background: url('http://saincotape.com/assets/css/img/bg-header.gif') no-repeat;
        background-size: 100% 100%;
    }
    .title-new {
        /*height: 45px !important;*/
        /*padding: 7px 0px 10px 15px !important;*/
    }
    .clearfix-md {
        clear: both;
        width: 100%;
    }
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }

    .container{
        width: 1000px;
    }
    .container_lg{
        width: 1200px !important;
    }
    .top_main{
        margin: 13px 0px;
    }
    .sub_prod_detail{
        padding-left: 40px;
        overflow: hidden;
    }
}