@charset "UTF-8";
@font-face {
  font-family: "Baloo Da 2";
  src: url("../fonts/Baloo2/BalooDa2-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo Da 2";
  src: url("../fonts/Baloo2/BalooDa2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo Da 2";
  src: url("../fonts/Baloo2/BalooDa2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo Da 2";
  src: url("../fonts/Baloo2/BalooDa2-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo Da 2";
  src: url("../fonts/Baloo2/BalooDa2-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.sk-ui-n {
  margin: 0;
  font-family: var(--sk-font);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.sk-ui-n img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sk-ui-n a {
  text-decoration: none;
}
.sk-ui-n p {
  margin: 0 0 1em;
}
.sk-ui-n h1,
.sk-ui-n h2,
.sk-ui-n h3,
.sk-ui-n h4,
.sk-ui-n h5,
.sk-ui-n h6 {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.sk-ui-n button,
.sk-ui-n input,
.sk-ui-n select,
.sk-ui-n textarea {
  font: inherit;
}
.sk-ui-n a:focus-visible,
.sk-ui-n button:focus-visible,
.sk-ui-n [tabindex]:focus-visible,
.sk-ui-n input:focus-visible,
.sk-ui-n select:focus-visible,
.sk-ui-n textarea:focus-visible {
  outline: 3px solid var(--sk-ring);
  outline-offset: 2px;
}
.sk-ui-n .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sk-ui-n .sk-entry ul,
.sk-ui-n .sk-entry ol {
  padding-left: 1.2em;
}
.sk-ui-n .sk-entry li + li {
  margin-top: 8px;
}

.sk-ui-n {
  --skn-red: #b3003f;
  --skn-red-dark: #7a002d;
  --skn-red-dark-dark: #5a0020;
  --skn-navi:#0f172a;
  --skn-navi-light: #000080;
  --skn-blu-sky: #E1F5FE;
  --skn-ink: #0b182b;
  --skn-ink-2: #4a1b2c;
  --skn-cream: #ffffff;
  --skn-paper: #ffffff;
  --skn-white: #ffffff;
  --skn-yellow: #b3003f;
  --skn-sky: #f7dbe5;
  --skn-violet: #f0d1dc;
  --skn-mint: #f5e7eb;
  --skn-coral: #e7a2b7;
  --skn-text: #28131d;
  --skn-muted: #695a61;
  --skn-line: rgba(19, 35, 61, 0.14);
  --skn-radius: 26px;
  --skn-radius-lg: 44px;
  --skn-shadow: 0 24px 70px rgba(19, 35, 61, 0.12);
  --skn-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sk-font: "Baloo Da 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --sk-container: 1320px;
  --sk-gutter: 24px;
  --sk-ring: rgba(179, 0, 63, 0.55);
  background: var(--skn-paper);
  color: var(--skn-text);
}

.sk-ui-n .sk-container {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: var(--sk-gutter);
}

.sk-ui-n .sk-main,
.sk-ui-n .skn-main {
  min-height: 45vh;
  overflow: clip;
}

.sk-ui-n .sk-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  color: var(--skn-white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}

.sk-ui-n .register-form__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sk-ui-n a {
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, transform 0.24s var(--skn-ease), box-shadow 0.24s ease;
}

.skn-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--skn-white);
  color: var(--skn-red);
  font-weight: 800;
  transform: translateY(-160%);
}
.skn-skip:focus {
  transform: translateY(0);
}

.skn-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--tab-color, #b3003f);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.skn-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

.skn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 54px;
  padding: 8px 9px 8px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}
.skn-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: transform 0.24s var(--skn-ease);
}
.skn-btn:hover span {
  transform: rotate(45deg);
}
.skn-btn--solid {
  background: transparent;
  color: var(--skn-red);
  border: 2px solid var(--skn-red);
}
.skn-btn--solid span {
  color: var(--skn-red);
  background: transparent;
}
.skn-btn--solid:hover {
  background: var(--skn-red);
  color: var(--skn-white);
  transform: translateY(-2px);
}
.skn-btn--solid:hover span {
  color: #fff;
}
.skn-btn--ghost {
  background: transparent;
  border-color: var(--skn-ink);
  color: var(--skn-ink);
}
.skn-btn--ghost span {
  background: var(--skn-ink);
  color: var(--skn-white);
}
.skn-btn--ghost:hover {
  background: var(--skn-ink);
  color: var(--skn-white);
}

.skn-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  max-width: 820px;
  margin-bottom: clamp(30px, 4vw, 54px);
}
.skn-section-head p {
  max-width: 720px;
  color: var(--skn-muted);
  font-size: 18px;
}
.skn-section-head .skn-section-desc {
  max-width: 720px;
  color: var(--skn-muted);
  font-size: 18px;
  align-self: stretch;
}
.skn-section-head .skn-section-desc p {
  margin: 0 0 1em;
  text-align: inherit;
}
.skn-section-head .skn-section-desc p:last-child {
  margin-bottom: 0;
}
.skn-section-head--row {
  max-width: none;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.skn-section-title {
  margin: 0;
  color: var(--skn-ink);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-align: left;
  text-wrap: balance;
  align-self: stretch;
}
.skn-section-title p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.skn-section-title span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.skn-section-title:last-child {
  margin-bottom: 0;
}

.skn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--skn-red);
  font-weight: 800;
  white-space: nowrap;
}
.skn-more:hover {
  color: var(--skn-ink);
  transform: translateX(3px);
}

.skn-header {
  display: contents;
}

.skn-utility {
  background: var(--skn-ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.skn-utility__inner, .skn-utility__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.skn-utility__inner {
  min-height: 34px;
}
.skn-utility__links {
  gap: 22px;
}
.skn-utility p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  text-transform: uppercase;
}
.skn-utility a {
  color: inherit;
}
.skn-utility a:hover {
  color: var(--skn-yellow);
}
.skn-utility__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--skn-yellow);
  box-shadow: 0 0 0 4px rgba(255, 215, 94, 0.16);
}

.skn-header__wrap {
  padding-block: 10px;
}

.skn-nav {
  display: grid;
  grid-template-columns: minmax(150px, 205px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  min-height: 72px;
  position: relative;
}

.skn-logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 205px;
  min-width: 0;
}
.skn-logo img {
  display: block;
  object-fit: contain;
  object-position: left center;
}

.skn-nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.45vw, 34px);
  margin: 0;
  padding: 10px;
  list-style: none;
}
.skn-nav__menu li {
  margin: 0;
}
.skn-nav__menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 2px;
  color: var(--skn-navi);
  font-size: 18px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}
.skn-nav__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 2px;
  background: var(--skn-red);
  transition: right 0.24s var(--skn-ease);
}
.skn-nav__menu a:hover {
  color: var(--skn-red);
}
.skn-nav__menu a:hover::after {
  right: 0;
}
.skn-nav__menu .current-menu-item > a,
.skn-nav__menu .current_page_item > a {
  color: var(--skn-red);
}
.skn-nav__menu .current-menu-item > a::after,
.skn-nav__menu .current_page_item > a::after {
  right: 0;
}

.skn-nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 7px 7px 7px 18px;
  border-radius: 999px;
  background: #b3003f; /* fallback nếu --skn-red không resolve */
  background: var(--skn-red);
  color: #ffffff; /* fallback */
  color: var(--skn-white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.skn-nav__cta b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 9px 3px 8px;
  border-radius: 50%;
  background: #ffffff; /* fallback */
  background: var(--skn-white);
  color: #b3003f; /* fallback */
  color: var(--skn-red);
  font-size: 18px;
  transition: transform 0.24s var(--skn-ease);
}
.skn-nav__cta:hover {
  background: #7a002d;
  color: #ffffff;
  transform: translateY(-2px);
  background: var(--skn-red-dark);
  color: var(--skn-white);
}
.skn-nav__cta:hover b {
  transform: rotate(45deg);
}

.skn-nav__toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--skn-line);
  border-radius: 50%;
  background: var(--skn-white);
  cursor: pointer;
}
.skn-nav__toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--skn-ink);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.skn-hero {
  position: relative;
  padding: 26px 0 64px;
  background: linear-gradient(90deg, rgba(179, 0, 63, 0.035) 1px, transparent 1px) 0 0/80px 80px, linear-gradient(rgba(179, 0, 63, 0.035) 1px, transparent 1px) 0 0/80px 80px, var(--skn-cream);
  border-bottom: 1px solid rgba(19, 35, 61, 0.08);
}
.skn-hero::before {
  content: "N";
  position: absolute;
  top: -72px;
  left: max(12px, (100vw - 1480px) / 2);
  color: rgba(179, 0, 63, 0.045);
  font-size: clamp(220px, 36vw, 580px);
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: 1;
  pointer-events: none;
}
.skn-hero__inner {
  position: relative;
  z-index: 1;
}
.skn-hero__copy {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 18px clamp(36px, 6vw, 88px);
  min-height: clamp(540px, 67vh, 720px);
}
.skn-hero .skn-kicker {
  grid-column: 1;
  align-self: end;
}
.skn-hero__slide {
  display: none;
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  padding-top: 8px;
}
.skn-hero__slide.is-active {
  display: block;
  animation: skn-fade-up 0.55s var(--skn-ease) both;
}
.skn-hero__slide h1 {
  max-width: 680px;
  margin: 8px 0 22px;
  color: var(--skn-red);
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.86;
  text-wrap: balance;
}
.skn-hero__eyebrow {
  margin: 0;
  color: var(--skn-ink);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
}
.skn-hero__desc {
  max-width: 560px;
  margin: 0 0 20px;
  color: var(--skn-muted);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.62;
}
.skn-hero__visual {
  position: relative;
  display: none;
  grid-column: 2;
  grid-row: 1/span 2;
  height: min(590px, 63vh);
  min-height: 470px;
  border-radius: 48% 48% 34px 34px;
  background: var(--skn-sky);
  box-shadow: var(--skn-shadow);
  overflow: hidden;
}
.skn-hero__visual.is-active {
  display: block;
  animation: skn-visual-in 0.65s var(--skn-ease) both;
}
.skn-hero__visual::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: inherit;
  pointer-events: none;
}
.skn-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.skn-hero .skn-hero__visual--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.92), transparent 36%), linear-gradient(145deg, var(--skn-sky), var(--skn-violet));
}
.skn-hero .skn-hero__fallback-mark {
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  color: rgba(179, 0, 63, 0.22);
}
.skn-hero .skn-hero__visual--fallback .skn-hero__stamp {
  right: 26px;
  bottom: 26px;
}
.skn-hero .skn-hero__stamp {
  position: relative;
  z-index: 2;
  margin-top: 16px;
}
.skn-hero .skn-hero__stamp > p {
  margin: 0 0 12px;
  color: var(--skn-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.skn-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.skn-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid var(--skn-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 700;
}
.skn-proof li::before {
  content: "✓";
  color: var(--skn-red);
}

.skn-programs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--skn-line);
  border-radius: 22px;
  background: var(--skn-white);
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(19, 35, 61, 0.09);
}

.skn-program {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 78px;
  padding: 16px 18px;
  border-right: 1px solid var(--skn-line);
  color: var(--skn-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}
.skn-program:last-child {
  border-right: 0;
}
.skn-program span {
  font-size: 19px;
}
.skn-program:hover {
  color: var(--skn-ink);
  background: var(--program-color);
}
.skn-program.is-red {
  --program-color: #ffd8e4;
}
.skn-program.is-gold {
  --program-color: var(--skn-yellow);
}
.skn-program.is-blue {
  --program-color: var(--skn-sky);
}
.skn-program.is-violet {
  --program-color: var(--skn-violet);
}

.sk-ui-n .sk-section {
  padding-block: clamp(62px, 8vw, 70px);
  background: transparent !important;
}

.skn-intro {
  background: var(--skn-paper);
}
.skn-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 8vw, 118px);
}
.skn-intro--flip .skn-intro__text {
  order: 2;
}
.skn-intro--flip .skn-intro__media {
  order: 1;
}
.skn-intro__text .skn-section-title {
  margin: 14px 0 25px;
}
.skn-intro__text .skn-btn {
  margin-top: 26px;
}
.skn-intro__media {
  position: relative;
  padding: 20px 0 0 20px;
  isolation: isolate;
}
.skn-intro__media::before {
  content: "";
  position: absolute;
  inset: 0 30px 30px 0;
  z-index: -1;
  border-radius: 46% 46% 28px 28px;
  background: var(--skn-red);
}
.skn-intro__media::after {
  content: "_ _ _";
  position: absolute;
  right: -18px;
  bottom: -42px;
  z-index: 2;
  color: var(--skn-red);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  text-shadow: -5px -5px 0 var(--skn-navi);
}
.skn-intro__media img {
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: 46% 46% 28px 28px;
  object-fit: cover;
  box-shadow: var(--skn-shadow);
}

.skn-entry {
  color: var(--skn-muted);
  font-size: 17px;
  line-height: 1.76;
}

.skn-stats {
  background: var(--skn-navi);
  color: var(--skn-white);
}
.skn-stats__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(96px, auto));
  gap: 8px;
}
.skn-stats__headline {
  grid-column: span 6/span 6;
  grid-column-start: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--skn-radius-lg);
  background: linear-gradient(145deg, var(--skn-navi), rgb(0, 50, 78));
}
.skn-stats__headline .skn-kicker {
  color: var(--skn-red);
}
.skn-stats__headline h2 {
  margin: 18px 0 0;
  color: var(--skn-white);
  font-size: clamp(38px, 5vw, 48px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}
.skn-stats__headline p {
  margin: 0 0 10px;
}

.skn-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 120px;
  padding: 20px;
  border-radius: var(--skn-radius);
  background: var(--skn-white);
  background-image: url("../media/bg-stats-2.png");
  background-size: cover;
  color: var(--skn-ink);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.18);
}
.skn-stat strong {
  position: relative;
  z-index: 2;
  color: var(--skn-stat-number-color, var(--skn-red));
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.skn-stat span {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: var(--skn-stat-label-color, var(--skn-navi));
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}
.skn-stat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skn-stat.has-media {
  color: var(--skn-white);
}
.skn-stat.has-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(8, 20, 38, 0.88));
}
.skn-stat--1 {
  grid-column: span 3/span 3;
}
.skn-stat--3 {
  grid-column: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 2;
}
.skn-stat--4 {
  grid-column: span 3/span 3;
  grid-column-start: 7;
  grid-row-start: 2;
}
.skn-stat--5 {
  grid-column: span 3/span 3;
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}
.skn-stat--6 {
  grid-column: span 3/span 3;
  grid-row: span 2/span 2;
  grid-column-start: 10;
  grid-row-start: 1;
}
.skn-stat--7 {
  grid-column: span 3/span 3;
  grid-column-start: 10;
  grid-row-start: 3;
}
.skn-stat--8 {
  grid-column: span 6/span 6;
  grid-column-start: 4;
  grid-row-start: 3;
}
.skn-stat--extra {
  grid-column: span 3/span 3;
}

.sk-ui-n.home .skn-wrapper {
  background-image: url("../media/bg-top-15.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media (max-width: 900px) {
  .sk-ui-n.home .skn-wrapper {
    background-image: url("../media/bg-top.png");
  }
}
.sk-ui-n .skn-courses {
  margin-top: 0;
  padding-top: 0 !important;
  background: transparent !important;
}

.skn-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  padding: 7px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid var(--skn-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
}
.skn-tabs--center {
  margin: 28px auto 0;
}

.skn-tab {
  min-height: 44px;
  padding: 9px 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--skn-muted);
  font-family: var(--sk-font);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.skn-tab.is-active, .skn-tab:hover {
  background: var(--skn-ink);
  color: var(--skn-white);
}

.skn-course-panel {
  display: grid;
}

.skn-course-grid,
.skn-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.skn-course-card,
.skn-card,
.sk-ui-n .sk-card--n {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--skn-line);
  border-radius: var(--skn-radius);
  background: var(--skn-white);
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.3s var(--skn-ease), box-shadow 0.3s ease;
}
.skn-course-card:hover, .skn-course-card:focus-within,
.skn-card:hover,
.skn-card:focus-within,
.sk-ui-n .sk-card--n:hover,
.sk-ui-n .sk-card--n:focus-within {
  transform: translateY(-7px);
  box-shadow: var(--skn-shadow);
}

.skn-course-card__media,
.skn-card__media,
.sk-ui-n .sk-card--n .sk-card__thumb {
  display: block;
  overflow: hidden;
}
.skn-course-card__media img,
.skn-card__media img,
.sk-ui-n .sk-card--n .sk-card__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.55s var(--skn-ease);
}

.skn-course-card:hover .skn-course-card__media img,
.skn-card:hover .skn-card__media img,
.sk-ui-n .sk-card--n:hover .sk-card__thumb img {
  transform: scale(1.055);
}

