<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rectangle-content[data-v-fbd2231b] {
    display: flex;
    flex-flow: row nowrap;
    gap: 1.6rem;
    justify-content: space-between;
    width: 100%;
    height: auto;
    font-size: 2.4rem;
    color: #fff
}

.rectangle-item[data-v-fbd2231b] {
    position: relative;
    flex-grow: 1;
    max-width: 32%;
    overflow: hidden;
    cursor: pointer;
    height: 60rem;
    transition: all .3s
}

.rectangle-item:hover[data-v-fbd2231b] {
    flex-grow: 3
}

.rectangle-item:hover .rectangle-img[data-v-fbd2231b] {
    transform: scale(1.2)
}

.rectangle-text[data-v-fbd2231b] {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 9rem 3.2rem 3.2rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--cl-primary) 50%)
}

.rectangle-text .rectangle-dscrp[data-v-fbd2231b] {
    font-size: 1.6rem;
    color: var(--cl-white);
    margin-bottom: 1.6rem
}

.rectangle-img[data-v-fbd2231b] {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s
}

@media (max-width: 1024px) {
    .rectangle-content[data-v-fbd2231b] {
        flex-flow: row wrap;
        width: 100%
    }

    .rectangle-item[data-v-fbd2231b] {
        min-width: 30%;
        max-width: 100%;
        height: 24rem;
        writing-mode: vertical-lr
    }

    .rectangle-item:hover[data-v-fbd2231b] {
        flex-grow: 1
    }

    .rectangle-item:hover .rectangle-img[data-v-fbd2231b] {
        transform: scale(1.2)
    }

    .rectangle-dscrp[data-v-fbd2231b] {
        display: none
    }

    .rectangle-text[data-v-fbd2231b] {
        padding: 1.6rem
    }
}

.show-list[data-v-14cc7a93] {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    height: auto;
    gap: 1.6rem
}

.show-item[data-v-14cc7a93] {
    position: relative;
    flex-grow: 1;
    min-width: 32%;
    max-width: 100%;
    height: 30rem;
    border-bottom-right-radius: 3.2rem;
    overflow: hidden
}

.show-item:hover[data-v-14cc7a93] {
    cursor: pointer
}

.show-item:hover .show-item__title[data-v-14cc7a93] {
    border-bottom: 5px solid var(--cl-secondary)
}

.show-item:hover .show-item__img[data-v-14cc7a93] {
    transform: scale(1.2)
}

.show-item .show-item__title[data-v-14cc7a93] {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 10%;
    line-height: 6rem;
    color: #fff;
    border-bottom: 5px solid orange
}

.show-item .show-item__content[data-v-14cc7a93] {
    position: relative;
    font-weight: 400;
    color: var(--cl-white);
    margin-left: 10%
}

.show-item .show-item__img[data-v-14cc7a93] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .3s
}

.show-item .show-item__img[data-v-14cc7a93]:hover {
    transform: scale(1.2)
}

.show-item .show-item__description[data-v-14cc7a93] {
    padding-top: 3.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11.2rem;
    background-image: linear-gradient(to bottom, #0000, #00000080)
}

.show-item__more[data-v-14cc7a93] {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    min-width: 32%;
    height: 100%;
    background-image: linear-gradient(to bottom, var(--cl-embellish), var(--cl-secondary));
    transition: all .3s
}

.show-item__more[data-v-14cc7a93]:hover {
    transform: scale(1.2)
}

@media screen and (max-width: 1024px) {
    .show-list[data-v-14cc7a93] {
        flex-flow: column nowrap
    }

    .show-item[data-v-14cc7a93] {
        min-width: 100%;
        max-width: 100%;
        height: 24rem
    }
}

h3[data-v-e7bc5f52] {
    line-height: 6rem;
    color: var(--cl-primary);
    text-align: center
}

.carousel-card[data-v-e7bc5f52] {
    margin: 6rem 0 12rem;
    height: auto
}

.carousel-item[data-v-e7bc5f52] {
    height: 60rem
}

.package-item[data-v-e7bc5f52] {
    position: relative;
    width: 100%;
    height: 100%
}

.package-item .package-item__img[data-v-e7bc5f52] {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1024px) {
    h3[data-v-e7bc5f52] {
        line-height: 3rem;
        background-color: var(--cl-white-75);
        box-shadow: 0 0 30px 0 var(--cl-white-75)
    }

    .carousel-card[data-v-e7bc5f52], .carousel-item[data-v-e7bc5f52] {
        height: 30rem
    }
}

.title-content[data-v-66cd9f17] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    text-align: center;
    font-size: 3rem;
    padding: 3rem 16rem;
    color: var(--cl-black-75)
}

.title-content .title[data-v-66cd9f17] {
    position: relative;
    font-size: 3.2rem;
    line-height: 6rem
}

.title-content .subtitle[data-v-66cd9f17] {
    font-size: 1.8rem;
    color: var(--cl-primary-50);
    font-weight: lighter;
    padding-bottom: .8rem;
    border-bottom: 2px solid var(--cl-black-10)
}

