/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.mb-0>*:last-child,
.mb-0-style>*:nth-last-child(2) {
	margin-bottom: 0 !important;
}

.col:not(.gallery-col) {
	padding-bottom: 0 !important;
}

.row:not(.no-gap) {
	row-gap: 30px;
}

.row.gap-20 {
	row-gap: 20px;
}

.row:after {
	display: none !important;
}

.slider .flickity-slider>.col {
	padding-bottom: 0 !important;
}

.slick-slider .slick-arrow {
	opacity: 0;
}

.slider button.flickity-button[disabled] {
	opacity: 0 !important;
}

.slider .flickity-button,
.slick-slider .slick-arrow {
	margin: 0 !important;
	transform: unset;
	min-height: unset;
	width: 45px;
	height: 45px !important;
	bottom: unset;
	top: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: none;
	position: absolute;
	transform: translatey(-50%) !important;
	padding: 0 !important;
}

.slider:hover .flickity-prev-next-button {
	transform: translatey(-50%) !important;
}

.slider:hover .flickity-button,
.slick-slider:hover .slick-arrow {
	opacity: 1 !important;
}

.slider .flickity-button svg,
.slick-slider .slick-arrow svg {
	border: none;
	padding: 15px;
	background: #eee;
	color: var(--fs-color-primary);
}

.flickity-prev-next-button .arrow,
.slick-slider .slick-arrow .arrow {
	fill: currentcolor !important;
	transition: unset !important;
}

.slider .flickity-button.previous {
	left: 0;
	right: unset !important;
}

.slider .flickity-button.next {
	right: 0;
	left: unset !important;
}

.slick-slider .slick-arrow.slick-prev,
.slider.slider-nav-outside .flickity-button.previous {
	left: -55px;
}

.slick-slider .slick-arrow.slick-next,
.slider.slider-nav-outside .flickity-button.next {
	right: -55px;
}

.slider .flickity-prev-next-button:hover svg,
.slick-slider .slick-arrow:hover svg {
	background-color: var(--fs-color-primary) !important;
	color: #fff;
}

.slick-dots {
	margin: 0;
	display: flex;
	gap: 5px;
	list-style-type: none;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.slick-dots li {
	margin: 0 !important;
	width: 12px;
	height: 12px;
	background: #eee;
	border-radius: 50%;
}

.slick-dots li.slick-active {
	background: var(--fs-color-primary);
}

.slick-dots li button {
	display: none;
}

.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.slider-controls .slick-dots {
	margin: 0 20px;
	order: 2;
	border-radius: 50px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.19);
	background: #fff;
	padding: 8px 20px;
	column-gap: 6px;
}

.slider-controls .slick-arrow.slick-prev {
	order: 1;
}

.slider-controls .slick-arrow.slick-next {
	order: 3;
}

.slider-controls .slick-arrow {
	margin: 0;
	border: none;
	background: var(--fs-color-primary);
	border-radius: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.slider-controls .slick-arrow:hover {
	background: var(--fs-color-secondary);
}

.slider-controls .slick-arrow i {
	color: #fff;
	font-size: 13px;
}

.slider-controls .slick-dots li {
	transition: 0.5s all ease-in-out;
	display: inline-block;
	border: 2px solid;
	padding: 5px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	position: relative;
}

.slider-controls .slick-dots li:after {
	transition: 0.5s all ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	background: #e5fadc;
}

.slider-controls .slick-dots li.slick-active:after {
	background: var(--fs-color-primary);
}

.slider-controls .slick-dots li.slick-active {
	border-color: var(--fs-color-primary);
}

.slick-slider .slick-slide>div>.col {
	padding-bottom: 0 !important;
	flex-basis: 100% !important;
	max-width: 100% !important;
}

.row-full-width.slick-slider .slick-arrow.slick-prev {
	left: 6%;
}

.row-full-width.slick-slider .slick-arrow.slick-next {
	right: 6%;
}

.equal-height .slick-track {
	display: flex !important;
}

.equal-height .slick-slide {
	height: inherit !important;
}

.equal-height.slick-slider .slick-slide>div,
.equal-height.slick-slider .slick-slide>div>.col,
.equal-height.slick-slider .slick-slide>div>.col>.col-inner {
	height: 100%;
}

ol.flickity-page-dots {
	position: relative;
	margin: 20px 0 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
}

ol.flickity-page-dots li {
	border: none !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 2.5px !important;
	background-color: #dbdbdb !important;
	opacity: 1 !important;
}

ol.flickity-page-dots li.is-selected {
	background-color: var(--fs-color-primary) !important;
}

.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.slider-controls .slick-dots {
	margin: 0 20px;
	order: 2;
	border-radius: 50px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.19);
	background: #fff;
	padding: 8px 20px;
	column-gap: 6px;
}

