@media screen and (min-width: 48em) {
    * {
        line-height: 1.7em;
    }
    .tablet {
        display:  none!important;
    }

    .mobile,.menu_m {
        display: none;
    }

    .ipad {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }
    #simple-menu{
        display: none;
    }
    .header,.top,.logo{
        text-align: left;
    }
    .top {
        min-height: 20px;
        padding-bottom: 0;
    }
    .top{
        float: left;
        width: 100%;
    }
    .top .module>p {
        float: left;
        font-size: 14px;
        padding-left: 15px;
    }
    #content .left .content_news * {
        /*max-width: 100% !important;*/
        width: auto !important;
    }
    /*---------------mainmenu-----------------*/
    .justified-menu {
        float: left;
        position: relative;
        margin-top: 10px;
    }

    .justified-menu > li {
        float:left;
        position: relative;
        text-align: left;
        height: 25px;
    }

    .justified-menu > li ul{
        position: absolute;
        top: 25px;
        left: 0;
        background: #0C88D0;
        width: 220px;
        z-index: 99999;
        display: none;
    }

    .justified-menu li:hover > ul{
        display: block;
    }

    .justified-menu > li ul li {
        border-top: 1px solid #0C88D0;
        position: relative;
    }

    .justified-menu > li ul li a {
        color: #fff;
        display: block;
        padding: 5px 10px;
        text-decoration: none;
    }

    .justified-menu > li ul li:hover > a  {
        background: rgba(255,255,255,.1);
    }

    .justified-menu > li ul li ul {
        position: absolute;
        top: -1px;
        left: 220px;
        border-left: 1px solid rgba(255,255,255,.1);
    }

    .justified-menu > li > a {
        display: block;
        font-size: 14px;
        padding: 0 15px 7px 15px;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        color: #fff;
    }
    .justified-menu>li>a>img{
        margin-right: 5px;
        margin-bottom: -1px;
    }
    .justified-menu > li:hover > a, .justified-menu > li.active > a ,.active{

    }
    #header-menu > li >img {
        width: 45px;
    }
    #header-menu > li > a {
        font-size: 14px;
    }
    .slides img{
        height: 280px;
    }
    /*service home*/
    .service-home .box {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-top: 15px;
    }
    .last {
        margin-right: 0!important;
    }
    /*listproduct*/
    .list_home_product .listproduct dl {
        width: 25%;
    }
    .list_home_product .listproduct dl dt img{
        width: 90%;
        height:150px
    }
    /*why*/
    .why .left dl {
        width: 33%;
        height: 100px;
    }
    
    #bn_3 {
        border-bottom: none;
    }
    #bn_2 {
        border-right: none !important;
        margin-top: 10px;
    }
    #bn_1, #bn_3{
        border-right:1px solid #f2f2f2!important;
    }
    .why .left dl:hover * {
        color: #fff;
    }
    .why .left dl:hover{
        background: #ff8338;
        cursor: pointer;
    }
    .why .right{
        display: none;
    }
    .tit-search span {
        font-size: 30px;
    }
    .tit-search form {
        float: right;
        width: 238px;
        margin-top: 5px;
    }
    .info .box {
        width: 50%;
    }
    .bot {
        text-align: left;
    }
    .copyright {
        float: left;
        padding-top: 20px;
        color: #a8a6a6;
        font-size: 14px;
    }
    .icon-social {
        float: right;
        padding: 15px 0 10px 0;
        height: 32px;
    }
    #content{
        width: 100%!important;
    }
    #content .left {
        width: 68%;
        float: left;
    }
    .list_news dl dd {
        margin-left: 135px;
    }
    #content .right {
        float: right;
        width: 30%;
        margin-top: 10px;
        max-width: 235px;
    }
    .mausanpham a {
        width: 100%;
    }
    .listproducts dl dt img{
        width: 200px;
        height:155px;
    }

    .sub-nav {
        width: 760px;
        margin-left: -430px;
    }
    #header-menu > li:hover .sub-nav {
        display: table;
    }
    .sub-nav>div{
        display: table-cell;
        float: none;
    }
    .service{
        margin-bottom: 30px;
    }
    .whychoose{
        padding-bottom: 40px;
    }
    .whychoose .module{
        position: relative;
        z-index: 9;
        padding-top: 40px;
    }
    .whychoose>img{
        float: left;
        position: absolute;
        z-index: 10;
        top: 20px;
    }
    .whychoose h2,.whychoose h4{
        display: block;
        margin-left: 30%;
    }
    .whychoose h4{
        padding: 20px 0;
    }
    .whychoose>.module>div{
        width: 70%;
        float: right;
    }
    .whychoose h2{

        font-size: 30px;
        margin-top: 20px;
    }
    .con .title{
        width: auto;
    }
    .search-sp{
        float: right;
        margin-top: 10px;
    }
    .img_product{
        width: 100%;
    }
    #other_pro_img{float: left}
    /*hỗ trợ*/
    .hotro{
        float: left;
        width: 200px;
        position: fixed;
        bottom: 0;
        left: 10px;
        display:block;
        z-index: 9999;
        background: #fff;
        /*border: 1px solid #ddd;*/
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*box-shadow: 0 0 10px #a7a7a7;*/

    }
    .open_chat{
        padding: 2px 15px;
        background: #0C88D0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        width: 170px;
        color: #fff;
        font-size: 16px;
        float: left;
    }
    .open_chat i{
        font-size: 20px;
        margin-right: 10px;
    }
    .hotro .body_chat{
        float: left;
        border-top: none;
        /*border-bottom: 20px solid #F3F3F3;*/
        padding-bottom: 20px;
        width: 100%;
        display: none;
    }

    .hotro dl {
        padding: 5px 0;
        /*border-top: 1px dotted #CAC3C3;*/
        width: 100%;
        float: left;
    }
    .hotro dl dt {
        float: left;
    }
    .hotro div>p{
        padding: 5px 0;
    }
    .hotro dl dt img {
        width: 45px;
        padding: 5px;
    }
    .hotro dd{
        padding-top: 10px;
    }
}