.home .full-content {
	padding: 0;
}
.home-box{
	padding: 30px 0;
}
.hgt-left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	align-items: center;
}
.hgt-left img {
	display: block;
}
.hgt-right h3 {
	margin-top: 0;
}
.hgt-right h3 a{
	color: #999999;
}
.hgt-right h2 {
	color: #555;
	margin: 10px 0;
}
.hgt-right p {
	font-size: 18px;
}
.hgt-right {
	padding-left: 20px;
}
/**/
.row-title {
	width: 80%;
	margin: 0 auto;
}
.row-title h2 {
	color: #993300;
	text-align: center;
}
.row-title p{
	color: #000000;
	font-weight: bold;
}
/**/
.main-dv {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.main-dv .hitem-dv{
	width: 33.333%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.main-dv .hdv-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.main-dv .hitem-dv .hdv-text>img{
	width: 58px;
	height: 58px;
	object-fit: contain;
}
.main-dv .hitem-dv .hdv-text{
	padding: 15px;
}
.main-dv .hitem-dv.check .hdv-text{
	order: -1;
}
.main-dv .hitem-dv .hdv-text h3,
.main-dv .hitem-dv .hdv-text{
	font-size: 14px;
	margin-top: 0;
}
.main-dv .hitem-dv .hdv-text h3{
	margin-top: 10px;
	text-transform: uppercase;
}
.main-dv .hitem-dv .hdv-text p{
	color: #777;
	margin-bottom: 0;
}
.hdv-box{
	width: 100%;
	max-height: 263px;
	overflow: hidden;
}
/**/
.dvnb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.dvnb img{
	width: 50%;
}
.dvnb .dvnb-content{
	width: 50%;
	padding: 20px;
}
.dvnb .dvnb-content {
	width: 50%;
	padding: 20px;
	text-align: center;
}
.dvnb-content img{
	width: 93px;
	height: 93px;
	object-fit: contain;
}
.dvnb-content p {
	font-size: 15px;
}
.btn-dv a {
	position: relative;
	display: block;
	text-align: center;
	color: #b20000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.btn-dv a:before {
	content: "";
	height: 2px;
	background-color: currentColor;
	opacity: .3;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 60%;
}
.btn-dv a:hover::before {
	left: 0%;
	width: 100%;
	opacity: 1;
}
/**/
.home-lh {
	position: relative;
	background-size: cover;
	background-position: 53% 100%;
}
.home-lh::before {
	content: "";
	background-color:rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main-hlh {
	padding: 50px;
	align-items: center;
	background-color: #780000;
	z-index: 1;
	position: relative;
	color: #fff;
}
.hlh-left, .hlh-right {
	width: 50%;
}
.hlh-left h2 {
	color: #fff;
	font-size: 30px;
}
.hlh-right  .wpcf7-list-item-label {
	color: #fff;
}
/**/
.home-ck{
	background-color: #f6f6f6;
}
.hmain-ck{
	align-items: center;
}
.ck-left h2 {
	margin-top: 0;
}
.ck-left .titlephu {
	text-align: center;
	font-size: 12px;
}
.ck-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.ck-item .icon {
	width: 100px;
	height: 100px;
	border: 1px solid #72497f;
	border-radius: 99px;
	display: flex;
	align-items: center;
}
.ck-item .icon:hover {
	background-color: #72497f;
}
.ck-item .cktext{
	flex: 1;
	padding-left: 10px;
}
.ck-item img {
	width: 60%;
	display: block;
	margin: 0 auto;
}
.cktext h3 {
	margin-top: 0;
	font-size: 16px;
}
.ck-item .cktext p{
	font-size: 15px;
}
/**/
.home-box-kh-thanthiet{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 43% 95%;
}
.home-box-kh-thanthiet::before{
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.home-box-kh-thanthiet h2{
	text-align: center;
	color: #fff;
	font-size: 38px;
	margin-bottom: 30px;
}
.list-kh-thanthiet.main-kh {
	z-index: 1;
	position: relative;
}	
.kh-thanthiet-img {
	text-align: center;
}
.list-kh-thanthiet .swiper-button-white{
	background-size: 20px 30px;
}

@media only screen and (max-width: 990px) {
	.hgt-right p {
		font-size: 14px;
	}
	.ck-left h2,
	.hlh-left h2,
	.dvnb-content h2,
	.row-title h2,
	.hgt-right h2{
		font-size: 22px;
	}
	.hgt-right h3 {
		font-size: 16px;
	}
	.hgt-right {
		padding-left: 0;
	}
	/**/
	.home-box-kh-thanthiet h2 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 768px) {
	.home-box {
		padding: 20px 0 0;
	}
	.row-title {
		width: 100%;
	}
	.btn-dv {
		margin-bottom: 20px;
	}
	.dvnb-content img {
		width: 70px;
		height: 70px;
	}
	.dvnb .dvnb-content {
		padding: 10px;
	}
	/**/
	.main-hlh {
		padding: 20px;
	}
	.hmain-ck .col-mb,
	.hlh-left, .hlh-right {
		width: 100%;
	}
	.home-box-kh-thanthiet h2 {
		font-size: 22px;
	}
	/**/
	.home-box-kh-thanthiet {
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.main-gt .col-mb {
		width: 100%;
	}
	.hgt-left img {
		width: 100%;
	}
	.hgt-right {
		margin-top: 10px;
	}
	/**/
	.ck-left h2,
	.dvnb-content h2,
	.hgt-right h2 {
		font-size: 20px;
	}
	.hgt-right h3 {
		margin-top: 0;
		font-size: 15px;
		margin-bottom: 0;
	}
	.main-dv .hitem-dv {
		width: 50%;
	}
	/**/
	.dvnb img,
	.dvnb .dvnb-content {
		width: 100%;
	}
	/**/
	.ck-item .icon {
		width: 80px;
		height: 80px;
	}
}
@media only screen and (max-width: 500px) {
	.ck-left h2,
	.dvnb-content h2,
	.hgt-right h2 {
		font-size: 18px;
	}

}