.fl {
	float: left
}

.fr {
	float: right
}

#title-after-banner {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 60px;
}

#title-after-banner h1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.6;
	color: #1F7FB1;
	margin-bottom: 2px;
}

#title-after-banner h4 {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
	text-transform: uppercase;
}

#title-after-banner.type-2 {
	padding-bottom: 40px;
	margin: 0;
}

#title-after-banner.type-2 .container {
	padding: 0;
}

#title-after-banner.type-2 .container:before {
	display: none
}

#title-after-banner.type-2 h1 {
	font-size: 24px
}

#title-after-banner.type-2 h4 {
	font-size: 20px
}

@media screen and (max-width:1300px) {
	#title-after-banner {
		margin: 30px 15px 15px
	}
}

@media screen and (max-width:767px) {
	#title-after-banner .container {
		padding-top: 15px;
	}

	#title-after-banner .container:before {
		display: none
	}

	#title-after-banner h1 {
		font-size: 18px !important;
		line-height: 1.4;
		margin-bottom: 5px !important
	}

	#title-after-banner h4 {
		font-size: 14px !important
	}

	#title-after-banner.type-2 {
		padding: 20px 0
	}
}



#talent-top {
	margin-bottom: 70px;
}

#talent-top .box {
	position: relative;
	max-width: 824px;
	padding: 30px;
	margin: 0 auto;
	color: #666;
	font-size: 15px;
	line-height: 2;
	border: 1px solid #1F7FB1;
}


@media screen and (max-width:767px) {
	#talent-top {
		margin-bottom: 15px
	}

	#talent-top .box {
		padding: 15px;
		line-height: 1.8;;
	}

	#talent-top .box:before {
		display: none
	}
}

#capita-top {
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
	padding: 150px 0;
	overflow: hidden;
}

#capita-top .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: -1;
	background-attachment: fixed
}

#capita-top h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px
}

#capita-top h3 {
	font-size: 18px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

#capita-top p {
	line-height: 1.4
}

@media screen and (max-width:767px) {
	#capita-top {
		padding: 40px 0;
		margin-bottom: 15px
	}

	#capita-top .bg {
		background-attachment: inherit
	}

	#capita-top h2 {
		font-size: 16px
	}

	#capita-top h3 {
		font-size: 14px
	}
}

.talent-block {
	position: relative;
	height: 560px;
	background: #f5f5f5;
}

.talent-block .text {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.talent-block .box {
	width: 80%;
	max-width: 594px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.talent-block .box h2 {
	position: relative;
	display: inline-block;
	font-size: 28px;
	color: #1F7FB1;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1;
}




.talent-block .box .txt {
	line-height: 1.8;
	color: #666;
	font-size: 15px;
}

.talent-block .box .txt p {
	line-height: 2;
	color: #4a4a4a;
	margin-bottom:10px;
}

.talent-block .img {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
}

.talent-block .line {
	display: block;
	position: absolute;
	bottom: -50px;
	width: 80px;
	height: 132px;
	border: 7px solid #E5004A;
	background: none;
}

.talent-block:nth-child(odd) .text {
	left: 0
}

.talent-block:nth-child(odd) .box {
	right: 10.2%
}

.talent-block:nth-child(odd) .img {
	right: 0
}

.talent-block:nth-child(odd) .line {
	border-right: 0;
	right: 0
}

.talent-block:nth-child(even) .text {

	right: 0
}

.talent-block:nth-child(even) .box {
	left: 10.2%
}

.talent-block:nth-child(even) .img {
	left: 0
}

.talent-block:nth-child(even) .line {
	border-left: 0;
	left: 0
}

.talent-block:last-child .line {
	display: none
}

@media screen and (max-width:767px) {
	.talent-block {
		height: auto;
		margin: 0 auto 15px;
		width: 92%;
	}

	.talent-block .text {
		position: relative;
		width: 100%;
		height: auto;
		background: #f1f1f1;
		padding: 30px 25px;
	}

	.talent-block .box {
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		top: 0;
		width: 100%;
		right: auto !important;
		left: auto !important;
	}

	.talent-block .box h2 {
		font-size: 18px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		line-height: 1.3;
	}

	.talent-block .box h2:before {
		width: 8px;
		height: 8px;
		bottom: -4px;
		left: -15px
	}

	.talent-block .box h3 {
		font-size: 15px;
		margin-bottom: 15px;
		margin-left: 0px
	}

	.talent-block .box .txt {
		line-height: 1.8;
		font-size:14px;
	}

	.talent-block .img {
		position: relative;
		width: 100%;
		height: auto;
	}

	.talent-block .img:before {
		content: "";
		display: block;
		padding-top: 61%
	}

	.talent-block .line {
		display: none
	}
	
	#talent-top .box {
	font-size: 14px;
}

.talent-block .box .txt p {
	line-height: 1.8;
	margin-bottom:8px;
}

}

#talent-bottom {
	position: relative;
	margin-bottom: 100px;
	padding: 100px 0;
	overflow: hidden;
}

#talent-bottom .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 900px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: -1
}

#talent-bottom .container {
	max-width: 1200px
}

#talent-bottom ul {
	margin: 0 -49px
}

#talent-bottom li {
	float: left;
	width: 50%;
	padding: 0 49px
}

#talent-bottom .box {
	height: 210px;
	background: rgba(36,36,36,0.9);
	color: #fff;
	position: relative;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#talent-bottom .box:hover {
	background: rgba(255,255,255,0.9);
	color: #333;
}

#talent-bottom .box:hover .icon {
	background-position: bottom center
}

#talent-bottom .box .clearfix {
	position: absolute;
	top: 50%;
	left: 22.5%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#talent-bottom .box .icon {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: top center;
	width: 60px;
	height: 60px
}

#talent-bottom .box .text {
	margin-left: 85px
}

#talent-bottom .box h4 {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 22px;
	margin-bottom: 10px
}

#talent-bottom .box h3 {
	font-size: 16px;
	font-weight: 700
}

#talent-bottom .box .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

