/*
* @Author: wjp
* @Date:   2019-08-23 08:50:27
* @Last Modified by:   wjp
* @Last Modified time: 2020-03-05 14:26:08
*/

body {
	font-family: arial, sans-serif;
}
#header {
	padding: 0;
	position: relative;
}
#title {
	position: absolute;
	top: 35%;
	height: 150px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#title h1 {
	font-weight: bold;
	vertical-align: middle;
	font-size: 40px;
	color: #001E50;
}
@media (max-width: 991px) and (min-width: 768px) {
	#title h1 {
		font-size: 35px;
	}
}
@media (max-width: 767px) {
	#header {
		margin-top: 48px;
	}
	#title {
		top: 10%;
	}
	#title h1 {
		font-size: 28px;
	}
}
.about {
	margin-top: 50px;
}
.atitle {
	position: relative;
}
.atitle p {
	width: 55%;
	text-align: right;
	font-size: 60px;
	font-weight: bold;
	color: #EFEFEF;
}
.atitle h3 {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	font-weight: bold;
	z-index: 200;
}
h3:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 3px;
	background-color: #FE0000;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 40px;
}
.acontent p {
	padding: 0 15px;
	margin-top: 20px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.atitle p {
		width: 100%;
		text-align: center;
		font-size: 50px;
	}
	.atitle h3 {
		top: -25px;
	}
	.acontent p {
		padding: 0 10px;
	}
}
.history {
	padding: 0;
	position: relative;
}
.history h3 {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	font-weight: bold;
	z-index: 200;
	color: #FFFFFF;
}
.hcontent {
	margin-top: 40px;
	margin-bottom: 40px;
}
.hcontent .row {
	margin-top: 50px;
}
.hcontent img {
	/* margin-top: 20px; */
	border-radius: 15px;
}
.timeLine dl {
	position: relative;
	/* padding: 10px 0; */
	/* font-size: 12px; */
}
.timeLine dl:before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: '';
	width: 2px;
	left: 50%;
	background-color: #C1C2C4;
}
.timeLine h5 {
	font-weight: bold;
}
dl dd {
	position: relative;
	z-index: 200;
	margin-top: -35px;
}
dl dd:first-child {
	margin-top: 0;
}
.cicle {
	background-image: url('/uploads/images/seaory-card-printer-about-us/seaory-card-printer-aboutus-picture2.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 10px;
	width: 30px;
	height: 30px;
	margin-left: -15px;
}
.pos-left .line {
	margin-left: -35px;
}
.line {
	position: absolute;
	left: 50%;
	top: 25px;
	width: 20px;
	height: 2px;
	background-color: #C0C1C3;
	margin-left: 20px;
}
.pos-left .event {
	float: left;
	text-align: right;
}
.pos-right .event {
	float: right;
}
.event {
	width: 42%;
}
.event h5 {
	font-size: 16px;
}
@media (max-width: 767px) {
	.hcontent {
		margin-top: 10px;
	}
	.hcontent .row {
		margin-top: 20px;
	}
	.history h3 {
		top: 5%;
		font-size: 30px;
	}
	.timeLine dl:before {
		left: 3%;
	}
	.cicle {
		left: 3%;
	}
	.line {
		left: 3%;
		width: 10px;
	}
	.pos-left .line {
		margin-left: 20px;
	}
	.pos-left .event, .pos-right .event {
		float: left;
		width: 80%;
		margin-left: 55px;
		text-align: left;
	}
	dl dd {
		margin-top: 0px;
	}
}
@media (max-width: 400px) {
	#title {
		top: 0;
	}
	.history h3 {
		top: -15%;
	}
	h3:after {
		top: 35px;
	}
}

.certificate .swiper-wrapper img {
	border: 1px solid #ddd;
	border-radius: 10px;
}
.certificate h2 {
	margin-bottom: 30px;
}
.certificate .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
}