.h1, .banner h1 {
	font-weight: 500 !important;
	line-height: 1.1em;
}
/* ******  Header******/
.header-wrapper {				padding:15px!important;
		}
.section1 .row-banner .banner,
.section1 .row-banner .banner .banner-inner {
  border-radius: 30px;
  overflow: hidden;
} /* Cho tất cả lớp con kế thừa bo góc để không “lòi” */
.header-nav-main.nav-spacing-xlarge > li {
    margin-left: 18px; /* Tăng khoảng cách bên trái */
    margin-right: 18px; /* Tăng khoảng cách bên phải */
}
.section1 .row-banner .banner .banner-bg,
.section1 .row-banner .banner .banner-bg .bg,
.section1 .row-banner .banner .banner-layers,
.section1 .row-banner .img .img-inner,
.section1 .row-banner .img img {
  border-radius: inherit;
  overflow: hidden;
} /* Responsive */
@media (max-width: 849px) {
  .contact-info-item {
    margin-bottom: 25px;
  }
}
.contact-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}
.contact-title br {
  display: none;
}
.contact-title svg {
  flex-shrink: 0;
  display: block;
} /* Thanhf viên*/
.team-stat-box {
  max-width: 300px;
  margin: 0 auto;
  background: #ea751c;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(234, 117, 28, 0.3);
}
.team-stat-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.team-stat-icon svg {
  width: 40px;
  height: 40px;
  color: white;
}
.team-stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: 15px;
}
.team-stat-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  margin: 0;
} /* Responsive */
@media (max-width: 768px) {
  .team-stat-box {
    max-width: 100%;
    padding: 35px 25px;
  }
  .team-stat-number {
    font-size: 2.5rem;
  }
}
.icon-text {
  display: inline-flex; /* gọn theo nội dung */
  align-items: flex-start; /* bám dòng đầu tiên */
  gap: 0.5rem;
  line-height: 1.2;
} /* Dấu chấm */
.icon-text::before {
  --dot-size: 0.6em; /* đổi kích thước theo font */
  --dot-nudge: 0px; /* vi chỉnh nếu cần */
  content: "";
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: #ea751c;
  flex: 0 0 auto; /* canh giữa line-height của dòng đầu tiên */
  margin-top: calc(0.5em - (var(--dot-size) / 2) + var(--dot-nudge));
} /* Modifier: căn TRÁI (mặc định) */
.icon-text-white {
  display: inline-flex; /* gọn theo nội dung */
  align-items: flex-start; /* bám dòng đầu tiên */
  gap: 0.5rem;
  line-height: 1.2;
} /* Dấu chấm */
.icon-text-white::before {
  --dot-size: 0.6em; /* đổi kích thước theo font */
  --dot-nudge: 0px; /* vi chỉnh nếu cần */
  content: "";
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: #ffff;
  flex: 0 0 auto; /* canh giữa line-height của dòng đầu tiên */
  margin-top: calc(0.5em - (var(--dot-size) / 2) + var(--dot-nudge));
} /* Modifier: căn TRÁI (mặc định) */
.icon-text-white.is-left {
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
}
.icon-text-white.is-center {
  display: flex; /* chuyển sang block-level flex */
  width: 100%; /* chiếm đủ bề ngang để center */
  justify-content: center;
  text-align: center;
} /* Tuỳ chọn: chỉ center ở desktop */
@media (min-width: 550px) {
  .icon-text-white.md-center {
    /* dùng khi muốn mobile trái, desktop giữa */
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.icon-text.is-left {
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
}
.icon-text.is-center {
  display: flex; /* chuyển sang block-level flex */
  width: 100%; /* chiếm đủ bề ngang để center */
  justify-content: center;
  text-align: center;
} /* Tuỳ chọn: chỉ center ở desktop */
@media (min-width: 550px) {
  .icon-text.md-center {
    /* dùng khi muốn mobile trái, desktop giữa */
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.custom-blog .post-title,
.custom-blog .post-title a {
  line-height: 1.35;
}
.custom-blog .post-title {
  height: calc(1.35em * 2); /* luôn giữ chỗ bằng đúng 2 dòng */
  overflow: hidden;
}
.custom-blog .post-title a {
  display: -webkit-box; /* hiện "..." khi dài */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.box-blog-post .post-title,
.box-blog-post .post-title a {
  line-height: 1.35;
}

.box-blog-post .post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.box-blog-post .is-divider {
  display: none !important;
  height: 0;
  margin: 0;
  border: 0;
} /* Thu gọn khoảng cách nếu còn trống */
.box-blog-post .post-title {
  margin-bottom: 0.4em;
}
.row.custom-blog .post-item .col-inner {
  border-radius: 8px !important;
  overflow: hidden !important;
} /* B. Đảm bảo .box không phá bo góc */
.row.custom-blog .post-item .col-inner > .box {
  overflow: hidden !important;
} /* C. Ảnh & overlay tuân theo bo góc, vô hiệu inline radius 3% */
.row.custom-blog .post-item .box .box-image,
.row.custom-blog .post-item .box .box-image img,
.row.custom-blog .post-item .box .overlay {
  tránh bo lẻ */
  display: block;
}
.img-border {
  border-radius: 999px !important;
}

/************************************* bannner chuyển động lá*/
/* Làm mốc cho pseudo */
.col-banner {
  position: relative;
}

/* Lá bên trái – đung đưa nhẹ */
.col-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  background: url("https://demo.awaikenthemes.com/dermal/wp-content/themes/dermal/assets/images/section-bg-leaf-1.png")
    no-repeat left bottom / cover;
  width: 194px;
  height: 224px;
  pointer-events: none;
  z-index: 0;

  animation: leafimg-left 4s ease-in-out infinite alternate !important;
}

/* Lá bên phải – lệch nhịp cho tự nhiên */
.col-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-image: url("https://demo.awaikenthemes.com/dermal/wp-content/uploads/2025/03/section-bg-leaf-2.png");
  background-position: 100% 50px;
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
  z-index: 1;

  animation: leafimg-right 5s ease-in-out infinite alternate !important;
  animation-delay: 0.7s;
}

/* Chuyển động cho lá trái */
@keyframes leafimg-left {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, -22px) rotate(-3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* Chuyển động cho lá phải */
@keyframes leafimg-right {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-18px, -18px) rotate(4deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/* Banner dịch vụ – giữ lá + thêm chuyển động */
/* Làm mốc cho pseudo */
.section-service{
  position: relative;
}

/* Lá bên trái – dùng lại đúng background gốc của bạn */
.section-service::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 50px;
  background: url("assets/images/section-bg-leaf-1.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  width: 194px;
  height: 224px;
  transition: all 0.5s ease-in-out;

  /* chuyển động + không chặn click */
  animation: leaf-left 4s ease-in-out infinite alternate;
  pointer-events: none;
}
/* Đảm bảo section là mốc cho pseudo */
.section-service{
  position: relative;
}

/* Lá bên trái */
.section-service::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  background: url("https://demo.awaikenthemes.com/dermal/wp-content/themes/dermal/assets/images/section-bg-leaf-4.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  width: 194px;
  height: 224px;
  transition: all 0.5s ease-in-out;

  z-index: 0;
  pointer-events: none;

  /* chuyển động đung đưa */
  animation: leafimg-1 4s ease-in-out infinite alternate;
}

/* Lá bên phải */
.section-service::before {
  content: ""; /* Bắt buộc để hiển thị */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 1;
  pointer-events: none;

  background-image: url("https://demo.awaikenthemes.com/dermal/wp-content/themes/dermal/assets/images/section-bg-leaf-4.png");
  background-position: 100% 50px;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.5s ease-in-out;

  /* cũng đung đưa nhưng lệch nhịp chút cho tự nhiên */
  animation: leafimg-1 5s ease-in-out infinite alternate;
  animation-delay: .7s;
}

/* Keyframes cho chuyển động lá */
@keyframes leafimg-1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-12px, -18px) rotate(3deg);  /* bay lên + nghiêng nhẹ */
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}


/* ul li custom */
/* form************* */

home.has-transparent .header-main {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
.stuck .header-main .nav > li > a {
    line-height: 24px !important;
}
.home.has-transparent .header-main .nav > li > a {
  color: #ffffff !important;
} /* TRANG CHỦ: khi sticky (kéo xuống) -> nền trắng, chữ đen */
.home .stuck .header-main {
transition: background 0.2s ease, box-shadow 0.2s ease;
}
/* CÁC TRANG KHÁC: luôn giống sticky (nền trắng, chữ đen) ngay từ đầu */

 /* Khi sticky ở trang khác: giữ nguyên style (có thể bỏ cũng được) */

/* (tuỳ chọn) Dropdown đồng bộ ở trang khác */
body:not(.home) .header-nav-main .sub-menu {
  background: #ffffff !important;
}
body:not(.home) .header-nav-main .sub-menu a {
  color: #111827 !important;
} /* Tiêu chí */
.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 20px;
}
.stat-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;

  /* Viền nhẹ, sang */
  border: 1px solid rgba(0,0,0,0.05);

  /* Bóng mềm kiểu premium */
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);

  /* Mượt khi hover */
  transition: all 0.3s ease;
}
.stat-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff5ed 0%, #ffe8d6 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.stat-icon svg {
  width: 42px;
  height: 42px;
}
.stat-icon svg path {
  fill: #ea751c;
  transition: fill 0.3s ease;
}
.stat-content {
  flex: 1;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ea751c;
  line-height: 1.2;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #ea751c 0%, #ff9d4d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.5;
  font-weight: 500;
} /* Responsive */
@media (max-width: 768px) {
  .stats-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stat-card {
    padding: 24px 20px;
  }
  .stat-number {
    font-size: 2rem;
  }
  .stat-icon {
    width: 50px;
    height: 50px;
  }
  .stat-icon svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
} /* About */
.img-large img {
  height: 535px;
  object-fit: cover;
  border-radius: 30px;
}
.col-img-absolute {
  position: absolute;
  bottom: 0px;
  right: -25px;
  padding: 10px;
  background: white;
  border-radius: 30px;
  width: 420px !important;
}
.col-img-absolute img {
  height: 242px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
:root {
  --shine-width: 50%;
  --shine-alpha: 0.18; /* độ đậm vệt sáng */
  --shine-speed: 0.8s; /* tốc độ chạy */
  --shine-skew: -25deg; /* góc xéo của vệt */
} /* Opt-out: chỗ nào KHÔNG muốn shine, thêm class .no-shine vào wrapper đó */
.no-shine {
  --shine-alpha: 0 !important;
} /* Chỉ chạy trên thiết bị có hover (tránh mobile bấm nhầm) */
@media (hover: hover) {
  /* Các wrapper ảnh phổ biến trong Flatsome */
  .img,
  .img .img-inner,
  .box-image,
  .image-cover,
  .product-small .box-image,
  .box.box-blog-post .box-image,
  .gallery-item .gallery-icon,
  .woocommerce-product-gallery__image,
  .wp-block-image,
  figure,
  .attachment .wp-post-image {
    position: relative;
    overflow: hidden;
  } /* Vệt sáng gương */
  .img::before,
  .img .img-inner::before,
  .box-image::before,
  .image-cover::before,
  .product-small .box-image::before,
  .box.box-blog-post .box-image::before,
  .gallery-item .gallery-icon::before,
  .woocommerce-product-gallery__image::before,
  .wp-block-image::before,
  figure::before,
  .attachment .wp-post-image::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -150%;
    width: var(--shine-width);
    height: 200%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, var(--shine-alpha)),
      transparent
    );
    transform: skewX(var(--shine-skew));
    transition: left var(--shine-speed) ease-out;
    z-index: 3; /* nằm trên ảnh, không chặn click */
    pointer-events: none;
  } /* Kích hoạt khi hover */
  .img:hover::before,
  .img .img-inner:hover::before,
  .box-image:hover::before,
  .image-cover:hover::before,
  .product-small .box-image:hover::before,
  .box.box-blog-post .box-image:hover::before,
  .gallery-item .gallery-icon:hover::before,
  .woocommerce-product-gallery__image:hover::before,
  .wp-block-image:hover::before,
  figure:hover::before,
  .attachment .wp-post-image:hover::before {
    left: 150%;
  }
} /* Tôn trọng người dùng “giảm chuyển động” */
@media (prefers-reduced-motion: reduce) {
  .img::before,
  .img .img-inner::before,
  .box-image::before,
  .image-cover::before,
  .product-small .box-image::before,
  .box.box-blog-post .box-image::before,
  .gallery-item .gallery-icon::before,
  .woocommerce-product-gallery__image::before,
  .wp-block-image::before,
  figure::before,
  .attachment .wp-post-image::before {
    transition: none;
  }
} /* CARD ảnh + gradient overlay (Blog) */
.box.box-blog-post.has-hover .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 4%;
} /* Lớp phủ gradient (chỉ khi có class 'dark') */
.box.box-blog-post.has-hover.dark .box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.13%, #ea751c);
  pointer-events: none;
  z-index: 1;
} /* banner dịch vụ*/ /* Section có class col-banner */

