body {
    background: rgba(113, 255, 227, 0.07);
}
/* ABOUT */
.about {
    padding: 80px 0;
    padding-bottom: 32px;
    position: relative;
}
.about .ht-format-detail {
    margin-top: 20px;
}
.about .about_thumb,
.about .about-video-wrap {
    position: relative;
}
.about .about_thumb i,
.about .about-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 52px;
    color: #fff;
    cursor: pointer;
}
.about .about-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    text-decoration: none;
}
.about .about-play-btn:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.about-video-slider {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    position: relative;
}
.about-video-player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #111;
}
.about-video-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: opacity 0.3s ease;
}
.about-video-poster--placeholder {
    background: linear-gradient(135deg, #1a3a4a, #0d1f28);
}
.about-video-player.is-playing .about-video-poster {
    opacity: 0;
    pointer-events: none;
}
.about-video-iframe-slot {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.about-video-iframe-slot iframe,
.about-video-iframe-slot video {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    background: #000;
}
.about-video-sound-btn {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}
.about-video-sound-btn:hover,
.about-video-sound-btn:focus {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    outline: none;
    transform: scale(1.05);
}
.about-video-sound-btn.is-unmuted {
    background: rgba(26, 122, 94, 0.85);
}
.about-video-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 4;
    margin-top: 0;
    line-height: 1;
}
.about-video-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    border-radius: 50%;
    transition: background-color 0.25s ease, transform 0.25s ease;
}
.about-video-pagination .swiper-pagination-bullet-active {
    background: #3db8ff;
    opacity: 1;
    transform: scale(1.2);
}
.about-video-setup-hint {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

.why {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.why::after,
.why::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 100%;
    border-radius: 1068px;
    background: rgb(113 255 227 / 12%);
    filter: blur(100px);
    z-index: -1;
}
.why::after {
    right: 0;
    transform: rotate(-123.674deg);
}
.why::before {
    left: 0;
    transform: rotate(123.674deg);
}
.card-why {
    text-align: center;
    margin-bottom: 30px;
    transition: 0.5s;
    position: relative;
    height: calc(100% - 30px);
    padding: 12px;
}
.card-why::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    border-radius: 20px;
    background: linear-gradient(
        304deg,
        rgba(255, 255, 255, 0.5) 26.83%,
        rgba(232, 232, 232, 0.5) 40.37%,
        rgba(255, 255, 255, 0.5) 63.62%,
        rgba(225, 225, 225, 0.5) 76.8%,
        rgba(255, 255, 255, 0.5) 96.24%
    );
    box-shadow: 0px 4px 7.6px 0px rgba(0, 0, 0, 0.09);
    z-index: -1;
}
.card-why img {
    border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
    display: block;
}
.card-why h3 {
    background: linear-gradient(90deg, #ad8129 0%, #ffbd24 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-3);
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 8px;
}
.card-why p {
    color: #4b4b4b;
    font-size: 13px;
    min-height: 115px;
}
.customer .headline-1 img:last-child {
    width: 120px;
    transform: translateY(-12px);
}

.customer .thumbnail-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    margin-bottom: 10px;
    transition: opacity 0.3s ease, border 0.3s ease;
}

.customer .thumbnail-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--color-primary);
    border-radius: 12px;
}

.customer .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 30px;
    background: rgb(48, 106, 79);
    border-radius: 40px;
    transition: 0.5s;
    transition: background-color 0.3s ease;
}

