._wgy_why_us {
	padding: 40px 0;
	background-color: #ffffff;
}
.title_bc{
	font-size: 20px;
	color: white;
}
.title-3{
	color: #FFB84D;
	font-size: 22px;
}
.flex-container_bc {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.gallery-container {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.gallery-row {
	display: flex;
	/* gap: 15px; */
	margin-bottom: 15px;
}

.gallery-item {
	flex: 1;
	height: 250px;
	overflow: hidden;
	border-radius: 8px;
}

.gallery-item.large {
	height: 400px;
}

.gallery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.gallery-img:hover {
	transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
	.gallery-row {
		flex-direction: column;
	}

	.gallery-item,
	.gallery-item.large {
		height: 200px;
		margin-bottom: 15px;
	}

}
.tick{
	width: 20px;
}
.map-container iframe{
	max-height: 200px;
}
.tach{
	margin-bottom: 30px;
}
input::placeholder{
	color: #003399;
}
textarea::placeholder{
	color: #003399;
}
.flex-item_bc {
	flex: 1;
	background: linear-gradient(to right, #7897d5, #0052cc);
	padding: 20px 19px 14px;
	border-radius: 8px;
	text-align: center;
	transition: transform 0.3s ease;
}

.flex-item_bc:hover {
	transform: translateY(-5px);
}

.content-box_bc {
	color: white;
}

.list_bc {
	list-style: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

.list-item_bc {
	font-size: 17px;
	/* line-height: 1.5; */
	margin-bottom: 14px;
	margin-left: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
	.flex-container_bc {
		flex-direction: column;
	}

	.flex-item_bc {
		margin-bottom: 15px;
	}
}

.diem {
	margin-top: 50px !important;
}

.zalo-widget {
	position: fixed;
	top: 185px;
	right: -5px;
	z-index: 9999;
}

.btn-register {
	color: white;
	padding: 6px 30px;
	border: none;
	border-radius: 25px;
	font-weight: bold;

	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	width: 80%;
}

.btn-register:hover {
	transform: scale(1.05);
}

.form-group {
	margin-bottom: 15px;
}

.form-group input {
	width: 80%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 5px 0;
}

.form-group input:focus {
	outline: none;
	border-color: #FFB84D;
}

.zalo-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0068ff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.zalo-button img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.qr-popup {
	position: absolute;
	bottom: 70px;
	right: 0;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	padding: 20px;
	width: 250px;
	display: none;
}

.qr-content {
	text-align: center;
}


.qr-code {
	/* padding: 10px; */
	background: #f5f5f5;
	border-radius: 4px;
	/* margin: 10px 0; */
}

.qr-code img {
	width: 100%;
	height: auto;
}

h3 {
	margin: 0 0 10px 0;
	color: #333;
}

p {
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #003399;
}

._wgy_section_title {
	text-align: center;
	margin-bottom: 50px;
}

._wgy_section_title h2 {
	color: #003399;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

._wgy_section_title p {
	color: #6c757d;
	font-size: 1.1rem;
}

._wgy_feature_card {
	padding: 25px;
	border-radius: 10px;
	background: #f8f9fc;
	transition: all 0.3s ease;
	height: 100%;
}

._wgy_feature_card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dau {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

._wgy_icon_box {
	position: absolute;
	left: -32px;
	width: 60px;
	height: 60px;
	background: #FFB84D;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

._wgy_icon_box i {
	color: white;
	font-size: 24px;
}

._wgy_feature_title {
	color: #003399;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.nop {
	height: 240px;
}

.title-big {
	transition: transform 0.3s ease;
}

.title-big:hover {
	transform: scale(1.1);
	/* Phóng to lên 110% kích thước ban đầu */
	cursor: pointer;
}

.title-big span {
	display: inline-block;
	font-size: 40px;
	color: #003399;
}

@keyframes titleGlow {
	0% {
		transform: scale(1);
		filter: brightness(100%);
	}

	50% {
		transform: scale(1.03);
		filter: brightness(120%);
	}

	100% {
		transform: scale(1);
		filter: brightness(100%);
	}
}

/* Responsive */
@media (max-width: 768px) {
	.title-big span {
		font-size: 140%;
	}
}

._wgy_feature_text {
	color: #6c757d;
	font-size: 0.95rem;
	line-height: 1.6;
}

.main-text {
	font-size: 28px;
}

.contact-buttons {
	right: 3px !important;

}

.scholarship-item {

	padding: 0 !important;
	margin-bottom: 0 !important;
}

._wgy_icon_box {
	position: absolute;
	left: -28px;

}

.animated-text span {
	font-size: 69% !important;
}

.flex-container {

	gap: 1rem !important;
}

.mb {
	margin-bottom: 10px !important;
}

#section_121964731 {
	padding-top: 30px;
	padding-bottom: 0px;
}

.col,
.gallery-item,
.columns {
	position: relative;
	margin: 0;
	padding: 0 15px 0px !important;
	width: 100%;
}

._wgy_cta_button {
	background: #FFB84D;
	color: white;
	padding: 12px 30px;
	border-radius: 5px;
	border: none;
	transition: all 0.3s ease;
}

._wgy_cta_button:hover {
	background: #e0a800;
	color: white;
}

.box_title h3.uppercase {
	letter-spacing: 1px;
	font-weight: 500 !important;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.discover_us::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40%;
	left: 0;
	top: 0;
	background-color: #f0f4f9;
}

.discover_us .row-discover {
	border-radius: 10px;
	overflow: hidden;
}

.discover_us .row-discover>.col>.col-inner>.row {
	height: 100%;
}

.box_title h3.uppercase::after {
	content: '';
	width: 50px;
	height: 1px;
	background-color: var(--secondary-color);
	margin-left: 10px;
}

.banner_about_us>.banner-inner>.banner-bg {
	height: 100% !important;
	transform: unset !important;
	border-radius: 10px !important;
}

.banner_about_us {
	overflow: visible !important;
}

.box_text_about_us>p {
	margin: 0;
}

.box_text_about_us {
	padding: 10px 30px;
	bottom: -60px !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.box_text_about_us::after {
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	height: 3px;
	background-color: var(--primary-color);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.big-title .section-title b {
	display: none;
}

.big-title .section-title {
	justify-content: center;
	text-align: center;
}

.btn-start-tour {
	cursor: pointer;
}

.btn-start-tour p {
	margin: 3px 0 0 0 !important;
	font-size: 14px;
	font-weight: 600;
}

.training_program .box_title h3.uppercase {
	display: block;
}

.training_program .box_title h3.uppercase::after {
	display: none;
}

.list_training_programs .box-text-bottom {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}

.list_training_programs .box-text-bottom .box-text {
	padding: 0 !important;
}

.list_training_programs .box-text-bottom .box-text .text {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}

.list_training_programs .box-text-bottom .box-text .text h4 {
	margin-bottom: 10px;
}

.list_training_programs .box-text-bottom .box-text .button {
	margin: 10px 20px;
}

.btn_impress_numbers {
	display: inline-flex;
	align-items: center;
}

.btn_impress_numbers::after {
	content: 'Sinh viên thành công';
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	width: 75px;
	text-align: left;
	margin-left: 10px;
}

.impress_numbers .icon-box-text p {
	margin: 0;
}

.impress_numbers .icon-box-text h3 {
	margin-bottom: 0px;
}

.impress_numbers .icon-box {
	align-items: center;
}

.impress_numbers>.bg {
	background-size: contain !important;
}

.testimonial_slide .flickity-slider>.row>.col {}

.testimonial_slide .flickity-slider>.row {}

.testimonial_slide .flickity-slider>.row>.col>.col-inner {
	padding: 30px;
}

.testimonial_slide .flickity-button {
	right: 0 !important;
	bottom: 0 !important;
	transform: unset !important;
	min-height: unset !important;
	height: 50px;
	top: unset;
	width: 50px;
	background-color: var(--primary-color);
	border-radius: unset !important;
	left: unset !important;
}

.testimonial_slide .flickity-button-icon .arrow {
	/*! max-width: 30%; */
	fill: #222 !important;
}

.testimonial_slide .flickity-button.previous {
	right: 50px !important;
}

.testimonial_slide .flickity-button-icon {
	max-width: 70%;
}

.testimonial_slide::before {
	content: '';
	position: absolute;
}

.img_girl {
	height: max-content !important;
	width: max-content !important;
	bottom: 0;
	right: 100px;
}

.step_submit_list>.col>.col-inner {
	padding: 30px 20px;
}

.step_submit_list>.col>.col-inner .box-image::before {
	content: '1';
	position: absolute;
	width: 28px;
	height: 28px;
	background-color: var(--secondary-color);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	right: -14px;
	top: -14px;
}

.step_submit_list>.col:nth-child(2)>.col-inner .box-image::before {
	content: '2';
}

.step_submit_list>.col:nth-child(3)>.col-inner .box-image::before {
	content: '3';
}

.step_submit_list>.col:nth-child(4)>.col-inner .box-image::before {
	content: '4';
}

.step_submit_list>.col>.col-inner .box-image {
	overflow: inherit;
}

.cta_form .form_column>.col-inner {
	padding: 30px;
	border-top: 5px solid var(--primary-color);
}

.cta_form .form_column .wpcf7 {
	margin-top: 30px;
}

.wrap_field {
	padding-bottom: 0 !important;
	margin-bottom: 20px !important;
}

.wrap_field .wpcf7-form-control-wrap {}

.wrap_field .wpcf7-form-control-wrap .wpcf7-form-control {
	margin-bottom: 0;
	box-shadow: none;
	min-height: 50px;
}

.wrap_field .wpcf7-form-control-wrap textarea.wpcf7-form-control {
	min-height: 150px;
}

.wrap_btn_submit {
	display: block;
	margin: 0 0 0 auto;
	width: max-content;
}

.wrap_btn_submit .wpcf7-spinner {
	position: absolute;
	margin: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wrap_btn_submit .btn-submit {
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	background-color: #f5f5f5;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

h1 {
	text-align: center;
	margin-bottom: 30px;
	color: #003399;
}

.course-categories {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* gap: 30px; */
}

.category {
	background: white;
	border-radius: 10px;
	margin: 10px;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	flex: 1 1 calc(33.33% - 20px);
}

.category-title {
	color: #003399;
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffd700;
}

.courses-list {
	list-style: none;
	height: 350px;
}

.course-item {
	font-size: 15px;
	padding: 8px;
	margin-bottom: 10px;
	background: #f8f9fa;
	color: #003399;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.course-item:hover {
	background: #003399;
	color: #fff;

	transform: translateX(5px);
}

.main-container {
	/* min-height: 100vh; */
	background: #F9FAFB;
	padding: 2rem;
}

.cta-button {
	/* Style cơ bản */
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background: #003399;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	position: relative;
	overflow: hidden;

	/* Hiệu ứng phóng to thu nhỏ */
	animation: pulse 2s infinite;

	/* Hiệu ứng hover */
	transition: all 0.3s ease;
}

.icon-wrapper {
	width: 80px;
	height: 80px;
	background: #003399;
	/* Màu xanh đậm */
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.icon-wrapper:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 51, 153, 0.3);
}

.icon {
	font-size: 40px;
	color: white;
}

#col-1058349030 .featured-box {
	gap: 20px;
}

.icon-title {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	color: #333;
}

.icon-description {
	text-align: center;
	color: #003399;
	margin-top: 5px;
}

/* Hiệu ứng phóng to thu nhỏ */
@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.7);
	}

	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(255, 68, 68, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 68, 68, 0);
	}
}

/* Hiệu ứng chữ chạy */
.cta-button::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(to right,
			transparent,
			rgba(255, 255, 255, 0.3),
			transparent);
	transform: rotate(45deg);
	animation: shine 3s infinite;
}

@keyframes shine {
	0% {
		left: -50%;
	}

	100% {
		left: 150%;
	}
}

/* Hiệu ứng hover */
.cta-button:hover {
	transform: translateY(-3px) scale(1.05);
	/* background: #ff2222; */
	box-shadow: 0 5px 15px rgba(255, 68, 68, 0.4);
}

/* Hiệu ứng khi click */
.cta-button:active {
	transform: translateY(2px);
}

/* Hiệu ứng thu vào */
@keyframes collapse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.3);
		opacity: 0;
	}
}