.skn-course-card__body,
.skn-card__body,
.sk-ui-n .sk-card--n .sk-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}
.skn-course-card__body h3,
.skn-course-card__body .sk-card__title,
.skn-card__body h3,
.skn-card__body .sk-card__title,
.sk-ui-n .sk-card--n .sk-card__body h3,
.sk-ui-n .sk-card--n .sk-card__body .sk-card__title {
  margin: 8px 0 10px;
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.skn-course-card__body h3 a,
.skn-course-card__body .sk-card__title a,
.skn-card__body h3 a,
.skn-card__body .sk-card__title a,
.sk-ui-n .sk-card--n .sk-card__body h3 a,
.sk-ui-n .sk-card--n .sk-card__body .sk-card__title a {
  color: var(--skn-ink);
}
.skn-course-card__body h3 a:hover,
.skn-course-card__body .sk-card__title a:hover,
.skn-card__body h3 a:hover,
.skn-card__body .sk-card__title a:hover,
.sk-ui-n .sk-card--n .sk-card__body h3 a:hover,
.sk-ui-n .sk-card--n .sk-card__body .sk-card__title a:hover {
  color: var(--skn-red);
}
.skn-course-card__body p,
.skn-card__body p,
.sk-ui-n .sk-card--n .sk-card__body p {
  color: var(--skn-muted);
  line-height: 1.6;
}
.skn-course-card__body .skn-more,
.skn-course-card__body .sk-card__more,
.skn-card__body .skn-more,
.skn-card__body .sk-card__more,
.sk-ui-n .sk-card--n .sk-card__body .skn-more,
.sk-ui-n .sk-card--n .sk-card__body .sk-card__more {
  margin-top: auto;
  padding-top: 18px;
  color: var(--skn-red);
  font-weight: 800;
}

.skn-cards {
  background: var(--skn-paper);
}

.skn-card:nth-child(3n+1) {
  border-top: 7px solid var(--skn-red);
}

.skn-card:nth-child(3n+2) {
  border-top: 7px solid #2b8fc5;
}

.skn-card:nth-child(3n+3) {
  border-top: 7px solid #7651b9;
}

.skn-testi {
  position: relative;
  overflow: hidden;
  background: var(--skn-white);
}
.skn-testi .sk-container {
  max-width: 1040px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skn-testi .skn-section-head {
  align-items: center;
  z-index: 2;
  max-width: none;
}
.skn-testi .skn-section-title {
  color: var(--skn-ink);
  text-align: center;
}
.skn-testi .skn-kicker {
  color: var(--skn-red);
}
.skn-testi__bgquote {
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 0;
  color: var(--skn-mint);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(180px, 33vw, 1120px);
  font-weight: 900;
  line-height: 1;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}
.skn-testi__panel {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
}
.skn-testi__panel.is-active {
  display: block;
}

.skn-testi-swiper {
  width: 100%;
}

.skn-testi-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 48px);
  padding: 8px clamp(6px, 2vw, 24px);
}
.skn-testi-card__quote {
  flex: 1;
  max-width: 520px;
}
.skn-testi-card__quote p {
  margin: 0;
  color: var(--skn-ink);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: var(--skn-radius);
  padding: 10%;
  box-shadow: 0px 0px 18px 0px #e6e6e6;
  background-color: var(--skn-white);
}
.skn-testi-card__quote .highlight, .skn-testi-card__quote b, .skn-testi-card__quote strong {
  color: var(--skn-red);
}
.skn-testi-card__author {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skn-testi-card__avatar {
  width: clamp(180px, 22vw, 250px);
  height: clamp(180px, 22vw, 250px);
  margin-bottom: 15px;
}
.skn-testi-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.skn-testi-card__name {
  margin-bottom: 5px;
  color: var(--skn-ink);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.skn-testi-card__role {
  color: var(--skn-ink);
  font-size: 16px;
  font-weight: 400;
}

.skn-testi .swiper-pagination {
  position: static;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.skn-testi .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  margin: 0 !important;
  border-radius: 4px;
  background: var(--skn-ink);
  opacity: 0.3;
  transition: width 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.skn-testi .swiper-pagination-bullet-active {
  width: 60px;
  background: var(--skn-red);
  opacity: 1;
}

.skn-testi-tabs {
  margin-top: 40px;
  overflow: visible;
}

.skn-testi .skn-tabs {
  gap: 20px;
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  flex-wrap: wrap;
  justify-content: center;
}

.skn-testi .skn-tab {
  min-height: auto;
  padding: 14px clamp(28px, 4vw, 50px);
  border-radius: 50px;
  background: var(--skn-mint);
  color: var(--skn-ink);
  font-size: 18px;
  font-weight: 700;
  transition: background 0.3s var(--skn-ease), color 0.3s var(--skn-ease);
  min-width: 10vw;
}
.skn-testi .skn-tab.is-active, .skn-testi .skn-tab:focus-visible {
  background: var(--skn-red);
  color: var(--skn-white);
}
.skn-testi .skn-tab:hover:not(.is-active) {
  background: var(--skn-coral);
  color: var(--skn-ink);
}

.skn-banner-anh__stage {
  position: relative;
  overflow: hidden;
  border-radius: var(--skn-radius-lg);
  background: var(--skn-white);
  box-shadow: var(--skn-shadow);
  border: 10px solid var(--skn-white);
}
.skn-banner-anh__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
}
.skn-banner-anh__overlay {
  position: absolute;
  inset: clamp(18px, 3vw, 40px);
  display: grid;
  grid-template-columns: repeat(12, minmax(1, 1fr));
  grid-template-rows: repeat(5, minmax(1, 1fr));
  gap: 14px;
  pointer-events: none;
}
.skn-banner-anh__zone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  pointer-events: auto;
  grid-area: 2/3/4/11;
  align-items: center;
  justify-content: center;
}
.skn-banner-anh__block {
  width: 100%;
  padding: clamp(16px, 2vw, 24px);
  color: var(--skn-banner-anh-text, var(--skn-red));
}
.skn-banner-anh__block h1, .skn-banner-anh__block h2, .skn-banner-anh__block h3, .skn-banner-anh__block h4, .skn-banner-anh__block h5, .skn-banner-anh__block h6 {
  color: var(--skn-banner-anh-text, var(--skn-red));
}
.skn-banner-anh__block p, .skn-banner-anh__block li {
  color: var(--skn-banner-anh-text, var(--skn-red));
  -webkit-text-stroke: 8px var(--skn-white);
  paint-order: stroke fill;
}
.skn-banner-anh__block a {
  color: var(--skn-banner-anh-text, var(--skn-red));
  font-weight: 800;
}
.skn-banner-anh__slogan {
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}
.skn-banner-anh__slogan h1, .skn-banner-anh__slogan h2, .skn-banner-anh__slogan h3, .skn-banner-anh__slogan h4, .skn-banner-anh__slogan h5, .skn-banner-anh__slogan h6, .skn-banner-anh__slogan p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.skn-banner-anh__slogan + .skn-banner-anh__content {
  margin-top: clamp(8px, 1.2vw, 16px);
}
.skn-banner-anh__content {
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.35;
}
.skn-banner-anh__content p {
  margin: 0 0 0.4em;
}
.skn-banner-anh__content p:last-child {
  margin-bottom: 0;
}

.skn-gallery {
  background: var(--skn-paper);
}

.skn-gallery__swiper {
  padding: 16px 8px 54px;
  overflow: hidden;
}

.skn-gallery-card {
  margin: 0;
  border-radius: 28px;
  background: var(--skn-white);
  box-shadow: 0 18px 10px rgba(19, 35, 61, 0.06);
  overflow: hidden;
  transform: rotate(-1.5deg);
}
.skn-gallery-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.skn-gallery-card figcaption {
  padding: 14px 18px 18px;
  color: var(--skn-ink);
  font-weight: 700;
  text-align: left;
}

.skn-gallery .swiper-slide:nth-child(even) .skn-gallery-card {
  transform: rotate(1.5deg) translateY(18px);
}

.skn-gallery .swiper-button-prev,
.skn-gallery .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--skn-ink);
  color: #fff;
}
.skn-gallery .swiper-button-prev::after,
.skn-gallery .swiper-button-next::after {
  font-size: 16px;
  font-weight: 800;
}

.skn-gallery .swiper-pagination {
  --swiper-pagination-color: var(--skn-red);
}

.sk-ui-n .skn-slide-tab {
  background-color: var(--skn-tab-bg, var(--skn-cream)) !important;
  background-image: var(--skn-tab-image, none) !important;
  background-size: cover;
  background-position: center;
}
.sk-ui-n .skn-slide-tab__nav {
  display: block;
  margin-bottom: 0;
}
.sk-ui-n .skn-slide-tab__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  cursor: grab;
}
.sk-ui-n .skn-slide-tab__viewport::-webkit-scrollbar {
  display: none;
}
.sk-ui-n .skn-slide-tab__viewport.is-grabbing {
  cursor: grabbing;
  scroll-behavior: auto;
}
.sk-ui-n .skn-slide-tab__headers {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.sk-ui-n .skn-slide-tab__nav--single .sk-ui-n .skn-slide-tab__viewport {
  cursor: default;
}
.sk-ui-n .skn-slide-tab__nav--single .sk-ui-n .skn-slide-tab__headers {
  justify-content: center;
  width: auto;
  padding-inline: 0;
}
.sk-ui-n .skn-slide-tab__arrow {
  width: 48px;
  height: 48px;
  border: 1px solid var(--skn-line);
  border-radius: 50%;
  background: var(--skn-white);
  color: var(--skn-ink);
  font-size: 27px;
  cursor: pointer;
}
.sk-ui-n .skn-slide-tab__arrow:hover {
  background: var(--skn-ink);
  color: #fff;
}
.sk-ui-n .skn-slide-tab__tab {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 82px;
  padding: 14px 22px;
  border: 0;
  background: transparent;
  color: var(--sk-slide-tab-color, var(--skn-red));
  font-family: var(--sk-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sk-ui-n .skn-slide-tab__tab:hover {
  opacity: 1;
}
.sk-ui-n .skn-slide-tab__tab.is-active {
  opacity: 1;
  transform: translateY(-4px);
}
.sk-ui-n .skn-slide-tab__tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 3;
  width: 26px;
  height: 26px;
  border-radius: 6px 0 0;
  background: var(--sk-slide-tab-color, var(--skn-red));
  transform: translateX(-50%) rotate(45deg);
}
.sk-ui-n .skn-slide-tab__box {
  position: relative;
  overflow: hidden;
  border-radius: var(--skn-radius-lg);
}
.sk-ui-n .skn-slide-tab__box .swiper-wrapper {
  align-items: stretch;
}
.sk-ui-n .skn-slide-tab__panel {
  box-sizing: border-box;
  width: 100%;
  height: clamp(430px, 48vw, 570px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 0;
  border: 1px solid var(--skn-line);
  border-radius: var(--skn-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(19, 35, 61, 0.06);
  overflow: hidden;
}
.sk-ui-n .skn-slide-tab__panel--text-only {
  grid-template-columns: 1fr;
}
.sk-ui-n .skn-slide-tab .sk-slide-tab__content {
  box-sizing: border-box;
  height: 100%;
  min-width: 0;
  padding: clamp(30px, 4vw, 52px) clamp(30px, 4vw, 52px) clamp(38px, 4vw, 56px);
  overflow: hidden;
}
.sk-ui-n .skn-slide-tab__scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--skn-red) transparent;
  scrollbar-width: thin;
}
.sk-ui-n .skn-slide-tab__media {
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  padding: 18px;
  overflow: hidden;
}
.sk-ui-n .skn-slide-tab__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
}
.sk-ui-n .skn-slide-tab .skn-section-head {
  max-width: none;
}
.sk-ui-n .skn-slide-tab .skn-section-head p {
  max-width: none;
}
.sk-ui-n .skn-slide-tab .skn-section-desc {
  max-width: none;
}
.sk-ui-n .skn-slide-tab .skn-section-desc p {
  max-width: none;
}

.skn-video {
  background: var(--skn-cream);
}

.skn-video__banner {
  position: relative;
  min-height: clamp(380px, 56vw, 680px);
  border-radius: var(--skn-radius-lg);
  background: var(--skn-ink) center/cover no-repeat;
  box-shadow: var(--skn-shadow);
  overflow: hidden;
}
.skn-video__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 35, 61, 0.06), rgba(19, 35, 61, 0.44));
}

.skn-video__play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: 92px;
  height: 92px;
  border: 0;
  border-radius: 50%;
  background: var(--skn-yellow);
  color: var(--skn-ink);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.22);
  cursor: pointer;
}
.skn-video__play span {
  margin-left: 5px;
  font-size: 26px;
}
.skn-video__play:hover {
  background: var(--skn-white);
  transform: translate(-50%, -50%) scale(1.06);
}

.skn-blog {
  background: var(--skn-paper);
}

.sk-ui-n .sk-posts--n {
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-block: 30px 64px;
}

.sk-ui-n .sk-card--n {
  border-radius: var(--skn-radius);
}
.sk-ui-n .sk-card--n .sk-card__meta {
  order: -1;
  margin: 0 0 2px;
  color: var(--skn-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.sk-ui-n .sk-card--n .sk-card__badges {
  margin-bottom: 8px;
}

.sk-ui-n .sk-page--n,
.sk-ui-n .sk-article--n {
  max-width: 980px;
  margin: clamp(42px, 7vw, 92px) auto;
  padding: clamp(30px, 6vw, 76px);
  border: 1px solid var(--skn-line);
  border-radius: var(--skn-radius-lg);
  background: var(--skn-white);
  box-shadow: var(--skn-shadow);
}

.sk-ui-n .sk-page--n {
  max-width: none;
}

.sk-ui-n .sk-page--center {
  max-width: 820px;
  text-align: center;
}

.sk-ui-n .sk-page__title,
.sk-ui-n .sk-article__title {
  color: var(--skn-ink);
  font-size: clamp(42px, 7vw, 76px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.sk-ui-n .sk-article__thumb {
  margin: 30px 0;
  overflow: hidden;
  border-radius: 30px;
}
.sk-ui-n .sk-article__thumb img {
  width: 100%;
}

.sk-searchbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 760px;
  margin-top: 24px;
}
.sk-searchbar input {
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid var(--skn-line);
  border-radius: 999px;
  font-family: var(--sk-font);
  font-size: 16px;
}

.sk-ui-n .pagination .nav-links .page-numbers {
  border: 1px solid var(--skn-line);
  box-shadow: none;
  color: var(--skn-ink);
}
.sk-ui-n .pagination .nav-links .page-numbers.current, .sk-ui-n .pagination .nav-links .page-numbers:hover {
  background: var(--skn-ink);
  color: #fff;
}

.sk-ui-n .skn-cta {
  padding: 80px 0 70px;
  background: url("../../assets/media/register-blog-bg.png") left center/auto 95% no-repeat transparent !important;
}

.skn-cta__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  min-height: 0;
}

.skn-cta__story {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 640px;
  padding: clamp(34px, 5vw, 62px);
  background: var(--skn-yellow);
  overflow: hidden;
}
.skn-cta__story .skn-kicker {
  color: var(--skn-red);
}
.skn-cta__story h2 {
  margin: 18px 0;
  color: var(--skn-ink);
  font-size: clamp(42px, 5.5vw, 72px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.skn-cta__story p {
  position: relative;
  z-index: 2;
  max-width: 430px;
  color: rgba(19, 35, 61, 0.72);
  font-size: 18px;
}
.skn-cta__story img {
  position: absolute;
  inset: auto -8% -8% auto;
  width: 76%;
  max-height: 330px;
  object-fit: contain;
  object-position: right bottom;
}

.skn-cta__slider {
  position: relative;
  min-height: 380px;
  max-height: 480px;
  padding: 10px;
  border: 2px solid #333;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skn-cta__slider .skn-cta-swiper {
  width: 100%;
  height: 100%;
}
.skn-cta__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.skn-cta__slider .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}
.skn-cta__slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 2;
}
.skn-cta__slider .skn-cta__slider-empty {
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b3003f 0%, #7a002d 100%);
}

.skn-cta__form {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.skn-cta__form-inner {
  background-color: #fff;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(200, 32, 46, 0.12);
  padding: 28px 30px 36px;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.skn-cta__hotline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin: 0 0 20px;
}

.skn-cta__hotline-label {
  color: #C6202F;
  font-size: 19px;
  font-weight: 700;
  z-index: 10;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.skn-cta__hotline-btn {
  display: inline-block;
  font-size: 24px;
  padding: 8px 30px;
  border-radius: 50px;
  background-color: #C6202F;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.4;
  box-shadow: 0 6px 16px rgba(198, 32, 47, 0.3);
  transition: background-color 200ms var(--skn-ease), transform 200ms var(--skn-ease);
}
.skn-cta__hotline-btn:hover {
  background-color: var(--skn-red-dark);
  transform: translateY(-1px);
}

.skn-cta__form-head {
  text-align: center;
}
.skn-cta__form-head h2 {
  margin: 0 0 6px;
  color: var(--skn-ink);
  font-size: 31px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.18;
}
.skn-cta__form-head p {
  margin: 0 0 0;
  color: var(--skn-ink);
  font-size: 22px;
  font-weight: 350;
  font-style: italic;
}

.skn-cta__hl {
  color: #C8202E;
  font-weight: 800;
  font-style: normal;
}

.skn-cta__hl-i {
  color: #C8202E;
  font-weight: 800;
  font-style: italic;
}

.skn-cta__countdown {
  width: 70%;
  margin: 0 auto 14px;
}

.skn-cta__countdown-label {
  display: block;
  margin: 0 0 8px;
  text-align: center;
  color: var(--skn-red);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.skn-cta__countdown-timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.skn-cta__countdown-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 6px 4px;
  border-radius: 8px;
  background: var(--skn-red);
  color: #fff;
  box-shadow: 0 6px 14px rgba(200, 32, 46, 0.18);
}
.skn-cta__countdown-cell b {
  font-size: 26px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
  color: #fff;
}
.skn-cta__countdown-cell i {
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

.skn-form--stacked {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.skn-form--stacked .register-form__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.skn-form__row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.skn-form__field {
  display: block;
  min-width: 0;
}

.skn-cta__submit {
  width: 100%;
  margin-top: 10px;
  padding: 14px 30px;
  border: 0;
  border-radius: 40px;
  background: var(--skn-red);
  color: #fff;
  font-size: 22px;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 12px 24px rgba(200, 32, 46, 0.28);
  transition: background-color 200ms var(--skn-ease), transform 200ms var(--skn-ease);
}
.skn-cta__submit:hover {
  background: var(--skn-red-dark);
  transform: translateY(-2px);
}

.skn-cta-redirect__card {
  text-align: center;
  padding: clamp(36px, 5vw, 64px);
  border-radius: var(--skn-radius-lg);
  background: var(--skn-paper);
  box-shadow: var(--skn-shadow);
}
.skn-cta-redirect__card h2 {
  margin: 0 0 10px;
  color: var(--skn-ink);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.skn-cta-redirect__card p {
  margin: 0 auto 22px;
  max-width: 560px;
  color: var(--skn-muted);
  font-size: 16px;
  line-height: 1.6;
}
.skn-cta-redirect__card .skn-btn {
  display: inline-flex;
  min-width: 260px;
}

.skn-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.skn-form__intro {
  margin-bottom: 8px;
}
.skn-form__intro h2 {
  margin: 10px 0 8px;
  color: var(--skn-ink);
  font-size: clamp(30px, 3vw, 43px);
  letter-spacing: -0.04em;
  line-height: 1;
}
.skn-form__intro p {
  color: var(--skn-muted);
}
.skn-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.skn-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  color: var(--skn-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.skn-form input,
.skn-form select,
.skn-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid var(--skn-line);
  border-radius: 14px;
  background: var(--skn-white);
  color: var(--skn-text);
  font-family: var(--sk-font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal; /* reset label letter-spacing không cascade xuống input */
  box-shadow: none;
}
.skn-form input:focus,
.skn-form select:focus,
.skn-form textarea:focus {
  outline: 0;
  border-color: var(--skn-red);
  box-shadow: 0 0 0 4px rgba(179, 0, 63, 0.1);
}
.skn-form textarea {
  min-height: 84px;
  resize: vertical;
}
.skn-form .skn-btn {
  width: 100%;
  margin-top: 4px;
}
.skn-form .register-form__msg {
  margin: 0;
}
.skn-form .register-form__msg:empty {
  display: none;
}
.skn-form .register-form__msg.is-loading, .skn-form .register-form__msg.is-success, .skn-form .register-form__msg.is-error {
  padding: 11px 14px;
  border-radius: 12px;
  font-weight: 700;
}
.skn-form .register-form__msg.is-success {
  background: #e4f8ed;
  color: #137847;
}
.skn-form .register-form__msg.is-error {
  background: #ffe6ec;
  color: var(--skn-red);
}

.skn-form--compact {
  gap: 10px !important;
}

.skn-form--compact input,
.skn-form--compact select {
  min-height: 44px;
  padding: 10px 14px;
  font-size: 17px;
}

.skn-form--compact .skn-form__row-2col {
  gap: 10px;
}

.sk-modal[hidden] {
  display: none;
}

.sk-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.sk-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 33, 0.76);
  backdrop-filter: blur(9px);
}

.sk-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: 92vh;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 32px;
  background: var(--skn-paper);
  overflow-y: auto;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.3);
}

.sk-modal__dialog--video {
  width: min(1100px, 100%);
  padding: 12px;
  background: #000;
  overflow: visible;
}

.sk-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--skn-ink);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.sk-modal-open {
  overflow: hidden;
}

.sk-ui-n.sk-modal-open {
  overflow: hidden;
}

.sk-ui-n .sk-video__frame {
  aspect-ratio: 16/9;
}
.sk-ui-n .sk-video__frame iframe {
  width: 100%;
  height: 100%;
}

.skn-modal--trial .sk-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 33, 0.16);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.skn-modal--trial {
  z-index: 1100;
  padding: 16px;
  overflow-y: auto;
}

.skn-modal__trial-dialog {
  position: relative;
  z-index: 1;
  width: min(740px, 100%);
  max-height: 94vh;
  background: transparent;
  padding-top: 36px;
  overflow: visible;
}
.skn-modal__trial-dialog > .skn-cta__form {
  overflow-y: auto;
  max-height: calc(94vh - 36px);
}
.skn-modal__trial-dialog .sk-modal__close {
  top: auto;
  right: 9%;
  bottom: 73%;
  left: auto;
  background: rgba(255, 255, 255, 0.92);
  color: var(--skn-ink);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.skn-modal__trial-dialog .sk-modal__close:hover {
  background: var(--skn-red);
  color: var(--skn-white);
}
.skn-modal__trial-dialog .skn-modal__trial-deco {
  position: absolute;
  top: 80px;
  left: -56px;
  width: clamp(110px, 25vw, 260px);
  height: auto;
  pointer-events: none;
  z-index: 2;
  transform: rotate(-10deg);
}
@media (max-width: 600px) {
  .skn-modal__trial-dialog .skn-modal__trial-deco {
    display: none;
  }
  .skn-modal__trial-dialog .sk-modal__close {
    right: 5%;
    bottom: 78%;
  }
}

.skn-modal__trial-dialog .skn-cta__form {
  padding: clamp(24px, 4vw, 48px);
  gap: 16px;
}

.skn-modal__trial-dialog .skn-cta__form-inner {
  padding: clamp(20px, 3vw, 32px);
  position: relative;
  z-index: 1;
  background-color: var(--skn-paper);
  border-radius: 24px;
}

@media (max-width: 600px) {
  .skn-modal--trial {
    padding: 8px;
  }
  .skn-modal__trial-dialog {
    max-height: 99vh;
    padding-top: 32px;
  }
  .skn-modal__trial-dialog > .skn-cta__form {
    padding: 12px;
    gap: 10px;
    max-height: calc(99vh - 32px);
  }
  .skn-modal__trial-dialog .skn-cta__form-inner {
    padding: 16px;
    border-radius: 18px;
  }
  .skn-modal__trial-dialog .skn-cta__form-head h2 {
    font-size: 22px;
  }
  .skn-modal__trial-dialog .skn-cta__hotline-label {
    font-size: 14px;
  }
  .skn-modal__trial-dialog .skn-cta__hotline-btn {
    font-size: 18px;
    padding: 6px 18px;
  }
  .skn-modal__trial-dialog .skn-cta__countdown-cell b {
    font-size: 18px;
  }
  .skn-modal__trial-dialog .skn-cta__countdown-cell i {
    font-size: 10px;
  }
  .skn-modal__trial-dialog .skn-cta__submit {
    font-size: 16px;
    padding: 10px 20px;
  }
  .skn-modal__trial-dialog input,
  .skn-modal__trial-dialog select {
    font-size: 15px;
    padding: 9px 12px;
    min-height: 40px;
  }
}
.skn-footer {
  background: #0b182b;
  color: rgba(255, 255, 255, 0.72);
}

.skn-footer__signal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  opacity: 0;
  padding: 11px 0;
  background: #0b182b;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: clamp(13px, 1.6vw, 18px);
  font-weight: 700;
  text-align: center;
}
.skn-footer__signal span {
  color: var(--skn-yellow);
}
.skn-footer__signal {
  transform: translateY(16px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.skn-footer__signal.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.sk-ui-n {
  padding-bottom: 52px;
}

.skn-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: clamp(40px, 7vw, 100px);
  padding-block: clamp(50px, 7vw, 50px);
}
.skn-footer__grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.skn-footer__grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.skn-footer__grid a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}
.skn-footer__grid a:hover {
  color: var(--skn-yellow);
}
.skn-footer__grid address {
  margin: 0 0 12px;
  color: inherit;
  font-style: normal;
  line-height: 1.7;
}

.skn-footer__brand p {
  max-width: 440px;
  line-height: 1.72;
}

.skn-footer__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff !important;
  font-size: 38px;
  font-weight: 800 !important;
  letter-spacing: -0.05em;
  line-height: 0.75;
}
.skn-footer__logo img {
  display: block;
  height: 85px;
  width: auto;
  position: relative;
  left: -15px;
  top: -15px;
}
.skn-footer__logo span {
  margin-left: 44px;
  color: var(--skn-yellow);
  font-size: 13px;
  letter-spacing: 0.16em;
}

.skn-footer__social {
  display: flex;
  gap: 9px;
  margin-top: 10px;
}
.skn-footer__social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 12px;
}
.skn-footer__social a:hover {
  background: var(--skn-yellow);
  color: var(--skn-ink);
  border-color: var(--skn-yellow);
}

