.wpcf7-select, input.wpcf7-form-control, .wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-text {
    background-color: #F3F3F3;
    font-size: 14px;
    width: 100%;
    padding: 14px 20px;
    border: 1px solid transparent;
    line-height: normal;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
}
.btn-hvg {
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	padding-left: 24px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	border: 0;
	border-radius: 48px;
	background: linear-gradient(180deg, #0053EB 6.25%, #002F85 164.58%);
	align-items: center;
	transition: .3s ease-in-out;
}
.btn-hvg.btn-primary {
	background: #5442FA;
}
.btn-hvg.btn-primary .icon {
	background-color: #6352FF;
}
.btn-hvg.btn-primary img {
	filter: brightness(0) invert(1);
}
.btn-hvg i{
    font-size: 14px;
}
.btn-hvg:hover{
    color: #fff;
    transform: scale(1.05);
    background: linear-gradient(180deg,#002F85 6.25%, #0053EB 164.58%);
}
/**/
div.swiper-button-next, 
div.swiper-button-prev {
	border-radius: 50px;
	background: #FF9F1C;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	left: 0;
	cursor: pointer;
	font-size: 11px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px solid #FFC92B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #fff;
}
div.swiper-button-next {
    right:0;
    left:auto;
}
div.swiper-button-prev {
}
div.swiper-button-prev::after,
div.swiper-button-next::after{
    content:"";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 16px;
}
div.swiper-button-next::after {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev::after {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    
}
@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{

}
/**/
.btn-hvg .icon {
	width: 58px;
	background-color: #FEB65C;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 100%;
	margin-left: 20px;
}
.btn-hvg img {
	width: 30px;
}
.btn-secondary{
	color: #12213F;
	background: #FFD25D;
}
.btn-secondary:hover {
	background: #FFD25D;
	color: #fff;
}

/**/
.home-box {
	padding: 100px 0;
}
.home-box1 {
	padding-top: 170px;
	padding-bottom: 0;
	background-size: cover;
	background-position: center;
}
.hbox1-left {
	margin-bottom: 150px;
}
.home_box1_title {
  color: #FCFAF8;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.home_box1_title b {
  color: #FDE75D;
}
.main-homebox1 .desc {
  color: ;
  color: #FCFAF8;
  font-size: 18px;
  margin-bottom: 20px;
}
.home-box1-tk {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
}
.item-tk label {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.home-box1-tk .item-tk:not(:first-child) {
  border-left: 1px solid #fff;
  padding-left: 24px;
  margin-left: 24px;
}
.hbox1-right .icon {
	right: 100%;
	bottom: 45px;
	max-width: 430px;
}
.hbox1-right .banner {
	position: absolute;
	transform: scale(1.3);
	z-index: 1;
	bottom: 65px;
}
.may-right {
	z-index: 2;
	top: calc(100% - 281px);
	filter: blur(2px);
	opacity: 0.9;
}
.home-box1 .line-bottom{
	z-index: 2;
	bottom: -1px;
}
/**/
.df-title .title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.df-title .title b {
}
/**/

.home-box2 {
	margin-top: -48px;
	z-index: 2;
}

.home-box2-tk .item-cont {
  border-radius: 20px;
  background: rgba(84, 66, 250, 0.05);
  padding: 32px 50px 32px 16px;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}
.home-box2-tk .item-cont .label {
  font-size: 17px;
  font-weight: 700;
}
.home-box2-tk .item-cont::before {
	content: "";
	background-image: url(images/icon-item-top-hbox2.png);
	position: absolute;
	top: 0;
	width: 83px;
	height: 83px;
	display: block;
	background-size: contain;
	right: 0;
	background-repeat: no-repeat;
}
/**/
.home-box3 {
	background-color: #F6FAFF;
	padding: 80px 0;
}

.item-hdv{
	margin-bottom: 24px;
}
.item-hdv a {
  border-radius: 16px;
  border: 1px solid rgba(84, 66, 250, 0.10);
  background: #FFF;
  display: block;
  padding: 32px 24px;
}
.item-hdv a:hover{
	border-top: 6px solid #5442FA;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}
.item-hdv img {
  width: 48px;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
}
.item-hdv .title {
  font-size: 18px;
  margin: 16px 0 8px;
}
.item-hdv .text {
  color: #787878;
  font-size: 14px;
}
.view-dv {
  color: #5442FA;
  font-size: 14px;
  font-weight: 600;
}
/**/
.item-doituong {
	margin: 17px 0;
}
.item-doituong a {
	display: block;
	position: relative;
	border-radius: 20px;
	border: 3.134px solid #704FE6;
	padding: 3px;
	overflow: hidden;
}
.item-doituong img {
	aspect-ratio: 292/288;
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 16px;
}

.item-doituong .content {
  position: absolute;
  bottom: 17px;
  background-color: #fff;
  width: calc(100% - 28px);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 12px;
  border-radius: 4px;
}
.item-doituong .content .title {
  font-size: 16px;
  text-transform: capitalize;
}
.item-doituong .icon {
  background-color: #6352FF;
  border-radius: 100%;
  padding: 8px;
  width: 32px;
}
.item-doituong .icon img {
  filter: brightness(0) invert(1);
}
.home-box4 .icon-tt {
	position: absolute;
}
.home-box4 .icon-tt.icon-tt-left {
	left: -10px;
	top: 50px;
}
.home-box4 .icon-tt.icon-tt-top {
	right: 55%;
	top: 50px;
}
.home-box4 .icon-tt.icon-tt-bottom {
	right: 55%;
	bottom: 50px;
}
/**/
.home-box5 .df-title .desc {
	max-width: 775px;
}
.home-box5-content-item {
	border-radius: 8px;
	background: rgba(84, 66, 250, 0.05);
	padding: 24px 16px;
	color: #5B667B;
}
.home-box5-content-item .label{
	color: #0E2A46;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
/**/
.home-box6.home-box {
	background: linear-gradient(113deg, #1C2F54 30.17%, #3123B4 100%);
}
.home-box6::before {
	content: "";
	display: block;
	width: 50%;
	height: 80%;
	background-image: url(images/funfact-shape-bg.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-box6 .df-title .title {
	font-size: 48px;
}
.df-title .title b{
	background: var(--gradient, linear-gradient(90deg, #E9B637 0%, #FFD877 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-box6 .content ul{
  margin: 40px 0;
  padding: 0;
}
.home-box6 .content li {
  margin-bottom: 20px;
  list-style: none;
}
.home-box6 .content li::before {
  content: "";
  background-image: url('images/checked1.svg');
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}
/**/
.item-quytrinh {
  text-align: center;
  color: #5B667B;
  font-size: 12px;
  margin-top: 20px;
}
.item-quytrinh .icon {
  border-radius: 9999px;
  background: #F9F8FF;
  box-shadow: 0 4px 20px -4px rgba(54, 69, 99, 0.08);
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5442FA;
}
.item-quytrinh .icon img {
  max-height: 24px;
  max-width: 24px;
  object-fit: contain;
}
.item-quytrinh .content {
	position: relative;
  border-radius: 12px;
  border: 1px solid #5442FA;
  background: rgba(84, 66, 250, 0.10);
  padding: 10px;
  margin-top: 25px;
}
.item-quytrinh .content::before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #5442FA;
}
.item-quytrinh .content .label {
  font-size: 16px;
  margin-bottom: 0;
}

.main-homebox7 .line {
	height: 0;
	width: 100%;
	display: block;
	position: absolute;
	top: 40px;
}
.main-homebox7 .line::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 12px;
	background-color: rgba(84, 66, 250, 0.81);
	position: absolute;
	left: 0;
	top: 8px;
}
/**/
.item-cam-ket {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  color: #5B667B;
  font-size: 14px;
}
.item-cam-ket img {
  width: 32px;
  object-fit: contain;
}
.item-cam-ket .label {
  margin: 11px 0;
  font-size: 20px;
}
.item-cam-ket:hover {
	background-color: #5442FA;
	color: #fff;
}
.item-cam-ket:hover .label{
	color: #fff;
}
.item-cam-ket:hover img {
	filter: brightness(0) invert(1);
}

.content-table table {
	background-color: #fff;
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	text-align: center;
	border: 0;
	margin-bottom: 10px;
}
.content-table table li{
	margin-bottom: 8px;
}
.content-table table  thead th{
	background-color: #5442FA;
	color: #fff;
	text-transform: uppercase;
}
.content-table  tr:not(:last-child) {
	border-bottom:1px solid #E7EFF4;
}
.content-table tr th:not(:first-child), 
.content-table tr td:not(:first-child) {
	border-left: 1px solid #E7EFF4;
}
.content-table table  thead th:first-child{
	border-top-left-radius: 20px;
}
.content-table table  thead th:last-child{
	border-top-right-radius: 20px;
}
.content-table table tbody tr:nth-child(2n){
	background-color: #FAFAFA;
}
/**/
.item-nhanxet img{
	border-radius: 10px;
	aspect-ratio: 300/420;
	width: 100%;
	object-fit: cover;
}
.main-homebox10::after,
.main-homebox10::before {
	content: "";
	display: block;
	width: 82px;
	height: 120%;
	position: absolute;
	left: -26px;
	top: -22px;
	background: #FFF;
	filter: blur(15px);
	z-index: 2;
}
.main-homebox10::after{
	left: auto;
	right: -26px;
}
.main-homebox10 .ngoisao {
	left: 97%;
	bottom: -43px;
	z-index: 3;
}
/**/
.home-box11{
	background-color: #F9F9FE;
}
.item-cauhoi {
  padding: 20px;
  border-radius: 12px;
  background: #FFF;
  margin-bottom: 20px;
  cursor: pointer;
}
.item-cauhoi .item-cauhoi-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.item-cauhoi .item-cauhoi-head label{
  cursor: pointer;
}
.item-cauhoi .desc {
  font-size: 14px;
  margin-top: 20px;
  color: #5B667B;
}
.item-cauhoi .item-cauhoi-head i {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #F7F7F8;
  color: #5442FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  margin-left: 10px;
}
.item-cauhoi .item-cauhoi-head.active i::before {
  content: '\f068';
}
@media only screen and (min-width: 991px) {
  .list-cauhoi .item-cauhoi:last-child {
    margin: 0;
  }
}
/**/
.main-homebox12 {
	padding: 60px;
	border-radius: 24px;
	background-size: cover;
}
.home-lienhe-form {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
	padding: 24px;
}
.wpcf7 label {
	font-size: 14px;
	color: #071C47;
	font-weight: 500;
}
.wpcf7 label em {
	color: #FF0000;
	font-style: normal;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-top: 8px;
}
.home-lienhe-form textarea{
	max-height: 120px;
}
.icon-maybay-form{
	position: absolute;
	bottom: 0;
	left: 20%;
	max-width: 300px;
}
/*REPONSIVE*/

@media only screen and (max-width: 991px) {
	div.swiper-button-prev::after, 
	div.swiper-button-next::after {
		font-size: 22px;
	}
	body .btn-hvg {
		height: 40px;
		padding: 4px 15px;
		font-size: 14px;
		border-radius: 10px;
	}
	.btn.btn-outline-primary {
		border-radius: 10px;
		font-size: 14px;
	}
	/**/		
	/**/
	div.swiper-button-next, div.swiper-button-prev {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	div.swiper-button-prev::after, div.swiper-button-next::after {
		font-size: 12px;
	}
}
