#title-after-banner {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 60px;
}

#title-after-banner h1 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6;
	color: #333333;
	margin-bottom: 2px;
}

#title-after-banner h4 {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #333;
	font-weight: 400;
	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
}




#talent-top {
	margin-bottom: 80px;
}

#talent-top .box2 {
	position: relative;
	max-width: 824px;
	padding: 30px;
	margin: 0 auto;
	color: #666;
	line-height: 2;
	font-size: 14px;
	border: 1px solid #005c98;
}



#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
}


.talent-block {
	position: relative;
	height: 560px;
	background: #f1f1f1;
	margin-bottom: 70px;
}

.talent-block .text {
	position: absolute;
	top: 0;
	width: 55%;
	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: 24px;
	color: #254472;
	font-weight: 700;
	padding-bottom: 14px;
	margin-bottom: 14px;
	line-height: 1;
}

.talent-block .box h2:before {
	content: '';
	width: 11px;
	height: 11px;
	background: #254472;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -5px;
	left: -25px;
}

.talent-block .box h2:after {
	content: '';
	height: 1px;
	background: #254472;
	position: absolute;
	bottom: 0;
	left: 0;
	right: -16px;
}

.talent-block .box h3 {
	font-size: 18px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #254472;
	margin-bottom: 36px;
	font-weight: 400;
	line-height: 1;
}

.talent-block .box .txt {
	line-height: 1.8;
	color: #666
}

.talent-block .box .txt p {
	line-height: 2;
	font-size: 14px;
	color: #565656;
	margin-bottom:10px;
}

.talent-block .img {
	position: absolute;
	top: 0;
	width: 45%;
	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 #254472;
	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
}


#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%
}

