    .NyBigBox {
        padding-top: 0;
        padding-bottom: 0;
    }

    section {
        position: relative;
        z-index: 1;
        overflow: hidden;
        width: 100%;
        padding: 100px var(--container);
    }

    @media (max-width: 900px) {
        section {
            padding: 60px var(--container);
        }
    }

    /* NySection1 - NySection1 - NySection1 - NySection1 - NySection1  */
    .About1 {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lt1 {
        width: calc(50% - 90px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 30px;
    }

    .lt1 .desc1 {
        color: rgba(0, 0, 0, 0.60);
        font-size: 16px;
        line-height: 2;
    }

    .Number1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .item1 h1 {
        display: flex;
        align-items: baseline;
    }

    .item1 h1 b {
        color: var(--color);
        font-size: 48px;
        line-height: 1;
    }

    .item1 h1 p {
        color: var(--color);
        font-size: 16px;
    }

    .item1 h2 {
        color: #000;
        font-size: 16px;
    }

    .rt1 {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .rt1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .icon1 {
        display: block;
        margin: 60px auto;
    }

    .img1 {
        position: relative;
        display: flex;
        align-items: center;
    }

    .Swiper1 {
        width: 100%;
    }

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

    .Slide1::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #10559F4D;
        z-index: 2;
        transition: 0.5s;
        opacity: 1;
    }

    .Slide1:hover::after {
        opacity: 0;
    }

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

    .prev1 {
        left: -90px;
    }

    .next1 {
        right: -90px;
    }

    .prev1,
    .next1 {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 3;
    }

    .prev1 i,
    .next1 i {
        font-size: 18px;
        color: var(--color);
    }

    @media (max-width: 1660px) {
        .prev1 {
            left: 0px;
        }

        .next1 {
            right: 0px;
        }

        .img1 {
            padding: 0 90px;
        }
    }

    @media (max-width: 1440px) {
        .lt1 {
            width: calc(50% - 30px);
        }

        .item1 h1 b {
            font-size: 38px;
        }
    }

    @media (max-width: 1200px) {
        .lt1 .desc1 {
            line-height: 1.5;
        }

        .item1 h1 b {
            font-size: 24px;
        }

        .img1 {
            padding: 0 40px;
        }

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

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

    @media (max-width: 900px) {
        .About1 {
            grid-gap: 30px;
        }

        .lt1,
        .rt1 {
            width: 100%;
        }

        .icon1 {
            display: block;
            margin: 30px auto;
        }
    }

    @media (max-width: 600px) {
        .item1 h1 b {
            font-size: 18px;
        }

        .item1 h2 {
            font-size: 14px;
        }

        .lt1 {
            grid-gap: 15px;
        }
    }

    /* NySection2 - NySection2 - NySection2 - NySection2 - NySection2 */
    .NySection2 .NyTitle p {
        text-align: center;
        color: rgba(255, 255, 255, 0.10);
    }

    .NySection2 .NyTitle h1 {
        text-align: center;
        color: #fff;
    }

    .About2 {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }

    .item2 {
        width: 450px;
        height: 450px;
        border-radius: 50%;
        background: rgba(0, 93, 178, 0.60);
        backdrop-filter: blur(2px);
        padding: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 15px;
        transition: 0.5s;
    }

    .item2 img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .item2:hover {
        background: var(--color);
    }

    .item2 h1 {
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .item2 h2 {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        line-height: 2;
    }

    @media (max-width: 1500px) {
        .About2 {
            justify-content: space-evenly;
        }

        .item2 {
            width: 350px;
            height: 350px;
            padding: 30px;
        }

        .item2 h2 {
            font-size: 14px;
            line-height: 1.5;
        }
    }

    @media (max-width: 1200px) {
        .item2 {
            width: 270px;
            height: 270px;
            padding: 15px;
            grid-gap: 5px;
        }

        .item2 img {
            width: 40px;
            height: 40px;
        }

        .item2 h1 {
            font-size: 18px;
        }
    }

    @media (max-width: 900px) {
        .About2 {
            margin-top: 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            grid-gap: 15px;
        }

        .item2 {
            width: 300px;
            height: 300px;
            padding: 20px;
            grid-gap: 15px;
        }
    }

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

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



    /* NySection3 - NySection3 - NySection3 - NySection3 - NySection3 */
    .NySection3 {
        display: block;
        padding-bottom: 0;
    }

    .About3 {
        position: relative;
        width: 100%;
        margin-top: 60px;
        display: flex;
        align-items: center;
        padding: 0 90px;
    }

    .Swiper3 {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 120px;
    }

    .Slide3 {
        width: max-content;
    }

    .Slide3 img {
        height: 20vw;
        max-height: 350px;
        -webkit-box-reflect: below 5px linear-gradient(transparent 40%, rgba(0, 0, 0, 0.4));
        box-reflect: below 5px linear-gradient(transparent 40%, rgba(0, 0, 0, 0.4));
    }

    .prev3 {
        left: 0;
    }

    .next3 {
        right: 0;
    }

    .prev3,
    .next3 {
        transform: translateY(-60px);
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 3;
        opacity: 0.5;
        transition: 0.5s;
    }

    .prev3:hover,
    .next3:hover {
        opacity: 1;
    }

    .prev3 i,
    .next3 i {
        font-size: 18px;
        color: var(--color);
    }


    @media (max-width: 1200px) {
        .About3 {
            margin-top: 30px;
            padding: 0 60px;
        }

        .prev3,
        .next3 {
            width: 45px;
            height: 45px;
            transform: translateY(-45px);
        }

        .Swiper3 {
            padding-bottom: 90px;
        }
    }

    @media (max-width: 900px) {
        .About3 {
            padding: 0;
        }
    }

    @media (max-width: 600px) {
        .Slide3 img {
            height: 50vw;
            max-height: 350px;
        }
    }