#recall {
    padding-top: 80px;
    padding-bottom: 40px;
}

.center {
    text-align: center;
}

.artical {
    margin: 0 12vw 0 12vw;
}

.artical-header {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .artical {
        margin: 0 0 0 0;
    }
}

.core-beliefs {
    display: flex;
    align-items: center;
    background-image: url(../images/core-beliefs-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.core-beliefs .left-part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-intor {
    height: 500px;
    position: relative;
    /* display: flex; */
    /* align-items: flex-end; */
}

.swiper-intor .left-part {
    height: 500px;
    display: flex;
    align-items: center;
}

.swiper-intor .carousel-box {
    padding: 12px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.swiper-intor .carousel-box .carousel {
    height: 720px;
}

.swiper-intor .carousel-inner {
    height: 100%;
    overflow-y: visible;
    position: relative;
}

.swiper-intor .carousel-item {
    height: 100%;
    position: relative;
}

.swiper-intor .carousel-item img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    object-fit: contain;
}

.customer-service .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    margin-bottom: 24px;
}

.customer-service .cards-box>.card-item:not(:last-child) .card-header {
    border-right: 1px solid #d3d3d3;
}

.customer-service .card-header {
    width: 100%;
    background: unset;
    border-bottom: unset;
    padding: 0 30px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer-service .card-title {
    max-width: 200px;
}

.customer-service .card-body {
    padding: 30px 30px 0 30px;
}

.customer-service-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.corporate-news {
    background-image: url(../images/text-banner.webp);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.corporate-news .title-line.left-dot::before,
.corporate-news .title-line.center-dot::before {
    background: #fff
}

@media (max-width: 767px) {
    .core-beliefs-logo {
        margin: 20px 0 50px 0;
    }

    .customer-service .cards-box>.card-item:not(:last-child) .card-header {
        border-right: unset;
    }

    /* .customer-service .cards-box>.card-item:not(:nth-child(even)) .card-header {
        border-right: 1px solid #d3d3d3;
    } */

    .swiper-intor .left-part {
        height: 500px;
        display: flex;
        align-items: start;
        padding: 12px;
        padding-top: var(--space);
        padding-bottom: var(--space);
    }
}