.about-box1 {
	padding: 40px 0 170px;
}
.about-box1-left p{
	color: #262626;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
}
.about-box1-left b{
	color: var(--RED, #C30419);
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
}
.about-box1-left strong{
	color: var(--RED, #C30419);
}
/**/
.item-tk h3{
	color: #C30419;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 100% */
	margin: 20px 0 0 0;
}
.item-tk::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 108px;
	background: #D9D9D9;
}
.main-abbox2 .col-abbox2:last-child .item-tk::after{
	display: none;
}
/**/
.about-box2 {
	padding-top: 300px;
}
.main-abbox2{
	padding: 40px 45px;
	border-radius: 40px;
	border: 1px solid #2D3198;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 40px;
}
.main-abbox2-content {
	max-width: 880px;
	margin-right: 0;
	margin-left: auto;
	text-align: justify;
}
.main-abbox2-content b{
	color: #C30419;
}
.about-box2 .container{
	position: relative;
}
.about-box2 .container::before {
	content: "";
	background-color: #2D3198;
	width: calc(100% - 30px);
	height: 100%;
	display: block;
	position: absolute;
	left: 20px;
	top: 4px;
	border-radius: 40px;
}
/**/
.about-title{
	color: #1B0D05;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
	margin-bottom: 40px;
}
.about-title span{
	color: #C30419;
}
.about-box3{
	padding: 80px 0 60px;
}
.about-box3 .container{
	position: relative;
	z-index: 1;
}
.abbox3-content {
	max-width: 846px;
	margin: 0 auto;
}
/**/
.about-box3-head{
	padding: 20px 0;
	background-color: #C30419;
}
.info-coso{
	flex: 1;
	padding-left: 20px;
	max-width: 400px;
}
.info-coso h3{
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	text-decoration-line: underline;
}
.info-coso p{
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}
.banner-coso{
	border-radius: 16px;
	border: 6px solid #C30419;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
	max-width: 480px;
}
/**/
.about-box4{
	position: relative;
	background-size: cover;
	background-position: top;
	margin-top: 150px;
}
.about-box4-banner {
	top: -150px;
	margin-bottom: -200px;
}
.main-abbox4 {
	border-radius: 40px;
	padding: 36px 80px;
/*	border: 1px solid #C30419;*/
	border-bottom-width: 3px;
	z-index: 1;
	box-shadow: 4px 0px 16px 0px rgba(0, 0, 0, 0.20);
}
.item-abbox4-content-tab{
	display: none;
}
.main-abbox4-head-tab{
	list-style: none;
	padding: 0;
}
.main-abbox4-head-tab li{
	border-radius: 12px;
	border: 1.5px solid #F3ECEC;
	background: #FFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
	height: 56px;
	width: 200px;
	overflow: hidden;
	margin: 0 10px;
	color: #C30419;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	text-align: center;
	cursor: pointer;
}
.main-abbox4-head-tab li.active, 
.main-abbox4-head-tab li:hover {
	background-color: #C30419;
	color: #fff;
	background-image: url(images/bg-item-tab.svg);
	background-repeat: no-repeat;
	border-color:transparent;
}
/**/
.abbox4-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1030px;
	margin: -143px 13px 0 auto;
}
.abbox4-grid::after{
	content: "";
	background-color:#313131;
	opacity: 0.3;
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.item-abbox4{
	padding: 20px 10px 40px;
	overflow: hidden;
}
.item-abbox4.text{
	flex-direction: column;
}
.item-abbox4 h3{
	color: #FFF;
	font-size: 27.049px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}
.item-abbox4 h3::after{
	content: "";
	width: 54.097px;
	height: 2.254px;
	display: block;
	margin: 13px auto 20px;
	background-color: #fff;
}
.item-abbox4 p {
	color: #FFF;
	text-align: center;
	font-size: 18.032px;
	font-style: normal;
	font-weight: 600;
	line-height: 27.049px;
	flex: 1;
	display: flex;
	align-items: center;
}
.item-abbox4:nth-child(1) {
	background-color: #EF9F1B;
	margin-top: 108px;
}
.item-abbox4:nth-child(2) {
	background-color: #C63448;
	margin-top: 74px;
}
.item-abbox4:nth-child(3){
	background-color: #25CCA9;
	margin-top: 40px;
}
.item-abbox4:nth-child(4) {
	background-color: #455EB4;
	height: 385px;
}
/**/
.box-wrapper .slide-csvc {
	padding: 10px;
	box-shadow: 4px 0px 16px 0px rgba(0, 0, 0, 0.20);
}
.box-wrapper .swiper-container  img{
	width: 100%;
	display: block;
	aspect-ratio: 758/481;
	object-fit: cover;
}
.box-wrapper .box-content b{
	color: #C30419;
}
.box-wrapper h2.p1{
	color: #1B0D05;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px;
}
.box-wrapper .box-content {
	text-align: justify;
	margin-bottom: 60px;
}
.box-wrapper .swiper-button-white {
	background-size: 17px;
}
.main-doitac{

}
.main-doitac .swiper-container {
	overflow: visible;
	overflow-x: clip;
	margin: 20px 0;
}
.item-doitac {
	position: relative;
}
.icon-doitac {
	width: 100%;
	display: block;
	background-color: #fff;
	border-radius: 20px;
	padding: 5px 0;
	height: 100%;
	display: flex;
	align-items: center;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
}
.item-doitac img {
	width: 100%;
	max-width: 140px;
	object-fit: contain;
	display: block;
	cursor: pointer;
	max-height: 72px;
}
.icon-doitac img {
	margin: 0 auto;
}
.doitac-info {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: .3s all;
	width: 360px;
}
.doitac-info p{
	margin-bottom: 0;
	margin-top: 10px;
}
.item-doitac:hover .icon-doitac  {
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}
.item-doitac:hover .doitac-info {
	max-width: 413px;
	bottom: calc(100% + 5px);
	left: 0;
	background-color: #fff;
	padding: 20px;
	background: #FFF;
	opacity: 1;
	visibility: visible;
	z-index: 9;
	border-radius: 12px;
	border-bottom: 4px solid #C30419;
	background: #FFF;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
	text-align: justify;
}
.doitac-info img{
	width: auto;
	max-width: 162px;
	aspect-ratio: 162/81;
	object-fit: contain;
}
.doitac-info h3{
	color: #C30419;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	margin: 12px 0;
}
/**/
.about-box6{
/*	background-image: linear-gradient(180deg, rgba(195, 4, 25, 0.00) 0%, rgba(195, 4, 25, 0.08) 45.94%, rgba(195, 4, 25, 0.08) 70.19%, rgba(195, 4, 25, 0.00) 93.17%);*/
	background-color: #FAFAFA;
}
.main-abbox6 {
	padding-top: 100px;
}
/*.item-doitac {
	text-align: center;
	background: #FFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
	padding: 40px;
	padding-top: 90px;
	height: 100%;
	position: relative;
}
.info-doitac{
	padding-top: 40px;
}
.main-abbox6 .item-doitac {
	margin-top: 50px;
	margin-bottom: 10px;
}
.item-doitac img {
	max-width: 250px;
	object-fit: contain;
	max-height: 145px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.item-doitac h3{
	color: #C30419;
	font-size: 24px;
	font-weight: 800;
	line-height: 28px;
	margin-bottom: 20px;
}
.item-doitac p{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}*/
@media only screen and (max-width: 1399px) {
	.main-abbox2-content {
		max-width: 680px;
	}
}
@media only screen and (max-width: 1199px) {
	.main-abbox2-content {
		max-width: 550px;
	}
	.about-box2 {
		padding-top: 200px;
	}
	.banner-coso {
		max-width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.about-box3,
	.about-box1 {
		padding: 40px 0;
	}
	.about-title,
	.about-box1-left b,
	.about-box1-left p
	{
		font-size: 28px;
		line-height: 35px;
	}
	/**/
	.main-abbox2 {
		padding: 20px;
		margin-top: 286px;
		background-position: center;
	}
	.main-abbox2 img {
		bottom: 100% !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.main-abbox2-content {
		max-width: 100%;
	}
	.item-co-so {
		margin: 10px 0;
	}
	.info-coso h3 {
		font-size: 20px;
	}
	.about-box3-head > img {
		max-width: 120px;
	}
	.item-co-so > img {
		max-width: 80px;
	}
	.info-coso p {
		font-size: 16px;
		line-height: 22px;
	}
	/**/
	.item-tk {
		margin: 10px 0;
	}
	.item-tk h3 {
		font-size: 18px;
		margin: 15px 0 0 0;
	}

	.about-box3 > img {
		width: 50px;
	}
	/**/
	.item-abbox4 h3 {
		font-size: 22px;
	}
	.item-abbox4 p {
		font-size: 14px;
		line-height: 20px;
	}
	.abbox4-grid {
		margin-top: -94px;
	}
	.item-abbox4:nth-child(4) {
		height: 340px;
	}
	.item-abbox4:nth-child(3) {
		margin-top: 25px;
	}
	.item-abbox4:nth-child(2) {
		margin-top: 50px;
	}
	.item-abbox4:nth-child(1) {
		margin-top: 70px;
	}
	/**/
	.about-box4-banner img.position-absolute {
		max-width: 120px;
		z-index: -1;
		top: -50px !important;
	}
	.about-box4-banner img.position-absolute:nth-child(2) {
		top: -25px !important;
		right: -40px !important;
	}
/*	.main-abbox4 > img {
		max-width: 200px;
	}*/
	.about-box4-banner {
		margin-bottom: -163px;
	}
	.main-abbox4 {
		padding: 20px;
	}
	.main-abbox4 h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.main-abbox4-head-tab {
		overflow: auto;
		justify-content: flex-start !important;
	}
	.main-abbox4-head-tab li {
		padding: 0 20px;
		height: 45px;
		white-space: nowrap;
		width: auto;
		overflow: visible;
	}
	.main-abbox4-head-tab li {
		font-size: 14px;
	}
	.box-wrapper .box-content {
		margin-bottom: 30px;
	}
	.box-wrapper > img:nth-child(1) {
		width: 80px;
		left: -16px !important;
		bottom: -35px !important;
	}
	.box-wrapper .slide-csvc {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.box-wrapper h2.p1,
	.about-title,
	.about-box1-left b,
	.about-box1-left p
	{
		font-size: 22px;
		line-height: 30px;
	}
	.about-title{
		margin-bottom: 20px;
	}
	/**/
/*	.main-abbox4 > img {
		display: none !important;
	}*/
	.abbox4-grid {
		margin-top: 0;
		grid-template-columns: repeat(2, 1fr);
	}
	.item-abbox4{
		margin-top: 0 !important;
	}
	.item-abbox4:nth-child(4) {
		height: auto;
	}
	.item-abbox4 img {
		width: 100px;
	}
	.item-abbox4 h3 {
		font-size: 18px;
	}
	.item-abbox4 h3::after {
		margin: 10px auto;
	}
	/**/
	.info-coso h3 {
		font-size: 18px;
	}
	.about-box3-head > img {
		max-width: 100px;
		top: -80px !important;
	}
	.main-abbox4-head-tab li {
		height: 40px;
	}
}
@media only screen and (max-width: 480px) {
	.item-doitac img {
		max-height: 52px;
	}
	.item-co-so > img {
		max-width: 65px;
	}
}