ul li.bullet-arrow,
ul li.bullet-checkmark,
ul li.bullet-cross,
ul li.bullet-star {
  border-bottom: none !important;
} /* Button chính - Dịch vụ */
.button-about-more.button.primary {
  background: linear-gradient(135deg, #ea751c 0%, #ff9d4d 100%) !important;
  border: none !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 15px rgba(234, 117, 28, 0.3) !important;
  transition: all 0.3s ease !important;
}
.button-about-more.button.primary:hover {
  background: linear-gradient(135deg, #d66718 0%, #ea751c 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(234, 117, 28, 0.4) !important;
}
.button-about-more.button.primary span {
  color: white !important;
}
.button-about-more.button.primary i {
  color: white !important;
  margin-left: 8px !important;
} /* Button phụ - Tin tức */
.button.white.is-outline {
  background: #ffff !important;
  border: 2px solid #ea751c !important;
  color: #ea751c !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
}

@media (max-width: 768px) {
  .button-about-more.button.primary,
  .button.white.is-outline {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}
img {
  border-radius: 12px;
} /* Ngoại lệ: cờ của GTranslate ở topbar KHÔNG bo góc */
li.html.custom.html_topbar_left .gtranslate_wrapper img,
.gtranslate_wrapper .glink img {
  border-radius: 0 !important;
} /* Google Review Badge - Flatsome */
.google-review-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.google-review-avatar {
  width: 52px !important;
  height: 52px !important;
  min-width: 28px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden !important;
}
.google-review-avatar svg {
  width: 32px !important;
  height: 32px !important;
  display: block !important;
  flex-shrink: 0 !important;
}
.google-review-text {
  color: #fff !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}
.google-review-score {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 4px 12px !important;
  border-radius: 50px !important;
  background: #fff !important;
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  margin-left: 2px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}
.google-review-star {
  color: #ffc107 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  display: inline-block !important;
} /* Responsive Mobile */
@media (max-width: 768px) {
  .google-review-badge {
    font-size: 13px !important;
    padding: 6px 12px !important;
    gap: 8px !important;
  }
  .google-review-avatar {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
  }
  .google-review-avatar svg {
    width: 16px !important;
    height: 16px !important;
  }
  .google-review-score {
    padding: 3px 10px !important;
    font-size: 13px !important;
    gap: 4px !important;
  }
  .google-review-text {
    font-size: 12px !important;
  }
  .google-review-star {
    font-size: 14px !important;
  }
}
.google-review-badge.dark {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  backdrop-filter: blur(10px) !important;
}
.google-review-badge.dark:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}
.google-review-badge.dark .google-review-score {
  background: #fff !important;
  color: #1e6246 !important;
}
.info-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.icon-wrapper {
  color: #ff6b35;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff5ed 0%, #ffe8d6 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.icon-wrapper svg {
  display: block;
} /* Responsive */
@media (max-width: 768px) {
  .info-box {
    padding: 20px;
    gap: 15px;
  }
  .icon-wrapper svg {
    width: 35px;
    height: 35px;
  }
  .text-content h3 {
    font-size: 18px;
  }
  .text-content p {
    font-size: 14px;
  }
} 
/*  Dịch vụ*/
/* Lớp phủ gradient (chỉ khi có class 'dark') */
.image-service .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 4%;
}

/* Lớp phủ gradient cho ảnh dịch vụ */
.image-service .box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.13%, #ea751c);
  pointer-events: none;
  z-index: 1;
}

/* Text nằm trong ảnh nhưng hiển thị trên gradient */
.image-service .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: auto;
}