.slider-controls .slick-arrow.slick-prev {
	order: 1;
}

.slider-controls .slick-arrow.slick-next {
	order: 3;
}

.slider-controls .slick-arrow {
	margin: 0;
	border: none;
	background: var(--fs-color-primary);
	border-radius: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.slider-controls .slick-arrow:hover {
	background: var(--fs-color-secondary);
}

.slider-controls .slick-arrow i {
	color: #fff;
	font-size: 13px;
}

.slider-controls .slick-dots li {
	transition: 0.5s all ease-in-out;
	display: inline-block;
	border: 2px solid;
	padding: 5px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	position: relative;
}

.slider-controls .slick-dots li:after {
	transition: 0.5s all ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	background: #e5fadc;
}

.slider-controls .slick-dots li.slick-active:after {
	background: var(--fs-color-primary);
}

.slider-controls .slick-dots li.slick-active {
	border-color: var(--fs-color-primary);
}

.subtext {
	color: #ffffff;
	background: #00B0FF;
	padding: 10px 22px;
	border-radius: 90px;
	max-width: max-content;
	font-size: clamp(16px, 3vw, 18px);
}

.heading-homepage img {
	margin-top: -20px;
}

a.button:not(.icon):not(.is-outline) {
	font-weight: 400;
	font-size: 16px;
	padding: 10px 25px;
	margin: 0;
	line-height: 1;
	border: none;
}

a.button i {
	margin-left: 4px !important;
}

i.icon-angle-right::before {
	content: "\f061";
	font-family: "Font Awesome 7 Free";
	font-weight: var(--fa-style, 900);
}

.icon-box-img img,
.icon-box-img svg {
	padding: 0
}

.finz-khoa-hoc {
	padding: 20px;
	border: solid 1px #DCE1F5;
	border-radius: 10px;
	background: #fff;
}

.hinh-anh-kh {
	position: relative;
}

.top-left-label {
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 8px 20px;
	border-radius: 99px;
	font-size: 12px;
	display: flex;
	align-items: center;
	background: #00B0FF;
}

.top-kg-raiting {
	margin-top: 15px;
	margin-bottom: 5px;
	display: inline-block;
}

.top-kg-raiting i {
	font-size: 13px;
	color: #FDB022;
}

.top-kg-raiting span {
	color: #555555;
	margin-left: 5px;
}

.thong-tin-kh {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #555555;
	border-bottom: solid 1px #DCE1F5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.thong-tin-kh i {
	color: var(--fs-color-primary);
}

.thong-tin-tg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
}

.thong-tin-tg .price-block .price {
	font-size: 18px;
	color: var(--fs-color-primary);
}

.finz-khoa-hoc h3 {
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.5;
	transition: all .2s ease-in-out;
}

.finz-khoa-hoc .hinh-anh-kh img {
	width: 100%;
}

.finz-khoa-hoc .top-left-label a {
	color: #fff;
}

.finz-khoa-hoc .block-play {
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	color: #00B0FF;
	line-height: 1;
}

.finz-khoa-hoc .tg {
	display: inline-flex;
	align-items: center;
}

.finz-khoa-hoc .tg img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 99px;
}

.finz-khoa-hoc:hover h3 {
	color: var(--fs-color-primary);
}

.hero-home .icon-box h3 {
	margin-bottom: 0;
}

span.count-up {
	opacity: 1 !important;
}

b,
strong {
	font-weight: inherit;
	font-weight: 600;
}

a.button.is-outline {
	border-width: 1px;
}

a.button.is-outline.style1 {
	border-bottom-width: 2px;
	box-shadow: 0px 3.68px 3.68px 0px #00000040;
}

.fw-700 {
	font-weight: 700 !important
}