/* Thêm class này khi muốn nút thu vào */
.cta-button.collapse {
	animation: collapse 0.5s forwards;
}

.content-wrapper {
	/* max-width: 1200px; */
	margin: 0 auto;
	/* background: white; */
	border-radius: 0.5rem;
	/* padding: 2rem; */
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3rem;
}

.image-section {
	width: 100%;
	flex: 0 0 44%;
}

.content-section {
	width: 100%;
	flex: 0 0 50%;
}

.circular-bg {
	background: #EFF6FF;
	border-radius: 50%;
	aspect-ratio: 1;
	padding: 2rem;
	position: relative;
}

.cap-container {
	position: relative;
	width: 16rem;
	height: 16rem;
	margin: 0 auto;
}

.graduation-cap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-12deg);
	width: 12rem;
	height: 8rem;
	background: #003399;
}

.medal {
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	width: 4rem;
	height: 4rem;
	background: #FDB813;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #003399;
}

.diploma {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	width: 6rem;
	height: 2rem;
	background: white;
	transform: rotate(45deg);
}

.star {
	position: absolute;
	font-size: 1.25rem;
	color: #FDB813;
}

.star-1 {
	top: 1rem;
	right: 1rem;
}

.star-2 {
	top: 50%;
	left: 1rem;
	color: #EF4444;
}

