@media screen and (max-width:1400px){
    .content{
        width: 90%;
        margin: 0 auto;
    }
    html{
        font-size: 15px;
    }
    .phone-contact a {
        font-size: 1.2rem;
    }
    .menu ul{
        text-align: right;
    }
    .menu>ul>li{
        width: 110px;
    }
    .banner-des {
        margin-left: 50px;
    }
    .box-detail{
        width: 100%;
    }
    .content.content-contact-box {
        width: 80%;
    }
}
@media screen and (max-width:1024px){
    html{
        font-size: 15px;
    }
    .content {
        width: 95%;
    }
    .menu ul li {
        width: 100px;
    }
    .item-banner{
        padding: 110px 0px;
    }
    .banner-des h2{
        font-size: 2.5rem;
    }
    #why-choose-us {
        padding: 70px 0px;
    }
    p.des-text {
        margin-bottom: 0px !important;
    }
    #commit {
        padding: 70px 0px;
    }
    .content-service .col-sm-3,.content-news .col-sm-3{
        padding-right: 7px;
        padding-left: 7px;
    }
    #service {
        padding: 70px 0px;
    }
    .info-service {
        padding: 10px;
    }
    h6.ht-counter-title {
        font-size: 1.3rem;
    }
    #counter-top{
        padding: 70px 0px;
    }
    .info-service-t span {
        font-size: .9rem;
    }
    #news {
        padding: 70px 0px;
    }
    .text-title h3 {
        padding-bottom: 10px;
    }
    #reviews {
        padding: 70px 0px;
    }
    #project-host {
        padding: 70px 0px;
    }
    #detail-news {
        padding: 70px 0px;
    }
    .content.content-detail-news {
        width: 100%;
    }
    .box-detail{
        padding: 20px 10px;
    }
    .text-title h3{
        font-size: 1.5rem;
    }
    #detail-news {
        padding: 50px 0px;
    }
    .img-news {
        width: 34%;
        margin-right: 15px;
    }
    .info-img-news {
        width: 60%;
    }
    ul.lists-news-hot li img {
        height: 100px;
    }
    ul.lists-news-hot li {
        width: 46%;
    }
    .content {
        width: 100%;
    }
    .info-sv {
        width: 61%;
    }
}

@media screen and (max-width:980px){
    #menu-mobile{
        display: none;
    }
    .d-header{
        display: none;
    }
    .m-header{
        display: block;
    }
    .right-contact-m {
        display: flex;
        flex-wrap: wrap;
    }
    .a-hostline-m {
        width: 48%;
        line-height: 100px;
        margin-right: 10px;
    }
    .a-contact-m {
        width: 48%;
    }
    .right-contact-m a {
        width: 100%;
        padding:6px;
    }
    .a-contact-m {
        line-height: 100px;
    }
    .logo {
        height: 100%;
        line-height: 100px;
    }
    .logo img {
        width: auto;
        height: auto;
        object-fit: contain;
        margin-left: 100px;
    }
    .show-m-menu > a{
        display: block;
        position: absolute;
        left: 14px;
        z-index: 99;
        top: 41px;
        width: 50px;
        height: 18px;
        padding: 5px;
        z-index: 999999;
    }
    .show-m-menu > a:before,  .show-m-menu > a:after{
        content: '';
        display: block;
        background: #AD342A;
        height: 2px;
    }
    .show-m-menu a span {
        background: #AD342A;
        display: block;
        height: 2px;
        margin: 6px 0;
    }
    /*menu */
    #menu-mobile {
        width: 80%;
        min-width: 200px;
        max-width: 360px;
        position: fixed;
        right: auto;
        z-index: 0;
        height: 100%;
    }
    .m-menu {
        box-sizing: border-box;
        background: #f3f3f3;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
    }
    #main-web{
        transition: .5s;
    }
    #main-web.show-menu {
        -webkit-transform: translate3d(360px,0,0);
        transform: translate3d(360px,0,0);
        transition: .5s;
    }
    .top-m-menu {
        text-align: center;
        border-color: #e6e1e1  !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 10px;
    }
    ul.list-m-menu li {
        border-bottom: 1px solid #e6e1e1;
        display:block;
        padding: 10px;
        margin-left: 20px;
    }
    ul.list-m-menu li a{
        color: #333;
        font-size: 1rem;
    }
    ul.list-m-menu>li:hover>a{
        color: #AD342A;
    }
    .content-news .info-service {
        height: 250px;
    }
    .content.content-contact-box {
        width: 100%;
    }
    .sub-menu-m{
        height: 0;
        overflow: hidden;
        transition: .5s;
    }
    .sub-menu-m.show-menu{
        height: auto;
        transition: .5s;
    }
    .sub-menu-m>li:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
}
@media screen and (max-width:800px){
    .banner-des{
        width: 95%;
    }
    #text-head h2{
        font-size: 2rem;
    }
    ul.lists-news-hot li {
        width: 100%;
    }
    .info-service {
        height: 190px;
    }
    h6.ht-counter-title {
        font-size: 1.1rem;
    }
    .ht-counter-icon{
        font-size: 36px;
    }
    .content-news .info-service {
        height: 215px;
    }
    .text-review p {
        width: 70%;
    }
}
@media screen and (max-width:768px){
    .content {
        width: 100%;
    }
    .banner-des h2 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .banner-des {
        margin-left: 0;
        text-align: center;
        margin: 0 auto;
    }
    #news {
        padding: 50px 0px;
    }
    .item-commit {
        margin-bottom: 15px;
    }
    .item-count-down{
        margin-bottom: 45px;
    }
    .item-footer {
        margin-bottom: 45px;
    }
    .show-m-menu {
        z-index: 999999;
    }
}
@media screen and (max-width:600px){
    .right-contact-m{
        display: none;
    }
    .logo{
        margin-top: 14px; 
    }
    .logo img {
        display: block;
        margin: 0 auto;
    }
    .show-m-menu > a{
        left: 8px;
    }
    .img-why {
        margin-top: 15px;
    }
    .logo{
        width: 50%;
        margin: 0 auto;
        margin-top: 14px;
    }
    #text-head h2 {
        font-size: 1.3rem;
        line-height: 25px;
    }
}
@media screen and (max-width:475px){
    .item-commit h5 {
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        height: 26px;
        line-height: 25px;
    }
    .item-commit {
        margin-bottom: 50px;
    }
    #counter-top {
        padding: 40px 0px;
    }
    #commit {
        padding: 40px 0px;
    }
    #service {
        padding: 40px 0px;
    }
    #footer {
        padding: 40px 0px;
    }
    #project-host {
        padding: 40px 0px;
    }
    .img-sv {
        width: 100%;
        margin-right: 0px;
    }
    .info-sv {
        width: 100%;
        padding:15px;
    }
    .info-sv:before{
        display: none;
    }
    .info-sv:after{
        display: none;
    }
    .img-sv{
        clip-path:none;
    }
    .logo{
        width: 50%;
    }
    .banner-des p{
        font-size: .9rem;
    }
    .banner-des h2 {
        font-size: 1.7rem;
    }
    #menu-mobile {
        width: 80%;
        min-width: 150px;
        max-width: 280px;
    }
    #main-web.show-menu {
        -webkit-transform: translate3d(280px,0,0);
        transform: translate3d(280px,0,0);
    }
    .info-service {
        height: 170px;
    }
}