.about_content{
	width: 100%;
	overflow: hidden;
}
.about_title{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0 0;
}
.about_title h1{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 55px;
	padding-left: 10px;
}
.about_title p{
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #333333;
	font-size: 14px;
}
.about_title p img{
	margin: -2px 5px 0 0;
}
@media only screen and (max-width:767px ) {
	.about_title{
		padding: 20px 0 10px;
	}
	.about_title h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
		padding: 0;
	}
	.about_title p{
		position: static;
		right: 0;
		bottom: 0px;
	}
}
/*Company Profile*/
.company_content{
	width: 100%;
	overflow: hidden;
	padding: 35px 0 55px;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.company_content p{
	text-align: justify;
}
.company_content img{
	max-width: 100%;
	margin-top: 50px;
}
@media only screen and (max-width:991px ) {
	.company_content img{
		margin-top: 40px;
	}
}
@media only screen and (max-width:767px ) {
	.company_content{
		padding: 25px 0 40px;
	}
	.company_content img{
		margin-top: 20px;
	}
}
/*History*/
.history_content{
	width: 100%;
	overflow: hidden;
}
.history_content ul{
	width: 100%;
	height: auto;
	border-left: 4px solid #c0182f;
	padding-left: 95px;
}
.history_content li{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 65px;
}
.history_content li:last-of-type{
	margin: 0;
}
.history_box{
	width: 100%;
	height: 65px;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 13px 25px 12px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
}
.history_content li:nth-of-type(5) .history_box{
	line-height: 20px;
}
.history_time{
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	background-color: #c0182f;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: -130px;
}
@media only screen and (max-width:991px ) {
	.history_content{
		padding: 65px 0px 80px 35px;
	}
	.history_content ul{
		border-left: 4px solid #c0182f;
		padding-left: 65px;
	}
	.history_box br{
		display: none;
	}
	.history_time{
		left: -100px;
	}
}
@media only screen and (max-width:767px ) {
	.history_content{
		padding: 35px 0px 40px 32px;
	}
	.history_content ul{
		border-left: 4px solid #c0182f;
		padding-left: 35px;
	}
	.history_content li{
		margin-bottom: 35px;
	}
	.history_box{
		width: 100%;
		height: auto;
		min-height: 65px;
		overflow: hidden;
		background-color: #f5f5f5;
		padding: 10px 15px;
		line-height: 15px;
		color: #333333;
		font-size: 12px;
	}
	.history_content li:nth-of-type(1) .history_box{
		padding: 25px 15px;
	}
	.history_content li:nth-of-type(3) .history_box,.history_content li:nth-of-type(4) .history_box,.history_content li:nth-of-type(7) .history_box{
		padding: 17px 15px;
	}
	.history_content li:nth-of-type(5) .history_box{
		line-height: 15px;
	}
	.history_time{
		left: -70px;
	}
}
@media only screen and (min-width:992px ) {
	.history_content{
		padding: 65px 40px 80px 75px;
	}
}
@media only screen and (min-width:1250px ) {
	.history_content{
		padding: 65px 130px 80px 75px;
	}
}
/*Culture*/
.culture_content{
	width: 100%;
	overflow: hidden;
	padding: 35px 0 55px;
	font-size: 14px;
	color: #000000;
}
.culture_content ul{
	width: 100%;
	overflow: hidden;
	margin: 60px 0 0;
}
.culture_content ul li{
	width: calc(25% - 20px);
	width: -moz-calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	overflow: hidden;
	float: left;
	margin: 0 10px 20px;
	text-align: center;
}
.culture_content ul li .culture_img{
	width: 100%;
	overflow: hidden;
}
.culture_img img{
	width: 100%;
	transition: all 0.5s;
}
.culture_content ul li h4{
	font-size: 15px;
	background-color: #6e6e6e;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	color: #FFFFFF;
	transition: all 0.5s;
}
.culture_content ul li:hover .culture_img img{
	transform: scale(1.1);
}
.culture_content ul li:hover h4{
	background-color: #c0182f;
}
@media only screen and (max-width: 991px) {
	.culture_content ul li{
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		margin: 0 10px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.culture_content{
		padding: 20px 0 30px;
		font-size: 14px;
		text-align: justify;
	}
	.culture_content ul{
		margin: 30px 0 0;
	}
	.culture_content ul li{
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.culture_content ul li:nth-of-type(2n+1){
		margin: 0 5px 10px 0;
	}
	.culture_content ul li:nth-of-type(2n){
		margin: 0 0 10px 5px;
	}
}
/*Certificates*/
.certificates_content{
	width: 100%;
	overflow: hidden;
}
.certificates_content ul{
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}
.certificates_content ul li{
	width: calc(25% - 22.5px);
	width: -moz-calc(25% - 22.5px);
	width: -webkit-calc(25% - 22.5px);
	overflow: hidden;
	float: left;
	text-align: center;
}
.certificates_img{
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 10px 30px;
}
.certificates_img img{
	width: 100%;
	transition: all 0.5s;
}
.certificates_content ul li h4{
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #333333;
	background-color: #cccccc;
	transition: all 0.5s;
}
.certificates_content ul li:hover .certificates_img img{
	transform: scale(1.1);
}
.certificates_content ul li:hover h4{
	color: #ffffff;
	background-color: #c0182f;
}
@media only screen and (max-width:991px ) {
	.certificates_content ul li{
		width: calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
	}
	.certificates_content ul li:nth-of-type(2n+1){
		margin: 0 15px 30px 0;
	}
	.certificates_content ul li:nth-of-type(2n){
		margin: 0 0 30px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.certificates_content ul li{
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.certificates_content ul li:nth-of-type(2n+1){
		margin: 0 5px 10px 0;
	}
	.certificates_content ul li:nth-of-type(2n){
		margin: 0 0 10px 5px;
	}
	.certificates_img{
		padding: 10px 15px;
	}
	.certificates_content ul li h4{
		font-size: 12px;
		padding: 5px 0;
		height: 40px;
		line-height: 15px;
	}
}
@media only screen and (min-width:992px ) {
	.certificates_content ul li{
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
	}
	.certificates_content ul li:nth-of-type(3n+1){
		margin: 0 20px 30px 0;
	}
	.certificates_content ul li:nth-of-type(3n+2){
		margin: 0 10px 30px;
	}
	.certificates_content ul li:nth-of-type(3n){
		margin: 0 0 30px 20px;
	}
}
@media only screen and (min-width:1250px ) {
	.certificates_content ul li{
		width: calc(25% - 22.5px);
		width: -moz-calc(25% - 22.5px);
		width: -webkit-calc(25% - 22.5px);
	}
	.certificates_content ul li:nth-of-type(4n+1){
		margin: 0 22.5px 30px 0;
	}
	.certificates_content ul li:nth-of-type(4n+2){
		margin: 0 15px 30px 7.5px;
	}
	.certificates_content ul li:nth-of-type(4n+3){
		margin: 0 7.5px 30px 15px;
	}
	.certificates_content ul li:nth-of-type(4n){
		margin: 0 0 30px 22.5px;
	}
}