.s-about {
    padding: 60px 0;
    background: #f9f6f1;
    z-index: 2;
    position: relative;
}
.s-about-2 {
    padding: 80px 0;
}
.thumb-value {
    border-radius: 12px;
}
.s-about-2 .ht-format-detail {
    padding-right: 20px;
    margin-top: 20px;
}
.s-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    background-image: linear-gradient(rgba(17, 32, 21, 0.6), rgba(17, 32, 21, 0.6)), url(/images/about/banner-2.jpg);
}
.s-banner .title {
    margin: 15px auto;
    width: 60%;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    color: #d8d8d8;
    font-family: 'Dancing Script';
}
.s-banner .name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}
.s-banner .job {
    color: #d8d8d8;
}
.s-core-value {
    padding: 60px 0;
}
.s-core-value .row {
    justify-content: center;
}
.b-card-96 {
    background-color: var(--color-primary);
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
}
.b-card-96 .b_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    z-index: 2;
}
.b-card-96 .icon img {
    height: 50px;
    min-height: 45px;
    min-width: 45px;
}
.b-card-96::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(225deg, #0D517C00 0%, #010101c9 75%);
    z-index: 1;
}
.b-card-96 .name {
    font-size: 25px;
    font-weight: bold;
    margin: 14px 0;
    font-family: 'Dancing Script';
}
.b-card-96 .desc {
   font-size: 14px;
    color: #ccc;
}
/* BEGIN b-card-14 */
.b-card-14 {
    display: block;
    display: flex;
    flex-direction: column;
}
.b-card-14 .b_thumb img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.b-card-14 .b_title {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    margin: 13px 0 10px;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.b-card-14 .b_area {
    color: #05a;
}
.b-card-14 .b_area span.fa {
    padding-left: 13px;
}
.b-card-14 .b_area span.fa::before {
    top: -1px;
}
.b-card-14:hover .b_thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(0.9);
    border-radius: 50%;
}
.b-card-14:hover .b_title {
    color: var(--color-black);
}
.b-card-14 .b_social img {
    height: 25px;
}
.b-card-14 .b_social {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s linear 0s;
}
.b-card-14 .b_social li {
    position: relative;
    /* margin: 0 10px; */
    padding: 0 16px;
    height: 25px;
}
.b-card-14 .b_social li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    right: 0;
    top: 40%;
    transform: translateY(-50%) rotate(15deg);
    -webkit-transform: translateY(-50%) rotate(15deg);
    background-color: var(--color-primary);
}
.b-card-14 .b_job {
    text-align: center;
}
.b-card-14:hover .b_social {
    opacity: 1;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}
.b-card-14:hover .b_job {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.b-card-14 .b_thumb {
    border-radius: 12px;
}
.b-card-14.odd {
    flex-direction: column-reverse;
}
/* END b-card-14 */
.s-team {
    padding: 50px 0;
    background-color: #FAF6FC;
}
.s-team .heading-2 {
    margin-bottom: 50px;
}
.ht-ratio--120::before {
    padding-bottom: 120%;
}
.s-home-6 .item {
    margin: 0 10px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.s-home-6 .item .title {
    text-align: center;
    padding: 10px;
    color: var(--color-secondary);
    font-weight: 600;
}
.s-home-6 .why-choose-one__list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.c-modal.show .c-modal-box {
    max-width: 1000px;
    min-width: 1000px;
}
.c-modal.show .c-modal-box .name {
    font-family: 'Dancing Script';
    margin: 10px 0;
    font-size: 32px;
    color: var(--color-secondary);
}
.c-modal .c_close {
    color: var(--color-secondary);
}
@media screen and (max-width: 992px) {
    .s-about-2 {
        padding: 30px 0 30px;
    }
    .s-banner .title {
        width: 90%;
    }
    .s-core-value, .s-home-6,.s-team   {
        padding: 30px 0;
    }
    .s-home-6 .why-choose-one__list__item {
        width: 100%;
    }
    .b-card-14.odd {
        flex-direction: column;
    }
    .s-team .row {
        justify-content: center;
    }
    .b-card-96 .desc {
        display: none;
    }
    .b-card-96 .name {
        font-size: 18px;
        margin-top: 5px;
    }
    .b-card-96 .icon img {
        height: 35px;
        min-height: 35px;
        min-width: 35px;
    }
    .b-card-96 {
        margin-bottom: 12px;
    }
    .c-modal.show .c-modal-box {
        max-width: 100%;
        min-width: 100%;
    }
}