.image-service .box-text * {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Mỗi item có 1 line ngăn cách */
/* Line ngăn cách – nhẹ & mảnh hơn */
./* Mỗi item có 1 line ngăn cách – nhẹ, tinh tế */
.accordion.dermal-faq .accordion-item{
  margin:0;
  border-bottom:1px solid rgba(255,255,255,.22);
}

/* Tiêu đề – chữ mảnh, mềm, sang */
.accordion.dermal-faq .accordion-title.plain{
  position: relative;
  display:block;
  padding: 14px 0;
  margin:0;
  color:rgba(255,255,255,.92);
  text-decoration:none;
  background:transparent;
  cursor:pointer;
}

/* Text câu hỏi – cao cấp hơn */
.accordion.dermal-faq .accordion-title.plain span{
  display:block;
  font-size: 18px;
  font-weight:500;
}

/* Ẩn toggle mặc định */
.accordion.dermal-faq .accordion-title .toggle{
  display:none !important;
}

/* Icon mũi tên – nhỏ, mảnh, sắc nét */
.accordion.dermal-faq .accordion-title.plain::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:12px;
  height:12px;
  border-right:3.5px solid rgba(255,255,255,.75);
  border-bottom:3.5px solid rgba(255,255,255,.75);
  transform: translateY(-50%) rotate(45deg);
  transition: transform .25s ease, border-color .2s ease;
}

