.ss02_abouts {
    padding: 50px 0;
    background-color: #eee;
}

.item-sumenh-member {
    border: 1px solid #000;
    border-radius: 25px;
    background: #fff;
    padding: 20px;
    margin-top: 70px;
    position: relative;
    text-align: center;
}

.icon-member-sumenh {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.images-sumenh {
    display: inline-flex;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.images-sumenh .image {
    width: 120px;
    height: 120px;
    padding: 20px;
    border-radius: 100%;
    background: #FDA31B;
    transition: all .3s ease;
}

.box-content-sumenh {
    padding-top: 65px;
    position: relative;
    background: #fff;
}

.box-content-sumenh h2 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.box-content-sumenh h2:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ss03_abouts {
    padding: 50px 0;
    /* background: #eee; */
    position: relative;
}

.ss03_abouts .images_tamnhin_sumenh {
    text-align: center;
    padding: 20px 15px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ss03_abouts .images_tamnhin_sumenh .image img {
    display: block;
    width: 35%;
    margin: 0 auto 20px;
}

.row-gap-3 {
    row-gap: 16px;
}

.ss03_abouts .images_tamnhin_sumenh:before {
    transition: 0.3s ease;
    width: 1px;
    height: 0;
    top: 10px;
    right: -7px;
    height: 0px;
    content: "";
    position: absolute;
    background: #1a1a1a;
}

.ss03_abouts .images_tamnhin_sumenh:after {
    width: 0;
    height: 1px;
    bottom: -5px;
    left: 18px;
    content: "";
    position: absolute;
    background: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.ss03_abouts .images_tamnhin_sumenh h2 {
    color: #FDA31B;
    margin-bottom: 10px;
    font-size: 22px;
}

.ss03_abouts .images_tamnhin_sumenh p {
    font-size: 15px;
    line-height: 1.3;
    padding: 0 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.images_tamnhin_sumenh:hover {
    background: #333;
    color: #fff;
    transition: 0.5s ease;
}

.images_tamnhin_sumenh:hover:before {
    height: calc(98% + 5px);
}

.images_tamnhin_sumenh:hover:after {
    width: calc(98% + 5px);
}

.icon-member-sumenh .images-sumenh:hover .images-sumenh img {
    transform: translateY(-5px);
}
.images-sumenh img:hover {
    transform: rotate(360deg);
}

.ss04_abouts {
    background-size: cover;
    padding: 30px 0;
    color: #fff;
    position: relative;
}

.ss04_abouts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.ss04_abouts .content_ss03_abouts {
    line-height: 28px;
    text-align: justify;
    color: #fff;
    font-size: 18px;
}

.ss04_abouts .content_ss03_abouts h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #FDA31B;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.ss04_abouts .content_ss03_abouts p {
    padding-bottom: 10px;
}

.ss04_abouts .content_ss03_abouts p strong {
    color: #FDA31B;
}

.images_abouts_ss1 img {
    border-radius: 10px;
}

.about-us.blade .title-sub {
    letter-spacing: 2px;
    font-size: 16px;
}   

.about-right ul {
    margin-left: 20px;
}

.about-us.blade {
    padding: 75px 0 60px;
}

.quy-trinh.blade,
.testimonial-section.blade {
    background-image: none !important;
    color: #000;
}

.quy-trinh.blade::before,
.testimonial-section.blade::before {
    display: none;
}

.quy-trinh.blade .title-page,
.testimonial-section.blade .title-page {
    color: #000;
}

.quy-trinh.blade .slider-nav .item-year {
    color: #000;
}

.testimonial-section.blade .title-wrap .desc.text-white {
    color: #000;
}

.testimonial-section.blade .testimonial-single {
    border: 1px solid #000;
}


@media (max-width: 575px) {
    .about-us.blade {
        padding: 50px 0 25px;
    }

    .ss02_abouts {
        padding: 20px 0 40px;
    }

    .box-content-sumenh h2 {
        font-size: 20px;
    }

    .ss03_abouts {
        padding: 35px 0;
    }

    .ss03_abouts .images_tamnhin_sumenh:before,
    .ss03_abouts .images_tamnhin_sumenh:after {
        display: none;
    }

    .ss04_abouts .content_ss03_abouts h2 {
        font-size: 24px;
    }

    .ss04_abouts .content_ss03_abouts {
        font-size: 16px;
    }
}