/*COMMON*/
.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem
}

.gap-3 {
    gap: 3rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-18 {
    font-size: 1.8rem;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-16 {
    border-radius: 16px;
}

@media(min-width: 768px) {
    .fs-md-14 {
        font-size: 1.4rem;
    }

    .fs-md-16 {
        font-size: 1.6rem;
    }

    .fs-md-18 {
        font-size: 1.8rem;
    }

    .container {
        max-width: 992px;
    }
}

@media(min-width: 992px) {
    .justify-content-md-center {
        justify-content: center;
    }

    .fs-lg-14 {
        font-size: 1.4rem;
    }

    .fs-lg-16 {
        font-size: 1.6rem;
    }

    .fs-lg-18 {
        font-size: 1.8rem;
    }

    .fs-lg-28 {
        font-size: 2.8rem;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

.bg-app-primary--hover {
    background: var(--color-highlight)
}

.ratio-3-4 {
    padding-top: 133.34%;
}

.border-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

a#member-info img {
    width: 30px;
    height: 30px;
}

.leadership .swiper-slide__link {
    color: #333;
}

.section.leadership .row>[class*="col-"].active .swiper-slide .swiper-slide__link {
    color: #fff;
}

.form.form-login {
    min-height: 64rem;
    display: flex;
    align-items: center;
}

div#login-modal form {
    padding: 2rem;
}

.acc-show {
    font-size: 1.2rem;
}

/* SECTION */
.section {
    padding: 5rem 0 3rem;
}

.section__header {
    margin-bottom: 3rem;
}

.section__title {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-highlight);
}

.section__description {
    font-size: 1.6rem;
    text-align: center;
    margin: 1.6rem 0;
}

.section__link {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.section__link a {
    padding: 1rem 1.5rem;
    border: 1px solid var(--color-highlight);
    color: var(--color-highlight);
    border-radius: 12px;
    display: inline-block;
}

@media(max-width: 768px) {
    .section {
        padding: 3rem 0;
    }
}

/* END SECTION */
.article-item .inner-content {
    padding: 1.6rem 0.8rem;
}

.article-item {
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.internal-news-categories {
    margin-bottom: 3rem;
    padding: 1.6rem;
    border: 1px solid var(--gray);
    border-radius: 1.2rem;
    background: #fff;
}

.internal-news-categories__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.internal-news-categories__link {
    display: block;
    padding: 0.9rem 1.6rem;
    border: 1px solid var(--primary-default);
    border-radius: 999px;
    color: var(--primary-default);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    transition: background-color .2s ease, color .2s ease;
}

.internal-news-categories__link:hover, .internal-news-categories__link:focus {
    background: var(--primary-default);
    color: #fff;
}

.page__title {
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--background-card);
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .col-custom {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 15px;
    }
}

.effect-nav li a::after {
    content: none !important;
}

/* SWIPER */
.swiper-slide {
    overflow: hidden;
    border-radius: 16px;
    height: auto;
}

.swiper-slide__title {
    margin-bottom: 0;
}

.swiper-slide__description {
    font-size: 14px;
    margin-bottom: 0;
}

.swiper-button-prev, .swiper-button-next {
    border: 1px solid var(--light);
    color: black;
    background: var(--light);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
}

/* END SWIPER */
.bg-primary--default {
    background: var(--primary-default);
}

.float-contact {
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.float-contact__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: black;
    font-size: 2.4rem;
    overflow: hidden;
}

.float-contact__btn--scroll-top {
    background: white;
}

.float-contact__btn--phone {
    background: var(--color-highlight);
    color: white;
}

.float-contact__btn--phone:hover {
    color: white
}

.mobile-fixed-nav {
    display: none;
}
@media (max-width: 768px) {
    .float-contact {
        bottom: 10rem;
    }
}

@media (max-width: 1199.98px) {
    body:has(.mobile-fixed-nav) {
        padding-bottom: 7.6rem;
    }

    body:has(.mobile-fixed-nav) .float-contact {
        bottom: 9.2rem;
    }

    .mobile-fixed-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1001;
        display: flex;
        padding: 0.8rem 1.2rem calc(0.8rem + env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: 0 -0.4rem 1.6rem rgba(0, 0, 0, .14);
    }

    .mobile-fixed-nav__link {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        min-height: 5.2rem;
        border-radius: 1.2rem;
        color: var(--primary-secondary);
        font-size: 1.3rem;
        font-weight: 700;
    }

    .mobile-fixed-nav__link+.mobile-fixed-nav__link {
        margin-left: 0.8rem;
    }

    .mobile-fixed-nav__link i {
        font-size: 1.8rem;
    }

    .mobile-fixed-nav__link--internal {
        background: var(--primary-default);
        color: #fff;
    }
}

.entry-menu.dropdown a.menu-link {
    border-left: 4px solid transparent !important;
    color: black !important
}

.entry-menu.dropdown a.menu-link:hover {
    border-left: 4px solid var(--color-highlight) !important;
    background: white !important
}

.product-item {
    border: 1px solid var(--gray);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
}

.product-item .inner-content {
    padding: 16px 8px;
    position: relative;
}

.product-item .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item .price {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
}

.product-item .price:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: var(--color-highlight) transparent transparent transparent;
}

.product-item .price-amount:not(.old-price) {
    background: var(--color-highlight);
    color: white;
    border-radius: 20px;
    padding: 1rem 1.5rem;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.product-actions__btn {
    background: var(--color-highlight);
    color: white;
    border: 1px solid var(--color-highlight);
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    border-radius: 16px;
}

.product-actions__btn:hover {
    color: white;
}

.product-actions__btn--call {
    background: #f26522;
    border: 1px solid #f26522;
    color: white;
}

.product-actions__btn--call:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
    color: #fff;
}

.view-small .row {
    margin: 0 -7.5px;
}

.view-small .row>div {
    padding: 0 7.5px;
}

.view-small .article-item {
    border-bottom: 1px solid var(--gray);
    border-radius: 8px;
    overflow: hidden
}

.view-small .article-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.view-small .article-item .inner-content {
    width: 100%;
    margin-left: 0;
    padding: 1.6rem 0.8rem;
    ; }

.view-small .article-item .inner-image {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/*END COMMON*/
/* HEADER */
header {
    background: var(--app-primary);
}

header div[nh-row]:first-child .row>div[class*="col-"] {
    position: static;
}

.header-menu {
    background: white;
    transition: transform .3s ease, box-shadow .3s ease;
}

.header-menu .row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-menu--fixed {
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    z-index: 999;
    transform: translateY(0);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.header--background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.header--background svg {
    width: 50%;
    height: 110px
}

.header-main {
    padding: 1.5rem 0;
}

.header-main .row>div {
    display: flex;
    align-items: center;
}

.header-main .row>div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-main .logo-section span {
    color: var(--color-highlight);
    font-weight: 700;
    font-size: 1.8rem;
}

.header__actions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.6rem;
}

.header__hotline {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 2px solid var(--color-highlight);
    padding: 8px 16px;
    border-radius: 16px;
    color: var(--color-highlight)
}

.header__hotline:hover {
    color: #fff;
    background: var(--color-highlight)
}

.header__hotline-text span {
    display: block
}

.header__hotline-text span:first-child {
    font-size: 1.4rem;
}

.header__hotline-text span:last-child {
    font-size: 1.6rem;
}

.header__btn-booking {
    background: #f26522;
    border-radius: 16px;
    color: white;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    font-size: 1.8rem;
    text-align: center;
}

.header__btn-booking:hover {
    background: var(--color-highlight);
    color: white;
}

.header__btn-booking img {
    width: 24px;
    margin-right: 1rem;
}

.header__booking-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header__internal-menu {
    position: relative;
}

.header__internal-menu__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.8rem;
    padding: 0.8rem 1.6rem;
    border: 1px solid var(--color-highlight);
    border-radius: 16px;
    background: #fff;
    color: var(--color-highlight);
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    list-style: none;
}

.header__internal-menu__toggle a {
    color: var(--color-highlight);
}

.header__internal-menu__toggle::-webkit-details-marker {
    display: none;
}

.header__internal-menu__toggle .fa-chevron-down {
    font-size: 1.1rem;
    transition: transform .2s ease;
}

.header__internal-menu__toggle:hover {
    background: var(--color-highlight);
}

.header__internal-menu__toggle:hover a {
    color: #fff
}

.header__internal-menu[open] .fa-chevron-down {
    transform: rotate(180deg);
}

.header__internal-menu__dropdown {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    min-width: 18rem;
    padding: 0.8rem;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, .16);
}

