:root {
	--fc-primary: #0F4C81;
	--fc-secondary: #2F6FA3;
	--fc-accent: #5B8FB9;
	--fc-platinum: #E5E4E2;
	--fc-light: #F2F3F5;
	--fc-white: #FFFFFF;
	--fc-dark: #0D2338;
	--fc-text: #1F2937;
	--fc-text-soft: #5F6B7A;
	--fc-border: rgba(15, 76, 129, 0.13);
	--fc-shadow-sm: 0 10px 25px rgba(15, 35, 56, 0.08);
	--fc-shadow-md: 0 20px 55px rgba(15, 35, 56, 0.14);
	--fc-radius-sm: 12px;
	--fc-radius-md: 18px;
	--fc-radius-lg: 28px;
	--fc-space-xs: 0.45rem;
	--fc-space-sm: 0.85rem;
	--fc-space-md: 1.25rem;
	--fc-space-lg: 2rem;
	--fc-space-xl: 3rem;
	--fc-space-2xl: 4rem;
	--fc-transition: 0.3s ease;
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--fc-text);
	background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
}

body .container {
	max-width: 1200px;
}

.site-main {
	overflow: clip;
}

.fc-section,
.fc-page-section,
.fc-course-body {
	position: relative;
	padding: var(--fc-space-xl) 0;
}

.fc-section--soft,
.fc-page-section--map {
	background: linear-gradient(180deg, #f3f6fb 0%, #ffffff 100%);
}

.fc-section--stats {
	padding: 0;
	margin-top: -40px;
	z-index: 10;
}

.fc-section--stats .container {
	padding-left: 0;
	padding-right: 0;
}

.fc-section-heading {
	max-width: 760px;
	margin: 0 auto var(--fc-space-xl);
}

.fc-section-heading.text-left {
	margin-left: 0;
}

.fc-section-heading__eyebrow,
.fc-home-hero__eyebrow,
.fc-cta-banner__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0.85rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--fc-primary);
}

.fc-section-heading__title,
.fc-page-hero h1,
.fc-course-hero h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2rem);
	line-height: 1.08;
	color: #102743;
}

.fc-home-hero h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.08;
	color: #ffffff;
}

.fc-page-hero {
	position: relative;
	padding: 5rem 0 2.2rem;
	background: linear-gradient(135deg, #0d3356 0%, #1e527d 58%, #3a6f99 100%);
	color: var(--fc-white);
}

.fc-page-hero::before,
.fc-home-hero::before,
.fc-section--cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
		linear-gradient(130deg, rgba(7, 18, 31, 0.2), rgba(7, 18, 31, 0.58));
}

.fc-page-hero>.container,
.fc-home-hero>.container,
.fc-section--cta>.container {
	position: relative;
	z-index: 1;
}

.fc-page-hero h1,
.fc-page-hero p,
.fc-course-hero__desc,
.fc-course-hero__meta,
.fc-breadcrumbs,
.fc-breadcrumbs a {
	color: var(--fc-white);
}

.fc-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
	font-size: 0.92rem;
	opacity: 0.9;
}

.fc-breadcrumbs .sep {
	opacity: 0.65;
}

.fc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.9rem 1.45rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
	transition: transform var(--fc-transition), box-shadow var(--fc-transition), background-color var(--fc-transition), color var(--fc-transition), border-color var(--fc-transition);
}

.fc-button:hover {
	transform: translateY(-2px);
}

.fc-button--sm {
	padding: 0.78rem 1.15rem;
	font-size: 0.9rem;
}

.fc-button--primary {
	background: #0F4C81;
	color: #fff;
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.2);
}

.fc-button--outline-primary {
	background: transparent;
	border-color: #0F4C81;
	color: #0F4C81;
}

.fc-button--outline-primary:hover {
	background: #0F4C81;
	color: #fff;
}

.fc-button--ghost {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.fc-header-infobar {
	background: linear-gradient(90deg, rgba(7, 30, 50, 0.95), rgba(20, 63, 97, 0.92));
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.single-khoa-hoc .fc-header-infobar,
body.single-khoa-hoc .fc-prefooter,
body.single-khoa-hoc .fc-mobile-sticky-contact,
body.page-template-template-contact .fc-header-infobar,
body.page-template-template-contact .fc-prefooter,
body.page-template-template-contact .fc-mobile-sticky-contact {
	display: none !important;
}

.fc-header-infobar__inner,
.fc-header-infobar__meta {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.fc-header-infobar__inner {
	justify-content: space-between;
	padding: 0.72rem 0;
}

.fc-header-infobar__link,
.fc-header-infobar__text {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.9rem;
	color: #f6fbff;
}

.fc-home-hero {
	position: relative;
	padding: 6.5rem 0 0;
	background:
		linear-gradient(120deg, rgba(3, 18, 32, 0.52), rgba(11, 49, 83, 0.35)),
		var(--fc-hero-bg, linear-gradient(130deg, #0e3252 0%, #184f7d 60%, #3a6f99 100%));
	background-size: cover;
	background-position: center;
	isolation: isolate;
}

.fc-home-hero__layout {
	padding-bottom: 4rem;
}

.fc-home-hero__overlay-image {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.18;
	pointer-events: none;
}

.fc-home-hero__overlay-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fc-home-hero__layout {
	position: relative;
	z-index: 2;
}

.fc-home-hero__content {
	color: #fff;
	padding: 2.2rem 2rem 2.1rem;
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(97, 160, 212, 0.2), rgba(20, 68, 110, 0.38));
	border: 1px solid rgba(187, 218, 245, 0.33);
	backdrop-filter: blur(5px);
}

.fc-home-hero__eyebrow {
	color: #89c4ff;
}

.fc-home-hero__subtitle {
	max-width: 640px;
	margin: 1rem 0 2rem;
	font-size: 1.08rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.95);
}

.fc-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.fc-home-hero .fc-button--primary {
	background: linear-gradient(135deg, #0a4c85, #0f5d9f);
	box-shadow: 0 14px 28px rgba(9, 52, 93, 0.35);
}

.fc-home-hero .fc-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.75);
	color: #fff;
}

.fc-home-hero__form,
.fc-page-card,
.fc-course-enroll-card,
.fc-course-sidebar__card,
.fc-info-card,
.fc-testimonial-card,
.fc-stat-card,
.fc-step-card,
.fc-post-card,
.fc-cta-block,
.fc-cta-banner,
.fc-prefooter__card,
.fc-course-card,
.fc-accordion__item {
	border: 1px solid var(--fc-border);
	border-radius: var(--fc-radius-md);
	background: #fff;
	box-shadow: var(--fc-shadow-sm);
}

.fc-home-hero__form,
.fc-course-enroll-card,
.fc-cta-block__form {
	padding: 1.5rem;
}

.fc-home-hero__form h2,
.fc-course-enroll-card h2 {
	margin-bottom: 1rem;
	font-size: 1.35rem;
	color: #102743;
}

.fc-stats-grid,
.fc-card-grid,
.fc-course-grid,
.fc-gallery-grid,
.fc-steps-grid {
	display: grid;
	gap: 1.25rem;
}

.fc-stats-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: 1px solid #eee;
}

.fc-card-grid--three,
.fc-course-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.fc-course-grid {
	grid-auto-rows: 1fr;
}

.fc-card-grid--two,
.fc-gallery-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-features-section {
	background: transparent;
}

.fc-features-heading {
	margin: 0 0 1.4rem;
	text-align: left;
}

.fc-features-heading__title {
	margin: 0;
	color: #0f4f8d;
	font-size: clamp(1.45rem, 2.2vw, 2.2rem);
	font-weight: 800;
	line-height: 1.12;
	text-transform: uppercase;
}

.fc-features-heading__subtitle {
	max-width: 640px;
	margin: 0.45rem 0 0;
	color: var(--fc-text-soft);
	font-size: 0.92rem;
	line-height: 1.55;
}

.fc-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 2.2rem;
	row-gap: 1rem;
	align-items: start;
}

