.carousel_height {
    height: 1000px;
}

.carousel-item {
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.el-carousel__item {
    height: 1000px;
}

.el-carousel__container {
    height: 1000px;
}

.header_carousel_content h2 {
    font-family: 'Cormorant-Garamond';
    font-size: 75px;
    text-align: center;
    font-weight: normal;
}

.header_carousel_content {
    width: 500px;
    flex-direction: column;
}

.header_carousel_content a {
    color: #000;
    display: block;
    margin-top: 30px;
}

.index_about_box {
    padding: 110px 0;
}

.index_about_content {
    width: 500px;
}

.index_about_content_box {
    width: 45%;
    height: 100%;
}

.index_about_img {
    width: 55%;
}

.index_about_img img {
    width: 100%;
}

.index_about_content p {
    font-size: 16px;
    margin-top: 25px;
    line-height: 32px;
}

.index_about_content a {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}

.index_service_box {
    flex-direction: column;
}

.index_service_describe {
    margin-top: 35px;
}

.index_service_container {
    padding: 0 100px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    margin-top: 50px;

}

.index_service_card {
    width: calc(100% / 3);
    height: 580px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    cursor: pointer;
}

.service_card1 {
    background-image: url(../images/index_service1.jpg);
    background-size: cover;
}

.service_card2 {
    background-image: url(../images/index_service2.jpg);
    background-size: cover;
}

.service_card3 {
    background-image: url(../images/index_service3.jpg);
    background-size: cover;
}

.index_service_title {
    margin-bottom: 50px;
    font-size: 26px;
    color: #fff;
}

.index_career_box {}

.index_career_box {
    padding: 110px 0;
}

.index_career_content {
    width: 500px;
}

.index_career_content_box {
    width: 45%;
    height: 100%;
}

.index_career_img {
    width: 55%;
}

.index_career_img img {
    width: 100%;
}

.index_career_content p {
    font-size: 16px;
    margin-top: 25px;
    line-height: 32px;
}

.index_career_content a {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}

.index_service_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(248, 153, 63, 0.9);
    position: absolute;
    top: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.index_service_overlay {
    flex-direction: column;
}

.index_service_overlay p {
    width: 260px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    line-height: 32px;
}

.index_service_overlay h3 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}

.index_service_overlay a {
    font-size: 18px;
    margin-top: 25px;
    color: #fff;
}

.index_service_overlay a:hover {
    text-decoration: underline;
}

.service_overlay1 {
    opacity: 0;
    visibility: hidden;
}

.service_title1 {
    display: block;
}

.service_card1:hover .service_overlay1 {
    opacity: 1;
    visibility: visible;
}

.service_card1:hover .service_title1 {
    display: none;
}

.service_overlay2 {
    opacity: 0;
    visibility: hidden;
}

.service_title2 {
    display: block;
}

.service_card2:hover .service_overlay2 {
    opacity: 1;
    visibility: visible;
}

.service_card2:hover .service_title2 {
    display: none;
}

.service_overlay3 {
    opacity: 0;
    visibility: hidden;
}

.service_title3 {
    display: block;
}

.service_card3:hover .service_overlay3 {
    opacity: 1;
    visibility: visible;
}

.service_card3:hover .service_title3 {
    display: none;
}

@media (max-width: 1250px) {
    .index_career_box {
        padding: 20px;
        display: block;
    }

    .index_career_img {
        width: 100%;
    }

    .index_career_content_box {
        width: 100%;
    }

    .index_career_content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .index_career_content p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 30px;
        text-align: center;
    }

    .index_service_container {
        padding: 0px;
        display: block;
    }

    .index_service_card {
        width: 100%;
        height: 360px;
    }

    .index_service_title {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .index_service_box {
        padding: 20px;
    }

    .index_service_container {
        margin-top: 20px;
    }

    .index_service_describe {
        margin-top: 20px;
    }

    .index_about_box {
        padding: 20px;
        display: block;
    }

    .index_about_content_box {
        width: 100%;
    }

    .index_about_img {
        width: 100%;
        margin-top: 10px;
    }

    .index_about_content p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 30px;
        text-align: center;
    }

    .index_about_content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .carousel_height {
        height: 300px;
    }

    .carousel-item {
        height: 300px;
    }

    .el-carousel__item {
        height: 300px;
    }

    .el-carousel__container {
        height: 300px;
    }

    .header_carousel_content h2 {
        font-size: 25px;
    }

    .header_carousel_content {
        width: 100%;
        padding: 40px 50px 0 50px;
        box-sizing: border-box;
    }


}