    /* Box1 */
    .section1 {
        padding: 0 !important;
    }

    .bannerSwiper {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .bannerSwiper .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
    }


    .pagination1 {
        bottom: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 5px;
    }

    .pagination1 span {
        width: 60px;
        height: 4px;
        opacity: 1;
        margin: 0 !important;
        background: #ccc;
        border-radius: 0px;
    }

    .pagination1 span.swiper-pagination-bullet-active {
        background: var(--color);
    }


    