.banner {
    width: 100%;
    height: 640px;
}

body {
    overflow-x: hidden;
}

.tab-4 h2,
.tab-4__sub {
    text-align: center;
}

.tab-4 h2 {
    font-weight: 600;
    color: #1d2129;
    margin-bottom: 14px;
}

.brand-container {
    margin: 0 60px;
    /* text-indent: 2em; */
}

.brand-container img {
    margin-left: -2em;
}

.tab-4 p {
    line-height: 28px;
}

.tab-4__sub {
    font-weight: 400;
    color: #1d2129;
    line-height: 28px;
    margin-bottom: 60px;
}

.w960 {
    width: 50%;
}

.corporate-philosophy {
    width: 100%;
    height: 660px;
    background: url('../images/imgbg.jpg');
}

.corporate-philosophy div {
    flex: 1;
    height: 100%;
    cursor: pointer;
    border-right: 1px solid #909090;
}

.corporate-philosophy {
    color: #ffffff;
    text-align: center;
}

.corporate-philosophy h1,
.corporate-philosophy-h4 {
    font-weight: 600;
}

.corporate-philosophy h1 {
    text-indent: 0;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 66.85%;
    font-family: 'Montserrat-SemiBold', sans-serif
}

.corporate-philosophy-h4 {
    margin-top: 8%;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
}

.corporate-philosophy-h4::before {
    content: '';
    left: 50%;
    top: -24px;
    width: 16px;
    height: 2px;
    margin-left: -8px;
    position: absolute;
    background: #ffffff;
}

.corporate-philosophy-p {
    top: 82px;
    left: 50%;
    width: 320px;
    font-size: 20px;
    overflow: hidden;
    font-weight: 500;
    line-height: 30px;
    position: absolute;
    margin-left: -160px;
    transition: all .5s;
}

.corporate-philosophy div:hover .corporate-philosophy-p {
    /* opacity: 1;
    bottom: 16.4%; */
}

.corporate-philosophy>div {
    position: relative;
}

.corporate-philosophy h6 {
    left: 50%;
    width: 20px;
    text-indent: 0;
    bottom: 42px;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    margin-left: -10px;
    color: rgba(255, 255, 255, 0.50);
}

.social-responsibility {
    width: 100%;
    height: 468px;
    background: #f7f8fa;
    /* background-color: red; */
}

.social-responsibility h2 {
    margin-bottom: 60px;
}

.social-responsibility__item {
    width: 26.1%;
    text-align: center;
    border-radius: 12px;
    padding: 3.334% 2.5%;
    background: #ffffff;
}

.social-responsibility__item img {
    width: 72px;
    height: 72px;
}

.social-responsibility__item h4 {
    font-weight: 600;
    color: #1d2129;
    line-height: 32px;
    margin: 36px 0 16px 0;
}

.social-responsibility__item p {
    font-size: 16px;
    font-weight: 400;
    color: #4e5769;
    line-height: 30px;
}

.staff-presence__container {
    margin: 40px auto 48px auto;
}

.staff-presence__container>img {
    width: 60px;
    height: 60px;
}

.staff-presence__container>div {
    width: 100%;
    margin: 0 24px;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
}

.staff-presence__container>div>div {
    width: 31.2%;
    position: relative;
    margin-right: 40px;
    display: inline-block;
}

.staff-presence__container>div>div p {
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.staff-presence__container .scroll-content {
    position: relative;
}

.staff-presence__container .scroll-content p {
    bottom: 4px;
    height: 76px;
    display: none;
    padding: 0 10px;
    color: #ffffff;
    line-height: 76px;
    position: absolute;
    width: calc(100% - 20px);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.80) 100%);
}

.staff-presence__container .scroll-content div:hover p {
    display: block;
}

.staff-presence__container .scroll-content img {
    width: 100%;
    max-height: 298px;
    border-radius: 12px;
}

.staff-presence__container>div::-webkit-scrollbar {
    display: none;
}

