html {
    scroll-behavior: smooth;
}

.content-main h3 {
    scroll-margin-top: 160px;
}

.fr-fic {
    max-width: 100%;
    text-align: center;
    height: auto;
}

.vita-blog {
    text-align: center;
    padding-top: 100px;
}

.vita-blog h1 {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 74px;
    letter-spacing: -2px;
    color: #0C4242;
    margin-bottom: 12px;
}

.vita-blog .breadcrumb {
    font-family: 'Helvetica Neue Bold', serif;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #AFBEBB;
    gap: 10px;
    margin: 0;
}

.vita-blog .breadcrumb a:last-of-type {
    color: #0C4242;
}


.vita-blog .breadcrumb a {
    color: #AFBEBB;
    text-decoration: none;
}

.vita-blog .breadcrumb a:hover {
    color: #0C4242;
    text-decoration: underline;
}

.vita-blog .breadcrumb strong {
    color: #0C4242;
}

.breadcrumb .separator {
    color: #0C4242;
    font-family: 'Helvetica Neue Bold', serif;
}

/* banner desktop mụn */
.vita-acne-section {
    max-width: 1463px;
    padding: 150px 0;
    margin: auto;
}

.vita-acne-box {
    max-height: 743px;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.vita-acne-box .left {
    flex: 1;
    max-width: 720px;
}

.vita-acne-box .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.vita-acne-box .right {
    flex: 1;
    background: #0C4242;
    max-width: 743px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vita-acne-box .right h3 {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.vita-acne-box .right p {
    font-family: 'Helvetica Neue Light', serif;
    color: #EFF6F4;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.right-content {
    padding: 165px 145px;
}

/* <!-- section bacsi blog muc luc desktop--> */
/* section bài viết  */
.content-left,
.content-right {
    position: sticky;
    top: 150px;
    align-self: flex-start;
}

.vita-article-section {
    max-width: 1791px;
    margin: auto;
    display: flex;
}

.container-article {
    display: flex;
    gap: 80px;
}

.content-left {
    width: 20%;
}

.content-main {
    width: 100%;
    max-width: 991px;
}

.content-main h3 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C4242;
    margin-bottom: 30px;
}

.content-main h4 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    color: #7F7F7F;
    margin: 30px 0;
}

.article-section {
    margin: 30px 0;
}

.content-main p,
.content-main ul li {
    font-family: 'Helvetica Neue Light', serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #687276;
    margin-bottom: 0;
}

.article-tip h4 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    color: #7F7F7F;
    margin: 30px 0;
}

.article-tip p {
    font-family: 'Helvetica Neue Light', serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #687276;
    margin-bottom: 0;
}

/* article-box */
.article-box {
    display: flex;
    align-items: flex-start;
    gap: 31px;
    flex-wrap: wrap;
}

.article-box__content {
    max-width: 560px;
    flex: 1 1 560px;
}

.article-box__image {
    flex: 0 0 400px;
    max-width: 400px;
    max-height: 400px;
}

.article-box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.content-figure {
    text-align: center;
    margin: 30px 0;
}

.content-figure__image {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.content-figure__caption {
    font-family: 'Helvetica Neue Italic', serif;
    font-size: 18px;
    color: #687276;
    margin-top: 10px;
    line-height: 28px;
}

/* next */
.related-box {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    width: 800px;
    height: 344px;
    background: #fff;
    margin: 30px auto;
}

.related-box__image {
    height: 100%;
    max-width: 344px;
    width: 100%;
}

.related-box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.related-box__info {
    padding: 50px 60px;
}

.related-box__title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #7F7F7F;
    line-height: 42px;
    margin-bottom: 68px;
}

.related-box__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 196px;
    max-height: 50px;
    padding: 15px 35px;
    background-color: #0C4242;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    border: #0C4242 1px solid;
    background-image: url('/themes/vita/assets/image/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: right 35px center;
    background-size: 24px 15px;

}

.related-box__btn:hover {
    background-color: #fff;
    color: #0C4242;
    background-image: url('/themes/vita/assets/image/arrow-dark-green.svg');
}



/* double image */
.double-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin: 30px 0;
}

.double-image__item {
    flex: 0 0 auto;
}

.double-image__item img {
    width: 100%;
    max-width: 390px;
    max-height: 590px;
    border-radius: 20px;
}

