

@media (min-width:1200px){
    .container{
        width: 1200px;
    }
    .col-lg-225{
        width: 22.5%;
    }
    .col-lg-550{
        width: 55%;
    }
    .col-lg-push-225{
        left: 22.5%;
    }
    .col-lg-775{
        width: 77.5%;
    }
    .col-lg-pull-775{
        right: 77.5%;
    }
}

@media (min-width:992px) and (max-width:1199px){
}

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

@media (max-width:576px) /* xs*/{
    .menu_header_top li a{
        padding: 0 10px;
    }
    form.search_box {
        margin: 10px 0;
    }
    .header__main__toggle_cart{
        margin-top: 10px;
    }
    .menu_left .show_menu .nav_prod_home{
        min-height: auto;
        height: auto !important;
    }
    .footer{
        background: url(../img/bg_ft.png) no-repeat ;
          padding: 35px 0 15px;
        background-size: cover;
        color: #fff;
    }
    .footer a{
        color: #fff;
    }
    .title_prod h5{
        height: 42px;
        overflow-y: hidden;
    }
    .title_dt {
        font-size: 24px;
    }
    .list_footer h4{
        padding-bottom: 0;
    }
    .list_footer{
        margin-bottom: 20px;
    }
    .map iframe{
        width: 100%;
        height: auto;
    }
    .sub_prod_detail{
        margin-top: 20px;
    }
    .list_page_news .row{
        margin: 0 -5px;
    }
    .list_page_news .col-xs-3,
    .list_page_news .col-xs-9{
        padding: 0 5px;
    }
    .des_news{
        display: none;
    }
    .sc_header_menu .col-md-9{
        padding: 0;
    }
    .tit_home a{
        padding: 10px;
    }
}
@media (min-width:576px) and (max-width: 767px){
    .icon_fixed{
        top: 40% !important;
    }
}