.skn-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@keyframes skn-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes skn-visual-in {
  from {
    opacity: 0;
    transform: translateX(24px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes skn-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js .sk-ui-n .sk-section[data-skn-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s var(--skn-ease), transform 0.75s var(--skn-ease);
}

.js .sk-ui-n .sk-section[data-skn-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .skn-nav {
    grid-template-columns: 154px 1fr auto;
    gap: 0px;
  }
  .skn-nav__menu {
    gap: 10px;
  }
  .skn-nav__menu a {
    font-size: 14px;
  }
  .skn-nav__cta {
    font-size: 11px;
  }
  .skn-hero__copy {
    grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1.05fr);
  }
  .skn-course-grid,
  .skn-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .skn-banner-anh__slogan {
    font-size: 4vw;
    line-height: 1.5;
  }
  .skn-banner-anh__slogan span {
    font-size: inherit !important;
  }
  .skn-banner-anh__slogan h1, .skn-banner-anh__slogan h2, .skn-banner-anh__slogan h3, .skn-banner-anh__slogan h4, .skn-banner-anh__slogan h5, .skn-banner-anh__slogan h6, .skn-banner-anh__slogan p {
    font-size: inherit;
  }
  .skn-banner-anh__content {
    font-size: 2.6vw;
  }
  .skn-banner-anh__content p, .skn-banner-anh__content li {
    font-size: inherit !important;
  }
  .skn-banner-anh__content span {
    font-size: inherit !important;
  }
  .skn-stats__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 12px;
  }
  .skn-stats__headline {
    order: -1;
    flex: 1 1 100%;
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    min-height: 0;
  }
  .skn-stat,
  .skn-stat[class*=skn-stat--] {
    flex: 1 1 calc((100% - 24px) / 3);
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    min-height: 132px;
  }
}
@media (max-width: 900px) {
  .skn-utility {
    display: none;
  }
  .sk-ui-n .sk-section {
    padding-block: clamp(36px, 6vw, 48px);
  }
  .skn-header__wrap {
    padding-block: 8px;
  }
  .skn-nav {
    grid-template-columns: 1fr auto 1fr;
    min-height: 62px;
  }
  .skn-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: auto;
    max-width: none;
  }
  .skn-masthead .skn-logo img {
    height: 50px;
    width: auto;
    object-position: center;
  }
  .skn-nav__toggle {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .skn-nav__cta {
    display: none;
  }
  .skn-nav__menu-wrap {
    display: contents;
  }
  .skn-nav__menu {
    position: absolute;
    top: calc(100% + 1px);
    left: var(--sk-gutter);
    right: var(--sk-gutter);
    grid-column: 1/-1;
    grid-row: 2;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    max-height: 0;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 0 0 24px 24px;
    background: var(--skn-paper);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.35s var(--skn-ease), padding 0.35s ease, opacity 0.2s ease;
  }
  .skn-nav__menu a {
    justify-content: flex-start;
    min-height: 48px;
    font-size: 14px;
    text-align: left;
  }
  .skn-nav.is-open .skn-nav__menu {
    max-height: 70vh;
    padding: 12px;
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
  }
  .skn-nav.is-open .skn-nav__toggle span:nth-last-child(3) {
    transform: translateY(6px) rotate(45deg);
  }
  .skn-nav.is-open .skn-nav__toggle span:nth-last-child(2) {
    opacity: 0;
  }
  .skn-nav.is-open .skn-nav__toggle span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }
  .skn-hero {
    padding-top: 34px;
  }
  .skn-hero__copy {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
    gap: 18px;
  }
  .skn-hero .skn-kicker {
    grid-column: 1;
    grid-row: 1;
  }
  .skn-hero__slide {
    grid-column: 1;
    grid-row: 2;
  }
  .skn-hero__visual {
    grid-column: 1;
    grid-row: 3;
    height: min(66vw, 520px);
    min-height: 360px;
    border-radius: 44% 44% 28px 28px;
  }
  .skn-programs {
    grid-template-columns: repeat(2, 1fr);
  }
  .skn-program {
    border-bottom: 1px solid var(--skn-line);
  }
  .skn-program:nth-child(2n) {
    border-right: 0;
  }
  .skn-intro__grid {
    grid-template-columns: 1fr;
  }
  .skn-intro--flip .skn-intro__text,
  .skn-intro--flip .skn-intro__media {
    order: initial;
  }
  .skn-banner-anh__stage {
    overflow: visible;
    box-shadow: none;
  }
  .skn-banner-anh__image {
    aspect-ratio: 16/9;
    border-radius: 28px;
    box-shadow: var(--skn-shadow);
  }
  .skn-banner-anh__block {
    width: 100%;
    border-color: var(--skn-line);
    background: transparent;
    line-height: 1.3;
    text-wrap: auto;
    -webkit-text-stroke: 2px var(--skn-white) span;
    -webkit-text-stroke-font-size: inherit !important;
  }
  .skn-banner-anh__slogan {
    font-size: 4vw;
    line-height: normal;
  }
  .skn-banner-anh__slogan span {
    font-size: inherit !important;
  }
  .skn-banner-anh__slogan h1, .skn-banner-anh__slogan h2, .skn-banner-anh__slogan h3, .skn-banner-anh__slogan h4, .skn-banner-anh__slogan h5, .skn-banner-anh__slogan h6, .skn-banner-anh__slogan p {
    font-size: inherit;
  }
  .skn-banner-anh__content {
    font-size: 2.6vw;
  }
  .skn-banner-anh__content p, .skn-banner-anh__content li {
    font-size: inherit !important;
  }
  .skn-banner-anh__content span {
    font-size: inherit !important;
  }
  .skn-stats__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 10px;
  }
  .skn-stats__headline {
    order: -1;
    flex: 1 1 100%;
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    min-height: 0;
  }
  .skn-stat,
  .skn-stat[class*=skn-stat--] {
    flex: 1 1 calc((100% - 10px) / 2);
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    min-height: 128px;
  }
  .skn-testi-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .skn-testi-card__quote {
    max-width: none;
  }
  .skn-testi .skn-tabs {
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .skn-testi .skn-tab {
    padding: 12px 18px;
    font-size: 15px;
    white-space: nowrap;
  }
  .skn-slide-tab__panel {
    grid-template-columns: 1fr;
  }
  .skn-slide-tab__media {
    display: none;
  }
  .skn-slide-tab__box {
    height: auto;
  }
  .skn-cta__panel {
    grid-template-columns: 1fr;
  }
  .skn-cta__slider {
    width: 100%;
    min-height: 320px;
    max-height: 400px;
  }
  .skn-cta__form {
    width: 100%;
    max-width: 100%;
  }
  .skn-cta__story {
    min-height: 510px;
  }
  .skn-footer__grid {
    grid-template-columns: 1.3fr 0.7fr;
  }
  .skn-footer__grid > div:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .sk-ui-n {
    --sk-gutter: 18px;
  }
  .sk-ui-n .sk-section {
    padding-block: 30px;
  }
  .skn-section-head--row {
    align-items: flex-start;
    flex-direction: column;
  }
  .skn-topbar__row {
    padding: 5px 0px;
  }
  .skn-btn {
    width: 100%;
  }
  .skn-hero {
    padding-bottom: 44px;
  }
  .skn-hero::before {
    top: 60px;
  }
  .skn-hero__slide h1 {
    font-size: clamp(48px, 17vw, 72px);
  }
  .skn-hero__visual {
    height: 420px;
    min-height: 0;
  }
  .skn-hero__stamp {
    width: 72px;
    height: 72px;
    font-size: 13px;
  }
  .skn-programs {
    grid-template-columns: 1fr;
  }
  .skn-program {
    min-height: 66px;
    border-right: 0;
  }
  .skn-course-grid,
  .skn-cards__grid {
    grid-template-columns: 1fr;
  }
  .skn-banner-anh__stage {
    overflow: visible;
    box-shadow: none;
  }
  .skn-banner-anh__image {
    aspect-ratio: 16/9;
    border-radius: 28px;
    box-shadow: var(--skn-shadow);
  }
  .skn-banner-anh__overlay {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
    margin-top: 14px;
  }
  .skn-banner-anh__zone {
    display: contents;
  }
  .skn-banner-anh__block {
    width: 100%;
    border-color: var(--skn-line);
    background: transparent;
  }
  .skn-banner-anh__block * {
    -webkit-text-stroke: 0;
  }
  .skn-banner-anh__slogan {
    font-size: 8vw;
    line-height: inherit;
  }
  .skn-banner-anh__slogan h1, .skn-banner-anh__slogan h2, .skn-banner-anh__slogan h3, .skn-banner-anh__slogan h4, .skn-banner-anh__slogan h5, .skn-banner-anh__slogan h6, .skn-banner-anh__slogan p {
    font-size: inherit;
    -webkit-text-stroke: 0;
  }
  .skn-banner-anh__slogan span {
    font-size: inherit !important;
  }
  .skn-banner-anh__content {
    font-size: 4.4vw;
  }
  .skn-banner-anh__content p, .skn-banner-anh__content li {
    font-size: inherit !important;
    -webkit-text-stroke: 0;
  }
  .skn-banner-anh__content span {
    font-size: inherit !important;
  }
  .skn-stats__grid {
    gap: 10px;
  }
  .skn-stats__headline {
    flex: 1 1 100%;
    min-height: 0;
    padding: 28px 24px;
  }
  .skn-stat,
  .skn-stat[class*=skn-stat--] {
    flex: 1 1 calc((100% - 10px) / 2);
    min-height: 112px;
  }
  .skn-testi .skn-tabs {
    gap: 6px;
  }
  .skn-testi .skn-tab {
    padding: 10px 12px;
    font-size: 13px;
  }
  .skn-slide-tab__tab {
    flex-basis: 180px;
  }
  .skn-slide-tab__arrow {
    width: 40px;
    height: 40px;
  }
  .skn-slide-tab__tab {
    flex-basis: 210px;
  }
  .skn-slide-tab__box {
    border-radius: 26px;
  }
  .skn-slide-tab .sk-slide-tab__content {
    padding: 26px;
  }
  .skn-cta__story {
    min-height: 450px;
  }
  .sk-ui-n .skn-cta {
    padding: 50px 0 40px;
  }
  .skn-cta__story img {
    width: 92%;
  }
  .skn-cta__form-inner {
    padding: 24px 22px 32px;
  }
  .skn-cta__slider {
    min-height: 320px;
    max-height: 380px;
    border-width: 1px;
    padding: 6px;
    border-radius: 14px;
  }
  .skn-cta__slider .skn-cta-swiper {
    inset: 6px;
    border-radius: 10px;
  }
  .skn-cta__slider .skn-cta__slider-empty {
    inset: 6px;
    border-radius: 10px;
  }
  .skn-cta__slider .swiper-slide img {
    border-radius: 10px;
  }
  .skn-cta__countdown {
    max-width: 70%;
  }
  .skn-cta__countdown-timer {
    gap: 8px;
  }
  .skn-cta__countdown-cell {
    padding: 5px 3px;
    border-radius: 6px;
  }
  .skn-cta__countdown-cell b {
    font-size: 24px;
  }
  .skn-cta__countdown-cell i {
    font-size: 12px;
  }
  .skn-cta__submit {
    font-size: 20px;
    padding: 12px 24px;
    box-shadow: 8px 8px 14px rgba(200, 32, 46, 0.2);
  }
  .skn-cta-redirect__card .skn-btn {
    width: 100%;
    min-width: 0;
  }
  .skn-form__row {
    grid-template-columns: 1fr;
  }
  .skn-form__row-2col {
    grid-template-columns: 1fr;
  }
  .skn-footer__grid {
    grid-template-columns: 1fr;
  }
  .skn-footer__grid > div:last-child {
    grid-column: auto;
  }
  .skn-footer__bottom {
    flex-direction: column;
  }
  .sk-ui-n .sk-page--n,
  .sk-ui-n .sk-article--n {
    padding: 26px 20px;
    border-radius: 26px;
  }
  .sk-searchbar {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sk-ui-n *,
  .sk-ui-n *::before,
  .sk-ui-n *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js .sk-ui-n .sk-section[data-skn-reveal] {
    opacity: 1;
    transform: none;
  }
}
.skn-header__wrapper {
  display: contents;
}

.skn-topbar {
  color: var(--skn-red-dark) !important;
  font-size: 16px;
}

.skn-topbar__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-height: 28px;
  line-height: 28px;
  padding: 5px calc(var(--sk-gutter) + 30px) !important;
}

.skn-topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-right: auto;
  color: var(--skn-navi);
  font-size: 16px;
  font-weight: 500;
}

.skn-topbar__phone span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: 2px 0 0 0;
  background: transparent;
  color: var(--skn-red-dark);
  font-size: 18px;
}

.skn-topbar__phone:hover {
  color: var(--skn-red);
}

.skn-search {
  display: flex;
  align-items: center;
  width: min(280px, 42vw);
  height: 40px;
  padding: 0 4px 0 16px;
  border: 0px solid rgba(179, 0, 63, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.skn-search:focus-within {
  border-color: var(--skn-navi);
  box-shadow: 0 0 0 3px rgba(0, 3, 179, 0.12);
}

.skn-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--skn-ink);
  font-size: 14px;
}

.skn-search input:focus-visible {
  outline: 0;
}

.skn-search input::placeholder {
  color: var(--skn-muted);
}

.skn-search button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 2px 0 0 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--skn-red-dark);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.24s ease, transform 0.24s ease;
}

.skn-search button:hover {
  background: var(--skn-red-dark);
  transform: scale(1.06);
  color: #fff;
}

.skn-lang {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border: 0px solid rgba(179, 0, 63, 0.2);
  border-radius: 999px;
  color: var(--skn-red-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.skn-masthead {
  position: sticky;
  top: 20px;
  z-index: 250;
  background: transparent;
}

.skn-masthead > .sk-container {
  padding-inline: max(var(--sk-gutter), 18px);
}

.skn-masthead .skn-nav {
  min-height: 70px;
  padding: 8px 18px;
  border: 1px solid rgba(225, 245, 254, 0.4549019608);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(179, 0, 63, 0.075);
}

.skn-masthead .skn-logo img {
  width: min(250px, 100%);
}

.skn-sub-toggle {
  width: 28px;
  min-height: 32px;
  margin-left: -8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--skn-red);
  font-weight: 800;
  cursor: pointer;
}

.skn-sub-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 10;
  display: none;
  min-width: 220px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--skn-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--skn-shadow);
  list-style: none;
  transform: none;
}