.fc-feature-item {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 0.55rem;
	align-items: start;
}

.fc-feature-item__icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 0.1rem;
	color: #1f6fb7;
	font-size: 1rem;
	line-height: 1;
}

.fc-feature-item__icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.fc-feature-item__icon img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.fc-feature-item__dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: 0.45rem;
	border: 2px solid #1f6fb7;
	border-radius: 999px;
}

.fc-feature-item__content h3 {
	margin: 0 0 0.08rem;
	color: #0f4f8d;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.fc-feature-item__content p {
	margin: 0;
	color: #5f6f82;
	font-size: 0.9rem;
	line-height: 1.45;
}

.fc-steps-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-stat-card {
	padding: 2rem 1.5rem;
	text-align: center;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	position: relative;
}

.fc-stat-card:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background: #e2e8f0;
}

.fc-stat-card__number {
	font-size: 2.2rem;
	font-weight: 800;
	color: #0F4C81;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.fc-stat-card__icon {
	font-size: 2rem;
	color: var(--fc-primary);
	margin-bottom: 1rem;
	opacity: 0.85;
}

.fc-stat-card__icon i {
	display: block;
}

.fc-stat-card__label {
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #102743;
	letter-spacing: 0.02em;
}

.fc-course-card {
	position: relative;
	padding: 2rem 1.5rem;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.fc-course-card__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.fc-course-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.fc-course-card__badge {
	position: absolute;
	top: -12px;
	right: 15px;
	background: #ff5c5c;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 20px;
	z-index: 10;
}

.fc-course-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #102743;
}

.fc-course-card__title a {
	color: inherit;
}

.fc-course-card__price {
	font-size: 1.15rem;
	font-weight: 700;
	color: #dc2626;
	margin-bottom: 1rem;
}

.fc-course-card__meta {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
}

.fc-course-card__meta li {
	position: relative;
	padding-left: 1.2rem;
	margin-bottom: 0.4rem;
	font-size: 0.9rem;
	color: #5F6B7A;
	line-height: 1.4;
}

.fc-course-card__meta li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #5F6B7A;
}

.fc-course-card__action {
	margin-top: auto;
}

.fc-course-card__action .fc-button {
	width: 100%;
	border-radius: 6px;
	font-size: 0.9rem;
	padding: 0.75rem;
}

.fc-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	padding-bottom: 30px;
}

.fc-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-content: center;
	padding-top: 0.1rem;
	color: #1f6fb7;
	font-size: 1rem;
	line-height: 1;
}

.fc-feature-item__icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.fc-feature-item__icon img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.fc-feature-item__dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: 0.45rem;
	border: 2px solid #1f6fb7;
	border-radius: 999px;
}

.fc-feature-item__content h3 {
	margin: 0 0 0.08rem;
	color: #0f4f8d;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.fc-feature-item__content p {
	margin: 0;
	color: #5f6f82;
	font-size: 0.9rem;
	line-height: 1.45;
}

.fc-steps-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-stat-card {
	padding: 2rem 1.5rem;
	text-align: center;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	position: relative;
}

.fc-stat-card:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background: #e2e8f0;
}

.fc-stat-card__number {
	font-size: 2.2rem;
	font-weight: 800;
	color: #0F4C81;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.fc-stat-card__icon {
	font-size: 2rem;
	color: var(--fc-primary);
	margin-bottom: 1rem;
	opacity: 0.85;
}

.fc-stat-card__icon i {
	display: block;
}

.fc-stat-card__label {
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #102743;
	letter-spacing: 0.02em;
}

.fc-course-card {
	position: relative;
	padding: 2rem 1.5rem;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.fc-course-card__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.fc-course-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.fc-course-card__badge {
	position: absolute;
	top: -12px;
	right: 15px;
	background: #ff5c5c;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 20px;
	z-index: 10;
}

.fc-course-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #102743;
}

.fc-course-card__title a {
	color: inherit;
}

.fc-course-card__price {
	font-size: 1.15rem;
	font-weight: 700;
	color: #dc2626;
	margin-bottom: 1rem;
}

.fc-course-card__meta {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
}

.fc-course-card__meta li {
	position: relative;
	padding-left: 1.2rem;
	margin-bottom: 0.4rem;
	font-size: 0.9rem;
	color: #5F6B7A;
	line-height: 1.4;
}

.fc-course-card__meta li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #5F6B7A;
}

.fc-course-card__action {
	margin-top: auto;
}

.fc-course-card__action .fc-button {
	width: 100%;
	border-radius: 6px;
	font-size: 0.9rem;
	padding: 0.75rem;
}

