.about-detail {
	padding: 30px 6%;
}

.about-detail p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 36px;
}

/* honor */
.honor {
	padding: 20px 0;

}

.honor .row {
	margin: 0;
	padding: 0;
}

.honor .row .col-xs-6 {
	box-sizing: border-box;
}

.pride {
	margin: 10px 30px 10px;

}

.pride_img {
	text-align: center;
	background: #fff;
	border: 12px solid #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);


}

.company_img {
	width: 100%;

}

.zoom-on-hover {

	/* position: relative;
	height: 0px;
	padding-bottom: 112%; */

	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 128%;

}

.zoom-on-hover img {
	position: absolute;
	display: block;
	width: 98%;
	height: 98%;
	object-fit: contain;
	top: 0;
	max-width: 100%;
}




.pride .prideTextBox {
	padding: 20px 0px 10px;
	color: #666464;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}


.seeMore {
	position: relative;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border-radius: 4px;
	background-color: #fff;
	color: #014da2;
	border: 1px solid #014da2;
	margin: 20px 0;
}

.alignCenter {
	text-align: center;
}

.cultureBox {
	padding: 30px 6%;
}

/* .cultureBox ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	padding-top: 20px;
	flex-direction: column;
} */

.cultureBox ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	justify-content: flex-start;
}

.cultureBox li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f9f9f9;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #FFFFFF;
	padding: 30px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;


}

.cultureBox .text-container {
	flex: 1;
	text-align: left;
}

.cultureBox .iconBox {
	text-align: center;
}

.cultureBox ul img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}


.cultureBox ul p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #767676;
}

.cultureBox ul .name {
	margin-top: 28px;
	color: #014da2;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.cultureBox ul .text {
	color: #666;
	line-height: 2.143;
	padding-left: 50px;
	flex: 1;

}

.cultureBox .line {
	width: 20px;
	height: 2px;
	background-color: #014da2;
	margin: 16px 0;
}





@media screen and (max-width: 992px) and (min-width: 768px) {
	.company_img {
		height: 28vw;
	}
}

@media (max-width: 960px) {
	/* .cultureBox ul {
		padding-top: 0;
	} */

	.cultureBox ul {
		grid-template-columns: 1fr;
		padding-top: 0px;
	}

	.cultureBox li {
		flex-direction: column;
	}

	.cultureBox ul .text {
		width: 100%;
		text-align: center;
		padding: 0;
		padding-top: 30px;
	}

	.cultureBox .line {
		width: 16px;
		margin: 8px auto;
	}
}

@media screen and (max-width: 500px) {
	.pride {
		margin: 10px 5px;
	}

	.company_img {
		/* height: 32vw; */
		height: auto;
	}
}