@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1170px;
    }
    #footer{
        background-size: 100% auto;
    }
    .box_map_ft{
        width: 300px;
        max-width: 100%;
        float: right;
    }
    .slider_main .item img{
        height: 600px!important;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .nav-menu > .menu-item > .menu-link {
        padding: 42.5px 30px 42.5px 30px;
    }
    .nav-menu > .menu-item:last-child > .menu-link {
        padding: 42.5px 0px 42.5px 30px;
    }
    .nav-dropdown{
        width: 190px;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .qts_head_top.sticky-header{
        position: relative !important;
    }
}
@media (max-width:767px) /* xs*/{
    .qts_head_top.sticky-header{
        position: relative !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;
    }
    .add_header_top ul li{
        width: 100%;
    }
    .add_header_top ul li:after{
        content: "";
    }
    .add_header_top ul li:last-child{
        padding-left: 0px;
    }
    .logo_ft{
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .img_news_cate{
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}


.visible-480{
    display: none;
}
