.index_insights {
    padding: 40px 0;
}

.index_insights_bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -40%);
    width: 100%;
    height: 500px;
    background-color: #d8d8d8;
}

.index_insights_item {
    position: relative;
    cursor: pointer;
}

.index_insights_item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 300ms;
}

.insights_main_content {
    display: flex;
    justify-content: center;
}

.insights_flex_center_column_box {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    padding: 40px 0 20px 0;
}


.index_banner_container {
    padding: 20px;
    /* background-color: rgba(0, 0, 0, 0.4); */
    box-sizing: border-box;
    width: 70%;
}

.index_banner {
    background-image: url('../images/banner2.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
}

.index_banner_text {
    width: 100%;
}

.index_banner_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 28px;
}

.index_banner_text button {
    background-color: #B9153D;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #B9153D;
    font-weight: 500;
    margin-top: 35px;
    cursor: pointer;
    letter-spacing: 2px;
}

.career_title {
    color: #fff;
}

.career_button {
    background-color: #B9153D !important;
    color: #fff !important;
}

.index_title_box {
    /* margin: 30px 0; */
}

.index_title_box h2,
.index_title_box a {
    font-size: 26px;
    color: #B9153D;
    font-weight: normal;
}

.index_service {
    padding: 40px 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.service_swiper .swiper-slide {
    margin: 30px 0;
    cursor: pointer;
}

.service_swiper h3 {
    text-align: center;
    font-size: 26px;
    color: #B9153D;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 3px;
}

.service_swiper .swiper-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #B9153D !important;
}

.swiper-pagination-bullet-active {
    background-color: #B9153D !important;
}

.index_insights_item {
    border: 1px solid #eee;
}

.insights_item_content {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.index_insights_item {
    margin: 30px 0;
}

.insights_item_content h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.insights_item_p {
    font-size: 16px;
    color: #4c4c4e;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.insights_item_content a {
    color: #B9153D;
    margin-top: 5px;
    display: inline-block;
}

.index_data h2 {
    font-weight: normal;
    color: #B9153D;
margin-top: 10px;
}

.index_data_sub_title {
    filter: brightness(1.2);
    margin-top: 10px;
}

.index_data_item {
    width: calc(100% / 3);
}

.index_data_item img {
    width: 60px;
}

.index_data_item p {
    color: #B9153D;

}

.index_data_item_num {
    margin-top: 10px;
    font-size: 32px;
}

.index_data_item_title {
    margin-top: 5px;
    font-size: 24px;
}

.index_data_item_title2 {
    margin-top: 10px;
    font-size: 24px;
}

.index_data_container {
    width: 100%;
    margin-top: 60px;
}


@media screen and (max-width: 767px) {
    .index_banner_container {
        padding: 15px;
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
    }

    .index_service {
        padding: 20px 10px;
    }

    .service_swiper .swiper-slide img {
        height: 280px;
    }

    .index_title_box h2,
    .index_title_box a {
        font-size: 22px;
    }

    .service_swiper .swiper-slide {
        margin: 10px 0 25px 0;
        cursor: pointer;
    }

    .service_swiper h3 {
        font-size: 20px;
    }

    .index_insights {
        padding: 20px 10px;
    }

    .index_insights_item {
        margin: 10px 0 25px 0;
    }

    .index_banner h1 {
        font-size: 40px;
    }

    .insights_item_p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_banner_text p {
        font-size: 18px;
        margin-top: 15px;
        line-height: 24px;
    }

    .insights_item_content h3 {
        font-size: 20px;
    }

    .index_banner {
        height: 450px;
        margin-top: 80px;
        font-size: 0;
    }

    .index_banner_text button {
        padding: 10px 20px;
        margin-top: 25px;
    }

    .insights_flex_center_column_box {
        padding: 15px 0 30px 0;
    }


    .index_insights_bg {
        height: 700px;
    }

    .index_data {
        padding: 20px 15px;
    }

    .index_data h2 {
        font-size: 18px;
        text-align: center;
    }

    .index_data_item_num {
        margin-top: 10px;
        font-size: 26px;
    }

    .index_data_item_title {
        margin-top: 5px;
        font-size: 18px;
    }

    .index_data_item_title2 {
        margin-top: 10px;
        font-size: 18px;
    }

    .index_data_item img {
        width: 50px;
    }
}