.about_content p.time_line span {
    width: 100px;
}

.about-p {
    color: #121212;
}

.about-container {
    padding-top: 60px;
}

.bg-F4F8FB {
    background: #F4F8FB;
}

.color-687089 {
    color: #687089;
}

.about-sub-title {
    margin-top: -20px;
}

.about-service-item {
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 30px;
}

.about-service-item.en {
    min-height: 310px;
}

.about-service-item:hover {
    box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1);
}

.s-title img {
    width: 48px;
    height: auto;
    margin-right: 20px;
}

.s-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.s-content {
    color: #687089;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 70px;
}

.s-footer a {
    color: #687089;
}

.s-footer a:hover {
    color: #617ADC;
}

img.more {
    width: 34px;
}

.more-icon {
    background-image: url('/static/assets/img/about/arrow-gray@2x.png');
    width: 34px;
    height: 34px;
    background-size: cover;
}

.more-icon:hover {
    background-image: url('/static/assets/img/about/arrow-green@2x.png');
}

.about-contact {
    background: #F7F9FB;
    padding: 30px;
    border-radius: 16px;
}

.border-line {
    width: 1px;
    background: #E1E6F0;
    height: 100px;
    position: absolute;
    top: 20px;
    left: -30px;
}

.contact-item:first-child .border-line {
    display: none;
}

.c-title {
    color: #8E96A5;
}

.c-content {
    color: #121212;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.c-title img {
    width: 40px;
    height: auto;
    margin-bottom: 20px;
}

.font-15 {
    font-size: 15px;
}

.about-title,
.about_us p {
    color: #121212;
}

@media (max-width: 767px) {

    .about-service-item {
        margin-bottom: 20px;
    }

    .font-48 {
        font-size: 36px !important;
    }

    .about-title {
        font-size: 28px;
    }

    .about-contact-item {
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .border-line {
        height: 1px;
        background: #E1E6F0;
        width: 90%;
        position: absolute;
        left: 5%;
        top: 0;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

/**** pad ****/

@media (max-width: 991px) {
    .s-content {
        min-height: 120px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .s-content {
        min-height: 120px;
    }
}