@media only screen and (max-width: 760px) and (min-width: 414px){
	.right-header h2{
        font-size: 12px;
    }    

    .right-header h1{
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }    
     .table_product_rise {
        display: block;
    }
    
    .slick-prev:before, .slick-next:before {
        font-size: 25px;
    }

    .list-filter-menu {
        margin-top : -64px;
        background: #fff;
    }
    .ht-sidebar-item-card {
        border-bottom: 1px solid #e1e1e1;
        margin: 40px 0px 0px 0px;
    }
    /*.newest-container {
        margin: -20px 0px 12px 0px;
    }*/
    .img_banner_rau_sach {
        height: 130px;
    }
    .popup-content {
        width: 100% !important;
    }
    .close-popup {
        top: 0% !important;
        right: -2% !important;
    }

    .news-menu-item{
        display: none;
    }


    #form_connect_production table.table-responsive tr {
        display: block;
      }
      
     #form_connect_production table.table-responsive tr td {
        display: block;
      }

      
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 
    .list-filter-menu {
        margin-top : -64px;
        background: #fff;
    }
    .ht-sidebar-item-card {
        border-bottom: 1px solid #e1e1e1;
        margin: 40px 0px 0px 0px;
    }
    /*.newest-container {
        margin: -20px 0px 12px 0px;
    }*/
    .popup-content {
        width: 100% !important;
    }
    .close-popup {
        top: 0% !important;
        right: -3% !important;
    }

    .popup-content {
        width: 70% !important;
    }
    .close-popup {
        top: 0% !important;
        right: -2% !important;
    }

}