<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS dÃ&nbsp;nh riÃªng cho template trang chá»§
 */

/* Hero Section Styles */
.hero-section {
  position: relative;
  overflow: hidden;
  /* height: 540px; */
}

.homepage-template .hero-section {
  margin-left: 20px;
  margin-right: 20px;
}

.hero-circle {
  width: 500px;
  height: 500px;
  background: #c9f2fd;
  z-index: -1;
  bottom: -8%;
  left: -7%;
  border-radius: 50%;
  filter: blur(40px);
}

.site-content {
  overflow-x: hidden !important;
}

.hero-circle-pink {
  width: 250px;
  height: 800px;
  background: #ffe5ed;
  z-index: -1;
  top: 65%;
  right: 0px;
  border-radius: 50%;
  filter: blur(40px);
}

.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.card-line {
  width: 30%;
  border-bottom: 2px solid #3d9cd8;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 24px;
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 100px;
  padding-left: 65px;
}

.hero-subtitle {
  margin-top: 0;
  margin-left: 0;
  font: normal normal medium 24px/42px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #ffffff;
}

.hero-content {
  position: relative;
  border-radius: 10px;
}


.homepage-template .bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

/* Service Links */
.homepage-template .service-link-card {
  transition: all 0.3s ease;
}

.homepage-template .service-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.homepage-template .service-link-card:hover h3 {
  color: #4cbbda;
}

.homepage-template .service-link-card i {
  color: #4cbbda;
  transition: all 0.3s ease;
}

.homepage-template .service-link-card:hover i {
  transform: scale(1.1);
}

/* Section Titles */
.homepage-template .section-title {
  color: #333;
  margin-bottom: 1rem;
  position: relative;
}

/* Clinic Cards */
.homepage-template .clinic-card {
  transition: all 0.3s ease;
  border-radius: 24px;
  overflow: hidden;
}

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

.homepage-template .clinic-card .card-title {
  color: #4cbbda;
  font-weight: 600;
}

.homepage-template .clinic-card i {
  color: #595757;
}

/* News Section */
.homepage-template .news-item {
  transition: all 0.3s ease;
}

.homepage-template .news-item:hover {
  background-color: #f8f9fa;
}

.homepage-template .news-date {
  color: #666;
  font-size: 0.9rem;
}

.homepage-template .news-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.homepage-template .news-item h3 a {
  color: #333;
  transition: all 0.2s ease;
}

.homepage-template .news-item h3 a:hover {
  color: #4cbbda;
  text-decoration: none;
}

/* Sidebar Widgets */
.homepage-template .sidebar-widget {
  border-radius: 8px;
  margin-bottom: 30px;
}

.homepage-template .widget-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.homepage-template .sidebar-widget ul li a {
  color: #333;
  transition: all 0.2s ease;
  display: block;
  padding: 0.4rem 0;
}

.homepage-template .sidebar-widget ul li a:hover {
  color: #4cbbda;
  transform: translateX(5px);
}

.homepage-template .sidebar-widget ul li a i {
  transition: all 0.2s ease;
}

.homepage-template .sidebar-widget ul li a:hover i {
  transform: translateX(3px);
}

.homepage-template .header-inner {
  margin-left: 20px;
  margin-right: 20px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero-section {
    /*height: 450px;*/
  }

  .hero-content-wrapper {
    padding-top: 80px;
    padding-left: 40px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 52px;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 36px;
  }

  .homepage-template .hero-content {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    height: auto;
    padding-bottom: 40px;
    margin-top: 0px;
  }

  .hero-content-wrapper {
    padding-top: 60px;
    padding-left: 30px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 20px;
  }

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

  .hero-subtitle {
    font-size: 18px;
    line-height: 32px;
  }

  .hero-content {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    /*height: 580px;*/
  }
  .homepage-template .hero-section {
    margin-top: 0px;
  }

  .homepage-template .header-inner {
    margin: 0 10px;
  }

  .hero-content-wrapper {
    padding-top: 40px;
    padding-left: 20px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 16px;
    max-width: 310px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 28px;
    max-width: 280px;
  }

  .hero-content {
    padding: 1rem;
  }
}

/* Adjust for tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section {
    height: auto;
    padding-bottom: 50px;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 1s ease-in-out;
}

.slide-up {
  animation: slideUp 0.6s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Fix for header transitions */
.header-transition-fixed {
  transition: all 0.3s ease !important;
  animation: none !important;
}

.homepage-template .site-header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0 20px;
  transition: all 0.3s ease;
}

.homepage-template .site-header.sticky {
  top: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* Override any transform or opacity animations that might cause flickering */
.homepage-template .site-header,
.homepage-template .site-header * {
  transform: none;
  opacity: 1;
  animation: none;
}

/* Additional fix for sticky header on homepage template */
.homepage-template #common-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
}

/* Media query adjustment for header on mobile */
@media (max-width: 767.98px) {
  .homepage-template .site-header {
    margin: 0 10px;
  }
}

/* Admin bar adjustments - Cáº­p nháº­t Ä‘á»ƒ khÃ´ng bá»‹ che bá»Ÿi admin bar */
.admin-bar.homepage-template {
  padding-top: 118px;
}

