h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.spad {
	padding-top: 20px;
	padding-bottom: 50px;
}

.section-title {
	margin-bottom: 5px;
}

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Left header
-----------------------*/
.padding-12 {
	padding: 15px 12px 0 12px;
}

.top-header {
	padding: 30px 0;
}

.top-header>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.top-header a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
}

/* Logo + text */
.top-header a:first-child {
	flex: 0 1 auto;
	overflow: hidden;
	/* QUAN TRỌNG */
}

.top-header a:first-child>div:first-child {
	position: relative;
	flex-shrink: 0;
}

.top-header a:first-child img {
	width: 60px;
	height: 60px;
	margin-right: 12px;
}

.top-header a:first-child>div:last-child {
	min-width: 0;
	/* QUAN TRỌNG: cho phép thu nhỏ */
}

.top-header a:first-child div h5 {
	color: #056ee1;
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top-header a:first-child div p {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.border_logo {
	width: 60px;
	height: 10px;
	background: linear-gradient(to right, #f97316, #fb923c, #f472b6);
	z-index: 1;
	position: absolute;
	bottom: 2px;
	border-radius: 5px;
}

/* Phone */
.content-header {
	display: flex;
}

a.phone-box {
	margin: 0 50px;
}

.top-header .phone-box {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	/* KHÔNG cho thu nhỏ */
}

.top-header .phone-box img {
	width: 45px;
	height: 45px;
}

.top-header .phone-box div {
	display: flex;
	flex-direction: column;
}

.top-header .phone-box b {
	font-size: 18px;
	color: #cf0000;
	white-space: nowrap;
}

/* Auth actions */
.auth-actions {
	display: flex;
	gap: 15px;
	flex-shrink: 0;
	/* KHÔNG cho thu nhỏ */
	height: 40px;
}

.content-header {
	display: flex;
	align-items: center;
}

.login-box {
	background-color: #056ee1;
	padding: 8px 12px;
	border-radius: 5px;
}

.login-box>span {
	color: white;
}

.auth-actions a:last-child {
	padding: 8px 20px;
	background-color: #056ee1;
	border-radius: 5px;
}

.auth-actions a:last-child span {
	color: white;
}

/* Responsive cho mobile - CHỈ thu nhỏ, KHÔNG thay đổi layout */
@media (max-width: 768px) {
	.logo_header {
		display: block;
		width: 100%;
	}

	.border_logo {
		width: 45px;
	}

	.top-header a:first-child {
		flex: 0 1 auto;
		justify-content: space-around;
		overflow: hidden;
	}

	.logo_header>div>img {
		width: 30px;
	}

	.top-header a:first-child img {
		width: 40px;
		height: 40px;
		margin-inline: auto;
		margin-left: 3px;
	}

	.address_header span {
		display: none;
	}

	.content-header {
		width: 100%;
		margin-top: 15px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.content-header a {
		margin: 0;
	}

	.phone-box {
		justify-content: space-around;
	}

	.contact {
		margin: 0 !important;
		width: 35px !important;
		height: auto !important;
	}

	.login-box>span {
		font-size: 12px;
	}

	.auth-actions a:last-child span {
		font-size: 12px;
	}

	.top-header .phone-box b {
		font-size: 14px;
	}

	.text-success {
		font-size: 12px;
	}

	.footer-info,
	.footer-connect,
	.footer-map {
		margin: 0 !important;
	}
}

/* Phụ lục */
nav.container-appendix {
	background-color: white;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	display: flex;
	align-items: end;
}

.item-appendix::after {
	content: "|";
	margin-left: 6px;
	color: #b5b5b5;
}

.item-appendix:last-child::after {
	content: "";
}

.appendix {
	display: flex;
	align-items: center;
	list-style: none;
}

.item-appendix {
	margin: 0px 2px;

}

.item-appendix a:hover {
	color: black;
}

.item-appendix a {
	color: red;
	padding: 0 5px;
	font-weight: bold;

}

@media (max-width: 768px) {
	nav.container-appendix {
		height: auto;
		padding: 5px 0;
	}

	.appendix {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0;
		margin: 0;
	}

	.item-appendix a {
		display: inline;
		text-align: center;
		font-size: 13px;
		border-radius: 4px;
		background-color: white;
		white-space: normal;
		color: black;
	}

	.item-appendix::after {
		content: "|";
		margin-left: 6px;
		color: #b5b5b5;
	}

	.item-appendix:last-child::after {
		content: "";
	}
}


/* 4, 5 */
.layout-wrapper {
	display: flex;
	max-width: 1300px;
	gap: 25px;
	padding: 20px;
	background: #f6f6f6;
	flex-wrap: wrap;
	margin: 30px auto;

}

.sidebar-box {
	width: 260px;
	flex-shrink: 0;
}

.sidebar-heading {
	font-size: 18px;
	font-weight: bold;
	color: #056ee1;
}

.sidebar-space {
	margin-top: 25px;
}

.category-box {
	list-style: none;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.category-item {
	margin-bottom: 8px;
	font-size: 14px;
}

.category-item a {
	text-decoration: none;
	color: #333;
}

.highlight-item {
	display: block;
	padding: 12px;
	background: #fff7e6;
	border-left: 5px solid #ffc000;
	border-radius: 6px;
	margin-bottom: 10px;
}

.main-box {
	flex: 1;
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.main-title {
	font-size: 22px;
	color: #2a2079;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.course-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.course-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: inherit;
	border: 2px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(45deg,
			red,
			orange,
			yellow,
			green,
			blue,
			indigo,
			violet);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.course-img-wrapper {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-radius: 5px;
}

.course-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-name {
	margin: 10px 0 5px;
	font-size: 20px;
}

.course-price {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.course-price .course-new-price {
	font-weight: bold;
	color: #4d90fc;
	font-size: 18px;
}

.course-price .old-price {
	text-decoration: line-through;
	color: #85a8fa;
	font-size: 18px;
}

/* PAGINATION */
.course-pagination {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.course-pagination button {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: none;
	background: #056ee1;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.course-dots {
	display: flex;
	gap: 8px;
}

.course-dot {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.course-dot.active {
	background: #056ee1;
}

@media (max-width: 1024px) {
	.course-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.layout-wrapper {
		flex-direction: column;
	}

	.sidebar-box {
		width: 100%;
	}

	.course-grid {
		grid-template-columns: 1fr;
	}

}

/* 7 */
.combo-container {
	max-width: 1800px;
	margin: 0 auto;
	padding: 30px;
	font-family: Arial, sans-serif;
	background-color: #f7f8fa;
	border-radius: 8px;
}

.combo-intro {
	text-align: center;
	margin-bottom: 30px;
}

.combo-intro h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.combo-intro p {
	font-size: 16px;
	color: #333;
}

.combo-cards {
	display: flex;
	flex-wrap: nowrap;
	gap: 15px;
	justify-content: space-between;
}

.combo-card {
	flex: 1 1 calc(16.66% - 12px);
	border: 1px solid #ddd;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 380px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

.combo-card:hover .combo-title {
	color: rgb(49, 65, 180);
}

.combo-card h4 {
	width: 100%;
	background-color: #056ee1;
	padding: 10px;
	color: white;
	text-align: center;
}

.combo-title {
	max-height: 50px;
	height: 45px;
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	color: #056ee1;
}

.combo-list {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	padding: 15px;
}

.combo-list li {
	margin-bottom: 5px;
}

.btn-register {
	display: inline-block;
	padding: 8px 10px;
	background-color: green;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	margin-top: auto;
}

.combo-bottom {
	text-align: center;
	margin-top: 20px;
}

.btn-view-more {
	display: inline-block;
	padding: 10px 20px;
	background-color: #056ee1;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
}

/* Mobile styles */
@media (max-width: 767px) {
	.combo-container {
		padding: 20px 15px;
	}

	.combo-intro {
		margin-bottom: 20px;
	}

	.combo-intro h2 {
		font-size: 1.5rem;
		margin-bottom: 8px;
	}

	.combo-intro p {
		font-size: 0.95rem;
		line-height: 1.4;
	}

	.combo-cards {
		flex-direction: column;
		gap: 20px;
	}

	.combo-card {
		flex: 1 1 100%;
		min-height: auto;
		padding: 15px;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}

	.combo-title {
		font-size: 1.1rem;
		height: auto;
		min-height: 45px;
		padding: 10px 5px;
		margin-bottom: 8px;
	}

	.combo-card h4 {
		font-size: 1.3rem;
		padding: 12px;
		margin: 10px 0;
	}

	.combo-list {
		font-size: 0.9rem;
		line-height: 1.4;
		padding: 0 10px 10px 10px;
	}

	.combo-list li {
		margin-bottom: 8px;
		padding-left: 15px;
		position: relative;
	}

	.combo-list li:before {
		content: "•";
		color: #056ee1;
		font-weight: bold;
		position: absolute;
		left: 0;
	}

	.btn-register {
		padding: 12px 15px;
		font-size: 1rem;
		border-radius: 6px;
		margin-top: 15px;
	}

	.combo-bottom {
		margin-top: 25px;
	}

	.btn-view-more {
		padding: 12px 30px;
		font-size: 1rem;
		width: 100%;
		max-width: 200px;
	}
}

/* Extra small devices (phones under 480px) */
@media (max-width: 479px) {
	.combo-container {
		padding: 15px 10px;
	}

	.combo-intro h2 {
		font-size: 1.3rem;
	}

	.combo-intro p {
		font-size: 0.9rem;
	}

	.combo-cards {
		gap: 15px;
	}

	.combo-card {
		padding: 12px;
	}

	.combo-title {
		font-size: 1rem;
		padding: 8px 5px;
	}

	.combo-card h4 {
		font-size: 1.2rem;
		padding: 10px;
	}

	.combo-list {
		font-size: 0.85rem;
	}

	.combo-list li {
		margin-bottom: 6px;
	}

	.btn-register {
		padding: 10px 12px;
		font-size: 0.95rem;
	}

	.btn-view-more {
		padding: 10px 25px;
		font-size: 0.95rem;
	}
}

/* Tablet styles (tùy chọn, nếu muốn responsive từng bước) */
@media (min-width: 768px) and (max-width: 1024px) {
	.combo-cards {
		flex-wrap: wrap;
	}

	.combo-card {
		flex: 1 1 calc(50% - 10px);
		min-height: 400px;
	}

	.combo-container {
		padding: 25px 20px;
	}
}

/* 9 */

/* 11 */

.video-wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}


.video-section {
	background: #4a99ff;
	padding: 20px;
	border-radius: 12px;
	color: #fff;
	font-family: Arial, sans-serif;
}

.video-section h3 {
	color: white;
}

.container-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 25px;
	margin-top: 15px;
}

.video-left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.video-left .date {
	padding: 10px 0;
}

.video-left div h5 {
	color: white;
}

.video-left div p {
	color: white;
}

.big-video {
	width: 400px;
	height: 250px;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 15px;
	justify-content: center;
	align-items: center;
}

.big-video iframe {
	width: 100%;
	height: 100%;
	border: none;
}


.video-list {
	max-height: 350px;
	overflow-y: auto;
	padding-right: 10px;
}

/* Video nhỏ */
.small-video {
	display: flex;
	margin-bottom: 12px;
	position: relative;
	gap: 12px;
	cursor: pointer;
	padding: 8px;
	border-radius: 8px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.04);
}

.small-video:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.15);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.small-video.active-video {
	background: rgba(5, 110, 225, 0.15) !important;
	border-color: rgba(5, 110, 225, 0.4) !important;
}

.small-video iframe {
	width: 120px;
	height: 75px;
	border-radius: 6px;
	object-fit: cover;
	pointer-events: none; /* Crucial so that click propagates to parent .small-video container */
}

.small-video .info p {
	color: white;
	margin: 0 0 4px 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.small-video .info span {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.6);
}

.play-btn.small {
	width: 30px;
	height: 30px;
	left: 53px;
	top: 30px;
	position: absolute;
	background: no-repeat center/cover;
	pointer-events: none;
}

/* ===============================
   RESPONSIVE MÀN HÌNH DƯỚI 1024px
   =============================== */
@media (max-width: 1024px) {
	.video-wrapper {
		width: 100%;
		padding: 20px;
	}

	.container-content {
		grid-template-columns: 1.5fr 1fr;
		gap: 15px;
	}

	.video-left {
		grid-template-columns: 1fr;
	}

	.big-video {
		width: 100%;
		height: 260px;
	}
}

/* ===============================
   RESPONSIVE MOBILE DƯỚI 768px
   =============================== */
@media (max-width: 768px) {

	.video-wrapper {
		width: 100%;
		padding: 15px;
	}

	.container-content {
		grid-template-columns: 1fr;
	}

	.video-left {
		grid-template-columns: 1fr;
	}

	.big-video {
		width: 100%;
		height: 220px;
	}

	.video-right {
		margin-top: 20px;
	}

	.video-list {
		max-height: none;
		padding-right: 0;
	}

	.small-video {
		gap: 10px;
	}
}

/* ===============================
   MOBILE RẤT NHỎ DƯỚI 480px
   =============================== */
@media (max-width: 480px) {

	.video-section {
		padding: 15px;
	}

	.video-section h3 {
		font-size: 18px;
	}

	.video-left h5 {
		font-size: 14px;
	}

	.video-left p {
		font-size: 13px;
	}

	.big-video {
		height: 200px;
	}

	.small-video iframe {
		width: 100px;
		height: 65px;
	}

	.small-video .info p {
		font-size: 13px;
	}

	.small-video .info span {
		font-size: 12px;
	}
}

/* 13 */
.footer {
	background: #0b0f19; /* Sleek, premium dark slate-charcoal background */
	padding: 60px 20px 20px 20px;
	font-family: 'Inter', Arial, sans-serif;
	color: #cbd5e1;
	border-top: 4px solid #056ee1; /* Vibrant blue top border accent */
	position: relative;
	overflow: hidden;
}

/* Subtle elegant glow in the corner of the footer background */
.footer::before {
	content: '';
	position: absolute;
	top: -150px;
	right: -150px;
	width: 350px;
	height: 350px;
	background: radial-gradient(circle, rgba(5, 110, 225, 0.12) 0%, rgba(5, 110, 225, 0) 70%);
	border-radius: 50%;
	pointer-events: none;
}

.footer-container {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.footer-info,
.footer-connect,
.footer-map {
	flex: 1 1 30%;
	margin-bottom: 20px;
	color: #cbd5e1;
}

.footer-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-bottom: 20px;
	color: #ffffff;
	position: relative;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.footer-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #056ee1; /* Accent underline */
	border-radius: 2px;
	transition: width 0.3s ease;
}

.footer-info:hover .footer-title::after,
.footer-map:hover .footer-title::after {
	width: 60px;
}

.section-footer .footer-subtitle {
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0 6px 0;
	color: #38bdf8; /* Soft electric blue */
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-text {
	font-size: 14px;
	line-height: 1.6;
	color: #cbd5e1;
}

.footer-list {
	list-style: none;
	padding-left: 0;
	font-size: 14px;
	line-height: 1.6;
}

.footer-list a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

.footer-list li {
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 6px 0;
	margin: 4px 0;
	transition: transform 0.2s ease;
}

.footer-list a:hover li {
	transform: translateX(6px);
}

.footer-list li p {
	display: inline-block;
	color: #94a3b8;
	margin: 0;
	transition: color 0.3s ease;
}

.footer-list a:hover li p {
	color: #ffffff;
}

.footer-list li span {
	display: inline-block;
	color: #38bdf8;
	margin-right: 10px;
	font-size: 22px;
	transition: all 0.3s ease;
}

.footer-list a:hover li span {
	color: #ffffff;
	text-shadow: 0 0 10px rgba(56, 189, 248, 0.8);
}

.footer-connect .footer-title {
	margin: 25px 0 15px 0;
}

.footer-icons {
	display: flex;
	gap: 12px;
	margin-top: 15px;
}

.footer-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50% !important; /* Premium circular style */
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.footer-icons a img {
	transition: transform 0.3s ease;
}

.footer-icons a:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.footer-icons a:hover img {
	transform: scale(1.15);
}

/* Specific glowing backgrounds for brand identity icons */
.footer-icons a.youtube:hover { background: #ff0000 !important; border-color: #ff4d4d !important; box-shadow: 0 0 15px rgba(255, 0, 0, 0.5); }
.footer-icons a.facebook:hover { background: #1877f2 !important; border-color: #4f9dfc !important; box-shadow: 0 0 15px rgba(24, 119, 242, 0.5); }
.footer-icons a.zalo:hover { background: #0068ff !important; border-color: #3fa2ff !important; box-shadow: 0 0 15px rgba(0, 104, 255, 0.5); }
.footer-icons a.tiktok:hover { background: #010101 !important; border-color: #ff0050 !important; box-shadow: 0 0 15px rgba(255, 255, 255, 0.2); }
.footer-icons a.maps:hover { background: #0f9d58 !important; border-color: #34a853 !important; box-shadow: 0 0 15px rgba(15, 157, 88, 0.5); }

/* Make the black TikTok icon white on dark background */
.footer-icons a.tiktok img {
	filter: brightness(0) invert(1) !important;
}

/* Premium Styling for Selector dropdown */
.website-links-selector select {
	cursor: pointer;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
	padding: 10px 14px !important;
	border-radius: 8px !important;
	transition: all 0.3s ease;
	outline: none;
	width: 100%;
}
.website-links-selector select option {
	background-color: #0b0f19 !important;
	color: #cbd5e1 !important;
}

.website-links-selector select:hover,
.website-links-selector select:focus {
	border-color: #056ee1 !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
	box-shadow: 0 0 10px rgba(5, 110, 225, 0.3);
}

.map-container {
	width: 100%;
	max-width: 650px;
	height: 320px;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 25px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}

.map-container:hover {
	border-color: rgba(56, 189, 248, 0.3);
	box-shadow: 0 12px 30px rgba(5, 110, 225, 0.15);
}

.footer-map {
	margin: 0;
}

.footer-map .footer-title {
	margin-bottom: 20px;
}

/* Premium Copyright Styling - Fully transparent background and seamless flow */
.footer .copyright {
	background: transparent !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	padding: 30px 0 !important;
	text-align: center !important;
	font-size: 13px !important;
	font-family: 'Inter', sans-serif !important;
	margin-top: 40px !important;
}

.footer .copyright p {
	margin: 0 !important;
	color: #94a3b8 !important;
	letter-spacing: 0.6px !important;
	line-height: 1.8 !important;
}

.footer .copyright .brand-name {
	color: #ffffff !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	transition: all 0.3s ease !important;
	display: inline-block !important;
}

.footer .copyright .brand-name:hover {
	color: #38bdf8 !important;
	text-shadow: 0 0 12px rgba(56, 189, 248, 0.5) !important;
	transform: scale(1.02);
}

.footer .copyright .bullet {
	color: #38bdf8 !important;
	margin: 0 10px !important;
	font-weight: bold !important;
}

.footer .copyright a.ict-link {
	color: #38bdf8 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
	border-bottom: 1px dashed rgba(56, 189, 248, 0.4) !important;
	padding-bottom: 2px !important;
	display: inline-block !important;
}

.footer .copyright a.ict-link:hover {
	color: #ffffff !important;
	border-bottom-color: #ffffff !important;
	text-shadow: 0 0 8px rgba(56, 189, 248, 0.6) !important;
	transform: translateY(-1px) !important;
}

/* shool */
.shoole {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px;
	gap: 50px;
}

div.container-shoole {
	max-width: 550px;
}

.container-shoole h5 {
	font-weight: bold;
	text-align: center;
}

.container-shoole p {
	color: #333;
}

.container-shoole p:first-of-type {
	padding: 5px 0;
}

.container-shoole h6 {
	font-weight: bold;
}

.container-shoole h6:first-of-type {
	color: #009dff;
	padding: 10px 0;
}

.container-shoole ul {
	list-style: none;
}

.container-shoole ul li {
	padding: 3px 0;
}

.video-shoole {
	width: 550px;
}

.video-shoole iframe {
	width: 100%;
	height: 315px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

/* Mobile styles */
@media (max-width: 767px) {
	.shoole {
		flex-direction: column;
		margin: 20px 15px;
		gap: 30px;
	}

	div.container-shoole {
		max-width: 100%;
		width: 100%;
	}

	.container-shoole h5 {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	.container-shoole p {
		font-size: 0.95rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.container-shoole h6 {
		font-size: 1rem;
		margin-top: 15px;
	}

	.container-shoole h6:first-of-type {
		padding: 0;
	}

	.container-shoole ul {
		padding-left: 0;
		margin-top: 10px;
	}

	.container-shoole ul li a {
		word-break: break-word;
		display: inline-block;
	}

	.video-shoole {
		width: 100%;
		max-width: 100%;
	}

	.video-shoole iframe {
		height: 250px;
		border-radius: 8px;
	}
}

/* Extra small devices (phones under 480px) */
@media (max-width: 479px) {
	.shoole {
		margin: 15px 10px;
		gap: 25px;
	}

	.container-shoole h5 {
		font-size: 1.3rem;
	}

	.container-shoole p,
	.container-shoole ul li {
		font-size: 0.9rem;
	}

	.container-shoole h6 {
		font-size: 0.95rem;
	}

	.video-shoole iframe {
		height: 200px;
	}
}

/* =====================================================
   RESPONSIVE DƯỚI 1024px (tablet)
   ===================================================== */
@media (max-width: 1024px) {
	.footer-container {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.footer-map {
		margin: 0;
	}

	.map-container {
		max-width: 100%;
		height: 300px;
	}
}

/* =====================================================
   RESPONSIVE DƯỚI 768px (mobile lớn)
   ===================================================== */
@media (max-width: 768px) {
	.footer-container {
		grid-template-columns: 1fr;
	}

	.footer {
		padding: 20px 15px;
	}

	.footer-title {
		font-size: 18px;
	}

	.footer-subtitle {
		font-size: 15px;
	}

	.footer-icons {
		justify-content: flex-start;
		gap: 15px;
	}

	.footer-list li span {
		display: inline;
	}

	.footer-map {
		margin-left: 0;
		margin-top: 10px;
	}

	div.section-title {
		text-align: center;
	}

	.map-container {
		height: 260px;
	}
}

/* =====================================================
   RESPONSIVE DƯỚI 480px (mobile nhỏ)
   ===================================================== */
@media (max-width: 480px) {
	.footer-title {
		font-size: 16px;
	}

	div.section-title {
		text-align: center;
	}

	.footer-subtitle {
		font-size: 14px;
	}

	.footer-text,
	.footer-list li {
		font-size: 13px;
	}

	.footer-icons img {
		width: 28px;
		height: 28px;
	}

	.map-container {
		height: 220px;
	}
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: #f6783a;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*
	Hero Section
-----------------------*/

.hs-item {
	min-height: 760px;
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	z-index: 2;
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hs-item .hs-text {
		display: none;

	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.hs-item .hs-text {
		display: none;

	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hs-item .hs-text {
		display: none;
	}
}

.hs-item .hs-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #f6783a;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 25px;
	position: relative;
	left: 150px;
	opacity: 0;
	text-transform: uppercase;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	left: 150px;
	opacity: 0;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	left: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}

/*---------------------
	Counter Section
-----------------------*/

.counter-section {
	background: #020031;
	padding: 40px 0;
}

.counter-section .big-icon {
	display: block;
	float: left;
	width: 71px;
	height: 71px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 15px;
}

.counter-section .big-icon i {
	font-size: 30px;
	color: #f6783a;
}

.counter-section .counter {
	padding-left: 40px;
}

.counter-section .counter .counter-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

.counter-content {
	padding-left: 90px;
}

.counter-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

.counter-content p {
	text-transform: uppercase;
	color: #fff;
}

.counter-content p i {
	color: #f6783a;
	margin-right: 10px;
}

/*---------------------
	Service Section
-----------------------*/

.services {
	margin-bottom: -50px;
}

.service-item {
	margin-bottom: 50px;
}

.service-item .service-icon {
	width: 45px;
	float: left;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-left: 75px;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
	font-weight: 400;
}

/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 20px;
}

.enroll-list-item {
	padding-left: 70px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background: #f6783a;
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}

.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #6c6e70;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}

/*---------------------
	Courses Section
-----------------------*/



/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	background: #f7f7f7;
	padding: 50px 0;
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}

.newsletter-section .newsletter input {
	width: 100%;
	font-size: 14px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px 50px 50px 0px;
	min-width: 150px;
}

/*---------------------
	Footer Section
-----------------------*/


/*---------------------
	Other Pages
----------------------
======================*/

.site-breadcrumb {
	padding: 20px 0;
	color: #b7b7b7;
	font-size: 18px;
}

.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #f6783a;
	border-color: #f6783a;
	color: #fff;
}

/*---------------------
	About page
-----------------------*/

.about-text h5 {
	font-weight: 400;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #f6783a;
}


.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #f6783a;
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #f6783a;
}

/*---------------------
	Blog Page
-----------------------*/

.post-item {
	margin-bottom: 60px;
}

.post-item .post-thumb {
	height: 320px;
	margin-bottom: 40px;
}

.post-item .post-thumb-full {
	margin-bottom: 40px;
}

.post-item .post-content h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 14px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color: #f6783a;
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.post-item .tag i {
	color: #f6783a;
	margin-right: 5px;
}

.post-item .post-author {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 5px;
	display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #f6783a;
	background: #f6783a;
	color: #fff;
}

.comment-form-warp {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 150px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
	margin-bottom: 50px;
}

.widget {
	margin-bottom: 55px;
	margin-left: -19px;
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color: #f6783a;
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color: #f6783a;
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid #f6783a;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
}

.post-item.post-details p {
	margin-bottom: 15px;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid #f6783a;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}

/*---------------------
	Contact page
-----------------------*/

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 400px;
	height: 100%;
	background: rgba(2, 0, 49, 0.8);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/*------------------
	Responsive
---------------------*/

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-section .counter {
		padding-left: 20px;
	}

	.counter-section .counter .counter-item {
		min-width: 80px;
	}

	.counter-section .counter .counter-item h4 {
		font-size: 35px;
	}

	.widget {
		margin-left: 0;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.hs-item {
		height: auto;
		min-height: auto;
		padding: 140px 0;
	}

	.counter-section .counter {
		padding-top: 15px;
		padding-left: 0;
	}

	.counter-section .counter .counter-item {
		min-width: 70px;
	}

	.counter-section .counter .counter-item h4 {
		font-size: 27px;
	}

	.footer-widget {
		margin-bottom: 40px;
	}

	.testimonial-slider .owl-nav {
		left: -16px;
	}

	.member {
		margin-bottom: 40px;
	}

	.sidebar {
		padding-top: 80px;
	}

	.widget {
		margin-left: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {



	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}

	.hs-item .hs-title {
		font-size: 40px;
	}

	.counter-section .counter {
		float: none;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}

	.fact {
		text-align: left;
		margin-bottom: 15px;
	}

	.footer-widget {
		margin-bottom: 40px;
	}


	.sidebar {
		padding-top: 80px;
	}

	.widget {
		margin-left: 0;
	}

	.map-section {
		height: auto;
	}

	.contact-info-warp {
		position: relative;
		height: auto;
		display: block;
		width: 100%;
		padding-bottom: 70px;
	}

	.map-section .map {
		height: 300px;
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hs-item .hs-title {
		font-size: 27px;
	}

	.counter-section .counter .counter-item {
		min-width: 65px;
	}

	.counter-section .counter .counter-item h4 {
		font-size: 25px;
	}

	.course-item .course-info {
		margin: 0;
	}

	.blog-item .blog-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}

	.blog-item .blog-content {
		padding-left: 0;
	}

	.newsletter-section .newsletter {
		text-align: center;
	}

	.newsletter-section .newsletter input {
		padding-right: 30px;
		margin-bottom: 20px;
		text-align-last: auto;
	}

	.newsletter-section .newsletter .site-btn {
		position: relative;
		border-radius: 50px;
	}

	.post-item .post-author .pa-thumb,
	.comment-warp .comment .comment-avator {
		/* float: none; */
		margin-bottom: 15px;
		margin-right: 10px;
	}

	.post-item .post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0px;
	}
}

/* Top Scroll button */
#myBtn {
	display: none;
	position: fixed;
	bottom: 130px;
	right: 5px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}

#myBtn:hover {
	background-color: #555;
}

/* call button Mobile*/
#call {
	display: none;
}

@media screen and (max-width: 650px) {
	#call {
		display: block;
		height: 60px;
		position: fixed;
		width: 125px;
		right: 5px;
		left: 0;
		bottom: 1px;
		z-index: 99;
	}
}

/* Dang ky hoc nghe*/

#dangkyhn {
	display: block;
	height: 34px;
	border-radius: 3px 3px 0px 0px;
	padding: 5px 15px 5px;
	position: fixed;
	width: 180px;
	right: 3px;
	background-color: #3F6FB6;
	bottom: 82px;
	z-index: 99;
}


/* Chat Facebook*/

#ChatFacebook {
	display: block;
	height: 34px;
	border-radius: 3px 3px 0px 0px;
	padding: 5px 15px 5px;
	position: fixed;
	width: 180px;
	right: 3px;
	background-color: #3F6FB6;
	bottom: 42px;
	z-index: 99;
}

/* Chat zalo*/

#ChatZalo {
	display: block;
	height: 34px;
	border-radius: 3px 3px 0px 0px;
	padding: 5px 15px 5px;
	position: fixed;
	width: 190px;
	right: 3px;
	background-color: #009dff;
	bottom: 2px;
	z-index: 99;
}

/*responsive button and  iframe*/
.btn-responsive {
	white-space: normal !important;
	word-wrap: break-word;
	width: 100%;
}

iframe,
object,
embed {
	max-width: 100%;
}


/* Make the image fully responsive */
.carousel-inner img {
	width: 100%;
	height: 100%;
}

/* QR Scan Image desktop only*/
.ScanQR {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.ScanQR {
		display: none;
	}
}

/* Acount mobile only*/
.Acount {
	display: none;
}

@media only screen and (max-width: 767px) {
	.Acount {
		float: right;
		display: block;
	}
}

.videoWrapperOuter {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.videoWrapperInner {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 50%;
	padding-top: 25px;
	height: 0;
}

.videoWrapperInner iframe {
	position: absolute;
	top: 50;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {
	float: none;
}

/* Premium Graduates Course Slider Styling */
.container-course-slider {
  max-width: 1400px;
  margin: 60px auto;
  padding: 0 20px;
  position: relative;
}

/* Specific Section Title styling for Course Slider */
.container-course-slider .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #056ee1;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}

.container-course-slider .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #1779e2, #056ee1);
  border-radius: 2px;
}

.course-slider {
  position: relative;
  width: 100%;
}

.slider-controls {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.slider-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
}

.courses-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
  padding: 10px 0;
}

.course-item {
  flex: 0 0 calc(25% - 22.5px);
  min-width: calc(25% - 22.5px);
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.course-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(255, 153, 0, 0.15);
  border-color: #056ee1;
}

/* Course image */
.course-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.course-item:hover .course-image img {
  transform: scale(1.08);
}

/* Course content */
.course-content {
  padding: 20px;
  text-align: center;
}

.course-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

/* Navigation buttons absolute positioning on desktop */
.slider-btn {
  width: 50px;
  height: 50px;
  background-color: white !important;
  color: #056ee1 !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px !important;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 10;
  outline: none !important;
}

.slider-btn:hover:not(:disabled) {
  background-color: #056ee1 !important;
  color: white !important;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 136, 255, 0.4) !important;
}

.slider-btn:disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  background-color: white !important;
  color: #056ee1 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

.slider-btn i {
  font-size: 22px;
}

@media (min-width: 769px) {
  .slider-btn.prev {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
  }

  .slider-btn.next {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .slider-viewport {
    margin: 0 10px;
  }
}

.container-course-slider .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #056ee1;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}

.container-course-slider .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #1779e2, #056ee1);
  border-radius: 2px;
}

@media (max-width: 1200px) {
  .container-course-slider .section-title {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .container-course-slider .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .container-course-slider .section-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .container-course-slider .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* Responsive design */
@media (max-width: 1200px) {
  .course-item {
    flex: 0 0 calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
  }

  .slider-controls {
    gap: 15px;
  }

  .section-title {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .course-item {
    flex: 0 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
  }

  .container-course-slider {
    padding: 0 30px;
  }

  .slider-btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .slider-btn i {
    font-size: 20px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .course-content h4 {
    font-size: 17px;
    min-height: 44px;
  }
}

/* MOBILE STYLES - Nút điều hướng 2 bên */
@media (max-width: 768px) {
  .course-item {
    flex: 0 0 calc(100% - 20px);
    min-width: calc(100% - 20px);
  }

  .container-course-slider {
    padding: 0 25px;
  }

  .slider-controls {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .slider-viewport {
    order: 2;
    width: calc(100% - 120px);
    margin: 0 10px;
  }

  .slider-btn.prev {
    order: 1;
    margin: 0;
  }

  .slider-btn.next {
    order: 3;
    margin: 0;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .course-content h4 {
    font-size: 16px;
    min-height: auto;
  }

  .course-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .container-course-slider {
    padding: 0 15px;
  }

  .slider-viewport {
    width: calc(100% - 100px);
    margin: 0 5px;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .slider-btn i {
    font-size: 18px;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .course-content {
    padding: 15px;
  }

  .course-content h4 {
    font-size: 15px;
  }

  .course-content p {
    font-size: 13px;
  }
}

/* Màn hình rất nhỏ */
@media (max-width: 360px) {
  .slider-viewport {
    width: calc(100% - 80px);
  }

  .slider-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .slider-btn i {
    font-size: 16px;
  }

  .course-content h4 {
    font-size: 14px;
  }

  .course-content p {
    font-size: 12px;
  }
}