:root {
	--color-1: #1363de;
	--color-2: #ff6e0b;
	--color-3: #D4E5FF;
	--color-4: #072655;
	--color-5: #E56628;


}

/**/
div.swiper-button-next,
div.swiper-button-prev {
	background: #97DBE2;
	width: 40px;
	height: 40px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	left: 0;
	cursor: pointer;
	font-size: 15px;
	border-radius: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}

div.swiper-button-next {
	right: 0;
	left: auto;
	padding-left: 5px;
}

div.swiper-button-prev {}

div.swiper-button-prev::before,
div.swiper-button-next::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
}

div.swiper-button-next::before {
	content: "\f054";
	right: -10px;
}

div.swiper-button-prev::before {
	content: "\f053";
	left: -10px;
}

div.swiper-button-prev:hover,
div.swiper-button-next:hover {
	background-color: #34ADEE;
	color: #fff;
}

@media only screen and (min-width: 1370px) {
	.main-sw div.swiper-button-next {
		right: -45px;
	}

	.main-sw div.swiper-button-prev {
		left: -45px;
	}
}

.opacity-15 {
	opacity: .15 !important;
}

/**/
.main-sw div.swiper-button-next,
.main-sw div.swiper-button-prev {
	color: #000;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}

/**/
.home-box1-wrap {
	background-image: url(images/bg-hbox1-10.png);
	background-position: center;
	background-size: cover;
}

.home-box1 {
	/* background: linear-gradient(90deg, #18A84E 0%, #25D969 100%); */
}

.home_box1_title.title {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 3px 3px 10px 0px rgba(11, 160, 67, 0.50);
	display: inline-block;
	padding: 16px 30px;
	line-height: 1;
	color: #18A84E;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home-box1 h3.title {
	color: #FFF;
	font-size: 36px;
	white-space: nowrap;
}

.main-homebox1 .desc {
	color: #fff;
	font-size: 20px;
	padding-left: 10px;
	border-left: 3px solid #FF0509;
}

.btn.btn-white-hvg {
	background-color: #fff;
	color: #18A84E;
}

.hbox1-btn .btn {
	font-weight: 600;
	border-radius: 11px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.btn-outline-hvg {
	border: 1px solid #fff;
	border-radius: 11px;
	color: #fff;
}

.btn-outline-hvg:hover {
	background-color: #fff;
}

.btn {
	transition: .3s all;
}

.btn:hover {
	transform: scale(1.02);
}


.item-hbox1-tk {
	position: absolute;
	padding: 1px 20px 1px 0;
	border-radius: 36px;
	background-color: #fff;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: left;
	box-shadow: 0px 0px 12px 0px rgba(255, 5, 9, 0.20);
}

.item-hbox1-tk .content-tk {
	flex: 1;
	padding-left: 12px;
}

.item-hbox1-tk label {
	font-size: 26px;
	color: #18A84E;
	font-weight: 700;
}

.item-hbox1-tk.item-hbox1-tk1 {
	left: 0px;
	bottom: 40%;
	animation: bounce2 5s infinite;
}

.item-hbox1-tk.item-hbox1-tk2 {
	right: 0;
	bottom: 25%;
	animation: bounce1 5s infinite;
	/*	transition: transform 0.2s ease;*/
}

.item-hbox1-tk.item-hbox1-tk2 img {
	width: 55px;
}

.item-hbox1-tk.item-hbox1-tk2 label {
	font-size: 18px;
	line-height: normal
}

@keyframes bounce1 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-150px);
	}

	0% {
		transform: translateY(0);
	}
}

@keyframes bounce2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(150px);
	}

	0% {
		transform: translateY(0);
	}
}

/**/
.home-box2 {
	/* background-image: url(images/bg-hbox22.jpg); */
	background-image: url(images/home/hp_3_bg.png);
	background-position: center;
	background-size: cover;
	background-position: bottom;
}

