@media screen and (min-width: 60em) {

    .tablet {
        display: none !important;
    }

    .mobile {
        display: none;
    }

    .ipad {
        display: block !important;
    }

    .desktop {
        display: block !important;
    }

    .module{
        width: 960px!important;
        margin: 0 auto;
    }
    body{
        border-top: 3px solid #000;
    }
    /*header*/
    .header{
        width: 100%;
        padding:5px 0 0 0;
    }
    .hotline{
        margin-top: 20px;
    }
    .hotline li {
        font-size: 17px;
        vertical-align: bottom;
        float: left;
    }
    .hotline li img{
        padding-top: 5px;
    }
    .hotline li:last-child{
        margin-left: 10px;
        color: Red;
    }
    /*menu*/
    .menu #language {
        margin-right: 20px;
    }
    #justified-menu > li > a {
        padding: 2px 15px;
    }
    /*slide*/
    .image{
        height:430px;
    }
    .slide_text{
        left: auto;
        bottom: 130px;
        padding: 30px;
    }
    .slide_content{
        margin: 20px 0;
    }
    /*banner top*/
    .banner .module{
        position: relative;
    }
    .title{
        margin: 30px 0 25px 0;
        font-size: 23px;
    }
    .banner_more{
        top: 15px;
    }
    .banner .box{
        margin-left: 0;
        margin-right: 0;
        width: 305px;
    }
    .banner .box img{
        width: 305px;
        height: 180px;
    }
    .box2{
        margin-left: 22px!important;
    }
    .box3{
        margin-left: 23px!important;
    }
    .banner .box a{
        padding: 15px 0 25px 0;
        text-align: left;
        font-size: 17px;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        outline: 0;
        width: 23px;
        height: 20px;
        text-indent: -9999px;
        z-index: 9999;
    }
    .banner .bx-wrapper .bx-controls-direction a {
        top: 10px;
    }
    .banner .bx-wrapper .bx-prev {
        background: url('../images/bxprev.png') no-repeat #f0eeee;
        right: 16px;
    }
    .banner .bx-wrapper .bx-next {
        background: url('../images/bxnext.png') no-repeat #f0eeee;
        right: 0;
    }
    /*list_news*/
    .list_news{
        width: 625px!important;
    }
    .list_news img{
        width: 225px;
        height: 115px;
    }
    .list_news dl dd {
        padding-left: 245px;
    }
    .gallery_home{
        width: 285px!important;
    }
    .gallery_home a img{
        width: 135px;
        height: 100px;
    }
    .gallery_home a:last-child img{
        width: 285px;
        height: 140px;
    }
    /*about*/
    .about{
        margin-top: 40px;
    }
    .about .title{
        float: left;
        margin-bottom: 20px;
    }
    .about img {
        height: 220px;
    }
    .about .con {
        margin-top: -220px;
        height: 220px;
    }
    /*partne*/
    .partner{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    }
    /*footer*/
    .footer{
        padding: 15px 0 0 0;
    }
    .icon-social{
        width: 160px !important;
    }

    .footer_infor{
        width: 450px !important;
        margin-right: 95px;
    }
    .face{
        width: 185px!important;
    }
    .copyright{
        padding: 10px 0 15px 0;
    }
    /*content*/
    .box, .about, .right {
         width: 100%;
    }
    .left{
        width: 204px;
        right: 730px;
    }
    .left .box .title {
        font-size: 14px;
        padding-left: 44px;
        width: 160px;
    }
    .service_hot {
        padding: 8px 15px 15px 15px;
        width: 174px;
    }
    .left,.right{
        margin: 10px 0 0 0;
    }
    .right {
        width: 730px;
        left: 230px;
    }
    .ngrid li {
        width: 350px!important;
        margin-right:0!important;
        height: 155px;
        text-align: justify;
    }
    .ngrid > li .images{
        margin: 6px 15px 0 0;
    }
    .ngrid > li .images, .ngrid > li .images img{
        width: 180px;
    }
    li.even{
        margin-right: 29px !important;
    }
    .ngrid > li .title {
        font-size: 12px;
    }
    .cont_right .title{
        margin: 0;
    }
    .gallery>div{
        width: 31%;
        margin: 0 1%;
    }
}