.fc-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.58rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	font-size: 1rem;
	line-height: 1;
}

.fc-archive-filter .fc-chip {
	background: rgba(15, 76, 129, 0.08);
	border-color: rgba(15, 76, 129, 0.14);
	color: var(--fc-primary);
}

.fc-chip.is-static {
	background: rgb(15 76 129 / 42%);
	border-color: rgb(15 76 129 / 45%);
	color: white;
}

.fc-chip.is-active {
	background: var(--fc-primary);
	color: #fff;
	border-color: var(--fc-primary);
}

.fc-archive-filter {
	position: relative;
	z-index: 10;
	margin-top: 2rem;
	padding-bottom: 2rem;
}

/* Fix Clipping on Course Page */
.post-type-archive-khoa-hoc #content,
.post-type-archive-khoa-hoc .site-main {
	overflow: visible !important;
}

.fc-archive-filter .fc-chip:not(.is-active):hover {
	background: var(--fc-primary);
	;
	color: #ffffff;
}

.fc-course-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 1.5rem;
	align-items: start;
}

.fc-course-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.25rem;
}

.fc-course-sidebar {
	position: sticky;
	top: 108px;
	display: grid;
	gap: 1rem;
}

.fc-course-enroll-card__intro {
	display: grid;
	gap: 0.35rem;
}

.fc-course-enroll-card__eyebrow {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2f7dd3;
}

.fc-course-enroll-card h2 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.1;
	color: #102743;
}

.fc-course-enroll-card__desc {
	margin: 0;
	color: #5b6d81;
	font-size: 0.88rem;
	line-height: 1.5;
}

.fc-course-enroll-card__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 0 0 0.9rem;
}

.fc-course-enroll-card__meta span {
	padding: 0.7rem 0.78rem;
	border-radius: 14px;
	background: rgba(15, 76, 129, 0.06);
	color: #1d3552;
	font-size: 0.86rem;
	line-height: 1.45;
}

.fc-course-enroll-card__meta strong {
	display: block;
	margin-bottom: 0.15rem;
	color: #0f4c81;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fc-course-enroll-card__form {
	margin-top: 0;
	padding: 0.85rem 0.9rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(191, 209, 227, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.fc-course-enroll-card__form .fc-register-form {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: 0;
}

.fc-course-enroll-card__form .fc-register-form.is-compact {
	gap: 0.65rem;
}

.fc-course-enroll-card__form .fc-register-form.is-compact .fc-register-form__field {
	margin-bottom: 0;
}

.fc-course-enroll-card__form .fc-register-form.is-compact label {
	margin-bottom: 0.18rem;
	font-size: 0.66rem;
	letter-spacing: 0.07em;
}

.fc-course-enroll-card__form .fc-register-form.is-compact input,
.fc-course-enroll-card__form .fc-register-form.is-compact select {
	height: 40px;
	font-size: 0.92rem;
}

.fc-course-enroll-card__form .fc-register-form.is-compact .fc-register-form__actions {
	margin: 0;
}

.fc-course-enroll-card__form .fc-register-form.is-compact .fc-button {
	min-height: 46px;
	border-radius: 14px;
	font-size: 0.92rem;
}

.fc-accordion {
	display: grid;
	gap: 1rem;
}

.fc-section-headline {
	display: grid;
	gap: 0.9rem;
	margin-bottom: 1.5rem;
}

.fc-section-headline .fc-section-heading {
	margin-bottom: 0;
}

.fc-section-headline__action {
	display: flex;
	justify-content: center;
}

.fc-section-headline__action .fc-button {
	padding: 0;
	min-width: auto;
	border-radius: 14px;
	font-weight: 500;
	box-shadow: none;
}

.fc-section-headline__action .fc-button--ghost {
	border-color: rgba(15, 76, 129, 0.12);
	background: rgba(255, 255, 255, 0.72);
	color: var(--fc-primary);
	backdrop-filter: blur(10px);
}

.fc-faq-section .fc-section-heading {
	margin-bottom: 0;
}

.fc-faq-section .fc-section-heading__title {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.fc-accordion__item {
	position: relative;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
	margin-bottom: 1rem;
	overflow: hidden;
}

.fc-accordion__item:hover {
	border-color: #0F4C81;
	box-shadow: 0 10px 25px rgba(15, 76, 129, 0.08);
}

.fc-accordion__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 1.5rem;
	padding: 1.25rem 1.5rem;
	border: 0;
	background: transparent;
	text-align: left;
	font-weight: 800;
	color: #1e293b;
	margin: 0;
	text-transform: none;
}

.fc-accordion__label {
	flex: 1;
	font-size: 1.05rem;
	line-height: 1.4;
}

.fc-accordion__icon {
	position: relative;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	background: #f1f5f9;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.fc-accordion__item.is-open .fc-accordion__icon {
	background: #0F4C81;
	transform: rotate(135deg);
}

.fc-accordion__icon::before,
.fc-accordion__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #475569;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.fc-accordion__item.is-open .fc-accordion__icon::before,
.fc-accordion__item.is-open .fc-accordion__icon::after {
	background: #fff;
}

.fc-accordion__icon::before {
	width: 12px;
	height: 2px;
}

.fc-accordion__icon::after {
	width: 2px;
	height: 12px;
}

.fc-accordion__content {
	padding: 0 1.5rem 1.5rem;
	display: none;
}

.fc-accordion__content p {
	margin-bottom: 0;
}

.fc-accordion__item.is-open .fc-accordion__content {
	display: block;
}

.fc-accordion__item.is-open .fc-accordion__icon {
	transform: rotate(180deg);
}

.fc-accordion__item.is-open .fc-accordion__icon::after {
	opacity: 0;
}

.fc-post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.fc-post-card__thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #dbe7f4, #eef4fa);
	overflow: hidden;
}

.fc-post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.fc-post-card:hover .fc-post-card__thumb img {
	transform: scale(1.04);
}

.fc-post-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.38rem 0.68rem;
	border-radius: 999px;
	background: rgba(15, 76, 129, 0.92);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fc-post-card__content {
	display: grid;
	gap: 0.7rem;
	padding: 1.15rem 1.15rem 1.25rem;
}

.fc-post-card__meta {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #66809b;
}

.fc-post-card__content h3 {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.35;
	color: #102743;
}

.fc-post-card__content h3 a {
	color: inherit;
}

.fc-post-card__content p {
	margin: 0;
	color: #5f6f82;
	line-height: 1.6;
}

.fc-home-announcements {
	display: grid;
	grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
	gap: 1.35rem;
	align-items: stretch;
}

.fc-home-announcements__promo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.45rem 1.55rem;
	border-radius: 6px;
	background: #143a67;
	color: #fff;
}