[data-skn-dropdown=deep] {
  top: 0;
  left: 100%;
}

.skn-nav__menu > .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}

.skn-nav__menu > .menu-item.is-sub-open > [data-skn-dropdown=parent],
.skn-nav__menu > .menu-item:hover > [data-skn-dropdown=parent] {
  display: block;
}

[data-skn-dropdown=parent] > .menu-item.is-sub-open > [data-skn-dropdown=deep],
[data-skn-dropdown=parent] > .menu-item:hover > [data-skn-dropdown=deep] {
  display: block;
}

.skn-sub-menu li {
  margin: 0;
}

.skn-sub-menu a {
  display: flex;
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 10px;
  text-align: left;
  text-transform: none;
}

.skn-sub-menu a:hover {
  background: #f9e9ef;
}

.skn-sub-menu a::after {
  display: none;
}

.skn-course-tabs {
  order: 3;
  min-width: 60%;
  max-width: 100%;
  justify-content: center;
  background: none !important;
  border: none !important;
}

.skn-course-tabs .skn-tab {
  flex: 1 1 150px;
  border: 4px solid color-mix(in srgb, var(--tab-color) 45%, transparent);
  color: color-mix(in srgb, var(--tab-color) 55%, transparent);
  font-family: var(--sk-font) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

.skn-course-tabs .skn-tab.is-active {
  background: var(--tab-color);
  color: #fff;
}

.skn-course-tabs .skn-tab:hover,
.skn-course-tabs .skn-tab:focus-visible {
  background: var(--tab-color);
  color: var(--skn-white);
  border: 4px solid var(--tab-color);
}

.skn-course-tabs .skn-tab span {
  margin-left: 12px;
}

.skn-courses .sk-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.skn-courses .skn-section-head {
  display: none;
}

.skn-course-panels {
  order: 2;
  overflow: hidden;
  width: 100%;
  background: transparent;
  border-radius: var(--skn-radius-lg);
}

.skn-course-panels .swiper-wrapper {
  align-items: stretch;
}

.skn-course-panel {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: stretch;
  min-height: 480px;
  padding: 18px;
  border: 0;
  border-radius: var(--skn-radius-lg);
  background: transparent;
  box-shadow: none;
}

.skn-course-panel__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(22px, 5vw, 16px);
}

.skn-course-panel__copy h3 {
  margin: 16px 0;
  color: var(--skn-navi, var(--skn-red));
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.94;
  text-wrap: auto;
}

.skn-course-panel__copy p {
  max-width: 560px;
  color: color-mix(in srgb, var(--skn-navi) 80%, transparent);
  font-size: 20px;
  line-height: 1.65;
}

.skn-course-panel__highlights {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: var(--skn-navi);
  font-weight: 700;
  font-size: 20px;
}

.skn-course-panel__highlights li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.skn-course-panel__highlights li::before {
  content: "✓";
  color: var(--tab-color);
  font-weight: 800;
}

.skn-course-panel__media-wrap {
  min-width: 0;
  padding: clamp(22px, 5vw, 30px);
}

.skn-course-panel__media {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: transparent;
}

.skn-course-panel__media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
}

.skn-partners {
  margin-top: clamp(48px, 7vw, 92px);
  padding-top: 25px;
  border-top: 1px dashed var(--skn-line);
  text-align: center;
}

.skn-partners__title {
  margin: 0 0 20px;
  color: var(--skn-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.skn-partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px 52px;
}

.skn-partners__list a, .skn-partners__list img {
  display: block;
}

.skn-partners__list img {
  width: auto;
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.68;
}

.skn-partners__list img:hover {
  filter: none;
  opacity: 1;
}

.skn-stats__more {
  display: none;
  margin: 20px auto 0;
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: var(--sk-font);
  font-weight: 800;
  cursor: pointer;
}

.skn-gallery-card {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: zoom-in;
}

.skn-gallery-card span {
  display: block;
  padding: 14px 18px 18px;
  color: var(--skn-ink);
  font-weight: 700;
}

.skn-lightbox .skn-modal__dialog--image {
  width: min(1100px, 100%);
  padding: 12px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.skn-lightbox img {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 20px;
}

.skn-video__swiper {
  padding: 10px 4px 58px;
}

.skn-video__card {
  width: 100%;
  padding: 0;
  border: 0;
  background: #fff;
  color: var(--skn-ink);
  text-align: center;
  cursor: pointer;
}

.skn-video__thumb {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 24px;
  background: var(--skn-ink);
}

.skn-video__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.skn-video__thumb b {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: var(--skn-red);
  color: #fff;
  transform: translate(-50%, -50%);
}

.skn-video__card strong {
  display: block;
  padding: 16px 4px;
  font-size: 20px;
}

.skn-floating-cta {
  position: fixed;
  right: 20px;
  bottom: 64px;
  z-index: 250;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.skn-floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.skn-floating-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--skn-red);
  box-shadow: 0 12px 30px rgba(40, 19, 29, 0.18);
  font-weight: 800;
}

.skn-floating-cta__trial {
  background: var(--skn-red) !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .skn-topbar__row {
    min-height: 34px;
  }
  .skn-topbar__phone {
    font-size: 12px;
  }
  .skn-search {
    width: 40px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .skn-search input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }
  .skn-search button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .skn-masthead .skn-nav {
    border-radius: 24px;
  }
  .skn-nav__menu > .menu-item {
    flex-wrap: wrap;
  }
  [data-skn-dropdown] {
    position: static;
    flex: 0 0 100%;
    transform: none;
    box-shadow: none;
  }
  .skn-nav__menu > .menu-item.is-sub-open > [data-skn-dropdown] {
    display: block;
  }
  .skn-course-tabs {
    display: none;
  }
  .skn-course-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .skn-course-panel__media-wrap {
    order: -1;
  }
  .skn-course-panel__media {
    height: 300px;
  }
  .skn-course-panel__media img {
    min-height: 0;
  }
  .skn-stats__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .skn-stat.is-mobile-extra {
    display: none;
  }
  .skn-stats.is-expanded .skn-stat.is-mobile-extra {
    display: flex;
  }
}
@media (max-width: 620px) {
  .skn-topbar__row {
    gap: 6px;
  }
  .skn-topbar__phone {
    font-size: 11px;
  }
  .skn-lang {
    display: none;
  }
  .skn-masthead {
    padding: 8px 0;
  }
  .skn-masthead .skn-nav {
    padding: 6px 10px;
  }
  .skn-course-panel {
    padding: 8px;
    border-radius: 26px;
  }
  .skn-course-panel__copy {
    padding: 28px 20px;
  }
  .skn-course-panel__copy h3 {
    font-size: 46px;
  }
  .skn-course-panel__media {
    height: 220px;
    border-radius: 20px;
  }
  .skn-floating-cta {
    right: 10px;
    bottom: 76px;
    left: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .skn-floating-cta a {
    justify-content: center;
    min-height: 42px;
    padding: 6px 14px;
    font-size: 12px;
    box-shadow: 0 8px 20px rgba(40, 19, 29, 0.22);
  }
}
/* =========================================================
   KHÓA HỌC — single-cac-khoa-hoc (UI N)
   Bố cục bám mẫu IELTS MasterClass.
   ========================================================= */
.skn-kh {
  --kh-blue: #33b2c7;
  --kh-orange: #f2994a;
  --kh-green: #27ae60;
  --kh-pink: var(--skn-red);
  --kh-blue-bg: #d6f0f4;
  --kh-orange-bg: #fceedd;
  --kh-green-bg: #d6e4da;
  --kh-listening-from: #33b2c7;
  --kh-listening-to: #268695;
}

/* ---- Hero: căn giữa 1 cột, nền SVG ở đáy ---- */
.skn-kh-hero.sk-section {
  position: relative;
  padding-block: clamp(48px, 6vw, 72px) clamp(220px, 34vw, 460px) !important;
  background: url("../media/hero-bg.svg") bottom -1px center no-repeat, linear-gradient(180deg, var(--skn-sky) 0%, var(--skn-paper) 62%) !important;
  background-size: 2609.3px auto, 100% 100% !important;
  text-align: center;
  overflow: hidden;
}

.skn-kh-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.skn-kh-hero__kicker {
  justify-content: center;
}

.skn-kh-hero__title {
  margin: 6px 0 14px;
  color: var(--skn-ink);
  font-size: clamp(40px, 7vw, 80px);
  line-height: 1.14;
}

.skn-kh-hero__title span {
  display: block;
  font-size: clamp(24px, 3.6vw, 48px);
  font-weight: 700;
}

.skn-kh-hero__title strong {
  display: block;
  background: linear-gradient(180deg, var(--skn-red) 0%, var(--skn-red-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--skn-red);
  font-weight: 800;
}

.skn-kh-hero__desc {
  max-width: 594px;
  margin: 0 auto;
  color: var(--skn-muted);
  font-size: clamp(16px, 2vw, 20px);
}

.skn-kh-hero__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.skn-kh-hero__btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ec4899, #db2777);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(236, 72, 153, 0.35);
  transition: filter 0.2s ease;
}

.skn-kh-hero__btn--primary:hover {
  filter: brightness(1.05);
}

.skn-kh-hero__btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 999px;
  border: 2px solid #ec4899;
  background: transparent;
  color: #ec4899;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.skn-kh-hero__btn--ghost:hover {
  background: #ec4899;
  color: #ffffff;
}

.skn-kh-hero__eyebrow {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.12);
  color: #ec4899;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.skn-kh-hero__media {
  margin-top: 34px;
}

.skn-kh-hero__media img {
  width: min(560px, 100%);
  border-radius: var(--skn-radius-lg);
  box-shadow: var(--skn-shadow);
  object-fit: cover;
}

/* ---- Vì sao chọn: card pastel (1-3) + card full-width có head + 2 cột (4/5/6), bám i.html ---- */
.skn-kh-why__head {
  align-items: center;
  margin-block: 40px 56px;
}

.skn-kh-why__section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  color: #152238;
  line-height: 1.2;
}

.skn-kh-why__title-1 {
  font-size: 30px;
  font-weight: 800;
}

.skn-kh-why__title-2 {
  font-size: 36px;
  font-weight: 800;
}

/* Grid 3 cột: 3 thẻ nhỏ hàng đầu + 3 thẻ full-width (4/5/6). */
.skn-kh-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 24px; /* dọc rộng hơn để chừa chỗ badge đè lên viền trên */
}

/* Thẻ nhỏ 1-3: nền pastel, viền mảnh, badge số đè viền trên. */
.skn-kh-why__card--sm {
  position: relative;
  padding: 40px 24px 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: #f8fafc;
}

.skn-kh-why__card--blue {
  background: #f0f8ff;
  border-color: #dbeafe;
}

.skn-kh-why__card--orange {
  background: #fffaf0;
  border-color: #ffedd5;
}

.skn-kh-why__card--green {
  background: #f0fdf4;
  border-color: #dcfce7;
}

/* Badge số nhỏ: 48×56, đè lên viền trên, viền đỉnh đổi màu theo thẻ. */
.skn-kh-why__badge {
  position: absolute;
  top: -24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 56px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #cbd5e1;
  color: #152238;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.skn-kh-why__card--blue .skn-kh-why__badge--blue {
  border-top-color: #60a5fa;
}

.skn-kh-why__card--orange .skn-kh-why__badge--orange {
  border-top-color: #fb923c;
}

.skn-kh-why__card--green .skn-kh-why__badge--green {
  border-top-color: #4ade80;
}

.skn-kh-why__title {
  margin: 16px 0 12px;
  color: #152238;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.skn-kh-why__desc {
  margin: 0;
  color: #475569;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.skn-kh-why__desc + .skn-kh-why__desc {
  margin-top: 16px;
}