.double-image__caption {
    font-family: 'Helvetica Neue Italic', serif;
    font-size: 18px;
    color: #687276;
    margin-top: 10px;
    line-height: 28px;
}

/* section vita recovery */
.vital-recovery__header {
    background-color: #0C4242;
    color: #fff;
    text-align: center;
    padding: 60px 40px;
    border-radius: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.vital-recovery__subtitle {
    font-family: 'Helvetica Neue', serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}


.vital-recovery__title {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 74px;
    letter-spacing: -2px;
    color: #fff;
}

.vital-recovery__content {
    display: flex;
    gap: 31px;
    flex-wrap: wrap;
}

.vital-recovery__text {
    flex: 1 1 560px;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vital-recovery__box {
    flex: 0 0 400px;
    max-width: 400px;
    max-height: 375px;
    height: 100%;
}

.vital-recovery__image {
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
}

.vital-recovery__box-info h5 {
    font-family: 'Helvetica Neue Medium', serif;
    font-weight: 500;
    font-size: 24px;
    color: #7F7F7F;
    line-height: 30px;
    margin: 20px 0 15px;
}

.vital-recovery__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #708E86;
    border-radius: 20px;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Helvetica Neue', serif;
    font-weight: 700;
    line-height: 20px;
}

.vital-recovery__btn-icon {
    width: 24px;
    height: 14px;
}

/* section right */
.content-right {
    width: 20%;
}

.author-box {
    background: #EFF6F4;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.author-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    max-width: 280px;
}

.author-info {
    padding-top: 20px;
}

.author-info h4 {
    font-family: 'Helvetica Neue Medium', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0C4242;
}

.author-role {
    font-family: 'Helvetica Neue', serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #687276;
}

.author-desc {
    font-family: 'Helvetica Neue Light', serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #687276;
}

.btn-author {
    display: inline-block;
    background: #0C4242;
    border: #0C4242 1px solid;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    width: 100%;
    max-width: 280px;
    height: auto;
    text-align: center;
    font-family: 'Helvetica Neue', serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.btn-author:hover {
    background-color: #fff;
    color: #0C4242;
}

.share-box {
    text-align: center;
    margin-top: 50px;
}

.share-box p {
    font-family: 'Helvetica Neue Medium', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #7F7F7F;
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}

.social-icons a {
    width: 49px;
    height: 49px;
    background: #0C4242;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icons img {
    width: 20px;
    height: 20px;
}

.btn-related {
    display: inline-block;
    background: #0C4242;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
}

.toc-box {
    background: #EFF6F4;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    max-width: 320px;
    padding-bottom: 57px;

}

.toc-box h5 {
    text-align: center;
    font-family: 'Helvetica Neue Medium', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0C4242;
    margin-bottom: 30px;
}

.toc-wrapper ul {
    max-height: 377px;
    overflow-y: auto;
    padding-left: 10px;
    list-style: none;
    margin: 0;
    padding-right: 0;
    scrollbar-width: none;

}

.toc-wrapper ul::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}


.toc-box li {
    border-bottom: 1px solid #AFBEBB;
}

.toc-box li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Helvetica Neue', serif;
    font-weight: 300;
    color: #7F7F7F;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    padding: 13px 0;
}

.toc-box li:first-child a {
    padding-top: 0;
}

.toc-box li.active a {

    font-family: 'Helvetica Neue Bold', serif;
    color: #0C4242;
    border-bottom: 1px solid #0C4242;
}

.toc-box .arrow {
    font-size: 16px;
}

.toc-box::-webkit-scrollbar {
    display: none;
}

.toc-wrapper ul::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.toc-wrapper {
    position: relative;
}

.scroll-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #D9E6E3;
    border-radius: 2px;
    overflow: hidden;
}

.scroll-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: #0C4242;
    border-radius: 2px;
    transition: transform 0.3s ease;
}



/* <!-- end section bacsi blog muc luc desktop--> */
/* --------------------------------------------------------------- */

/* section thông tin liên hệ */
.clinic-intro__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 60px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #EFF6F4;
}


.clinic-intro__header {
    text-align: center;
    margin-bottom: 30px;
}

.clinic-intro__logo {
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
}