.customer .swiper-pagination .swiper-pagination-bullet-active {
    background: radial-gradient(#2e786b 0%, #31a38e 100%);
    height: 80px;
    border-radius: 5px;
}
.customer .swiper-slide img {
    width: 100%;
    height: 100%;
    padding: 6px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}
.customer .ht-format-detail {
    margin-top: 32px;
    margin-bottom: 32px;
}
.treatment {
    background: url(../img/layout/bg.png);
    background-size: cover;
    color: #fff;
    margin: 92px 0;
}
.treatment .treatment_box {
    position: relative;
    padding: 48px 48px 0 48px;
}
.treatment .treatment_box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 120%;
    border-radius: 46px;
    border: 0px solid #fff;
    background: linear-gradient(82deg, rgba(255, 255, 255, 0) -3.63%, rgba(255, 255, 255, 0.2) 21.37%, rgba(255, 255, 255, 0.02) 80.58%),
        rgba(255, 255, 255, 0.07);
    box-shadow: 0px 4px 29px 0px #fff inset, 0px 0px 10.8px 0px rgba(22, 108, 96, 0.32);
    backdrop-filter: blur(2.3499999046325684px);
}
.treatment .treatment_star img {
    position: absolute;
    width: 30px;
    z-index: 99;
}
.treatment .treatment_star img:first-child {
    top: -15px;
    left: 30px;
}
.treatment .treatment_star img:nth-child(2) {
    top: -15px;
    right: 30px;
}
.treatment .treatment_star img:nth-child(3) {
    bottom: -15px;
    right: 30px;
}
.treatment .treatment_star img:last-child {
    bottom: -15px;
    left: 30px;
}
.treatment .treatment_title {
    font-family: var(--font-3);
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 32px;
}
.treatment .treatment_content {
    position: relative;
    padding-left: 32px;
}
.treatment .treatment_line {
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}
.treatment .treatment_line::before,
.treatment .treatment_line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #fff;
}
.treatment .treatment_line::after {
    top: unset;
    bottom: 0;
}
.process {
    margin-bottom: 260px;
}
.process_box {
    position: relative;
}

