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


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

    .Slide1 {
        width: 100%;
        height: auto;
    }

    .Slide1::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #003E98 0%, rgba(0, 62, 152, 0.20) 100%);
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
    }

    .Slide1 video,
    .Slide1 .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
        display: none;
    }


    .Slide1 .text {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 30px;
        padding: 0 var(--container);
    }

    .Slide1 .text h1 {
        color: #FFF;
        text-align: center;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.10);
        font-size: 40px;
        font-family: MiSans2;
    }



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

        .Slide1 .text h1 {
            font-size: 32px;
        }
    }

    @media (max-width: 900px) {
        .Slide1 .text h1 {
            font-size: 24px;
        }
    }

    @media (max-width: 600px) {

        .Slide1 video,
        .Slide1 .bj {
            min-height: 300px;
        }
    }