.header__internal-menu:not([open]) .header__internal-menu__dropdown {
    display: none;
}

.header__internal-menu[open] .header__internal-menu__dropdown {
    display: flex;
}

.header__internal-menu__dropdown a {
    padding: 0.9rem 1.2rem;
    border-radius: 0.8rem;
    color: var(--color-highlight);
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}

.header__internal-menu__dropdown a:hover, .header__internal-menu__dropdown a:focus {
    background: var(--color-main);
}

@media (min-width: 769px) {
    .header__internal-menu:hover .header__internal-menu__dropdown {
        display: flex;
    }
}

.header__actions .header__hotline i {
    transform: rotate(-25deg);
    font-size: 2.4rem;
}

.header__socials {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    justify-content: center;
    border: 1px solid var(--color-highlight);
    padding: 0.5rem 1rem;
    border-radius: 16px;
}

.header__social-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color-main), var(--color-highlight));
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
}

.header__social-item:hover {
    color: white
}

/* END HEADER */
/* BODY */
.about-us {
    padding: 5rem 0 0;
}

.about-us__title {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-highlight);
    margin-bottom: 3rem;
}

.about-us__description {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
}

.about-us__image img {
    border-radius: 16px;
}

.about-us__link {
    display: inline-block;
    background: var(--color-highlight);
    color: white;
    padding: 8px 16px;
    border-radius: 16px;
}

@media(max-width: 768px) {
    .about-us {
        padding: 2rem 0 0;
    }
}

.about-us__link:hover {
    color: white
}

.stats .swiper-slide {
    border-radius: 0
}

.stats .swiper-slide__wrap {
    color: var(--color-highlight);
}

