    .section5 {
        width: 100%;
        padding: 90px 0;
        overflow: hidden;
        position: relative;
    }

    .Box5 {
        margin-top: 45px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .lt5 {
        width: 40%;
    }

    .Swiper5 {
        width: 100%;
        height: 100%;
    }

    .slide5 {
        overflow: hidden;
        width: 100%;
    }

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

    .slide5 .text5 {
        width: 100%;
        position: absolute;
        padding: 30px 45px;
        z-index: 2;
        left: 0;
        bottom: 0;
    }

    .slide5 .text5::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 110%;
        height: 110%;
        background: var(--color);
        transform: rotate(3deg) translateY(15%) translate(-1%);
    }

    .slide5 .text5 h1 {
        position: relative;
        z-index: 3;
        width: 50%;
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .slide5 .text5 h2 {
        position: relative;
        z-index: 3;
        width: 100%;
        color: #fff;
        font-size: 16px
    }

    .Swiper5 .pagination5 {
        width: 90px;
        left: auto;
        right: 0;
    }

    .pagination5 span {
        width: 9px;
        height: 9px;
        background: #ccc;
        border-radius: 50%;
        opacity: 1 !important;
    }

    .pagination5 span.swiper-pagination-bullet-active {
        background: #fff;
    }

    .rt5 {
        background: #f3f3f3;
        width: 60%;
        height: 100%;
        padding: 60px;
        height: auto;
    }

    .TextBox5 {
        width: 100%;
        height: 100%;
        margin-bottom: -2px;
    }

    .Text5 {
        height: 33.333% !important;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-bottom: 1px solid #ccc;
    }

    .Text5 h1 {
        font-size: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .Text5.swiper-slide-thumb-active * {
        color: var(--color);
    }

    @media (max-width: 1200px) {
        .section5 {
            padding: 60px 0;
        }

        .lt5 {
            width: 50%;
        }

        .rt5 {
            width: 50%;
            padding: 30px;
        }

        .Text5 {
            padding: 5px 0;
        }
    }

    @media (max-width: 720px) {
        .lt5 {
            width: 100%;
        }

        .Box5 {
            margin-top: 15px;
        }

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

        .slide5 {
            display: flex;
            flex-wrap: wrap;
        }

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

        .slide5 .text5 {
            position: relative;
            inset: 0;
            padding: 20px 15px;
            background: var(--color);
        }

        .slide5 .text5::after {
            display: none;
        }

        .slide5 .text5 h1 {
            width: 100%;
        }

        .rt5 {
            display: none;
        }
    }

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

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