    /* Section4 */
    .section4 {
        display: block;
    }

    .Top4 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .Top4 .indexTitle {
        width: 400px;
    }

    .Top4 img {
        transform: rotate(270deg);
    }

    .Box4 {
        margin-top: 60px;
        width: 100%;
    }

    .Swiper4 {
        width: 100%;
    }

    .Slide4 {
        height: auto;
        transition: 0.5s;
    }

    @media (min-width: 1200px) {
        .Slide4:hover {
            width: 39% !important;
        }
    }

    .text4 {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .text4 .icon4 {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-top: 30px;
        margin-left: 30px;
    }

    .text4 span {
        position: relative;
        bottom: 50px;
        padding: 15px 30px;
        padding-right: 60px;
        width: 100%;
        background: linear-gradient(90deg, #0C273C 0%, rgba(12, 39, 60, 0.00) 103.63%);
        display: flex;
        flex-direction: column;
        transition: 0.5s;
    }

    .Slide4:hover .text4 span {
        bottom: 0;
        padding: 30px;
        padding-right: 60px;
    }

    .text4 span h1 {
        color: #FFF;
        font-size: 16px;
    }

    .Slide4:hover .text4 span h1 {
        font-size: 20px;
        font-weight: bold;
    }

    .text4 span p {
        color: #FFF;
        font-size: 12px;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin-top: 0;
        height: 0;
        transition: 0s;
    }

    .Slide4:hover .text4 span p {
        display: -webkit-box;
        height: 54px;
        margin-top: 15px;
        transition: 0.5s 1s;
    }

    .text4 span img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 16%;
        display: none;
    }

    .Slide4:hover .text4 span img {
        display: block;
    }

    .img4 {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 30vw;
    }

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


    @media (max-width: 1440px) {
        .text4 .icon4 {
            width: 40px;
            height: 40px;
            margin-top: 20px;
            margin-left: 20px;
        }

        .text4 span {
            bottom: 30px;
        }
    }



    @media (max-width: 1200px) {
        .Top4 img {
            width: 20px;
        }

        .Top4 .indexTitle {
            width: 200px;
        }

        .Slide4 .text4 span {
            bottom: 0;
            padding: 20px !important;
            padding-right: 20px !important;
            grid-gap: 5px;
        }


        .Slide4 .text4 span h1 {
            font-size: 18px !important;
            font-weight: bold;
        }


        .Slide4 .text4 span p {
            display: -webkit-box;
            height: 54px;
        }

        .Slide4 .text4 span img {
            display: block;
        }
    }

    @media (max-width: 900px) {
        .Box4 {
            margin-top: 30px;
        }

    .img4 {
        height: 100%;
    }
    }

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

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