.fc-home-announcements__promo-image {
	display: block;
	border-radius: 6px;
	overflow: hidden;
	background: #e8eef5;
}

.fc-home-announcements__promo-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fc-home-announcements__promo-head {
	display: flex;
	align-items: center;
	gap: 0.9rem;
}

.fc-home-announcements__promo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f2c76f;
	flex: 0 0 28px;
}

.fc-home-announcements__promo-icon svg {
	width: 28px;
	height: 28px;
	display: block;
}

.fc-home-announcements__promo-body {
	display: grid;
	gap: 1rem;
	height: 100%;
}

.fc-home-announcements__promo-title {
	margin: 0;
	font-size: 1.22rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #fff;
}

.fc-home-announcements__promo-list {
	display: grid;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1 1 auto;
}

.fc-home-announcements__promo-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-size: 0.94rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 0;
}

.fc-home-announcements__promo-check {
	flex: 0 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f2c76f;
	transform: translateY(1px);
	margin-top: 3px;
}

.fc-home-announcements__promo-check svg {
	width: 16px;
	height: 16px;
	display: block;
}

.fc-home-announcements__promo-button.fc-button {
	align-self: stretch;
	justify-content: center;
	min-width: 0;
	width: 100%;
	max-width: 200px;
	margin-top: auto;
	padding: 0.82rem 1.2rem;
	border-radius: 4px;
	background: #ff2b21;
	border-color: #ff2b21;
	font-size: 0.9rem;
	font-weight: 800;
	box-shadow: none;
}

.fc-home-announcements__promo-button.fc-button:hover {
	background: #f12319;
	border-color: #f12319;
	transform: none;
}

.fc-home-announcements__news {
	padding: 0.2rem 0 0.1rem;
	min-width: 0;
}

.fc-home-announcements__news-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.95rem;
	border-bottom: 1px solid #edf2f7;
	margin-bottom: 0.35rem;
}

.fc-home-announcements__news-title {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #203a5c;
}

.fc-home-announcements__news-sub {
	margin: 0.28rem 0 0;
	font-size: 0.88rem;
	color: #74859a;
}

.fc-home-announcements__news-link {
	text-decoration: underline;
	flex-shrink: 0;
	font-size: 0.82rem;
	color: #536e8f;
}

.fc-home-announcements__news-list {
	display: block;
	overflow: hidden;
}

.fc-home-announcements__news-slide {
	display: block;
}

.fc-home-announcements__news-item {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 0.6rem 0;
	border-bottom: 1px solid #edf2f7;
}

.fc-home-announcements__news-item:last-child {
	border-bottom: 0;
}

.fc-home-announcements__news-list .slick-track {
	display: block;
}

.fc-home-announcements__news-list .slick-slide {
	height: auto;
}

.fc-home-announcements__news-list .slick-slide>div {
	display: block;
}

.fc-home-announcements__news-list.slick-initialized .fc-home-announcements__news-slide:last-child .fc-home-announcements__news-item,
.fc-home-announcements__news-list.slick-initialized .slick-cloned .fc-home-announcements__news-item,
.fc-home-announcements__news-list.slick-initialized .slick-slide:last-child .fc-home-announcements__news-item {
	border-bottom: 0;
}

.fc-home-announcements__news-thumb {
	display: block;
	width: 100%;
	height: 64px;
	border-radius: 4px;
	overflow: hidden;
	background: #e8eef5;
}

.fc-home-announcements__news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fc-home-announcements__news-content {
	min-width: 0;
}

.fc-home-announcements__news-content h3 {
	margin: 0 0 0.34rem;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.4;
	color: #263f5d;
}

.fc-home-announcements__news-content h3 a {
	color: inherit;
}

.fc-home-announcements__news-excerpt {
	margin: 0 0 0.42rem;
	font-size: 0.82rem;
	line-height: 1.55;
	color: #607389;
}

.fc-home-announcements__news-date {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	margin: 0;
	font-size: 0.74rem;
	color: #8c9cb0;
}

.fc-home-announcements__news-date-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
}

.fc-home-announcements__news-date-icon svg {
	width: 13px;
	height: 13px;
	display: block;
}

.fc-testimonial-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 120px;
	padding: 0.65rem 0.95rem 0.7rem;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #edf2f7;
	position: relative;
	box-shadow: none;
	transition: border-color var(--fc-transition), box-shadow 0.3s ease;
}

.fc-testimonial-card:hover {
	transform: none;
	border-color: #dde7f1;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.fc-section-headline--testimonials {
	justify-content: center;
	margin-bottom: 2\rem;
}

.fc-section-title--testimonials {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	text-align: center;
	justify-content: center;
}

.fc-section-title--testimonials .fc-section-title__content {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.fc-section-title--testimonials .fc-section-title__icon {
	color: #234f86;
	font-size: 1.5rem;
	line-height: 1;
	transform: translateY(-3px);
}

.fc-section-title--testimonials .fc-section-title__heading {
	margin: 0;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #234f86;
}

.fc-section-title--testimonials .fc-section-title__sub {
	margin: 0;
	font-size: 0.95rem;
	color: #66788a;
}

.fc-testimonial-card__body {
	position: relative;
	flex: 1 1 auto;
}

.fc-testimonials-slider {
	position: relative;
	padding: 0 1.75rem;
}

.fc-testimonials-slider__viewport {
	overflow: hidden;
}

.fc-testimonials-slider__track {
	margin: 0 -0.35rem;
}

.fc-testimonials-slider__item {
	min-width: 0;
	margin: 0 0.35rem;
}

.fc-testimonials-slider__track .slick-list {
	margin: 0 -0.35rem;
}

.fc-testimonials-slider__track .slick-track {
	display: flex !important;
}

.fc-testimonials-slider__track .slick-slide {
	height: inherit !important;
}

.fc-testimonials-slider__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 0;
	border-radius: 999px;
	background: #eef3f8;
	box-shadow: none;
	color: #7f92a8;
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	transform: translateY(-50%);
	transition: transform var(--fc-transition), background-color var(--fc-transition), opacity var(--fc-transition), color var(--fc-transition);
}