/* Nội dung – dịu, spacing đẹp */
.accordion.dermal-faq .accordion-inner{
  padding: 8px 0 14px;
  font-size: 15.5px;
  line-height: 1.65;
  color:rgba(255,255,255,.85);
}

/* Khi mở – icon sáng hơn & xoay lên */
.accordion.dermal-faq .accordion-item.active .accordion-title.plain::after,
.accordion.dermal-faq .accordion-title[aria-expanded="true"]::after{
  transform: translateY(-50%) rotate(-135deg);
  border-color: rgba(255,255,255,1);
}

.blog-post-inner .button.is-outline.is-small,
.box-blog-post .button.is-outline.is-small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  background: transparent;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  transition: all 0.3s ease;
}

/* Mũi tên */
.blog-post-inner .button.is-outline.is-small::after,
.box-blog-post .button.is-outline.is-small::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Hover effect - chỉ di chuyển sang phải */
.blog-post-inner .button.is-outline.is-small:hover,
.box-blog-post .button.is-outline.is-small:hover {
  color: #1a252f;
  transform: translateX(5px);
}

.blog-post-inner .button.is-outline.is-small:hover::after,
.box-blog-post .button.is-outline.is-small:hover::after {
  transform: translateX(3px);
}


/*  Form*/
/* Form Container */
/* Tab Container */
.tabbed-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* Nav Tabs - Vertical */
.nav-tabs.nav-normal {
  gap: 12px;
  border: none;
  background: transparent;
  min-width: 180px;
  margin: 0;
  padding: 0;
}

