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

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

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


    #header {
        display: none;
    }

    #hd-mobile {
        display: flex;
        align-items: center;
        position: fixed;
        background: #fff;
    }
    main{
        padding-top: 60px;
    }
    .header-top {
        display: none;
    }

    .content img {
        height: auto !important;
    }

    .page .col-lg-7 {
        padding: 15px;
    }

    .footer .col-lg-6 {
        padding: 15px;
    }
}

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

    .news p {
        display: none !important;
    }

    .news .xt {
        display: none;
    }

    .news .mt-5 {
        margin-top: 0 !important;
    }

    .news .mt-3 {
        margin-top: 0 !important;
    }

    .blog .item .text {
        padding: 15px;
    }

    .blog .item .text h3 {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .title h3 {
        color: #14183E;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .about {
        padding: 30px 0;
    }

    .page .text h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .news .text h3 {
        font-size: 20px;
    }

    .banner-page h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .layout2 {
        padding: 150px 0;
        background-size: cover;
    }

    .layout2 .col-lg-3 {
        padding: 15px;
    }

    .news .item .text h3 {
        color: #14183E;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
    }

    .news .col-lg-12 h3 {
        font-size: 20px;
        line-height: 34px;
        font-weight: 500;
    }

    .news .col-lg-12 .col-lg-6:nth-child(1) {
        order: 2;
    }

    .news .item {
        display: block;
        gap: 8px;
    }

    .news .item .box-thumbnail {
        width: 100%;
    }

    .news .item .text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news .item .text .d-flex {
        display: none !important;
    }

    .comment .item {
        padding: 35px 15px;
    }

    .comment .owl-dots {
        bottom: 0;
    }

    .product .items {
        position: relative;
        width: 100%;
        padding: 15px 40px;
        z-index: 99;
    }

    .product .img {
        width: 100%;
        height: auto;
        flex-shrink: 0;
    }

    .product .items:nth-last-child(4) {
        bottom: inherit;
    }

    .product .items:nth-last-child(3) {
        bottom: inherit;
    }

    .product .items:nth-last-child(2) {
        top: inherit;
    }

    .product .items:nth-last-child(1) {
        top: inherit;
    }

    .page-news .news .posr .text h4 {
        font-size: 20px;
        line-height: 34px;
    }

    .page-news .news .texts h3 {
        color: #14183E;
        font-size: 20px;
        line-height: 34px;
    }

    .page-news .news .posr .text {
        padding: 0 15px;
    }

    .page-news .news .text h3 {
        color: #14183E;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        margin-top: 5px;
    }
}

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