@media screen and (min-width: 34.375em) {
    body {
        font-size: 12px;
    }
    .tablet,.tab {
        display: block !important;
    }
    .mobile{
        display: none;
    }
    .ipad {
        display: none !important;
    }
    .desktop {
        display: none !important;
    }
    /*logo*/
    .logo {
        text-align: left;
    }
    #header-menu {
        float: right;
        width: auto;
        margin-top: 18px;
    }
    #header-menu li{
        width: auto;
    }
    #header-menu > li > a {
        font-size: 13px;
        margin-right: 10px;
    }
    .slides img{
        height: 200px;
    }
    .service-home .box{
        width: 70%;
        margin: 0 auto;
    }
    /*product home*/
    .listproduct dl {
        width: 50%;
        float: left;
    }
    .listproduct dl dt img{
        width: 235px;
        height: 180px;
    }
    .img_product{
        width: auto;
        margin-right: 10px;
    }
    /*tai sao chon chung toi*/
    #bn_0, #bn_1, #bn_2,#bn_3 {
        border-bottom: 1px solid #f2f2f2;
    }
    #bn_0, #bn_1 {
        margin-top: 10px;
    }
    #bn_1, #bn_3,#bn_5 {
        border-right: none !important;
    }
    .why .left dl {
        width: 49%;
        height: 80px;
        border-right: 1px solid #f2f2f2;
        padding-top: 10px;
    }
    .why .right img {
        max-width: 238px;
    }

    .mausanpham a{
        width: 50%;
    }
    /*listproducts*/
    .listproducts dl dt img{
        width: 155px;
        height:120px;
    }
    /*.service,.service div.box{*/
        /*display: inline-table;*/
        /*width: 100%;*/
    /*}*/
    .tabl{
        display: table;
        width: 100%;
    }
    .tabl> div.box{
        display: table-cell;
    }
    .service img{
        /*width: 320px;*/
    }
    #other_pro_img a{
        width: 50%;
        float: left;

    }
    #other_pro_img img{
        height: 150px;
        margin-bottom: 5px;
    }
    .whychoose dl{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        min-height: 100px;
    }
}