/* Common */
.section-title {
    font-size: 48px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #000018;
    margin-bottom: 24px;
}

.section-subtitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-align: center;
    color: #36383b;
    margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
    .section-title {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 24px;
    }
    .section-subtitle {
        font-size: 16px;
        color: #2b2b2b;
        margin-bottom: 40px;
    }
}
.swiper-slide {
    text-align: center;
}
.swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: #999;
    opacity: 1;
    margin: 0 8px;
}
.swiper .swiper-pagination-bullet-active {
    background-color: var(--color-brand-standard);
}
/* End of Common */

/* #banner-content */
.innner-pc.swiper-container {
    height: auto;
}
.innner-pc .pc-small-title {
    padding-top: 206px;
}
.innner-pc .bottom-group {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .innner-wap .banner-text-title {
        padding: 0 0 16px;
    }
    .wap-small-title {
        padding-top: 112px;
    }
}
.swiper-container.innner-wap {
    height: 100%;
}
.innner-pc .banner-text-content {
    max-width: 564px;
    margin: 0 auto;
}
.bottom-group-2 {
    display: none;
}
#banner-content-desktop-1 {
    margin-top: 80px;
}
#banner-content-desktop-1 .clock-gmt-wrapper {
    text-align: center;
}
#banner-content-desktop-1 .clock-gmt-img {
    max-width: 230px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
#banner-content-desktop-1 .clock-gmt-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 43px;
    letter-spacing: 1.5px;
    color: #000018;
    margin-bottom: 16px;
    min-height: 45.33px;
}
#banner-content-desktop-1 .clock-gmt-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2b2b2b;
}
#banner-1-swipe {
    margin-top: 26px;
    width: 100%;
}
#banner-content-mobile-1 {
    /* margin-top: 80px; */
    overflow-x: hidden;
}
#banner-content-mobile-1 .swiper-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* overflow-x: hidden; */
}
#banner-content-mobile-1 .swiper-slide {
    /* width: 100% !important; */
}
#banner-content-mobile-1 .clock-gmt-img {
    max-width: 230px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
#banner-content-mobile-1 .clock-gmt-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 43px;
    letter-spacing: 1.5px;
    color: #000018;
    margin-bottom: 16px;
    min-height: 45.33px;
}
#banner-content-mobile-1 .clock-gmt-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2b2b2b;
}
/* End of banner-content */

/* #contact */
#contact {
    padding-top: 116px;
    padding-bottom: 160px;
}
@media screen and (max-width: 834px) {
    #contact {
        padding-top: 107px;
        padding-bottom: 80px;
    }
}
#contact .contact-section-wrapper,
#contact .contact-disclosure-title,
#contact .contact-disclosure-description {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}
#contact .contact-section-wrapper {
    display: grid;
    border-radius: 4px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    grid-template-columns: 36% 1fr;
}
@media screen and (max-width: 834px) {
    #contact .contact-section-wrapper {
        grid-template-columns: 1fr;
        box-shadow: none;
    }
}
#contact .contact-section-detail {
    background-image: linear-gradient(to bottom, #fcfdfd, #f8f9fb);
    padding: 80px 40px;
}
#contact .contact-section-detail-wrapper {
    /* max-width: 500px; */
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
}
@media screen and (max-width: 834px) {
    #contact .contact-section-detail {
        background-image: none;
        order: 2;
        padding: 40px 0 0;
    }
    #contact .contact-section-detail-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px 4px;
    }
    .rtl #contact .contact-section-detail-wrapper {
        gap: 40px 35px;
    }
}
@media screen and (max-width: 400px) {
    #contact .contact-section-detail-wrapper {
        grid-template-columns: auto 1fr;
    }
}
#contact .section-title {
    text-align: left;
}
.rtl #contact .section-title {
    text-align: right;
}
@media screen and (max-width: 834px) {
    #contact .section-title {
        text-align: center;
    }
    .rtl #contact .section-title {
        text-align: center;
    }
    .rtl #contact .section-subtitle {
        text-align: center;
    }
}
#contact .section-subtitle {
    text-align: left;
}
.rtl #contact .section-subtitle {
    text-align: right;
}
@media screen and (max-width: 834px) {
    .rtl #contact .section-subtitle {
        text-align: center;
    }
}
#contact .contact-detail-group {
    /* margin-bottom: 40px; */
}
#contact .contact-detail-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #a2a2a2;
    margin-bottom: 8px;
}
#contact .contact-detail-description {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2b2b2b;
}
@media screen and (max-width: 834px) {
    #contact .contact-detail-title {
        color: #000018;
    }
    #contact .contact-detail-description {
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 1.5px;
        color: #000018;
        word-break: break-word;
    }
}
#contact .contact-section-form {
    padding: 64px 60px 48px;
}
@media screen and (max-width: 834px) {
    #contact .contact-section-form {
        padding: 0;
    }
}
@media screen and (max-width: 834px) {
    #contact .section-subtitle {
        margin-bottom: 24px;
    }
}
#contact .contact-disclosure-desktop {
    display: block;
    margin-top: 24px;
}
#contact .contact-disclosure-mobile {
    display: none;
}
@media screen and (max-width: 834px) {
    #contact .contact-disclosure-desktop {
        display: none;
    }
    #contact .contact-disclosure-mobile {
        display: block;
    }
}
#contact .contact-disclosure-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #666;
    margin-bottom: 8px;
}
#contact .contact-disclosure-description {
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 1.13px;
    color: #a2a2a2;
}
@media screen and (max-width: 834px) {
    #contact .contact-disclosure-title,
    #contact .contact-disclosure-description {
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 1.5px;
        color: #757575;
        margin-bottom: 0;
    }
}

.number {
    align-items: center;
    background-color: transparent;
    border-radius: 9999px;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    justify-content: left;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: 0.25rem 0.5rem 0.25rem 0;
    text-align: center;
    vertical-align: top;
}
/* End of #contact */

.rtl .innner-pc .banner-text-content {
   margin: 0;
   text-align: right;
}
