.home-box.home-box1 {
	background: linear-gradient(81deg, #296142 0%, #2F734D 78.56%);
	padding: 60px 0;
}
.main-homebox1::before {
	content: "";
	background: linear-gradient(180deg, rgba(135, 255, 189, 0.07) 0%, rgba(255, 255, 255, 0.00) 76.05%);
	width: 50px;
	height: 50px;
	transform: rotate(65.143deg);
	border-radius: 100%;
	position: absolute;
	top: -13px;
	right: 87px;
}
.main-homebox1::after {
	content: "";
	background: linear-gradient(180deg, rgba(135, 255, 189, 0.07) 0%, rgba(255, 255, 255, 0.00) 76.05%);
	width: 144px;
	height: 144px;
	transform: rotate(65.143deg);
	border-radius: 100%;
	position: absolute;
	right: -20px;
	bottom: 0;
}
.hbox1-content::before {
	content: "";
	background: linear-gradient(180deg, rgba(51, 176, 107, 0.12) 0%, rgba(255, 255, 255, 0.00) 76.05%);
	width: 300px;
	height: 300px;
	position: absolute;
	top: -160px;
	right: -57px;
	display: block;
	border-radius: 100%;
	transform: rotate(131.386deg);
}
.hbox1-content .title, .hbox1-content .title b {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.hbox1-content .title b {
	background-color: #fff;
	padding: 5px 16px;
	border-radius: 20px;
}
.hbox1-content h2.title b {
	color: #296142;
	position: relative;
}
.hbox1-content h2.title b::before {
	content: "";
	background-image: url(images/icon-text.svg);
	width: 33px;
	height: 28px;
	background-size: contain;
	position: absolute;
	right: -16px;
	top: -18px;
	display: block;
}
.hbox1-content h3.title b {
	color: #E3A44F;
}
.hbox1-content .desc {
	color: rgba(255, 255, 255, 0.90);
}
.hbox1-content .btn {
	font-size: 18px;
}
.btn.btn-secondary-hvg{
	background-color: #E3A44F;
	border-radius: 12px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 0 24px;
}
/**/
.row-title .title, 
.row-title .title b {
	font-size: 36px;
	font-weight: 700;
}
.row-title .title b {
	color: #E3A44F;
}
.row-title .title span {
	color: #296142;
}
.main-homebox2 {
	max-width: 1068px;
	margin: 0 auto;
}
/**/
.main-homebox3 {
	border-radius: 40px;
	background: #ECF5EE;
	overflow: hidden;
	z-index: 1;
}
.main-homebox3::before {
	content: "";
	background-color: #F4FBF5;
	width: 450px;
	height: 450px;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: -240px;
	right: 0;
	z-index: -1;
}
.main-homebox3::after {
	content: "";
	background-color: #F4FBF5;
	width: 424px;
	height: 424px;
	border-radius: 100%;
	display: block;
	position: absolute;
	bottom: -230px;
	left: 60px;
	z-index: -1;
}

.main-homebox3 ul {
  padding: 0;
  margin: 0;
}
.main-homebox3 ul li {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.main-homebox3 ul li p {
  padding-left: 20px;
  flex: 1;
}
.main-homebox3 ul li p b{
	font-weight: 700;
}
.main-homebox3 ul li img {
  width: 40px;
  height: 40px;
}
.home_box3_banner {
	padding: 15px;
	background-color: #2A2A2A;
	border-radius: 20px;
	border: 2px solid rgb(255, 255, 255);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
.home_box3_banner img {
  border-radius: 10px;
  display: block;
}
.main-homebox3 .btn {
	background-color: #E3A44F;
	border-color: #E3A44F;
	font-weight: 600;
	font-size: 18px;
	border-radius: 12px;
	padding: 8px 24px;
	height: 48px;
  transition: transform 0.3s ease;
}

.btn-blink{
	animation: blink 1.5s infinite; 
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
/*        box-shadow: 0 0 10px #ecf8f8, 0 0 20px #ecf8f8, 0 0 30px #ecf8f8;*/
    }
    50% {
	    transform: scale(1.1);
/*        box-shadow: 0 0 5px #333;*/
    }
}
.hbox3-container::before {
	content: "";
	background: linear-gradient(158deg,#5EC98E,#296142, #5EC98E,#3EB171);
	width: 235px;
	height: 235px;
	border-top-right-radius: 45px;
	display: block;
	position: absolute;
	right: -6px;
	top: -6px;
}
.hbox3-container::after {
	content: "";
	background: linear-gradient(120deg,#5EC98E,#296142, #5EC98E,#3EB171);
	width: 235px;
	height: 235px;
	border-bottom-left-radius: 45px;
	display: block;
	position: absolute;
	left: -6px;
	bottom: -6px;
}
/**/
.head-item-lotrinh {
	border-radius: 20px;
	border: 1px solid rgba(41, 97, 66, 0.19);
	background: rgba(41, 97, 66, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
	padding: 24px;
	margin-bottom: 20px;
}

.head-item-lotrinh {
  border-radius: 20px;
  border: 1px solid rgba(41, 97, 66, 0.19);
  background: rgba(41, 97, 66, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  padding: 24px;
  margin-bottom: 20px;
}
.head-item-lotrinh .num {
  color: #296142;
  text-align: center;
  font-family: Charm;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.head-item-lotrinh label {
  color: #2A2A2A;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.head-item-lotrinh img {
  aspect-ratio: 332/200;
  object-fit: cover;
  display: block;
  width: 100%;
  border-radius: 24px;
}
.item-lotrinh h3 {
  color: #2A2A2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.item-lotrinh ul {
  list-style: none;
  padding: 0;
}
.item-lotrinh ul li {
  background-image:url("images/edit-text.svg");
  background-repeat:no-repeat;
  background-position:top 3px left;
  padding-left:29px;
  color:#363636;
  font-weight:500;
  line-height:1.57;
  margin-bottom: 22px;
}
.item-lotrinh .btn {
  width: 100%;
  border-radius: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-form-control.wpcf7-submit:hover,
.btn:hover{
	transition: .3s all;
	color: #fff !important;
	border-color: #E3A44F !important;
	background-color: #E3A44F !important;
}
.home-box4 .item-lotrinh {
	width: 30%;
}
.home-box4 .item-lotrinh:nth-child(2) .head-item-lotrinh{
	border: 1px solid rgba(119, 59, 59, 0.16);
	background: rgba(119, 59, 59, 0.08);
}
.home-box4 .item-lotrinh:nth-child(2) .head-item-lotrinh .num{
	color: #773B3B;
}
.home-box4 .item-lotrinh:nth-child(3) .head-item-lotrinh{
	border: 1px solid rgba(227, 164, 79, 0.28);
	background: rgba(227, 164, 79, 0.12);
}
.home-box4 .item-lotrinh:nth-child(3) .head-item-lotrinh .num{
	color: #E3A44F;
}
.item-lotrinh img.right-up {
	position: absolute;
	top: 0;
	right: 100%;
}
.item-lotrinh img.right-up2 {
	position: absolute;
	top: 40%;
	left: 100%;
	transform: rotateX(180deg);
}
.home-box4 .item-lotrinh:nth-child(2) {
	padding-top: 50px;
}
/**/
.home-box5{
	background-image: url(images/bg-nhanxet.jpg);
	background-size: cover;
	background-position: center;
}
/**/
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;
    }
}

/**/
.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);
}
/**/
.item-nx {
	padding: 24px;
	background-color: #fff;
	border-radius: 20px;
}
.head-item-nx img.avata {
	width: 35%;
	aspect-ratio: 1/1;
	display: block;
	object-fit: cover;
	border-radius: 100%;
}
.item-nx span{
	font-size: 14px;
	color: rgba(42, 42, 42, 0.60);
}
.item-nx i{
	color: #F3DC0C;
}
.item-nx .desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.home-form {
	padding: 40px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}
/**/
.main-homebox8 {
	position: relative;
	padding: 80px;
	border-radius: 40px;
	background: #F4F1EC;
	z-index: 1;
	overflow: hidden;
}
.main-homebox8::before {
	content: "";
	background-color: #F7F5F0;
	width: 450px;
	height: 450px;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: -240px;
	right: -100px;
	z-index: -1;
}
.main-homebox8::after {
	content: "";
	background-color: #F7F5F0;
	width: 424px;
	height: 424px;
	border-radius: 100%;
	display: block;
	position: absolute;
	bottom: -230px;
	left: -120px;
	z-index: -1;
}

/**/
.item-giaovien {
  border-radius: 40px;
  background: #ECF5EE;
  padding: 0 80px;
}
.info-giaovien {
  padding-top: 20px;
}
.info-giaovien ul.meta li {
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.desc-noibat {
	font-size: 17px;
	font-weight: 700;
	padding: 20px;
	border: 1px dashed #296142;
	border-radius: 40px;
	margin-bottom: 12px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
.desc-noibat p {
	margin: 0;
}
@media only screen and (max-width: 1399px) {
	.hbox1-content .title, .hbox1-content .title b {
		font-size: 27px;
	}
}
@media only screen and (max-width: 1199px) {
	.hbox1-content .title, .hbox1-content .title b {
		font-size: 22px;
	}
}
@media only screen and (max-width: 768px) {
	.home-box.home-box1{
		padding: 40px 0;
	}
	.item-lotrinh .btn,
	.main-homebox3 .btn,
	.btn.btn-secondary-hvg {
		height: 40px;
		padding: 0 14px;
		font-size: 16px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.row-title .title, .row-title .title b {
		font-size: 22px;
	}
/*	*/
	.desc-noibat {
		font-size: 16px;
		padding: 12px;
		border-radius: 20px;
	}
	.desc-noibat span[style="color: #e3a44f; font-size: 24px;"]{
		font-size: 22px !important;
	}
	.main-homebox3 {
		border-radius: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.hbox3-container::after {
		border-bottom-left-radius: 25px;
	}
	.hbox3-container::before {
		border-top-right-radius: 25px;
	}
/*	*/
	.home-box4 .item-lotrinh {
		width: 100%;
	}
	.head-item-lotrinh {
		padding: 15px;
		margin-bottom: 10px;
	}
	.head-item-lotrinh .num {
		font-size: 35px;
	}
	.item-lotrinh ul li {
		margin-bottom: 10px;
	}
	.home-box4 .item-lotrinh:nth-child(2) {
		padding-top: 25px;
		margin-bottom: 20px;
	}
	.head-item-lotrinh label{
		font-size: 20px;
	}
}
@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;
	}
}
@media only screen and (max-width: 400px) {
	.hbox1-content .title, .hbox1-content .title b {
		font-size: 16px;
	}
}