﻿@import url("./fonts.css");

:root {
    --color-bla-blue: #0565BE;
    --color-bla-light-blue: #00B3F0;
    --color-light-grey: #F2F2F2;
    --color-text: #3E3F43;
    --12px: 0.75rem;
    --16px: 1rem;
    --18px: 1.125rem;
    --20px: 1.25rem;
    --22px: 1.375rem;
    --24px: 1.5rem;
    --26px: 1.625rem;
    --28px: 1.75rem;
    --30px: 1.875rem;
    --32px: 2rem;
    --34px: 2.125rem;
    --36px: 2.25rem;
    --48px: 3rem;
    --60px: 3.75rem;
    --240px: 15rem;
    --300px: 18.75rem;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "DB Heavent", sans-serif;
    overflow-x: hidden;
    color: var(--color-text);
}

    body.menu-open {
        overflow: hidden;
    }

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.h2 {
    font-size: var(--28px);
}

.h3 {
    font-size: var(--24px);
}

.h4 {
    font-size: var(--20px);
}

p, .text-p, li, th, td {
    font-size: var(--22px);
}

@media (max-width: 767px) {
    .h2 {
        font-size: var(--22px);
    }

    .h3 {
        font-size: var(--18px);
    }

    p, .text-p, li, th, td {
        font-size: var(--20px);
        line-height: var(--22px);
    }
}

hr {
    background-color: #CCC;
    opacity: 1;
}

.container {
    padding-left: unset;
    padding-right: unset;
}

.max-940 {
    max-width: 940px !important;
    margin: 0 auto;
}

@media (min-width: 950px) {
    .max-940 {
        max-width: 940px !important;
        margin: 0 auto;
    }
}

.text-primary {
    color: var(--color-bla-blue) !important;
}

#main {
    position: relative;
    overflow-x: hidden;
}

    #main.menu-open {
        overflow: hidden;
    }

#header.sticky {
    position: sticky;
    top: 0;
    z-index: 999;
}

.header {
    background: #FBFBFB;
    position: relative;
}

    .header.hide {
        display: none;
    }

.logo_bla {
    padding: 20px 0;
}

.lang-switcher {
    background-color: #1BC2FC;
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    height: 32px;
    width: 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background-color: #0565BE;
    color: #ffffff;
}

.lang-switcher-menu-toggle {
    position: relative;
    left: 30px;
    top: -45px;
    z-index: 1;
    background-color: #ffffff;
    color: #3E3F43;
}

.shortcut_menu {
    background-color: #1BC2FC;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    display: flex;
    border-radius: 16px;
    width: 635px;
    padding: 20px 50px;
    justify-content: space-between;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

    .shortcut_menu .menu a {
        font-size: 26px;
        font-weight: 500;
        color: #FFFFFF;
        transition: .3s ease-in-out;
    }

    .shortcut_menu .menu.active a {
        color: #0565BE;
    }

    .shortcut_menu .menu a:hover {
        color: #0565BE;
    }

.nav_haeder {
    background: linear-gradient( to right, rgba(27, 194, 252,1) 50%, rgba(219, 244, 255, 1) );
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: -16px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    /*-webkit-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
    visibility: hidden;
    width: 100%;
    z-index: 1060;
    height: 83px;
}

    .nav_haeder.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav_haeder .logo_bla {
        padding: 20px 0;
    }

.nav_menu {
    display: flex;
}

    .nav_menu .menu {
        display: flex;
        list-style: none;
        align-items: center;
        margin: 0;
        gap: 30px;
    }

    .nav_menu ul.menu li a {
        font-size: 22px;
        font-weight: 500;
        color: #ffffff;
        transition: all .5s;
        position: relative;
    }

        .nav_menu ul.menu li a.menu-active {
            color: #0565BE;
        }

.nav_link {
    display: flex;
    gap: 5px;
}

    .nav_link img {
        margin-top: -2px;
        transition: .3s;
    }

.img-rotate {
    transform: rotate(180deg);
    transition: .3s;
}

.nav_link img.img-rotate {
    margin-top: 2px;
}

.nav_menu ul.menu li.main_menu > a:after {
    position: absolute;
    bottom: 0;
    left: 0px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #ffffff;
    height: 2px;
    transition: all .5s;
}

.nav_menu ul.menu li.main_menu > a:hover:after {
    width: 100%;
}

.nav_menu .menu .sub_menu {
    background: linear-gradient( to right, rgba(27, 194, 252,1) 50%, rgba(219, 244, 255, 1) );
    color: #fff;
    right: 0;
    top: 67px;
    margin-left: calc(-50vw + 50%);
    min-height: 210px;
    opacity: 0;
    padding: 2rem 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1060;
}

.nav_menu .menu .nav_link.active ~ .sub_menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    border-top: 1px solid #ffffff42;
}

.nav_menu .menu .sub_menu ul {
    list-style: none;
}

.nav_menu ul.menu li.main_menu > a.menu-active:after {
    width: 100%;
    background: #0565BE;
}

.nav_menu .menu .nav_link.menu-active {
    color: #0565BE;
}

.sub_menu_content {
    padding-left: 200px;
}

.sub_menu > .container > ul.main_child_menu {
    padding-left: 150px;
}

.sub_menu_content.col-12 {
    display: flex;
    padding-left: 150px;
    margin-top: 10px;
}

    .sub_menu_content.col-12 ul li {
        margin-top: 10px;
    }


.not_child:not(:first-child) {
    margin-top: 5px;
}

ul.sub_child_menu {
    padding-left: 0;
}

.has_sub {
    width: 320px;
}

.title_sub {
    color: #0565BE;
    font-size: 24px;
    font-weight: 500;
    background: #BBD62B;
    padding: 6px 10px;
}

ul.sub_child_menu {
    padding: 0 10px;
}

.menuToggle {
    display: block;
    position: relative;
    top: 28px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

    .menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    .menuToggle span {
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        margin-bottom: 8px;
        position: relative;
        background: #0565BE;
        border-radius: 3px;
        z-index: 1;
        transform-origin: -7px 3px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

        .menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

    .menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(-45deg) translate(-7px, 6px);
    }

        .menuToggle input:checked ~ span:nth-child(2) {
            transform: rotate(45deg) translate(0, 0);
        }

    .menuToggle input:checked ~ .menuItem {
        transform: none;
    }

.nav-mobile {
    width: 100%;
}

    .nav-mobile.show {
        position: fixed;
    }

.menuItem {
    position: absolute;
    width: 100%;
    min-width: 430px;
    height: calc(100vh + 100px);
    padding-top: 125px;
    background: linear-gradient(rgba(110,213,248,1), rgba(79,208,253,1) 0, rgba(219,244,255,1));
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

    .menuItem > ul {
        padding: 10px 30px;
        height: calc(100% - 45px);
        overflow: auto;
        margin-top: -30px;
    }

        .menuItem > ul > li {
            padding: 10px 0;
            border-bottom: 1px solid #D3F2FF;
        }

            .menuItem > ul > li a {
                font-size: 24px;
                font-weight: 500;
                color: #3E3F43;
                padding: 8px 0;
            }

                .menuItem > ul > li a.active {
                    color: #0565BE;
                }

    .menuItem .sub-menu ul li a {
        display: block;
        font-size: var(--22px);
    }

    .menuItem > ul li {
        list-style: none;
    }

    .menuItem .title-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .menuItem .title-menu .title {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .menuItem .title-menu .title .icon {
                width: 20px;
            }

    .menuItem .sub-menu .main_child_menu {
        padding-left: 30px;
    }

    .menuItem .has_sub {
        margin-left: 30px;
        width: calc(100% - 42px);
    }

    .menuItem ul li .sub-menu {
        visibility: hidden;
        transition: 0.35s ease;
        max-height: 0;
    }

        .menuItem ul li .sub-menu > div {
            margin-top: 5px;
        }

    .menuItem ul li.active .sub-menu {
        visibility: visible;
        max-height: 1000px;
        transition: 1s ease;
    }

    .menuItem ul li.active .close-sub {
        transform: rotate(45deg);
    }

.logo-bla-m {
    width: 100px;
}

.menu--right {
    z-index: 2;
    position: relative;
    background: linear-gradient( to right,rgba(27,194,252,1), rgba(219,244,255,1) 160%);
    padding: 15px 0;
    display: none;
}

    .menu--right .menuToggle {
        position: absolute;
        right: 0;
    }

        .menu--right .menuToggle input {
            right: 20px;
        }

        .menu--right .menuToggle span {
            right: 20px;
        }

    .menu--right .menuItem {
        right: 0;
        margin: -100px 0 0 0;
        transform: translate(100%, 0);
    }

@keyframes text-slide-in {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
/* Home */
.homeContent {
    margin-top: 40px;
}

    .homeContent .section_1 {
        background: linear-gradient( rgba(2, 172, 237, 0.4), rgba(69, 194, 242, 0.38), rgba(69, 194, 242, 0.38), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.33) );
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 60px;
    }

    .homeContent .banner {
        position: relative;
    }

        .homeContent .banner img {
            border-radius: 10px;
            margin-top: -40px;
            margin-left: 20px;
            width: calc(100% - 40px);
            height: 464px;
            object-fit: cover;
        }

    .homeContent .banner-content-mobile .swiper-wrapper {
        margin-bottom: 25px;
    }

    .homeContent .banner_mobile img {
        border-radius: 10px;
        margin-top: 20px;
        width: calc(100%);
    }

.banner-container {
    width: 100%;
}

    .banner-container.swiper {
        overflow-x: clip;
        overflow-y: unset;
    }

    .banner-container .swiper-button-prev::after,
    .banner-container .swiper-button-next::after,
    .thumbnail-container .swiper-button-prev::after,
    .thumbnail-container .swiper-button-next::after {
        content: "";
    }

    .banner-container .swiper-button-prev,
    .thumbnail-container .swiper-button-prev {
        left: 0;
        transform: rotate(-180deg);
        border-radius: 50%;
        background-color: #0565BE;
        height: 40px;
        width: 40px;
    }

    .thumbnail-container .swiper-button-next,
    .banner-container .swiper-button-next {
        right: 0;
        border-radius: 50%;
        background: #0565BE;
        height: 40px;
        width: 40px;
    }

        .banner-container .swiper-button-next.swiper-button-disabled,
        .banner-container .swiper-button-prev.swiper-button-disabled,
        .thumbnail-container .swiper-button-next.swiper-button-disabled,
        .thumbnail-container .swiper-button-prev.swiper-button-disabled {
            background-color: #E3E5E5;
            opacity: 1;
        }

.banner-container-mobile {
    display: none;
}

    .banner-container-mobile .swiper-horizontal > .banner-container-mobile .swiper-pagination-bullets,
    .banner-container-mobile .swiper-pagination-bullets.swiper-pagination-horizontal,
    .banner-container-mobile .swiper-pagination-custom,
    .banner-container-mobile .swiper-pagination-fraction {
        bottom: 0;
        text-align: end
    }

    .banner-container-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0565BE;
    }
/* Home_Section_1 */
.homeContent .section_1_card {
    margin-top: 50px;
}

.homeContent .section_1_card_title {
    font-size: 30px;
    font-weight: 500;
    color: #0565BE;
    text-align: center;
    line-height: 1.2;
}

    .homeContent .section_1_card_title span {
        white-space: nowrap;
    }