.title-content .more-link[data-v-66cd9f17] {
    padding: .6rem
}

@media screen and (max-width: 1024px) {
    .title[data-v-66cd9f17] {
        font-size: 3rem !important
    }

    .title-content[data-v-66cd9f17] {
        padding: 3rem
    }
}

.view-content[data-v-9fa0f5d0] {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    box-shadow: var(--el-box-shadow-dark);
    border-radius: 3.2rem;
    overflow: hidden
}

.view-content[data-v-9fa0f5d0]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 3.2rem);
    bottom: -3.2rem;
    left: 0rem;
    background-color: var(--cl-primary-10)
}

.view-content .view-item[data-v-9fa0f5d0] {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 30rem;
    padding: 3.2rem;
    transition: all .3s;
    box-shadow: var(--el-box-shadow)
}

.view-content .view-item[data-v-9fa0f5d0]:hover {
    flex-grow: 2
}

.view-text p[data-v-9fa0f5d0] {
    margin-top: 1.2rem
}

.icon[data-v-9fa0f5d0] {
    position: absolute;
    bottom: 3.2rem;
    right: 3.2rem;
    font-size: 6rem
}

@media screen and (max-width: 1024px) {
    .view-content[data-v-9fa0f5d0] {
        width: 100%;
        display: flex;
        flex-flow: column nowrap
    }

    .view-content .view-item[data-v-9fa0f5d0] {
        height: auto
    }
}

.news-content[data-v-3b8318ae] {
   /* position: sticky;*/
    top: 22.6rem;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 4.8rem;
    width: 90rem;
    height: 100%;
    border-bottom-right-radius: 3.2rem;
    align-items: start;
    background-image: linear-gradient(135deg, var(--cl-primary), var(--cl-secondary))
}

.news-content[data-v-3b8318ae]:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 200%;
    height: 100%;
    right: 4.8rem;
    top: -4.8rem;
    background-color: var(--cl-primary-25);
    border-bottom-right-radius: 3.2rem
}

.news-item[data-v-3b8318ae] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    height: 12rem;
    gap: 1.6rem;
    padding: 3.2rem;
    border-bottom: 1px solid var(--cl-white-10);
    cursor: pointer;
    transition: all .3s
}

.news-item[data-v-3b8318ae]:hover {
    background-color: var(--cl-white-10)
}

.date[data-v-3b8318ae] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    color: #fff
}

.title[data-v-3b8318ae] {
    font-size: 1.8rem;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .news-content[data-v-3b8318ae] {
        position: relative;
        top: 0;
        width: 100%
    }
}

.skeleton[data-v-e96a43d5] {
    width: 100%;
    height: 100%
}

.banner-content[data-v-e96a43d5] {
    height: auto;
    margin-bottom: 6rem;
    overflow: hidden
}

.banner-content .banner-item[data-v-e96a43d5] {
    height: 90vh
}

.banner-txt[data-v-e96a43d5] {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
  /*  gap: 3.2rem;*/
    padding: 9rem 16rem;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0px 0px 3px var(--cl-black-75)
}

.banner-txt .banner-title[data-v-e96a43d5] {
    font-size: 7.2rem;
    font-weight: 400
}

.banner-txt .banner-desc[data-v-e96a43d5] {
    text-align: left;
    width: auto;
    font-size: 1.8rem;
    line-height: 1.5
}

.banner-txt .banner-btn[data-v-e96a43d5] {
    width: 200px;
    text-align: center;
    margin-top: 1.6rem;
    padding: 1.6rem;
    border-radius: 8px;
    color: #fff;
    border: 5px solid #fff;
    cursor: pointer;
    background-color: var(--cl-primary);
    box-shadow: 0 0 3rem 1rem var(--cl-primary-light);
    transition: all .3s
}

.banner-txt .banner-btn[data-v-e96a43d5]:hover {
    box-shadow: 0 0 3rem 1.6rem var(--cl-primary-light)
}

.banner-txt .banner-img[data-v-e96a43d5] {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 1024px) {
    .banner-content[data-v-e96a43d5] {
        height: auto
    }

    .banner-content .banner-item[data-v-e96a43d5] {
        height: 48vh
    }

    .banner-content .banner-txt[data-v-e96a43d5] {
        gap: 1.6rem;
        padding: 3.6rem 6rem;
        justify-content: end
    }

    .banner-content .banner-txt .banner-title[data-v-e96a43d5] {
        font-size: 3.2rem
    }

    .banner-content .banner-txt .banner-desc[data-v-e96a43d5] {
        font-size: 1.4rem;
        max-width: 100%
    }

    .banner-content .banner-txt .banner-btn[data-v-e96a43d5] {
        border: 3px solid #fff;
        width: 120px;
        padding: 1.2rem
    }
}

.statictics-img {
    height: 12rem
}

@media screen and (max-width: 1024px) {
    .statictics-img {
        height: 6rem
    }
}

.title[data-v-c1c73bb5] {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    padding: 3rem 16rem;
    color: var(--cl-primary)
}

