    /* Box1 */
    .section1 {
        margin-top: 100px;
        padding: 0 !important;
    }

    .bannerBox {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

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

    .bannerBox {
        height: auto;
    }

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



    .prev1::after,
    .next1::after {
        font-size: 20px;
        color: #fff;
    }

    .next1,
    .prev1 {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .next1:hover,
    .prev1:hover {
        background: rgba(235, 61, 0, .8) !important;
    }

    .pagination1 {
        bottom: 20px !important;
    }

    .pagination1 span {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        margin: 0 10px !important;
        opacity: 1;
    }

    .pagination1 span.swiper-pagination-bullet-active {
        background: #e37c20;
    }

    @media (max-width: 1200px) {
        .section1 {
            margin-top: 60px;
        }

        .pagination1 {
            bottom: 5px !important;
        }

        .prev1::after,
        .next1::after {
            font-size: 12px;
        }

        .next1,
        .prev1 {
            width: 30px;
            height: 30px;
        }

        .pagination1 span {
            width: 10px;
            height: 10px;
        }
    }

    @media (max-width: 720px) {}

    @media (max-width: 460px) {}