.fc-testimonials-slider__nav:hover {
	background: #e6edf5;
	color: #547193;
	transform: translateY(-50%);
}

.fc-testimonials-slider__nav.is-prev {
	left: -4px;
}

.fc-testimonials-slider__nav.is-next {
	right: -4px;
}

.fc-testimonials-slider__nav.slick-disabled {
	opacity: 0.4;
	pointer-events: none;
}

.fc-testimonials-slider__nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
}

.fc-testimonials-slider__nav-icon svg {
	width: 12px;
	height: 12px;
	display: block;
}

.fc-testimonials-slider__dots,
.fc-testimonials-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin-top: .3rem;
	padding: 0;
	list-style: none;
	margin-bottom: 0 !important;
}

.fc-testimonials-slider .slick-dots li {
	margin: 0;
}

.fc-testimonials-slider__dot,
.fc-testimonials-slider .slick-dots button {
	width: 9px;
	height: 9px;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 76, 129, 0.2);
	font-size: 0;
	line-height: 0;
	padding: 0;
	transition: transform var(--fc-transition), background-color var(--fc-transition), width var(--fc-transition);
}

.fc-testimonials-slider__dot.is-active,
.fc-testimonials-slider .slick-dots .slick-active button {
	width: 28px;
	background: var(--fc-primary);
}

.fc-post-card--testimonial .fc-post-card__thumb::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 52%;
	background: linear-gradient(180deg, transparent, rgba(10, 25, 45, 0.18));
}

.fc-testimonial-card__head {
	margin-bottom: 0.5rem;
}

.fc-testimonial-card__rating {
	display: flex;
	gap: 0.08rem;
	font-size: 0.8rem;
	color: #f59e0b;
}

.fc-testimonial-card__quote {
	display: block;
	margin: 0;
	font-style: normal;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.55;
	color: #4a5c71;
	position: relative;
	z-index: 1;
}

.fc-testimonial-card__author {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

.fc-testimonial-card__avatar {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 999px;
	overflow: hidden;
	border: 1px solid #eef3f8;
	background: #edf3f8;
	box-shadow: none;
}

.fc-testimonial-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fc-avatar-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0f4c81, #2f6fa3);
	color: #fff;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.fc-avatar-placeholder span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1;
	transform: translateY(-1px);
}

.fc-testimonial-card__info {
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
	overflow: hidden;
}

.fc-testimonial-card__name {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
	color: #1f3552 !important;
	text-transform: none;
	line-height: 1.2;
}

.fc-testimonial-card__job {
	margin: 0;
	font-size: 0.75rem;
	color: #2f63a4 !important;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0.22em;
}

.fc-cta-block {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 1.5rem;
	padding: 2rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(235, 240, 247, 0.95));
}

.fc-section--cta {
	position: relative;
	background-size: cover;
	background-position: center;
}

.fc-cta-block__actions,
.fc-cta-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	align-items: center;
}

.fc-archive-cta {
	padding-bottom: 30px;
}

.fc-cta-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.4rem;
	padding: 1.55rem 1.75rem;
}

.fc-prefooter {
	padding: 4rem 0 2.4rem;
	background:
		radial-gradient(circle at 10% 20%, rgba(70, 120, 163, 0.25), transparent 38%),
		linear-gradient(145deg, #0b2440 0%, #123556 60%, #0e2f4e 100%);
	color: #fff;
}

.fc-prefooter .fc-contact-list li,
.fc-prefooter a,
.fc-prefooter p,
.fc-prefooter h3,
.fc-footer-links li a {
	color: #f6fbff;
}

.fc-prefooter__card {
	min-height: 100%;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(4px);
}

.fc-footer-links li+li {
	margin-top: 0.5rem;
}

.fc-prefooter__map iframe,
.fc-map-embed iframe {
	width: 100%;
	min-height: 240px;
	border: 0;
	border-radius: 16px;
}

.fc-mobile-sticky-contact {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: none;
	grid-template-columns: repeat(3, 1fr);
	background: rgba(7, 27, 44, 0.97);
	box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
}

.fc-mobile-sticky-contact__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.22rem;
	padding: 0.72rem 0.5rem;
	color: #fff;
	font-size: 0.77rem;
	font-weight: 700;
}

.fc-pagination {
	margin-top: 2rem;
}

.fc-empty-state {
	padding: 2.8rem;
	text-align: center;
	border-radius: var(--fc-radius-md);
	background: #fff;
	border: 1px solid var(--fc-border);
}

.fc-shortcode-hotline {
	font-weight: 700;
	color: var(--fc-primary);
}

.fc-zalo-button.fc-button--ghost {
	border-color: rgba(15, 76, 129, 0.18);
	background: rgba(15, 76, 129, 0.07);
	color: var(--fc-primary);
}

.fc-inline-form-placeholder {
	padding: 1rem;
	border-radius: var(--fc-radius-sm);
	background: rgba(15, 76, 129, 0.06);
	color: var(--fc-text-soft);
}

.fc-social-links,
.fc-shortcode-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.fc-social-links {
	margin-top: 1rem;
}

.fc-social-links__item,
.fc-shortcode-stats__item {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.66rem 0.92rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #f5fbff;
	font-weight: 600;
}

.fc-shortcode-stats__item {
	flex-direction: column;
	align-items: flex-start;
	border-radius: 14px;
	background: rgba(15, 76, 129, 0.07);
	color: var(--fc-primary);
}

.fc-shortcode-stats__item strong {
	font-size: 1.2rem;
	color: #0f2740;
}