.clinic-intro__title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1px;
    color: #0C4242;
    margin: 30px 0;
}

.clinic-intro__desc p {
    font-family: 'Helvetica Neue Light', serif;
    font-size: 18px;
    color: #687276;
    line-height: 28px;
    text-align: left;
    margin: 0;
}

.clinic-intro__border {
    border-bottom: 1px solid #0C4242;
    width: 100%;
    margin-bottom: 30px;
}


.clinic-intro__contact h5 {
    font-family: 'Helvetica Neue Medium', serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #0C4242;
    margin-bottom: 10px;
}

.clinic-intro__contact p {
    font-family: 'Helvetica Neue', serif;
    font-size: 18px;
    line-height: 28px;
    color: #687276;
    font-weight: 700;
    margin-bottom: 10px;
}

.clinic-intro__locations h4 {
    font-family: 'Helvetica Neue', serif;
    font-size: 18px;
    line-height: 28px;
    color: #687276;
    font-weight: 700;
    margin-bottom: 10px;
}

.clinic-intro__locations ul {
    list-style: disc inside;
    margin: 0 0 10px 0;

}

.clinic-intro__locations li {
    margin-bottom: 5px;
    font-family: 'Helvetica Neue', serif;
    font-size: 18px;
    line-height: 28px;
    color: #687276;
    font-weight: 300;
}

/* Articles */
.expert-advice h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 2.5vw, 42px);
    font-weight: 400;
    letter-spacing: -1px;
    color: #0C4242;
}

.articles {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.article-card {
    flex: 1;
    min-width: 260px;
    max-width: 410px;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
}

.article-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.article-card h4 {
    font-family: 'Helvetica Neue medium', sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 1.25vw, 24px);
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.25;
    color: #7F7F7F;
}

.article-card a {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(12px, 0.83vw, 16px);
    font-weight: 700;
    color: #708E86;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.article-card a img.icon-small {
    width: 24px;
    height: 15px;
    object-fit: contain;
}

/* list bác sĩ desktop*/
.doctor-list-title h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 2.5vw, 42px);
    font-weight: 400;
    letter-spacing: -1px;
    color: #0C4242;
}

.doctor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.doctor-card {
    background: #EFF6F4;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.doctor-card:hover {
    box-shadow: 0px 5px 30px 0px rgba(112, 142, 134, 0.6);
    transform: translateY(-5px);
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(112, 142, 134, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.doctor-card:hover .overlay {
    opacity: 1;
}

.doctor-card>*:not(.overlay) {
    position: relative;
    z-index: 2;
}


.doctor-card-img {
    width: 100%;
    height: auto;
}

/* .img-doctor {
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} */

.doctor-info {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.doctor-info h2 {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: clamp(18px, 1.4vw, 26px);
    line-height: 1.4;
    color: #7F7F7F;
    letter-spacing: -1px;
    margin: 0;
}

.doctor-info p {
    font-family: 'Helvetica Neue Medium';
    font-size: clamp(12px, 0.8vw, 15px);
    font-weight: 500;
    line-height: 1.6;
    color: #687276;
    margin-bottom: 21px;
}

.btn-detail {
    text-decoration: none;
    color: #7F7F7F;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: clamp(12px, 0.8vw, 16px);
    line-height: 1.3;
}

.doctor-info a:hover {
    color: #7F7F7F;
}

.doctor-card.placeholder {
    background-color: #AFBEBB;
    height: 574px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    gap: 12px;
}

.pagination .nav {
    width: 50px;
    height: 50px;
    border: none;
    background: #EFF6F4;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.pagination .nav img {
    display: block;
    max-width: none;
}

.pagination .dot {
    width: 15px;
    height: 15px;
    background: #b0c5c2;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.pagination .dot.active {
    background: #0C4242;
}

/* css mobile  */
/* banner Mobile */
.vita-acne-box-mobile {
    background-color: #0C4242;
}

.mobile-content {
    padding: 30px;
}

.mobile-image img {
    width: 100%;
}

.mobile-heading {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 10px;
    border-bottom: 1px solid #AFBEBB;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.mobile-desc {
    font-family: 'Helvetica Neue Light', serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

/* section bacsi blog muc luc Mobile */
.vita-article-mobile {
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 30px 34px 55px;
    background: #fff;
}

.mobile-container {
    max-width: 100%;
    margin: 0 auto;
}

.mobile-article-section h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 25px;
    color: #0C4242;

}

.mobile-article-section p {
    font-family: 'Helvetica Neue Light', serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #687276;
    margin: 0;
    margin-bottom: 25px;
}

.mobile-article-section ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.mobile-article-section li {
    font-family: 'Helvetica Neue Light', serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #687276;
}

.mobile-article-tip {
    margin: 25px 0;
}

.mobile-article-tip h5 {
    font-family: 'Helvetica Neue Light', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #687276;
    margin-bottom: 25px;
}

.mobile-article-tip p {
    font-family: 'Helvetica Neue Light', serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #687276;
    margin-bottom: 0;
}

/* -----------------image---------------- */
.mobile-figure {
    margin: 25px 0;
    text-align: center;
}

.mobile-figure__image {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.mobile-figure__caption {
    font-family: 'Helvetica Neue Medium', serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #687276;
    margin-top: 13px;
}


.figure-mb-acne {
    margin: 25px auto;
    text-align: center;
}

.figure-mb-acne__img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
}

/* box */
.mobile-related-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    overflow: hidden;
    width: 357px;
    height: 157px;
    max-width: 100%;
    margin: 0 auto;
}

.mobile-related-box__image {
    flex: 0 0 157px;
    max-width: 157px;
    max-height: 157px;
}

.mobile-related-box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-related-box__info {
    width: 100%;
    max-width: 175px;
    height: 100%;
    max-height: 137px;
    padding: 8px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-related-box__title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #687276;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 6px;
}

.mobile-related-box__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Helvetica Neue Medium', serif;
    color: #0C4242;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
}

.mobile-related-box__btn img {
    width: 14px;
    height: auto;
}

/* update mobile */
.mobile-container .related-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    overflow: hidden;
    width: 357px;
    height: 157px;
    max-width: 100%;
    margin: 0 auto;
}

