.full-about{
	padding-top: 0;
}
.about-box{
	padding: 50px 0 0;
}
.about-box1{
	padding-top: 0 !important;
	background-color: #FFFBF1;
}
.abbox1-tk {
	border-radius: 34px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
}
.item-tk {
	padding-top: 20px;
}
.item-tk img {
	max-width: 109px;
	max-height: 109px;
	object-fit: contain;
}
.item-tk label {
	color: #1086C4;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 10px;
}
.info-solieu p {
	font-size: 24px;
}
.abbox1-tk {
	position: relative;
	top: 160px;
	margin-top: -130px;
}
.abbox1-tk .col-tk:not(:last-child)::after{
	content: "";
	height: 65%;
	width: 3px;
	background-color: #7C7C7C;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.main-abbox1 {
	position: relative;
	padding: 40px 0 80px;
}
.abbox1-right {
	padding-left: 80px;
}
/**/
.item-tnsm {
	border-radius: 18px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #F8F8F8;
	padding: 30px;
	height: 100%;
}
.item-tnsm h3{
	display: flex;
	color: #343434;
	font-size: 24px;
	font-weight: 900;
	line-height: 35px;
	margin: 0 0 20px;
	align-items: center;
}
.item-tnsm h3 span{
	margin-right: 10px;
}
.item-tnsm h3::after{
	content: "";
	flex: 1;
	background-color: #1476BC;
	height: 2px;
	background-color: #1476BC;
}
.abbox3-item-text {
	text-align: justify;
}
.item-tnsm p {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 35px;
}
.item-abbox3-img img{
	object-fit: cover;
	aspect-ratio: 554 / 354;
}
.border-radius{
	border-radius: 8px;
}
.item-abbox3 {
	margin-bottom: 80px;
}
.item-abbox3 .abbox3-item-text{
	font-size: 20px;
}
@media only screen and (min-width: 640px) {
	.main-abbox3 .item-abbox3:nth-child(2n) .col-mb:first-child{
		order: 3;
	}
}
.main-abbox3 .item-abbox3:last-child{
	margin-bottom: 0;
}
/**/
.item-abbox4 {
	height: 100%;
	background-color: #007EC2;
	border: 1px solid #007EC2;
	border-radius: 18px;
	overflow: hidden;
}
.item-abbox4 img{
	aspect-ratio: 281/198;
}
.item-abbox4-info {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  text-align: justify;
}
.item-abbox4-info h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.main-abbox4 .col-mb:nth-child(2n) .item-abbox4 {
	background-color: #E05523;
	border-color:#E05523;
}
/*.main-abbox4 .col-mb:nth-child(3) .item-abbox4 {
	background-color: #1B7BA9;
	border-color:#1B7BA9;
}
.main-abbox4 .col-mb:nth-child(4) .item-abbox4 {
	background-color: #007EC2;
	border-color:#007EC2;
}*/
/**/
.about-box5 {
	background-color: #FFFBF1;
	margin-top: 50px;
}
.item-abbox5 {
	text-align: center;
	padding: 20px 30px;
}
.item-abbox5 label {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 52px;
}
.main-abbox5 svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}
@media only screen and (min-width: 768px) {
	.main-abbox5 .col-mb:nth-child(4n) svg{
		display: none;
	}
}
/**/
.about-box6 {
	/*background-color: #FFFBF1;*/
}
.about-box6-banner img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.content-text-abbox6 {
	line-height: 30px;
	font-size: 20px;
}
/**/
.abbox7-banner {
	border-radius: 18px;
	padding: 10px 10px 0 0;
	position: relative;
}
.abbox7-banner::after {
	content:"";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: #1FA162;
	border-radius: 18px;
}
.abbox7-banner img {
	z-index: 1;
	position: relative;
	border-radius: 18px;
}
.abbox7-info {
	padding: 0 20px;
}

@media only screen and (max-width: 990px) {
	.item-tk label {
		font-size: 24px;
	}
	.item-tk img {
		max-width: 80px;
		max-height: 80px;
	}
	.info-solieu p {
		font-size: 16px;
	}
	/**/
	.item-abbox3 {
		margin-bottom: 40px;
	}
	/**/
	.item-abbox5 {
		padding: 20px 10px;
	}
	.item-abbox5 label {
		font-size: 20px;
		line-height: 30px;
	}
	.main-abbox5 svg {
		width: 20px;
		right: -10px;
	}
	/**/
	.content-text-abbox6 {
		line-height: 25px;
		font-size: 16px;
	}
	.abbox7-info p span {
		font-size: 16px !important;
	}
}
@media only screen and (max-width: 767px) {
	.main-abbox1 .col-mb {
		width: 100%;
	}
	.item-tnsm {
		padding: 10px;
	}
	.item-tnsm h3 {
		font-size: 16px;
		line-height: 25px;
		margin: 0 0 10px;
	}
	/**/
	.main-abbox4 .col-mb {
		width: 50%;
		margin-bottom: 15px;
	}
	.item-abbox4-info h3 {
		font-size: 18px;
	}
	.item-abbox4-info {
		font-size: 16px;
	}
	/**/
	.main-abbox5 .col-mb {
		width: 50% !important;
	}
	.main-abbox5 .col-mb:nth-child(2n) svg{
		display: none;
	}
	/**/

}
@media only screen and (max-width: 640px) {
	.abbox1-tk .col-tk {
		width: 50%;
	}
	.abbox1-tk .col-tk:not(:last-child)::after {
		width: 2px;
	}
	.abbox1-tk .col-tk:nth-child(2n)::after {
		opacity: 0;
	}
	/**/
	.item-abbox3 .col-mb,
	.main-abbox2 .col-mb {
		width: 100%;
		margin: 5px 0;
	}
	.item-abbox3 {
		margin-bottom: 0;
	}
	.item-tk label {
		font-size: 20px;
	}
	.info-solieu p {
		font-size: 14px;
	}
	.item-tk {
		padding-top: 10px;
	}
	.item-tk img {
		max-width: 60px;
		max-height: 60px;
	}
	.about-box {
		padding-top: 20px;
	}
	.item-abbox3 .df-title .title br {
		display: none;
	}
	/**/
	.item-abbox4-info h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.item-abbox4-info {
		font-size: 14px;
	}
	.item-abbox4-info {
		padding: 10px;
	}
	/**/
	.about-box5{
		margin-top: 0;
	}
	.item-abbox5 label {
		font-size: 16px;
	}
	/**/
	.content-text-abbox6 {
		line-height: 20px;
		font-size: 14px;
	}
	.abbox7-info p span {
		font-size: 14px !important;
	}
	.about-box6 .col-mb {
		width: 100%;
	}
	.abbox7-info {
		padding: 0;
	}
}
@media only screen and (max-width: 480px) {
	.main-abbox4 .col-mb {
		width: 100%;
	}
	.main-abbox7 .col-mb {
		width: 100%;
	}
	.abbox7-banner {
		max-width: 380px;
		margin: 0 auto 10px;
	}
}