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

}

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

@media screen and (max-width: 1245px) {
    .owl-prev {
        left: 0px;
    }

    .owl-next {
        right: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .about .title p {
        width: auto;
    }

    #header {
        display: none;
    }

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

    .banner-mobile {
        display: block;
    }

    main {
        padding-top: 60px;
    }


}

@media screen and (max-width: 1024px) {
    .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .footer .row .text-right {
        text-align: center !important;
    }

    .footer .d-flex {
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .about {
        padding: 30px 0;
    }

    .outstanding {
        padding-bottom: 30px;
    }

    .baochi {
        padding-bottom: 30px;
    }

    .hinhanh {
        margin-bottom: 30px;
    }

    .lienhe {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .about::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background-image: url(../img/left.png);
        width: 113px;
        height: 60px;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .about::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        background-image: url(../img/right.png);
        width: 1000px;
        height: 200px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: right;
    }

    .lienhe label {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 166.667% */
    }

    .lienhe button {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.14px;
        padding: 12px 24px;
    }

    .title h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 16px;
    }

    .about .title p {
        font-size: 13px;
        line-height: 20px;
    }

    .outstanding ul li {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .baochi .item .text h3 {
        color: #F1F1F1;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .baochi .item .text p {
        font-size: 13px;
    }

    .lienhe p {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
}

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

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