a.button.white {
	color: #000 !important;
}

.hero-home h1 {
	font-size: clamp(28px, 5vw, 42px);
}

.hero-home .icon-box h3 {
	font-size: clamp(26px, 2.5vw, 32px);
}

.ss-title {
	margin-bottom: 40px !important;
}

.ss-title.has-decor {
	margin-bottom: 70px !important;
}

.ss-title.has-decor.mb-small {
	margin-bottom: 50px !important;
}

.sub-title+.ss-title {
	margin-top: 15px !important;
}

.ss-title h2 {
	font-size: clamp(24px, 2vw, 32px);
	margin-bottom: 0;
}

.ss-title h2+p {
	margin-top: 16px;
}

.ss-title.has-decor h2+p {
	margin-top: 45px;
	margin-bottom: 0
}

.ss-title.has-decor:has(p) {
	margin-bottom: 40px !important;
}

.ss-title.has-decor h2 {
	position: relative;
}

.ss-title.has-decor h2::after {
	content: '';
	background-image: url('/wp-content/uploads/2026/03/title-svg.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 100%;
	height: 30px;
	max-width: 216px;
}

.ss-title.has-decor.text-left h2::after {
	left: 0;
	transform: translate(0%, 50%);
}

.sub-title.icon-box {
	align-items: center;
	max-width: max-content;
}

.sub-title.icon-box .icon-box-text {
	padding-left: 12px;
}

.sub-title.icon-box .icon-box-text {
	color: var(--fs-color-primary);
	font-size: 16px;
}

.sub-title.icon-box .icon-box-text p {
	margin-bottom: 0;
}

.finz-box * {
	margin-bottom: 0
}

.finz-box *:last-child {
	display: inline-block;
	background: #14C88C0D;
	padding: 2px 10px;
	border-radius: 4px;
	margin-top: 8px;
	color: #00B0FF;
	font-size: 14.4px;
}

.finz-box *:first-child {
	font-weight: 500;
	font-size: 18px;
}

.icon-box.icon-box-left {
	align-items: center
}

.finz-flex {
	visibility: visible;
	animation-name: fadeInUp;
	display: flex;
	gap: 20px;
}

.finz-flex ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	position: relative;
}

.finz-flex ul::before {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2026/03/ab_line.svg-fill.png);
	left: 24px;
	top: 0;
	width: 12px;
	height: 217px;
	z-index: -1;
	background-size: cover;
}

.finz-flex li::before {
	content: "\f00c";
	font-family: "Font Awesome 7 Free";
	font-weight: var(--fa-style, 900);
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: rgba(20, 200, 140, 0.05);
	color: #00B0FF;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	font-size: 12px;
}

.finz-flex li {
	padding: 10px 15px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #dce1f5;
	color: #000;
	font-size: 14.4px;
	font-weight: 500;
	margin-left: 0px !important;
}

.dark,
.dark p,
.dark td {
	color: #fff;
}

.box-number .icon-box-text p:first-child {
	font-size: clamp(28px, 2.5vw, 35px);
	margin-bottom: 5px;
	line-height: 1.2;
}

.hv-dangxem {
	flex-direction: column-reverse;
	display: flex
}

.hv-dangxem .icon-box-img {
	margin: 0
}

.hv-dangxem .icon-box-text {
	display: flex;
	align-items: center;
}

.hv-dangxem .icon-box-text::before {
	font-size: 10px;
	color: #00B0FF;
	margin-right: 8px;
	content: "\f111";
	font-family: "Font Awesome 7 Free";
	font-weight: var(--fa-style, 900);
}

.text-button-intro>.col-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.video-button-wrapper {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #fFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.3s;
}

.intro-text {
	background: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	display: block;
	font-size: clamp(42px, 8vw, 100px);
	font-family: arial;
	text-align: left;
	font-weight: bold;
	-webkit-text-stroke: 2px hsl(0deg 0% 100% / 85%);
	line-height: 1.1;
}

.intro-text p {
	margin: 0;
}

.video-button-wrapper a.button {
	width: 60px;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	border: none;
}

.video-button-wrapper a.button i {
	font-size: 30px !important;
	color: #007BFF;
	margin: 0 !important;
}

.video-button-wrapper a.button i::before {
	content: "\f04b";
	font-family: "Font Awesome 7 Free";
	font-weight: var(--fa-style, 900);
}

