<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS for homepage components extracted from PHP template files
 */

/* Greeting Section Styles */
.greeting-section {
    padding: 80px 0;
    background-color: #FCFAF8;
    position: relative;
    margin-bottom: 63px;
}

/* Text Column Styles */
.greeting-text-column {
    padding-right: 40px;
}

.greeting-title {
    font-size: 32px;
    font-weight: 500;
    color: #595757;
    margin-bottom: 15px;
}

.greeting-subtitle {
    font-size: 16px;
    color: #5AC3E1;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.greeting-heading {
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    line-height: 55px;
    margin-bottom: 20px;
}

.greeting-divider {
    width: 88px;
    height: 1px;
    background-color: #707070;
    margin-bottom: 25px;
}

.greeting-description p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #565E67;
}

.greeting-signature {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.greeting-director-info {
    display: flex;
    align-items: center;
}

.greeting-director-title-wrapper {
    display: flex;
    align-items: center;
}

.greeting-director-name-wrapper {
    display: flex;
    align-items: center;
}

.greeting-director-title {
    font-size: 16px;
    color: #565E67;
    margin-right: 17px;
    line-height: 35px;
}

.greeting-director-name {
    font-size: 28px;
    font-weight: 700;
    color: #595757;
    margin-right: 13px;
}

.greeting-director-name-en {
    font-size: 16px;
    color: #A0A0A0;
}

.greeting-blog-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background-color: #5AC3E1;
    color: #FFFFFF;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.greeting-blog-link:hover {
    background-color: #3D9CD8;
    color: #FFFFFF;
}

.greeting-blog-link i {
    margin-left: 5px;
}

/* Image Column Styles */
.greeting-image-column {
    position: relative;
}