.mobile-container .related-box__image {
    flex: 0 0 157px;
    max-width: 157px;
    max-height: 157px;
}

.mobile-container .related-box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-container .related-box__info {
    width: 100%;
    max-width: 175px;
    height: 100%;
    max-height: 137px;
    padding: 8px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-container .related-box__title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #687276;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 6px;
}


.mobile-contaier .related-box__btn img {
    width: 14px;
    height: auto;
}

/* double imge mobile */
.double-image-mb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 13px;
    flex-wrap: wrap;
    margin: 25px 0;
    text-align: center;
}

.double-image-mb__item img {
    width: 100%;
    max-width: 179px;
    height: auto;
    max-height: 179px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
}

.double-image-mb__caption {
    font-family: 'Helvetica Neue Medium', serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #687276;
}

/* section vita recovery mobile */

.vital-recovery-mobile {
    background-color: #EFF6F4;
    font-family: 'Helvetica Neue', sans-serif;
    color: #fff;
}

.vital-recovery-mobile__header {
    background-color: #0C4242;
    color: #fff;
    padding: 30px 30px;
    text-align: center;
}

.vital-recovery-mobile__subtitle {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}

.vital-recovery-mobile__title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    letter-spacing: -2px;
    margin: 0;
}

.vital-recovery-mobile__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 117px;
    height: 27px;
    padding: 0 12px;
    background-color: #0C4242;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    border-radius: 30px;
    letter-spacing: 2px;
    border: 1px solid #fff;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    margin-top: 20px;
}


.vital-recovery-mobile__image-wrap {
    text-align: center;
}

.vital-recovery-mobile__image {
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: auto;
}

.vital-recovery-mobile__description {
    padding: 30px 34px;
}

.vital-recovery-mobile__text {
    margin-bottom: 15px;
}

.vital-recovery-mobile__text p {
    font-family: 'Helvetica Neue Light', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    ;
    margin: 0;
    color: #687276;
}

/* section thông tin liên hệ Mobile */
.clinic-intro-mobile {
    padding: 50px 35px;
    background-color: #F9F9F9;
}