/* Tab Item */
.nav-tabs.nav-normal .tab {
  list-style: none;
  margin: 0;
}

/* Tab Link */
.nav-tabs.nav-normal .tab a {
  display: block;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: left;
}

/* Tab Link Hover */
.nav-tabs.nav-normal .tab a:hover {
  color: #333;
  border-color: #ccc;
  background: #fafafa;
}

/* Tab Active */
.nav-tabs.nav-normal .tab.active a {
  color: #fff;
  background: #EA751C;
}

/* Tab Panels */
.tab-panels {
  flex: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

/* Panel Content */
.tab-panels .panel {
  display: none;
  padding: 0;
}

.tab-panels .panel.active {
  display: block;
}

/* Map Border */
.map-border {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.map-border p {
  margin: 0;
  line-height: 0;
}

/* iFrame Map */
.map-border iframe {
  width: 100% !important;
  height: 550px !important;
  border: none;
  display: block;
  border-radius: 8px;
}

/* Remove extra br */
.map-border br {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .tabbed-content {
    flex-direction: column;
    gap: 16px;
  }
  
  .nav-tabs.nav-normal {
    flex-direction: row;
    width: 100%;
    min-width: auto;
    overflow-x: auto;
  }
  
  .nav-tabs.nav-normal .tab {
    flex: 1;
    min-width: 120px;
  }
  
  .nav-tabs.nav-normal .tab a {
    padding: 12px 16px;
    font-size: 14px;
    text-align: center;
  }
  
  .map-border iframe {
    height: 400px !important;
  }
}
.tab-panels {

  border: none !important;
  padding: 0 !important;
}

/* button */
.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  background-color: #ea751c !important;
  color: white !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  text-transform: none !important;
  white-space: nowrap !important;
  border: none !important;
  width: auto !important;
  min-width: fit-content !important;
  position: relative !important;
  cursor: pointer !important;
}

.btn:hover {
  background-color: #d66518 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  transform: translateY(-2px) !important;
  color: white !important;
}

.btn-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
  flex-wrap: nowrap !important;
}