.greeting-image-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.greeting-bg-left {
    position: absolute;
    width: 66.67%;
    height: 66.67%;
    background-color: #FDE2E2;
    border-radius: 50%;
    top: 16.67%;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.greeting-bg-right {
    position: absolute;
    width: 66.67%;
    height: 66.67%;
    background-color: #D9EAFF;
    border-radius: 50%;
    top: 16.67%;
    right: 0;
    z-index: 2;
    opacity: 0.5;
}

.greeting-image-container {
    width: 80%;
    max-width: 450px;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: 16.67%;
}

.greeting-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* Responsive Styles */
@media (max-width: 1199.98px) {
    .greeting-text-content {
        max-width: 100%;
    }

    .greeting-heading {
        font-size: 26px;
    }

    .greeting-image-wrapper {
        height: 450px;
    }

    .greeting-image-container {
        max-width: 400px;
    }
}

@media (max-width: 991.98px) {
    .greeting-section {
        padding: 60px 0;
        margin-bottom: 0px;
    }

    .greeting-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .greeting-text-column {
        padding-right: 20px;
        padding-left: 20px;
    }

    .greeting-heading {
        font-size: 24px;
    }

    .greeting-description p {
        font-size: 15px;
    }

    .greeting-image-wrapper {
        height: 400px;
    }

    .greeting-image-container {
        max-width: 350px;
        width: 70%;
    }
}

@media (max-width: 767.98px) {
    .greeting-section {
        padding: 50px 0;
    }

    .greeting-header {
        text-align: left;
    }

    .greeting-text-column {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 40px;
        order: 2;
    }

    .greeting-image-column {
        order: 1;
        margin-bottom: 30px;
    }

    .greeting-text-content {
        text-align: left;
        margin: 0 auto;
    }

    .greeting-title {
        font-size: 28px;
    }

    .greeting-heading {
        font-size: 22px;
        line-height: 1.5;
    }

    .greeting-divider {
        margin-right: auto;
    }

    .greeting-image-wrapper {
        height: 380px;
    }

    .greeting-bg-left, .greeting-bg-right {
        width: 60%;
        height: 60%;
        top: 0%;
    }

    .greeting-image-container {
        max-width: 300px;
        margin: 0 auto;
        width: 65%;
        top: 0%;
    }

    .greeting-signature {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }

    .greeting-director-info {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        text-align: center;
        width: 100%;
    }

    .greeting-director-title-wrapper,
    .greeting-director-name-wrapper {
        width: 100%;
        justify-content: start;
        margin-bottom: 8px;
    }

    .greeting-director-name-wrapper {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 8px;
    }

    .greeting-director-title,
    .greeting-director-name {
        margin-right: 0;
    }

    .greeting-blog-link {
        margin-top: 5px;
    }
}

@media (max-width: 575.98px) {
    .greeting-section {
        padding: 40px 0;
    }

    .greeting-title {
        font-size: 24px;
    }

    .greeting-subtitle {
        font-size: 14px;
    }

    .greeting-heading {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .greeting-description p {
        font-size: 14px;
        line-height: 1.6;
    }

    .greeting-image-wrapper {
        height: 300px;
    }

    .greeting-bg-left, .greeting-bg-right {
        width: 70%;
        height: 70%;
        top: -5%;
    }

    .greeting-image-container {
        width: 80%;
    }

    .greeting-director-name {
        font-size: 28px;
    }

    .greeting-director-name-en {
        font-size: 16px;
    }

    .greeting-director-name-wrapper {
        flex-direction: row;
        gap: 6px;
    }

    .greeting-director-title {
        font-size: 16px;
        line-height: 1.5;
    }

    .greeting-blog-link {
        font-size: 14px;
        padding: 6px 16px;
    }
}

.greeting-header {
    margin-bottom: 43px;
}

@media (min-width: 1441px) {
    .greeting-bg-left, .greeting-bg-right {
      height: 80%;
    }
}

/* Beginner Section Styles */
.beginner-section {
    padding: 60px 0;
    background-color: #fff;
}

.beginner-section-title {
    position: relative;
}

.beginner-section-title.text-left {
    padding-left: 0;
}

.beginner-section-title:not(.text-left) {
    padding-left: 30px;
}

.beginner-section-title:not(.text-left):after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background-color: #5AC3E1;
}

.beginner-title {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.beginner-subtitle {
    font-size: 16px;
    color: #5AC3E1;
    margin: 0;
    font-weight: 400;
}

.beginner-box {
    height: 100%;
    transition: transform 0.3s ease;
}

.beginner-box:hover {
    transform: translateY(-5px);
}

.beginner-box-inner {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    overflow: hidden;
}

.beginner-box-image {
    height: 220px;
    overflow: hidden;
    position: relative;
    /* background: #f5f5f5; */
}

.beginner-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.beginner-box-content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.beginner-text-content {
    flex: 1;
}

.beginner-box-title {
    font-size: 18px;
    font-weight: 500;
    color: #5AC3E1;
    margin-bottom: 5px;
}

.beginner-box-subtitle {
    font-size: 20px;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.beginner-box-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5AC3E1;
    position: relative;
    transition: all 0.3s ease;
}

.beginner-box-link:hover {
    color: #3D9CD8;
    text-decoration: none;
}

/* .beginner-box-link:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(90, 195, 225, 0.1);
    transition: all 0.3s ease;
    z-index: 0;
} */

.arrow-icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 1280px) {
    .beginner-box-image {
        height: 180px;
    }
}

@media (max-width: 991.98px) {
    .beginner-section {
        padding: 50px 0;
    }

    .beginner-box-inner {
        height: 100%;
    }

    .beginner-box-image {
        height: 200px;
    }

    .beginner-title {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .beginner-section {
        padding: 40px 0;
    }

    .beginner-title {
        font-size: 22px;
    }

    .beginner-box-title {
        font-size: 16px;
    }

    .beginner-box-subtitle {
        font-size: 18px;
    }

    .beginner-box-content {
        flex-direction: row;
        padding: 15px;
    }

    .beginner-text-content {
        flex: 1;
    }

    .beginner-box-link {
        margin-left: 10px;
    }

    .beginner-box-image {
        height: 180px;
    }
}

@media (max-width: 575.98px) {
    .beginner-section {
        padding: 30px 0;
    }

    .beginner-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .beginner-title {
        font-size: 20px;
    }

    .beginner-subtitle {
        font-size: 14px;
    }

    .beginner-box-content {
        padding: 12px;
    }

    .beginner-box-subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .beginner-box-link {
        transform: scale(0.9);
    }

    .arrow-icon {
        width: 20px;
        height: 20px;
    }

    .beginner-box-image {
        height: 160px;
    }

    .beginner-box-title {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .beginner-box-image {
        height: 140px;
    }

    .beginner-box-content {
        padding: 10px;
    }

    .beginner-box-link {
        transform: scale(0.8);
    }

    .beginner-box-title {
        font-size: 12px;
    }

    .beginner-box-subtitle {
        font-size: 14px;
    }

    .arrow-icon {
        width: 18px;
        height: 18px;
    }
}

/* Clinics Section Styles */
.clinics-section {
    padding: 60px 0;
    background-color: #F8F9FA;
}

.clinics-section-title-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.clinics-section-title-wrapper.text-left {
    padding-left: 0;
}

.clinics-section-title {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    position: relative;
}

.clinics-section-title-wrapper.text-left .clinics-section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    /* background-color: #5AC3E1; */
}

.clinics-section-title-wrapper:not(.text-left) .clinics-section-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background-color: #5AC3E1;
}

.clinics-section-subtitle {
    font-size: 16px;
    color: #5AC3E1;
    margin: 0;
    font-weight: 400;
}

.clinic-card {
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clinic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.clinic-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinic-icon {
    width: 60px;
    height: 60px;
}

.clinic-card-title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.clinic-card-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

.clinic-card-text p {
    margin-bottom: 0;
}

.text-right {
    text-align: right;
}

.clinic-link {
    display: inline-flex;
    align-items: center;
    color: #5AC3E1;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.clinic-link:hover {
    color: #3D9CD8;
    text-decoration: none;
}

.clinic-link .arrow-icon {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

.clinic-link .arrow-icon i {
    font-size: 24px;
}

.clinic-link:hover .arrow-icon {
    transform: translateX(5px);
}

.clinic-link:hover .arrow-icon i {
    color: #3D9CD8;
}

.clinic-link .bi {
    margin-left: 5px;
}

.clinic-link:hover .bi {
    transform: translateX(3px);
}

@media (max-width: 575.98px) {
    .clinic-link .arrow-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 360px) {
    .clinic-link .arrow-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 1199.98px) {
    .clinics-section {
        padding: 50px 0;
    }

    .clinic-card-title {
        font-size: 20px;
    }

    .clinic-card-text {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .clinics-section {
        padding: 40px 0;
    }

    .clinics-section-title {
        font-size: 24px;
    }

    .clinics-section-subtitle {
        font-size: 15px;
    }

    .clinic-card-title {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .clinics-section {
        padding: 30px 0;
    }

    .clinics-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .clinics-section-title-wrapper {
        margin-bottom: 20px;
    }

    .clinics-section-title {
        font-size: 22px;
    }

    .clinics-section-title-wrapper.text-left .clinics-section-title:after,
    .clinics-section-title-wrapper:not(.text-left) .clinics-section-title:after {
        bottom: -8px;
    }

    .clinic-card {
        margin-bottom: 15px;
    }

    .clinic-card-title {
        font-size: 18px;
    }

    .clinic-card-text {
        font-size: 14px;
    }

    .clinic-link {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .clinics-section {
        padding: 25px 0;
    }

    .clinics-section-title-wrapper {
        margin-bottom: 15px;
    }

    .clinics-section-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .clinics-section-title-wrapper.text-left .clinics-section-title:after,
    .clinics-section-title-wrapper:not(.text-left) .clinics-section-title:after {
        width: 30px;
        height: 2px;
    }

    .clinics-section-subtitle {
        font-size: 14px;
    }

    .clinic-card-title {
        font-size: 16px;
    }

    .clinic-card-text {
        font-size: 13px;
    }

    .clinic-link {
        font-size: 13px;
    }
}

/* Media Section Styles */
.media-section {
    padding: 80px 0;
    background-color: #FFF;
    position: relative;
}

.pt-89 {
  padding-top: 89px;
}

.media-content-row {
    display: flex;
    align-items: flex-start;
}

/* Text Column Styles */
.media-text-column {
    padding-right: 40px;
}

.media-header {
    margin-bottom: 30px;
}

.media-title {
    font-size: 32px;
    font-weight: 500;
    color: #595757;
    margin-bottom: 5px;
}

.media-subtitle {
    font-size: 20px;
    color: #5AC3E1;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.media-text-content {
    margin-bottom: 30px;
}

.media-description p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #565E67;
    font-weight: 500;
}

.media-buttons {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.btn-media-primary {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background-color: #5AC3E1;
    color: #FFFFFF;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    min-width: 180px;
    justify-content: center;
}

.btn-media-primary:hover {
    background-color: #3D9CD8;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(61, 156, 216, 0.2);
}

.btn-media-secondary {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background-color: #FFFFFF;
    color: #FF0000;
    border: 1px solid #FF0000;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    min-width: 140px;
    justify-content: center;
}

.btn-media-secondary:hover {
    background-color: #FF0000;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.2);
}

.btn-media-primary i,
.btn-media-secondary i {
    margin-left: 8px;
    font-size: 16px;
}

/* Video Column Styles */
.media-video-column {
    position: relative;
}

.media-video-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.media-video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background-color: #000;
    transition: all 0.3s ease;
}

.media-video-container:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.media-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.media-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 15px); /* Adjust for margin-bottom of wrapper */
    background-color: rgba(0, 0, 0, 0.1);
    display: none; /* Initially hidden, will be shown by JavaScript */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.media-video-container:hover + .media-video-overlay,
.media-video-overlay:hover {
    display: flex;
}

.media-play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.media-play-button i {
    color: #FF0000;
    font-size: 40px;
    margin-left: 5px; /* Adjust for the play icon's visual center */
}

.media-play-button:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.media-video-caption {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.caption-date {
    font-size: 14px;
    color: #5AC3E1;
    margin-bottom: 5px;
}

.caption-title {
    font-size: 16px;
    font-weight: 500;
    color: #565E67;
}

/* Responsive Styles */
@media (max-width: 1199.98px) {
    .media-text-content {
        max-width: 100%;
    }


    .media-play-button {
        width: 70px;
        height: 70px;
    }

    .media-play-button i {
        font-size: 35px;
    }
}

@media (max-width: 991.98px) {
    .media-section {
        padding: 60px 0;
    }

    .media-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .media-text-column {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 40px;
    }

    .media-description p {
        font-size: 15px;
    }

    .media-video-wrapper {
        max-width: 100%;
    }

    .media-play-button {
        width: 60px;
        height: 60px;
    }

    .media-play-button i {
        font-size: 30px;
    }

    .btn-media-primary,
    .btn-media-secondary {
        min-width: auto;
    }

    .media-content-row {
        flex-direction: column;
    }

    .media-video-column {
        order: 2;
    }

    .media-text-column {
        order: 1;
    }

    .media-header {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .media-section {
        padding: 50px 0;
    }

    .media-header {
        text-align: left;
    }

    .media-text-column {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
    }

    .media-text-content {
        text-align: left;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .media-title {
        font-size: 28px;
    }

    .media-divider {
        margin-right: auto;
    }

    .media-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn-media-primary,
    .btn-media-secondary {
        width: 100%;
        justify-content: center;
    }

    .media-play-button {
        width: 50px;
        height: 50px;
    }

    .media-play-button i {
        font-size: 25px;
    }

    .media-video-overlay {
        display: none !important;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0.7;
    }

    .media-video-container:hover + .media-video-overlay,
    .media-video-overlay:hover {
        opacity: 1;
    }
}

@media (max-width: 575.98px) {
    .media-section {
        padding: 40px 0;
    }

    .media-title {
        font-size: 24px;
    }

    .media-subtitle {
        font-size: 14px;
    }

    .media-description p {
        font-size: 14px;
        line-height: 1.6;
    }

    .media-buttons {
        margin-top: 20px;
    }

    .btn-media-primary,
    .btn-media-secondary {
        font-size: 14px;
        padding: 8px 20px;
    }

    .caption-date {
        font-size: 12px;
    }

    .caption-title {
        font-size: 14px;
    }

    .media-text-column {
        margin-bottom: 25px;
    }

    .media-header {
        margin-bottom: 15px;
    }

    .media-text-content {
        margin-bottom: 15px;
    }

    .pt-89 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .media-content-row {
        align-items: center;
    }

    .media-video-wrapper {
        margin-top: 15px;
    }
}

@media (hover: none) {
    /* For touch devices that don't support hover */
    .media-video-overlay {
        display: none !important;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0.7;
    }

    .media-video-overlay:active {
        opacity: 1;
    }
}</pre></body></html>