
/**/
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-position: center;
	background-size: cover;
}
.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;
	font-size: 36px;
	font-weight: 700;
}
.row-title .title b{
	color: #FF0509;
}
.hbox3-left .desc {
	color: #282828;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	line-height: 48px;
}
.hbox3-left .btn {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 2px 2px 10px 0px rgba(24, 168, 78, 0.20);
	font-size: 24px;
	padding: 20px 27px;
	line-height: 1;
}
/**/
.home-box4 {
	margin-bottom: 100px;
}
.banner-founder::before {
  border-radius: 20px;
  border: 2px solid #18A84E;
  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;
  box-shadow: 4px 4px 10px 0px 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);
	color: #FF0509;
	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);
	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: #18A84E;
  width: 148px;
  aspect-ratio: 1;
  left: 0;
  top: 0;
}
.banner-hocvien::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 20px;
	background: #18A84E;
	width: 248px;
	aspect-ratio: 1;
	bottom: 0;
	right: 0;
}
.title-hocvien{
	font-size: 24px;
}
.title-hocvien span{
	color: #18A84E;
}
.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;
}
.times > div {
	margin: 0 14px 0 0;
	position: relative;
	text-align: center;
}
.times > div + div {
	margin-left: 20px;
}
.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;
}
.times span {
	width: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 10px;
	font-size: 28px;
	font-weight: 600;
	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;
}
.form-tuvan{
	background-image: url(images/bg-form-tuvan.jpg);
	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-radius: 20px;
	color: #fff;
	height: 43px;
	border: 0;
	padding: 0 20px;
}
.form-tuvan input.wpcf7-form-control::placeholder{
	color: #fff;
	font-style: normal;
	font-size: 16px;
}
.form-tuvan .wpcf7-form-control option{
	color: #000;
}
.form-tuvan button {
	color: #18A84E;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: #fff;
	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: #18A84E;
	box-shadow: 2px 2px 10px 0px rgba(24, 168, 78, 0.20);
	color: #fff;
	border-color: #18A84E;
	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: #18A84E;
  font-size: 18px;
}
.item_tailieu_content .date i {
  color: rgba(24, 168, 78, 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;
}
@media only screen and (max-width: 1440px) {
	.home_box1_title.title {
		border-radius: 10px;
		padding: 8px 13px;
		font-size: 25px;
	}
	.home-box1 h3.title {
		font-size: 32px;
	}
	.item-tk label {
		font-size: 26px;
		margin: 10px 0;
	}
	.item-tk {
		font-size: 16px;
	}
	.item-tk img {
		width: 50px;
	}
	.row-title .title {
		font-size: 32px;
	}
}
@media only screen and (max-width: 991px) {
	.home-box1 h3.title {
		font-size: 28px;
		white-space: wrap;
	}
	.main-homebox1 .desc {
		font-size: 16px;
	}
	.hbox1-btn .btn {
		height: 40px;
		font-size: 14px;
	}
	.main-homebox2 .col-mb:nth-child(2n+1){
		border: 0;
	}
	.item-tk {
		margin: 10px 0;
	}
	.row-title .title {
		font-size: 25px;
	}
	.hbox3-left .desc {
		font-size: 20px;
		line-height: 30px;
	}
	.hbox3-left .btn {
		border-radius: 10px;
		font-size: 18px;
		padding: 10px 17px;
	}
	/*	*/
	.item-tailieu {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.home-item-loai-kh {
		border-radius: 20px;
		padding: 20px 40px;
	}
	.title-hocvien {
		font-size: 20px;
		margin-top: 10px;
	}
	.form-tuvan {
		padding: 26px;
	}
	.btn.btn-primary {
		border-radius: 10px;
		padding: 8px 20px;
	}
	.times span {
		width: 55px;
		padding: 5px;
		font-size: 22px;
		margin-bottom: 2px;
	}
	.times label{
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px) {
	.row-title .title {
		font-size: 22px;
	}
/*	*/
	.hbox1-content .title, .hbox1-content .title b {
		font-size: 16px;
	}
	.home_box1_title.title {
		border-radius: 7px;
		padding: 8px 13px;
	}
	.home-box1 h3.title {
		font-size: 22px;
	}
	.item-hbox1-tk label {
		font-size: 20px;
	}
	.item-hbox1-tk.item-hbox1-tk1 img {
		width: 55px;
	}
	.item-hbox1-tk .content-tk {
		padding-left: 5px;
	}
	.item-hbox1-tk {
		padding: 1px 13px 1px 0;
	}
/*	*/
	.hbox3-left .desc {
		font-size: 18px;
		line-height: 20px;
	}
/*	*/
	.main-homebox4 .desc {
		padding: 85px 40px 162px;
	}
	.home-box4 label {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px !important;
	}
/*	*/
	.main-homebox9 .col-item {
		width: 100% !important;
		margin-bottom: 10px;
	}
/*	*/
	.home-item-loai-kh {
		padding: 20px 40px 0;
	}
/*	*/
	.home-box4 {
		margin-bottom: 50px;
	}
/*	*/
	.btn.btn-primary {
		padding: 5px 15px;
		white-space: nowrap;
		font-size: 14px;
	}
	.item_tailieu_content h3 {
		font-size: 16px;
	}
	.main-homebox4 .desc {
		padding: 85px 40px 130px;
	}
}