.process_title h2 {
    text-align: center;
    font-size: 62px;
    background: linear-gradient(90deg, #ad8129 0%, #ffdb89 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-3);
    width: 80%;
}
.process_title h3 {
    font-family: var(--font-3);
    font-size: 26px;
}
.process_card {
    display: flex;
    gap: 12px;
    width: 40%;
    position: absolute;
}
.process_card .thumb {
    width: 20%;
}
.process_card .content {
    width: 80%;
}
.process_card .content h3 {
    background: radial-gradient(846.88% 140.35% at 86.03% 100%, #2e786b 0%, #31a38e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-family: var(--font-3);
}
.process_card .content h4 {
    color: #fff;
    font-weight: 700;
    border-radius: 29px;
    background: linear-gradient(270deg, #0d8376 -4.35%, #3a967d 52.66%, #156a5f 95.68%);
    padding: 12px 24px;
    font-size: 16px;
    display: inline-block;
}
.service {
    margin: 40px 0 15px;
    position: relative;
}
.service::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 1709.343px;
    background: rgba(93, 168, 149, 0.12);
    filter: blur(100px);
}
.service .service-box {
    margin-top: -70px;
}
.service-slide .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
}
.service .swiper-button-next,
.service .swiper-button-prev {
    background: var(--Gradient-green);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.service .swiper-button-next {
    right: 27%;
}
.service .swiper-button-prev {
    left: 27%;
}
.service .swiper-button-next::after,
.service .swiper-button-prev::after {
    font-size: 16px;
    color: #fff;
}
.service .swiper-3d .swiper-slide-shadow-left,
.service .swiper-3d .swiper-slide-shadow-right {
    background-image: unset;
}
.service .swiper-slide-active .card-service {
    opacity: 1;
}
.card-service {
    text-align: center;
    margin-bottom: 30px;
    transition: 0.5s;
    position: relative;
    height: calc(100% - 30px);
    padding: 12px;
    transform: scale(0.8);
    opacity: 0.7;
}
.card-service::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    border-radius: 20px;
    background: linear-gradient(
        304deg,
        rgba(255, 255, 255, 0.5) 26.83%,
        rgba(232, 232, 232, 0.5) 40.37%,
        rgba(255, 255, 255, 0.5) 63.62%,
        rgba(225, 225, 225, 0.5) 76.8%,
        rgba(255, 255, 255, 0.5) 96.24%
    );
    box-shadow: 0px 4px 7.6px 0px rgba(0, 0, 0, 0.09);
    z-index: -1;
}
.card-service img {
    border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
    display: block;
    max-height: 400px;
    text-align: center;
    margin: 0 auto;
}
.card-service h3 {
    background: radial-gradient(846.88% 140.35% at 86.03% 100%, #2e786b 0%, #31a38e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-3);
    font-size: 30px;
    font-weight: 400;
    margin-top: 8px;
}
.feedback {
    margin-bottom: 50px;
}
.feedback .swiper-container {
    width: 100%;
}

.feedback .feedback_box {
    padding: 40px 0;
    background: linear-gradient(0deg, #82b4a996 -2.68%, #156a5f86 100%), url(../images/bg/bg.webp);
    background-size: cover;
}
.feedback .feedback_slide {
    margin-top: 50px;
    border-radius: 20px;
    background: linear-gradient(138deg, rgba(255, 255, 255, 0) 29.12%, rgba(255, 255, 255, 0.71) 51.52%, rgba(255, 255, 255, 0.14) 82.45%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%), #40887b;
    padding: 40px;
    box-shadow: -1px -1px 2.2px 0px #fff inset, 0px 4px 6.1px 1px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}
.feedback .swiper-button-next,
.feedback .swiper-button-prev {
    background: var(--Gradient-green);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.card-feedback {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.card-feedback h3 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
}

.result {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.result::after,
.result::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 100%;
    border-radius: 1068px;
    background: rgb(113 255 227 / 12%);
    filter: blur(100px);
    z-index: -1;
}
.result::after {
    right: 0;
    transform: rotate(-123.674deg);
}
.result::before {
    left: 0;
    transform: rotate(123.674deg);
}
.result .gallery-container {
    margin-bottom: 32px;
}
.result .main-slider-result {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-bottom: 12px;
}
.result .thumbnail-slider-result .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    margin-bottom: 10px;
    transition: opacity 0.3s ease, border 0.3s ease;
}

.result .thumbnail-slider-result .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--color-primary);
    border-radius: 12px;
}

.result .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 30px;
    background: rgb(48, 106, 79);
    border-radius: 40px;
    transition: 0.5s;
    transition: background-color 0.3s ease;
}

.result .swiper-pagination .swiper-pagination-bullet-active {
    background: radial-gradient(#2e786b 0%, #31a38e 100%);
    border-radius: 5px;
    width: 79px !important;
}
.result .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    height: 6px;
}
.result .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}
.card-result {
    border-radius: 24px;
    background: radial-gradient(770.26% 109.12% at 92.95% 102.46%, #2e786b 0%, #31a38e 100%);
    padding: 20px;
    color: #fff;
}
.card-result h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.card-result p {
    font-size: 18px;
}
.card-result h4 {
    font-size: 30px;
    font-family: var(--font-3);
    margin-top: 25px;
}
.card-result h4::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    margin-bottom: 20px;
}

.feel .main-slider-feel {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-bottom: 12px;
}
.feel .thumbnail-slider-feel .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    margin-bottom: 10px;
    transition: opacity 0.3s ease, border 0.3s ease;
    width: 100% !important;
}

.feel .thumbnail-slider-feel .swiper-slide-thumb-active {
    opacity: 1;
    /* border: 2px solid var(--color-primary); */
    border-radius: 12px;
}

.feel .thumbnail-slider-feel::-webkit-scrollbar {
    width: 6px;
}

.feel .thumbnail-slider-feel::-webkit-scrollbar-thumb {
    background: var(--Gradient-green);
    border-radius: 6px;
}

.feel .thumbnail-slider-feel::-webkit-scrollbar-track {
    background: #19745d2e;
    border-radius: 6px;
}

.feel .thumbnail-slider-feel .swiper-wrapper {
    display: flex;
    flex-direction: column;
}