.fc-register-form {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 0.7rem;
	padding: 1.15rem 1rem 1rem;
	border-radius: 20px;
	background:
		radial-gradient(circle at top right, rgba(47, 111, 163, 0.12), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(246, 249, 252, 0.965));
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow:
		0 20px 50px rgba(15, 23, 42, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	margin-bottom: 0;
}

.fc-register-form__intro {
	margin-bottom: 0.22rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.fc-register-form__eyebrow {
	margin: 0 0 0.2rem;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #1f6fb7;
}

.fc-register-form__title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.18;
	color: #0f2740;
	font-weight: 800;
	text-transform: none;
}

.fc-register-form__note {
	margin: 0.24rem 0 0;
	font-size: 0.82rem;
	line-height: 1.5;
	color: #607086;
}

.fc-register-form__field {
	margin: 0;
	padding: 0.05rem 0;
}

.fc-form-alert {
	padding: 0.68rem 0.8rem;
	border-radius: 12px;
	font-size: 0.82rem;
	font-weight: 600;
}

.fc-form-alert.is-success {
	background: rgba(22, 163, 74, 0.12);
	color: #166534;
}

.fc-form-alert.is-error {
	background: rgba(220, 38, 38, 0.1);
	color: #991b1b;
}

.fc-register-form label {
	display: block;
	margin-bottom: 0.28rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5d6f84;
}

.fc-register-form input,
.fc-register-form select,
.fc-register-form textarea {
	width: 100%;
	height: 44px;
	padding: 0 0.35rem;
	border: 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.42);
	border-radius: 0;
	background: transparent;
	font-size: 0.95rem;
	color: #102743;
	box-shadow: none;
	transition: border-color var(--fc-transition), color var(--fc-transition), background-color var(--fc-transition);
}

.fc-register-form input:focus,
.fc-register-form select:focus,
.fc-register-form textarea:focus {
	outline: 0;
	border-color: #2f6fa3;
	background: transparent;
	box-shadow: none;
}

.fc-register-form input::placeholder {
	color: #91a2b6;
}

.fc-register-form select,
.fc-register-form input {
	font-weight: 500;
}

.fc-register-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%2364768b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 4px center;
	padding-right: 2rem;
}

.fc-register-form__actions {
	margin: 0.45rem 0 0;
}

