@media only screen and (max-width: 1024px) and (min-width: 768px){
    .right-header h2{
        font-size: 16px;
    }    

    .right-header h1{
        font-size: 18px;
    }    

    .logo-left{
        height: 75px;
    }

    .logo-right {
        max-width: 50%;
        max-height: 75px;
    }

    .menu-bar ul .menu-bar-li .menu-1 {
        font-size: 13px;
    }

    .home-benefit-item {
        display: flex;
        align-items: center;
    }

    .benefit-rtl {
        direction: rtl;
    }

    .slider{
        padding-top: 1px !important;
    }

    .left-menu-camera {
        margin-top: 60px;
    }

    .nav-sub-list-item {
        width: 816px;
    }    
    .list-filter-menu {
        margin-top : -64px;
        background: #fff;
    }
    .ht-sidebar-item-card {
        border-bottom: 1px solid #e1e1e1;
        margin: 40px 0px 0px 0px;
    }


    .plan-list{
        height: auto;
    }

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



/* iPad in landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) { 

    .menu-bar ul .menu-bar-li .menu-1 {
        font-size: 14px !important;
    }

    .right-header h2{
        font-size: 18px !important;
    }

    .right-header h1{
        font-size: 22px !important;
    }

    #img_63_province{
        margin-left: 0px  !important; 
    }

    .tab-menu-slide-province {
        margin-bottom: 160px;
    }
   /* .img_banner_rau_sach {
        height: 280px ;
    }*/

    .menu-bar ul .menu-bar-li{
        padding: 14px 0px;
    }

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

}