.clinic-intro-mobile__card {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #AFBEBB;
    padding: 60px 29px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.clinic-intro-mobile__logo {
    width: 48px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

.clinic-intro-mobile__title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 5px;
    letter-spacing: -2px;
    text-align: center;
    color: #0C4242;
}

.clinic-intro-mobile__subtitle {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #0C4242;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.clinic-intro-mobile__desc {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}

.clinic-intro-mobile__desc p {
    font-family: 'Helvetica Neue Light', serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #687276;
    margin: 0;
    text-align: center;
}

.clinic-intro-mobile__divider {
    border: none;
    border-top: 1px solid #AFBEBB;
    margin: 30px 0;
}

.clinic-intro-mobile__contact h5 {
    font-family: 'Helvetica Neue Medium', serif;
    font-size: 16px;
    color: #0C4242;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.clinic-intro-mobile__hotline {
    font-family: 'Helvetica Neue Medium', serif;
    font-size: 14px;
    color: #687276;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.clinic-intro-mobile__locations h4 {
    font-family: 'Helvetica Neue Medium', serif;
    font-size: 14px;
    color: #687276;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.clinic-intro-mobile__locations ul {
    padding-left: 18px;
    margin: 0 0 8px;
}

.clinic-intro-mobile__locations li {
    font-family: 'Helvetica Neue Medium', serif;
    font-size: 13px;
    color: #687276;
    line-height: 20px;
    font-weight: 500;

}

/* blog mobile */
.media-title-mobile {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 7.9vw, 34px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -2px;
    ;
    color: #0C4242;
    text-align: center;
}

.media-img-wrapper-mobile {
    border-radius: 20px;
}

.media-img-wrapper-mobile img {
    width: 100%;
    height: 100%;

    display: block;
}



.media-card-title-mobile {
    font-size: clamp(14px, 4.1vw, 18px);
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 1.3;
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.media-read-more-mobile {
    font-size: clamp(8px, 2.3vw, 10px);
    font-family: 'Helvetica Neue', sans-serif;
    color: #7F7F7F;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.media-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    top: 24%;

}

@media (max-width: 991px) {

    .mobile-container h3 {
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        color: #0C4242;
        margin-bottom: 25px;
    }

    .mobile-container h4 {
        font-family: 'Helvetica Neue', serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #687276;
        margin: 0;
        margin-bottom: 25px;
    }

    .mobile-container p,
    .mobile-container li {
        font-family: 'Helvetica Neue Light', serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        color: #687276;
    }

    .mobile-container .content-figure__caption {
        font-family: 'Helvetica Neue Medium', serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        color: #687276;
        margin-top: 13px;
    }

    .mobile-container .related-box {
        display: flex;
        align-items: center;
        background-color: #fff;
        border: 1px solid #E0E0E0;
        border-radius: 20px;
        overflow: hidden;
        width: 357px;
        height: 157px;
        max-width: 100%;
        margin: 25px auto;
    }

    .mobile-contaier .related-box__info {
        width: 100%;
        max-width: 175px;
        height: 100%;
        max-height: 137px;
        padding: 8px 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobile-contaier .related-box__title {
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        color: #687276;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 6px;
    }

    /* === Mặc định trong mobile container === */
    .mobile-container .related-box__btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        font-family: 'Helvetica Neue Medium', serif;
        color: #0C4242;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        text-decoration: none;
        background-color: #fff;
        padding: 0px;
        border: none;
        border-radius: 30px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    /* Icon mũi tên dùng ::after */
    .mobile-container .related-box__btn::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 15px;
        background-image: url('/themes/vita/assets/image/arrow-dark-green.svg');
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        /* luôn hiển thị */
    }

    /* Tùy chọn hover trên mobile nếu muốn */
    .mobile-container .related-box__btn:hover {
        background-color: #f2f2f2;
        color: #0C4242;
    }


    .mobile-container .article-box {
        gap: 0;
    }

    .mobile-container .article-box__image {
        margin: 0 auto;
        max-width: 300px;
        max-height: 300px;
        margin-top: 25px;
    }

    .mobile-container .double-image {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 13px;
        flex-wrap: wrap;
        margin: 25px 0;
        text-align: center;
    }

    .mobile-container .double-image__item img {
        width: 100%;
        max-width: 179px;
        height: auto;
        max-height: 179px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 20px;
    }

    .mobile-container .double-image__caption {
        font-family: 'Helvetica Neue Medium', serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        color: #687276;
        margin: 0;
    }
}