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

@media screen and (max-width: 1599px) {
    .layout .item {
        margin-left: var(--f-gap);
        margin-bottom: 20px;
        width: calc((100% / var(--f-columns) - var(--f-gap)));
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }
}
@media screen and (max-width: 1366px) {
    .w-1200{
        width: auto !important;
    }
}

@media screen and (max-width: 1365px) {
    .FEATURES .col-lg-6 .d-flex {
        flex-direction: column;
        align-items: center !important;
    }
    .FEATURES .col-lg-6:nth-child(2) .d-flex img {
        order: inherit;
    }
    .FEATURES .col-lg-6:nth-child(4) .d-flex img {
        order: inherit;
    }
    .text-banner h2 {
        font-size: 60px;
    }
    .text-banner p {
        font-size: 28px;
    }
    .menu ul.nav>li>a {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1200px) {
    .ob-none {
        object-fit: contain;
    }

    #header {
        display: none;
    }

    #hd-mobile {
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 0 10px -2px #0000005c;
    }
    .banner-header{
        display: none;
    }
    .banner-header.none-mb{
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .our .team .item {
        padding: 24px 10px;
        margin: 35px 15px;
    }
    .our .team h4 {
        font-size: 20px;
    }
    .our .team p {
        font-size: 18px;
    }
    .trademark .item {
        gap: 30px;
        flex-direction: column;
    }
    .infomation form{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .infomation .content  input{
        width: 70%;
    }
    .infomation form button{
        margin-top: 0 !important;
        width: 30%;
    }
    .infomation .content {
        padding: 96px 15px;
        gap: 15px;
    }
}
@media screen and (max-width: 991px) {
    main{
        padding-top: 60px;
    }
    .text-banner h2 {
        font-size: 35px;
    }
    .text-banner p {
        font-size: 18px;
        font-weight: 600;
    }
    .text-banner {
        padding-left: 0px;
    }
    .why .text h3 {
        font-size: 35px;
        font-weight: 700;
        line-height: 45px;
    }
    .why .text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
    .why .row  {
        align-items: center;
    }
    .all {
        font-size: 20px;
        width: 216px;
        padding: 14px 0;
        margin-top: 20px;
    }
    .title h3 {
        font-size: 40px;
    }
    .title .bong::after {
        transform: translate(0, -40%);
        font-size: 40px;
        line-height: 55px;
    }
    .title p {
        font-size: 18px;
    }
    .layout {
        --f-columns: 1;
    }
    .infomation .content h3 {
        font-size: 35px;
    }
    .footer .row {
        text-align: center;
    }
    .footer .row .d-flex{
        align-items: center;
    }
   
}

@media screen and (max-width: 767px) {
    .modal-body form {
        width: 100% !important;
    }
    .modal-body p {
        font-size: 18px !important;
    }
    .modal-header {
        position: inherit !important;
    }
    .modal-content {
        padding-top: 0 !important;
    }
    .modal-content .img-fluid {
        max-width: 50% !important;
        height: auto;
    }
    .text-banner .d-flex {
        padding-top: 25px;
    }
    .text-banner {
        padding-top: 25px;
    }
    .infomation .content {
        padding: 50px 15px;
        gap: 15px;
        text-align: center;
    }
    .our .team .item {
        margin: 35px 0;
        padding: 24px 5px;
    }
    .infomation form{
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }
    .infomation .content  input{
        width: 100%;
    }
    .infomation form button{
        margin-top: 0 !important;
        width: 40%;
    }
    .group {
        padding: 30px 0;
    }
    .infomation {
        padding-bottom: 30px;
    }
    .layout .item .block {
        width: 100%;
        height: auto;
    }
    a.all {
        width: max-content;
        padding: 12px 24px;
        font-size: 18px;
    }
    .FEATURES .col-lg-6 {
        padding: 15px;
    }
    .FEATURES {
        padding: 30px 0;
    }
    .title h3 {
        font-size: 35px;
    }
    .title .bong::after {
        transform: translate(0, -40%);
        font-size: 35px;
        line-height: 45px;
    }
    .roadmap {
        padding: 30px 0;
    }
}

@media screen and (max-width: 575px) {
    .modal-content .img-fluid {
        max-width: 80% !important;
        height: auto;
    }
    .trademark .item {
        gap: 0;
        flex-direction: row;
        align-items: center;
    }
    .trademark .item img{
        object-fit: contain;
        height: 70px;
    }
    .dk{
        display: none;
    }
    .mb{
        display: block;
    }
    .FEATURES .col-lg-6 .text {
        border-radius: 20px;
        border: 1px solid var(--stroke-1, #FFF);
        background: var(--white-10, rgba(255, 255, 255, 0.10));
        backdrop-filter: blur(10px);
        height: max-content;
        padding: 24px;
        width: 100%;
        margin: 30px 0;
    }
    .FEATURES .img-fluid{
        max-width: 60% !important;
    }
    .FEATURES .col-lg-6 .text h4 {
        font-size: 30px;
        font-weight: 600;
    }
    .blog .text h5{
        font-size: 20px;
    }
    .detai-blog .title h3 {
        font-size: 20px !important;
        line-height: normal !important;
    }
}

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

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