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

@media screen and (max-width: 1439px) {
    .lienhe .text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 0;
        text-align: center;
        padding: 40px;
    }
}
@media screen and (max-width: 1100px) {
    #header {
        display: none;
    }

    #hd-mobile {
        display: flex;
        align-items: center;
    }

    .header-top {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .banner-sk {
        padding: 50px 0;
        background: #00945a;
    }
    .about-index {
        padding: 50px 0;
        background: #0b9769;
    }
}
@media screen and (max-width: 768px) {
    .title .sumale {
        width: 100%;
    }
    .owl-nav .owl-prev {
        left: 0px !important;
    }

    .owl-nav .owl-next {
        right: 0px !important;
    }

    .partners .owl-nav {
        top: -30px;
    }

    .s768 {
        width: 100% !important;
    }

    .map {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .banner-top h3 {
        font-size: 45px;
        padding: 50px 0;
    }
}
@media screen and (max-width: 500px) {
figure[class^="ih-eff"].circle-container-effect {
    width: 187px;
    height: 187px;
}
}
@media screen and (max-width: 425px) {
    .pt50 {
        padding-top: 30px;
    }

    .pb50 {
        padding-bottom: 30px;
    }

    .banner-top h3 {
        font-size: 25px;
        padding: 50px 0;
    }

    .title h3 {
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
    }



}

@media screen and (max-width: 424px) {
 #highlight-services .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media screen and (max-width: 320px) {
    .partners .item {
        width: 130px;
    }
}
@media screen and (max-width: 320px) {
    .partners .item {
        width: 130px;
    }
}