.btn-text {
  font-size: 15px !important;
  letter-spacing: 0.3px !important;
  line-height: 1.4 !important;
  order: 1 !important;
  flex-shrink: 0 !important;
}

.btn-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  order: 2 !important;
  flex-shrink: 0 !important;
  transition: transform 0.3s ease !important;
  line-height: 0 !important;
}

.btn:hover .btn-icon {
  transform: translateX(4px) !important;
}

.btn-icon svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  vertical-align: middle !important;
}

/*************  Dịch vụ ********/
.services-category {
  background-color: #f5f3f0;
  padding: 40px 20px;
  max-width: 450px;
  width: 100%;
	border-radius: 12px; 
}

.services-category h3 {
  font-size: 28px;
  color: #EA751C;
  margin-bottom: 30px;
}

.services-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service-item {
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  text-decoration: none;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #EA751C;
}

.service-item:hover .service-link {
  color: #ffffff;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.service-item:hover .arrow-icon {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
  .services-category h2 {
    font-size: 26px;
  }

  .service-link {
    font-size: 16px;
    padding: 18px 20px;
  }
}
.arrow-icon {
            width: 24px;
            height: 24px;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: auto;
        }

.img-border1 {
	border-radius: 30px;
}
.col-codinh .col-inner {
    position: sticky;
    top: 20px;
}

