@media (min-width: 1280px) {
    .container {
        max-width: 1540px !important;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
    .nav-items {
        box-shadow: 0 0 30px 0 rgb(255 219 0 / 5%);

    }

    .nav-items:before {
        position: absolute;
        content: "";
        width: 98%;
        height: 100%;
        top: 0;
        left: 1%;
        z-index: -1;
        opacity: 0.1;
        background: url(../images/svg/logo.svg) no-repeat center bottom 60px/contain;
    }
        .swiper-pagination-bullet {
            width: 8px !important;
        }
}

@media (max-width: 640px) {
}