.content[data-v-c1c73bb5] {
    position: relative;
    padding: 3rem 16rem;
    margin-bottom: 6rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.produc-content[data-v-c1c73bb5] {
    display: flex;
    align-items: start;
    gap: 4.8rem
}

.produc-content .lrc-text[data-v-c1c73bb5] {
    display: flex;
    flex-flow: column nowrap;
    gap: 2.4rem;
    width: 50%;
    height: 100%;
    padding: 3rem;
    background-color: #fff;
    border-radius: 3.2rem;
    border-top: 3rem solid var(--cl-primary)
}

.produc-content .lrc-text[data-v-c1c73bb5]:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 6rem;
    width: 50%;
    height: calc(100% - 9.4rem);
    border-top-right-radius: 3.2rem;
    border-bottom-right-radius: 3.2rem;
    background-image: linear-gradient(135deg, var(--cl-primary), var(--cl-secondary))
}

.produc-content .lrc-video[data-v-c1c73bb5] {
    border-radius: 3.2rem;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.produc-content .lrc-video video[data-v-c1c73bb5] {
    width: 100%;
    height: 100%
}

.statictics[data-v-c1c73bb5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12rem 0;
    background-size: cover;
    background-image: url(https://www.thalrc.com/images/bg-2.webp);
    background-attachment: fixed;
    background-position: center
}

.statictics-content[data-v-c1c73bb5] {
    display: flex;
    flex-flow: row;
    gap: 4.8rem;
    color: #fff;
    width: 75%;
    background-color: var(--cl-primary-75);
    padding: 4.8rem;
    border-radius: 3.2rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.statictics-content .statictics-item[data-v-c1c73bb5] {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center
}

.statictics-content .statictics-value[data-v-c1c73bb5] {
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: .8rem;
    border-bottom: 5px solid #fff;
    margin-bottom: 1.6rem
}

.statictics-content .statictics-title[data-v-c1c73bb5] {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    color: #fff
}

.statictics-content .statictics-title i[data-v-c1c73bb5] {
    margin-right: 1rem
}

.banner[data-v-c1c73bb5] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.more-technology[data-v-c1c73bb5] {
    position: absolute;
    padding: 0 6rem;
    right: 0
}

.doctor-list[data-v-c1c73bb5] {
    position: relative;
    display: flex;
    gap: 1.6rem;
    flex-flow: row wrap;
    justify-content: space-around
}

.doctor-list[data-v-c1c73bb5]:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6rem;
    top: 36rem;
    width: calc(100% - 3rem);
    height: calc(100% - 30rem);
    background-color: #edebf0
}

.doctor-list[data-v-c1c73bb5]:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -3rem;
    top: 6rem;
    width: 100%;
    height: calc(100% - 3rem);
    background-image: linear-gradient(to right, var(--cl-embellish), var(--cl-secondary))
}

.doctor-item[data-v-c1c73bb5] {
    position: relative;
    display: flex;
    gap: 2.4rem;
    overflow: hidden
}

.doctor-item[data-v-c1c73bb5]:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    width: 200%;
    height: 200%;
    left: -120%;
    top: 30%;
    background-color: var(--cl-primary-10)
}

.doctor-img[data-v-c1c73bb5] {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-width: 12rem;
    height: auto;
    background-position: top;
    background-size: 120%
}

.carousel-content[data-v-c1c73bb5] {
    padding: 0 16rem;
    background-image: url(/assets/bg-2-DohKz7II.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.flow-img[data-v-c1c73bb5] {
    width: 100%;
    height: auto;
    margin-bottom: 1.6rem
}

.news-content[data-v-c1c73bb5] {
    display: flex;
    height: auto
}

.news-img[data-v-c1c73bb5] {
    position: relative;
    flex-grow: 1;
    margin-left: 6rem;
    width: 50%;
    height: auto;
    align-content: center
}

.news-img .news-img__item[data-v-c1c73bb5] {
    width: 100%;
    height: 24rem
}

@media screen and (max-width: 1024px) {
    .title[data-v-c1c73bb5] {
        padding: 3rem;
        font-size: 2.4rem
    }

    .content[data-v-c1c73bb5] {
        padding: 3rem;
        margin-bottom: 3rem
    }

    .statictics-content[data-v-c1c73bb5] {
        width: 80%;
        flex-flow: row wrap;
        align-items: center
    }

    .statictics-title[data-v-c1c73bb5] {
        flex-flow: column;
        height: 3rem;
        align-items: center;
        justify-content: space-between
    }

    .carousel-content[data-v-c1c73bb5] {
        margin: -6rem 0;
        padding: 0 3rem
    }

    .produc-content[data-v-c1c73bb5] {
        display: flex;
        flex-flow: column
    }

    .produc-content .lrc-text[data-v-c1c73bb5] {
        width: 100%
    }

    .produc-content .lrc-video[data-v-c1c73bb5] {
        width: 100%
    }

    .produc-content .lrc-video video[data-v-c1c73bb5] {
        width: 100%
    }

    .news-content[data-v-c1c73bb5] {
        flex-flow: column
    }

    .news-img[data-v-c1c73bb5] {
        display: none
    }
}</pre></body></html>