.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: middle;
}
.icon--sm {
  width: 15px;
  height: 15px;
}
.hero  .hero__inner {
  display: flex;
  align-items: center;
  height: unset;
}
.blog-archive .hero {
    display: flex;
    align-items: center;
}
.blog-archive .page {
    padding-bottom: 60px;
}
.blog-archive .hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      circle at 76% 50%,
      rgba(255, 255, 255, 0.55) 0 12%,
      transparent 32%
    ),
    linear-gradient(
      90deg,
      #f7fbff 0%,
      #f8fbff 44%,
      rgba(238, 246, 255, 0.76) 61%,
      #fff 100%
    );
  border-bottom: 1px solid #e5edf7;
  background-image: url(/wp-content/uploads/2026/06/bg_post.jpg);
  background-position: right;
  min-height: 420px;
}

.hero__inner .breadcrumbs {
  margin-bottom: 20px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0 42%,
      rgba(255, 255, 255, 0.34) 57%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    repeating-linear-gradient(
      100deg,
      transparent 0 70px,
      rgba(18, 63, 145, 0.025) 70px 72px
    );
  pointer-events: none;
}
.hero__inner {
  position: relative;
  min-height: 306px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #516487;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumbs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs strong {
  color: #0b347f;
}
h1 {
  margin: 18px 0 12px;
  color: #0b347f;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}
.hero p {
  max-width: 720px;
  margin: 0;
  color: #5e6f93;
  font-size: 16px;
}
/* .hero-art {
position: relative;
align-self: stretch;
min-height: 206px;
opacity: .92;
}
.hero-art::before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 410px;
max-width: 100%;
height: 178px;
background:
radial-gradient(circle at 74% 31%, #314160 0 24px, transparent 25px),
radial-gradient(circle at 46% 47%, #f5c1bb 0 34px, transparent 35px),
radial-gradient(circle at 56% 35%, #ffcfc6 0 21px, transparent 22px),
linear-gradient(135deg, #f7d6d2 0 38%, #fff 38% 62%, #eaf3ff 62% 100%);
border-radius: 120px 0 0 120px;
filter: saturate(.9);
}
.hero-art::after {
content: "";
position: absolute;
right: 262px;
top: 82px;
width: 170px;
height: 50px;
background: linear-gradient(90deg, transparent 0 8%, rgba(77, 166, 238, .2) 8% 16%, transparent 16% 24%, rgba(77, 166, 238, .2) 24% 31%, transparent 31% 100%);
clip-path: polygon(0 52%, 21% 52%, 26% 20%, 34% 83%, 42% 52%, 100% 52%, 100% 60%, 43% 60%, 34% 100%, 26% 42%, 22% 60%, 0 60%);
} */
.page {
  /* padding: 30px 0 44px; */
  background: linear-gradient(180deg, #fff 0, #fff 68%, #f7fbff 100%),
    radial-gradient(circle at 16% 32%, rgba(96, 189, 73, 0.06), transparent 28%),
    radial-gradient(circle at 86% 48%, rgba(18, 63, 145, 0.06), transparent 26%);
}
.category-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 2px 2px 2px;
  padding-top: 32px;
}
.category-bar  .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px 0 12px;
  color: #173563;
  background: #f5f9ff;
  border: 1px solid #e7eef8;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(18, 63, 145, 0.04);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease, transform 0.18s ease;
  margin: 0;
}
.category-bar  .chip:hover {
  border-color: rgba(67, 177, 61, 0.34);
  box-shadow: 0 12px 24px rgba(18, 63, 145, 0.08);
  transform: translateY(-1px);
}
.chip__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #123f91;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(18, 63, 145, 0.08);
}
.chip__icon .icon {
  width: 15px;
  height: 15px;
}
.chip.is-active {
  color: #fff;
  background: linear-gradient(135deg, #5ebe42, #39a935);
  border-color: transparent;
}
.chip.is-active .chip__icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: start;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.post-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5edf7;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(18, 63, 145, 0.055);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.post-card:hover {
  border-color: rgba(22, 74, 159, 0.2);
  box-shadow: 0 10px 30px rgba(18, 63, 145, 0.08);
  transform: translateY(-2px);
}
.post-media {
  position: relative;
  min-height: 232px;
  overflow: hidden;
  background: #f7e2e4;
  border-bottom: 1px solid #e5edf7;
}
.post-media::before,
.post-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.post-media--baby {
  background: radial-gradient(
      circle at 72% 35%,
      #ffcbc3 0 42px,
      transparent 43px
    ),
    radial-gradient(
      circle at 85% 74%,
      rgba(255, 255, 255, 0.9) 0 70px,
      transparent 71px
    ),
    linear-gradient(135deg, #fff0f1, #ffdce2);
}
.post-media--baby::after {
  right: 36px;
  bottom: 24px;
  width: 170px;
  height: 126px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 80px 70px 54px 64px;
  transform: rotate(-8deg);
}
.post-media--consult {
  background: radial-gradient(
      circle at 25% 58%,
      #f4b9b5 0 42px,
      transparent 43px
    ),
    radial-gradient(circle at 55% 46%, #f4cbc8 0 38px, transparent 39px),
    linear-gradient(135deg, #fff4f6 0 44%, #eef7ff 44% 100%);
}
.post-media--consult::before {
  left: 32px;
  bottom: 0;
  width: 230px;
  height: 130px;
  background: linear-gradient(
    90deg,
    #fff 0 49%,
    #eaf1f9 49% 51%,
    #fff 51% 100%
  );
  border-radius: 110px 110px 0 0;
}
.post-media--scan {
  background: radial-gradient(
      circle at 22% 37%,
      #f0c1b6 0 54px,
      transparent 55px
    ),
    radial-gradient(circle at 70% 42%, #ced9e5 0 72px, transparent 73px),
    linear-gradient(135deg, #fff3ed, #edf5ff);
}
.post-media--scan::after {
  left: 38px;
  bottom: 0;
  width: 170px;
  height: 150px;
  background: linear-gradient(180deg, #f2d5cf, #fff);
  border-radius: 90px 90px 0 0;
}
.post-media--health {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.35)
    ),
    radial-gradient(circle at 24% 54%, #f2c8c2 0 44px, transparent 45px),
    radial-gradient(circle at 52% 50%, #f0c4bf 0 42px, transparent 43px),
    linear-gradient(135deg, #eef7ff 0 52%, #fff2f4 52% 100%);
}
.post-media--health::after {
  left: 34px;
  bottom: 0;
  width: 250px;
  height: 132px;
  background: linear-gradient(90deg, #fff 0 48%, #edf3f8 48% 52%, #fff 52%);
  border-radius: 110px 110px 0 0;
}
.post-media--lab {
  background: radial-gradient(
      circle at 74% 30%,
      #d9f0fb 0 44px,
      transparent 45px
    ),
    linear-gradient(135deg, #f5fbff 0 45%, #e5f0f8 45% 100%);
}
.post-media--lab::before {
  left: 24px;
  bottom: 0;
  width: 200px;
  height: 165px;
  background: linear-gradient(
      120deg,
      transparent 0 30%,
      rgba(255, 255, 255, 0.85) 30% 44%,
      transparent 44%
    ),
    linear-gradient(180deg, #b9d7e7, #ffffff);
  border-radius: 82px 82px 0 0;
}
.post-media--lab::after {
  right: 44px;
  bottom: 34px;
  width: 190px;
  height: 110px;
  background: linear-gradient(
    135deg,
    rgba(17, 74, 133, 0.85),
    rgba(220, 238, 250, 0.95)
  );
  border-radius: 10px;
  box-shadow: -50px -28px 0 rgba(255, 255, 255, 0.85);
}
.post-media--talk {
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.72)
    ),
    radial-gradient(circle at 63% 44%, #f4c6bd 0 42px, transparent 43px),
    linear-gradient(135deg, #e6e4ff 0 40%, #fff2f5 40% 100%);
}
.post-media--talk::before {
  left: 42px;
  top: 28px;
  width: 250px;
  height: 142px;
  background: linear-gradient(
      90deg,
      transparent 0 20%,
      rgba(255, 255, 255, 0.5) 20% 21%,
      transparent 21% 100%
    ),
    linear-gradient(135deg, rgba(62, 96, 180, 0.5), rgba(255, 255, 255, 0.34));
  border-radius: 12px;
}
.post-media--talk::after {
  right: 64px;
  bottom: 0;
  width: 130px;
  height: 148px;
  background: linear-gradient(180deg, #20365f 0 22%, #fff 22% 100%);
  border-radius: 70px 70px 0 0;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.38);
}
.post-body {
  padding: 20px 22px 23px;
}
.meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #8190ad;
  font-size: 12px;
  font-weight: 600;
}
.meta span + span {
  position: relative;
  padding-left: 14px;
}
.meta span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #c5d1e4;
  border-radius: 50%;
  transform: translateY(-50%);
}
.post-card h2 {
  margin: 0 0 10px;
  color: #0b347f;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0;
}
.post-card p {
  display: -webkit-box;
  margin: 0 0 12px;
  overflow: hidden;
  color: #536584;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #123f91;
  font-size: 14px;
  font-weight: 900;
}
.read-more .icon {
  width: 16px;
  height: 16px;
  transition: transform 0.18s ease;
}
.read-more:hover .icon {
  transform: translateX(3px);
}
.sidebar {
  display: grid;
  gap: 22px;
}
.widget {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5edf7;
  border-radius: 14px;
  /* box-shadow: 0 10px 30px rgba(18, 63, 145, 0.08); */
}
.widget__inner {
  padding: 16px;
}
.widget h3 {
  margin: 0 0 20px;
  color: #0b347f;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}
.category-list {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #374d75;
  font-size: 14px;
  font-weight: 600;
}
.category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #000;
}
.category-list a:hover,
.category-list a.is-active {
  color: #43b13d;
}
.category-list small {
  color: #73839f;
  font-weight: 800;
  font-size: 13px;
}
.featured-card {
  position: relative;
  min-height: 166px;
  padding: 18px;
  overflow: hidden;
  background: radial-gradient(
      circle at 85% 12%,
      #ffc8c5 0 40px,
      transparent 41px
    ),
    linear-gradient(135deg, #fff7f7, #ffe8dc);
  border-radius: 12px;
}
.featured-card .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 12px;
  color: #43b13d;
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  width: fit-content;
}
.featured-card .badge::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #60bd49;
  border-radius: 50%;
}
.featured-card h4 {
    margin: 52px 0 4px;
    color: #0b347f;
    font-size: 15px;
}
.featured-card time,
.mini-post time {
  color: #8b98b0;
  font-size: 12px;
  font-weight: 600;
}
.mini-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}
.mini-post {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 12px;
  align-items: start;
}
.mini-thumb {
  width: 68px;
  height: 68px;
  overflow: hidden;
  background: radial-gradient(
      circle at 70% 28%,
      #f0bdb7 0 12px,
      transparent 13px
    ),
    linear-gradient(135deg, #e9f5ff, #ffecef);
  border-radius: 8px;
}
.mini-post h4 {
    margin: 0 0 5px;
    color: #0b347f;
    font-size: 15px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.support-widget {
  position: relative;
  overflow: hidden;
  padding: 24px;
  color: #0b347f;
  background: linear-gradient(135deg, #eef6ff, #d9ebff);
  border: 0;
}
.support-widget::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(18, 63, 145, 0.07);
  border-left-color: transparent;
  border-radius: 50%;
}
.support-widget h3 {
  margin: 0 0 8px;
  font-size: 18px;
  text-transform: none;
}
.support-widget p {
  max-width: 210px;
  margin: 0 0 20px;
  color: #546988;
  font-size: 14px;
}
.support-widget a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 18px;
  color: #123f91;
  background: #fff;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(18, 63, 145, 0.1);
  z-index: 1;
}
.support-widget a .icon {
  width: 15px;
  height: 15px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 34px 0 0;
}
.page-link {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  color: #0b347f;
  background: #fff;
  border: 1px solid #e5edf7;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.page-link .icon {
  width: 18px;
  height: 18px;
}
.page-link.is-active,
.page-link:hover {
  color: #fff;
  background: #0b347f;
  border-color: #0b347f;
}
@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: 1fr;
    min-height: 230px;
    padding: 38px 0;
  }
  .hero-art {
    display: none;
  }
  .layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support-widget {
    grid-column: 1 / -1;
  }
}
@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1320px);
  }
  h1 {
    font-size: 34px;
  }
  .post-grid,
  .sidebar {
    grid-template-columns: 1fr;
  }
  .post-media {
    min-height: 190px;
  }
}
.category-list li {
  margin: 0;
}
.blog-archive .chip {
    padding: 5px 10px 5px 7px;
}
/* css chi tiết bài viết */
.article-content {
  padding: 20px;
  background-color: #f1f1f178;
  border-radius: 8px;
}
.breadcrumbs_box nav p {
  font-size: 15px;
  font-weight: 500;
}
.post-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  gap: 7px;
  margin-bottom: 20px;
  padding: 0 12px;
  color: #2b8f21;
  background: #eaf8e7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.article-title {
  margin: 0 0 20px;
  color: #0b347f;
  font-size: 26px;
  letter-spacing: 0;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 20px;
  color: #264a82;
  font-size: 14px;
  font-weight: 500;
}
.meta-item {
  gap: 7px;
}
.meta-item,
.share-row,
.social-list,
.toc-list a,
.related-head {
  display: flex;
  align-items: center;
}
.article-meta .icon-sm {
  width: 15px;
  height: 15px;
}
.article-meta .icon {
  flex: 0 0 auto;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.share-row {
  gap: 13px;
  margin-bottom: 20px;
  color: #0d347c;
  font-weight: 600;
}
.social-list {
  gap: 10px;
}
.social-link {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: #0f52b6;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 16px rgba(15, 82, 182, 0.14);
}
.icon-fill {
  fill: currentColor;
  stroke: none;
}
.pagination .page-link {
    margin: 0;
    display: flex;
    justify-content: center;
}
.toc-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.toc-list {
    display: grid;
    gap: 16px;
    counter-reset: toc;
}
.toc-list li {
    counter-increment: toc;
    margin: 0;
}
.toc-list a {
    gap: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}
.toc-list a::before {
    content: counter(toc) ".";
    min-width: 18px;
    color: #000;
    font-weight: 600;
}

.related-section {
    margin-top: 34px;
}
.related-head {
    display: flex;
    align-items: center;
}
.related-head {
    justify-content: space-between;
    margin-bottom: 16px;
}
.related-head h2 {
    margin: 0;
    color: #0b347f;
    font-size: 21px;
    line-height: 1.3;
}
.related-nav {
    display: flex;
    gap: 8px;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.related-media {
    position: relative;
    overflow: hidden;
}
.nav-circle {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #0b347f;
    background: #ffffff;
    border: 1px solid #e3ebf6;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(18, 63, 145, .06);
}
.nav-circle .icon-sm {
    width: 15px;
    height: 15px;
}
.nav-circle .icon {
    flex: 0 0 auto;
    color: currentColor;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.related-card h3 {
    min-height: 47px;
    margin: 0;
    padding: 10px 12px 4px;
    color: #0b347f;
    font-size: 15px;
    line-height: 1.35;
}
.related-tag {
    position: absolute;
    left: 10px;
    bottom: 9px;
    padding: 4px 9px;
    color: #ffffff;
    background: #43b83c;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}
.related-card time {
    display: block;
    padding: 0 12px 12px;
    color: #7d8aa2;
    font-size: 12px;
}
.image-frame {
    display: block;
    width: 100%;
    min-height: 150px;
    background-color: #eef5fb;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.related-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e7eef8;
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(18, 63, 145, .07);
    transition: transform .18s ease, box-shadow .18s ease;
}
.toc-list a:hover, .toc-list a:hover::before {
    color: #43b13d;
}
.layout_nd_post blockquote {
    margin-bottom: 22px;
    padding: 21px 24px;
    background: linear-gradient(90deg, #f1fbef 0%, #f7fdf5 100%);
    border-left: 4px solid #45b33c;
    border-radius: 12px;
    color: #45566f;
    font-size: 15px;
}
.layout_nd_post blockquote p {
    margin: 0;
}
.layout_nd_post blockquote::before{
    display: none;
}
.related-card time {
    padding-bottom: 10px;
}
.related-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-archive .pagination {
    margin-bottom: 50px;
}