.card-feel {
    border-radius: 20px;
    background: linear-gradient(208deg, rgba(255, 255, 255, 0) 2.05%, rgba(255, 255, 255, 0.09) 61.63%, rgba(255, 255, 255, 0.01) 90.05%),
        radial-gradient(770.26% 109.12% at 92.95% 102.46%, #2e786b 0%, #31a38e 100%);
    padding: 17px;
    display: flex;
    gap: 12px;
    color: #fff;
}
.card-feel .thumb {
    width: 20%;
}
.card-feel .content {
    width: 80%;
}
.card-feel-2 {
    position: relative;
    text-align: center;
}
.card-feel-2 img {
    display: inline;
}
.card-feel-2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 52px;
    color: #fff;
    cursor: pointer;
}
.news {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.news::after,
.news::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 100%;
    border-radius: 1068px;
    background: rgb(113 255 227 / 12%);
    filter: blur(100px);
    z-index: -1;
}
.news::after {
    right: 0;
    transform: rotate(-123.674deg);
}
.news::before {
    left: 0;
    transform: rotate(123.674deg);
}

.card-address {
    margin-bottom: 32px;
    text-align: center;
}
.card-address .c-button-1.small {
    padding: 8px 30px;
    font-size: 12px;
    margin-top: 12px;
}
/* BEGIN b-card-23 */
.b-card-23 {
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.04);
    transition: 0.5s;
}
.b-card-23:hover {
    transform: translateY(-10px);
}
.b-card-23 .b_content {
    padding: 12px;
}
.b-card-23 .b_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 8px;
    color: var(--color-primary);
}
.b-card-23 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--color-primary);
}
@media (min-width: 576px) {
    .news .news-box {
        position: relative;
        padding: 0 60px;
    }
    .news .news-box::before,
    .news .news-box::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 5px;
        height: 50%;
        border-radius: 24px;
        background: linear-gradient(0deg, #2e786b -86.98%, #31a38e 86.73%);
        background-color: var(--color-primary);
    }
    .news .news-box::after {
        right: 0;
        left: unset;
    }
}
@media (min-width: 992px) {
    .customer .gallery-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 19px;
    }

    .customer .main-slider {
        width: 80%;
    }
    .customer .main-slider .swiper-slide img {
        width: 98%;
    }
    .customer .thumbnail-slider {
        width: 20%;
        max-height: 555px;
        overflow: hidden;
    }

    .customer .thumbnail-slider .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }
    .customer .swiper-pagination {
        position: absolute;
        bottom: unset !important;
        top: 50% !important;
        transform: translateY(-50%);
        left: 99% !important;
        display: flex;
        gap: 5px;
        z-index: 99999;
        display: flex;
        flex-direction: column;
    }
    .process_title {
        width: 500px;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
        border: 4px solid rgba(43, 144, 123, 0.68);
        border-radius: 50%;
        position: relative;
    }
    .process_title::before {
        content: "";
        display: block;
        position: absolute;
        width: 80%;
        height: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border: 4px solid rgba(43, 144, 123, 0.07);
        border-radius: 50%;
    }
    .process_card:first-child {
        top: 50px;
        right: -30px;
    }
    .process_card:nth-child(2) {
        top: 60%;
        right: -67px;
    }
    .process_card:nth-child(3) {
        bottom: -154px;
        left: 46%;
        display: block;
    }
    .process_card:nth-child(3) .content {
        margin-left: -135px;
        text-align: center;
    }
    .process_card:nth-child(4) {
        top: 60%;
        left: -65px;
        flex-direction: row-reverse;
        text-align: right;
    }
    .process_card:nth-child(5) {
        top: 50px;
        left: -30px;
        flex-direction: row-reverse;
        text-align: right;
    }
    .feel .gallery-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 19px;
    }
    .feel .main-slider-feel {
        width: 50%;
    }
    .feel .thumbnail-slider-feel {
        width: 50%;
        max-height: 575px;
        overflow-y: scroll;
        padding-right: 30px;
    }
}
@media (min-width: 1360px) {
    .about .container,
    .why .container {
        width: 900px;
    }
}
@media (max-width: 991px) {
    .about,
    .why {
        padding: 32px 0;
    }
    .about .headline-1 {
        text-align: center;
    }
    .about::before {
        height: 105%;
    }
    .about img {
        margin-top: var(--spacing-md);
    }
    .thumbnail-slider {
        display: none;
    }
    .customer .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
    }

    .customer .swiper-pagination .swiper-pagination-bullet-active {
        width: 80px;
    }
    .treatment .treatment_content {
        margin-top: 32px;
    }
    .process {
        margin-bottom: 40px;
    }
    .process_list {
        position: relative;
    }
    .process_list::before {
        content: "";
        display: block;
        width: 2px;
        height: 104%;
        background-color: #f5d485;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .process_list::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background-color: #f5d485;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: -34px;
        transform: translateX(-50%);
    }
    .process_card {
        position: relative;
        width: 100%;
        margin-bottom: 12px;
        border-radius: 100px;
        background: linear-gradient(270deg, #0d8376 -4.35%, #3a967d 52.66%, #156a5f 95.68%);
        margin-bottom: 32px;
    }
    .process_card:nth-child(even) {
        flex-direction: row-reverse;
    }
    .process_card:nth-child(even) {
        text-align: right;
    }
    .process_card .thumb {
        width: 130px;
    }
    .process_card .content h4 {
        background: unset;
        padding: 0;
    }
    .process_title {
        display: flex;
        font-size: 18px;
        font-weight: bold;
        border-radius: 28px;
        background: linear-gradient(180deg, #ad8129 0%, #d9b462 67%, #efcd7e 100%),
            radial-gradient(846.88% 140.35% at 86.03% 100%, #2e786b 0%, #31a38e 100%);
        color: #fff;
        text-align: center;
        gap: 8px;
        justify-content: center;
        padding: 8px;
        margin-bottom: 32px;
    }
    .process_title h2 {
        font-size: inherit;
        width: unset;
        color: inherit;
        background: unset;
        -webkit-text-fill-color: #fff;
    }

    .process_title h3 {
        font-size: inherit;
        color: inherit;
    }
    .process_card .content h3 {
        font-size: 30px;
        margin-top: 9px;
        background: linear-gradient(88deg, #eac26b 21.99%, #f5d485 74.31%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .feel .main-slider-feel {
        width: 100%;
    }
    .feel .thumbnail-slider-feel {
        max-height: 200px;
        overflow-y: scroll;
        padding-right: 30px;
        margin-bottom: 20px;
    }
    .feel .main-slider-feel {
        padding-bottom: 12px;
    }
}
@media (max-width: 575px) {
    .card-why {
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }
    .card-why h3 {
        font-size: 18px;
    }
    .arrow-box-next,
    .arrow-box-prev {
        display: none;
    }
    .treatment .treatment_box {
        padding: 20px 20px 40px 20px;
    }
    .treatment .treatment_title {
        font-size: 26px;
    }
    .treatment .treatment_box::before {
        height: 115%;
    }
    .process_card .content h4 {
        font-size: 16px;
        font-weight: 300;
    }
    .service .service-box {
        margin-top: -20px;
    }
    .card-service {
        transform: scale(0.9);
    }
    .service .swiper-button-prev {
        left: 15%;
    }
    .service .swiper-button-next {
        right: 15%;
    }
    .feedback .feedback_slide {
        padding: 20px;
        margin-top: 20px;
    }
    .card-service h3 {
        font-size: 22px;
    }
    .result .main-slider-result {
        width: 100%;
    }
    .card-result {
        padding: 10px;
    }
    .card-result h3 {
        font-size: 22px;
    }
    .card-result p {
        font-size: 14px;
    }
    .card-result h4 {
        font-size: 20px;
    }
    .process_title {
        font-size: 16px;
    }
}