.progress-bar {
    height: 4px;
    width: 400px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.progress {
    width: 100%;
    height: 100%;
    background-color: #152d83;
    transition: width 0.3s ease;
}

.mobile-presence__container {
    display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .corporate-philosophy {
        height: 549px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .corporate-philosophy {
        height: 412.16px;
    }


    .corporate-philosophy-p {
        top: 250px;
        left: 50%;
        width: 320px;
        font-size: 17px;
        overflow: hidden;
        font-weight: 500;
        line-height: 30px;
        position: absolute;
        margin-left: -35% !important;
        transition: all .5s;
        text-indent: 0 !important;
    }

    .corporate-philosophy h1 {
        margin-top: 38px;
    }

    .corporate-philosophy p {
        width: 270px;
        /* margin-left: -135px; */
    }
}

@media screen and (max-width: 767px) {
    .progress-bar {
        display: none;
    }

    .mobile-presence__container {
        display: block;
    }

    .staff-presence__container {
        display: none;
    }

    .tab-4__sub {
        margin-bottom: 32px;
    }

    .mobile-presence__container img {
        height: auto;
        width: 89.4vw;
        border-radius: 8px;
    }

    /* h4 {
        font-size: 14px;
        color: #1D2129;
    } */
    .slider__image,
    .slider__slide {
        width: 100%;
        height: 300px;
        /* object-fit: cover; */
    }

    .slider h1 {
        top: 100px;
        left: 20px;
        width: 335px;
        height: 108px;
        font-size: 24px;
        font-weight: 500;
        text-align: LEFT;
        color: #ffffff;
        line-height: 36px;
    }

    .w960 {
        width: 87%;
    }

    .tab-4 h2 {
        font-size: 28px;
        line-height: 48px;
    }

    .tab-4 p {
        font-size: 14px;
    }

    .pt100 {
        padding-top: 60px;
    }

    .corporate-philosophy {
        height: auto;
        flex-direction: column;
    }

    .corporate-philosophy div {
        display: flex;
        border-right: 0;
        padding-left: 24px;
        padding-bottom: 24px;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #909090
    }

    .corporate-philosophy p {
        opacity: 1;
        margin-top: 0;
        /* font-size: 20px; */
        position: static;
        text-align: left;
        line-height: 30px;
        margin: 24px 0 24px 0;
    }

    .corporate-philosophy h1 {
        font-size: 20px;
        text-align: left;
        margin-top: 24px;
        line-height: 30px;
    }

    .corporate-philosophy-h4 {
        color: #fff;
        font-size: 16px;
        margin-top: 22px;
        line-height: 24px;
    }

    .corporate-philosophy h6 {
        left: 0;
        margin-left: 0;
        position: static;
    }

    .corporate-philosophy-h4::before {
        left: 0;
        top: -14px;
        margin-left: 0;
    }

    .social-responsibility {
        height: auto;
    }

    .social-responsibility>div {
        flex-wrap: wrap;
    }

    .social-responsibility__item {
        margin-bottom: 20px;
    }

    .social-responsibility h2 {
        margin-bottom: 32px;
    }

    .social-responsibility__item {
        width: 100%;
    }

    .pb100 {
        padding-bottom: 60px;
    }

    .mobile-presence__container>p {
        font-size: 12px;
        color: #868D9C;
    }

    .custom-slider {
        width: 1440px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        padding-bottom: 20px;
    }

    .custom-slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .custom-slide {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: column;
        box-sizing: border-box;
    }

    .custom-indicators {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
    }

    .custom-indicator {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #DADCE0;
    }

    .custom-indicator.active {
        background-color: #152D83;
    }

    .custom-slide div img {
        width: 272px;
        height: 272px;
    }

    .custom-slide div {
        margin-right: 20px;
    }

    .custom-slide div img {
        border-radius: 12px;
    }

    .custom-slide div p {
        font-size: 18px;
        font-weight: 500;
        color: #1d2129;
        line-height: 28px;
        text-align: center;
        padding: 20px 0 28px 0;
    }
}

.block__text--one-lines-ellipsis p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}