.fc-register-form__actions .fc-button {
	width: 100%;
	min-height: 48px;
	border-radius: 12px;
	border: 0;
	background: linear-gradient(135deg, #0c4778, #1f5f97);
	box-shadow:
		0 10px 24px rgba(15, 76, 129, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	transition: transform var(--fc-transition), box-shadow var(--fc-transition), filter var(--fc-transition);
	margin: 0;
}

.fc-register-form__actions .fc-button:hover {
	transform: translateY(-1px);
	box-shadow:
		0 14px 28px rgba(15, 76, 129, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	filter: brightness(1.04);
}

.fc-dynamic-contact-card {
	padding: 1.45rem;
	border-radius: var(--fc-radius-md);
	background: #fff;
	border: 1px solid var(--fc-border);
	box-shadow: var(--fc-shadow-sm);
}

.fc-dynamic-contact-card h3 {
	margin-bottom: 0.7rem;
}

.fc-dynamic-contact-card__form {
	margin-top: 1rem;
}

.fc-prefooter__logo {
	margin-bottom: 1rem;
}

.fc-prefooter__logo img {
	max-width: 180px;
	height: auto;
}

.fc-reveal {
	opacity: 0;
	transform: translate3d(0, 34px, 0) scale(0.985);
	transition: opacity 0.65s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.fc-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.fc-reveal-group>* {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.5s ease, transform 0.6s ease;
}

.fc-reveal-group.is-visible>* {
	opacity: 1;
	transform: none;
}

.fc-reveal-group.is-visible>*:nth-child(2) {
	transition-delay: 0.08s;
}

.fc-reveal-group.is-visible>*:nth-child(3) {
	transition-delay: 0.14s;
}

.fc-reveal-group.is-visible>*:nth-child(4) {
	transition-delay: 0.2s;
}

.fc-reveal-group.is-visible>*:nth-child(5) {
	transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {

	.fc-reveal,
	.fc-reveal-group>* {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 1100px) {

	.fc-stats-grid,
	.fc-steps-grid,
	.fc-card-grid--three,
	.fc-course-grid,
	.fc-course-hero,
	.fc-cta-block,
	.fc-feature-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fc-home-announcements {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 850px) {
	.fc-section-headline {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
	}

	.fc-section-headline .fc-section-heading {
		text-align: left;
	}

	.fc-section-headline .fc-section-heading__title {
		margin-left: 0;
		margin-right: 0;
	}

	.fc-section-headline__action {
		justify-content: flex-end;
	}
}

@media (max-width: 849px) {

	.fc-header-infobar__inner,
	.fc-cta-banner,
	.fc-course-hero,
	.fc-cta-block {
		grid-template-columns: 1fr;
		display: grid;
	}

	.fc-home-hero {
		padding: 4.8rem 0 4.2rem;
		background:
			linear-gradient(125deg, rgba(5, 24, 42, 0.78), rgba(11, 49, 83, 0.46)),
			var(--fc-hero-mobile-bg, var(--fc-hero-bg, linear-gradient(130deg, #0e3252 0%, #184f7d 60%, #3a6f99 100%)));
		background-size: cover;
		background-position: center;
	}

	.fc-home-hero__content {
		padding-right: 0;
		margin-bottom: 1.4rem;
	}

	.fc-home-hero__content {
		padding: 1.6rem 1.2rem;
		border-radius: 18px;
	}

	.fc-home-hero__form {
		padding: 1.4rem 1.2rem;
	}

	.fc-home-hero__form h2 {
		font-size: 1.6rem;
	}

	.fc-register-form {
		padding: 1rem 0.9rem 0.9rem;
	}

	.fc-register-form__title {
		font-size: 0.98rem;
	}

	.fc-register-form__note {
		font-size: 0.78rem;
	}

	.fc-stats-grid,
	.fc-card-grid--three,
	.fc-course-grid,
	.fc-card-grid--two,
	.fc-steps-grid,
	.fc-feature-list {
		grid-template-columns: 1fr;
	}

	.fc-testimonials-slider {
		padding-left: 0;
		padding-right: 0;
	}

	.fc-testimonials-slider__nav {
		display: none;
	}

	.fc-home-announcements__news {
		padding-top: 0;
	}

	.fc-home-announcements__news-head {
		align-items: center;
	}

	.fc-features-heading {
		margin-bottom: 1.1rem;
	}

	.fc-feature-item {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 0.55rem;
	}

	.fc-feature-item__content h3 {
		font-size: 0.92rem;
	}

	.fc-feature-item__content p {
		font-size: 0.88rem;
	}
}

@media (max-width: 767px) {

	.fc-section,
	.fc-page-section,
	.fc-course-body {
		padding: 3.2rem 0;
	}

	.fc-page-hero {
		padding-top: 2.5rem;
	}

	.fc-header-infobar {
		display: none;
	}

	.fc-mobile-sticky-contact {
		display: grid;
	}

	.fc-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.fc-home-announcements__promo {
		padding: 1rem;
	}

	.fc-home-announcements__promo-head {
		gap: 0.7rem;
	}

	.fc-home-announcements__promo-title {
		font-size: 1.05rem;
	}

	.fc-home-announcements__news-head {
		align-items: flex-start;
		gap: 0.2rem;
		padding-bottom: 0.7rem;
		margin-bottom: 0.15rem;
	}

	.fc-home-announcements__news-item {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 0.75rem;
		padding: 0.75rem 0;
	}

	.fc-home-announcements__promo-button.fc-button {
		max-width: none;
	}

	.fc-home-announcements__news-thumb {
		height: 54px;
		border-radius: 4px;
	}

	.fc-home-announcements__news-title {
		font-size: 0.92rem;
		line-height: 1.25;
	}

	.fc-home-announcements__news-link {
		font-size: 0.75rem;
	}

	.fc-home-announcements__news-content h3 {
		margin-bottom: 0.25rem;
		font-size: 0.82rem;
		line-height: 1.35;
	}

	.fc-home-announcements__news-excerpt {
		margin-bottom: 0.35rem;
		font-size: 0.74rem;
		line-height: 1.45;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.fc-home-announcements__news-date {
		font-size: 0.7rem;
	}

	.fc-home-announcements__news-list.slick-initialized,
	.fc-home-announcements__news-list {
		overflow: visible;
	}

	.fc-home-announcements__news-list .slick-list,
	.fc-home-announcements__news-list .slick-track {
		height: auto !important;
	}

	.fc-stat-card {
		padding: 1rem 0.6rem;
		border-bottom: 1px solid #eee;
	}

	.fc-stat-card__number {
		font-size: 1.5rem;
	}

	.fc-stat-card__label {
		font-size: 0.75rem;
		line-height: 1.2;
		padding: 0 4px;
	}

	.fc-stat-card:nth-child(even)::after {
		display: none;
	}

	.fc-stat-card:nth-last-child(-n+2) {
		border-bottom: 0;
	}
}

/* --- Single Course Page (Premium Redesign) --- */

.fc-course-single {
	background-color: #f8fafc;
	padding-bottom: 5rem;
}

.fc-course-single .fc-page-hero--single {
	padding: 4rem 0 3.5rem;
	background: linear-gradient(135deg, #0d3356 0%, #1a4d7c 50%, #2c5e8b 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fc-course-single .fc-course-hero h1 {
	font-size: clamp(2.2rem, 5vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-bottom: 1.25rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fc-course-single .fc-course-hero__desc {
	font-size: 1.15rem;
	line-height: 1.6;
	opacity: 0.95;
	max-width: 800px;
	margin-bottom: 2.5rem;
}

/* --- Hero Meta Tiles Redesign --- */
body.single-khoa-hoc .fc-hero-meta-tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 3rem;
}

body.single-khoa-hoc .fc-tile-card {
	display: flex !important;
	flex-direction: column !important;
	background: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(8px) !important;
	border-radius: 24px !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	padding: 1.5rem 1.75rem !important;
	min-height: auto !important;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	position: relative !important;
	overflow: hidden;
}

body.single-khoa-hoc .fc-tile-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fbd38d;
	opacity: 0;
	transition: opacity 0.3s ease;
}

body.single-khoa-hoc .fc-tile-card:hover {
	transform: translateY(-8px) !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}

body.single-khoa-hoc .fc-tile-card:hover::before {
	opacity: 1;
}

body.single-khoa-hoc .fc-tile-card__top {
	display: flex !important;
	align-items: center !important;
	gap: 0.75rem !important;
	margin-bottom: 1rem !important;
}

body.single-khoa-hoc .fc-tile-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: rgba(251, 211, 141, 0.15);
	border-radius: 10px;
	color: #fbd38d;
	font-size: 1rem;
}

body.single-khoa-hoc .fc-tile-card__label {
	font-size: 0.78rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

body.single-khoa-hoc .fc-tile-card__data {
	font-size: 1.4rem !important;
	font-weight: 800 !important;
	color: #ffffff !important;
	line-height: 1.1 !important;
	margin-top: 0 !important;
}

/* --- Sidebar Enroll Card Redesign --- */
.fc-course-enroll-card {
	padding: 2rem;
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
	border: 1px solid rgba(226, 232, 240, 0.8);
}

.fc-course-enroll-card__intro h2 {
	font-size: 1.6rem !important;
	font-weight: 900 !important;
	color: #0f172a !important;
	margin-bottom: 0.5rem !important;
	text-align: center;
}

.fc-course-enroll-card__price {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 1.25rem;
	background: #f8fafc;
	border-radius: 20px;
	border: 1px dashed #cbd5e1;
}

.fc-course-enroll-card__price .label {
	font-size: 0.75rem;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.25rem;
}

.fc-course-enroll-card__price .value {
	font-size: 1.8rem;
	font-weight: 900;
	color: #ef4444;
	line-height: 1;
}

body.single-khoa-hoc .fc-premium-list.is-simplified {
	border: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: grid;
}

body.single-khoa-hoc .fc-premium-list.is-simplified .fc-premium-row {
	padding: 0.75rem 0;
	border-bottom: none !important;
	background: #f8fafc;
	border-radius: 12px;
}

body.single-khoa-hoc .fc-premium-list.is-simplified .fc-premium-row__icon-box {
	font-size: 1rem;
	color: #2f6fa3;
	margin-right: 5px;
}

body.single-khoa-hoc .fc-premium-list.is-simplified .fc-premium-row__text {
	font-size: 0.9rem;
	color: #475569;
	font-weight: 600;
	margin-right: 5px;
}

body.single-khoa-hoc .fc-premium-list.is-simplified .fc-premium-row__val {
	font-size: 0.95rem !important;
	color: #0f172a !important;
	font-weight: 700 !important;
}

/* --- Content Sections Spacing & Style --- */
.fc-content-section {
	margin-bottom: 4rem !important;
}

.fc-content-section .fc-section-heading {
	margin-bottom: 2rem !important;
}

.fc-prose {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #334155;
}

.fc-prose ul,
.fc-prose ol {
	margin-bottom: 1.5rem;
}

.fc-prose li {
	margin-bottom: 0.5rem;
}

/* Check list improvements */
.fc-check-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.fc-gallery-grid__item {
	margin-bottom: 0;
}

.fc-gallery-grid__item img {
	height: 100%;
	object-fit: cover;
}

.fc-check-list__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.25rem;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
}

.fc-check-list__item:hover {
	border-color: #0F4C81;
	transform: translateX(5px);
	box-shadow: 0 8px 20px rgba(15, 76, 129, 0.1);
}

.fc-check-list__item i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #dcfce7;
	color: #16a34a;
	border-radius: 50%;
	font-size: 0.85rem;
	flex-shrink: 0;
}

.fc-check-list__item span {
	font-weight: 700;
	color: #1e293b;
	font-size: 0.95rem;
}

/* Benefit Cards */
.fc-info-card {
	padding: 0;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
	overflow: hidden;
}

.fc-info-card:hover {
	border-color: #3b82f6;
	box-shadow: 0 15px 30px rgba(59, 130, 246, 0.1);
	transform: translateY(-3px);
}

.fc-info-card__content {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.5rem;
}

.fc-info-card__content i {
	font-size: 1.5rem;
	color: #3b82f6;
	margin-top: 0.1rem;
}

.fc-info-card p {
	margin: 0;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.5;
}

/* Documents Card */
.fc-documents-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.fc-documents-card .fc-prose ul {
	margin: 0;
	padding-left: 1.25rem;
}

.fc-documents-card .fc-prose li {
	margin-bottom: 0.75rem;
	color: #475569;
}

/* Steps Grid Redesign */
.fc-steps-grid {
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 1.5rem !important;
}

.fc-step-card {
	display: flex !important;
	flex-direction: column !important;
	position: relative !important;
	padding: 0 !important;
	border-radius: 24px !important;
	border: 1px solid #e2e8f0 !important;
	background: #fff !important;
	transition: all 0.3s ease !important;
	overflow: visible !important;
}

.fc-step-card:hover {
	border-color: #0F4C81 !important;
	box-shadow: 0 20px 40px rgba(15, 76, 129, 0.1) !important;
	transform: translateY(-5px);
}

.fc-step-card__header {
	height: 20px;
	position: relative;
	overflow: visible;
}

.fc-step-card__number {
	position: absolute !important;
	top: -20px !important;
	left: 1.5rem !important;
	width: 44px !important;
	height: 44px !important;
	background: linear-gradient(135deg, #0F4C81 0%, #2F6FA3 100%) !important;
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 1.3rem !important;
	border-radius: 14px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 8px 20px rgba(15, 76, 129, 0.3) !important;
	border: 4px solid #fff !important;
}

.fc-step-card__body {
	padding: 1.5rem !important;
}

.fc-step-card h3 {
	font-size: 1.15rem !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	margin-bottom: 0.6rem !important;
	text-align: left !important;
}

.fc-step-card p {
	font-size: 0.9rem !important;
	line-height: 1.55 !important;
	color: #64748b !important;
	margin: 0 !important;
	text-align: left !important;
}

/* Sidebar Quick Info Card */
.fc-course-sidebar__card {
	padding: 1.75rem !important;
	border-radius: 24px !important;
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.fc-course-sidebar__card h3 {
	font-size: 1.2rem !important;
	font-weight: 800 !important;
	margin-bottom: 1.25rem !important;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #f1f5f9;
}

.fc-contact-list li {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.85rem !important;
	margin-bottom: 1.2rem !important;
	font-size: 0.95rem !important;
	line-height: 1.5 !important;
}

.fc-contact-list li i {
	margin-top: 0.15rem;
	color: #0F4C81;
	width: 20px;
	text-align: center;
	font-size: 1.1rem;
}

.fc-contact-list li strong {
	color: #475569;
	font-weight: 700;
	min-width: 100px;
	flex-shrink: 0;
}

.fc-contact-list li span {
	color: #0f172a;
	font-weight: 600;
	flex: 1;
}

/* Responsive Fixes */
@media (max-width: 1000px) {
	.fc-check-list {
		grid-template-columns: 1fr;
	}

	.fc-steps-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 600px) {
	.fc-steps-grid {
		grid-template-columns: 1fr !important;
	}

	.fc-course-single .fc-course-hero h1 {
		font-size: 1.8rem;
	}

	body.single-khoa-hoc .fc-hero-meta-tiles {
		grid-template-columns: repeat(1, 1fr);
	}

	.fc-accordion__label {
		font-size: 1rem;
	}
}

/* Premium Sidebar Enroll Button */
.fc-btn-enroll-premium {
	background: linear-gradient(135deg, #0F4C81 0%, #2F6FA3 100%) !important;
	color: #fff !important;
	border: none !important;
	padding: 1rem 1.5rem !important;
	border-radius: 50px !important;
	font-size: 1.1rem !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	box-shadow: 0 12px 24px -6px rgba(15, 76, 129, 0.4) !important;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	margin: 0 !important;
}

.fc-btn-enroll-premium:hover {
	transform: translateY(-4px) scale(1.03) !important;
	box-shadow: 0 15px 30px -8px rgba(15, 76, 129, 0.6) !important;
	background: linear-gradient(135deg, #125996 0%, #3a8cd0 100%) !important;
}

.fc-btn-enroll-premium i {
	transition: transform 0.3s ease !important;
}

.fc-btn-enroll-premium:hover i {
	transform: translateX(6px) !important;
}

.home .fc-testimonial-card {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	min-height: 120px !important;
	padding: 0.65rem 0.95rem 0.7rem !important;
}

.home .fc-testimonial-card__body {
	flex: 1 1 auto !important;
	margin-bottom: 0 !important;
}

.home .fc-testimonial-card__head {
	margin-bottom: 0.5rem !important;
}

.home .fc-testimonial-card__author {
	display: flex !important;
	align-items: center !important;
	gap: 0.65rem !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-width: 0 !important;
}

.home .fc-testimonial-card__avatar {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	flex: 0 0 44px !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.home .fc-testimonial-card__info {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-width: 0 !important;
	flex: 1 1 auto !important;
	visibility: visible !important;
	opacity: 1 !important;
}