.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_about {
    padding: 50px 0;
}

.index_about_left {
    width: 40%;
    padding-right: 40px;
    box-sizing: border-box;
}

.index_about_right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    position: relative;
    top: -180px;
}

.index_about_right .shortcut_item {
    width: 330px;
    height: 380px;
    position: relative;
}

.shortcut_item:hover .shortcut_item_overlayer {
    background-color: rgba(0, 54, 117, 0.5);
}

.shortcut_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shortcut_item_overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9;
    transition: 400ms;
    cursor: pointer;
}

.shortcut_item h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.index_about_right .n2,
.index_about_right .n3 {
    top: 60px;
}

.index_about_right .n2 {
    margin-left: 60px;
}

.index_about_right .n4 {
    top: 120px;
    margin-left: 60px;
}

.index_about_left h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.index_about_left p {
    font-size: 17px;
    color: #4c4c4e;
    line-height: 30px;
    margin-top: 15px;
}

.index_banner h1 {
    font-size: 66px;
}

.index_banner p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    line-height: 30px;
}

.index_banner_container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_banner_container h1 {
    letter-spacing: 4px;
}

.index_banner {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
    margin-top: 196px;
}

.index_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@keyframes moveDown {
    0% {
        bottom: 160px;
        opacity: 0;
    }

    50% {
        bottom: 100px;
        opacity: 1;
    }

    100% {
        bottom: 40px;
        opacity: 0;
    }
}

.career_title {
    color: #fff;
}

.career_button {
    background-color: #003675 !important;
    color: #fff !important;
}


.index_title {
    font-size: 38px;
    font-weight: bold;
}

.swiper {
    width: 100%;
    height: 100%;
}

.index_button_box {
    margin-top: 10px;
}

.index_team {
    background-image: url(../images/index_team.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 630px;
    /* padding: 100px 0; */
}

.index_news {
    padding-bottom: 40px;
}

.index_banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_team .index_title {
    text-align: center;
    color: #fff;
}

.index_team_card {
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    width: 46%;
}

.index_team_card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.index_team_card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
}

.index_team_card p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
}

.team_card_container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.index_career_box_img {
    width: 50%;
    padding: 0 20px;
}

.index_career_box_img img {
    width: 100%;
}

.index_career_box_content {
    width: 50%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.index_career_box_content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.index_career_box_content h4 {
    font-size: 40px;
    margin-bottom: 25px;
}

.index_career {
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
    .index_banner_container {
        padding: 15px;
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
    }

    .index_about {
        padding: 15px;
    }

    .index_about_left {
        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
    }


    .index_about_left h2 {
        font-size: 28px;
        margin-top: 0px;
    }

    .index_about_left p {
        font-size: 18px;
        color: #4c4c4e;
        line-height: 28px;
        margin-top: 10px;
    }

    .index_banner h1 {
        font-size: 40px;
    }

    .index_about_right img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .insights_item_p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_about_right {
        width: 100%;
        margin-top: 10px;
    }

    .index_banner {
        height: 450px;
        margin-top: 116px;
        font-size: 0;
    }

    .insights_flex_center_column_box {
        padding: 15px 0 30px 0;
    }

    .index_banner_content {
        padding: 0 15px;
    }

    .index_about_right {
        top: 0;
    }

    .index_about_right .shortcut_item {
        width: 100%;
    }

    .index_about_right .n2,
    .index_about_right .n3 {
        top: 0px;
    }

    .index_about_right .n4 {
        top: 0px;
        margin-left: 0;
    }

    .index_about_right .n2 {
        margin-left: 0px;
    }

    .index_about_right .shortcut_item {
        height: 300px;
        margin-top: 10px;
    }

    .index_about_right img {
        height: 300px;
    }

    .index_title {
        font-size: 26px;
    }

    .index_news {
        padding: 0 15px;
    }

    .index_team {
        height: auto;
        padding: 15px;
    }

    .team_card_container {
        flex-direction: column;
    }

    .index_team_card {
        padding: 20px 10px;
        width: 100%;
    }

    .index_team_card {
        margin: 10px 0;
    }

    .team_card_container {
        margin-top: 10px;
    }

    .index_team_card h3 {
        font-size: 22px;
    }

    .index_team_card h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    .index_team_card p {
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
        line-height: 26px;
        text-align: center;
    }

    .index_career {
        padding: 15px;
    }

    .index_career_box_img {
        width: 100%;
        padding: 0;
    }

    .index_career_box_content {
        width: 100%;
        padding: 0px;
    }

    .index_career_box_content p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 26px;
    }

}

@media (min-width: 1920px) and (max-width: 2559px) {
    .index_about_right .shortcut_item {
        width: 390px;
    }
}

@media (min-width: 2560px) {
    .index_about_right .shortcut_item {
        width: 450px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .index_about_right .shortcut_item {
        width: 45%;
    }

    .index_about_right .n4 {
        margin-left: 30px;
    }

    .index_about_right .n2 {
        margin-left: 30px;
    }
}