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

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

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

@media screen and (max-width: 768px) {
    .hero-section {
        height: 800px;
        padding: 140px 0;
    }

    .hero-section h2 {
        font-size: 60px;
    }

    .navbar-nav {
        flex-wrap: nowrap;
        /* không cho xuống dòng */
        overflow-x: auto;
        /* bật cuộn ngang */
        -webkit-overflow-scrolling: touch;
        /* mượt trên mobile */
    }

    .navbar-nav .nav-item {
        flex: 0 0 auto;
        /* mỗi item giữ kích thước, không co giãn */
    }

    /* Ẩn scrollbar trên Chrome, Safari */
    .navbar-nav::-webkit-scrollbar {
        display: none;
    }

    /* Ẩn scrollbar trên Firefox */
    .navbar-nav {
        scrollbar-width: none;
    }

    .top-header,
    .form-wrapper-bottom {
        flex-wrap: nowrap;
        overflow-x: auto;
        /* bật cuộn ngang */
        -webkit-overflow-scrolling: touch;
        /* mượt trên mobile */
        gap: 16px;
        /* khoảng cách giữa các item */
    }

    .top-header a,
    .form-wrapper-bottom a {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 14px;
    }

    /* Ẩn scrollbar trên Chrome, Safari */
    .top-header::-webkit-scrollbar {
        display: none;
    }

    /* Ẩn scrollbar trên Firefox */
    .top-header {
        scrollbar-width: none;
    }

    .navbar .nav-item {
        margin: 0 4px;
    }

    .navbar .nav-link {
        padding: 8px 16px;
    }
}

@media screen and (max-width: 480px) {
    section {
        padding: 28px 0;
    }

    .hero-section {
        height: 640px;
        padding: 140px 0;
    }

    .hero-section h2 {
        font-size: 48px;
    }

    .hero-section p {
        font-size: 18px;
    }

    .hero-section a {
        background: #ffffff30;
        backdrop-filter: blur(12px);
    }

    .section-title h2 {
        font-size: 28px;
        text-align: start;
    }

    .section-title a {
        font-size: 24px;
    }

    .xaytot-card {
        padding: 16px;
    }

    .form-wrapper {
        padding: 16px;
    }

    .service-item .top h3 {
        font-size: 32px;
    }

    .service-item .top h3 span {
        font-size: 18px;
    }

    .row-item>div:first-child {
        border: none;
    }

    .form-wrapper-body form {
        padding: 8px;
    }

    .green-box {
        font-size: 16px;
    }

    .form-wrapper-title {
        margin-bottom: 12px;
    }

    .xaytotvn {
        font-size: 32px;
    }

    .about-box {
        padding-top: 60px !important;
    }

    .page-topsection .content h2 {
        font-size: 36px;
        text-align: start;
    }

    .page-topsection {
        padding: 140px 0;
    }

    .section-margintop {
        margin-top: -120px;
    }

    .white-box {
        padding: 24px;
    }

    .kiemdinh-box {
        padding: 20px;
    }

    .kiemdinh-box h3 {
        font-size: 24px;
    }
}

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

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