.home-page-main .page-header-with-menu {
  margin-bottom: 0px;
  margin-top: 26px;
}

/* Cho admin bar 32px */
.admin-bar .homepage-template .site-header {
  top: 42px; /* TÄƒng top tá»« 32px lÃªn 42px Ä‘á»ƒ cÃ¡ch admin bar 10px */
}

.admin-bar .homepage-template .site-header.sticky {
  top: 42px; /* Giá»¯ khoáº£ng cÃ¡ch 10px ngay cáº£ khi sticky */
}

/* Admin bar thay Ä‘á»•i kÃ­ch thÆ°á»›c trÃªn mÃ&nbsp;n hÃ¬nh nhá» hÆ¡n */
@media screen and (max-width: 782px) {
  .admin-bar .homepage-template .site-header {
    top: 56px; /* TÄƒng top tá»« 46px lÃªn 56px Ä‘á»ƒ cÃ¡ch admin bar 10px */
  }

  .admin-bar .homepage-template .site-header.sticky {
    top: 56px; /* Giá»¯ khoáº£ng cÃ¡ch 10px ngay cáº£ khi sticky */
  }

  .homepage-template {
    padding-top: 108px;
  }
}

/* Admin bar áº©n Ä‘i trÃªn mÃ&nbsp;n hÃ¬nh nhá» hÆ¡n 600px khi cuá»™n */
@media screen and (max-width: 600px) {
  .admin-bar .homepage-template .site-header {
    top: 10px; /* admin bar biáº¿n máº¥t khi cuá»™n, giá»¯ menu cÃ¡ch top 10px */
  }

  .admin-bar .homepage-template .site-header.sticky {
    top: 10px; /* admin bar biáº¿n máº¥t khi cuá»™n, giá»¯ menu cÃ¡ch top 10px */
  }

  .admin-bar.homepage-template {
    padding-top: 90px; /* Äiá»u chá»‰nh padding khi khÃ´ng cÃ³ admin bar */
  }
}

/* Fix cho common-header-menu khi cÃ³ admin bar */
.admin-bar .homepage-template #common-header-menu {
  top: 42px; /* CÃ¡ch admin bar 10px */
}

@media screen and (max-width: 782px) {
  .admin-bar .homepage-template #common-header-menu {
    top: 56px; /* CÃ¡ch admin bar 10px trÃªn mobile */
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .homepage-template #common-header-menu {
    top: 10px; /* CÃ¡ch top 10px khi admin bar áº©n Ä‘i */
  }
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
  .homepage-template {
    padding-top: 98px;
  }

  .homepage-template .site-header {
    margin: 0 10px;
  }
}

/* Hero section needs to account for fixed header */
.homepage-template .hero-section {
  padding-top: 0;
}

/* Prevent FOUC (Flash of Unstyled Content) for header */
html:not(.homepage-ready) .homepage-template .site-header {
  opacity: 0;
}

html.homepage-ready .homepage-template .site-header {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* Restore header inner styles that were accidentally removed */
.homepage-template .site-header .header-inner {
  margin: 0;
  border-radius: 20px;
}

/* Styles for page-header-menu with admin bar */
.page-header-menu {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
}

.page-header-menu.has-admin-bar {
  top: 20px !important; /* TÄƒng khoáº£ng cÃ¡ch Ä‘á»ƒ khÃ´ng bá»‹ che */
}

@media screen and (max-width: 782px) {
  .page-header-menu {
    top: 0; /* GiÃ¡ trá»‹ máº·c Ä‘á»‹nh cho mobile */
  }

  .page-header-menu.has-admin-bar {
    top: 60px !important; /* TÄƒng khoáº£ng cÃ¡ch trÃªn thiáº¿t bá»‹ di Ä‘á»™ng */
  }
}

@media screen and (max-width: 600px) {
  .page-header-menu {
    top: 0px !important; /* Position for small mobile devices */
  }

  .page-header-menu.has-admin-bar {
    top: 53px !important; /* TÄƒng khoáº£ng cÃ¡ch trÃªn thiáº¿t bá»‹ di Ä‘á»™ng nhá» */
  }
}

/* Body cÃ³ admin bar - Ä‘áº£m báº£o cÃ¡c pháº§n tá»­ khÃ´ng bá»‹ che */
body.has-admin-bar.homepage-template {
  /* ThÃªm padding-top Ä‘á»ƒ trÃ¡nh bá»‹ che bá»Ÿi admin bar vÃ&nbsp; header */
  padding-top: 90px !important; /* 32px (admin bar) + 10px (khoáº£ng cÃ¡ch) + menu height */
}

@media screen and (max-width: 782px) {
  body.has-admin-bar.homepage-template {
    padding-top: 156px !important; /* 46px (admin bar nhá») + 10px + menu height */
  }
}

@media screen and (max-width: 600px) {
  body.has-admin-bar.homepage-template {
    padding-top: 100px !important; /* Admin bar biáº¿n máº¥t khi scroll, chá»‰ tÃ­nh menu */
  }
  .home-page-main .page-header-with-menu {
    margin-top: 0px;
  }
}
</pre></body></html>