.banner-gioi-thieu .banner-bg,
.banner-raiting .banner-bg {
	border-radius: 20px;
}

.banner-raiting .rating p {
	font-size: 50px;
	margin: 0;
	line-height: 1.2
}

.banner-raiting .icon-box p {
	font-size: 15px;
	margin-top: 5px;
}

.review-person {
	position: relative;
}

.review-person>.col-inner {
	background: #fff;
	padding: 30px 20px;
	border-radius: 16px;
	position: relative;
}

.review-person>.col-inner::before {
	content: '';
	position: absolute;
	bottom: 8px;
	right: 8px;
	background-image: url('/wp-content/uploads/2026/03/quote.png');
	width: 60px;
	height: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
}

.review-person .icon-box {
	display: flex;
	align-items: center;
}

.review-person .icon-box-img img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
}

.review-person .icon-box-text {
	text-align: left;
}

.review-person .icon-box-text h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}

.review-person .icon-box-text p {
	font-size: 16px;
	font-weight: 600;
	color: #00B0FF;
	margin: 0;
}

.review-person .text p {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px !important;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.review-person .star {
	width: 120px !important;
}

.review-person .img img {
	width: 100%;
	height: auto;
}

.post-item .box-text .box-text-inner .from_the_blog_excerpt,
.post-item .box-text .box-text-inner .post-title a,
aside.widget li .post-title span,
.post-sidebar .flatsome_recent_posts ul .recent-blog-posts-li .recent-blog-posts a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item .box-text .post-title a {
	-webkit-line-clamp: 2;
}

.post-item .box-text .from_the_blog_excerpt {
	-webkit-line-clamp: 3;
}

.post-item .box-image {
	border-radius: 12px;
	box-shadow: 0 0 6px #0003;
}

.post-item .box-text {
	padding: 15px 0 0;
}

.post-item .box-text .box-text-inner {
	display: flex;
	flex-direction: column;
}

.post-item .box-text .post-title {
	margin: 0 0 10px;
	order: 2;
}

.post-item .box-text .post-title a {
	margin: 0;
	line-height: 1.4;
	color: #212124 !important;
	font-size: 18px;
}

.post-item .box-text .post-meta {
	order: 1;
	font-size: 14px;
	margin-bottom: 5px;
	opacity: 1;
	position: relative;
	font-weight: 400;
	color: #868686;
}

.post-item .box-text .post-meta::before {
	content: "\f073";
	font-family: fontawesome;
	margin-right: 5px;
	color: currentcolor;
}

.post-item .box-text .from_the_blog_excerpt {
	order: 3;
	margin: 0;
	font-size: 16px;
}

.post-item:hover .box-text .post-title a {
	color: var(--fs-color-primary) !important;
}

.post-item:hover .box-image img {
	transform: scale(1.1);
}

.list-banner-cta h3 {
	font-size: clamp(20px, 2.2vw, 26px);
}

.list-banner-cta p {
	font-size: 15px;
}

.gallery-col .box-image {
	border-radius: 16px;
	overflow: hidden;
}

.row.pb-0 .gallery-col {
	padding-bottom: 0
}

.finz-speaker-card-wrapper {
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #dce1f5;
}

.heading-card-dg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 10px;
	gap: 10px;
}

.heading-card-dg img {
	width: 80px;
	border-radius: 50%;
}

.kinh-nghiem-dg,
.sl-khoa-hoc,
.sl-hoc-vien {
	text-align: center;
}

.info-dg {
	font-size: 14px;
}

.vl-info-dg {
	font-size: 17px;
	font-weight: 600;
}

.ten-dg {
	font-size: 17px !important;
}

.sub-ten-dg {
	font-size: 15px;
	color: gray;
	margin-top: -12px;
}

.mo-ta-dg {
	margin-top: 12px;
	font-size: 15px;
}

.ktcs {
	display: inline-block;
	white-space: nowrap;
	font-size: 13px;
	padding: 6px 10px;
	background: #00B0FF;
	border-radius: 6px;
	color: #fff;
	margin-right: 5px;
	margin-top: 10px;
	line-height: 1;
}

.social-dg svg {
	width: 28px;
	height: 28px;
}

