@media screen and (max-width: 1440px) {
    .mega-menu {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1280px) {
    .toggle-chabot {
        bottom: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .small-screen {
        display: block;
    }

    .small-screen.menu {
        z-index: 100;
        position: absolute;
        width: 100%;
    }

    .large-screen {
        display: none;
    }

    .h-260 {
        height: auto;
    }

    .bg-lightblue.sticky-content {
        position: unset;
    }

    .services-banner {
        background-size: cover;
    }

    .content-contact {
        margin-top: 20px;
    }

    .padding-responsive {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .h-full-screen {
        height: calc(100vh - 66px);
    }

    .video-overlay h1 {
        font-size: 3rem;
    }

    .video-overlay p {
        font-size: 1.25rem;
    }

    .resize-services-img {
        width: 85%;
    }

    .frame-video-about {
        width: 100%;
        height: 400px;
        border-radius: 12px;
    }

    .position-menu {
        position: sticky;
        top: 0px;
        z-index: 1000;
        background-color: #f8f9fa;
        border-bottom: 1px solid #ddd;
    }

    .my-element {
        margin-left: 0 !important;
        /* Căn trái */
    }

}

@media screen and (max-width: 900px) {
    .padding-responsive {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

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

    h2 {
        font-size: 24px;
    }

    .container {
        padding: 0 10px;
    }

    .text-gradient {
        width: auto;
    }

    .video-home .banner {
        margin-top: 0px;
        height: 75vw;
        object-fit: fill;
    }

    .w-half {
        width: 100%;
    }

    .slick-content {
        bottom: 0;
    }

    .tab-pane.position-absolute {
        position: unset !important;
    }

    .bg-footer .social-footer {
        justify-content: center;
    }

    .content-blog {
        margin-top: -30px;
    }

    .text-4xl {
        font-size: 36px;
    }

    .text-3xl,
    .text-2xl {
        font-size: 24px;
    }

    .text-2lg {
        font-size: 16px;
    }

    .break-label {
        max-width: 200px;
    }

    .counter-number-wrapper {
        justify-self: center;
    }

    .bg-banner-blue {
        height: unset;
        padding: 50px 0;
    }

    .news-slick .slick-slide .group-hover {
        min-height: unset;
    }

    .corp-logo-slide {
        animation-duration: 30s;
    }

    .content-milestone,
    .content-milestone img {
        height: unset;
    }

    .max-w-400 {
        max-width: unset;
    }

    .max-w-400.card {
        max-width: 400px;
        margin: auto;
    }

    .marker-time p {
        font-size: 10px;
    }

    .timeline {
        gap: 5px;
    }

    #load-3d {
        display: none;
    }

    .my-110 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .spacing-section {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .padding-responsive {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .h-full-screen {
        height: calc(100vh - 51px);
    }

    .h-30 {
        display: none;
    }

    .pages-tab-ai .tab-item {
        border: 0;
    }

    .pages-tab-ai .tab-item.active {
        border: 0;
    }

    .video-overlay h1 {
        font-size: 2.5rem;
    }

    .video-overlay p {
        font-size: 1.125rem;
    }

    .video-overlay {
        padding: 0;
        width: 400px;
    }
}

@media screen and (max-width: 500px) {
    .center-slick .slick-slide {
        opacity: 1;
        transform: scale(1);
    }

    .small-screen-tab {
        display: block;
    }

    .small-screen-tab .nav-tabs .nav-item .tab-link.active {
        background-color: var(--var-color-lightblue);
        color: white;
        border-radius: 12px;
    }

    .large-screen-tab {
        display: none;
    }

    .padding-responsive {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pages-tab-ai .tab-item {
        border: 0;
    }

    .pages-tab-ai .tab-item.active {
        border: 0;
    }
}