/********* Bài viết **********/
/* Styling cho widget Bài viết mới nhất */
.widget.flatsome_recent_posts {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


/* Divider */
.widget.flatsome_recent_posts .is-divider {
    margin: 15px 0 20px 0;
    background-color: #2d5a4a;
    height: 2px;
}

/* List items */
.recent-blog-posts-li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.recent-blog-posts-li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* Image badge */
.badge.post-date.badge-outline {
    width: 100px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.badge-inner.bg-fill {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.3s ease;
}

.recent-blog-posts-li:hover .badge-inner.bg-fill {
    transform: scale(1.1);
}

/* Title link */
.flex-col.flex-grow a {
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    transition: color 0.3s ease;
}

.flex-col.flex-grow a:hover {
    color: #2d5a4a;
}

/* Hide comments count nếu không cần */
.post_comments {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .badge.post-date.badge-outline {
        width: 60px;
        height: 60px;
    }
    
    .flex-col.flex-grow a {
        font-size: 14px;
    }
}
.bai-viet-lien-quan {
  margin: 24px 0;
}

.bai-viet-lien-quan h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}

.bai-viet-lien-quan ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.bai-viet-lien-quan li {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bai-viet-lien-quan li:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.bai-viet-lien-quan li:hover .box-image img {
  transform: scale(1.05);
}

.tieu-de-bai-viet {
  padding: 13px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  transition: color 0.3s ease;
}

.bai-viet-lien-quan li a:hover .tieu-de-bai-viet {
  color: #0066cc;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .bai-viet-lien-quan ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }

  .box-image {
    height: 180px;
  }

  .tieu-de-bai-viet {
    font-size: 15px;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .bai-viet-lien-quan ul {
    grid-template-columns: 1fr;
  }

  .box-image {
    height: 220px;
  }
}
.entry-content .bai-viet-lien-quan ul,
.single-post .entry-content .bai-viet-lien-quan ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.entry-content .bai-viet-lien-quan li,
.single-post .entry-content .bai-viet-lien-quan li {
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}
.entry-content .bai-viet-lien-quan li::before,
.single-post .entry-content .bai-viet-lien-quan li::before {
  content: none !important;
}

/* (Tùy chọn) Bật lưới cho đẹp */
.entry-content .bai-viet-lien-quan ul {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
@media (max-width: 1024px) {
  .entry-content .bai-viet-lien-quan ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  .entry-content .bai-viet-lien-quan ul {
    grid-template-columns: 1fr !important;
  }
}

.entry-content .bai-viet-lien-quan > h2 {
  margin: 0 0 12px !important;
}
.bai-viet-lien-quan .box-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}

.bai-viet-lien-quan .box-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.bai-viet-lien-quan .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
/* Thu hẹp nội dung page-title vào trong */
/* Ảnh nền hiển thị đầy đủ 100% */
.page-title.blog-featured-title .title-bg.fill {
  background-size: cover !important; /* Đảm bảo ảnh phủ kꫝ 100% */
  background-position: center center !important; /* Căn giữa ảnh */
  height: 100% !important; /* Chiều cao 100% */
  min-height: 500px; /* Chiều cao tối thiểu */
}

/* Container chính cao hơn để hiện ảnh đầy đủ */
.page-title.blog-featured-title {
  min-height: 500px;
  height: auto;
}

.page-title-inner {
  min-height: 500px !important;
}

/* Nếu muốn ảnh hiển thị TOÀN BỘ không bị crop */
.page-title.blog-featured-title .title-bg.fill {
  background-size: contain !important; /* Hiện toàn bộ ảnh */
  background-repeat: no-repeat !important;
}

/* HOẶC để ảnh phủ đầy và cao hơn */
.page-title.blog-featured-title .title-bg.fill {
  background-size: 100% auto !important; /* Rộng 100%, cao tự động */
  min-height: 600px !important;
}
.post-sidebar {
    align-self: flex-start !important;
	 position: sticky !important;
    top: 20px !important;
    z-index: 10 !important;
}

/********** Footer Scrip *************/
/* Container fixed bên phải */
        .social-icons-fixed {
            position: fixed;
            right: 20px;
            top: 75%;
            transform: translateY(-50%);
            z-index: 9999;
        }

        .social-icons-wrapper {
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding: 15px 10px;
            border-radius: 50px;
        }

        /* Style cho từng icon */
        .social-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            text-decoration: none;
            position: relative;
            overflow: visible;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        /* Ripple effect */
        .social-icon::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: scale(0);
            transition: transform 0.5s ease;
        }

        .social-icon:active::after {
            transform: scale(1);
            opacity: 0;
        }

        /* Viền gradient khi hover */
        .social-icon::before {
            content: '';
            position: absolute;
            inset: -3px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ff8c00, #ffa500, #ff6347);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: -1;
            animation: rotate 3s linear infinite;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .social-icon:hover::before {
            opacity: 1;
        }

        /* Tooltip - QUAN TRỌNG */
        .tooltip {
            position: absolute;
            right: 75px;
            background: rgba(0, 0, 0, 0.9);
            color: white;
            padding: 8px 15px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            pointer-events: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            z-index: 10;
        }

        .tooltip::after {
            content: '';
            position: absolute;
            right: -6px;
            top: 50%;
            transform: translateY(-50%);
            border-left: 6px solid rgba(0, 0, 0, 0.9);
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
        }

        .social-icon:hover .tooltip {
            opacity: 1;
            visibility: visible;
            right: 80px;
        }

        /* SVG icons */
        .social-icon svg {
            width: 32px;
            height: 32px;
            transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            position: relative;
            z-index: 1;
        }

        /* Zalo */
        .social-icon.zalo {
            background: #387cdd;
            box-shadow: 0 4px 15px rgba(0, 104, 255, 0.4);
        }

        .social-icon.zalo svg {
            width: 40px;
            height: 40px;
        }

        .social-icon.zalo:hover {
            transform: translateX(-5px) scale(1.15);
            box-shadow: 0 6px 25px rgba(0, 104, 255, 0.6);
        }

        .social-icon.zalo:hover svg {
            transform: scale(1.1) rotate(-5deg);
        }

        /* WhatsApp */
        .social-icon.whatsapp {
            background: linear-gradient(135deg, #25D366, #128C7E);
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
        }

        .social-icon.whatsapp svg {
            fill: #fff;
        }

        .social-icon.whatsapp:hover {
            transform: translateX(-5px) scale(1.15);
            box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
        }

        .social-icon.whatsapp:hover svg {
            transform: scale(1.1) rotate(-10deg);
        }

        /* KakaoTalk */
        .social-icon.kakao {
            background: linear-gradient(135deg, #FEE500, #FFD700);
            box-shadow: 0 4px 15px rgba(254, 229, 0, 0.4);
        }

        .social-icon.kakao svg {
            fill: #3C1E1E;
        }

        .social-icon.kakao:hover {
            transform: translateX(-5px) scale(1.15);
            box-shadow: 0 6px 25px rgba(254, 229, 0, 0.6);
        }

        .social-icon.kakao:hover svg {
            transform: scale(1.1);
        }

        /* Line */
        .social-icon.line {
            background: linear-gradient(135deg, #00C300, #00B900);
            box-shadow: 0 4px 15px rgba(0, 195, 0, 0.4);
        }

        .social-icon.line svg {
            fill: #fff;
        }

        .social-icon.line:hover {
            transform: translateX(-5px) scale(1.15);
            box-shadow: 0 6px 25px rgba(0, 195, 0, 0.6);
        }

        .social-icon.line:hover svg {
            transform: scale(1.1) translateY(-2px);
        }

        /* Pulse animation */
        @keyframes pulse {
            0%, 100% {
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }
            50% {
                box-shadow: 0 4px 25px rgba(255, 140, 0, 0.5);
            }
        }

        .social-icon {
            animation: pulse 2s ease-in-out infinite;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .social-icons-fixed {
                right: 10px;
                top: auto;
                bottom: 20px;
                transform: none;
            }
            
            .social-icons-wrapper {
                gap: 12px;
            }
            
            .social-icon {
                width: 55px;
                height: 55px;
            }
            
            .social-icon:hover {
                transform: scale(1.1);
            }

            .tooltip {
                right: 70px;
                font-size: 13px;
                padding: 6px 12px;
            }
        }
/* Nút đổi ngôn ngữ cố định góc trái dưới */
.lang-switch-fixed{
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
}

/* Gọn gàng hơn 1 chút */
.lang-switch-fixed .gt_switcher_wrapper,
.lang-switch-fixed .gt_switcher{
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
  border-radius: 6px;
  overflow: hidden;
}

.lang-switch-fixed select{
  font-size: 14px;
}
/*  */
/* CSS cho class text-dieu-huong */
.text-dieu-huong p,
.text-dieu-huong * {
  color: #fff;
}
.text-dieu-huong a:hover {
  color: #ff8c42;
}