.stats .swiper-slide__title {
    font-size: 4.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.stats .swiper-slide__title a {
    color: var(--color-highlight);
}

.stats .swiper-slide__description {
    font-size: 18px;
}

.services .section__header {
    margin-bottom: 0;
}

.services .section__title {
    color: white;
}

.services .section__link a {
    border-color: #fff;
    color: #fff;
}

.services .swiper {
    padding: 3rem 0;
}

.services .swiper-slide {
    background: #fff;
    transition: top .3s ease,
}

.services .swiper-slide:hover {
    top: -5px;
}

.services .swiper-slide__image img {
    aspect-ratio: 16 / 9;
    object-position: top center;
}

.services .swiper-slide__wrap {
    padding: 16px 8px;
}

.services .swiper-slide__title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.services .swiper-slide__title > a {
    color: var(--color-highlight);
}

.services .swiper-slide__description {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video .article-title {
    font-size: 1.8rem;
    text-transform: uppercase
}

.video iframe {
    border-radius: 16px;
}

.video img {
    border-radius: 16px;
}

.article-item--video .inner-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: red;
    color: white;
    font-size: 2rem;
    border-radius: 10px;
    width: 64px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-small.article-item--video .inner-image i {
    width: 48px;
    height: 32px;
    font-size: 1.4rem;
    border-radius: 8px;
}

.about-hero .swiper-slide {
    border-radius: 0;
}

.about-hero img {
    aspect-ratio: 16 / 4;
    object-position: top;
}

.section.intro .intro-company-logo {
    margin-bottom: 3.2rem;
}

.section.intro .intro-company-logo img {
    width: 20rem;
}

.section.intro .swiper-slide__image {
    border-radius: 16px;
    overflow: hidden
}

.section.intro .swiper-slide__title {
    color: var(--color-highlight);
    font-size: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.section.intro .swiper-slide__description {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
    text-align: justify;
}

.section.intro .swiper-slide__link {
    color: white;
    background: var(--color-highlight);
    padding: 1rem 1.5rem;
    border-radius: 16px;
    display: inline-block;
}

.values .swiper-slide {
    border-radius: 16px;
    background: white;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    padding: 24px;
    height: 100%
}

.values .swiper-slide__image {
    margin-bottom: 2rem;
}

.values .swiper-slide__image img {
    max-width: 128px;
}

.values .swiper-slide__title {
    color: var(--primary-secondary);
    font-size: 2.4rem;
    margin: 16px 0
}

.values .swiper-slide__title .swiper-slide__link {
    color: var(--color-highlight);
}

.values .swiper-slide__description {
    font-size: 1.6rem;
    text-align: justify
}

.values .swiper-slide__image, .values .swiper-slide__wrap {
    text-align: center;
}

.section.leadership .row {
    margin: 0 -7.5px;
}

.section.leadership .row>div {
    padding: 0 7.5px;
}

.section.leadership .row>[class*="col-"] {
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    flex: 1 1 0;
    min-width: 0;
    will-change: flex-grow, width;
}

.section.leadership .row>[class*="col-"].active {
    flex: 2 1 0 !important;
    width: auto;
    max-width: none;
}

.section.leadership .swiper-slide {
    background: white;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}

.section.leadership .swiper-slide__wrap {
    padding: 16px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.section.leadership [class*="col-"]:not(.active) .swiper-slide__wrap {
    padding: 36px 8px 8px;
}

.section.leadership .swiper-slide__image {
    width: 100%;
    height: 520px;
}

.section.leadership .swiper-slide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.section.leadership .swiper-slide__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.section.leadership .swiper-slide__description {
    color: var(--text-secondary);
    min-height: 40px;
}

.section.leadership .row>[class*="col-"].active .swiper-slide {
    padding: 16px 16px 24px 16px;
    background: var(--color-highlight)
}

.section.leadership .row>[class*="col-"].active .swiper-slide__image {
    border-radius: 10px;
}

.section.leadership .row>[class*="col-"].active .swiper-slide__image img {
    object-position: center center
}

.section.leadership .row>[class*="col-"].active .swiper-slide__title, .section.leadership .row>[class*="col-"].active .swiper-slide__description {
    color: white
}

.section.timeline .section__title, .section.timeline .section__description {
    color: white
}

.section.timeline .swiper-slide {
    padding: 24px 16px;
    border-radius: 16px;
    background: white;
    height: auto;
    display: flex;
    flex-direction: column;
}

.section.timeline .swiper-slide__image {
    border-radius: 4px;
}

.section.timeline .swiper-slide__image img {
    aspect-ratio: 4 / 3;
}

.section.timeline .swiper-slide__wrap {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 4rem;
    margin-top: auto
}

.section.timeline .swiper-slide__title {
    font-size: 4.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-secondary);
    margin-bottom: 1rem;
}

.section.achievements .swiper {
    padding: 5rem 0
}

.section.achievements .swiper-slide {
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
    height: 100%;
}

.section.achievements .swiper-slide-active, .section.achievements .swiper-slide-duplicate-active {
    transform: scale(1.1)
}

.section.achievements .swiper-slide__wrap {
    background: white;
    padding: 16px 8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.section.achievements .swiper-slide-active .swiper-slide__wrap {
    background: var(--primary-default);
    color: white
}

.section.achievements .swiper-slide-active .swiper-slide__title {
    font-size: 2rem;
}

.section.achievements .swiper-slide-active .swiper-slide__description {
    font-size: 1.4rem;
    text-align: justify
}

.section.achievements .swiper-slide__title {
    font-size: 1.8rem;
    font-weight: 700;
}

.section.achievements .swiper-slide__description {
    font-size: 1.5rem;
    text-align: justify
}

.section.achievements .swiper-slide__image {
    position: relative;
}

.section.achievements .swiper-slide__icon {
    position: absolute;
    z-index: 1;
    top: 1.5rem;
    left: 1.5rem;
    background: white;
    border-radius: 1.2rem;
    padding: 0.8rem;
}

.section.achievements .swiper-slide-active .swiper-slide__icon {
    background: var(--primary-default)
}

.section.achievements .swiper-slide-active .swiper-slide__icon img {
    max-width: 44px;
}

.section.advantages .row {
    justify-content: center;
}

.section.advantages .swiper-slide {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    border-radius: 20px;
    min-height: 25rem;
    background: var(--color-highlight);
    color: #fff;
    text-align: center;
}

.section.advantages .swiper-slide__icon {
    font-size: 4.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

.section.advantages .swiper-slide__title {
    font-size: 1.6rem;
}

.section.advantages .row>div:nth-child(3) .swiper-slide {
    background: #e3e3e3;
    color: var(--color-highlight);
}

.section.advantages .row>div:nth-child(2) .swiper-slide {
    background: #21aad6;
    color: white;
}

@media (min-width: 1200px) {
    .section.advantages .row>div:nth-last-child(-n + 2) .swiper-slide {
        clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 100%, 0 100%);
        padding: 5rem 1.5rem 2rem 1.5rem;
        margin-top: -4rem;
    }
}

.section.advantages .row>div:last-child .swiper-slide {
    background: #21aad6;
    color: white;
}
.about-chart .swiper-slide__title {
    display: none;
}

.about-experts .swiper-slide {
    background: var(--color-highlight);
    height: auto;
}

.about-experts .swiper-slide__image img {
    aspect-ratio: 3 / 4
}

.about-experts .swiper-slide__wrap {
    color: white;
    text-align: center;
    padding: 1.6rem 0.8rem;
}

.about-experts .swiper-slide__title {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin-bottom: 1rem;
}

.about-experts .swiper-slide__title>a {
    color: #fff;
}

.about-experts .swiper-slide__description {
    font-size: 1.4rem;
}

.values.specialty .swiper-slide__image {
    background: var(--color-highlight);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.values.specialty .swiper-slide__image img {
    filter: brightness(0) invert(1);
    width: 56px;
    height: 56px;
}

.specialty-departments .row {
    background: #fff;
    border-radius: 16px;
    padding: 1rem 0;
}

.specialty-departments .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.specialty-departments .swiper-slide__image {
    overflow: hidden;
    margin-bottom: 2.4rem;
}

.specialty-departments .swiper-slide__image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 96px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(2340%) hue-rotate(171deg) brightness(93%) contrast(101%);
}

.specialty-departments .swiper-slide__title {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.specialty-departments .swiper-slide__link {
    color: #000;
    transition: all 0s;
}

.specialty-departments .swiper-slide:hover {
    background: #0096d1;
}

.specialty-departments .swiper-slide:hover .swiper-slide__link {
    color: #fff
}

.specialty-departments .swiper-slide:hover img {
    filter: brightness(0) invert(1);
}

.hero.specialty .swiper-slide__image {
    border-radius: 0;
}

.hero.specialty .swiper-slide__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero.specialty .swiper-slide__title {
    font-size: 6.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0
}

.hero.specialty .swiper-slide__description {
    font-size: 1.6rem;
}

.form-subcribe div[nh-lazy="image-background"] {
    min-height: 835px;
    padding: 2rem 0;
}

.form-subcribe .container {
    height: 100%;
}

.form-subcribe .row {
    height: 100%;
    align-items: center;
}

.form-subcribe__content {
    background: white;
    padding: 2.4rem;
    border-radius: 24px;
}

.form-subcribe__content .btn-submit {
    width: 100%;
    border-radius: 16px;
}

.form__title {
    font-size: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-secondary);
    text-align: center;
    margin-bottom: 2.4rem;
}

.form-login .container {
    height: 100%
}

.form-login .row {
    height: 100%;
    align-items: center;
}

.doctor-articles .article-item {
    background: white;
    border-top: 1px solid var(--gray);
    margin-bottom: 1.5rem;
}

.form-login div[nh-lazy="image-background"] {
    height: 730px;
}

.doctor-articles .inner-content {
    background: white;
    padding: 0;
}

.view-doctor .article-detail__image {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.view-doctor .article-detail__image img {
    aspect-ratio: 3 / 4
}

.view-doctor .article-detail__attributes {
    padding: 1.6rem 0.8rem;
    text-align: center;
    color: var(--color-highlight);
}

.view-doctor .article-detail__title {
    font-size: 1.8rem;
    font-weight: 600;
}

.view-doctor .article-detail__attributes p {
    font-size: 1.4rem;
}

.view-doctor .article-detail__attributes table {
    text-align: center;
    font-size: 1.4rem;
}

.view-doctor .article-detail__attributes th {
    white-space: nowrap;
}

.view-doctor .article-detail__description {
    font-size: 1.6rem;
}

.article-detail__book-now {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    background: var(--color-highlight);
    color: white;
    border: 1px solid var(--color-highlight);
    border-radius: 16px;
}

.article-detail__book-now:hover {
    background: white;
    color: var(--color-highlight);
}

.article-detail h1 {
    color: #03428e;
}

.section.specialty-tab .nav-item {
    width: 100%;
}

.section.specialty-tab .nav-item a.nav-link {
    border-radius: 16px 16px 0 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    background: transparent;
    color: var(--color-highlight);
    padding: 1.6rem 0.8rem;
}

.section.specialty-tab .nav {
    flex-wrap: nowrap;
}

.section.specialty-tab .tab-content {
    padding: 2.4rem;
    background: white;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.section.specialty-tab .swiper-slide__image {
    display: flex;
    justify-content: center;
    margin-bottom: 1.6rem;
}

.section.specialty-tab .swiper-slide__image img {
    width: 96px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(2340%) hue-rotate(171deg) brightness(93%) contrast(101%);
}

.section.specialty-tab .swiper-slide__title {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
}

.section.specialty-tab .swiper-slide__title span {
    font-size: 1.6rem;
    font-weight: 400
}

.section.specialty-tab .swiper-slide {
    padding: 1rem 0;
}

.section.specialty-tab .swiper-slide:hover {
    background: #0096d1;
    color: white;
}

.section.specialty-tab .swiper-slide:hover .swiper-slide__image img {
    filter: brightness(0) invert(1);
}

.section.products .aside-news {
    position: sticky;
    top: 2rem;
}

.specialty.tab {
    padding: 1.5rem 0 0;
}

.specialty.tab .swiper-slide__title {
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: black;
    border-radius: 16px 16px 0 0;
    padding: 1.6rem 0.8rem;
}

.specialty.tab .swiper-slide.active .swiper-slide__title {
    background: var(--background-card);
    color: white;
}

.specialty.tab .swiper-slide__title:hover {
    background: var(--background-card);
    color: white;
}

.specialty.tab .container {
    max-width: 1760px;
}

.contact-form .contact__title {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.contact-form .contact__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 75px;
    height: 3px;
    background: var(--background-card)
}

.contact-form address {
    margin-bottom: 3rem;
}

.contact-form p {
    font-weight: 300
}

.contact-form address a {
    color: #000
}

.password-toggle {
    border: 1px solid #e2e8f0;
    border-radius: 0 12px 12px 0;
}

/* END BODY */
/*FOOTER*/
footer {
    background: var(--background-card);
}

.footer__title {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
}

.footer-main {
    padding: 3rem 0;
}

.footer-main .row>div:last-child {
    display: flex;
    flex-wrap: wrap;
}

.footer-main .row>div:last-child [class*="col-"] {
    padding: 0 7.5px;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo-section img {
    margin-right: 1rem;
}

.logo-section p {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-info__content {
    margin: 3rem 0;
}

.footer-info .logo-section {
    margin-bottom: 1.5rem;
}

.footer-info p {
    color: white;
}

.footer-info address p {
    display: flex
}

.footer-info a {
    color: white
}

footer .entire-map {
    padding-top: 25%;
    overflow: hidden;
    border-radius: 12px
}

.footer__socials {
    display: flex;
    align-items: center;
}

.footer__copyright {
    color: white;
    font-size: 1.6rem;
    text-align: center;
    border-top: 1px solid white;
    padding: 2rem 0;
}

/*END FOOTER*/
@media (max-width: 1200px) {
    .section__title {
        font-size: 2.8rem;
    }

    .about-us__title {
        font-size: 2.8rem;
    }

    .about-us__description {
        font-size: 1.6rem;
    }

    .stats .swiper-slide__title {
        font-size: 2.8rem;
    }

    .stats .swiper-slide__description {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .header-menu {
        padding: 1rem 0;
    }
    .logo-section img {
        height: 5rem;
    }
    
    .header-main {
        padding: 1rem 0 1.5rem;
    }

    .section__title {
        font-size: 2.4rem;
    }

    .article-item .article-title {
        font-size: 1.6rem;
    }

    .about-us__title {
        font-size: 2rem;
    }

    .section.achievements .swiper {
        padding: 4rem;
    }

    .hero.specialty .swiper-slide__title {
        font-size: 3.2rem;
    }

    .logo-section p {
        font-size: 1.4rem;
    }

    .section.news .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .section.news .nav .nav-link {
        white-space: nowrap;
    }

    .header-main .logo-section span {
        font-size: 1.4rem;
    }

    .header__actions {
        display: block;
        padding: 1rem 0;
    }

    .header__actions a {
        font-size: 1.4rem;
    }

    .header__hotline i {
        font-size: 1.8rem;
    }

    .header__actions .row div:first-child {
        border-right: 2px solid rgba(0 0 0 / 10%);
    }

    .header__btn-booking {
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center
    }

    .header__booking-group {
        width: 100%;
    }

    .header__internal-menu__dropdown {
        right: auto;
        left: 0;
        width: 100%;
    }

    .header__hotline-text span * {
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .section.specialty-tab .nav {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .section.specialty-tab .nav-item a.nav-link {
        font-size: 1.8rem;
    }

    .section.achievements .swiper-slide-active .swiper-slide__title {
        font-size: 1.8rem;
    }

    .section.achievements .swiper-slide-active .swiper-slide__description {
        font-size: 1.4rem;
    }

    .specialty.tab .swiper-slide__title {
        font-size: 1.4rem;
    }

    .section.intro .swiper-slide__title {
        font-size: 2rem;
    }

    .header-menu .row>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .section.intro {
        padding: 3 0 3rem;
    }

    .section.intro .intro-company-logo img {
        width: 15rem
    }

    .section.achievements .section__header {
        margin-bottom: 0;
    }

    footer .logo-section img {
        min-width: 8rem;
        height: auto;
        margin-right: 0;
    }

    .form.form-login {
        min-height: 44rem;
    }
}

.header-search-dropdown {
    position: relative;
    display: inline-block;
}

.search-trigger {
    cursor: pointer;
    font-size: 18px;
    padding: 8px 12px;
    color: #fff;
    transition: color 0.2s ease;
}

.search-trigger:hover {
    color: #fff;
}

.search-dropdown-panel {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 320px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 1000;
}

.header-search-dropdown:hover .search-dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-dropdown-panel:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-search {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.header-search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 14px;
    font-size: 14px;
}

.header-search button {
    background: none;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    color: #333;
    transition: color 0.2s ease;
}

.header-search button:hover {
    color: #000;
}

@media (min-width: 768px) {
    .section.leadership .row>[class*="col-"].active {
        width: auto;
        max-width: none;
        flex: 2 1 0px !important;
    }

    .menu-section .has-child ul .menu-link {
        background: white
    }

    .menu-section .has-child ul .menu-link:hover {
        background: white
    }
}

@media (max-width: 767.98px) {
    .section.leadership .row>[class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

.nh-timeline {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
}

.nh-timeline__line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    /*background: #d1d5db;*/
    transform: translateY(-50%);
    border: 2px dashed #FFFFFF33;
}

.nh-timeline__node {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.nh-timeline__dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d1d5db;
    border: 5px solid #fff;
    /* box-shadow: 0 0 0 2px #d1d5db; */
    transition: all 0.3s ease;
}

.nh-timeline__node.active .nh-timeline__dot {
    background: var(--color-main);
    border-color: #fff;
    /* box-shadow: 0 0 0 3px #9ca3af, 0 0 0 6px rgba(156, 163, 175, 0.3); */
    width: 30px;
    height: 30px;
}

.nh-timeline__node:hover .nh-timeline__dot {
    transform: scale(1.2);
}

.nh-timeline__year {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.nh-timeline__node .nh-timeline__year {
    top: calc(100% + 8px);
}

.nh-timeline__node .nh-timeline__year {
    bottom: calc(100% + 8px);
}

.swiper-backface-hidden .nh-timeline__line .swiper-slide {
    transform: none;
    position: static;
    background: transparent !important;
}

@media(max-width: 768px) {
    .nh-timeline__line .swiper-slide:nth-child(odd) .nh-timeline__year {
        top: auto;
    }
}

/* Custom styling for inputs in login/register forms (excluding select) */
.form-subcribe__content input.form-control {
    height: auto !important;
    padding: 1.2rem 1.6rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    font-size: 1.5rem !important;
    background-color: #f8fafc !important;
    color: #334155 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.form-subcribe__content input.form-control:focus {
    border-color: var(--color-main) !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(35, 179, 232, 0.15) !important;
    outline: none !important;
}

.form-subcribe__content label {
    font-weight: 600 !important;
    color: #475569 !important;
    margin-bottom: 0.8rem !important;
    font-size: 1.4rem !important;
}

.departments-divisions {
    --org-gap: 6rem;
    --org-stagger: 3rem;
    --org-line: #c8102e;
    max-width: 1440px;
    margin: 0 auto;
    
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    
    padding: 0 15px 40px 15px; 
}

.departments-divisions .row.no-gutters {
    display: block !important;
    width: 100%;
    min-width: 1100px;
    margin: 0;
}

.departments-divisions .row.no-gutters > .col-md-12.col-12 {
    display: block;
    width: 100%;
    min-width: 1100px;
    max-width: none !important;
    padding: 0;
}

.org-rows {
    display: flex;
    flex-direction: column;
    min-width: 1100px;
}

.departments-divisions .section__header {
    margin-bottom: 0;
    background: var(--color-highlight, #19aad6);
    padding: 1.5rem 0;
    border-radius: 16px;
}

.departments-divisions .section__title {
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.departments-divisions .org-dang-uy .section__header {
    background: #c4171b;
}

.departments-divisions .org-doan-the .section__header {
    background: #ff7321;
}

.departments-divisions .org-khoi .menu__title {
    background: #19aad6;
    border-radius: 16px;
}

.org-row {
    display: grid;
    gap: 16px;
    align-items: start;
}

.org-row > div {
    position: relative;
}

.org-row-1 {
    grid-template-columns: 1fr;
}

.org-row-2 {
    grid-template-columns: 2fr 1fr;
    margin-top: var(--org-gap);
}

.org-row-2 > div::before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--org-gap));
    left: 50%;
    width: 1px;
    height: var(--org-gap);
    background: var(--org-line);
}

.org-row-2 > div:nth-child(1) {
    margin-top: var(--org-stagger);
    order: 2;
}

.org-row-2 > div:nth-child(1)::before {
    top: calc(-1 * (var(--org-gap) + var(--org-stagger)));
    height: calc(var(--org-gap) + var(--org-stagger));
}

.org-row-3 {
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    margin-top: var(--org-gap);
}

.org-row-3::before {
    content: "";
    position: absolute;
    top: calc(var(--org-gap) / -2);
    left: 12.1%;
    right: 12%;
    height: 1px;
    background: var(--org-line);
}

.org-row-2 > div:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: calc(var(--org-gap) / 2 + var(--org-stagger));
    background: var(--org-line);
}

.org-row-3 > div:nth-child(1) { grid-column: span 1; }
.org-row-3 > div:nth-child(2) { grid-column: span 2; }
.org-row-3 > div:nth-child(3) { grid-column: span 1; }
.org-row-3 > div:nth-child(4) { grid-column: span 1; }

.departments-divisions .menu__title {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: var(--color-highlight, #19aad6);
    color: #fff;
    padding: 1.6rem 0.8rem;
    margin-bottom: 5rem;
    position: relative;
}

.departments-divisions .menu__title:before {
    content: "";
    position: absolute;
    top: calc(var(--org-gap) / -2);
    left: 50%;
    width: 1px;
    height: calc(var(--org-gap) / 2);
    background: var(--org-line);
}

.departments-divisions .menu__columns {
    display: flex;
    gap: 16px;
}

.departments-divisions ul.menu__column {
    padding: 1.6rem 0.8rem;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f3f4f6;
    list-style: none;
    border-radius: 8px;
}

.departments-divisions ul.menu__column:before {
    content: "";
    position: absolute;
    top: -51px;
    left: 50%;
    width: 1px;
    height: 50px;
    background: var(--org-line);
    z-index: 100;
}

.departments-divisions li {
    margin-bottom: 0.5rem;
}

.departments-divisions a {
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    display: block;
    padding: 4px 0;
}

.departments-divisions a:hover {
    color: var(--org-line);
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100%;
        position: relative;
    }
}

.nh-contact-alert-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nh-contact-alert-overlay.show {
    opacity: 1;
    visibility: visible;
}

.nh-contact-alert {
    width: 360px;
    max-width: 90%;
    background: #fff;
    border-radius: 16px;
    padding: 35px 30px;
    text-align: center;
    transform: translateY(30px) scale(.95);
    transition: .3s;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
}

.nh-contact-alert-overlay.show .nh-contact-alert {
    transform: translateY(0) scale(1);
}

.article-pdf-embed {
    margin: 2rem 0;
}

.article-pdf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.article-pdf-actions__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    min-height: 4.2rem;
    padding: .8rem 1.6rem;
    border: 1px solid var(--color-highlight);
    border-radius: .6rem;
    color: var(--color-highlight);
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: .2s ease;
}

.article-pdf-actions__button:hover {
    background: var(--color-highlight);
    color: #fff;
}

.article-pdf-actions__button--download {
    background: var(--color-highlight);
    color: #fff;
}

.article-pdf-actions__button--download:hover {
    background: #fff;
    color: var(--color-highlight);
}

@media (max-width: 575.98px) {
    .article-pdf-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .8rem;
    }

    .article-pdf-actions__button {
        padding-right: .8rem;
        padding-left: .8rem;
        font-size: 1.3rem;
    }

    .article-pdf-embed iframe {
        height: 56rem !important;
    }
}

@media (max-width: 1199.98px) {
    .menu-section>ul li {
        position: relative;
    }

    .menu-section>ul li>a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .menu-section .grower {
        background-color: #fff;
    }
}

@media (min-width: 1200px) {
    .menu-section .entry-menu.dropdown ul {
        top: 0;
        left: 100%;
        margin-top: 0;
    }

    .menu-section .entry-menu.dropdown .has-child>ul::before {
        display: none;
    }
}

.nh-contact-alert__icon {
    margin-bottom: 20px;
}

.nh-contact-alert h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #222;
}

.nh-contact-alert p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.article-item .inner-content .categories {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.article-item .inner-content .categories>li>a {
    color: var(--color-highlight);
}

.article-item .inner-content .categories>li:not(:last-child)>a:after {
    content: ",";
}

@media(max-width: 768px) {
    .article-item .inner-content .categories>li>a {
        font-size: 1.4rem
    }
}

.section.achievements .swiper-slide-active .swiper-slide__icon>img {
    filter: brightness(0) invert(1);
}

.hero.specialty .swiper-slide__title .swiper-slide__link {
    color: #fff;
}

@media (max-width: 767px) {
    .nh-timeline {
        margin-top: 20px;
    }

    .nh-timeline__line .swiper-slide:nth-child(2) .nh-timeline__node {
        left: 25% !important;
    }

    .nh-timeline__line .swiper-slide:nth-child(3) .nh-timeline__node {
        left: 50% !important;
    }

    .nh-timeline__line .swiper-slide:nth-child(4) .nh-timeline__node {
        left: 75% !important;
    }
}

.quick-actions {
    position: relative;
    margin-top: -5.2rem;
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.quick-actions .row {
    max-width: 60%;
}

.quick-actions .swiper-slide {
    background: #fff;
    border-radius: 16px;
    text-align: center;
    height: 100%;
}

.quick-actions .swiper-slide img {
    width: 32px;
}

.quick-actions .swiper-slide__title {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1rem 0;
    background: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.quick-actions .swiper-slide__title a {
    color: var(--color-highlight);
}

.quick-actions .swiper-slide__title:hover {
    background: var(--color-highlight)
}

.quick-actions .swiper-slide__title:hover img {
    filter: brightness(0) invert(1);
}

.quick-actions .swiper-slide__title:hover a {
    color: #fff;
}

.quick-actions .swiper-slide__wrap {
    text-align: center;
    padding: 16px;
}

.quick-actions .swiper-slide__description {
    padding: 8px 0 0;
}

@media(max-width: 768px) {
    .quick-actions .row {
        max-width: 100%;
        justify-content: center;
    }

    .quick-actions .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .quick-actions .swiper-slide__wrap {
        padding: 0px;
    }

    .quick-actions .swiper-slide__image {
        min-width: 40px;
        background: var(--color-main);
        padding: 1rem;
        border-radius: 12px;
    }

    .quick-actions .swiper-slide__image img {
        width: 24px;
    }

    .quick-actions .swiper-slide__title {
        background: transparent;
        font-weight: 700;
        font-size: 1.2rem;
        padding: 0.8rem 0;
        gap: 8px;
        flex-direction: column;
        white-space: nowrap
    }

    .quick-actions .row > div:nth-child(2) .swiper-slide img {
        filter: brightness(0) saturate(100%) invert(55%) sepia(84%) saturate(2250%) hue-rotate(345deg) brightness(101%) contrast(102%);
        background: none
    }

    .quick-actions .row > div:nth-child(2) .swiper-slide__title a {
        color: #ff7321
    }

    .quick-actions .swiper-slide__title:hover {
        background: transparent;
    }

    .quick-actions .swiper-slide__title:hover img {
        filter: brightness(1) invert(0);
    }

    .quick-actions .swiper-slide__title:hover a {
        color: var(--color-highlight);
    }

    .quick-actions .swiper-slide__description {
        display: none
    }
}

.video-posts .article-item--video {
    overflow: hidden;
    background: white;
    border-radius: 16px;
}

.video-posts .inner-content {
    padding: 0 0.8rem 1.5rem;
}

.video-posts .article-title {
    font-size: 1.6rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doctors .row {
    margin: 0 -7.5px;
}

.doctors .row > div {
    padding: 0 7.5px;
}

.doctors .article-item {
    background: transparent;
}

.doctors img {
    border-radius: 16px;
}

.doctors .inner-content {
    text-align: center;
}

.doctors .article-title {
    font-size: 13.5px;
    margin-bottom: 1rem;
}

.doctors .article__attributes * {
    font-size: 13.5px;
}

.system-menu {
    width: 100%;
}

.system-menu__item {
    border-bottom: 1px solid #e5e5e5;
}

.system-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.system-menu__link {
    flex: 1;
    display: block;
    padding: 14px 0;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

.system-menu__link:hover {
    color: #0096d1;
    text-decoration: none;
}

.system-menu__toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0096d1;
}

.system-menu__toggle:focus {
    outline: none;
    box-shadow: none;
}

.system-menu__toggle i {
    transition: transform .3s ease;
}

.system-menu__toggle:not(.collapsed) i {
    transform: rotate(180deg);
}

.system-menu__children {
    padding: 0 0 12px 24px;
}

.system-menu__child {
    display: block;
    padding: 7px 0;
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.system-menu__child:hover {
    color: #0096d1;
    text-decoration: none;
}

.hero .swiper-slide {
    overflow: initial;
}

.article--hidden-category .categories {
    opacity: 0
}

.box-search .input-group-text {
    background: #fff;
    border: 1px solid #fff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.box-search input {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 48px;
}

.art-list .article-item {
    height: 100%;
}

@media(min-width: 768px) {
    .hero-section--mobile {
        display: none;
    }
}

@media(max-width: 768px) {
    .home .hero-section:not(.hero-section--mobile) {
        display: none
    }
    
    .intro-section .quick-actions {
        display: none;
    }

    .quick-actions--mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        background: #fff
    }

    .quick-actions--mobile .container {
        padding: 0;
    }

    .quick-actions--mobile .quick-actions {
        min-width: 100%;
        margin-top: 0;
        display: block
    }

    .quick-actions--mobile .quick-actions .row {
        background: #fff;
        justify-content: space-between
    }
    
    body.home {
        margin-bottom: 8rem;
    }
}

@media(min-width: 768px) {
    .quick-actions--mobile {
        display: none;
    }
}

@media(max-width: 991px) {
    .btn-actions--mobile {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .btn-link--login {
        background: var(--color-highlight);
        color: #fff;
        height: 40px;
        width: 120px;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-link--login:hover {
        color: #fff
    }
}

@media(min-width: 992px) {
    .btn-actions--mobile {
        display: none;
    }
}

.header-mobile {
    background: #fff;
}

.header-mobile .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-mobile .header__logo img {
    height: 5rem;
}

@media(max-width: 768px) {
    .header-menu .header__logo {
        display: none;
    }
    
    .header-menu .header__logo img {
        height: 6rem;
    }

    .header-menu--fixed .header__logo {
        display: block;
    }
}

.author-meta {
    display: flex;
    align-items: center;
    justify-content: end
}

.author-meta__link {
    font-weight: 700;
    color: #000;
}

.author-meta__name {
    font-style: italic;
}

@media(max-width: 768px) {
    .header-menu {
      z-index: 99999;
    }
    
    .menu-section.open {
      height: 100vh;
      max-height: 100vh;
      z-index: 99999;
    }
    
    .back-drop.open {
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 99998;
    }
}

.swiper-loops {
	width: 100%;
	overflow: hidden;
	background: #eef6fc;
	border-radius: 8px;
	padding: 10px 16px;
}

.swiper-loops .swiper-wrapper {
	display: block !important;
	width: 100% !important;
}

.swiper-loops .swiper-slide {
	width: max-content !important;
	max-width: none !important;
	white-space: nowrap;
	position: relative;
	left: 100%;
	animation: loopsText 25s linear infinite;
}

.loops-item {
	display: inline-flex;
	align-items: center;
}

.loops-item + .loops-item {
	margin-left: 32px;
}

.loops-item + .loops-item::before {
	content: "•";
	color: #b7d4e8;
	margin-right: 32px;
}

.loops-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	border-radius: 50%;
	background: #007bff;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}

.swiper-loops .loops-item__link {
	display: inline-block;
	white-space: nowrap;
	color: #0b78c8;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.swiper-loops .loops-item__link:hover {
	color: #ff5630;
	text-decoration: underline;
}

@keyframes loopsText {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100vw - 100%));
	}
}