.homeContent .blue_indio_card {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .homeContent .blue_indio_card a img {
        transition: .3s ease-in-out;
    }

    .homeContent .blue_indio_card a:hover img {
        transform: scale(1.05);
    }

.homeContent .blue_indio_card_mobile {
    display: none;
}

.homeContent .section_1_card_description {
    margin-top: 20px;
    text-align: center;
}


.section_1_card_description .title {
    font-size: 30px;
    font-weight: 500;
    color: #0565BE;
    line-height: 1.2;
}

    .section_1_card_description .title span {
        white-space: nowrap;
    }

.section_1_card_description .des {
    font-size: 26px;
    color: #3E3F43;
    line-height: 1.2;
}


    .section_1_card_description .des.des-mobile {
        display: none;
    }

    .section_1_card_description .des span {
        white-space: nowrap;
    }

.more-btn {
    transition: .3s;
    cursor: pointer;
}

    .more-btn.active {
        transition: transform .3s;
        transform: rotate(180deg);
        margin-top: 10px;
    }

.levels-container {
    padding-inline: 40px;
}

.level-box {
    text-align: center;
    padding: 20px 0;
}

.level-title {
    font-size: var(--30px);
    font-weight: bold;
    color: var(--color-bla-blue);
}

.level-description {
    font-size: var(--24px);
    color: var(--color-text);
}

.section_1_card_description .remark {
    font-size: var(--24px);
    color: var(--color-text);
    display: flex;
    justify-content: flex-end;
}
/* Home Privilege */
.homeContent .privilege {
    background-color: #F2F2F5;
}

.privilege {
    padding: 50px 0;
}

    .privilege .privilege_title {
        font-size: var(--30px);
        font-weight: 500;
        color: #0565BE;
    }

    .privilege .privilege_desc {
        font-size: var(--28px);
        color: #3C3D3E;
        line-height: 1.2;
    }

.homeContent .privilege .privilege_desc {
    font-size: var(--28px);
    color: #3C3D3E;
    line-height: 1.2;
}

.privilege_cards {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

    .privilege_cards .privilege_card {
        width: 285px;
        margin-top: 20px;
    }

        .privilege_cards .privilege_card .privilege_thumbnail_wrap {
            position: relative;
        }

            .privilege_cards .privilege_card .privilege_thumbnail_wrap .thumbnail_full_code {
                position: absolute;
                border-radius: 16px;
            }

        .privilege_cards .privilege_card .img_privilege {
            width: 285px;
            height: 285px;
            border-radius: 16px;
            border: 1px solid #EDEDED;
        }

        .privilege_cards .privilege_card .card_title {
            font-size: 28px;
            font-weight: 500;
            color: #0565BE;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
        }

        .privilege_cards .privilege_card .card_description {
            font-size: 22px;
            font-weight: 400;
            color: #3C3D3E;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            min-height: 42px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            line-height: 1.2;
        }

        .privilege_cards .privilege_card .card_expiration {
            font-size: 22px;
            color: #3C3D3E;
        }

        .privilege_cards .privilege_card .card_categorys {
            margin-top: 10px;
            display: flex;
            gap: 10px;
        }

        .privilege_cards .privilege_card .card_category {
            width: 64px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 22px;
            border: 1px solid #E3E5E5;
            background-color: #ffff;
        }

            .privilege_cards .privilege_card .card_category img.welcome {
                width: 46px;
            }

            .privilege_cards .privilege_card .card_category img.blue {
                width: 34px;
                height: 14px;
            }

            .privilege_cards .privilege_card .card_category img.indigo {
                width: 42px;
                height: 16px;
            }

.more_privivilege {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

    .more_privivilege .more,
    .more_privivilege .more a {
        font-size: 26px;
        font-weight: 500;
        color: #0565BE;
        cursor: pointer;
    }

        .more_privivilege .more img.rotate {
            transform: rotate(90deg);
            vertical-align: unset;
        }

.footer-privilege-desktop {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
    gap: 20px;
}

    .footer-privilege-desktop p {
        font-size: 28px;
        color: #3C3D3E;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 0;
    }

        .footer-privilege-desktop p span {
            font-size: 40px;
            font-weight: 500;
            color: #0565BE;
        }

.footer-privilege-mobile {
    display: none;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    gap: 20px;
}

    .footer-privilege-mobile p {
        font-size: 22px;
        color: #3C3D3E;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 0;
    }

        .footer-privilege-mobile p span {
            font-size: 30px;
            color: #0565BE;
        }

    .footer-privilege-mobile img {
        max-width: 60px;
    }

/* Thumbnail */
.thumbnail-container.swiper {
    overflow: visible;
}

.thumbnail-container .swiper-button-prev::after,
.thumbnail-container .swiper-button-next::after {
    content: "";
}

.thumbnail-container .swiper-button-prev {
    left: -20px;
    transform: rotate(-180deg);
    border-radius: 50%;
    background-color: #1BC2FC;
    height: 40px;
    width: 40px;
}

.thumbnail-container .swiper-button-next {
    right: -20px;
    border-radius: 50%;
    background: #1BC2FC;
    height: 40px;
    width: 40px;
}

    .thumbnail-container .swiper-button-next.swiper-button-disabled,
    .thumbnail-container .swiper-button-prev.swiper-button-disabled {
        background-color: #E3E5E5;
        opacity: 1;
    }

.homeContent .thumbnail {
    background-color: #FBFBFB;
    padding: 50px 0;
}

    .homeContent .thumbnail .thumbnail_head_title {
        font-size: 30px;
        font-weight: 500;
        color: #0565BE;
    }

    .homeContent .thumbnail .thumbnail_desc {
        font-size: 26px;
        color: #3C3D3E;
        line-height: 1.2;
    }

    .homeContent .thumbnail .thumbnail_cards {
        display: flex;
        /*overflow-x: auto;*/
        gap: 20px;
        margin-top: 20px;
    }

    .homeContent .thumbnail .thumbnail_card img {
        border-radius: 16px 16px 0 0;
        width: 100%;
    }

    .homeContent .thumbnail .thumbnail_cards::-webkit-scrollbar {
        display: none;
    }

    .homeContent .thumbnail .card_box {
        background-color: #ffffff;
        padding: 10px;
        border-radius: 0 0 16px 16px;
    }

        .homeContent .thumbnail .card_box .desc {
            font-size: 24px;
            color: #0565BE;
            line-height: 1;
        }

            .homeContent .thumbnail .card_box .desc span {
                color: #3C3D3E;
            }

.thumbnail-container {
    margin-top: 20px;
}

.thumbnail_card.swiper-slide {
    width: 325px !important;
}

.homeContent .banner_bottom {
    background: linear-gradient( rgba(251, 251, 251, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(183, 231, 250, 0.36) );
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

    .homeContent .banner_bottom .contact_bla {
        text-align: center;
        margin-top: 50px;
    }

        .homeContent .banner_bottom .contact_bla .title_contact {
            font-size: 30px;
            font-weight: 500;
            color: #0565BE;
            line-height: 1.2;
        }

        .homeContent .banner_bottom .contact_bla .social_contact {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

.homeContent .download_app_manual {
    margin-top: 25px;
    display: flex;
    gap: 30px;
}

    .homeContent .download_app_manual .download_app {
        background-color: #DBF4FF;
        padding: 30px 40px;
        width: 450px;
        height: 230px;
        display: flex;
        gap: 15px;
    }

        .homeContent .download_app_manual .download_app .app_icon {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }

        .homeContent .download_app_manual .download_app img {
            width: 90px;
        }

            .homeContent .download_app_manual .download_app img.happylife_logo {
                width: 128px;
                height: 128px;
            }

        .homeContent .download_app_manual .download_app p {
            line-height: 28px;
        }

        .homeContent .download_app_manual .download_app p,
        .homeContent .download_app_manual .download_manual p {
            font-size: 26px;
            font-weight: 500;
            color: #3C3D3E;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .homeContent .download_app_manual .download_app .btn,
        .homeContent .download_app_manual .download_manual .btn {
            color: #ffffff;
            background-color: #0565BE;
            font-size: 22px;
            font-weight: 500;
            border-radius: 50px;
            cursor: pointer;
            padding: 7px 22px;
            width: 169px;
        }

            .homeContent .download_app_manual .download_app .btn a,
            .homeContent .download_app_manual .download_manual .btn a {
                text-decoration: none;
                color: inherit;
            }

    .homeContent .download_app_manual .download_manual {
        background-color: #DBF4FF;
        width: 725px;
        height: 230px;
        position: relative;
        padding: 40px 105px 40px 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: flex-end;
    }

        .homeContent .download_app_manual .download_manual img {
            max-width: 235px;
            position: absolute;
            left: 40px;
            bottom: 0;
        }

        .homeContent .download_app_manual .download_manual .btn {
            margin-right: 50px;
        }

.footer {
    background-color: #F2F2F5;
    padding: 20px 0;
}

    .footer > .container {
        position: relative;
    }

.back-to-top {
    position: absolute;
    top: -44px;
    right: 0;
    cursor: pointer;
    z-index: 2;
}

.footer-mobile {
    display: none;
}

.nav_footer {
    display: flex;
    gap: 30px;
}

    .nav_footer a {
        font-size: 22px;
        color: #3E3F43;
    }

        .nav_footer a.active,
        .nav_footer a:hover {
            color: #0565BE;
        }

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

    .footer_bottom .social {
        display: flex;
        gap: 10px;
        margin: 5px 0;
    }

        .footer_bottom .social img {
            width: 32px;
        }

    .footer_bottom .policy {
        font-size: 20px;
        color: #5A5755;
    }

        .footer_bottom .policy a {
            color: #5A5755;
        }

.nav-footer-mobile {
    padding: 0 20px;
}

    .nav-footer-mobile ul {
        padding-left: 0;
    }

        .nav-footer-mobile ul li.active {
            border-bottom: 1px solid #bcbcbc70;
        }


            .nav-footer-mobile ul li.active .box-menu {
                border-bottom: 0;
            }

    .nav-footer-mobile .box-menu {
        padding: 10px 0;
        border-bottom: 1px solid #bcbcbc70;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        color: #3C3D3E;
    }

        .nav-footer-mobile .box-menu.active {
            color: #0565BE;
        }

        .nav-footer-mobile .box-menu img {
            transition: .3s;
        }

.img-rotate-45 {
    transform: rotate(45deg);
    transition: .3s;
}

.nav-footer-mobile ul li {
    list-style: none;
}

    .nav-footer-mobile ul li a,
    .policy-mobile a {
        color: #3C3D3E;
        font-size: 18px;
    }

        .nav-footer-mobile ul li a.active {
            color: #0565BE;
        }

    .nav-footer-mobile ul li .submenu {
        visibility: hidden;
        transition: 0.35s ease;
        overflow: hidden;
        max-height: 0;
        margin-left: 20px;
    }

    .nav-footer-mobile ul li.active .submenu {
        visibility: visible;
        max-height: 1000px;
        margin-bottom: 16px;
    }

.nav-footer-mobile .submenu li a {
    display: block;
    padding: 6px 0;
}

.nav-footer-mobile .sub_child_menu {
    margin-left: 20px;
    padding: 5px 0;
}

.nav-footer-mobile .title_sub {
    font-size: 18px;
}

.nav-footer-mobile .has_sub {
    width: 100%;
}

.policy-mobile {
    display: flex;
    flex-direction: column;
}

.footer-mobile-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

    .footer-mobile-bottom .social {
        display: flex;
        align-items: center;
        gap: 10px
    }

        .footer-mobile-bottom .social p {
            margin-bottom: 0;
            color: #0565BE;
            font-size: 22px;
            font-weight: 500;
        }

.text-footer {
    color: #5A5755;
    font-size: 15px;
}

.tel_logo {
    display: flex;
    gap: 20px;
}

    .tel_logo .tel {
        font-size: 32px;
        font-weight: 500;
        color: #0565BE;
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .tel_logo .tel a {
            color: #0565BE;
        }

.copyright {
    font-size: 20px;
    color: #5A5755;
}

/*Privilege Page*/
.privilege.privilege_page {
    background: #FBFBFB;
    padding-top: 0;
}

.privilege_category {
    background: #ffffff;
    padding: 60px 0 20px 0;
}

    .privilege_category .category_header {
        font-size: 30px;
        font-weight: 500;
        color: #0565BE;
    }

    .privilege_category .category_desc {
        font-size: 24px;
        color: #3C3D3E;
        line-height: 1.25;
    }

.categories.swiper .swiper-wrapper {
    margin-bottom: 20px;
}

.categories-sticky.swiper .swiper-wrapper {
    margin-bottom: 20px;
}

.privilege_page .swiper-scrollbar-drag {
    background: #c1c1c1;
}

.privilege_page .swiper-scrollbar {
    background: #F2F2F5;
}

.categories {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.categories-sticky {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.categories .category {
    width: 90px;
    cursor: pointer;
}

.categories-sticky .category {
    width: 90px;
    cursor: pointer;
}

.category .category_icon {
    background: #F2F2F5;
    border-radius: 50%;
    height: 90px;
    display: flex;
    transition: .3s ease-in-out;
}

.categories-sticky .category .category_icon {
    background-color: transparent;
}

.category .category_icon img {
    display: block;
    margin: auto;
    max-width: 60%;
    max-height: 60%;
}


.category.active .category_icon {
    background: #0565BE;
    transition: .3s ease-in-out;
}

.category .category_title {
    margin-top: 5px;
    text-align: center;
    color: #3C3D3E;
    font-size: 24px;
    transition: .3s ease-in-out;
    line-height: 1.2;
}

.category.active .category_title {
    color: #0565BE;
    transition: .3s ease-in-out;
}

.content_privilege {
    margin-top: 20px;
    margin-bottom: 20px;
}

.paginations {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 40px;
}

    .paginations a {
        cursor: pointer;
    }

        .paginations a.show svg path {
            stroke: #0565BE;
            cursor: pointer;
        }

        .paginations a.disable {
            pointer-events: none;
        }

            .paginations a.disable svg path {
                stroke: #3E3F43;
            }

        .paginations a.pageNumber {
            color: #3E3F43;
            font-size: 26px;
            background-color: transparent;
            border-radius: 50%;
            display: flex;
            width: 32px;
            height: 32px;
            justify-content: center;
            align-items: center;
        }

            .paginations a.pageNumber.active {
                color: #FFFFFF;
                background-color: #0565BE
            }

.category-sticky {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 0;
    max-height: 0;
}

    .category-sticky.sticky {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        position: fixed;
        z-index: 2;
        top: 83px;
        max-height: 100%;
    }

.opacity-0 {
    opacity: 0;
}

/*Privelege Detail*/
.privilege_detail {
    padding-top: 70px;
    padding-bottom: 20px;
    background: #FBFBFB;
}

.header_content {
    display: flex;
    justify-content: space-between;
}

.privilege_name_desc {
    line-height: 1.2;
}

    .privilege_name_desc .privilege_name {
        font-size: 30px;
        color: #0565BE;
        font-weight: 500;
    }

    .privilege_name_desc .privilege_desc {
        font-size: 22px;
        color: #3C3D3E;
        font-weight: 500;
    }

.privilege_detail .privilege_tag .card_categorys {
    display: flex;
    gap: 10px;
}

    .privilege_detail .privilege_tag .card_categorys .card_category {
        width: 64px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        border: 1px solid #E3E5E5;
        background-color: #ffff;
    }

.privilege_detail .img_banner img {
    width: 100%;
    border-radius: 16px;
}

.privilege_detail .text_content {
    margin-top: 20px;
}

.privilege-detail-d h2 {
    color: #3C3D3E;
    font-size: 28px;
}

.privilege-detail-d h3 {
    color: #0565BE;
    font-size: 26px;
}

.privilege-detail-d p,
.privilege-detail-d ul li,
.privilege-detail-d ol li {
    color: #3C3D3E;
    font-size: 22px;
}

.privilege-detail-d ul,
.privilege-detail-d ol {
    padding-left: 18px;
    line-height: 1.2;
}

.privilege-detail-m h2 {
    color: #3C3D3E;
    font-size: 24px;
}

.privilege-detail-m h3 {
    color: #0565BE;
    font-size: 22px;
}

.privilege-detail-m p,
.privilege-detail-m ul li,
.privilege-detail-m ol li {
    color: #3C3D3E;
    font-size: 20px;
}

.privilege-detail-m ul,
.privilege-detail-m ol {
    padding-left: 16px;
    line-height: 1.2;
}

.privilege_banner_content {
    position: relative;
    margin-top: 10px;
}

    .privilege_banner_content .slide_full_code {
        position: absolute;
        z-index: 999;
        border-radius: 14px;
        width: 100%;
        height: 100%;
    }

.detail_content .btn_more {
    background: #0565BE;
    border-radius: 33px;
    text-align: center;
    cursor: pointer;
    border: 0;
    width: 160px;
    padding: 8px 15px;
    margin: 20px 0;
}

    .detail_content .btn_more a {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
    }

.privilege-detail-m {
    display: none;
}

.box-content-m {
    z-index: 1;
    position: relative;
    padding: 20px;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    margin-top: 20px;
    background: #ffffff;
}

    .box-content-m .privilege-name {
        font-size: 26px;
        font-weight: 500;
        color: #0565BE;
    }

    .box-content-m .privilege-desc {
        font-size: 20px;
        font-weight: 500;
        color: #3C3D3E;
    }

    .box-content-m .card_categorys {
        display: flex;
        gap: 10px;
    }

    .box-content-m .card_category {
        width: 64px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        border: 1px solid #E3E5E5;
        background-color: #ffff;
    }

    .box-content-m .btn--more {
        display: flex;
        justify-content: center;
    }

    .box-content-m .btn_more {
        background: #0565BE;
        border-radius: 33px;
        text-align: center;
        cursor: pointer;
        border: 0;
        width: 160px;
        padding: 8px 15px;
    }

        .box-content-m .btn_more a {
            color: #fff;
            font-size: 22px;
            font-weight: 500;
        }

.privilege-app {
    margin-top: 40px;
    position: relative;
    max-width: 600px;
    width: 100%;
    height: 150px;
    background: #DBF4FF;
    border-radius: 16px;
    padding-top: 30px;
    padding-left: 50px;
}

    .privilege-app.mobile {
        margin-top: 80px;
        max-width: unset;
        height: 130px;
        border-radius: 0;
        padding-top: 40px;
    }

    .privilege-app h2 {
        font-size: 40px;
        font-weight: 500;
        color: #0565BE;
        margin-bottom: 0;
    }

    .privilege-app.mobile h2 {
        font-size: 30px;
    }

    .privilege-app p {
        font-size: 28px;
        color: #3C3D3E
    }

    .privilege-app.mobile p {
        font-size: 26px;
    }

    .privilege-app .img-privilege-app {
        position: absolute;
        right: 15px;
        bottom: 25px;
    }

    .privilege-app.mobile .img-privilege-app {
        right: 50px;
        bottom: 65px;
    }

        .privilege-app.mobile .img-privilege-app img {
            width: 140px;
        }
/*Welcome*/
#welcome-page .blue-page .header-section {
    background: radial-gradient(circle, #e2e2e220 0%, #fbfbfb 100%)
}

/* Blue Card */
.blue-page {
    background: #FBFBFB;
}

    .blue-page .header-section {
        padding-top: 60px;
        padding-bottom: 50px;
        background-image: url(../images/blue/BlueGredient.png);
        background-repeat: no-repeat;
        background-position: center;
    }

        .blue-page .header-section .header-title {
            font-size: 42px;
            font-weight: bold;
            color: #00A1ED;
            text-align: center;
        }

        .blue-page .header-section .blue-logo,
        .blue-page .header-section .img-card {
            display: flex;
            justify-content: center;
        }


        .blue-page .header-section .img-card {
            margin-top: 25px;
            margin-left: 50px;
        }

            .blue-page .header-section .img-card img {
                width: 100%;
                max-width: 378px;
            }

        .blue-page .header-section .header-description {
            font-size: 26px;
            color: #3E3F43;
            line-height: 1.2;
            text-align: center;
            margin-top: 20px;
        }

            .blue-page .header-section .header-description.header-description-mobile {
                display: none;
            }

            .blue-page .header-section .header-description span {
                color: #00A1ED;
            }

.box-status-level {
    margin: 0 30px;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 50px 90px;
}

    .box-status-level .header-title {
        font-size: 30px;
        font-weight: 500;
        color: #00A1ED;
        text-align: center;
        line-height: 1.2;
    }

.level-card {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.status-card {
    margin-top: 20px;
}

    .status-card img {
        width: 100%;
        max-width: 200px;
        filter: drop-shadow(1px 1px 4px #999999)
    }

#welcome-page .status-card img {
    max-width: 300px;
}

.status-text-box {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.status-name {
    font-size: 21px;
    font-weight: 500;
    color: #0565BE;
}

.underline-green {
    width: 130px;
    height: 1px;
    border: 1px solid #BFCE18;
    margin: 3px 0;
}

.sale {
    font-size: 21px;
    color: #3E3F43;
}

    .sale span {
        color: #0565BE;
        font-weight: 500;
    }

.status-level-description {
    line-height: 1.2;
    margin-top: 40px;
}

.text-description .text-custom-wrap {
    white-space: nowrap;
}

.text-description,
.status-level-description ul li,
.status-level-description ol li {
    font-size: 20px;
    color: #3E3F43;
}

.status-level-description ul,
.status-level-description ol {
    padding-left: 18px;
}

.member-check {
    background-color: #DBF4FF;
    border-radius: 10px;
    text-align: center;
    padding: 25px 15px;
    max-width: 760px;
    width: 100%;
    margin-top: 50px;
    margin-inline: auto;
}

#welcome-page .member-check {
    background-color: #D3F2FF;
}

.member-check p {
    color: #3C3D3E;
    font-size: 26px;
    font-weight: 500;
}

.member-check .btn {
    color: #ffffff;
    background-color: #0565BE;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    padding: 7px 22px;
}

    .member-check .btn a {
        text-decoration: none;
        color: inherit;
    }

.customer-benefits-section {
    margin-top: 50px;
    padding-bottom: 50px;
}

.customer-benefits {
    padding-inline: 120px;
}

    .customer-benefits .header-title {
        font-size: 30px;
        font-weight: 500;
        color: #0565BE;
    }

.customer-benefits-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.benefits-card {
    max-width: 285px;
    width: 100%;
    cursor: pointer;
    border-radius: 16px;
    background: #00a1ed;
}

#welcome-page .benefits-card {
    background: #D3F2FF;
}

.benefits-img-wrapper {
    width: 100%;
    height: 255px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.benefits-img {
    max-width: 285px;
    width: 100%;
    height: 255px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px 16px 0 0;
    transition: transform 0.5s ease;
}

.benefits-card:hover .benefits-img {
    transform: scale(1.1);
}

.text-box-1 {
    display: flex;
    gap: 10px;
    align-items: baseline;
    background-image: linear-gradient(to right,rgba(57,177,234,1), rgba(117,197,234,0.9) 100%, rgba(178,217,235,0.8));
    padding: 10px 15px;
}

#welcome-page .text-box-1 {
    background-image: linear-gradient(to right,rgba(221,242,255), rgba(219,244,255), rgba(236,245,252));
}

.text-box-1 .text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.text-box-1 .icon img {
    max-width: unset;
}

#welcome-page .text-box-1 .text {
    color: #3C3D3E;
}

.text-box-2 {
    background: #00A1ED;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 20px 10px 10px;
    border-radius: 0 0 16px 16px;
}

#welcome-page .text-box-2 {
    background: #D3F2FF;
    color: #3C3D3E;
}

.text-box-2 ul li {
    line-height: 1.2;
}

.download-blue,
.download-indigo {
    background-color: #DBF4FF;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 375px;
    width: 100%;
    margin-inline: auto;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

#welcome-page .download-blue {
    background-color: #F2F2F2;
}

.download-blue img,
.download-indigo img {
    width: 100%;
    max-width: 155px;
    position: absolute;
    left: 0;
}

.download-blue h1,
.download-indigo h1 {
    font-size: 26px;
    font-weight: 500;
    color: #0565BE;
    margin-left: 85px;
}

.download-blue .btn,
.download-indigo .btn {
    color: #ffffff;
    background-color: #0565BE;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    padding: 7px 22px;
    margin-left: 30px;
}

.download-blue.en .btn {
    margin-left: 80px;
}

.download-blue.welcome.en .btn {
    margin-left: 85px;
}

    .download-blue .btn a,
    .download-indigo .btn a {
        text-decoration: none;
        color: inherit;
    }

.backdrop.gray-bd {
    background-color: rgba(209, 219, 228, 0.93);
    left: 0;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    padding: 48px 0;
    display: none;
    align-items: center;
    justify-content: center;
}

    .backdrop.gray-bd.active {
        display: flex;
    }

body.overflow-hidden-active {
    overflow: hidden;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}


.modal__backdrop {
    background: rgba(211, 242, 255, .95);
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal__container {
    background: #fff;
    border-radius: 20px;
    max-width: 100%;
    margin: 50px auto;
    padding: 40px 45px 45px;
    width: 580px;
    position: relative;
    overflow-y: auto;
}

.hospital-modal {
    display: flex;
    flex-direction: column;
}

.close-button {
    appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 32px;
    color: #000;
    border: none;
    background: transparent;
}

.hospital-modal .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
}

.hospital-modal .modal-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.modal-head .phone {
    font-size: var(--26px);
    color: var(--color-bla-blue);
    font-weight: 500;
    margin-top: 5px;
}

    .modal-head .phone a {
        color: var(--color-bla-blue);
    }

    .modal-head .phone::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 10px;
        vertical-align: middle;
        background-image: url(../images/everycare/telemedplus/icons/phone.svg);
    }



.hospital-modal .logo {
    max-width: 180px;
    max-height: 120px;
    object-fit: contain;
    object-position: 0% 0%;
}

.hospital-modal .title {
    margin-top: 0.25em;
    margin-bottom: 1em;
}

.hospital-modal h4 {
    margin-bottom: 0;
}



.hospital-modal .scroll-content {
    overflow-y: auto;
}

.hospital-modal .contact {
    border-top: 1px solid #DDD;
    padding: 10px 0 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

    .hospital-modal .contact p {
        margin-bottom: 0.5rem;
    }

    .hospital-modal .contact.phone {
        border: none;
    }
    /*
    .hospital-modal .contact a{
         color: var(--color-text); 
    }
    */

    .hospital-modal .contact::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 10px;
        vertical-align: middle;
    }

    .hospital-modal .contact.phone::before {
        background-image: url(../images/everycare/telemedplus/icons/phone.svg);
    }

    .hospital-modal .contact.line::before {
        background-image: url(../images/everycare/telemedplus/icons/line.png);
    }

    .hospital-modal .contact.fb::before {
        background-image: url(../images/everycare/telemedplus/icons/facebook.png);
    }

    .hospital-modal .contact.website::before {
        background-image: url(../images/everycare/telemedplus/icons/website.png);
    }

    .hospital-modal .contact.app::before {
        background-image: url(../images/everycare/telemedplus/icons/app.svg);
    }

.hospital-modal .qr {
    max-width: 100px;
    margin-left: 45px;
    display: inline-block;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

    .modal__container {
        background: #fff;
        border-radius: 20px;
        max-width: 100%;
        margin: 15px auto;
        padding: 15px 15px;
        width: calc( 100% - 30px );
    }

    .hospital-modal .close-button {
        position: absolute;
        top: 0px;
        right: 10px;
    }

        .hospital-modal .close-button img {
            width: 16px;
            height: 16px;
        }

    .hospital-modal .contact {
        padding: 10px 0 10px;
    }
}


/* PRE AUTHORIZATION */


.pre-table {
    width: 100%;
    font-size: 22px;
    margin: 10px 0 20px;
}

    .pre-table td,
    .pre-table th {
        vertical-align: top;
        line-height: 1em;
    }

    .pre-table th {
        padding: 5px 0;
    }

    .pre-table tr th:first-child {
        width: 30px;
    }

    .pre-table tr th:nth-child(2) {
        text-align: left;
    }

    .pre-table tr th:nth-child(3) {
        min-width: 100px;
    }

    .pre-table tr th:nth-child(4) {
        text-align: right;
        min-width: 100px;
    }


    .pre-table tbody td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pre-table tr {
        border-top: 0.5px solid #DDD;
        border-bottom: 0.5px solid #DDD;
        background-color: transparent !important;
    }

        .pre-table tr td:first-child {
            text-align: right;
            width: 30px;
            padding-right: 10px;
        }

        .pre-table tr td:nth-child(2) {
            text-align: left;
        }

        .pre-table tr td:nth-child(3) {
            text-align: center;
            padding-left: 5px
        }

        .pre-table tr td:nth-child(4) {
            text-align: right;
            padding-left: 5px;
        }

@media screen and (max-width: 767px) {


    .pre-table {
        font-size: 20px;
    }

        .pre-table thead {
            display: none;
        }

        .pre-table tbody tr {
            display: grid;
            grid-template-columns: 30px 1fr 1fr;
        }

            .pre-table tbody tr td:nth-child(2) {
                grid-column: 2 / 4;
            }

            .pre-table tbody tr td:nth-child(3) {
                grid-column: 2;
                grid-row: 2;
                text-align: left;
                padding-left: 0;
            }

            .pre-table tbody tr td:nth-child(4) {
                grid-column: 3;
                grid-row: 2;
            }
}



.modals {
    width: 90%;
    max-width: 418px;
    display: none;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

    .modals.active {
        display: block;
    }

    .modals .modal-header {
        padding: 0;
        align-items: baseline;
        border-bottom: 0;
    }

        .modals .modal-header h1 {
            font-size: 24px;
            color: #0565BE;
        }

            .modals .modal-header h1 span {
                color: #3C3D3E;
                font-weight: 400;
            }

                .modals .modal-header h1 span.blue {
                    color: #0565BE;
                }

    .modals .btn {
        font-weight: 500;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
    }

    .modals .close-btn {
        border-radius: 50%;
        height: 20px;
        overflow: hidden;
        position: absolute;
        right: 16px;
        text-indent: 999rem;
        width: 20px;
    }

        .modals .close-btn:before,
        .modals .close-btn:after {
            content: "";
            background-color: #00479a;
            display: block;
            height: 2px;
            left: 3.2px;
            margin-top: -1.5px;
            position: absolute;
            top: 50%;
            right: 3.2px;
        }

        .modals .close-btn:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .modals .close-btn:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.modal-content {
    border: 0;
    max-height: 500px;
    overflow: auto;
    margin-bottom: 20px;
    padding-right: 5px;
}

    .modal-content::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .modal-content::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .modal-content::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #CCCCCC;
    }

    .modal-content p {
        color: #3C3D3E;
        font-size: 20px;
        line-height: 1.2;
    }

        .modal-content p.blue-strong {
            color: #0565BE;
            font-weight: 500;
            line-height: 1.2;
        }

    .modal-content .blue {
        color: #0565BE;
    }

    .modal-content .small {
        font-size: 17px;
    }

    .modal-content .medium {
        font-weight: 500;
    }

    .modal-content .nomal {
        font-weight: 400;
    }

.modals ul li {
    font-size: 20px;
    color: #3C3D3E;
    line-height: 1.2;
}

.modals ul {
    padding-left: 20px
}

.modals .btn-more {
    background-color: #0565BE;
    border-radius: 33px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    padding-inline: 32px;
}

    .modals .btn-more a {
        color: inherit;
    }

/* Indigo Card */

.indigo-page {
    background: #FBFBFB;
}

    .indigo-page .header-section {
        padding-top: 60px;
        padding-bottom: 50px;
        background-image: url(../images/indigo/IndigoGredient.png);
        background-repeat: no-repeat;
        background-position: center;
    }

        .indigo-page .header-section .header-title {
            font-size: 42px;
            font-weight: bold;
            color: #0057A8;
            text-align: center;
        }

        .indigo-page .header-section .indigo-logo,
        .indigo-page .header-section .img-card {
            display: flex;
            justify-content: center;
        }


        .indigo-page .header-section .img-card {
            margin-top: 25px;
            margin-left: 50px;
        }

            .indigo-page .header-section .img-card img {
                width: 100%;
                max-width: 378px;
            }

        .indigo-page .header-section .header-description {
            font-size: 26px;
            color: #3E3F43;
            line-height: 1.2;
            text-align: center;
            margin-top: 20px;
        }

            .indigo-page .header-section .header-description.header-description-mobile {
                display: none;
            }

            .indigo-page .header-section .header-description span {
                color: #0057A8;
            }

    .indigo-page .box-status-level .header-title {
        color: #0057A8;
    }

    .indigo-page .customer-benefits-cards {
        gap: 15px;
    }

    .indigo-page .customer-benefits {
        padding-inline: 30px;
    }

    .indigo-page .benefits-card {
        max-width: 348px;
        position: relative;
        background: linear-gradient( to right, rgba(5, 101, 190) 25%, rgba(117, 197, 234), rgba(5, 101, 190));
    }

    .indigo-page .benefits-img {
        max-width: 348px;
        height: 100%;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .indigo-page .benefits-img-wrapper {
        width: 348px;
        height: 196px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .indigo-page .text-box {
        background: linear-gradient( to right, rgba(5, 101, 190) 25%, rgba(117, 197, 234), rgba(5, 101, 190));
        width: 100%;
        display: flex;
        align-items: baseline;
        gap: 10px;
        padding: 10px 15px;
        border-radius: 0 0 16px 16px;
    }

        .indigo-page .text-box .icon img {
            max-width: 38px;
        }

        .indigo-page .text-box .text {
            color: #ffffff;
            font-size: 22px;
            font-weight: 500;
            line-height: 1.2;
        }

.benefits-table-section {
    padding-inline: 30px;
    margin-top: 60px;
    max-width: 930px;
    margin-inline: auto;
}

    .benefits-table-section .remark {
        margin-block: 30px;
    }

    .benefits-table-section .header-title {
        font-size: 30px;
        font-weight: 500;
        color: #0565BE;
        text-align: center;
        line-height: 1.2;
    }

.table-condition-landing {
    margin-top: 10px;
}

.image-swipe-table {
    display: none;
}

/*.table-condition-landing table {
    width: 100%;
    table-layout: fixed;
}

    .table-condition-landing table thead tr {
        text-align: center;
        line-height: 1.3em;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #b6daff;
    }

        .table-condition-landing table thead tr .title-blue {
            background-color: #0057a8;
            color: #ffffff;
            font-size: 20px;
            border-right-style: solid;
            border-right-width: 1px;
            border-right-color: #ffffff;
            font-weight: 500;
        }

.title-blue {
    background-color: #0057a8;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.title-yellow {
    color: #ECB116;
}

.subtitle-table {
    font-size: 18px;
    font-weight: 400;
    color: #0057a8;
    line-height: 0.8em;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e8eaec;
    border-right-color: #FFF;
    background-color: #dbf1f9;
    padding: 6px 2px;
}

tr:nth-child(odd) .subtitle-table {
    background-color: #f0fbff;
}

.table-condition-landing table thead th {
    padding: 8px 4px;
}


.table-condition-landing table tbody tr {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #badafb;
}

.table-condition-landing table tbody th {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #bddeff;
}

.table-condition-landing table tbody td {
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #9ecfff;
    line-height: 1em;
}

    .table-condition-landing table tbody td .checked {
        color: #0057a8;
    }

    .table-condition-landing table tbody td.title-yellow .checked {
        color: #ECB116;
    }

tr:nth-child(even) {
    background-color: #f7f7f7;
}

.table-condition-landing table tbody td:last-of-type {
    border: none;
}

.benefits-table-section p {
    font-size: 20px;
    color: #3E3F43;
    margin-top: 10px;
}*/

.table-condition-landing table {
    width: 100%;
    /*table-layout: fixed;*/
    min-width: 930px
}

    .table-condition-landing table tbody {
        border: 2px solid #131B7F;
    }

    .table-condition-landing table thead th {
        padding: 8px 4px;
    }

    .table-condition-landing table tbody td {
        color: #131B7F;
        line-height: 1em;
        font-size: 18px;
    }

        .table-condition-landing table tbody td .checked {
            color: #131B7F;
        }

    .table-condition-landing table tbody tr .list-in-table {
        line-height: 1em;
        color: #00b4f1;
    }

    .table-condition-landing table thead tr {
        text-align: center;
        line-height: 1.3em;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #b6daff;
        border: 0px;
    }

    .table-condition-landing table tbody tr.border-bt {
        border-bottom: 2px solid #131B7F;
    }

    .table-condition-landing table tbody td {
        text-align: center;
        border-right: 2px solid #131B7F;
    }

    .table-condition-landing table tbody th {
        border-right: 2px solid #131B7F;
    }

tr:nth-child(odd) {
    background-color: #e7e7e8;
}

.indigo-benefit-table tr:nth-child(odd) {
    background-color: transparent;
}

.text-link {
    text-decoration: underline;
    color: #242424;
}

    .text-link:hover {
        text-decoration: none;
    }

.table-condition-landing table thead tr .new-title-blue {
    background-color: #131B7F;
    border-radius: 12px 12px 0 0;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.title-blue {
    background-color: #0057a8;
    color: #ffffff;
    font-size: 20px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #ffffff;
    font-weight: 500;
    line-height: 1em;
}

.table-condition-landing table tbody tr .main-title {
    background-color: #ffffff;
    color: #131B7F;
    font-size: 20px;
    border-right: 2px solid #131B7F;
    border-bottom: 2px solid #131B7F;
    font-weight: 500;
    line-height: 1em;
    padding: 10px;
    text-align: center;
}

.main-title span {
    font-weight: 400;
}

.title-white {
    background-color: #ffffff;
}

.subtitle-table {
    font-size: 18px;
    font-weight: 400;
    color: #131B7F;
    line-height: 0.8em;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #e8eaec;
    border-right-color: #FFF;
    padding: 10px;
}

.gold {
    color: #ecb116 !important;
}

    .gold .checked {
        color: #ecb116 !important;
    }

.subtitle-table {
    text-align: left;
}

.icon-table-indigo {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .icon-table-indigo img {
        max-width: 25px;
        width: auto;
        max-height: 25px;
    }

.personalized-privilege {
    max-width: 930px;
    margin-inline: auto;
}

    .personalized-privilege .header {
        text-align: center;
        position: relative;
    }

.blue-heart {
    max-width: 88px;
    max-height: 73px;
    position: absolute;
    top: 0;
    transform: translate(50%, -50%);
    right: 28%;
}

.personalized-privilege .header h2 {
    font-size: 36px;
    font-weight: 500;
    color: #3E3F43;
    line-height: 1.1em;
    margin-top: 80px;
}

.personalized-privilege .header h3 {
    font-size: 30px;
    font-weight: 400;
    color: #3E3F43;
    line-height: 1.1em;
    margin: 10px 0 0 0;
}

.receive-gift h1 {
    font-size: 36px;
    font-weight: bold;
    color: #004798;
    margin: 10px 0;
    text-align: center;
    line-height: 1.1em;
}

.box-receive-gift {
    background-color: #F0F0F0;
}

.special-gift-birth-day {
    padding: 30px 20px 20px 20px;
    display: flex;
    gap: 25px;
}

    .special-gift-birth-day > .img {
        border: 5px solid #131B7F;
        border-radius: 16px;
        position: relative;
    }

    .special-gift-birth-day .title-box {
        position: absolute;
        top: 0;
        transform: translate(-50%, -50%);
        left: 50%;
        padding: 3px 25px;
        background: #131B7F;
        color: #ffffff;
        font-size: 28px;
        border-radius: 24px;
    }

img.heartgreen {
    max-width: 55px;
    max-height: 55px;
    position: absolute;
    border-radius: unset;
    top: 0;
    transform: translate(-50%, -50%);
}

.special-gift-birth-day > .img img {
    border-radius: 10px;
}

.special-gift-birth-day .text-content {
    margin-top: 10px;
}

    .special-gift-birth-day .text-content h4 {
        font-size: 30px;
        font-weight: 500;
        color: #004798;
        line-height: 1.1em;
        margin: 0;
    }

    .special-gift-birth-day .text-content p,
    .special-gift-birth-day .text-content ul li {
        font-size: 22px;
        color: #3C3D3E;
        line-height: 1.1em;
        font-family: "DB Heavent", sans-serif !important;
        margin: 0;
    }

.personalized-privilege .text-content p span {
    color: #004798;
    font-weight: 500;
}

.special-gift-birth-day .text-content ul,
.special-gift .text-content ul {
    padding-left: 20px;
    margin: 0;
}

.step-receive-benefits-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.step-receive-benefits-header-wrapper {
    position: relative;
    background-color: #131B7F;
    border-radius: 24px;
    padding: 10px 120px 10px 20px;
}

.step-receive-benefits-header h2,
.step-receive-benefits-header h2 a {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.1em;
    text-align: center;
}

.step-receive-benefits-header .logo-bla-mini {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-10px, 10px);
}

.step-receive-benefits-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

    .step-receive-benefits-content h6 {
        font-size: 24px;
        font-weight: 500;
        color: #0057A8;
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
        line-height: 1.1em;
    }

    .step-receive-benefits-content .m-step {
        display: none;
    }

.box-special-gift {
    background-color: #F0F0F0;
}

.special-gift {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.special-gift-wrapper {
    display: flex;
    gap: 25px;
}

    .special-gift-wrapper .img {
        border-radius: 16px;
        position: relative;
        display: flex;
        justify-content: center;
    }

        .special-gift-wrapper .img img {
            border: 5px solid #131B7F;
        }

    .special-gift-wrapper .title-box {
        position: absolute;
        top: 0;
        transform: translate(0, -50%);
        padding: 3px 25px;
        background: #131B7F;
        color: #ffffff;
        font-size: 28px;
        border-radius: 24px;
    }

.underline-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0;
}

    .underline-wrapper .underline {
        width: calc(100% - 265px);
        height: 1px;
        background: #00A1ED;
    }

.special-gift .img img {
    max-width: 240px;
    max-height: 220px;
    border-radius: 16px;
}

.special-gift .text-content h4 {
    font-size: 30px;
    font-weight: 500;
    color: #004798;
    line-height: 1.1em;
    margin: 0;
    margin-top: 10px;
}

.special-gift .text-content p,
.special-gift .text-content ul li {
    font-size: 22px;
    color: #3C3D3E;
    line-height: 1.1em;
    font-family: "DB Heavent", sans-serif !important;
    margin: 0;
}

.special-gift .text-content p {
    margin-top: 10px;
}

    .special-gift .text-content p span {
        color: #004798;
        font-weight: 500;
    }

.box-special-gift .step-receive-benefits-content {
    background-color: #F0F0F0;
    padding-top: 0;
}

.text-condition {
    margin-top: 20px;
}

.step-receive-benefits-content .text-condition p,
.step-receive-benefits-content .text-condition ul li {
    font-size: 20px;
    color: #3C3D3E;
    line-height: 1.1em;
    font-family: "DB Heavent", sans-serif !important;
    margin: 0;
}

.icon-table-indigo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-condition ul {
    padding-left: 20px;
}

.box-special-gift .text-condition p,
.box-special-gift .text-condition ul li {
    font-size: 20px;
    color: #3C3D3E;
    line-height: 1.1em;
    font-family: "DB Heavent", sans-serif !important;
    margin: 0;
}

.icon-table-indigo .icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-table-indigo img {
    max-width: 25px;
    width: auto;
    max-height: 25px;
}

/*Indigo Child*/
.indigo-child-page {
    background: #fbfbfb;
}

    .indigo-child-page .container {
        padding-inline: 135px;
    }

.indigo-child-title {
    padding-top: 60px;
}

    .indigo-child-title h1 {
        font-size: 30px;
        font-weight: 500;
        color: #0565BE;
        margin-bottom: 0;
    }

    .indigo-child-title p {
        font-size: 22px;
        color: #3C3D3E;
    }

.select-boxs {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}

    .select-boxs .box {
        max-width: 215px;
        min-width: 215px;
        width: 100%;
        height: 107px;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 12px;
        cursor: pointer;
    }

        .select-boxs .box p {
            font-size: 22px;
            font-weight: 500;
            color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            margin-bottom: 0;
            background: #0665BE;
            border-radius: 12px;
            line-height: 1em;
            text-align: center;
            padding: 0 28px;
        }

        .select-boxs .box.active p {
            transition: .2s ease-out;
            background: linear-gradient( to right, rgba(5, 101, 190,0.85), rgba(117, 194, 234, 0.9), rgba(5, 101, 190,0.85) );
        }

.indigo-child-content {
    padding: 40px 0 40px 0;
}

    .indigo-child-content h1 {
        font-size: 26px;
        color: #0565BE;
        font-weight: 500;
        margin-bottom: 0;
    }

    .indigo-child-content h2 {
        font-size: 22px;
        color: #0565BE;
        font-weight: 500;
    }

    .indigo-child-content p,
    .indigo-child-content ul li,
    .indigo-child-content ol li {
        font-size: 22px;
        color: #3C3D3E;
        line-height: 1.2;
    }

    .indigo-child-content .text-blue {
        color: #0565BE;
    }

    .indigo-child-content img {
        width: 100%;
        margin-bottom: 20px;
    }

    .indigo-child-content ul {
        padding-left: 20px;
        line-height: 1.2;
    }

    .indigo-child-content ol {
        padding-left: 18px;
        line-height: 1.2;
    }
/*Everycare Page*/
.everycare-page {
    background: #FBFBFB;
}

    .everycare-page > .container {
        padding: 60px 0;
    }

.everycaare-banner {
    height: 315px;
    background: #E5F5FC;
}

.banner-m {
    display: none;
}

.everycare-banner-content {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
}

    .everycare-banner-content.show {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        max-height: 100%;
    }

.everycaare-banner .img-banner {
    display: flex;
    justify-content: center;
}

    .everycaare-banner .img-banner.before {
        margin-top: 120px;
    }

    .everycaare-banner .img-banner.special {
        margin-top: 40px;
    }

    .everycaare-banner .img-banner.after {
        margin-top: 140px;
    }

.everycaare-banner .banner-m .img-banner.before {
    margin-top: 115px;
}

.everycaare-banner .banner-m .img-banner.special {
    margin-top: 50px;
}

.everycaare-banner .banner-m .img-banner.after {
    margin-top: 105px;
}

.everycare-header-section {
    display: flex;
    align-items: center;
    gap: 40px;
}

.everycare-header-section-m {
    display: none;
}

.everycare-header-section .header-title h1 {
    font-size: 34px;
    font-weight: bold;
    color: #0565BE;
    margin-bottom: 0;
}

.everycare-header-section .header-title p {
    font-size: 24px;
    color: #3E3F43;
    line-height: 1.2;
}

.everycare-select-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

    .everycare-select-category .btn {
        font-size: 26px;
        font-weight: 500;
        padding: 12px 44px;
        color: #0565BE;
        border-radius: 32px;
        border: 1px solid #EDEDED;
        background: #ffffff;
    }

        .everycare-select-category .btn:hover {
            background: #dbf4ff;
            transition: .3s ease-in-out
        }

        .everycare-select-category .btn.active {
            color: #ffffff;
            background: #0565BE;
            border: 0;
            transition: .3s ease-in-out
        }

.category-boxs {
    margin-top: 20px;
}

    .category-boxs h2 {
        font-size: 26px;
        font-weight: 500;
        color: #0565BE;
    }

        .category-boxs h2 span {
            color: #BBD62B
        }

    .category-boxs .card-boxs {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

.category-box {
    max-width: 285px;
    width: 100%;
    cursor: pointer;
    background: #D6F1FF;
    border-radius: 16px;
}

    .category-box .thumbnail {
        overflow: hidden;
    }

        .category-box .thumbnail img {
            width: 100%;
            border-radius: 16px 16px 0 0;
            transition: transform 0.5s ease;
        }

    .category-box:hover .thumbnail img {
        transform: scale(1.1);
    }

.category-boxs .text-box {
    width: 100%;
    height: 115px;
    background: #ffffff;
    padding: 20px;
}

    .category-boxs .text-box.border-b-16 {
        border-radius: 0 0 16px 16px;
    }

    .category-boxs .text-box p {
        font-size: 22px;
        color: #3C3D3E;
        line-height: 1.2;
        margin-bottom: 0;
    }

        .category-boxs .text-box p.blue-medium {
            color: #0565BE;
            font-weight: 500;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
        }

.category-boxs .box-2 {
    background: #D6F1FF;
    padding: 10px 20px;
    border-radius: 0 0 16px 16px;
}

    .category-boxs .box-2 .serviceRights {
        font-size: 18px;
        color: #0565BE;
        margin-bottom: 0;
        line-height: 24px;
    }

    .category-boxs .box-2 .remark {
        font-size: 17px;
        color: #3C3D3E;
        margin-bottom: 0;
        line-height: 24px;
    }

    .category-boxs .box-2 .badge {
        width: 64px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        background-color: #ffff;
        margin: 5px 0;
    }

        .category-boxs .box-2 .badge.blue_premier {
            padding-bottom: 8px;
        }

.category-boxs .badge-container {
    display: flex;
    gap: 12px
}

/*Everycare HealthPartner*/
.health-page {
    background: #fbfbfb;
    padding: 60px 0;
}


.health-page {
    .hp-hospital{
        display: block;
        margin-bottom: 2rem;
        border-bottom: 1px solid #DDD;
    }
    .hp-hospital:last-child{
        border-bottom: none;
    }

    .hp-logo{
        width: 30%; 
        max-width: 200px; 
        height: auto;
        margin-bottom:1rem;
    }
    .text-small{
        font-size: smaller;
    }
    .hp-table{
        border-radius: 1rem 1rem;
        overflow: hidden;
        margin: 0.5rem 0;
    }
    .hp-table thead th{
        text-align: center;
        background-color: var(--color-bla-light-blue);
        color: #FFF;
    }
    .hp-table th,
    .hp-table td{
        padding: 0.2rem 1rem;
    }
    .hp-table td:not(:first-child),
    .hp-table th:not(:first-child){
        text-align: center;
        border-left: 1px solid #FFF;
    }
}


.hero-section {
    display: flex;
    flex-direction: column;
}

    .hero-section .hero-photo {
        border-radius: 10px 10px;
        overflow: hidden;
    }

.hero-photo img {
    width: 100%;
    max-width: 100%;
}


.hero-section .hero-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.hero-heading h1 {
    font-size: var(--34px);
    font-weight: 700;
    margin: 0;
}

.hero-heading h2 {
    font-size: var(--30px);
    font-weight: 400;
}

.hero-phone .icon-phone {
    width: 32px;
    height: 32px;
}

.hospital-search-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hospital-searchbox {
    height: var(--60px);
    min-width: var(--300px);
    font-size: var(--26px);
    line-height: var(--60px);
    border: 1px solid #EDEDED;
    border-radius: var(--30px) var(--30px);
    padding: 0.5rem 1.5rem;
    margin-left: auto;
}

.hospital-select {
    margin-left: var(--16px);
    height: var(--60px);
    min-width: var(--240px);
    font-size: var(--26px);
    line-height: var(--26px);
    border: 1px solid #EDEDED;
    border-radius: var(--30px) var(--30px);
    padding: 0.5rem 1.5rem;
    appearance: none;
    background: #FFF url(../images/select-arrow.svg) no-repeat right 20px center / 14px 8px;
}

.hospital-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat( 6, 1fr);
}

.hospital-item {
    cursor: pointer;
}

.span-all {
    grid-column: span 6;
    text-align: center;
    font-size: var(--22px);
    padding: 1rem 0 2rem;
}

.hospital-item img {
    width: 100%;
}

.hospital-logo {
    border-radius: 16px;
    background: var(--color-light-grey);
    aspect-ratio: 1 / 1;
    padding: 15%;
}

    .hospital-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.hospital-item h3 {
    font-size: var(--20px);
    color: var(--color-bla-blue);
}

.hospital-table table {
    width: 100%;
}

.hospital-table th {
    color: #FFF;
    background-color: var(--color-bla-light-blue);
}

.hospital-table td {
    color: var(--color-bla-blue);
    font-weight: 500;
}

.hospital-table th,
.hospital-table td {
    font-size: var(--24px);
    padding: var(--12px) var(--26px);
}

.hospital-table table tr:nth-child(even) {
    background-color: #F2F2F5;
}

.hospital-table tr td:last-child,
.hospital-table tr th:last-child {
    text-align: right;
}



@media (max-width: 767px) {
    .privilege_detail {
        padding-bottom: 0;
    }

    .hero-section {
        margin-bottom: 1rem;
    }

        .hero-section .hero-photo {
            order: 2;
        }

        .hero-section .hero-head {
            order: 1;
            margin-top: 0;
        }

    .hero-head .hero-heading h1 {
        font-size: var(--22px);
    }

    .hero-head .hero-heading h2 {
        font-size: var(--20px);
    }

    .hero-head .link-text {
        display: none;
    }

    .hospital-item h3 {
        font-size: var(--18px);
    }

    .hospital-search-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .hospital-searchbox {
        width: 100%;
        max-width: 100%;
        height: var(--48px);
        font-size: var(--20px);
        line-height: var(--48px);
    }

    .hospital-select {
        width: 100%;
    }


    .hospital-select {
        margin-top: 10px;
        margin-left: 0;
        height: var(--48px);
        font-size: var(--20px);
        background-color: #FFF;
        /* line-height: var(--26px);
            /* padding: 0.5rem 1.5rem;
            appearance: none;
            background: url(../images/select-arrow.svg) no-repeat right 20px center / 14px 8px; */
    }

    .hospital-table th,
    .hospital-table td {
        font-size: var(--20px);
        padding: var(--12px) var(--12px);
    }
}


.health-page .banner-mobile-section {
    display: none;
}

    .health-page .banner-mobile-section .header-banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

        .health-page .banner-mobile-section .header-banner .banner-title h1 {
            font-size: 22px;
            font-weight: 500;
            color: #0565BE;
            margin-bottom: 0;
        }

        .health-page .banner-mobile-section .header-banner .banner-title h2 {
            font-size: 20px;
            color: #3C3D3E;
            margin-bottom: 0;
        }

    .health-page .banner-mobile-section .banner-mobile img {
        width: 100%;
        border-radius: 10px;
    }

.health-page .banner-bottom-text p {
    font-size: 18px;
    color: #3E3F43;
    margin-bottom: 0;
    margin-top: 10px;
}

    .health-page .banner-bottom-text p span {
        color: #0565BE;
        font-weight: 500;
    }

.banner-section .banner img {
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.service {
    order: 1;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 40px;
}

    .service .text-service h1 {
        font-size: 34px;
        font-weight: bold;
        color: #0565BE;
        margin-bottom: 0;
    }

    .service .text-service h2 {
        font-size: 30px;
        color: #3E3F43;
        margin-bottom: 0;
    }

    .service .text-service p {
        font-size: 26px;
        color: #3E3F43;
    }

        .service .text-service p span {
            color: #0565BE;
            font-weight: 500;
        }

    .service .tel-service {
        display: flex;
        gap: 10px;
        height: 100%;
        align-items: center;
    }

        .service .tel-service img {
            width: 32px;
            height: 32px;
        }

        .service .tel-service h3 {
            font-size: 28px;
            font-weight: bold;
            color: #0565BE;
            margin-bottom: 0;
        }

            .service .tel-service h3 span {
                font-weight: 500;
            }

.white {
    padding: 80px 0;
}

.service-2 {
    background: #E2F6FF;
    margin: 0 auto;
    padding: 90px 0 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .service-2 .container {
        display: flex;
        justify-content: space-between;
        padding-inline: 90px;
        align-items: center;
        overflow: visible;
        position: relative;
    }

    .service-2 .text-service h1 {
        font-size: 40px;
        font-weight: 500;
        color: #0565BE;
        margin-bottom: 0;
    }

    .service-2 .text-service h2 {
        font-size: 36px;
        font-weight: 500;
        color: #0565BE;
        margin-bottom: 0;
    }

    .service-2 .text-service img {
        margin-top: 20px;
    }

    .service-2 img {
        width: 100%;
    }

.img-girl {
    position: absolute;
    right: 30px;
    top: -50px;
    bottom: -50px;
    display: flex;
    align-items: center;
}

.service-2-mobile {
    display: none;
    background: #E2F6FF;
    margin-top: 20px;
}

    .service-2-mobile .container {
        padding: 30px 0;
    }

    .service-2-mobile .text-service h1 {
        font-size: 28px;
        font-weight: 500;
        color: #0565BE;
        margin-bottom: 0;
    }

    .service-2-mobile .text-service h2 {
        font-size: 24px;
        font-weight: 500;
        color: #3E3F43;
        margin-bottom: 20px;
    }

    .service-2-mobile .img-girl-mobile img {
        width: 100%;
    }

    .service-2-mobile .tel-box img {
        width: 100%;
    }

.hospital-section .container {
    padding-inline: 30px;
}

.hospital-box {
    padding: 50px;
    border-radius: 16px;
    border: 1px solid #EDEDED;
}

    .hospital-box .header {
        display: flex;
        justify-content: space-between;
    }

        .hospital-box .header h1 {
            font-size: 40px;
            font-weight: 500;
            color: #0565BE;
        }

.logo-hospital img {
    width: 100%;
}

.hospital-content {
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}

    .hospital-content .stethoscope img {
        width: 100%;
    }

    .hospital-content h3 {
        font-size: 30px;
        font-weight: 500;
        color: #3E3F43;
        margin-top: 50px;
    }

        .hospital-content h3 span {
            color: #0565BE;
            font-weight: bold;
        }

.step-service-section {
    margin-top: 80px;
}

    .step-service-section .container {
        padding-inline: 30px;
    }

    .step-service-section .title h1 {
        font-size: 40px;
        font-weight: 500;
        color: #0565BE;
        text-align: center;
    }

.hospital-mobile {
    display: none;
}

.card-step {
    display: flex;
    justify-content: center;
}

    .card-step > div {
        width: 330px;
        height: 300px;
        padding: 20px 32px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 0% 100%);
        margin-left: -34px;
    }

    .card-step .left {
        background-color: #B9E5FB;
        z-index: 3;
        margin-left: unset;
        border-radius: 16px 0 0 16px;
    }

    .card-step .middle {
        background-color: #00AEEF;
        z-index: 2;
    }

    .card-step .right {
        background-color: #0058A9;
        clip-path: unset;
        border-radius: 0 16px 16px 0;
    }

    .card-step div > img {
        margin-bottom: 20px;
        margin-top: 25px;
    }

.phone-number {
    font-size: 42px;
    font-weight: bold;
    color: #0057A8;
    line-height: 1em;
}

.contact-info {
    font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1em;
}

    .contact-info span {
        font-size: 26px;
    }

.step-service-section .text-bottom {
    font-size: 20px;
    color: #3E3F43;
    margin-top: 10px;
    padding-left: 110px;
}

.free-service {
    margin-top: 40px;
}

    .free-service img {
        width: 100%;
    }

    .free-service .img-free-service-m {
        display: none;
    }

.accordion-section {
    /* margin-top: 80px; */
}

.accordion-box {
    /* max-width: 940px; */
    margin: 0 auto;
}

.accordion-card {
    width: 100%;
}

.accordion-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    transition: 0.3s;
    border-top: 1px solid #CCC;
    padding: var(--16px) 0;
}

    .accordion-toggle .accordion-title {
        /* font-size: 28px;
        font-size: 1.75rem; */
        font-weight: 500;
        color: #0565BE;
        margin-bottom: 0;
    }

    .accordion-toggle img {
        transition: 0.35s;
    }

    .accordion-toggle.active img {
        transform: rotate(180deg);
    }



.accordion-collapse {
    visibility: hidden;
    transition: 0.35s ease;
    overflow: hidden;
    max-height: 0;
}

    .accordion-collapse.show {
        visibility: visible;
        max-height: 5000px;
        transition: 1s ease;
    }

.accordion-body {
    padding: 0 0 0.5rem;
}

    .accordion-body p,
    .accordion-body ul li {
        font-size: var(--22px);
        color: #3E3F43;
        margin-bottom: 0;
    }

    .accordion-body ul {
        padding-left: 1.25em;
        margin-bottom: 0;
    }

    @media (max-width: 767px) {
        .accordion-toggle {
            padding: var(--12px) 0;
        }
        .accordion-body p,
        .accordion-body ul li {
            font-size: var(--20px);
        }
    }


.more-table table {
    /* font-family: "DB Heavent", sans-serif; */
    /* font-size: 20px; */
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
}

.th-sticky-1 {
    position: sticky;
    top: 0;
}

.th-sticky-2 {
    position: sticky;
    top: 30px;
    background: #FFF !important;
    padding: 8px 0;
}

@media screen and (min-width: 900px) {
    .table-responsive {
        overflow-x: visible;
    }
}

.table-responsive {
    overflow-x: auto;
}

.more-table table th {
    text-align: center;
}

.more-table table caption {
    /* font-size: 22px; */
}

.more-table table thead th {
    background-color: #5e9cd3;
    color: #FFF;
    padding: 3px 12px;
    /* font-size: 22px; */
    border: 1px solid #FFF;
}

.more-table table tbody tr td {
    background-color: #d0ddee;
    /* font-size: 20px; */
    padding: 7px 10px;
    border: 1px solid #FFF;
    line-height: 1.1em;
    vertical-align: top;
}

.more-table table tbody tr:nth-child(even) td {
    background-color: #e9eef7;
}

.more-table table img {
    max-width: 100%;
    max-height: 60px;
    height: auto;
    display: block;
}

.more-table .social-link {
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;*/
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 3px;
}

    .more-table .social-link img {
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
    }



.everycare-bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 940px; */
    margin: 60px auto 0 auto;
}

.evertcare-bottom-logo img {
    width: 100%;
}

.everycare-bottom-contact .contact-tel {
    /* display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px; */
    text-align: right;
}

    .everycare-bottom-contact .contact-tel h5 {
        font-size: var(--26px);
        font-weight: bold;
        color: #0565BE;
        margin-bottom: 0;
    }

        .everycare-bottom-contact .contact-tel h5 span {
            font-weight: 500;
        }

.everycare-bottom-contact .open-service {
    text-align: end;
    margin-top: 5px;
}

    .everycare-bottom-contact .open-service p {
        font-size: var(--20px);
        color: #3E3F43;
        margin-bottom: 0;
        line-height: 1.2;
    }

.add-phone-icon {
}

    .add-phone-icon::before {
        content: "";
        background: url(../images/everycare/tel-bottom-everycare.png) no-repeat center center / contain;
        width: 34px;
        height: 34px;
        display: inline-block;
        margin-right: 8px;
        vertical-align: -10px;
    }


@media screen and (max-width: 576px) {
    .add-phone-icon::before {
        width: 32px;
        height: 32px;
    }
}





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

@media screen and (max-width: 1400px) {
    .privilege_cards .privilege_card {
        width: 270px;
    }

        .privilege_cards .privilege_card .img_privilege {
            width: 270px;
            height: 270px;
        }

    .indigo-child-page .container {
        padding-inline: 105px;
    }


    .step-service-section .text-bottom {
        padding-left: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .header_nav .nav_haeder,
    .header_nav .header {
        display: none;
    }

    .menu--right {
        display: block;
    }

    .homeContent {
        margin-top: 0;
    }

        .homeContent .banner img {
            margin-top: 40px;
        }

    .banner-container .swiper-button-next,
    .banner-container .swiper-button-prev {
        top: 58%;
    }

    .homeContent .banner img {
        height: 368px;
    }

    .text-box-2.h-111 {
        height: 80px;
    }

    .select-boxs {
        gap: 22px;
    }

    .category-sticky.sticky {
        top: 66px;
    }

    .privilege_category {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .privilege_cards {
        gap: 13px;
    }

        .privilege_cards .privilege_card {
            width: 230px;
        }

            .privilege_cards .privilege_card .img_privilege {
                width: 230px;
                height: 230px;
            }

            .privilege_cards .privilege_card .card_title {
                font-size: 26px;
            }

            .privilege_cards .privilege_card .card_description {
                font-size: 22px;
            }

            .privilege_cards .privilege_card .card_expiration {
                font-size: 20px;
            }

    .step-service-section .text-bottom {
        padding-left: 0;
    }

    .phone-number {
        font-size: 28px;
    }

    .contact-info {
        font-size: 24px;
    }

        .contact-info span {
            font-size: 20px;
        }

    .service-2 .container {
        padding-inline: unset;
    }

    .img-girl {
        right: 0;
    }

    .homeContent .download_app_manual .download_manual {
        padding: 40px 30px 40px 0;
    }

    .homeContent .download_app_manual .download_app {
        padding: 30px 20px;
    }

        .homeContent .download_app_manual .download_app img.happylife_logo {
            width: 100px;
            height: 100px;
        }
}

@media screen and (max-width: 992px) {
    .homeContent .banner img {
        height: 272px;
    }
}

@media screen and (max-width: 991px) {
    .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .privilege_cards {
        gap: 6px;
    }

        .privilege_cards .privilege_card {
            width: 175px;
        }

            .privilege_cards .privilege_card .img_privilege {
                width: 175px;
                height: 175px;
            }

            .privilege_cards .privilege_card .card_title {
                font-size: 24px;
            }

            .privilege_cards .privilege_card .card_description {
                font-size: 20px;
            }

            .privilege_cards .privilege_card .card_expiration {
                font-size: 18px;
            }

            .privilege_cards .privilege_card .card_category img.welcome {
                width: 40px;
            }

    .footer-privilege-desktop {
        display: none;
    }

    .footer-privilege-mobile {
        display: flex;
    }

    .blue-page .header-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }

        .blue-page .header-section .header-title {
            font-size: 26px;
        }

        .blue-page .header-section .blue-logo img {
            width: 40px;
        }

        .blue-page .header-section .header-description {
            font-size: 20px;
            display: none;
        }

            .blue-page .header-section .header-description.header-description-mobile {
                display: block;
            }

    #welcome-page .blue-page .header-section .blue-logo img {
        width: 120px;
    }

    .box-status-level {
        padding: 30px;
        margin: 0;
    }

        .box-status-level .header-title {
            font-size: 22px;
        }

    .level-card {
        flex-direction: column;
        align-items: center;
    }

    .text-description .text-custom-wrap {
        white-space: normal;
    }

    .text-description, .status-level-description ul li, .status-level-description ol li {
        font-size: 18px;
    }

    .member-check p {
        font-size: 20px;
    }

    .customer-benefits {
        padding-inline: 0;
    }

    .indigo-page .header-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }

        .indigo-page .header-section .header-title {
            font-size: 26px;
        }

        .indigo-page .header-section .indigo-logo img {
            width: 40px;
        }

        .indigo-page .header-section .header-description {
            font-size: 20px;
            display: none;
        }

            .indigo-page .header-section .header-description.header-description-mobile {
                display: block;
            }

    .indigo-page .customer-benefits,
    .benefits-table-section {
        padding-inline: unset;
    }

    .indigo-child-page .container {
        padding-inline: unset;
    }

    .everycare-select-category .btn {
        font-size: 22px;
        padding: 6px 24px;
    }

    .everycare-header-section {
        flex-direction: column;
        text-align: center;
    }

    .everycare-header-section-d {
        display: none;
    }

    .everycare-header-section-m {
        display: flex;
        gap: 10px;
    }

    .everycare-select-category {
        margin-top: unset;
    }

    .everycare-header-section .header-title h1 {
        font-size: 24px;
    }

    .everycare-header-section .header-title p {
        font-size: 20px;
    }

    .service .text-service h1 {
        font-size: 22px;
    }

    .service .text-service h2 {
        font-size: 20px;
    }

    .service .text-service p,
    .service .tel-service h3 {
        font-size: 18px;
    }

    .white {
        display: none;
    }

    .service-2-mobile {
        display: block;
    }

    .hospital-section {
        margin-top: 40px;
    }

    .hospital-box .header h1 {
        font-size: 24px;
    }

    .hospital-content h3 {
        font-size: 20px;
    }

        .hospital-content h3 span {
            font-weight: 500;
        }

    .homeContent .download_app_manual {
        flex-direction: column;
    }

        .homeContent .download_app_manual .download_app {
            width: 100%;
            height: unset;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .homeContent .download_app_manual .download_app > div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

        .homeContent .download_app_manual .download_manual {
            width: 100%;
            padding: 40px 0;
            height: 300px;
            align-items: center;
        }

            .homeContent .download_app_manual .download_manual img {
                max-width: 165px;
                position: absolute;
                left: 50%;
                top: -15px;
                transform: translate(-35%, 0);
            }

            .homeContent .download_app_manual .download_manual .btn {
                margin-right: unset;
            }

    .table-condition-landing {
        overflow: auto;
        position: relative;
    }

    .image-swipe-table {
        display: block;
        position: absolute;
        bottom: 0;
        top: 250px;
        left: 80px;
    }

    .special-gift-birth-day .text-content h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .special-gift-birth-day .text-content p,
    .special-gift-birth-day .text-content ul li {
        font-size: 20px;
    }

    .step-receive-benefits-header h2 {
        font-size: 24px;
    }

    .special-gift .text-content h4 {
        font-size: 24px;
    }

    .special-gift-birth-day .text-content p,
    .special-gift-birth-day .text-content ul li {
        font-size: 20px;
    }

    .blue-heart {
        right: 25%;
        max-width: 61px;
        max-height: 61px;
    }
}

@media screen and (max-width: 768px) {
    .homeContent .section_1 {
        margin-bottom: 40px;
    }

    .privilege {
        padding: 40px 0;
    }

    .privilege_cards .privilege_card {
        margin-top: 10px;
    }

    .homeContent .section_1_card_title,
    .section_1_card_description .title {
        font-size: 24px;
    }

    .section_1_card_description .des {
        font-size: 20px;
    }

        .section_1_card_description .des.des-mobile {
            display: block;
        }

        .section_1_card_description .des.des-desktop {
            display: none;
        }

    .homeContent .blue_indio_card {
        display: none;
    }

    .homeContent .blue_indio_card_mobile {
        display: block;
        position: relative;
        height: 480px;
        width: 100%;
    }

        .homeContent .blue_indio_card_mobile > a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .homeContent .blue_indio_card_mobile img {
            position: absolute;
            top: 10%;
        }


            .homeContent .blue_indio_card_mobile img.welcome {
                z-index: 2;
            }

            .homeContent .blue_indio_card_mobile img.blue {
                z-index: 3;
                top: 30%;
            }

            .homeContent .blue_indio_card_mobile img.indigo {
                z-index: 2;
                top: 52%;
            }

    .level-title {
        font-size: var(--26px);
    }

    .level-description {
        font-size: var(--20px);
    }

    .section_1_card_description .remark {
        font-size: var(--20px);
    }

    .homeContent .banner img {
        height: 200px;
    }

    .homeContent .thumbnail .thumbnail_head_title {
        font-size: 22px;
    }

    .homeContent .thumbnail .thumbnail_desc {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .privilege .privilege_title {
        font-size: 22px;
    }

    .privilege_cards .privilege_card .card_categorys {
        gap: 8px;
    }

    .privilege_cards .privilege_card .card_category {
        width: 44px;
        height: 22px;
    }

        .privilege_cards .privilege_card .card_category img.blue {
            width: 26px;
            height: unset;
        }

        .privilege_cards .privilege_card .card_category img.welcome {
            width: 32px;
            height: unset;
        }

    .more_privivilege {
        margin-top: 40px;
    }

    .homeContent .banner_bottom .contact_bla .title_contact {
        font-size: 22px;
    }

        .homeContent .banner_bottom .contact_bla .title_contact span {
            white-space: nowrap;
        }

    .homeContent .thumbnail {
        padding: 40px 0;
    }

    .more_privivilege .more, .more_privivilege .more a {
        font-size: 20px;
    }

    .privilege_cards .privilege_card .card_category img.indigo {
        width: 26px;
        height: unset;
    }

    .privilege_cards {
        gap: 20px;
    }

        .privilege_cards .privilege_card {
            width: 250px;
        }

            .privilege_cards .privilege_card .img_privilege {
                width: 250px;
                height: 250px;
            }

            .privilege_cards .privilege_card .card_title {
                font-size: 20px;
            }

            .privilege_cards .privilege_card .card_description {
                font-size: 18px;
            }

            .privilege_cards .privilege_card .card_expiration {
                font-size: 16px;
            }

    .thumbnail_card.swiper-slide {
        width: 250px !important;
    }

    .homeContent .thumbnail .card_box .desc {
        font-size: 20px;
    }

    .homeContent .banner_bottom .contact_bla .social_contact {
        gap: 16px;
    }

        .homeContent .banner_bottom .contact_bla .social_contact img {
            width: 40px;
        }


    .customer-benefits .header-title {
        font-size: 22px;
    }

    .indigo-child-title {
        padding-top: 20px;
    }

        .indigo-child-title h1 {
            font-size: 24px;
        }

    .indigo-child-content h1 {
        font-size: 22px;
    }

    .indigo-child-content p,
    .indigo-child-content ul li,
    .indigo-child-content ol li {
        font-size: 20px;
    }

    .benefits-card,
    .benefits-img,
    .indigo-page .benefits-card,
    .indigo-page .benefits-img {
        width: 100%;
    }

    .indigo-page .benefits-img-wrapper {
        width: 100%;
    }

    .benefits-table-section .header-title {
        font-size: 22px;
        text-align: start;
        padding-right: 20px;
    }

    .select-boxs {
        justify-content: center;
    }

    .category-box {
        max-width: calc(50% - 10px);
    }

    .health-page {
        padding-top: 20px;
    }

        .health-page .banner-section {
            flex-direction: column;
        }

    .hospital-grid {
        grid-template-columns: repeat( 3, 1fr);
    }

    .span-all {
        grid-column: span 3;
        font-size: var(--20px);
        padding: 1rem 0 2rem;
    }

    .step-service-section {
        margin-top: 40px;
    }

    .accordion-section {
        /* margin-top: 40px; */
    }

    .health-page .banner-mobile-section {
        display: block;
    }

    .hospital-section .container {
        padding-inline: unset;
    }

    .hospital-box .header,
    .hospital-content {
        display: none;
    }

    .hospital-box {
        padding: 30px;
    }

    .hospital-mobile {
        display: block;
    }

        .hospital-mobile h1 {
            font-size: 24px;
            font-weight: 500;
            color: #0565BE;
            margin-bottom: 0;
        }

        .hospital-mobile h3 {
            font-size: 20px;
            font-weight: 500;
            color: #3E3F43;
            margin-bottom: 0;
        }

        .hospital-mobile .stethoscope {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }

        .hospital-mobile .logo-hospital {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }

            .hospital-mobile .logo-hospital img {
                width: unset;
            }

    .step-service-section .container {
        padding-inline: unset;
    }

    .step-service-section .title h1 {
        font-size: 26px;
    }

    .card-step {
        justify-content: unset;
        align-items: center;
        flex-direction: column;
    }

        .card-step > div {
            width: 285px;
            height: 295px;
            clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
            margin-left: unset;
            margin-top: -30px;
            padding: 30px;
        }

        .card-step .left {
            border-radius: 16px 16px 0 0;
            margin-top: unset;
        }

        .card-step .right {
            border-radius: 0 0 16px 16px;
        }

    .privilege_category .category_header {
        font-size: 22px;
        line-height: 1.2;
    }

    .privilege_category .category_desc {
        font-size: 18px;
        line-height: 1.2;
    }

    .category .category_title {
        font-size: 18px;
    }

    .categories .category {
        width: 64px;
    }

    .categories-sticky .category {
        width: 64px;
    }

    .category .category_icon {
        width: 64px;
        height: 64px;
    }

        .category .category_icon img {
            max-width: 32px;
            max-height: 32px;
        }

    .paginations a.pageNumber {
        font-size: 18px;
        width: 24px;
        height: 24px;
    }

    .paginations svg {
        width: 12px;
    }

    .text-box-1 .text {
        font-size: 22px;
    }

    .everycaare-banner {
        height: 240px;
    }

    .banner-d {
        display: none;
    }

    .banner-m {
        display: block;
    }

    .personalized-privilege .header h2 {
        font-size: 28px;
        margin-top: 40px;
    }

    .personalized-privilege .header h3 {
        font-size: 24px;
    }

    .receive-gift {
        margin: 0 10px;
    }

        .receive-gift h1 {
            font-size: 30px;
        }
}

@media screen and (max-width: 575px) {
    .container {
        margin: 0 20px;
        width: unset;
    }

    .privilege_cards {
        gap: 20px;
    }

        .privilege_cards .privilege_card {
            width: 250px;
        }

            .privilege_cards .privilege_card .img_privilege {
                width: 250px;
                height: 250px;
            }

    .image-swipe-table img {
        width: 50%;
    }

    .table-condition-landing table {
        width: 550px;
    }

    .select-boxs > div {
        width: 100%;
    }

    .select-boxs .box {
        max-width: unset;
    }

    .free-service .container {
        margin: 0;
    }

    .free-service .img-free-service {
        display: none;
    }

    .free-service .img-free-service-m {
        display: block;
    }

    .accordion-toggle h5 {
        font-size: var(--22px);
    }

    .accordion-body p,
    .accordion-body ul li {
        font-size: var(--20px);
    }

    .everycare-bottom-section {
        flex-direction: column;
        justify-content: unset;
        gap: 20px;
    }

    .everycare-bottom-contact .contact-tel {
        justify-content: center;
        text-align: center;
    }

        .everycare-bottom-contact .contact-tel h5 {
            font-size: var(--24px);
        }

    .everycare-bottom-contact .open-service {
        text-align: center;
    }

        .everycare-bottom-contact .open-service p {
            font-size: var(--18px);
        }

    .homeContent .download_app_manual .download_app img {
        width: 115px;
    }

    .homeContent .download_app_manual .download_app p,
    .homeContent .download_app_manual .download_manual p {
        font-size: var(--20px);
    }
}

@media screen and (max-width: 559px) {
    .privilege_cards {
        gap: 10px;
    }

        .privilege_cards .privilege_card {
            width: 230px;
        }

            .privilege_cards .privilege_card .img_privilege {
                width: 230px;
                height: 230px;
            }
}

@media screen and (max-width: 519px) {
    .category-boxs .text-box p {
        font-size: var(--18px);
    }

    .category-boxs .text-box {
        height: 80px;
        padding: 10px;
    }
}

@media screen and (max-width: 509px) {
    .privilege_cards .privilege_card {
        width: 220px;
    }

        .privilege_cards .privilege_card .img_privilege {
            width: 220px;
            height: 220px;
        }
}

@media screen and (max-width: 491px) {
    .privilege_cards {
        gap: 10px;
    }

        .privilege_cards .privilege_card {
            width: 210px;
        }

            .privilege_cards .privilege_card .img_privilege {
                width: 210px;
                height: 210px;
            }
}

@media screen and (max-width: 469px) {
    .privilege_cards {
        gap: 20px;
    }

        .privilege_cards .privilege_card {
            width: 200px;
        }

            .privilege_cards .privilege_card .img_privilege {
                width: 200px;
                height: 200px;
            }
}

@media screen and (max-width: 460px) {
    .privilege_cards {
        gap: 10px;
    }

        .privilege_cards .privilege_card {
            width: 195px;
        }

            .privilege_cards .privilege_card .img_privilege {
                width: 195px;
                height: 195px;
            }
}


@media screen and (max-width: 440px) {
    .banner-container {
        display: none;
        display: none;
    }

    .banner-container-mobile {
        display: block
    }

    .homeContent .banner_mobile img {
        max-height: 518px;
        object-fit: cover;
    }

    .homeContent .section_1_card {
        margin-top: 40px;
    }

    .privilege_cards .privilege_card {
        width: 180px;
    }

        .privilege_cards .privilege_card .img_privilege {
            width: 180px;
            height: 180px;
        }

    .privilege-detail-m {
        display: block;
    }

    .privilege-detail-d {
        display: none;
    }

    .privilege_detail {
        padding-top: 10px;
    }
}

@media screen and (max-width: 430px) {
    .menuItem {
        width: 100vw;
        min-width: unset;
    }

    .homeContent .banner_mobile img {
        max-height: 495px;
    }
}

@media screen and (max-width: 420px) {
    .homeContent .banner_mobile img {
        max-height: 495px;
    }
}

@media screen and (max-width: 409px) {
    .privilege_cards .privilege_card {
        width: 170px;
    }

        .privilege_cards .privilege_card .img_privilege {
            width: 170px;
            height: 170px;
        }


    .homeContent .banner_mobile img {
        max-height: 460px;
    }
}

@media screen and (max-width: 390px) {
    .homeContent .banner_mobile img {
        max-height: 445px;
    }
}

@media screen and (max-width: 389px) {
    .privilege_cards .privilege_card {
        width: 160px;
    }

        .privilege_cards .privilege_card .img_privilege {
            width: 160px;
            height: 160px;
        }
}

@media screen and (max-width: 370px) {
    .privilege_cards .privilege_card {
        width: 150px;
    }

        .privilege_cards .privilege_card .img_privilege {
            width: 150px;
            height: 150px;
        }
}

@media screen and (max-width: 349px) {
    .privilege_cards .privilege_card {
        width: auto;
    }

        .privilege_cards .privilege_card .img_privilege {
            width: 250px;
            height: 250px;
        }
}

@media screen and (max-width: 609px) {
    .step-receive-benefits-header .logo-bla-mini {
        bottom: unset;
        top: 0;
        transform: translate(0, -50%);
        right: 20px;
    }

        .step-receive-benefits-header .logo-bla-mini img {
            width: 70px;
        }

    .step-receive-benefits-header-wrapper {
        padding-right: 20px;
    }

    .step-receive-benefits-header h2 {
        max-width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .sm-mt-10 {
        margin-top: 10px !important;
    }

    .special-gift-birth-day {
        flex-direction: column;
        align-items: unset;
    }

        .special-gift-birth-day > .img > img {
            max-width: 100% !important;
            max-height: 100% !important;
            width: 100%;
        }

            .special-gift-birth-day > .img > img.heartgreen {
                max-width: 55px !important;
                max-height: 55px !important;
            }

        .special-gift-birth-day .text-content {
            margin-top: unset;
        }

    .step-receive-benefits-content .d-step {
        display: none;
    }

    .step-receive-benefits-content .m-step {
        display: block;
    }

    .text-condition {
        margin-top: 40px;
    }

    .special-gift-wrapper {
        gap: 10px;
        flex-direction: column;
    }

    .special-gift {
        gap: 40px;
    }

        .special-gift .text-content h4 {
            margin-top: unset;
        }

        .special-gift .img img {
            max-width: 100%;
            max-height: 100%;
            width: 100%;
        }

    .underline-wrapper {
        display: none;
    }

    .blue-heart {
        right: 20%;
    }

    .special-gift-wrapper .title-box,
    .special-gift-birth-day .title-box {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .blue-heart {
        right: 15%;
    }
}

@media screen and (max-width: 423px) {
    .blue-heart {
        right: 12%;
        top: 50px;
    }
}

.animate__animated.hidden {
    opacity: 0;
    transition: .5s;
}

.animate__animated.show {
    opacity: 1;
}

.animate__delay-0_5s {
    animation-delay: 0.5s;
}

.animate__delay-0_7s {
    animation-delay: 0.7s;
}

.animate__delay-0_9s {
    animation-delay: 0.9s;
}

.animate__delay-1_5s {
    animation-delay: 1.5s;
}

.animate__animated.backwards {
    animation-fill-mode: backwards !important;
}

.animate__bounceIn.animation-duration-1_5s {
    animation-duration: 2s;
}