/* Thẻ full-width 4/5/6: head (badge + tiêu đề) trên, row 2 cột dưới. */
.skn-kh-why__card--full {
  grid-column: 1/-1;
  margin-top: 20px;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.skn-kh-why__card--4 {
  background: #fdf2f8;
  border-color: #fce7f3;
}

.skn-kh-why__card--5 {
  background: #fefce8;
  border-color: #fef9c3;
}

.skn-kh-why__card--6 {
  background: #f0fdfa;
  border-color: #ccfbf1;
}

/* Head: badge --rel treo phía trên (top:-64px) + tiêu đề --top. */
.skn-kh-why__fhead {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.skn-kh-why__badge--rel {
  position: absolute;
  top: -64px;
  left: 0;
  border-top-color: #cbd5e1;
}

.skn-kh-why__fhead--center .skn-kh-why__badge--rel {
  left: 50%;
  transform: translateX(-50%);
}

.skn-kh-why__title--top {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.skn-kh-why__fhead--center .skn-kh-why__title--top {
  text-align: center;
}

.skn-kh-why__subtitle {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
}

/* Row 2 cột: text / ảnh cạnh nhau, thẻ 6 đảo chiều. */
.skn-kh-why__row {
  display: flex;
  gap: 40px;
  align-items: center;
}

.skn-kh-why__row--reverse {
  flex-direction: row-reverse;
}

.skn-kh-why__col {
  flex: 1;
  min-width: 0;
}

/* Ảnh thật + placeholder "Ảnh minh họa" (viền đứt). */
.skn-kh-why__media {
  border-radius: 12px;
  overflow: hidden;
}

.skn-kh-why__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.skn-kh-why__mock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  border-radius: 12px;
  border: 2px dashed #cbd5e1;
  background: rgba(255, 255, 255, 0.6);
  color: #94a3b8;
  font-weight: 600;
}

/* ---- Head 3 thẻ nhỏ: icon 56px tròn + title ---- */
.skn-kh-why__item-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.skn-kh-why__item-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

.skn-kh-why__item-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.skn-kh-why__item-title {
  margin: 16px 0 12px;
  color: #152238;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.skn-kh-why__item-desc {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* ---- Thẻ 4: Phương pháp học tập toàn diện ---- */
.skn-kh-why__item4 {
  grid-column: 1/-1;
  margin-top: 20px;
  padding: 40px;
  border-radius: 16px;
  background: #fdf2f8;
}

.skn-kh-why__item4-head {
  position: relative;
}

.skn-kh-why__item4-row {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}

.skn-kh-why__item4-row.-type-2 {
  margin-bottom: 0;
}

.skn-kh-why__item4-col {
  flex: 1;
  min-width: 0;
}

.skn-kh-why__item4-desc {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.skn-kh-why__item4-desc p {
  margin: 0 0 12px;
}

.skn-kh-why__item4-desc p:last-child {
  margin-bottom: 0;
}

.skn-kh-why__ex-repeat-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.skn-kh-why__pyramid-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 16px;
}

.skn-kh-why__learning-pyramid {
  background: #facc15;
  border-radius: 12px;
  padding: 16px 24px;
}

.skn-kh-why__learning-pyramid__title {
  margin: 0 0 8px;
  color: #152238;
  font-size: 16px;
  font-weight: 900;
}

.skn-kh-why__learning-pyramid__desc {
  color: #152238;
  font-size: 13px;
  line-height: 1.6;
}

/* ---- Thẻ 5: Phân bổ kiến thức ---- */
.skn-kh-why__item5 {
  grid-column: 1/-1;
  margin-top: 20px;
  padding: 40px;
  border-radius: 16px;
  background: #fefce8;
}

.skn-kh-why__item5-head {
  position: relative;
}

.skn-kh-why__item5-row {
  display: flex;
  gap: 40px;
  align-items: center;
}

.skn-kh-why__item5-col {
  flex: 1;
  min-width: 0;
}

.skn-kh-why__item5-desc {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.skn-kh-why__item5-desc p {
  margin: 0 0 12px;
}

.skn-kh-why__item5-desc p:last-child {
  margin-bottom: 0;
}

.skn-kh-why__online-learning-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ---- Thẻ 6: Hệ thống LMS ---- */
.skn-kh-why__item6 {
  grid-column: 1/-1;
  margin-top: 20px;
  padding: 40px;
  border-radius: 16px;
  background: #f0fdfa;
}

.skn-kh-why__item6-head {
  position: relative;
}

.skn-kh-why__item6-row {
  display: flex;
  gap: 40px;
  align-items: center;
}

.skn-kh-why__item6-col {
  flex: 1;
  min-width: 0;
}

.skn-kh-why__item6-col.-system {
  position: relative;
  min-height: 380px;
}

.skn-kh-why__item6-desc {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.skn-kh-why__item6-desc p {
  margin: 0 0 12px;
}

.skn-kh-why__item6-desc p:last-child {
  margin-bottom: 0;
}

.skn-kh-why__system-learning {
  position: absolute;
  object-fit: contain;
  display: block;
}

.skn-kh-why__system-learning.-img-1 {
  top: 0;
  left: 0;
  width: 60%;
}

.skn-kh-why__system-learning.-img-2 {
  top: 0;
  right: 0;
  width: 55%;
}

.skn-kh-why__system-learning.-img-3 {
  bottom: 0;
  left: 0;
  width: 55%;
}

.skn-kh-why__system-learning.-img-4 {
  bottom: 0;
  right: 0;
  width: 60%;
}

.skn-kh-why__cm-logo {
  display: inline-block;
  width: 86px;
  height: auto;
  vertical-align: middle;
}

/* ---- Yellow highlight inline ---- */
.skn-kh-why__yellow-1,
.skn-kh-why__yellow-2 {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #ffda4e, #edba29, #d8a517, #f6be21);
  color: #152238;
  font-weight: 800;
}

.skn-kh-why__yellow-2 {
  padding: 6px 12px;
  margin-top: 8px;
}

/* ---- Badge số cho thẻ 4/5/6: relative treo phía trên ---- */
.skn-kh-why__num.-relative {
  position: absolute;
  top: -50%;
  left: 0;
  width: 48px;
  height: 56px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #cbd5e1;
  color: #152238;
  font-size: 22px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
}

/* ---- Câu nhấn vàng (why4_sub) — hộp inline #fef08a. ---- */
.skn-kh-why__subhead {
  display: inline-block;
  margin: 12px 0;
  padding: 4px 12px;
  border-radius: 4px;
  background: #fef08a;
  color: #152238;
  font-size: 16px;
  font-weight: 800;
}

/* ---- Class-table 5 dòng (panel-level) ---- */
.skn-kh-levels__class-table {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.skn-kh-levels__class-table__row {
  display: flex;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.skn-kh-levels__class-table__row:last-child {
  border-bottom: 0;
}

.skn-kh-levels__class-table__row.-even {
  background: #d6f0f4;
}

.skn-kh-levels__class-table__col {
  flex: 1;
  min-width: 0;
  color: #152238;
  font-size: 15px;
}

.skn-kh-levels__class-table__col.-title {
  flex: 0 0 30%;
  max-width: 30%;
  font-weight: 700;
}

.skn-kh-levels__class-table__col strong {
  font-weight: 700;
  color: #152238;
}

/* ---- Skill-box 6 kỹ năng ---- */
.skn-kh-levels__skill-box {
  margin-top: 24px;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.skn-kh-levels__skill-box__title {
  margin: 0 0 16px;
  color: #152238;
  font-size: 18px;
  font-weight: 900;
}

.skn-kh-levels__skill-box__contents {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.skn-kh-levels__skill-box__item {
  padding: 16px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #f8fafc;
}

.skn-kh-levels__skill-box__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  object-fit: contain;
}

.skn-kh-levels__skill-box__item-title {
  margin: 0 0 6px;
  color: #152238;
  font-size: 14px;
  font-weight: 800;
}

.skn-kh-levels__skill-box__desc {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .skn-kh-levels__skill-box__contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .skn-kh-levels__class-table__col.-title {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 620px) {
  .skn-kh-levels__skill-box__contents {
    grid-template-columns: 1fr;
  }
}
/* ---- Nhiệm vụ & sứ mệnh: SVG wheel 520px ở tâm + 5 node cố định quanh viền ---- */
.skn-kh-mission__head {
  align-items: center;
  margin-bottom: 40px;
}

.skn-kh-mission__head .skn-section-title {
  text-align: center;
  color: #152238;
  font-size: 4.2em;
  font-weight: 900;
  letter-spacing: -0.5px;
}

/* ---- Bảng vàng: thẻ polaroid xoay ±10deg + ghim góc ---- */
.skn-kh-honor__wrapper {
  position: relative;
  padding: clamp(30px, 4vw, 48px) clamp(20px, 3vw, 40px) clamp(50px, 6vw, 76px);
  border: 2px solid #bdc5cf;
  border-radius: 16px;
  background: radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--skn-red) 5%, transparent) 0%, transparent 40%), url("../../assets/media/bg-honor.jpg") 0 0/240px auto repeat, var(--skn-white);
}

.skn-kh-honor__title {
  padding: 1rem 0;
  margin: 0 0 clamp(30px, 4vw, 48px);
  background: linear-gradient(180deg, #faa859 0%, #bb7f44 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #bb7f44;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.skn-kh-honor__grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 40px);
}

.skn-kh-honor__card {
  position: relative;
  width: clamp(160px, 16vw, 220px);
  padding: 10px;
  background: var(--skn-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.skn-kh-honor__card--r1 {
  transform: rotate(10deg);
}

.skn-kh-honor__card--r2 {
  transform: rotate(-10deg);
}

.skn-kh-honor__card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.skn-kh-honor__pin {
  position: absolute;
  top: -18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

.skn-kh-honor__pin--l {
  left: -14px;
}

.skn-kh-honor__pin--r {
  right: -14px;
}

.skn-kh-honor__pin--pink {
  background: radial-gradient(circle at 35% 30%, #ff9dbb, #ff5c8a);
}

.skn-kh-honor__pin--aqua {
  background: radial-gradient(circle at 35% 30%, #7fe6d6, #35d0ba);
}

.skn-kh-honor__pin--green {
  background: radial-gradient(circle at 35% 30%, #82dfa0, #48c774);
}

.skn-kh-honor__pin--orange {
  background: radial-gradient(circle at 35% 30%, #ffc487, #ffa14a);
}

/* ---- Why-choose: nút "Xem thêm" (collapse ở màn hình nhỏ) ---- */
.why-choose__show-all {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  margin: 0;
  padding: 50px 0 8px;
  border: 0;
  background: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0));
  color: #294563;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: opacity ease 0.2s;
}
.why-choose__show-all:hover {
  opacity: 0.9;
}
.why-choose__show-all:after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform ease 0.2s;
}
.why-choose__show-all.is-open:after {
  transform: translateY(2px) rotate(-135deg);
}
.why-choose__show-all.is-open {
  padding-top: 22px;
  background: none;
}

/* ---- Responsive khóa học (breakpoint 992px như i.html) ---- */
@media (max-width: 992px) {
  /* Why: grid 1 cột, row của thẻ 4/5/6 xếp dọc. */
  .skn-kh-why__grid {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .skn-kh-why__row,
  .skn-kh-why__row--reverse {
    flex-direction: column;
    gap: 24px;
  }
  .skn-kh-why__item4-row,
  .skn-kh-why__item5-row,
  .skn-kh-why__item6-row {
    flex-direction: column;
    gap: 24px;
  }
  .skn-kh-why__item6-col.-system {
    min-height: 320px;
  }
  /* Collapse: chỉ chừa ~1086px chiều cao (như mẫu), nút "Xem thêm" hiện ra.
     JS set inline max-height = scrollHeight khi mở để transition mượt, rồi
     thêm .is-expanded sau transitionend để nhả max-height + overflow
     (item-num/system-learning là absolute, cần overflow visible khi đã mở). */
  .why-choose__item-icon-wrap {
    margin-left: -15px;
  }
  .why-choose__contents {
    position: relative;
    max-height: 1086px;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    padding-bottom: 66px;
    padding-top: 8px;
  }
  .why-choose__contents.is-expanded {
    max-height: none !important;
    overflow: visible;
    padding-bottom: 0;
  }
  .why-choose__show-all {
    display: flex;
  }
  /* Lộ trình: tabs xếp dọc → nav ngang cuộn được. */
  .skn-kh-levels__board {
    flex-direction: column;
  }
  .skn-kh-levels__nav {
    flex: 0 0 auto;
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .skn-kh-levels__tab {
    white-space: nowrap;
    text-align: center;
  }
  .skn-kh-levels__panel-card {
    padding: 24px;
  }
  /* Bảng vàng: 4 cột → 3 cột. */
  .skn-kh-honor__grid {
    grid-template-columns: repeat(3, auto);
  }
}
/* Mobile ≤767px (khớp breakpoint mẫu): hero nút xếp dọc full-width, honor 2 cột. */
@media (max-width: 767px) {
  .skn-kh-hero.sk-section {
    padding-block: 4rem clamp(180px, 46vw, 300px) !important;
    background-position: bottom -4rem center, center !important;
  }
  .skn-kh-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
  .skn-kh-hero__btn--primary,
  .skn-kh-hero__btn--ghost {
    width: 100%;
  }
  .skn-kh-hero__media {
    margin-top: 24px;
  }
  .skn-kh-why__head {
    margin-block: 24px 24px;
  }
  .skn-kh-why__item6-col.-system {
    min-height: 260px;
  }
  .skn-kh-honor__wrapper {
    padding: 24px 16px 44px;
  }
  .skn-kh-honor__grid {
    grid-template-columns: repeat(2, auto);
    gap: 30px 20px;
  }
  .skn-kh-honor__card {
    width: clamp(130px, 40vw, 180px);
  }
  .skn-kh-honor__pin {
    width: 26px;
    height: 26px;
    top: -13px;
  }
  .skn-kh-honor__pin--l {
    left: -10px;
  }
  .skn-kh-honor__pin--r {
    right: -10px;
  }
}
@media (max-width: 620px) {
  .skn-kh-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .skn-kh-honor__grid {
    grid-template-columns: repeat(2, auto);
    gap: 30px 20px;
  }
}
/* ≤440px: bảng vàng 1 cột (2 cột bị bóp quá hẹp vì thẻ còn xoay ±10deg). */
@media (max-width: 440px) {
  .skn-kh-honor__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .skn-kh-honor__card {
    width: min(220px, 72vw);
  }
}
/* =====================================================================
   Class BEM nguyên mẫu IELTS MasterClass — copy chính xác từ file CSS gốc.
   Đã thay:
     - var(--space-5,16px)            → 16px (literal)
     - var(--Color,#FFF)              → #FFF
     - var(--gradient-listening,...)  → linear-gradient(180deg,#33B2C7 0%,#268695 100%)
     - var(--listening-5,#D6F0F4)     → #D6F0F4
     - var(--System-White,#FFF)       → #FFF
     - var(--primary-primary-50,..)   → #EAECEF
     - .ielts-master …                → bỏ (chỉ dùng khi gắn class .ielts-master lên body)
     - url(/themes/iot/...)           → url trỏ tới /assets/media/...
   Media query 992/620 đặt ngoài cùng dưới.
   ===================================================================== */
/* ---- Why-choose ---- */
.why-choose__head {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 2.4em;
  align-items: center;
}
.why-choose .why-choose__title {
  font-size: 4.2em;
  color: var(--skn-ink);
}
.why-choose .why-choose__title-logo {
  width: 450px;
  max-width: 100%;
  height: auto;
  padding-bottom: 1px;
}
.why-choose__contents {
  position: relative;
  z-index: 0;
  --spacing: 25px;
  --columns: 3;
}
.why-choose__sm-group {
  position: relative;
  border-radius: 16px;
  padding: 0 24px 66px;
}
.why-choose__sm-group .why-choose__item-num {
  left: 3%;
  transform: translateY(-58%);
}
.why-choose__sm-group .why-choose__item-num:after, .why-choose__sm-group .why-choose__item-num:before {
  top: 38px;
}
.why-choose__sm-group .why-choose__item-desc-col {
  margin-top: 9.3rem;
}
.why-choose__sm-group .why-choose__item-head {
  justify-content: flex-end;
}
.why-choose__sm-group .why-choose__item-title {
  padding: 0 20px;
  margin-top: -2.4rem;
  max-width: 80%;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
}
.why-choose__item {
  padding: 2.8rem 24px 32px;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.why-choose__item.-blue {
  background-color: #D6F0F4;
}
.why-choose__item.-orange {
  background-color: #FCEEDD;
}
.why-choose__item.-green {
  background-color: #D6E4DA;
}
.why-choose__item.-pink {
  background-color: #F4E0E4;
}
.why-choose__item:nth-child(4) {
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  gap: 2.4rem;
  padding: 0 24px 32px 24px;
}
.why-choose__item:nth-child(4) .why-choose__item-num {
  left: 2%;
}
.why-choose__item:nth-child(4) .why-choose__item-title {
  padding: 10px;
  border-radius: 0 0 16px 16px;
  background-color: #fff;
  margin: 0;
  margin-left: auto;
  margin-right: 1rem;
}
.why-choose__item4 {
  width: 100%;
  background-color: #F4E0E4;
  position: relative;
  display: flex;
  padding: 0 24px 32px 24px;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  margin-top: 0;
  margin: 3rem 0 8rem 0;
}
.why-choose__item4-head {
  display: flex;
  width: 100%;
  gap: 2rem;
  align-items: flex-start;
}
.why-choose__item4-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.why-choose__item4-row.-type-1 {
  display: flex;
  flex-direction: row;
}
.why-choose__item4-row.-type-1 .why-choose__item4-col:first-child {
  flex: 0 0 65%;
  padding: 0 4%;
}
.why-choose__item4-row.-type-1 .why-choose__item4-col:last-child {
  width: 35%;
  flex: 0 0 35%;
  display: flex;
  justify-content: flex-start;
}
.why-choose__item4-row.-type-1 .why-choose__item4-col:last-child .why-choose__ex-repeat-img {
  border-radius: 35px;
  padding: 8px;
  background: #FFF;
  margin-top: -8rem;
  width: auto;
}
.why-choose__item4-row.-type-2 {
  flex-direction: row;
  gap: 3rem;
}
.why-choose__item4-row.-type-2 .why-choose__item4-col:first-child {
  width: 40%;
  flex: 0 0 40%;
  position: relative;
  flex-shrink: 0;
}
.why-choose__item4-row.-type-2 .why-choose__item4-col:first-child .why-choose__pyramid-img {
  margin-top: 0;
}
.why-choose__item4-row.-type-2 .why-choose__item4-col:last-child {
  flex: 0 0 50%;
  justify-items: center;
}
.why-choose__item4-row.-type-2 .why-choose__item-title {
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 2.4rem;
}
.why-choose__item4-col {
  flex: 1;
  min-width: 0;
}
.why-choose .learning-pyramid {
  position: absolute;
  z-index: 99;
  left: 74px;
  right: 40%;
  bottom: -94px;
  margin: 0;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  background: #FFF;
  border-radius: 24px;
  max-width: none;
  width: auto;
}
.why-choose .learning-pyramid__contents {
  border-radius: 16px;
  background: #FBE7B0;
  padding: 16px 24px 16px 16px;
}
.why-choose .learning-pyramid__title {
  font-size: 18px;
  font-weight: 800;
  margin: 10px 0;
}
.why-choose .learning-pyramid__desc {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.why-choose__item5 {
  border-radius: 16px;
  width: 100%;
  background-color: #D6F0F4;
  position: relative;
  display: flex;
  padding: 0 24px 36px 24px;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 2rem;
}
.why-choose__item5 .why-choose__item5-head {
  display: flex;
  width: 100%;
  gap: 2rem;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 0;
}
.why-choose__item5 .why-choose__item5-head .why-choose__item-title {
  max-width: 467px;
}
.why-choose__item5 .why-choose__item5-row {
  display: flex;
  gap: 4rem;
}
.why-choose__item5 .why-choose__item5-row .why-choose__item5-col:first-child {
  width: 68%;
}
.why-choose__item6 {
  border-radius: 16px;
  width: 100%;
  background-color: #D6E4DA;
  position: relative;
  display: flex;
  padding: 0 24px 0 24px;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.why-choose__item6 .why-choose__item6-head {
  display: flex;
  width: 100%;
  gap: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 5rem;
}
.why-choose__item6 .why-choose__item6-row {
  padding: 5rem 0;
  display: flex;
}
.why-choose__item6 .why-choose__item6-row .why-choose__item6-col:first-child {
  width: 43%;
  flex-shrink: 0;
}
.why-choose__item6 .why-choose__item6-row .why-choose__item6-desc {
  margin-top: 2rem;
}
.why-choose__item6 .why-choose__system-learning {
  position: absolute;
  z-index: 9;
  max-width: 19.7%;
  box-shadow: 0 0 16px #ccc;
  border-radius: 16px;
}
.why-choose__item6 .why-choose__system-learning.-img-1 {
  top: 5%;
  left: 3%;
}
.why-choose__item6 .why-choose__system-learning.-img-2 {
  top: 17%;
  left: 19%;
}
.why-choose__item6 .why-choose__system-learning.-img-3 {
  top: 54%;
  left: 5%;
}
.why-choose__item6 .why-choose__system-learning.-img-4 {
  top: 66%;
  left: 20%;
}
.why-choose__item-num {
  display: inline-flex;
  font-size: 48px;
  color: #294563;
  font-weight: 700;
  width: 86px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0 0 20px 20px;
  background: #FFF;
  position: absolute;
  top: -35px;
  left: 18%;
  line-height: 1.2;
  z-index: 9;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.why-choose__item-num.-relative {
  position: relative;
  left: initial;
  top: initial;
  transform: translateY(-45%);
}
.why-choose__item-num:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  left: 100%;
  top: 45%;
  background-color: transparent;
  background-image: url("../../assets/media/white-corner-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.why-choose__item-num:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  right: 100%;
  top: 45%;
  background-color: transparent;
  background-image: url("../../assets/media/white-corner-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.why-choose__item-desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #294563;
  text-wrap: auto;
  flex: 1;
  display: flex;
  align-items: flex-start;
  text-align: justify;
}
.why-choose__item4-desc, .why-choose__item5-desc, .why-choose__item6-desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #294563;
  text-wrap: auto;
  flex: 1;
  display: flex;
  align-items: flex-start;
  text-align: justify;
}
.why-choose .why-choose__item-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  text-wrap: auto;
}
.why-choose .why-choose__item-title.-top {
  margin: 0;
  background-color: #fff;
  padding: 0 24px 12px;
  border-radius: 0 0 16px 16px;
}
.why-choose .why-choose__item-title.-top:before, .why-choose .why-choose__item-title.-top:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  left: 100%;
  top: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.why-choose .why-choose__item-title.-top:before {
  background-image: url("../../assets/media/white-corner-right.svg");
}
.why-choose .why-choose__item-title.-top:after {
  left: initial;
  right: 100%;
  background-image: url("../../assets/media/white-corner-left.svg");
}
.why-choose .why-choose__item-title .yellow-1 {
  position: relative !important;
  z-index: 0;
  color: #fff;
  padding: 8px;
  line-height: 1.2;
  display: inline-block;
}
.why-choose .why-choose__item-title .yellow-1:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(90deg, #FFDA4E 0%, #EDBA29 32%, #D8A517 68%, #F6BE21 99.99%);
  transform: rotate(3deg);
}
.why-choose .why-choose__item-title .yellow-2 {
  position: absolute;
  z-index: 0;
  color: #fff;
  left: initial;
  right: 0;
  padding: 8px;
  line-height: 1.2;
  display: block;
  font-size: 16px;
  white-space: nowrap;
  width: max-content;
}
.why-choose .why-choose__item-title .yellow-2 br {
  display: block;
}
.why-choose .why-choose__item-title .yellow-2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(90deg, #FFDA4E 0%, #EDBA29 32%, #D8A517 68%, #F6BE21 99.99%);
  transform: rotate(1deg);
}
.why-choose__item-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.why-choose__item-icon-wrap {
  position: relative;
  flex-shrink: 0;
  margin-left: -24px;
  line-height: 0;
  top: 0;
}
.why-choose__item-icon-wrap:before, .why-choose__item-icon-wrap:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 22px;
  left: 0;
  bottom: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.why-choose__item-icon-wrap:before {
  background-image: url("../../assets/media/white-corner-right.svg");
  transform: rotate(-90deg);
}
.why-choose__item-icon-wrap:after {
  top: 100%;
  left: 0;
  background-image: url("../../assets/media/white-corner-left.svg");
  transform: rotate(-90deg);
}
.why-choose__item-icon {
  flex-shrink: 0;
  background: #FFF;
  padding: 8px;
  border-radius: 0 20px 20px 0;
  max-width: 65px !important;
}
.why-choose__decor-bar {
  width: 58%;
  height: 32px;
  border-radius: 16px 16px 0 0;
  background: #FFF;
  position: absolute;
  right: 5rem;
  margin: 0 auto;
  bottom: 0;
  max-width: 408px;
}

/* ---- Learning-pathway ---- */
.sk-ui-n .learning-pathway,
.learning-pathway {
  padding: 8rem 0 30rem;
  background: url("../../assets/media/learning-pathway-bg.svg") center bottom -7rem no-repeat !important;
  background-size: 3600px auto !important;
}
.sk-ui-n .learning-pathway > .sk-container,
.learning-pathway > .sk-container {
  max-width: 100%;
}
.sk-ui-n .learning-pathway .container,
.learning-pathway .container {
  width: 100%;
}
.sk-ui-n .learning-pathway__title,
.learning-pathway__title {
  margin: 0 0 4rem;
  text-align: center;
  font-size: 4.2em;
  font-weight: 800;
  color: var(--skn-ink);
}
.sk-ui-n .learning-pathway__contents,
.learning-pathway__contents {
  padding: 8rem 0 0;
}

/* ---- Classes-tabs (pathway nav) ---- */
.classes-tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 720px;
}
.classes-tabs__nav {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 2rem;
  position: relative;
  list-style: none;
}
.classes-tabs__tab-content,
.classes-tabs .tab-content {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
}
.classes-tabs__nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding-left: 7rem;
}
.classes-tabs__nav-item.is-active {
  border-radius: 16px;
}
.classes-tabs__nav-item.is-active .classes-tabs__nav-link {
  color: #fff;
  background: linear-gradient(180deg, #33B2C7 0%, #268695 100%);
}
.classes-tabs__nav-item.is-active .classes-tabs__mark-point {
  color: #32B4C8;
}
.classes-tabs__nav-item.is-active .classes-tabs__mark-point .line {
  background-color: #32B4C8;
}
.classes-tabs__nav-item.is-active .classes-tabs__mark-point .line:before {
  width: 100%;
}
.classes-tabs__nav-item:hover .line:before {
  width: 100%;
}
.classes-tabs__mark-point {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  max-width: 260px;
  transform: translateX(-2.4rem);
}
.classes-tabs__mark-point span {
  display: inline-flex;
  justify-content: flex-end;
  width: 42px;
}
.classes-tabs__mark-point .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
}
.classes-tabs__mark-point .line:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #32B4C8;
  transition: all 0.35s ease-out;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  margin: 0 auto;
}
.classes-tabs__mark-point .line.-no-hover:before {
  content: initial;
}
.classes-tabs__nav-link {
  display: block;
  max-width: 212px;
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #294563;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  backdrop-filter: blur(50px);
  border: 1px solid transparent;
  transition: all ease 0.2s;
  text-decoration: none;
}
.classes-tabs__nav-link:hover {
  box-shadow: 0 0 8px #ffffff;
  border: 1px solid #d6faff;
}
.classes-tabs__nav-link.is-active {
  color: #fff;
  background: linear-gradient(180deg, #33B2C7 0%, #268695 100%);
}
.classes-tabs__space-ship {
  height: 0;
  position: absolute;
  left: 3.5rem;
  bottom: 10px;
  list-style: none;
  display: block;
  transition: all 1.2s ease;
}
.classes-tabs__space-ship.is-active {
  height: 107%;
}
.classes-tabs__space-ship:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 96%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background-color: #fff;
}
.classes-tabs__space-ship:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 61px;
  height: 96px;
  background: url("../../assets/media/spaceship-icon.svg") center no-repeat;
  background-size: contain;
  bottom: 95.1%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
}
.classes-tabs__space-ship-bg {
  height: 100%;
  width: 40px;
  background: url("../../assets/media/spaceship-smoke.svg") center no-repeat;
  background-size: contain;
}

.mbnav-class-detail {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.mbnav-class-detail__items {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.mbnav-class-detail__item {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  color: #294563;
  width: 33.3333%;
  min-width: 140px;
  text-align: center;
  border: 1px solid #D6F0F4;
  white-space: nowrap;
  min-width: initial;
  width: auto;
  border-radius: 32px;
  background-color: #fff;
}
.mbnav-class-detail__item.-active {
  font-weight: 700;
  background: linear-gradient(180deg, #33B2C7 0%, #268695 100%);
  border: transparent;
  color: #fff;
}

/* ---- Class-detail ---- */
.class-detail {
  position: relative;
  border-radius: 24px;
  border: 5px solid #FFF;
  border-right: none;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.class-detail__wrapper {
  height: 100%;
  max-height: 666px;
  overflow: auto;
}
.class-detail__contents {
  padding: 8px 16px 0 16px;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.class-detail__contents.is-active {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.class-detail__title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 16px;
  line-height: 1.2;
  width: 100%;
  border-bottom: 1px solid #D6F0F4;
}
.class-detail__title span {
  display: inline-block;
  padding: 16px 0;
}
.class-detail__img-commitment {
  position: absolute;
  top: 2.6rem;
  right: 3%;
  z-index: 9;
  width: 18.3%;
  max-width: 180px !important;
}

/* ---- Class-table ---- */
.class-table {
  display: table;
  width: 100%;
}
.class-table strong {
  font-weight: bold;
  color: #787878;
  padding: 0 6px;
}
.class-table__row {
  display: table-row;
}
.class-table__row:nth-child(even) {
  position: relative;
  z-index: 0;
}
.class-table__row:nth-child(even):after {
  z-index: -1;
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(90deg, #FFF 0%, #D6F0F4 52.48%, #FFF 109.3%);
}
.class-table__col {
  display: table-cell;
  padding: 16px;
  font-size: 14px;
  color: #152238;
}
.class-table__col:nth-child(1) {
  white-space: nowrap;
  color: #294563;
  font-size: 18px;
  font-weight: 700;
}
.class-table__col.-title {
  width: 29%;
  max-width: 78px;
  word-break: break-word;
  flex-shrink: 0;
  white-space: initial;
}

/* ---- Skill-box ---- */
.skill-box {
  padding: 4rem 16px;
  border-radius: 16px;
  background: linear-gradient(90deg, #FFF 0%, #D6F0F4 52.48%, #FFF 109.3%);
  width: 100%;
}
.skill-box__title {
  font-size: 18px;
  font-weight: 700;
  color: #294563;
  margin-bottom: 1.6rem;
}
.skill-box__contents.flex-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.skill-box__item {
  border-radius: 16px;
  border: 2px solid #FFF;
  background: #FFF;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.skill-box__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.skill-box__item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #294563;
}
.skill-box__desc {
  font-size: 14px;
  color: #787878;
  line-height: 1.5;
}

/* ---- Schedule (Nội dung chương trình) ---- */
.skn-kh-schedule {
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(90deg, #FFF 0%, #D6F0F4 52.48%, #FFF 109.3%);
}
.skn-kh-schedule__title {
  font-size: 18px;
  font-weight: 700;
  color: #294563;
  margin-bottom: 16px;
}
.skn-kh-schedule__row {
  display: grid;
  grid-template-columns: 15% 50% 15% 20%;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #D6F0F4;
}
.skn-kh-schedule__row:last-child {
  border-bottom: 0;
}
.skn-kh-schedule__row--head {
  background: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  color: #294563;
  border-radius: 8px;
}
.skn-kh-schedule__col {
  font-size: 14px;
  color: #152238;
  padding: 0 8px;
}
.skn-kh-schedule__col strong {
  font-weight: 700;
  color: #152238;
}
.skn-kh-schedule__sessions, .skn-kh-schedule__time {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  background: #FFF;
  font-weight: 600;
  color: #32B4C8;
}

/* ---- Mission ---- */
.mission {
  padding: 8rem 0;
}
.mission__title {
  text-align: center;
  font-size: 4.2em;
  font-weight: 800;
  color: var(--skn-ink);
  margin-bottom: 7rem !important;
  margin-top: 0;
}
.mission__title span {
  display: inline-block;
}
.mission__contents {
  --mw-k: 1;
  --mw-k-node: 1;
  --mw-r: calc(450px * var(--mw-k));
  --mw-node: calc(420px * var(--mw-k-node));
  --mw-wheel: calc(520px * var(--mw-k));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  max-width: calc(1320px * var(--mw-k));
  height: calc(1380px * var(--mw-k));
  margin: 0 auto;
}

.mission-itemct {
  width: var(--mw-wheel);
  height: var(--mw-wheel);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
.mission-itemct__wheel {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  transition: all 0.55s ease-out;
}
.mission-itemct__wheel mask {
  display: none;
}
.mission-itemct__contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mission-itemct__sm-title {
  font-size: calc(24px * var(--mw-k));
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #32B4C8;
  margin-bottom: 4px;
}
.mission-itemct__title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: calc(36px * var(--mw-k));
  font-weight: 800;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: var(--skn-red);
  line-height: 1;
  margin-bottom: 4px;
}
.mission-itemct__desc {
  font-size: calc(20px * var(--mw-k));
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0;
  color: #294563;
}
.mission-itemct__icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../../assets/media/mission-item-icon-1.svg") center no-repeat;
  background-size: contain;
  margin: 0 8px;
}
.mission-itemct__triangle {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  width: 32px;
  height: 18px;
}
.mission-itemct__triangle .color-stop-1 {
  stop-color: #33B2C7;
}
.mission-itemct__triangle .color-stop-2 {
  stop-color: #268695;
}
.mission-itemct[data-wheel-part="1"] .mission-itemct__triangle .color-stop-1 {
  stop-color: #294563;
}
.mission-itemct[data-wheel-part="1"] .mission-itemct__triangle .color-stop-2 {
  stop-color: #172636;
}
.mission-itemct[data-wheel-part="2"] .mission-itemct__triangle .color-stop-1 {
  stop-color: #C86478;
}
.mission-itemct[data-wheel-part="2"] .mission-itemct__triangle .color-stop-2 {
  stop-color: #954B5A;
}
.mission-itemct[data-wheel-part="3"] .mission-itemct__triangle .color-stop-1 {
  stop-color: #337845;
}
.mission-itemct[data-wheel-part="3"] .mission-itemct__triangle .color-stop-2 {
  stop-color: #265A35;
}
.mission-itemct[data-wheel-part="4"] .mission-itemct__triangle .color-stop-1 {
  stop-color: #FAA859;
}
.mission-itemct[data-wheel-part="4"] .mission-itemct__triangle .color-stop-2 {
  stop-color: #BB7F44;
}

.wheel-group {
  cursor: pointer;
}

.wheel-path {
  cursor: pointer;
  opacity: 0;
  transition: all ease 0.2s;
}

.wheel-path:hover {
  opacity: 1;
}

.wheel-labels {
  pointer-events: none;
}

.wheel-label {
  pointer-events: none;
  user-select: none;
  fill: #546A82;
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  transition: all ease 0.2s;
}

.wheel-labels {
  pointer-events: none;
}

.wheel-label {
  pointer-events: none;
  user-select: none;
  fill: #546A82;
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  transition: all ease 0.2s;
}

.wheel-group[data-item="1"]:hover ~ .wheel-labels .wheel-label[data-wheel-part="1"] {
  fill: #fff;
  font-size: 26px;
}

.wheel-group[data-item="2"]:hover ~ .wheel-labels .wheel-label[data-wheel-part="2"] {
  fill: #fff;
  font-size: 26px;
}

.wheel-group[data-item="3"]:hover ~ .wheel-labels .wheel-label[data-wheel-part="3"] {
  fill: #fff;
  font-size: 26px;
}

.wheel-group[data-item="4"]:hover ~ .wheel-labels .wheel-label[data-wheel-part="4"] {
  fill: #fff;
  font-size: 26px;
}

.wheel-group[data-item="5"]:hover ~ .wheel-labels .wheel-label[data-wheel-part="5"] {
  fill: #fff;
  font-size: 26px;
}

.mission-item {
  position: absolute;
  display: flex;
  width: var(--mw-node);
  height: var(--mw-node);
  padding: calc(72px * var(--mw-k-node)) calc(48px * var(--mw-k-node)) calc(24px * var(--mw-k-node)) calc(48px * var(--mw-k-node));
  flex-direction: column;
  align-items: center;
  gap: calc(16px * var(--mw-k-node));
  flex-shrink: 0;
  border-radius: 300px;
  background: linear-gradient(180deg, #D6F0F4 0%, rgba(214, 240, 244, 0) 100%);
  box-shadow: 0 4px 20px 0 rgba(41, 69, 99, 0.08);
  transition: all 0.55s;
}
.mission-item.active {
  opacity: 1;
}
.mission-item.-pos-top {
  left: 50%;
  top: calc(50% - var(--mw-r));
  transform: translate(-50%, -50%);
  z-index: 3;
  background: linear-gradient(180deg, #D6F0F4 0%, rgba(214, 240, 244, 0) 100%);
}
.mission-item.-pos-tl {
  left: calc(50% + var(--mw-r) * 0.95107);
  top: calc(50% - var(--mw-r) * 0.30902);
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #EAECEF 0%, rgba(234, 236, 239, 0) 100%);
}
.mission-item.-pos-mr {
  left: calc(50% + var(--mw-r) * 0.63222);
  top: calc(50% + var(--mw-r) * 0.76458);
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #F4E0E4 0%, rgba(244, 224, 228, 0) 100%);
}
.mission-item.-pos-ml {
  left: calc(50% - var(--mw-r) * 0.63222);
  top: calc(50% + var(--mw-r) * 0.76458);
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #D6E4DA 0%, rgba(214, 228, 218, 0) 100%);
}
.mission-item.-pos-bottom {
  left: calc(50% - var(--mw-r) * 0.95107);
  top: calc(50% - var(--mw-r) * 0.30902);
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #FEEEDE 0%, rgba(254, 238, 222, 0) 100%);
}
.mission-item__icon-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: flex;
  width: calc(96px * var(--mw-k-node));
  height: calc(96px * var(--mw-k-node));
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #EAECEF;
  background: #FFF;
  transform: translateY(-50%);
}
.mission-item__icon {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}
.mission-item__title {
  font-size: calc(20px * var(--mw-k-node));
  font-weight: 700;
  margin: 0;
}
.mission-item__desc {
  font-size: calc(18px * var(--mw-k-node));
  font-weight: 400;
  color: #787878;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mission-item__desc li {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.mission-item__desc li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #787878;
  top: 9px;
  margin-right: 6px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .skn-kh-hero.sk-section {
    background-size: 1609.3px auto, 100% 100% !important;
  }
  .why-choose .why-choose__title-logo {
    width: 400px;
  }
  .why-choose .learning-pyramid {
    position: initial;
  }
  .why-choose__item4-row.-type-2 .why-choose__item-title {
    padding: 12px 24px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 0.6rem;
    font-size: 20px;
  }
  .why-choose__item4-row.-type-1 .why-choose__item4-col:first-child {
    flex: 0 0 63%;
  }
  .why-choose__item4-row.-type-1 .why-choose__item4-col:last-child {
    flex: 0 0 37%;
  }
  .why-choose__item4 {
    margin: 3rem 0 2rem 0;
  }
}
/* ---- Responsive 992 / 620 ---- */
@media (max-width: 992px) {
  .skn-kh-hero.sk-section {
    background-size: 1609.3px auto, 100% 100% !important;
  }
  .sk-ui-n .learning-pathway,
  .learning-pathway {
    padding: 4rem 0;
    margin-top: 4rem;
    background-position: center top 5rem !important;
    background-size: 1600px auto !important;
  }
  .sk-ui-n .learning-pathway__title,
  .learning-pathway__title {
    margin: 0 0 2.4rem !important;
    font-size: 3em !important;
  }
  .sk-ui-n .learning-pathway__contents,
  .learning-pathway__contents {
    padding: 2rem 0 0 !important;
  }
  .classes-tabs__nav {
    display: none;
  }
  .classes-tabs__tab-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .classes-tabs__space-ship {
    display: none;
  }
  .classes-tabs {
    min-height: 600px;
  }
  .mbnav-class-detail {
    display: flex;
    margin-top: 0;
    padding: 24px 4px 8px;
  }
  .mbnav-class-detail__items {
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
  }
  .mbnav-class-detail__item {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  /* Panel: chuyển từ column-vertical sang row-horizontal swipe.
     border-right: 5px #FFF thay vì 'none' để đối xứng (desktop cố tình border-none để
     spaceship bleed ra phải; mobile spaceship đã display:none nên phải restore border). */
  .class-detail {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    border-right: 5px solid #FFF;
  }
  .class-detail__contents {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }
  .class-detail__contents[hidden] {
    display: flex !important;
  }
  .class-detail__title {
    font-size: 28px;
    padding: 12px 16px;
  }
  .class-detail__img-commitment {
    max-width: 120px;
    top: 1.6rem;
  }
  .skill-box__contents.flex-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-choose .why-choose__title {
    font-size: 32px;
  }
  .why-choose .why-choose__title-logo {
    width: 300px;
    max-width: 100%;
    height: auto;
  }
  .why-choose__contents.flex-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .why-choose__item {
    width: 100%;
    max-width: 720px;
    margin-top: 50px;
    padding: 64px 24px 28px;
  }
  .why-choose__item-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .why-choose__item-icon-wrap {
    flex-shrink: 0;
    max-width: 86px;
    margin-left: -24px;
  }
  .why-choose__item-icon {
    max-width: 86px;
    padding: 15px;
  }
  .why-choose__item-title {
    flex: 1;
    min-height: 0;
    font-size: 22px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .why-choose__item-desc {
    margin-top: 16px;
    font-size: 16px;
  }
  .why-choose__item-num:not(.-relative) {
    top: -28px;
    left: 96px;
    font-size: 32px;
    padding: 8px 18px;
    width: auto;
    border-radius: 0 0 16px 16px;
  }
  .why-choose__item-num:not(.-relative)::before, .why-choose__item-num:not(.-relative)::after {
    top: 50%;
  }
  .why-choose__item-num.-relative {
    font-size: 36px;
    width: 56px;
    padding: 8px 14px;
    transform: translateY(-50%);
  }
  .why-choose__item-num.-relative::before, .why-choose__item-num.-relative::after {
    top: 49%;
  }
  .why-choose__item4-row {
    flex-direction: column;
  }
  .why-choose__item4-row.-type-1 {
    flex-direction: column;
  }
  .why-choose__item4-row.-type-1 .why-choose__item4-col:first-child {
    width: 100%;
  }
  .why-choose__item4-row.-type-1 .why-choose__item4-col:last-child {
    width: 100%;
    justify-content: center;
  }
  .why-choose__item4-row.-type-2 .why-choose__item4-col:first-child {
    width: 100%;
  }
  .why-choose__item4-row.-type-2 .why-choose__item4-col:last-child {
    width: 100%;
  }
  .why-choose__item4-row.-type-2 .why-choose__pyramid-img {
    margin-top: 0;
  }
  .why-choose__item4-row.-type-1 .why-choose__item4-col:last-child .why-choose__ex-repeat-img {
    margin-top: 30px;
  }
  .why-choose__item5-row {
    flex-direction: column;
    gap: 2rem;
  }
  .why-choose__item5-row .why-choose__item5-col:first-child {
    width: 100%;
  }
  .why-choose__item6-row {
    flex-direction: column;
  }
  .why-choose__item6-row .why-choose__item6-col:first-child {
    width: 100%;
  }
  .why-choose__system-learning {
    max-width: 50% !important;
    position: relative !important;
  }
  .why-choose__system-learning.-img-1 {
    top: initial;
    bottom: -9rem;
    left: 3%;
  }
  .why-choose__system-learning.-img-2 {
    top: initial;
    bottom: -16rem;
    left: 40%;
  }
  .why-choose__system-learning.-img-3 {
    top: initial;
    bottom: -21rem;
    left: 5%;
  }
  .why-choose__system-learning.-img-4 {
    top: initial;
    bottom: -28rem;
    left: 47%;
  }
}
@media (max-width: 620px) {
  .why-choose__head {
    flex-direction: column;
  }
  .why-choose__item-title {
    font-size: 20px !important;
  }
  .skill-box__contents.flex-grid {
    grid-template-columns: 1fr;
  }
  /* Lộ trình ≤620: title + badge thu nhỏ, class-table giữ flex 2-col từ ≤767.
     KHÔNG override display class-table__row ở đây — để ≤767 flex-wrap lo auto-stack. */
  .class-detail__title {
    font-size: 22px;
  }
  .class-detail__img-commitment {
    max-width: 88px;
    top: 1rem;
  }
  .skn-kh-schedule__row {
    display: block;
    padding: 12px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
  }
  .skn-kh-schedule__col {
    display: block;
    padding: 4px 0;
  }
  .skn-kh-schedule__col[data-label]::before {
    content: attr(data-label) ": ";
    display: inline-block;
    min-width: 90px;
    font-weight: 700;
    color: #294563;
    margin-right: 8px;
  }
  .skn-kh-schedule__row--head {
    display: none;
  } /* ẩn header row ở mobile, mỗi row đã có data-label */
}
/* --- ≤767px cho class nguyên mẫu: bám thêm các rule mobile của mẫu --- */
@media (max-width: 767px) {
  .learning-pathway {
    margin-top: 4rem;
    padding: 0 0 4rem;
    background-position: center top 2rem !important;
  }
  .learning-pathway__title {
    margin: 0 0 2.4rem;
  }
  .learning-pathway__contents {
    padding: 2rem 0 0;
  }
  .learning-pathway .sk-container,
  .learning-pathway .container {
    width: 100%;
  }
  .why-choose__item {
    padding: 2.6rem 16px 40px;
  }
  .why-choose__item-colgroup {
    flex-direction: column;
  }
  .why-choose__pyramid-wrap {
    width: 100%;
    margin: 0;
  }
  .why-choose__pyramid-img,
  .why-choose__ex-repeat-img {
    margin-top: 0;
  }
  .why-choose__ex-img {
    position: static;
    max-width: 100%;
    margin-top: 1rem;
  }
  .why-choose__item5-head {
    padding-left: 0;
  }
  .why-choose__item6-head {
    padding-right: 0;
  }
  .why-choose__item6-desc {
    margin-top: 2rem;
  }
  .why-choose__item4-row {
    display: contents;
  }
  .why-choose__item4-col {
    width: 100%;
    flex: 0 0 100%;
    min-width: 0;
  }
  .why-choose__item4-row.-type-1 .why-choose__item4-col:first-child {
    order: 1;
  }
  .why-choose__item4-row.-type-1 .why-choose__item4-col:last-child {
    order: 2;
  }
  .why-choose__item4-row.-type-2 .why-choose__item4-col:first-child {
    order: 3;
  }
  .why-choose__item4-row.-type-2 .why-choose__item4-col:last-child {
    order: 5;
  }
  .learning-pyramid {
    order: 4;
  }
  .learning-pyramid {
    width: 100%;
    max-width: 100%;
  }
  .why-choose__item4 {
    gap: 16px;
    margin: 2.5rem 0 2rem;
  }
  .why-choose__item4-head {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .why-choose__item4-head .why-choose__item-title {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding: 8px 16px 12px;
    font-size: 20px;
    text-align: center;
  }
  .why-choose__item4 .why-choose__item-num.-relative {
    flex-shrink: 0;
    margin-right: 4px;
    font-size: 32px;
    width: auto;
    min-width: 44px;
    padding: 8px 18px;
    border-radius: 0 0 16px 16px;
  }
  .why-choose__item4-row.-type-2 .why-choose__item-title {
    padding: 12px 16px;
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .why-choose__item4-row.-type-2 .why-choose__item4-desc {
    font-size: 16px;
  }
  .why-choose__item4-row.-type-1 .why-choose__item4-desc {
    font-size: 16px;
  }
  .why-choose__ex-repeat-img,
  .why-choose__pyramid-img {
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin: 0;
  }
  .class-detail__contents {
    padding: 0;
  }
  /* Lộ trình ≤767: title thu nhỏ, panel padding giảm, skill-box 1 col, schedule font 13. */
  .learning-pathway .learning-pathway__title {
    font-size: 24px;
  }
  .mission .mission__title {
    font-size: 24px;
  }
  .sk-ui-n .learning-pathway,
  .learning-pathway {
    padding: 0 0 4rem !important;
    background-size: 1200px auto !important;
  }
  .classes-tabs {
    min-height: 500px;
  }
  .class-detail__contents {
    padding: 12px 16px;
  }
  .class-detail__title {
    font-size: 24px;
    padding: 10px 16px;
  }
  .class-detail__img-commitment {
    max-width: 100px;
    top: 1.2rem;
    right: 3%;
  }
  .skill-box__contents.flex-grid {
    grid-template-columns: 1fr;
  }
  /* class-table 2-col auto-stack: 2 cột khi vừa, stack khi content không vừa 1 dòng.
     Title flex 0 0 auto (không co) + min-width 80px, value flex 1 0 200px + min-width 200px.
     Khi container < title + 200 → wrap xuống 2 dòng. */
  .class-table {
    display: block;
  }
  .class-table__row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 12px 8px;
    border-radius: 8px;
    background: rgba(214, 240, 244, 0.4);
    margin-bottom: 8px;
  }
  .class-table__col {
    flex: 1 0 200px;
    min-width: 200px;
    padding: 4px 0;
    font-size: 13px;
  }
  .class-table__col.-title {
    flex: 0 0 auto;
    min-width: 80px;
    max-width: 50%;
  }
  .skn-kh-schedule {
    padding: 12px;
  }
  .skn-kh-schedule__row {
    grid-template-columns: 18% 47% 15% 20%;
  }
  .skn-kh-schedule__col {
    font-size: 13px;
    padding: 0 4px;
  }
  .skn-kh-schedule__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
/* ≤440px: title thu nhỏ thêm cho màn rất nhỏ (đặt SAU khối .why-choose để
   override cascade base 4.2em — vì 440px media query ở line 2425 nằm TRƯỚC). */
@media (max-width: 440px) {
  .why-choose .why-choose__title {
    font-size: 26px;
    margin-bottom: 0;
  }
  .why-choose .why-choose__title-logo {
    width: 220px;
  }
  .why-choose__item-num:not(.-relative) {
    left: 50px;
  }
  /* Lộ trình ≤440: siết padding + font cho màn rất nhỏ. */
  .learning-pathway .learning-pathway__title {
    font-size: 26px;
    margin: 0 !important;
  }
  .mission .mission__title {
    font-size: 26px;
    margin-bottom: 4rem !important;
  }
  .sk-ui-n .learning-pathway,
  .learning-pathway {
    padding: 0 0 2.4rem !important;
    background-size: 100% auto !important;
    background-position: center top 2rem !important;
  }
  .classes-tabs {
    min-height: 400px;
  }
  .class-detail__contents {
    padding: 8px 12px;
  }
  .class-detail__title {
    font-size: 20px;
    padding: 8px 12px;
  }
  .class-detail__img-commitment {
    max-width: 72px;
    top: 0.8rem;
    right: 2%;
  }
  .mbnav-class-detail {
    padding-top: 16px;
  }
  .mbnav-class-detail__item {
    font-size: 14px;
    padding: 10px 16px;
  }
  .skill-box {
    padding: 1.4rem 8px;
  }
  .skill-box__title {
    font-size: 16px;
    margin-bottom: 1.2rem;
  }
  .skn-kh-schedule__col[data-label]::before {
    min-width: 80px;
  }
}
/* ============================================================
   Responsive Mission — 4 tầng theo mẫu IELTS MasterClass
   ------------------------------------------------------------
   ≥1340px      : pentagon r=450 nguyên bản (wheel 520, node 420).
   993–1339px   : scale cả stage (giữ đúng hình học pentagon px-based,
                  vì toạ độ node là px cứng tính từ r=450 nên không
                  thu nhỏ từng phần được mà phải scale toàn khối).
   768–992px    : ẩn wheel, 5 node về grid 2 cột (mẫu: 768–991px).
   ≤767px       : wheel thành carousel xoay 72°/cánh, chỉ 1 node hiện,
                  mũi tên triangle chỉ báo cánh đang chọn.
   ============================================================ */
/* --- 993–1339px: chỉ override --mw-k, không dùng transform: scale() nữa.
   scale cũ không đổi layout box nên ở 1024px node TOP đè lên wheel trung tâm.
   --mw-k-node PHẢI scale giống --mw-k ở dải này (≤992 mới tách riêng) — nếu node giữ
   100% (--mw-k-node: 1) thì 1024px node 420px > wheel 364px, các node bung ra chèn nhau. */
@media (min-width: 993px) and (max-width: 1339px) {
  .sk-ui-n .learning-pathway,
  .learning-pathway {
    background-size: 2400px auto !important;
    background-position: center bottom -7rem;
  }
  .mission__contents {
    --mw-k: 0.9;
    --mw-k-node: 0.9;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .mission__contents {
    --mw-k: 0.78;
    --mw-k-node: 0.78;
  }
}
@media (min-width: 993px) and (max-width: 1059px) {
  .mission__contents {
    --mw-k: 0.7;
    --mw-k-node: 0.7;
  }
}
/* --- ≤992px: wheel carousel — 1 node hiện tại một thời điểm (giống ≤767 cũ).
   Wheel là nút bấm (JS), 5 node vệ tinh absolute chồng lên nhau, item.active mới hiện. */
@media (max-width: 992px) {
  .mission {
    padding: 4rem 0 4rem;
  }
  .mission__title {
    margin-bottom: 6rem !important;
    font-size: 3em !important;
  }
  .mission__contents {
    --mw-k: 0.9;
    --mw-k-node: 0.95;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 28rem;
    gap: 0;
    position: relative;
    max-width: none;
    height: auto;
  }
  .mission-itemct {
    display: flex;
    max-width: 100%;
    order: 1;
  }
  .mission-itemct__triangle {
    display: block;
  }
  .mission-item {
    position: absolute !important;
    left: initial !important;
    right: initial !important;
    top: 0 !important;
    bottom: initial !important;
    transform: none !important;
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.55s;
  }
  .mission-item.active {
    opacity: 1;
  }
  .mission-item__desc {
    font-size: calc(18px * var(--mw-k-node));
  }
  .wheel-group.-active .wheel-path {
    opacity: 1;
  }
}
/* --- ≤767px: thu nhỏ tiếp wheel + node (scale nhẹ hơn wheel) + font nhỏ cho mobile. */
@media (max-width: 767px) {
  .mission__contents {
    --mw-k: 0.7;
    --mw-k-node: 0.8;
    padding-top: 24em;
  }
  .mission-itemct__sm-title {
    font-size: 18px;
  }
  .mission-itemct__title {
    font-size: 24px;
  }
  .mission-itemct__desc {
    font-size: 12px;
  }
  .mission-item {
    gap: 8px;
  }
  .mission-item__desc {
    font-size: 14px;
  }
}
/* ===========================================================
   Section: Đối tượng học sinh & Mục tiêu khóa học (target)
   ------------------------------------------------------------
   DOM (file `template-parts/n/kh/target.php`):
     .skn-kh-target > .sk-container.skn-kh-target__wrapper
       .skn-kh-target__row.skn-kh-target__top    { .__boxes + .__list }
       .skn-kh-target__row.skn-kh-target__bottom { .__goal + .__circles }

   Class scope ăn theo `.skn-kh-target__*` (style mới).
   Class `.course-info-*` giữ từ file mẫu, dễ tham chiếu.
   =========================================================== */
.skn-kh-target {
  padding-block-start: 0 !important;
}
.skn-kh-target .skn-kh-target__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 56px);
}
.skn-kh-target .skn-kh-target__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
}
.skn-kh-target .skn-kh-target__bottom {
  align-items: start;
}
.skn-kh-target .skn-kh-target__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.skn-kh-target .skn-kh-target__box {
  flex: 1 1 0;
  min-width: 150px;
  max-width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--skn-target-box-border, #e2e6ec);
  border-radius: 14px;
  background: linear-gradient(180deg, var(--skn-target-box-bg, rgba(226, 230, 236, 0.1882352941)) 0%, rgba(179, 0, 63, 0) 100%);
  box-shadow: 0 4px 18px rgba(19, 35, 61, 0.06);
}
.skn-kh-target .skn-kh-target__box h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 600;
  color: #152238;
  line-height: 1.3;
  text-align: center;
}
.skn-kh-target .course-info-number {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
  color: var(--skn-target-number-color, #152238);
}
.skn-kh-target .course-info-number small {
  font-size: 17px;
  font-weight: 600;
  color: #5a6478;
  margin-left: 4px;
}
.skn-kh-target .skn-kh-target__box--green .course-info-number {
  color: #0ca678;
}
.skn-kh-target .skn-kh-target__box--orange .course-info-number {
  color: #f08c00;
}
.skn-kh-target .skn-kh-target__list .skn-kh-target__heading {
  margin: 0 0 16px;
  font-size: clamp(26px, 2.88vw, 55px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--skn-heading-color, #152238);
}
.skn-kh-target .skn-kh-target__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skn-kh-target .skn-kh-target__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 19px;
  color: #2a3548;
  line-height: 1.55;
}
.skn-kh-target .skn-kh-target__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: var(--skn-red, #b3003f);
  background: color-mix(in srgb, var(--skn-red, #b3003f) 12%, transparent);
  border-radius: 50%;
}
.skn-kh-target .skn-kh-target__list li:last-child {
  margin-bottom: 0;
}
.skn-kh-target .skn-kh-target__goal {
  text-align: center;
}
.skn-kh-target .skn-kh-target__goal .skn-kh-target__heading {
  margin: 0 0 12px;
  font-size: clamp(26px, 2.88vw, 34px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--skn-heading-color, #152238);
  text-align: center;
}
.skn-kh-target .skn-kh-target__goal p {
  max-width: 36em;
  margin: 0 auto 20px;
  font-size: 18px;
  color: #5a6478;
  line-height: 1.6;
  text-align: justify;
}
.skn-kh-target .skn-kh-target__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 700;
  color: var(--skn-white, #ffffff);
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #ec4899, #db2777);
  box-shadow: 0 6px 18px rgba(219, 39, 119, 0.32);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.skn-kh-target .skn-kh-target__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.skn-kh-target .skn-kh-target__circles {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2.5vw, 28px);
  justify-content: center;
}
.skn-kh-target .skn-kh-target__circle {
  flex: 1 1 200px;
  max-width: 260px;
  min-width: 180px;
  text-align: center;
}
.skn-kh-target .skn-kh-target__circle h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #152238;
  line-height: 1.3;
}
.skn-kh-target .skn-kh-target__circle p {
  margin: 0;
  font-size: 17px;
  color: #5a6478;
  line-height: 1.55;
}
.skn-kh-target .skn-kh-target__circle-num {
  width: 180px;
  height: 180px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 800;
  color: rgba(21, 34, 56, 0.7529411765);
  background: linear-gradient(180deg, #FF1F8E 0%, rgba(179, 0, 63, 0) 100%);
}

/* ---- ≤992px: chuyển 2 row thành 1 cột ---- */
@media (max-width: 992px) {
  .skn-kh-target .skn-kh-target__row {
    grid-template-columns: minmax(0, 1fr);
  }
  .skn-kh-target .skn-kh-target__goal .skn-kh-target__heading {
    text-align: left;
  }
  .skn-kh-target .skn-kh-target__goal p {
    margin: 0 0 20px !important;
  }
  .skn-kh-target .skn-kh-target__circles {
    justify-content: center;
  }
  .skn-kh-target .skn-kh-target__heading {
    font-size: 26px;
  }
}
/* ---- ≤767px: thu nhỏ box/circle, font nhỏ hơn cho mobile ---- */
@media (max-width: 767px) {
  .skn-kh-target .skn-kh-target__wrapper {
    gap: 28px;
  }
  .skn-kh-target .skn-kh-target__box {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 130px;
    padding: 18px 12px;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }
  .skn-kh-target .skn-kh-target__box h3 {
    font-size: 18px;
    margin: 0;
    text-align: left;
  }
  .skn-kh-target .course-info-number {
    font-size: 31px;
  }
  .skn-kh-target .skn-kh-target__list li {
    font-size: 18px;
  }
  .skn-kh-target .skn-kh-target__circle-num {
    width: 140px;
    height: 140px;
    font-size: 31px;
  }
  .skn-kh-target .skn-kh-target__circle h3 {
    font-size: 19px;
  }
  .skn-kh-target .skn-kh-target__heading {
    font-size: 24px;
  }
}
/* ---- ≤440px: heading thu nhỏ tiếp còn 22px cho mobile nhỏ ---- */
@media (max-width: 440px) {
  .skn-kh-target .skn-kh-target__heading {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
/* =========================================================================
 * BLOG / TIN TỨC — Superkids N
 * Clone cấu trúc giao diện gd123/blog sang theme Superkids.
 * Toàn bộ block scope trong `.sk-ui-n` để dùng được biến `--skn-*` /
 * `--sk-container` / `--sk-gutter` / `--sk-font` từ :root của UI N.
 * ========================================================================= */
.sk-ui-n {
  /* ---------- Container + page header ---------- */
}
.sk-ui-n .skn-blog,
.sk-ui-n .skn-single {
  background: var(--skn-paper);
  color: var(--skn-ink);
}
.sk-ui-n {
  /* ---------- Breadcrumb ---------- */
}
.sk-ui-n .skn-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: 14px;
  color: var(--skn-muted);
}
.sk-ui-n .skn-breadcrumb__item {
  display: inline-flex;
  align-items: center;
}
.sk-ui-n .skn-breadcrumb__link {
  color: var(--skn-text);
  text-decoration: none;
  transition: color 200ms var(--skn-ease);
}
.sk-ui-n .skn-breadcrumb__link:hover {
  color: var(--skn-red);
}
.sk-ui-n .skn-breadcrumb__current {
  color: var(--skn-muted);
  font-weight: 600;
}
.sk-ui-n .skn-breadcrumb__sep {
  color: var(--skn-muted);
  opacity: 0.6;
  font-size: 16px;
  line-height: 1;
}
.sk-ui-n {
  /* ---------- Post Card (dùng chung grid + slider) ---------- */
}
.sk-ui-n .skn-post-card {
  display: flex;
  flex-direction: column;
  background: var(--skn-white);
  border-radius: var(--skn-radius);
  overflow: hidden;
  box-shadow: var(--skn-shadow);
  transition: transform 300ms var(--skn-ease), box-shadow 300ms var(--skn-ease);
  height: 100%;
}
.sk-ui-n .skn-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 90px rgba(19, 35, 61, 0.16);
}
.sk-ui-n .skn-post-card__media {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--skn-sky);
}
.sk-ui-n .skn-post-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms var(--skn-ease);
}
.sk-ui-n .skn-post-card:hover .skn-post-card__img {
  transform: scale(1.055);
}
.sk-ui-n .skn-post-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--skn-sky), var(--skn-violet));
}
.sk-ui-n .skn-post-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 20px;
  flex: 1;
}
.sk-ui-n .skn-post-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sk-ui-n .skn-post-card__tag {
  --tag-color: #607d8b;
  display: inline-block;
  padding: 4px 10px;
  background: var(--tag-color);
  color: var(--skn-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 200ms var(--skn-ease);
}
.sk-ui-n .skn-post-card__tag:hover {
  opacity: 0.85;
  color: var(--skn-white);
}
.sk-ui-n .skn-post-card__title {
  margin: 0;
  font-family: var(--sk-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--skn-ink);
}
.sk-ui-n .skn-post-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms var(--skn-ease);
}
.sk-ui-n .skn-post-card__title a:hover {
  color: var(--skn-red);
}
.sk-ui-n .skn-post-card__excerpt {
  margin: 0;
  color: var(--skn-muted);
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sk-ui-n .skn-post-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--skn-line);
}
.sk-ui-n .skn-post-card__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--skn-muted);
  font-size: 13px;
}
.sk-ui-n .skn-post-card__icon {
  flex-shrink: 0;
}
.sk-ui-n .skn-post-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--skn-red);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: gap 200ms var(--skn-ease);
}
.sk-ui-n .skn-post-card__more:hover {
  gap: 10px;
}
.sk-ui-n .skn-post-card__arrow {
  flex-shrink: 0;
  transition: transform 200ms var(--skn-ease);
}
.sk-ui-n .skn-post-card__more:hover .skn-post-card__arrow {
  transform: translateX(2px);
}
.sk-ui-n {
  /* ---------- Post Card — horizontal variant (grid + related) ----------
   * Modifier .skn-post-card--horizontal ép card bài viết dạng ngang
   * (ảnh trái 30% / text phải 70%) thay vì dọc mặc định.
   * Áp dụng cho list-news grid + related; hero-featured Swiper giữ dọc.
   */
}
.sk-ui-n .skn-post-card--horizontal {
  flex-direction: row;
  gap: 0;
  height: 100%;
}
.sk-ui-n .skn-post-card--horizontal .skn-post-card__media {
  flex: 0 0 30%;
  align-self: stretch;
  aspect-ratio: auto;
  min-height: 100%;
}
.sk-ui-n .skn-post-card--horizontal .skn-post-card__img,
.sk-ui-n .skn-post-card--horizontal .skn-post-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sk-ui-n .skn-post-card--horizontal .skn-post-card__body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 24px 32px;
  gap: 14px;
}
.sk-ui-n {
  /* Title + excerpt clamp 3 dòng (card full-width nên nội dung to hơn). */
}
.sk-ui-n .skn-post-card--horizontal .skn-post-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
}
.sk-ui-n .skn-post-card--horizontal .skn-post-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.55;
}
.sk-ui-n .skn-post-card--horizontal .skn-post-card__meta {
  padding-top: 6px;
  border-top: 0;
}
.sk-ui-n {
  /* ---------- Load-more button (AJAX "Xem tiếp") ----------
   * Nút bo tròn đỏ, full-width ở mobile, min 240px ở desktop.
   * <noscript> fallback cùng class — link thay button khi JS tắt.
   */
}
.sk-ui-n .skn-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.sk-ui-n .skn-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 240px;
  height: 52px;
  padding: 0 32px;
  background: var(--skn-red);
  color: var(--skn-white);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: background 200ms var(--skn-ease), transform 200ms var(--skn-ease), opacity 200ms var(--skn-ease);
}
.sk-ui-n .skn-load-more:hover:not(:disabled) {
  background: var(--skn-red-dark);
  transform: translateY(-1px);
}
.sk-ui-n .skn-load-more:disabled {
  opacity: 0.7;
  cursor: progress;
}
.sk-ui-n .skn-load-more__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: skn-spin 0.7s linear infinite;
}
@keyframes skn-spin {
  to {
    transform: rotate(360deg);
  }
}
.sk-ui-n {
  /* ---------- Filter row: tab pills (trái) + search form (phải) ---------- */
}
.sk-ui-n .skn-list-news__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--skn-line);
}
.sk-ui-n .skn-list-news__search {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 280px;
  max-width: 100%;
  height: 44px;
  padding: 0 6px 0 16px;
  background: var(--skn-white);
  border: 1px solid var(--skn-line);
  border-radius: 999px;
  transition: border-color 200ms var(--skn-ease), box-shadow 200ms var(--skn-ease);
}
.sk-ui-n .skn-list-news__search:focus-within {
  border-color: var(--skn-red);
  box-shadow: 0 0 0 3px var(--sk-ring);
}
.sk-ui-n .skn-list-news__search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--skn-text);
  font-family: inherit;
  font-size: 14px;
}
.sk-ui-n .skn-list-news__search input:focus-visible {
  outline: 0;
}
.sk-ui-n .skn-list-news__search input::placeholder {
  color: var(--skn-muted);
}
.sk-ui-n .skn-list-news__search button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--skn-red);
  cursor: pointer;
  transition: background 200ms var(--skn-ease), color 200ms var(--skn-ease), transform 200ms var(--skn-ease);
}
.sk-ui-n .skn-list-news__search button:hover {
  background: var(--skn-red);
  color: var(--skn-white);
  transform: scale(1.05);
}
.sk-ui-n {
  /* ---------- Search inline (form trên trang search.php / hero) ---------- */
}
.sk-ui-n .skn-search-inline {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 560px;
  width: 100%;
  margin: 24px auto 0;
  height: 56px;
  padding: 6px 6px 6px 22px;
  background: var(--skn-white);
  border: 1px solid var(--skn-line);
  border-radius: 999px;
  transition: border-color 200ms var(--skn-ease), box-shadow 200ms var(--skn-ease);
}
.sk-ui-n .skn-search-inline:focus-within {
  border-color: var(--skn-red);
  box-shadow: 0 0 0 3px var(--sk-ring);
}
.sk-ui-n .skn-search-inline input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--skn-text);
  font-family: inherit;
  font-size: 15px;
}
.sk-ui-n .skn-search-inline input:focus-visible {
  outline: 0;
}
.sk-ui-n .skn-search-inline input::placeholder {
  color: var(--skn-muted);
}
.sk-ui-n .skn-search-inline button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--skn-red);
  color: var(--skn-white);
  cursor: pointer;
  transition: background 200ms var(--skn-ease), transform 200ms var(--skn-ease);
}
.sk-ui-n .skn-search-inline button:hover {
  background: var(--skn-red-dark);
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .sk-ui-n .skn-search-inline {
    height: 50px;
    padding: 5px 5px 5px 18px;
  }
  .sk-ui-n .skn-search-inline input {
    font-size: 14px;
  }
  .sk-ui-n .skn-search-inline button {
    width: 40px;
    height: 40px;
  }
  .sk-ui-n .skn-search-inline button svg {
    width: 16px;
    height: 16px;
  }
}
.sk-ui-n {
  /* ---------- Tag tabs (filter pills) ---------- */
}
.sk-ui-n .skn-tag-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.sk-ui-n .skn-tag-tabs__btn {
  --tag-color: #607d8b;
  display: inline-block;
  padding: 8px 16px;
  background: var(--skn-white);
  color: var(--skn-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid var(--skn-line);
  transition: all 200ms var(--skn-ease);
}
.sk-ui-n .skn-tag-tabs__btn:hover {
  border-color: var(--tag-color);
  color: var(--tag-color);
}
.sk-ui-n .skn-tag-tabs__btn.is-active {
  background: var(--tag-color);
  color: var(--skn-white);
  border-color: var(--tag-color);
}
.sk-ui-n {
  /* ---------- List news section ---------- */
}
.sk-ui-n .skn-list-news {
  padding: 48px 0 64px;
}
.sk-ui-n .skn-list-news__inner {
  max-width: var(--sk-container);
  margin-inline: auto;
  padding-inline: var(--sk-gutter);
}
.sk-ui-n .skn-list-news__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}
.sk-ui-n .skn-list-news__empty {
  padding: 64px 0;
  text-align: center;
}
.sk-ui-n .skn-list-news__empty-text {
  color: var(--skn-muted);
  font-size: 16px;
}
.sk-ui-n {
  /* ---------- Pagination ---------- */
}
.sk-ui-n .skn-pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.sk-ui-n .skn-pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sk-ui-n .skn-pagination__item {
  margin: 0;
}
.sk-ui-n .skn-pagination__item a,
.sk-ui-n .skn-pagination__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: var(--skn-white);
  color: var(--skn-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid var(--skn-line);
  transition: all 200ms var(--skn-ease);
}
.sk-ui-n .skn-pagination__item a:hover {
  background: var(--skn-red);
  color: var(--skn-white);
  border-color: var(--skn-red);
}
.sk-ui-n .skn-pagination__item .current {
  background: var(--skn-red);
  color: var(--skn-white);
  border-color: var(--skn-red);
}
.sk-ui-n .skn-pagination__item .dots {
  border: none;
  background: transparent;
}
.sk-ui-n {
  /* ---------- Single bài viết ---------- */
}
.sk-ui-n .skn-single__article {
  padding: 32px var(--sk-gutter) 48px;
}
.sk-ui-n {
  /* ---------- Single hero (background featured image + card title/excerpt) ---------- */
}
.sk-ui-n .skn-single-hero {
  position: relative;
  min-height: 400px;
  background-color: #2f8b8b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 96px 0;
}
.sk-ui-n .skn-single-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(47, 139, 139, 0.45);
  z-index: 1;
}
.sk-ui-n .skn-single-hero .sk-container {
  position: relative;
  z-index: 2;
}
.sk-ui-n .skn-single-hero__card {
  background: var(--skn-white);
  border-left: 4px solid var(--skn-red);
  padding: 40px 48px 48px;
  max-width: 1000px;
  border-radius: 0 16px 16px 0;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
}
.sk-ui-n .skn-single-hero__title {
  font-family: var(--sk-font);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--skn-red-dark);
  margin: 0 0 20px;
}
.sk-ui-n .skn-single-hero__excerpt {
  font-size: 18px;
  line-height: 1.7;
  color: var(--skn-muted);
  margin: 0;
}
.sk-ui-n .skn-single__head {
  margin-bottom: 24px;
}
.sk-ui-n .skn-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  color: var(--skn-muted);
  font-size: 14px;
}
.sk-ui-n .skn-single__date,
.sk-ui-n .skn-single__author,
.sk-ui-n .skn-single__cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sk-ui-n .skn-single__cat a {
  color: var(--skn-red);
  text-decoration: none;
}
.sk-ui-n .skn-single__cat a:hover {
  text-decoration: underline;
}
.sk-ui-n .skn-single__content {
  font-size: 17px;
  line-height: 1.75;
  color: var(--skn-ink);
}
.sk-ui-n .skn-single__content h2,
.sk-ui-n .skn-single__content h3,
.sk-ui-n .skn-single__content h4 {
  font-family: var(--sk-font);
  color: var(--skn-ink);
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}
.sk-ui-n .skn-single__content h2 {
  font-size: 28px;
}
.sk-ui-n .skn-single__content h3 {
  font-size: 22px;
}
.sk-ui-n .skn-single__content h4 {
  font-size: 18px;
}
.sk-ui-n .skn-single__content p,
.sk-ui-n .skn-single__content ul,
.sk-ui-n .skn-single__content ol {
  margin-bottom: 1.2em;
}
.sk-ui-n .skn-single__content a {
  color: var(--skn-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sk-ui-n .skn-single__content a:hover {
  color: var(--skn-red-dark);
}
.sk-ui-n .skn-single__content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid var(--skn-red);
  background: var(--skn-sky);
  color: var(--skn-text);
  font-style: italic;
  border-radius: 0 12px 12px 0;
}
.sk-ui-n .skn-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 16px 0;
}
.sk-ui-n .skn-single__pages {
  margin: 24px 0;
  padding: 12px;
  background: var(--skn-mint);
  border-radius: 12px;
  font-size: 14px;
}
.sk-ui-n .skn-single__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin: 32px 0;
  padding-top: 24px;
  border-top: 1px solid var(--skn-line);
}
.sk-ui-n .skn-single__tags-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.sk-ui-n .skn-single__tags-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--skn-muted);
  font-size: 13px;
}
.sk-ui-n .skn-single__tags-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--skn-text);
  margin-right: 4px;
}
.sk-ui-n .skn-single__tag {
  --tag-color: #607d8b;
  display: inline-block;
  padding: 5px 12px;
  background: var(--tag-color);
  color: var(--skn-white);
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 200ms var(--skn-ease);
}
.sk-ui-n .skn-single__tag:hover {
  opacity: 0.85;
  color: var(--skn-white);
}
.sk-ui-n .skn-single__foot {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--skn-line);
}
.sk-ui-n {
  /* ---------- Share social ---------- */
}
.sk-ui-n .skn-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.sk-ui-n .skn-share__label {
  font-size: 14px;
  font-weight: 700;
  color: var(--skn-text);
  margin-right: 4px;
}
.sk-ui-n .skn-share__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--skn-white);
  color: var(--skn-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--skn-line);
  border-radius: 999px;
  cursor: pointer;
  transition: all 200ms var(--skn-ease);
  font-family: inherit;
}
.sk-ui-n .skn-share__btn:hover {
  border-color: var(--skn-red);
  color: var(--skn-red);
}
.sk-ui-n .skn-share__btn--fb:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: var(--skn-white);
}
.sk-ui-n .skn-share__btn--zl:hover {
  background: #0068ff;
  border-color: #0068ff;
  color: var(--skn-white);
}
.sk-ui-n .skn-share__btn--cp:hover {
  background: var(--skn-red);
  border-color: var(--skn-red);
  color: var(--skn-white);
}
.sk-ui-n {
  /* ---------- Related posts ---------- */
}
.sk-ui-n .skn-related {
  padding: 48px 0 64px;
  background: var(--skn-mint);
}
.sk-ui-n .skn-related__inner {
  max-width: var(--sk-container);
  margin-inline: auto;
  padding-inline: var(--sk-gutter);
}
.sk-ui-n .skn-related__head {
  text-align: center;
  margin-bottom: 32px;
}
.sk-ui-n .skn-related__title {
  font-family: var(--sk-font);
  font-size: 28px;
  font-weight: 800;
  color: var(--skn-ink);
  margin: 0;
}
.sk-ui-n .skn-related__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sk-ui-n {
  /* =========================================================================
   * BLOG RESPONSIVE — 4 breakpoint theo convention Superkids
   * ========================================================================= */
  /* ---- ≥1200px default ---- */
}
@media (min-width: 1200px) {
  .sk-ui-n .skn-featured-swiper {
    padding: 0 48px;
  }
  .sk-ui-n .skn-hero-featured {
    padding: 64px 0 72px;
  }
}
.sk-ui-n {
  /* ---- 992–1199px ---- */
}
@media (max-width: 1199px) and (min-width: 992px) {
  .sk-ui-n .skn-list-news__grid,
  .sk-ui-n .skn-related__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sk-ui-n .skn-blog__page-header .sk-page__title,
  .sk-ui-n .skn-single-hero__title {
    font-size: 26px;
  }
  .sk-ui-n .skn-hero-featured__title {
    font-size: 32px;
  }
  .sk-ui-n .skn-single-hero {
    padding: 72px 0;
    min-height: 420px;
  }
  .sk-ui-n .skn-single-hero__card {
    padding: 32px 32px 36px;
  }
  .sk-ui-n .skn-single-hero__title {
    font-size: 28px;
  }
}
.sk-ui-n {
  /* ---- 768–991px ---- */
}
@media (max-width: 991px) and (min-width: 768px) {
  .sk-ui-n .skn-list-news__grid,
  .sk-ui-n .skn-related__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sk-ui-n .skn-blog__page-header .sk-page__title,
  .sk-ui-n .skn-single-hero__title {
    font-size: 24px;
  }
  .sk-ui-n .skn-hero-featured__title {
    font-size: 28px;
  }
  .sk-ui-n .skn-hero-featured {
    padding: 40px 0 48px;
  }
  .sk-ui-n .skn-featured-swiper {
    padding: 0 24px;
  }
  .sk-ui-n .skn-single-hero {
    padding: 64px 0;
    min-height: 380px;
  }
  .sk-ui-n .skn-single-hero__card {
    padding: 28px 28px 32px;
    max-width: 520px;
  }
  .sk-ui-n {
    /* Card ngang ở tablet — ảnh rộng hơn 1 chút để cân đối. */
  }
  .sk-ui-n .skn-post-card--horizontal .skn-post-card__media {
    flex-basis: 35%;
  }
}
.sk-ui-n {
  /* ---- ≤767px (mobile) ---- */
}
@media (max-width: 767px) {
  .sk-ui-n .skn-blog__page-header {
    padding: 20px var(--sk-gutter) 12px;
  }
  .sk-ui-n .skn-blog__page-header .sk-page__title,
  .sk-ui-n .skn-single-hero__title {
    font-size: 22px;
  }
  .sk-ui-n .skn-hero-featured {
    padding: 32px 0 40px;
  }
  .sk-ui-n .skn-hero-featured__title {
    font-size: 24px;
  }
  .sk-ui-n .skn-featured-swiper {
    padding: 0 8px;
  }
  .sk-ui-n .skn-featured-swiper__nav {
    display: none;
  }
  .sk-ui-n .skn-single-hero {
    padding: 48px 0;
    min-height: 320px;
  }
  .sk-ui-n .skn-single-hero__card {
    max-width: 100%;
    padding: 24px 22px 28px;
    border-radius: 0 12px 12px 0;
  }
  .sk-ui-n .skn-single-hero__excerpt {
    font-size: 15px;
  }
  .sk-ui-n .skn-list-news__grid,
  .sk-ui-n .skn-related__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sk-ui-n .skn-list-news {
    padding: 32px 0 48px;
  }
  .sk-ui-n .skn-related {
    padding: 32px 0 48px;
  }
  .sk-ui-n .skn-related__title {
    font-size: 22px;
  }
  .sk-ui-n .skn-single__article {
    padding: 20px var(--sk-gutter) 32px;
  }
  .sk-ui-n .skn-single__content {
    font-size: 16px;
  }
  .sk-ui-n .skn-single__content h2 {
    font-size: 24px;
  }
  .sk-ui-n .skn-single__content h3 {
    font-size: 20px;
  }
  .sk-ui-n .skn-list-news__filter {
    flex-direction: column;
    align-items: stretch;
  }
  .sk-ui-n .skn-list-news__search {
    width: 100%;
  }
  .sk-ui-n .skn-tag-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .sk-ui-n .skn-tag-tabs__btn {
    flex-shrink: 0;
  }
  .sk-ui-n .skn-breadcrumb {
    font-size: 13px;
    gap: 4px 8px;
  }
  .sk-ui-n .skn-pagination__item a,
  .sk-ui-n .skn-pagination__item span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .sk-ui-n {
    /* Card ngang ở mobile — revert về dọc cho khỏi chật cột 1fr.
     * Và nút "Xem tiếp" chiếm full width. */
  }
  .sk-ui-n .skn-post-card--horizontal {
    flex-direction: column;
  }
  .sk-ui-n .skn-post-card--horizontal .skn-post-card__media {
    flex-basis: auto;
    aspect-ratio: 4/3;
    min-height: 0;
  }
  .sk-ui-n .skn-load-more {
    width: 100%;
    min-width: 0;
  }
}
.sk-ui-n {
  /* ---- ≤440px ---- */
}
@media (max-width: 440px) {
  .sk-ui-n .skn-blog__page-header .sk-page__title,
  .sk-ui-n .skn-single-hero__title {
    font-size: 20px;
  }
  .sk-ui-n .skn-hero-featured__title {
    font-size: 22px;
  }
  .sk-ui-n .skn-post-card__title {
    font-size: 16px;
  }
}
.sk-ui-n {
  /* ---------- Paragraph default font size ---------- */
  /* Đặt font-size mặc định = Medium (20px) cho paragraph block ở cả editor
   * và frontend. Dùng :where() (specificity 0,0,0,0) để:
   *  - Paragraph KHÔNG có class size → 20px
   *  - Paragraph CÓ class `has-{small|medium|large|x-large}-font-size` → thắng
   *    do specificity 0,1,0 > 0,0,0,0, giữ size user chọn.
   *
   * Selector bao gồm cả .entry-content (WP default) + .sk-entry (BEM Superkids).
   */
}
.sk-ui-n :where(.editor-styles-wrapper .wp-block-paragraph),
.sk-ui-n :where(.entry-content > p),
.sk-ui-n :where(.sk-entry > p) {
  font-size: 20px;
}

/* đóng .sk-ui-n */

/*# sourceMappingURL=superkids-n.css.map */