.item-tk {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.item-tk label {
	display: block;
	font-size: 36px;
	margin: 14px 0 16px;
	font-weight: 700;
}

.main-homebox2 .col-mb+.col-mb {
	border-left: 1px solid #ffffff40;
}

/**/
.row-title .title {
	/* color: #18A84E; */
	color: #ff6e0b;
	font-size: 36px;
	font-weight: 700;
}

.row-title .title b {
	/* color: #FF0509; */
	color: var(--color-4);
}

.hbox3-left .desc {
	color: #282828;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	line-height: 48px;
}

.hbox3-left .btn {
	border-radius: 20px;
	/* background: var(--color-4); */
	/* box-shadow: 2px 2px 10px 0px rgba(24, 168, 78, 0.20); */
	background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
	box-shadow: 2px 2px 10px 0px #fff;
	font-size: 24px;
	padding: 20px 27px;
	line-height: 1;
	color: #fff;
}

/* .hbox3-right .video_thumb{
	background-image: url(./images/home/home-ablout-thumb.webp);
	background-size: cover;
	background-repeat: no-repeat;
} */
/**/
.home-box4 {
	margin-bottom: 100px;
}

.banner-founder::before {
	border-radius: 20px;
	/* border: 2px solid #18A84E; */
	border: solid 2px #289EDD;
	content: "";
	width: 100%;
	aspect-ratio: 1;
	display: block;
	position: absolute;
	bottom: 0;
}

.banner-founder {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.banner-founder img {
	z-index: 1;
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.home-box4 label {
	font-size: 24px;
	padding: 20px 30px;
	z-index: 1;
}

.home-box4 .name {
	border-radius: 20px;
	/* background: #18A84E; */
	background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
	box-shadow: 4px 4px 10px 0 rgba(24, 168, 78, 0.25);
	color: #fff;
	font-style: italic;
	font-weight: 600;
	position: absolute;
	right: 0;
	bottom: 60px;
}

.home-box4 .level {
	border-radius: 20px;
	background: #FFF;
	/* box-shadow: 4px 4px 10px 0px rgba(255, 5, 9, 0.25); */
	box-shadow: 4px 4px 10px 0 #FEDAC8;
	color: #E56628;
	font-weight: 600;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.main-homebox4 .desc {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	z-index: 1;
	/* background-image: url(images/bg-desc.png); */
	background-image: url(images/home/bg_des_2.png);
	padding: 85px 40px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-style: italic;
	font-weight: 500;
}

.main-homebox4 .desc::after,
.main-homebox4 .desc::before {
	content: "";
	background-image: url(images/fe_quote-left.png);
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: -25px;
	left: 40px;
}

.main-homebox4 .desc::after {
	transform: rotate(180deg);
	top: auto;
	bottom: 23px;
	left: auto;
	right: 13px;
}

.home-box4 .bg {
	position: absolute;
	left: 0;
	max-width: 40%;
	top: 108px;
}

/**/
.home-item-loai-kh {
	border-radius: 30px;
	padding: 50px 70px 10px;
}

.main-dm-khoahoc .home-item-loai-kh:nth-child(2n+1) {
	/* background: #F3FFF7; */
	/* box-shadow: 0px 8px 25px 0px rgba(24, 168, 78, 0.25); */
}

/**/
.home-box67 {
	/* background-image: url(images/bg-homebox67.jpg); */
	z-index: 1;
}

.banner-hocvien img {
	border-radius: 30px;
	overflow: hidden;
	display: block;
	width: 100%;
	z-index: 2;
	position: relative;
}

.banner-hocvien {
	position: relative;
	padding: 15px;
}

.banner-hocvien::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 20px;
	background: var(--color-1);
	width: 148px;
	aspect-ratio: 1;
	left: 0;
	top: 0;
}

.banner-hocvien::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 20px;
	background: var(--color-1);
	width: 248px;
	aspect-ratio: 1;
	bottom: 0;
	right: 0;
}

.title-hocvien {
	font-size: 24px;
}

.title-hocvien span {
	/* color: #18A84E; */
	/* color: var(--color-2); */
	background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.item-banner-hocvien-thumb {
	border: solid 1px #eee;
	border-radius: 12px;
	overflow: hidden;
}

.item-banner-hocvien-thumb:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.item-banner-hocvien-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 250/170;
	object-fit: cover;
	border-radius: 20px;
	cursor: pointer;
}

/**/
.main-homebox7 {
	max-width: 484px;
}

.times {
	display: flex;
	align-items: center;
	text-align: center;
	bottom: 45px;
	left: 135px;
	justify-content: center;
	margin-bottom: 20px;

}

.times>div {
	margin: 0 14px 0 0;
	position: relative;
	padding: 15px 15px;
	text-align: center;
	background-color: var(--color-1);
	border-radius: 12px;
}

.times>div+div {
	margin-left: 0px;
}

.times label {
	/* color: rgba(20, 20, 20, 0.86); */
	display: block;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}

.times span {
	width: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* padding: 15px 15px 5px 15px; */
	border-radius: 10px;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
	/* background: linear-gradient(180deg, rgba(24, 168, 78, 0.96) 46.4%, rgba(187, 255, 213, 0.96) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.home-box7 .banner {
	margin: 0 0 0 auto;
	display: block;
}

.register-blog {
	background-image: url(./css/images/home/bg-desc-wrap.png);
	background-repeat: no-repeat;
	background-position: -10vw 0;
	background-size: auto 100%;
	padding: 60px 0;
}

.register-blog .bg {
	position: absolute;
	left: 0;
	z-index: -1;
}

.register-blog .register-form .form-inner .register-title {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	color:var(--color-4)
}
.register-form .form-inner .register-title .text-danger{
	color:#ff6e0b !important ;
}
.register-blog .register-form .form-inner .register-title-sub {
	font-size: 24px;
	font-weight: 350;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
	
}

.register-blog-slider {
	width: 100%;
	border: 2px solid #eee;
	padding: 10px;
	border-radius: 20px;
}

.register-blog-slider .items img {
	display: inline;
	border-radius: 16px;
}

.register-blog .register-form .form-inner {
	background-color: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 40px rgba(220, 244, 255, 1);
	box-shadow: 0px 0px 40px rgba(220, 244, 255, 1);
	padding: 30px 60px 60px;
	max-width: 810px;
}

.register-blog .register-form input,
.register-blog .register-form select {
	border: 1px solid #ff6e0b;
	padding: 5px 25px;
	/* font-size: 20px; */
	font-weight: 400;
	border-radius: 10px;
	height: 50px;
	color: #333;
}

.form-tuvan {
	/* background-image: url(images/bg-form-tuvan.jpg); */
	background-image: url(./images/home/favicon_10.png);
	padding: 56px;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
}

.form-tuvan input.wpcf7-form-control,
.form-tuvan .wpcf7-form-control {
	background-color: rgba(255, 255, 255, 0.26);
	border: solid 1px var(--color-1);
	border-radius: 20px;
	/* color: #fff; */
	height: 43px;
	/* border: 0; */
	padding: 0 20px;
}

/* .form_tuvan input.wpcf7-form-control::placeholder {
	color: #777;
	font-style: normal;
	font-size: 16px;
} */

.form_tuvan .wpcf7-form-control option {
	color: #000;
}

.form_tuvan button {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
	border: 0;
	padding: 10px 20px;
	border-radius: 20px;
	transition: .3s all;
}

.form_tuvan .wpcf7-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/**/
.btn.btn-primary {
	border-radius: 15px;
	background: var(--color-1);

	box-shadow: 2px 2px 10px 0px rgba(220, 244, 255, 1);
	;
	color: #fff;
	border-color: var(--color-1);
	padding: 11px 30px;
}

.item-tailieu {
	border-radius: 15px;
	background: #FEFEFE;
	box-shadow: 0px 1px 8px 0px rgba(7, 12, 47, 0.14);
	overflow: hidden;
}

.item-tailieu img {
	aspect-ratio: 300/186;
	object-fit: cover;
	display: block;
	width: 100%;
	border-radius: 15px;
}

.item_tailieu_content {
	padding: 16px;
}

.item_tailieu_content h3 {
	color: var(--color-1);
	font-size: 18px;
}

.item_tailieu_content .date i {
	color: var(--color-1);
	margin-right: 5px;
}

/**/
.main-homebox9 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-homebox9 .col-item {
	width: 35%;
}

.main-homebox9 .col-item.col-item-center {
	width: 28%;
}

.main-homebox9 img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.main-homebox9 a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.main-homebox9 .col-item:not(.col-item-center) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 10px;
}

.main-homebox9 .col-item-right a:last-child,
.main-homebox9 .col-item-left a:first-child {
	grid-column: 1/3;
}

.main-homebox9 .col-item-center img {
	aspect-ratio: 314/417;
}

.main-homebox9 .col-item:not(.col-item-center) img {
	aspect-ratio: 222/214;
}

.main-homebox9 .col-item-right a:last-child img,
.main-homebox9 .col-item-left a:first-child img {
	aspect-ratio: 461/241;
}

/*  */
.achievements-blog .achievements-big {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	margin-bottom: 160px;
}

.achievements-blog .achievements-big .student-box .student-thumb {
	max-width: 415px;
	width: 100%;
	margin: 0 auto 30px;
}

.achievements-blog .achievements-big .student-box .student-thumb .inner {
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.achievements-blog .achievements-big .student-box .student-thumb .inner .in {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow-y: hidden;
	/* -webkit-box-shadow: 6px 15px 30px rgba(142, 0, 0, 0.2);
	box-shadow: 6px 15px 30px rgba(142, 0, 0, 0.2); */

	-webkit-box-shadow: 6px 15px 30px rgba(255, 110, 11, 0.2);
	box-shadow: 6px 15px 30px rgba(255, 110, 11, 0.2);
}

.achievements-blog .achievements-big .student-box .student-name {
	font-size: 35px;
	font-weight: 800;
	color: #C8202E;
	text-align: center;
	line-height: normal;
}

.achievements-blog .student-list li .student-inner .student-thumb .inner .in img,
.achievements-blog .achievements-big .student-box .student-thumb .inner .in img,
.student-page .achievements-student .slider-achievements .student-thumb .inner .in img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.achievements-blog .student-list li .student-inner .student-thumb .inner .in {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow-y: hidden;
	-webkit-box-shadow: 6px 12px 16px rgba(142, 0, 0, 0.15);
	box-shadow: 6px 12px 16px rgba(142, 0, 0, 0.15);
}

.achievements-blog .student-list {
	grid-gap: 4vw;
	grid-row-gap: 5vw;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
}

.achievements-blog .student-list li .student-inner {
	display: block;
	background-color: #fff;
	border-radius: 14px;
	-webkit-box-shadow: 7px 7px 16px rgba(140, 24, 27, 0.3);
	box-shadow: 7px 7px 16px rgba(140, 24, 27, 0.3);
	padding: 10px 30px 40px;
}

.achievements-blog .student-list li .student-inner .student-thumb .inner {
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.achievements-blog .student-list li .student-inner .student-thumb {
	width: 65%;
	max-width: 175px;
	margin: -3.7vw auto 25px;
}

.achievements-blog .student-list li .student-inner .student-name {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 10px;
	line-height: 120%;
}

.achievements-blog .student-list li .student-inner .university {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 16px;
}

.achievements-blog .achievements-big .student-box .university {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 15px;
}

.achievements-blog .achievements-big .achievements-info .achievements-video {
	text-align: center;
}

.achievements-blog .achievements-big .achievements-info .achievements-video .video-frame {
	width: 70%;
	max-width: 600px;
	margin: 0 auto;
	height: 20vw;
}

.achievements-blog .achievements-big .achievements-info .achievements-video .video-frame iframe {
	width: 100%;
	height: 100%;
}

.achievements-blog .register-button .btn-register {
	border-radius: 20px;
	background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
	box-shadow: 4px 4px 10px 0 rgba(24, 168, 78, 0.25);
	color: #fff;
	padding: 10px 20px;
}

@media only screen and (min-width: 1200px) {
	.achievements-blog .student-list li .student-inner {
		box-shadow: 7px 7px 16px rgba(255, 110, 11, 0.2);
	}

	.achievements-blog .student-list li .student-inner .university {
		font-size: 15px;
		font-weight: 500;
	}

	.achievements-blog .student-list li .student-inner .student-name,
	.achievements-blog .student-list li .student-inner .university,
	.achievements-blog .student-list li .student-inner .point-number {
		line-height: 1.1;
	}
}

@media (min-width: 1900px) {
	.achievements-blog .student-list li .student-inner .student-thumb {
		margin-top: -70px;
	}

	.achievements-blog .achievements-big .achievements-info .achievements-video .video-frame {
		height: 400px;
	}

	.achievements-blog .student-list {
		grid-gap: 80px;
		grid-row-gap: 100px;
	}
}

@media screen and (max-width:768px) {
	.home-item-loai-kh {
		padding: 0;
	}
.info-khoahoc .title-khoahoc{
	font-size: 20px;
}
	.hbox3-left .desc {
		font-size: 16px;
		line-height: 28px;
	}
	.hbox3-left .btn{
		font-size: 16px;
		padding: 14px 27px;
	}
	.hbox3-left{
		margin-bottom: 30px;
	}
	.home-box4 label{
	        font-size: 16px;
			padding: 10px 30px;
	}
	
}

@media only screen and (max-width: 640px) {

	.row-title .title,
	.row-title .title b {
		font-size: 20px;
	}

	.hbox1-content .title,
	.hbox1-content .title b {
		font-size: 20px;
	}

	.home_box5_title.title {
		font-size: 23px;
	}

	.home-form {
		padding: 20px;
	}
	.register-blog .register-form .form-inner .register-title{
		font-size: 26px;
	}
	.times>div{
		    padding: 7px 0px;
	}
	.times span{
		font-size: 22px;
	}
}