@media (max-width: 992px) {
    .navbar-collapse {
        margin-top: 1rem !important;
    }

    .nav-link {
        padding: 0.5rem 1rem;
    }

    .container-responsive {
        min-height: 80vh;
    }

    .text-res-22 {
        font-size: 18px;
    }

    .text-res-18 {
        font-size: 16px;
    }

    .text-res-16 {
        font-size: 14px;
    }

    .text-res-14 {
        font-size: 13px;
    }

    .btn-login {
        font-size: 12px;
        padding: 6px 8px;
    }

    .slider-home {
        height: 320px
    }
}

@media (max-width: 767.98px) {
    .text-res-18 {
        font-size: 14px;
    }

    .text-res-16 {
        font-size: 13px;
    }

    .nav-item {
        margin: 0.5rem;
    }

    .nav-logo {
        width: 36px;
    }

    .nav-logo-text {
        display: none;
    }

    .nav-logo-text-sm {
        display: block;
        font-size: 14px;
        color: var(--cl-primary);
    }

    .slider-home {
        height: 248px;
    }
}

@media (max-width: 576px) {
    .btn-login-icon {
        display: none;
    }

    .swiper {
        height: 250px;
    }

    .page-cover {
        height: 184px;
    }
}
