@media screen and (min-width: 1366px) {
    .container {
        max-width: 1366px;
    }

}

@media screen and (max-width: 1200px) {
    .sdtc img {
        width: 100%;
        height: auto;
    }

    .footer .footer-contact {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .footer .footer-contact .d-flex {
        border-right: 1px dashed transparent;
    }
}

@media screen and (max-width: 1000px) {
    .about-us .slogan h3::before {
        left: -10px;
    }

    .about-us .slogan h3::after {
        right: -10px;
    }

    .about-us .slogan h3 {
        width: 100%;
    }

    #header {
        display: none;
    }

    #hd-mobile {
        display: flex;
        align-items: center;
    }
    .header-top {
        display: none;
    }

    .news .tintuc .owl-nav .owl-next {
        right: 0%;
    }

    .news .tintuc .owl-nav .owl-prev {
        left: 0%;
    }
}

@media screen and (max-width: 768px) {
    .banner-page .box-thumbnail {
        padding-top: 30% !important;
    }

    .title h3 {
        font-weight: 700;
        font-size: 25px;
        line-height: 44px;
        color: #333333;
        margin-bottom: 15px;
    }

    .ctdichvu .content .thingss .items {
        padding-left: 0px;
    }

    .ctdichvu .content .things .d-flex .item {
        border-bottom: 0.5px dashed #a5a3a975;
        padding: 0;
        position: relative;
    }
}

@media screen and (max-width: 425px) {
  .title.mb50{
	margin-bottom: 20px;  
}
  .contact-index {
    padding-bottom: 30px;
    background: url(../img/BG.png) no-repeat bottom;
    background-size: 100%;
}
  .news {
    padding: 30px 0 30px 0;
    background: url(../img/BG.png) no-repeat top;
    background-size: 100%;
}
  .about-us {
    padding: 30px 0;
}
  .about-us .slogan h3::before {
    top: -30px;
}
  .about-us .slogan h3::after {
    top: -30px;
}
  .project-index{
  	margin-top: 0;
    padding-top: 20px;
  }
  .dichvu {
  margin-top: 0;
    padding-top: 20px;
    margin-bottom: 20px;
  }

    .banner-page .title h2 {
        font-weight: 800;
        font-size: 30px;
        line-height: inherit;
    }

    .banner-page .box-thumbnail {
        padding-top: 50% !important;
    }

}

@media screen and (max-width: 320px) {}