.certificate {
	/* width: 80%; */
	margin: auto;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: -1px;
}

.banner,
.banner img {
	width: 100%;
	min-height: 175px;
	vertical-align: middle;
	object-fit: cover;
}

.cur_position ol {
	background-color: #fff;
	padding: 10px 0;
}

.cur_position ol li {
	font-size: 14px;
	color: #999;
}

.cur_position ol li i {
	color: #222;
}

.cur_position ol li a {
	color: #666;
	transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.cur_position ol li a:hover {
	color: #222;
}

.certificate ul li {
	cursor: pointer;
}

.fany {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.fany .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #fff;
	background-color: #1F4F9D;
}

.fany .pagination>li>a,
.pagination>li>span {
	color: #222;
}

.fany .pagination>li>a:hover {
	color: #fff;
	background-color: #1F4F9D;
	border: 1px solid #1F4F9D;
}

/* effect-1 css */

.certificate ul li .text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .8);
	height: 100%;
	opacity: 0.2;
	width: 100%;
	padding: 20px;
}

.certificate ul li .port-1 {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.certificate ul li:hover .port-1 {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.certificate ul li .port-1 .text-desc {
	opacity: 0.9;
	top: -100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: #000;
}

.certificate ul li .port-1 .text-desc h3 {
	color: #fff;
	padding-bottom: 0;
}

.certificate ul li .port-1 .text-desc span {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #C89203;
	margin: auto;
}

.certificate ul li .port-1 .text-desc p {
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 0;
}

.certificate ul li .port-1 img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 100%;
}

.certificate ul li .port-1:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.certificate ul li .port-1 .image-box {
	overflow: hidden;
}

.certificate ul li .port-1.effect-1:hover .text-desc {
	top: 0;
}

.certificate ul li .port-1.effect-2 .text-desc {
	top: auto;
	bottom: -100%;
}

.certificate ul li .port-1.effect-2:hover .text-desc {
	bottom: 0;
}

.certificate ul li .port-1.effect-3 .text-desc {
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}

.certificate ul li .port-1.effect-3:hover .text-desc {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.certificate ul li:hover .text_rq {
	display: none;
}

.certificate ul li:hover .text_new {
	display: none;
}

/* effect-1 css end */
.btn-4 {
	margin-top: 20px;
	/*  margin: 30px 20px;*/
	padding: 10px 20px;
	border-radius: 2px;
	border: 2px solid;
	font: 16px 'Open Sans', sans-serif;
	text-transform: uppercase;
	background: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
}

.btn-4 {
	color: #fff;
	border-color: #C89203;
	position: relative;
	overflow: hidden;

}

.btn-4:before {
	content: "";
	background-color: #C89203;
	-webkit-transform: skew(45deg, 0);
	transform: skew(45deg, 0);
	width: 0;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -30px;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn-4:hover {
	color: #fff;
}

.btn-4:hover:before {
	width: 150%;
}

.text_rq {
	position: absolute;
	left: 0;
	top: 0;
}

.text_rq h4 {
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #222;
	padding: 10px;
	font-family: "Titil";
}

.text_new {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 5px;
	background-color: #C89203;
}

.text_new h4 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #fff;
}

.tabs {
	border-bottom: 1px solid #E7E9EF;
}

.tabs-list {
	display: flex;
	align-items: center;
	padding: 15px 0px;
}

.tabs-list .tabs-item {
	position: relative;
	cursor: pointer;
	padding: 15px 0;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	margin-right: 80px;
}

.tabs-list .tabs-item:last-child {
	margin-right: 0;
}

.tabs-list .tabs-item.is-current,
.tabs-list .tabs-item:hover {
	color: #1F4F9D;
	font-weight: 500;
}

.tabs-list .tabs-item:hover::after,
.tabs-list .tabs-item.is-current::after {
	content: '';
	width: 56px;
	height: 3px;
	background-color: #1F4F9D;
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
}

.certificate_img {
	margin: auto;
}

.certificate_p {
	width: 100%;
	max-width: 341px;
	height: 80px;
	box-sizing: border-box;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E8E8E8;
	color: #666;
	font-size: 24px;
	margin-top: -7.2%;
	position: relative;
	z-index: 1;
}

.certificateQ_p {
	height: 340px;
	background: #0B2C55;
	box-shadow: inset -4px 4px 4px 0px rgba(15, 165, 242, 0.5), inset 4px -4px 4px 0px rgba(16, 168, 245, 0.5);
	padding: 40px 12px;
	box-sizing: border-box;
}

.sc-bt {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 60px;
	height: auto;
	overflow: hidden;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.sc-b {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 50px;
	height: auto;
	overflow: hidden;
	background-image: url(../img/certificateQ_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.ab_img_one {
	width: 80%;
	margin: auto;
}

.certificateQ_p>div {
	display: flex;
	margin-bottom: 28px;
}

.certificateQ_p>div>img {
	width: 14px;
	height: 14px;
	margin-top: 2px;
	margin-right: 6px;
}

.certificateQ_p>div>span {
	flex: 1;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}

.tabs_line {
	width: 100%;
	height: 0px;
	border: 1px dashed #E7E9EF;
}

.sj-clear-padding {
	margin-bottom: 30px;
}

.ab_li_img {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ab_li_img:hover .certificate_p {
	background-color: #003B83;
	color: #FFFFFF;
}

.certificate_ui {
	margin-top: 140px;
}

.certificateQ_ui {
	margin-top: 50px;
}

.certificateQ_topBox {
	position: relative;
	width: 100%;
	height: 80px;
	font-size: 32px;
	color: #fff;
	background: #C89203;
	box-shadow: inset -4px 4px 4px 0px #DDB827, inset 4px -4px 4px 0px #DDB827;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificateQ_topBox .number {
	font-family: Akrobat, Akrobat;
	letter-spacing: 1px;
}

.certificateQ_topBox .line {
	color: #A98012;
	display: inline-block;
	margin: 0 10px;
	width: 1px;
	height: 26px;
	background: #A98012;
}

.certificateQ_topBox .title {
	font-size: 500;
}

footer {
	border-top: none !important;
}

@media (max-width:1500px) {
	.certificate_p {
		font-size: 20px;
	}
}

@media (max-width:1200px) {
	.text-desc {
		display: none;
	}

	.certificate_ui {
		margin-top: 100px;
	}

	.certificate_p {
		font-size: 18px;
		height: 60px;
	}

	.text_rq h4 {
		font-size: 14px;
		padding: 5px;
	}

	.text_new {
		padding: 15px 5px;
	}

	.text_new h4 {
		font-size: 12px;
	}

	.certificate_p {
		font-size: 16px;
	}

	.certificate h3 {
		padding-top: 50px;
	}

}

@media (max-width: 768px) {
	.module_title h3{
		padding-top: 0;
	}

	.tabs-list {
		padding: 10px 0px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.tabs-list .tabs-item {
		flex: 1;
		text-align: center;
		padding: 10px 0;
		font-size: 12px;
		margin-right: 0px;
	}


	.certificate_ui {
		margin-top: 60px;
	}

	.certificate_p {
		margin-top: -5%;
	}
}