.about-box1{
	background-size: cover;
	background-position: center;
}
.hvg-title .title{
	font-size: 34px;
	font-weight: 700;
}
.about-box1 .desc ul{
  margin: 40px 0;
  padding: 0;
  font-weight: 450;
}
.about-box1 .desc li {
  margin-bottom: 20px;
  list-style: none;
}
.about-box1 .desc 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;
}
.btn-outline-hvg{
	padding: 10px 20px;
	border-radius: 32px;
	border: 1px solid #DBFE5A;
	color:#DBFE5A;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-outline-hvg:hover{
	background: linear-gradient(45deg, #3FA727 2.16%, #DBFE5A 169.53%);
	color: #fff;
	font-weight: 450;
}

.about-box1-banner-tuvan {
	transform: scale(1.2);
	top: 27px;
	position: relative;
	max-width: 55%;
}
/**/
.about-box2{
	background: linear-gradient(180deg, #F4FBF2 49.69%, #E1F3DDAB 100%), url(images/bg-lichsu-hinhthanh-min.png) lightgray 50% / cover no-repeat;
	background-position: bottom;
}
.about-box2 .row-title b{
	color: #64C24E;
}
.item-lichsu-hinhthanh .nam {
	color: #64C24E;
	font-size: 80px;
	font-weight: 900;
	line-height: 120px;
}
.item-lichsu-hinhthanh .title-item{
	font-size: 24px;
	font-weight: 700;
}
@media only screen and (min-width: 991px) {
	.item-lichsu-hinhthanh .nam {
		transform: rotate(-90deg) translateY(-50%);
		display: flex;
		position: absolute;
		left: -20px;
		line-height: 57px;
		top: 34%;
	}
	.main-abbox2-wrap::before{
		content: "";
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		width: 1px;
		display: block;
		background: rgba(19, 36, 86, 0.10);
	}
	.main-abbox2::before,
	.main-abbox2::after{
		content: "";
		background-color: #64C24E;
		width: 12px;
		height: 12px;
		aspect-ratio: 1/1;
		border-radius: 100%;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.main-abbox2::before{
		top: -6px;
	}
	.main-abbox2::after{
		bottom: -6px;
	}
	.main-abbox2 .item-lichsu-hinhthanh:nth-child(2n) .nam {
		left: unset;
		right: -50px;
	}
	.main-abbox2 .item-lichsu-hinhthanh:hover {
		cursor: pointer;
	}
	.main-abbox2 .item-lichsu-hinhthanh:hover .nam{
		color: #287D14;
	}
	.main-abbox2 .item-lichsu-hinhthanh::before{
		content: "";
		background-color:#64C24E;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 3px;
		display: none;
	}
	.main-abbox2 .item-lichsu-hinhthanh::after{
		content: "";
	  width: 0;
	  height: 0;
	  border-top: 12px solid transparent;
	  border-left: 10px solid #64C24E;
	  border-bottom: 12px solid transparent;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  display: none;
	  transform: translateY(-50%);
	}
	.main-abbox2 .item-lichsu-hinhthanh:nth-child(2n)::after{
	  transform: rotate(180deg);
	  left: auto;
	  right: 50%;
	}
	.main-abbox2 .item-lichsu-hinhthanh:hover::after,
	.main-abbox2 .item-lichsu-hinhthanh:hover::before{
		display: block;
	}
}
/**/
.about-box3 {
	background-size: cover;
	background-position: center;
	color: #fff;
}
.tn-sm .title-item {
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	color: #fff;
}
.about_box3_title {
	-webkit-text-stroke-width: 1.01px;
	-webkit-text-stroke-color: rgba(219, 254, 90, 0.40);
	color: transparent;
	font-size: 129.32px;
	font-weight: 900;
}
@media only screen and (min-width: 991px) {
	.about_box3_title {
		line-height: 129.32px;
		letter-spacing: 10.346px;
		transform: rotate(-90deg);
	}
}
/**/
.item-giatri {
	border-radius: 24px;
	background: #EEF3F9;
	height: 100%;
	padding: 20px;
}
.item-giatri .icon {
  background-clip: ;
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 20px;
}
.item-giatri .title-item {
  color: #034E74;
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}
/**/
.item-chuyengia {
	color: rgba(19, 36, 86, 0.60);
}

.item-chuyengia .dichvu li {
  display: inline-block;
  background-color: ;
  border-radius: 40px;
  background: #EFF7FF;
  padding: 2px 14px;
  font-size: 12px;
  color: #0F75DC;
  font-weight: 450;
  margin-bottom: 8px;
  margin-right: 5px;
}
.item-chuyengia .dichvu {
  padding-left: 0;
}
.line-chuyengia {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.line-chuyengia span {
  color: #034E74;
  display: block;
  font-size: 12px;
}
.line-chuyengia p {
  text-align: right;
}
.line-chuyengia p i {
  color: #F3DC0C;
}
.item-chuyengia p {
  color: #132456;
}
.item-chuyengia .text {
	font-size: 14px;
}
.about-box5 .row-title-flex p {
	width: 36%;
}
@media only screen and (max-width: 991px) {
	.hvg-title .title {
		font-size: 22px;
	}
	.about-box1-banner-tuvan {
		transform: scale(1.05);
		 top: unset; 
	}
	.item-lichsu-hinhthanh .nam {
		line-height: 76px;
		font-size: 65px;
	}
	.item-lichsu-hinhthanh {
		margin-bottom: 20px;
	}
	.item-lichsu-hinhthanh .title-item {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.item-lichsu-hinhthanh .nam {
		line-height: 76px;
		font-size: 55px;
	}
	.tn-sm .title-item {
		font-size: 20px;
	}
	.item-giatri .icon {
		margin-bottom: 10px;
	}
	.item-giatri .title-item {
		font-size: 20px;
	}
}