/* BEGIN c-button-6 */
.c-button-6 {
    display: inline-block;
    font-size: 14px;
    line-height: 2.429em;
    padding: 6px 18px 6px 0;
    letter-spacing: 1px;
    border-radius: 0;
    color: #fff;
    background-color: var(--color-secondary);
}
.c-button-6 i {
    font-size: 1.286em;
    color: #fff;
    margin-right: 9px;
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em);
}

/* END c-button-6 */
/* BEGIN s-slide-1 */
.s-slide-1 {
    position: relative;
    overflow: hidden;
}
.s-slide-1::after {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
}
.s-slide-1>.b-nslide-ratio::before {
    padding-bottom: calc(40% + 0.88px);
}
.s-slide-1 .s_main {
    z-index: 6;
    width: 40%;
    border: 2px solid #fff;
    position: absolute;
    top: 15%;
    right: 10%;
    border-radius: 20px;
}
.s-slide-1 .s_main .b-nslide-ratio {
    overflow: initial;
}
.s-slide-1 .s_main .b-nslide-ratio::before {
    padding-bottom: calc(65% + 2.39px);
}
.s-slide-1 .s_main .b-nslide-ratio .nivoSlider {
    top: -50px;
    left: 50px;
    border-radius: 20px;
    overflow: hidden;
}
.s-slide-1 .s_list {
    width: 44%;
    position: absolute;
    right: 6%;
    bottom: 8%;
    z-index: 100;
    display: flex;
    gap: 15px;
}
.b-card-4 {
    background: #fff;
    padding: 10px 10px;
    padding-bottom: 44px;
    border-radius: 12px;
    width: calc(100% / 3);
    position: relative;
}
.b-card-4 .b_thumb img {
    border-radius: 12px;
    overflow: hidden;
}
.b-card-4 .b_name {
    margin: 8px 0 3px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 12px;
    color: var(--color-primary);
}
.b-card-4 .b_price {
    color: var(--color-gray);
    text-align: center;
}
.b-card-4 .cta {
    position: absolute;
    bottom: 10px;
    background: var(--color-primary);
    color: #fff;
    padding: 4px 20px;
    border-radius: 20px;
    text-align: center;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.b-card-4 .cta i {
    color: var(--color-secondary);
    display: inline-block;
    margin-left: 4px;
    font-size: 18px;
}
.nivoSlider a.nivo-imageLink {
    border-radius: 20px;
    overflow: hidden;
}
.s-slide-1 .s_main .b-nslide-ratio .nivoSlider img {
    border-radius: 20px;
}
.s-slide-1 .s_caption {
    display: block;
    width: 40%;
    z-index: 6;
    position: absolute;
    top: 13%;
    left: 6%;
}
.s-slide-1 .item {
    position: absolute;
    opacity: 0;
}
.s-slide-1 .item .name {
    display: block;
    font-size: 2.1em;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--color-secondary);
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}
.s-slide-1 .item .slogan {
    font-size: 18px;
    font-style: italic;
}
.s-slide-1 .item>p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.8;
}
.s-slide-1 .item>div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
}
.s-slide-1 .item>div::before {
    content: '';
    height: 1px;
    background-color: #fff;
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
}
.s-slide-1 .item>div span {
    font-size: 18px;
    color: #05a;
    margin-left: 10px;
}
.s-slide-1 .item>a {
    border-radius: 24px;
    text-transform: none;
    color: var(--color-gradient-primary);
    font-weight: bold;
}
.s-slide-1 .item.is-active {
    opacity: 1;
}
.s-slide-1 .item.is-active>h2 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.s-slide-1 .item.is-active>p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.s-slide-1 .item.is-active>a {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@media (max-width: 1259px) {
    .s-slide-1 .item>div {
        display: none;
    }
}
@media (max-width: 767px) {
    .s-slide-1 .s_main .b-nslide-ratio .nivoSlider {
        top: -25px;
        left: 25px;
    }
    .s-slide-1 .s_main .b-nslide-ratio .nivoSlider+.nivo-controlNav {
        bottom: -10px;
    }
    .s-slide-1 .s_caption {
        top: 15%;
    }
    .s-slide-1 .item>h2 a {
        font-size: 22px;
        font-weight: bold;
    }
    .s-slide-1 .item>p, .s-slide-1 .item .c-btn {
        display: none;
    }
}
@media (max-width: 480px) {
    .s-slide-1>.b-nslide-ratio::before {
        padding-bottom: 70%;
    }
    .s-slide-1 .s_main {
        width: 80%;
        bottom: auto;
        top: 10px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .s-slide-1 .s_main .b-nslide-ratio {
        overflow: hidden;
    }
    .s-slide-1 .s_main .b-nslide-ratio .nivoSlider {
        top: 0;
        left: 0;
    }
    .s-slide-1 .s_caption {
        height: 100%;
        width: 70%;
        position: relative;
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .s-slide-1 .item {
        bottom: 10px;
    }
    .s-slide-1 .item>h2 a {
        font-size: 18px;
        margin-bottom: 0;
        text-align: center;
    }
}
@media (max-width: 400px) {
    .s-slide-1>.b-nslide-ratio::before {
        padding-bottom: 73%;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
/* END s-slide-1 */
[class*="b-nslide-"] .nivoSlider+.nivo-controlNav a.active {
    background: var(--color-secondary);
    color: var(--color-secondary);
}
[class*="b-nslide-"] .nivoSlider+.nivo-controlNav a {
    background: #fff;
    color: #fff;
}
.s-ceo {
    padding: 80px 0 0;
}
.s-ceo .desc {
    font-size: 14px;
    font-weight: 400;
    /* color: var(--color-gray); */
    line-height: 25px;
    margin-bottom: 60px;
    text-align: justify;
    width: 100%;
}
.s-ceo .desc .title-2 {
    font-weight: bold;
    font-size: 16px;
    color: #404040;
}
.s-ceo .row.list-number>.col-6 {
    padding: 0;
}
.s-ceo .s_thumb {
    width: 70%;
    text-align: center;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}
.s-ceo .s_thumb .b_overlay {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.s-ceo .s_thumb .b_overlay .icon {
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.s-ceo .s_thumb .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    border: solid 5px #1867af;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
    line-height: 38px;
    color: #2788c9;
    background-color: #fff;
}
.s-ceo .s_thumb .icon i {
    position: absolute;
    font-size: 20px;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.s-ceo .s_thumb .icon {
    animation: ripple-play 1.5s linear infinite;
}
@keyframes ripple-play {
    0% {
        box-shadow: 0 0 0 0 rgb(24 103 175 / 25%), 0 0 0 5px rgb(24 103 175 / 25%), 0 0 0 10px rgb(24 103 175 / 25%);
    }
    100% {
        box-shadow: 0 0 0 5px rgb(24 103 175 / 25%), 0 0 0 10px rgb(24 103 175 / 25%), 0 0 0 15px rgb(24 103 175 / 25%);
    }
}
.counter-box {
    padding: 15px 10px;
    border-color: #000;
    text-align: center;
}
.counter-box span {
    font-size: 50px;
    font-weight: bold;
    color: var(--color-secondary);
}
.counter-box p {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: var(--color-primary);
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.s-vission {
    background-image: url(/images/bgs/slide-1.jpg);
    padding: 70px 0;
}
.s-vission .s_thumb {
    position: relative;
}
.s-vission .s_thumb-1 {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}
.s-vission .s_thumb-1 img {
    border-radius: 12px;
    overflow: hidden;
    /* border: 12px solid #fff; */
}
.s-vission .s_thumb-2 {
    position: absolute;
    top: 110px;
    width: 85%;
    border-radius: 12px;
    overflow: hidden;
    left: 80px;
}
.s-vission .s_thumb-2 img {
    border-radius: 12px;
    border: 12px solid #fff;
}
.s-vission .s_content {
    padding-left: 40px;
    margin-top: 45px;
}
.s-vission .section-sub-title {
    margin-bottom: 35px;
}
.b-card-2 {
    display: flex;
    margin-bottom: 35px;
    gap: 20px;
}
.b-card-2 .b_icon {
    min-width: 50px;
    width: 50px;
}
.b-card-2 .name {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-secondary);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.b-card-2 .desc {
    color: #fff;
}
.s-bg {
    position: relative;
    height: 250px;
    background-image: url(/images/bgs/bg-10.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.s-bg::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    background: var(--color-primary);
    opacity: 0.5;
}
.list-review {
    position: relative;
    margin: 45px 0;
}
.b-card-3 {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.b-card-3 .b-content {
    display: flex;
    align-items: center;
}
.b-card-3 .avatar {
    width: 32%;
}
.b-card-3 .content {
    width: 67%;
    padding: 30px 40px 30px 30px;
}
.b-card-3 .rating-stars {
    display: flex;
    font-size: 13px;
    gap: 8px;
    color: var(--color-secondary);
    margin-bottom: 10px;
}
.b-card-3 .comment {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 500;
}
.b-card-3 .info {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.b-card-3 .avatar img {
    border-radius: 8px;
}
.b-card-3 .name {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.b-card-3 .job {
    margin-top: 4px;
    display: block;
    color: #686666;
}
.s-review {
    margin-bottom: 0;
    padding: 60px 0 20px;
}
.b-card-3 {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 12px;
}
.b-card-6 {
    text-align: center;
    padding: 50px 40px;
}
.b-card-6 .b_icon {
    width: 80px;
    margin: auto;
    margin-bottom: 20px;
}
.b-card-6 .desc {
    font-size: 18px;
    font-weight: 500;
}

/* BEGIN s-home-32 */
.s-home-32 .slick-list {
    margin: 0 20px;
}
.s-home-32 .slick-slider .slick-prev, .s-home-32 .slick-slider .slick-next {
    font-size: 8px;
}
.s-home-32 .item {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}
.s-home-32 .item::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.s-home-32 .item>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-home-32 .item>a>img {
    width: 100%;
}
.s-home-32 .item>a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.s-home-32 .item>a img {
    width: auto;
    max-height: 100%;
}

/* END s-home-32 */
/* END c-animate-loopflicker */
.s-news-1 {
    padding: 60px 0;
}
.s-news-1 .item {
    margin: 16px;
}
.s-news-1 .slick-dots {
    width: 100%;
    position: relative;
    bottom: 0;
}
.s-news-1 .slick-dots li button {
    color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.c-headline-2 .c_name {
    font-size: 32px;
    font-weight: 600;
    margin-top: 16px;
    color: var(--color-primary);
}
.c-headline-2 .c_desc {
    width: 60%;
    text-align: center;
    text-transform: none;
    font-size: 15px;
    margin: auto;
    margin-top: 14px;
    color: #666;
}
.s-cta {
    position: relative;
    padding: 10px 0 60px;
    /* background-image: url(/images/bgs/banner.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}
.s-cta::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--color-gradient-primary);
    opacity: 0;
}
#myVideo .c-modal-box {
    max-width: 800px;
}
.s-ceo .section-title {
    font-size: 38px;
    margin-bottom: 20px;
}
.s-partner {
    padding: 60px 0;
}
.s-partner .s-top {
    display: flex;
}
.s-partner .s-bot {
    margin-top: 35px;
}
.s-partner .s-top .title {
    width: 38%;
    font-family: 'Playfair Display';
    font-size: 38px;
    font-weight: 600;
    color: var(--color-primary);
}
.s-partner .s-top .desc {
    width: 62%;
}
.s-partner .item {
    margin: 0 10px;
    margin-top: 35px;
}
.s-partner .slick-list::before {
   padding-bottom: calc(34% + 0.88px);
}
.s-partner .b-sslide-ratio .slick-list>.slick-track img {
    width: auto;
}
.b-card-92 {
    position: relative;
    border-radius: 8px;
    padding: 40px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.b-card-92 .name {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.96px;
    margin-bottom: 10px;
    color: var(--color-primary);
}
.b-card-92 .desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-gray);
    line-height: 1.9;
    margin-bottom: 20px;
    min-height: 106px;
}
.b-card-92 .thumb img {
    border-radius: 8px;
    height: 120px;
    margin: auto;
}
.b-card-92 .icon {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 64px;
    border-radius: 8px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-primary);
}
.b-card-92 .icon img {
    height: 45px;
}

.timeline {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
    height: auto;
}
.timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 100%;
    height: 65px;
}
.timeline__event:nth-child(2n+1) {
    flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
    border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon::before {
    content: "";
    width: 2px;
    height: 40%;
    background: var(--color-secondary);
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    z-index: 2;
    transform: translateX(-50%);
    animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon::after {
    content: "";
    width: 26%;
    height: 2px;
    background: var(--color-secondary);
    position: absolute;
    right: 0;
    z-index: 2;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    font-weight: bold;
    color: var(--color-primary) !important;
    letter-spacing: 0px;
}
.timeline__event__content {
    padding: 22px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
        0 18px 36px -18px rgba(0, 0, 0, 0.3),
        0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.timeline__event__date {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 600;
    background: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9251ac;
    padding: 40px;
    align-self: center;
    margin: 0 20px;
    background: var(--color-secondary);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
        0 18px 36px -18px rgba(0, 0, 0, 0.3),
        0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    position: relative;
}
.timeline__event__icon img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.timeline__event__icon i {
    font-size: 32px;
}
.timeline__event__icon::before {
    content: "";
    width: 2px;
    height: 40%;
    background: #f6a4ec;
    position: absolute;
    top: 0%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon::after {
    content: "";
    width: 25%;
    height: 2px;
    background: #f6a4ec;
    position: absolute;
    left: 0%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
    flex-basis: 60%;
}

/* Type 2 */
.timeline__event--type2::after {
    background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
    color: #fff;
    background: var(--color-gray);
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon::before,
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon::after,
.timeline__event--type2 .timeline__event__icon::before,
.timeline__event--type2 .timeline__event__icon::after {
    background: var(--color-gray);
}
.timeline__event--type2 .timeline__event__icon {
    background: var(--color-gray);
    color: #555ac0;
}
.timeline__event--type2 .timeline__event__title {
    color: #555ac0;
}

/* Type 3 */
.timeline__event--type3::after {
    background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
    color: var(--color-primary);
    background-color: var(--color-secondary);
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon::before,
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon::after,
.timeline__event--type3 .timeline__event__icon::before,
.timeline__event--type3 .timeline__event__icon::after {
    background: var(--color-secondary);
}
.timeline__event--type3 .timeline__event__icon {
    background: var(--color-secondary);
    color: #24b47e;
}
.timeline__event--type3 .timeline__event__title {
    color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon::before {
    content: none;
}

/* Responsive */
@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
        align-self: center;
    }
    .timeline__event__content {
        width: 100%;
    }
    .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }
    .timeline__event__icon::before,
    .timeline__event__icon::after {
        display: none;
    }
    .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }
    .timeline__event:nth-child(2n+1) {
        flex-direction: column;
        align-self: center;
    }
    .timeline__event:nth-child(2n+1) .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }
    .timeline__event:nth-child(2n+1) .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        margin: 0;
    }
}
.timeline__event:nth-child(2n) .timeline__event__icon {
    background: var(--color-gray);
    color: #555ac0;
}
.timeline__event:nth-child(2n) .timeline__event__icon::after {
    background: var(--color-gray);
}
.timeline__event:nth-child(2n) .timeline__event__icon::before {
    background: var(--color-gray);
}
.timeline__event:nth-child(2n) .timeline__event__date {
    background: var(--color-gray);
    color: #fff;
}
/* Animations */
@keyframes fillLeft {
    100% {
        right: 100%;
    }
}
@keyframes fillTop {
    100% {
        top: 100%;
    }
}
@keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}
.s-about-2 {
    padding: 60px 0 80px;
    position: relative;
}
.s-about-2::after {
    content: "";
    position: absolute;
    background: url(/images/bgs/bg-mission2.png) 50% no-repeat;
    background-size: 100% auto;
    width: 250px;
    height: 400px;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.s-about-2 .section-title {
    font-size: 38px;
}
.list-team .b-card-99{
    margin: 0 10px;
    cursor: pointer;
    overflow: unset;
}
.list-team-cta {
    margin-top: 30px;
}
.list-team-cta a{
    display: inline-block;
    padding: 10px 40px;
    background: var(--color-secondary);
    color: var(--color-primary);
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
}
.ht-ratio--145::before {
    padding-bottom: 145%;
}
.list-team .slick-prev,.list-team  .slick-next {
    position: absolute;
    bottom: -100px;
    left: 0;
    cursor: pointer;
    z-index: 1;
    top: unset;
    width: 48px;
    height: 48px;
}
.list-team  .slick-arrow::before {
    font-size: 26px;
}
.list-team .slick-next {
    left: 65px;
}
@media (min-width: 992px) {
    .s-about-2 .col-md-4-1 {
        width: 30%;
    }
    .s-about-2 .col-md-8-1 {
        width: 70%;
    }
}

/* BEGIN b-card-9 */
.b-card-9 {
  background-color: #fff;
  padding: 15px 0 30px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
  -webkit-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.b-card-9 .b_icon {
  font-size: 50px;
  text-align: center;
  color: var(--color-primary);
}
.b-card-9 .b_desc {
  color: #999;
  font-style: italic;
  padding: 0 40px;
  line-height: 1.8;
  margin: 24px 0;
  text-align: center;
  font-size: 16px;
}
.b-card-9 .b_author {
  margin: 20px 0 15px;
  text-align: center;
}
.b-card-9 .b_author > span {
  display: block;
}
.b-card-9 .b_author > span:first-child {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 16px;
}
.b-card-9 .b_author > span:last-child {
  color: #888;
  font-size: 13px;
  margin-top: 4px;
}
.b-card-9 .b_avatar {
  line-height: 0;
  position: relative;
  text-align: center;
}
.b-card-9 .b_avatar img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.b-card-9:hover {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.b-card-9 .b_info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 17px;
    margin-top: 20px;
}
/* END b-card-9 */
/* BEGIN s-home-5 */
.s-home-5 {
  background-image: url("/images/bgs/bg-2.jpg");
  padding: 60px 0;
}
.s-home-5 .c-headline-2 {
  font-size: 25px;
  text-transform: uppercase;
}
.s-home-5 .slick-list {
  margin: 50px 50px;
}
.s-home-5 .slick-list .item {
  margin: 0 15px 10px;
}
.s-home-5 .slick-slide img {
  display: inline;
}
@media screen and (max-width: 575px) {
  .s-home-5 .slick-list {
    margin: 0 15px;
  }
  .s-home-5 .slick-slider .slick-prev, .s-home-5 .slick-slider .slick-next {
    font-size: 10px;
  }
}

/* END s-home-5 */
/* BEGIN s-tab-6 */
.s-tab-6 .s_filter {
  width: auto;
  margin: auto;
  padding-bottom: 15px;
  text-align: center;
}
.s-tab-6 .s_filter a {
  display: inline-block;
  border: 2px solid #f1f2f7;
  color: #262626;
  line-height: 2.572em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0.358em 0.715em 0.358em;
  padding: 0 1.072em 0 1.072em;
  cursor: pointer;
  border-radius: 12px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.s-tab-6 .s_filter a:hover {
  background: var(--color-primary);
  color: var(--color-secondary);
  font-weight: bold;
}
.s-tab-6 .s_filter .current {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: var(--color-secondary);
  font-weight: bold;
}
.s-tab-6 .s_item::after {
  content: '';
  display: table;
  clear: both;
}
/* .s-tab-6 .s_item .item {
  border: 1px solid #fff;
} */
.s-tab-6 .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.s-tab-6 .b-card-5 {
    margin: 0 10px 30px;
}
.s-tab-6 {
    padding: 60px 0;
}
/* END s-tab-6 */
.s-form-4 {
    margin-bottom: 40px;
}
.s-form-12 {
    padding: 43px;
    background: var(--color-primary);
    margin: 0 15%;
    border-radius: 30px;
    color: #fff;
}
.s-form-12 .row {
    align-items: center;
}
.tp-cta-title {
    font-weight: bold;
    font-size: 24px;
}
.b-card-40 {
    display: block;
    margin-bottom: 0;
    padding: 31px 10px;
    height: calc(100% - 15px);
    border-radius: 4px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
    text-align: center;
    z-index: 2;
}
.b-card-40:after {
    content: '';
    position: absolute;
    width: 105%;
    height: 105%;
    background: transparent;
    z-index: -1;
    top: -3px;
    left: -15px;
    transform: rotate(-5deg);
    border-radius: 20px;
    margin: 0;
    display: none;
}
.b-card-40 .b_title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.125em;
    padding-bottom: 10px;
    margin-bottom: 25px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
    position: relative;
}
.b-card-40 .b_title:after {
    content: '';
    width: 70px;
    height: 1px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
}
.b-card-40 .b_title>span {
    font-weight: 400;
    display: block;
    color: #666;
    margin: 5px 0;
    font-size: 14px;
}
.b-card-40 .b_desc {
    color: #3f3f3f;
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.7em;
    font-style: italic;
    font-weight: 300;
}
.b-card-40 .b-star-1 {
    display: contents;
    font-size: 18px;
    display: none;
    color: var(--color-secondary);
}
.b-card-40 .b_count {
    color: rgba(0,196,255,.7490196078431373);
    font-size: 13px;
    font-style: italic;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #00c4ffbf;
    margin-top: 10px;
    max-width: 60%;
    margin: 8px auto 0;
}
.b-card-40 .b_count:hover {
    text-decoration: underline;
}
.b-card-40 .b_avatar {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
        margin-bottom: 20px;
        outline: 2px solid var(--color-secondary);
}
.info-team-2.c-modal .c_body {
    padding: 0;
}

.s-contact.s-mission {
    padding: 55px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-image: url(/images/bgs/bg-12.jpg);
}
.s-contact.s-mission .s_title {
    line-height: 2em;
    color: var(--color-primary);
    font-style: italic;
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: bold;
}
.s-contact.s-mission .s_content {
    margin: auto;
    width: 60%;
}
.s-contact.s-mission .s_content .b-subscribe-2 .c_input {
    height: 100%;
    padding: 0px 8px;
    color: inherit;
    border: 1px solid #ddd;
    border-right: none;
    background: transparent;
    border-radius: 8px 0 0 8px;
}
.s-contact.s-mission .s_content .b-subscribe-2 >button {
    background:  var(--color-primary);
    color: var(--color-secondary);
}
.tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(20px);
    padding: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

.b-card-99:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tooltip::after {
    display: none;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(255, 255, 255, 0.95);
}
.s-about-2 .slick-list {
    padding: 10px 5px;
}
.text-pink {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 10px;
    color: var(--color-gradient-primary);
}
.s-cta .title-2 {
    font-weight: bold;
    font-size: 16px;
    color: #404040;
    display: none;
}
@media screen and (max-width: 1257px) {
    .s-partner .s-top .title {
        font-size: 28px;
    }
}
@media screen and (max-width: 1257px) and (min-width: 1024px){
    .s-header-17 .container {
        margin: auto;
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .list-cta {
        flex-wrap: wrap;
    }
    .b-card-1 {
        width: 100%;
    }
    .s-header-17 .hd-contact li+li {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .s-partner .slick-list::before {
        padding-bottom: calc(125% + 0.88px);
    }
    .s-slide-1 .item .name {
        font-size: 16px;
    }
    .s-slide-1>.b-nslide-ratio::before {
        padding-bottom: 110%;
    }
    .s-slide-1{
        background: var(--color-primary);
    }
    .s-slide-1 .item>p, .s-slide-1 .item .c-btn {
        display: block;
    }
    .s-slide-1 .item .c-btn {
        max-width: 200px;
        display: block;
        text-align: center;
        margin: auto;
    }
    .s-slide-1 .item .c-btn i {
        margin-right: 9px;
        -webkit-transform: unset;
        transform: unset;
    }
    .s-slide-1 .item>p.desc {
        display: none;
    }
    .s-slide-1 .item>p.slogan {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .s-slide-1 .s_caption {
        height: 100%;
        width: 85%;
        position: relative;
        top: auto;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .s-about-2 .section-title {
        font-size: 30px;
    }
    .s-about-2 {
        padding: 35px 0 40px;
        position: relative;
    }
    .s-about-2::after {
        z-index: -1;
        height: 320px;
        width: 140px;
        opacity: 0.6;
    }
    .list-team .slick-prev, .list-team .slick-next {
        width: 35px;
        height: 35px;
    }
    .list-team .slick-prev {
        left: -5px;
        top: 50%;
    }
    .list-team .slick-next {
        right: 0;
        top: 50%;
        left: unset;
    }
    .s-introduce .section-title {
        font-size: 26px;
    }
    .s-introduce .section-slogan {
        font-size: 15px;
    }
    .s-introduce-info .btn-glb {
        display: block;
        margin: 20px auto 0;
        max-width: 200px;
        text-align: center;
    }
    .s-ceo .section-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .s-ceo {
        padding: 40px 0 0;
    }
    .s-cta .title-2 {
        display: block;
        margin-bottom: 20px;
    }
    .s-ceo .s_thumb {
        width: 100%;
        margin-bottom: 20px;
    }
    .s-ceo .desc {
        margin-bottom: 20px;
    }
    .s-ceo .container>.row {
        flex-direction: column-reverse;
    }
    .s-vission .s_content {
        padding-left: 0;
        margin-top: 20px;
    }
    .s-vission {
        padding: 40px 0;
    }
    .s-partner .s-top {
        flex-wrap: wrap;
    }
    .s-partner .s-top .title {
        width: 100%;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .s-partner .s-top .desc {
        width: 100%;
    }
    .s-partner {
        padding: 40px 0 0;
    }
    .s-partner .btn-glb{
        margin-top: 12px;
    }
    .b-card-92 {
        margin-bottom: 50px;
    }
    .s-tab-6 {
        padding: 40px 0;
    }
    .s-contact.s-mission .s_content {
        width: 100%;
    }
    .s-contact.s-mission .s_title{
        font-size: 16px;
    }
    .s-contact.s-mission{
        padding: 20px 0;
    }
    .b-card-40 .b_title {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .b-card-40 .b_title>span {
        font-size: 13px;
    }
    .b-card-40 {
        padding: 12px 10px;
    }
    .b-card-40 .b_desc {
        font-size: 11px;
    }
    .b-card-40 .b_avatar {
        margin-top: 8px;
        margin-bottom: 12px;
    }

}
@media screen and (max-width: 380px) {
    .s-header-17 .hd-contact {
        display: none;
    }
    .b-card-40 .b_desc {
        font-size: 10px;
    }
}