<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 cÃ¡c pháº§n Notice vÃ&nbsp; About trÃªn homepage
 */

/* Reset margin cho cÃ¡c section */
section {
  margin-top: 0;
  margin-bottom: 0;
}

/* Notice Section Styles */
.notice-section {
  position: relative;
  z-index: 1;
  padding-top: 22px;
  padding-bottom: 43px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  /* .notice-section .container,
  .notice-section .container-notice {
    padding-left: 85px;
    padding-right: 85px;
  } */
}

@media (max-width: 767.98px) {
  .notice-section .container,
  .notice-section .container-notice {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.notice-container {
  /* padding: 20px; */
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .notice-container {
    padding: 15px;
  }
}

@media (max-width: 575.98px) {
  .notice-container {
    padding: 12px;
  }
}

.section-title.notice-title {
  color: #ee86a8;
  text-align: left;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold)
    var(--unnamed-font-size-16) / var(--unnamed-line-spacing-35)
    var(--unnamed-font-family-noto-sans-cjk-jp);
  margin-bottom: 0px !important;
}

.notice-list {
  background-color: #f8dfe5;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  border-radius: 24px;
  padding: 10px;
}

/* Adjust title to prevent overflow */
.notice-title.text-truncate {
  max-width: 100%;
}

.notice-item:last-child:not(:only-child) {
  margin-bottom: 0;
  border-top: 1px solid #edd8dd;
}

.notice-item {
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  padding: 10px 15px;
}

.notice-item:hover {
  transform: translateY(-2px);
  border-left: 3px solid var(--theme-pink);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.notice-item-top {
  margin-bottom: 8px;
}

.notice-item-bottom {
  width: 100%;
}

.notice-icon {
  min-width: 30px;
  display: flex;
  align-items: center;
}

.notice-date {
  font-size: 16px;
  color: #565e67;
  white-space: nowrap;
}

.notice-badges {
  display: flex;
  align-items: center;
}

.notice-badges .badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 8px;
  margin-right: 5px;
  text-align: center;
}

.bi-exclamation-circle::before {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.mr-16 {
  margin-right: 16px;
}

.notice-badges .badge.bg-theme-pink {
  background-color: #ee86a8 !important;
  color: #fff;
  height: 27px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-badges .badge.bg-primary {
  background-color: #f4b383 !important;
  color: #565e67;
  height: 27px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.notice-badges .badge.bg-default {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.notice-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 0;
  width: 100%;
}

.notice-title {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  color: #565e67;
}

.notice-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #565e67;
}

.notice-content .btn {
  flex-shrink: 0;
  margin-left: auto;
  width: 28px;
  height: 28px;
  /* background-color: #FFF; */
  /* color: #EE86A8; */
  /* border: 1px solid rgba(238, 134, 168, 0.2); */
  /* border-radius: 50%; */
  transition: all 0.2s ease;
}

.notice-content .btn:hover {
  background-color: #ee86a8;
  color: #fff;
  box-shadow: 0 2px 6px rgba(238, 134, 168, 0.3);
}

.notice-content .btn i {
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .notice-content .btn {
    width: 24px;
    height: 24px;
  }

  .notice-content .btn i {
    font-size: 12px;
  }
}

/* About Section Styles */
.about-section {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .about-section .container {
    /* padding-left: 85px; */
    /* padding-right: 85px; */
  }
}

@media (max-width: 767.98px) {
  .about-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-image {
  overflow: hidden;
  border-radius: 8px;
}

.about-image img {
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.about-image:hover img {
  transform: scale(1.03);
}

.about-image-overlay {
  background: linear-gradient(
    0deg,
    rgba(4, 19, 60, 0.8) 0%,
    rgba(4, 19, 60, 0) 100%
  );
}

.about-content {
  position: relative;
}

.about-text p {
  margin-bottom: 1rem;
}

.about-text p:last-child {
  margin-bottom: 0;
}

/* Custom utility classes */
.bg-gradient-dark-bottom {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .notice-section {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .about-image {
    max-height: 350px;
  }

  .about-image img {
    height: 100%;
    object-fit: cover;
  }

  .about-content {
    border-radius: 24px;
  }
}

@media (min-width: 992px) {
  .about-content {
    height: 100%;
  }

  .notice-item {
    padding: 10px 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .notice-section {
    padding-top: 18px;
    padding-bottom: 30px;
  }

  .notice-badges .badge {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
  }

  .notice-item {
    padding: 10px 0.75rem;
  }

  .notice-title {
    max-width: calc(100% - 40px);
  }

  .notice-badges {
    flex-wrap: wrap;
  }

  .notice-item-top {
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .notice-section {
    padding-top: 15px;
    padding-bottom: 25px;
  }

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

  .mr-16 {
    margin-right: 10px;
  }

  .mr-10 {
    margin-right: 10px;
  }

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

  .notice-badges .badge {
    padding: 0.15rem 0.35rem;
    font-size: 0.65rem;
  }

  .notice-title {
    font-size: 16px;
    max-width: calc(100% - 35px);
    margin-bottom: 0px !important;
  }

  .notice-item {
    padding: 8px 10px;
  }

  .notice-icon {
    min-width: 24px;
  }

  .notice-badges {
    margin-top: 4px;
  }
  .homepage-template .section-title {
    padding-bottom: 0px;
  }
}

/* Clinic Introduction Section Styles */
.clinic-intro-section {
  padding-top: 87px;
  padding-bottom: 87px;
  background-color: #fef6ec;
  position: relative;
}

/* Header Styles */
.clinic-intro-header {
  margin-bottom: 43px;
}

.clinic-intro-title {
  font-size: 32px;
  font-weight: 500;
  color: #565e67;
  margin-bottom: 15px;
}

.clinic-intro-subtitle {
  font-size: 16px;
  color: #5ac3e1;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Clinic Boxes Row */
.clinic-boxes-row {
  margin-bottom: 30px;
}

.clinic-boxes-row:last-child {
  margin-bottom: 0;
}

/* Clinic Box Styles */
.clinic-box {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

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

.clinic-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 60%; /* 5:3 aspect ratio */
}

.clinic-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.clinic-box:hover .clinic-image {
  transform: scale(1.05);
}

.clinic-content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clinic-info {
  flex: 1;
  position: relative;
  padding-left: 15px;
}

.clinic-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 64px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.clinic-box-1 .clinic-info:before {
  background: #83daf4;
}

.clinic-box-2 .clinic-info:before {
  background: #f4b383;
}

.clinic-box-3 .clinic-info:before {
  background: #8ee6a2;
}

.clinic-box-4 .clinic-info:before {
  background: #c292f2;
}
.clinic-box-5 .clinic-info:before {
  background: #ff6347;
}

/*.clinic-box:hover .clinic-info:before {
  height: 70px;
  background: linear-gradient(to bottom, #5ac3e1, #3d9cd8);
}*/

.clinic-category {
  font-size: 16px;
  color: #595757;
  margin-bottom: 5px;
  font-weight: 500;
}

.clinic-name {
  font-size: 24px;
  color: #595757;
  margin-bottom: 0;
  font-weight: 700;
}

.clinic-link {
  flex-shrink: 0;
  margin-left: 15px;
  display: block;
}

.clinic-link-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.clinic-link-circle i {
  font-size: 20px;
}

.clinic-link:hover .clinic-link-circle {
  background-color: #3d9cd8;
  transform: translateX(3px);
}

/* Responsive Styles for Clinic Section */
@media (max-width: 1199.98px) {
  .clinic-name {
    font-size: 18px;
  }

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

  .clinic-link-circle {
    width: 36px;
    height: 36px;
  }

  .clinic-link-circle i {
    font-size: 18px;
  }

  .clinic-info:before {
    height: 56px;
  }
}

@media (max-width: 991.98px) {
  .clinic-intro-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .clinic-intro-title {
    font-size: 28px;
  }

  .clinic-intro-subtitle {
    font-size: 15px;
  }

  .clinic-boxes-row {
    margin-bottom: 25px;
  }

  .clinic-content {
    padding: 15px;
  }

  .clinic-name {
    font-size: 16px;
  }

  .clinic-category {
    font-size: 12px;
  }

  .clinic-link-circle {
    width: 32px;
    height: 32px;
  }

  .clinic-link-circle i {
    font-size: 16px;
  }

  .clinic-info:before {
    height: 50px;
    width: 5px;
  }
}

@media (max-width: 767.98px) {
  .clinic-intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clinic-intro-title {
    font-size: 24px;
  }

  .clinic-intro-subtitle {
    font-size: 14px;
  }

  .clinic-intro-header {
    margin-bottom: 30px;
  }

  .clinic-boxes-row {
    margin-bottom: 0; /* Reset margin as we use margin on cols instead */
  }

  .clinic-content {
    padding: 15px;
  }

  .clinic-name {
    font-size: 16px;
  }

  .clinic-info:before {
    height: 45px;
    width: 4px;
  }
}

@media (max-width: 575.98px) {
  .clinic-intro-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clinic-intro-title {
    font-size: 22px;
  }

  .clinic-intro-subtitle {
    font-size: 13px;
  }

  .clinic-intro-header {
    margin-bottom: 25px;
  }

  .clinic-boxes-row {
    margin-bottom: 15px;
  }

  .clinic-content {
    padding: 12px;
  }

  .clinic-category {
    font-size: 11px;
  }

  .clinic-name {
    font-size: 15px;
  }

  .clinic-link-circle {
    width: 30px;
    height: 30px;
  }

  .clinic-link-circle i {
    font-size: 15px;
  }

  .clinic-info {
    padding-left: 12px;
  }

  .clinic-info:before {
    height: 40px;
    width: 4px;
  }

  .clinic-box:hover .clinic-info:before {
    height: 46px;
    width: 6px;
  }

  /* Smaller padding-top for image wrapper on mobile */
  .clinic-image-wrapper {
    padding-top: 56.25%; /* 16:9 aspect ratio for mobile */
  }
}
</pre></body></html>