.star-3 {
	bottom: 1rem;
	right: 50%;
}

.title {
	color: #003399;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.description {
	color: #003399;
	margin-bottom: 2rem;
}

.scholarship-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border-radius: 0.5rem;
	margin-bottom: 1.5rem;
	transition: all 0.3s;
}



.icon-circle {
	width: 3rem;
	height: 3rem;
	background: #DBEAFE;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scholarship-amount {
	color: #003399;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.scholarship-criteria {
	color: #003399;
}

.note {
	color: #003399;
	font-style: italic;
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.cta-button {
	margin-top: 2rem;
	padding: 0.75rem 2rem;
	background: #003399;
	color: white;
	border: none;
	border-radius: 9999px;
	cursor: pointer;
	transition: all 0.3s;
}


@media (max-width: 768px) {
	.bao-chu {
		display: none;
	}

	.image-section,
	.content-section {
		flex: 0 0 100%;
	}
	.mobile-nav{
		display: none !important;
	}
	.main-container {
		background: #F9FAFB;
		padding: 0rem ;
	}
	.gallery-container {
		width: 100%;
		margin: 0 auto;
		padding: 0px;
	}
}
.contact-btn1{
	 width: 165px;

}
.contact-btn {
	padding: 8px 15px;
	background: #2561b1;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;

	animation: pulse 2s infinite;
	transition: all 0.3s ease;
	/* Mượt mà khi thay đổi */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	/* Thêm bóng đổ nhẹ */
	transform: scale(1.1);
	margin: auto;
    display: flex
;
    flex-direction: column;
    /* justify-content: center; */
	/* Phóng to nhẹ ngay từ ban đầu */
}

/* Khi nhấn vào nút */
.contact-btn:active {
	transform: scale(0.95);
	/* Thu nhỏ nút khi click */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	/* Bóng đổ mạnh hơn khi click */
}

.summary {
	text-align: center;
	margin-top: 30px;
	padding: 20px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#col-415615234 {
	margin: auto;
	justify-content: flex-end;
	display: flex;
	align-items: center;
}

.icon-bar {
	display: none;
}

.mfp-content {
	display: none;

}

@media (max-width: 768px) {
	._wgy_feature_card {
		margin: 10px;
	}

	.title-big {
		padding: 10px;
	}

	._wgy_section_title {
		padding: 0 10px;
	}

	.icon-bar {
		display: block !important;
	}

	.course-categories {
		grid-template-columns: 1fr;
	}

	.mfp-content {
		display: block !important;
	}

	._wgy_why_us {
		padding: 0px 0;
		background-color: #ffffff;
	}

	.category {
		background: white;
		border-radius: 10px;
		/* height: 58px; */
		/* margin: 11px; */
		padding: 14px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		flex: 1 1 calc(33.33% - 2px);
	}

	.nu {
		display: none;
	}

	#image_203693043 {
		width: 28% !important;
	}

	.padd {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	#row-1660479862 {
		margin-left: -15 !important;
		margin-right: -45px !important;
	}

	.category-title {
		font-size: 18px;
		height: 58px;

	}

	.anh-an {
		display: none;
	}

	.courses-list {
		list-style: none;
		height: 458px;
	}

	.course-item {
		padding: 6px;
		font-size: 14px;
	}


}