

@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1200px;
    }
    .h_162 img{
        height: 162px;
    }
  
}

@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;
    }
    .list_page_news  li{
        width: 33.333333% !important;
    }
    .menu_main{
        margin: 0;
    }
}

@media (max-width:767px) /* xs*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .lang_home{
        flex-direction: column;
        justify-content: center;
    }
    .lang_home a{
        height: 80px;
        font-size: 22px;
        margin: 2px 0;
    }
    .list_page_news  li{
        width: 50% !important;
    }
    .menu_main{
        margin: 0;
    }
}

@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;
    }
    .list_page_news  li{
        width: 100% !important;
    }
    .prd_list .tit_prd{
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }
    .pdd_mb-0{
        padding: 0
    }
    

}


.visible-480{
    display: none;
}