.social-dg {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 16px;
	padding-bottom: 6px;
	padding-top: 10px;
	border-bottom: solid 1px #DCE1F5;
	border-top: solid 1px #DCE1F5;
}

.box-lh-dg {
	margin: 26px 0px 0px 0px;
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.tham-gia-group a {
	padding: 10px 16px;
	border-radius: 10px;
	color: #00B0FF;
	border: 2px solid #00B0FF;
}

.xct-dien-gia a {
	background-color: #00B0FF;
	border: 2px solid #00B0FF;
	color: #fff;
	padding: 10px 16px;
	border-radius: 10px;
}

/* ===== Widget ===== */
.flatsome_recent_posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flatsome_recent_posts .recent-blog-posts-li {
	margin-bottom: 20px;
	border: none;
}

.flatsome_recent_posts .recent-blog-posts {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 0
}

/* ===== Thumbnail ===== */
.flatsome_recent_posts .flex-col.mr-half {
	flex: 0 0 70px;
	width: 70px;
	margin-right: 0 !important;
}

.flatsome_recent_posts .badge.post-date {
	width: 70px;
	height: 70px;
	min-width: 70px;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
}

.flatsome_recent_posts .badge-inner {
	width: 100%;
	height: 100%;
	border: 0 !important;
	border-radius: 5px;
	background-size: cover !important;
	background-position: center !important;
}

/* Ẩn ngày */
.flatsome_recent_posts .badge-inner .post-date-day,
.flatsome_recent_posts .badge-inner .post-date-month {
	display: none;
}

/* ===== Nội dung ===== */
.flatsome_recent_posts .flex-grow {
	flex: 1;
	min-width: 0;
}

.flatsome_recent_posts .flex-grow>a {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
	margin-top: -2px;
	margin-bottom: 0
}

.flatsome_recent_posts .flex-grow>a:hover {
	color: var(--fs-color-primary);
}

/* Ẩn comments */
.flatsome_recent_posts .post_comments {
	display: none;
}

/* ===== Tiêu đề Widget ===== */
.flatsome_recent_posts .widget-title {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: none;
}

.flatsome_recent_posts .widget-title span {
	border: 0;
	padding: 0;
}

.flatsome_recent_posts .is-divider {
	width: 120px;
	max-width: 100%;
	height: 30px;
	margin: -10px 0 20px;
	background: url(/wp-content/uploads/2026/03/title-svg.svg) no-repeat left center;
	background-size: contain;
	border: 0;
}

/* SINGLE DIỄN GIẢ */
.about-col1 .img {
	min-height: 360px;
	position: relative
}

.about-col1 .img .img-inner {
	max-width: 280px;
	position: absolute;
	bottom: -15px;
	right: -70px;
	z-index: 2
}

.about-col2>.col-inner {
	backdrop-filter: blur(10px);
	box-shadow: 0px -10px 56px -37px #07B2FF inset;

}

.about-dg .content h3 {
	font-size: clamp(20px, 2vw, 24px);
}

.about-dg .content p {
	color: #848484;
}

.about-dg .icon-box .icon-box-img * {
	font-size: 0
}

/*  */
.module-khoa-hoc .fill {
	border-radius: 10px;
}

.title-video {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
}

.time-video i {
	color: #00B0FF;
}

.lab-mn i {
	color: #2ecc71;
}

.lab-mn .free-lab {
	color: #2ecc71;
}

.lab-mn .pro-lab {
	color: #f6bb3e;
}

.video-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.img-boder img {
	border-radius: 30px;
	border: solid 10px #fff;
}

.cot-hl-kh .col-inner {
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	border-radius: 10px;
}

.cot-hl-kh * {
	margin: 0
}

.module-khoa-hoc .video-button-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*  */

.single-khoa-hoc .content-area .section:not(.kh-hero) {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 850px) {
	.single-khoa-hoc .content-area .section:not(.kh-hero) {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* ============================================================
   Single Khóa Học — Hero Section (.kh-hero)
   ============================================================ */

/* Section padding */
.kh-hero {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Dark overlay trên background image */
.kh-hero__overlay {
	background-color: rgba(0, 0, 0, 0.448);
}

/* Tiêu đề khóa học */
.kh-hero__title h1 {
	font-size: clamp(24px, 4vw, 40px);
}

/* Ảnh giảng viên / khóa học bên phải */
.kh-hero__img {
	width: 100%;
}


/* ============================================================
   Single Khóa Học — Problems Section (.course-problems)
   ============================================================ */
.course-problems {
	background-color: #fafcff;
}

.course-problems .sub-title .icon-box-img {
	width: 40px;
}

.course-problems .about-col1>.col-inner {
	background-color: #f4f6f9;
	padding: 30px 30px 0 30px;
	border-radius: 10px;
}

.course-problems .about-col1 .img {
	width: 34%;
}

@media (min-width: 850px) {
	.course-problems .about-col1 .img {
		width: 100%;
	}
}

.course-problems .about-col2>.col-inner,
.course-problems .about-col3>.col-inner {
	background-color: #ffffff;
	padding: 40px 30px 30px 30px;
	border-radius: 10px;
}

@media (min-width: 850px) {

	.course-problems .about-col2>.col-inner,
	.course-problems .about-col3>.col-inner {
		padding: 40px 30px 40px 30px;
	}
}

.course-problems .about-col2 .is-border,
.course-problems .about-col3 .is-border {
	border: 1px solid #dce1f5;
	border-radius: 10px;
}

.course-problems .about-col2 .icon-box-img,
.course-problems .about-col3 .icon-box-img {
	width: 75px;
}


/* ============================================================
   Single Khóa Học — Solution Section (.course-solution)
   ============================================================ */
.course-solution__col>.col-inner {
	background-color: #f4f6f9;
	padding: 20px;
	border-radius: 10px;
}

.course-solution__col .icon-box {
	margin-bottom: 20px;
}

.course-solution__col .icon-box .icon-box-img {
	width: 40px;
}

.course-solution__col h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.course-solution__img {
	width: 100%;
}

.course-solution__col .icon-box p {
	font-weight: 600;
	color: #015822
}

.course-solution__col.problem .icon-box p {
	font-weight: 600;
	color: #f2626b
}


/* ============================================================
   Single Khóa Học — Curriculum Section (.course-curriculum)
   ============================================================ */
.course-curriculum {
	background-color: #f8f8fa;
}

.course-curriculum .sub-title .icon-box-img {
	width: 40px;
}

.course-curriculum .btn-register,
.btn-radius {
	border-radius: 99px;
}

.course-curriculum__col>.col-inner {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}

.course-curriculum__col .is-border {
	border: 1px solid #dce1f5;
	border-radius: 10px;
}

.module-khoa-hoc .box-image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background-color: #000;
}

.module-khoa-hoc .box-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.module-khoa-hoc .box-text {
	padding: 15px 0 0 0;
}

.module-khoa-hoc .title-video {
	font-size: clamp(15px, 1.2vw, 16px);
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.module-khoa-hoc .video-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: #777;
}

.module-khoa-hoc .video-info i {
	margin-right: 5px;
}

.module-khoa-hoc .video-info .free-lab {
	color: #00b0ff;
}


/* ============================================================
   Single Khóa Học — Instructor Section (.course-instructor)
   ============================================================ */
.course-instructor {
	background-color: #f1f3f9;
}

.course-instructor__img {
	width: 100%;
}

.course-instructor__highlights {
	margin-top: 30px;
}

@media (min-width: 850px) {
	.course-instructor__highlights {
		margin-top: 50px;
	}
}

.cot-hl-kh>.col-inner {
	background-color: #ffffff;
	padding: 16px;
	border-radius: 10px;
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.cot-hl-kh .icon-box-img {
	width: 60px;
	margin-bottom: 10px;
}

.cot-hl-kh .icon-box-text p:last-child {
	margin-bottom: 0;
}

.course-instructor__cta {
	padding-top: 30px;
}

@media (min-width: 850px) {
	.course-instructor__cta {
		padding-top: 40px;
	}
}


/* ============================================================
   Single Khóa Học — Pricing Section (.course-pricing)
   ============================================================ */
.course-pricing {
	padding-bottom: 140px !important;
}

.course-pricing__cards {
	margin-top: 25px;
}

.pricing-box {
	background-color: rgb(247, 250, 255);
	padding: 20px 20px 40px 20px;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.pricing-box--highlight .is-border {
	border-color: rgb(12, 158, 224);
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pricing-box__title {
	margin-bottom: 10px;
	color: #0c9ee0;
	font-size: 18px;
}

.pricing-box__subtitle {
	color: #4a5568;
}

.pricing-box .is-divider {
	max-width: 100%;
	height: 1px;
	margin: 15px 0;
	background-color: #e2e8f0;
}

.pricing-box__price {
	font-size: clamp(24px, 2vw, 32px);
	color: rgb(12, 158, 224);
	line-height: 1.2;
	margin-bottom: 25px;
}

.pricing-box__features {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	flex-grow: 1;
}

.pricing-box__features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
	color: #333333;
	margin-left: 0 !important;
}

.pricing-box__features li:last-child {
	margin-bottom: 0;
}

.pricing-box__features li i {
	color: #0c9ee0;
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 2px;
}

.nut-dang-ky-flat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #0c9ee0;
	color: #ffffff !important;
	padding: 10px 20px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-top: auto;
}

.nut-dang-ky-flat:hover {
	background-color: #0984ba;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.pricing-sidebar {
	background-color: rgb(219, 241, 250);
	padding: 20px 20px 10px 20px;
	border-radius: 10px;
	height: 100%;
}

.pricing-sidebar__img {
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-bottom: 15px;
}

.pricing-sidebar__content {
	line-height: 1.6;
	color: #2d3748;
}

.pricing-sidebar__content ul {
	padding-left: 0px;
	margin-bottom: 15px;
}

.pricing-sidebar__content li {
	margin-bottom: 10px;
}

/* ============================================================
   Single Khóa Học — Testimonials Section (.course-testimonials)
   ============================================================ */
.course-testimonials {
	background-color: rgb(241, 243, 249);
}


.course-testimonials__highlights {
	background-color: rgb(246, 252, 255);
	padding: 30px 20px;
	border-radius: 10px;
	margin-top: -140px;
}

@media (min-width: 850px) {
	.course-testimonials__highlights {
		margin-top: -150px;
	}
}

.course-testimonials__hl-icon {
	width: 80px;
	margin: 0 auto 10px;
}

.course-testimonials__hl-text {
	font-size: 16px;
	color: #00b0ff;
}

.course-testimonials__main {
	margin-top: 40px;
}

.course-testimonials__author-col .col-inner {
	padding: 0;
}

@media (min-width: 850px) {
	.course-testimonials__author-col .col-inner {
		padding-right: 30px;
	}
}

.course-testimonials__author-img {
	width: 100%;
}

.course-testimonials .review-person .col-inner {
	background-color: #ffffff;
	padding: 25px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.course-testimonials__avt {
	width: 70px;
}

.course-testimonials__avt .icon-inner {
	border-radius: 50%;
	overflow: hidden;
}

/* ============================================================
   Single Khóa Học — FAQ Section (.course-faq)
   ============================================================ */

.course-faq__img {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
}

.course-faq .accordion-title {
	font-weight: 500;
	font-size: 18px;
}

@media (max-width: 849px) {
	.block-btn>.col-inner a {
		margin-right: 0 !important;
	}

	.block-btn>.col-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.finz-box *:first-child {
		font-size: 16px;
	}

	.list-box-icon .icon-box .icon-box-img {
		width: 60px !important;
	}

	.list-box-icon>.col>.col-inner {
		display: flex;
	}

	.intro-text {
		-webkit-text-stroke: 1px hsl(0deg 0% 100% / 85%);
	}

	.icon-box.box-number {
		flex-direction: column;
		justify-content: center;
	}

	.icon-box.box-number .icon-box-text {
		padding-left: 0;
		margin-top: 15px;
		text-align: center;
	}

	.ss-title h2 br {
		display: none !important;
	}

	.kh-hero .col .img {
		text-align: center;
	}

	.kh-hero .col .img img {
		max-width: 549px;
	}

	.course-problems .about-col1 .img {
		display: none;
	}

	.course-problems .about-col1>.col-inner {
		padding: 30px 30px 15px 30px;
	}
}

@media (max-width: 549px) {
	.col-inner.text-right {
		text-align: left;
	}

	.mb-bd-none .is-border {
		display: none !important;
	}

	.course-faq .accordion-title {
		font-size: 16px;
	}
}