#firstSlider h6 { 
	font-weight: bold;
	transform: translateY(100px);
}
#firstSlider h5 { 
	transform: translateY(100px);
	transition-delay: 0.2s;
}

#firstSlider .leftArrow {
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
	z-index:9;
}

#firstSlider .rightArrow {
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	z-index:9;
}

img.btn-arrow {
	opacity:1;
}

img.btn-arrow:hover {
	opacity:0.6;
}

.cfac {
	position: relative;
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.cfac .facTitle {
	margin-bottom: 85px;
	text-align: center;
	transform: translateY(-200px);
}
.cfac .facWrap {
	position: relative;
	width: 100%; height: 900px;
}
.cfac .facWrap .loader {
	display: inline-block;
	width: 41%;
	vertical-align: top;
}
.cfac .facWrap .facRight {
	position: absolute;
	top: 0; right: 0;
	display: inline-block;
	width: 1123px; height: 900px;
	background: url(./../images/fac/cfac_bg.jpg) center no-repeat;
	vertical-align: top;
}
.cfac .facWrap .facRight .conBox {
	position: absolute;
	bottom: 0; left: 0;
	width: 963px; height: 742px;
	padding: 170px 90px 0 150px;
	background: url(./../images/fac/box_bg.png) 0 no-repeat;
	color: #fff;
	font-size: 15px; font-weight: 100;
	line-height: 28px;
}
.cfac .facWrap .conBox h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 70px;
	padding-right: 170px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	transform: translateX(200px);
	transition-delay: 0.7s;
}
.cfac .facWrap .conBox h5::after {
	content: '';
	position: absolute;
	top: 28px; right: 0;
	width: 140px; height: 2px;
	background: #fff;
}
.cfac .facWrap .conBox h6 {
	margin-bottom: 20px;
	font-size: 20px; font-weight: 500;
}
.cfac .facWrap .conBox .btn_back {
	position: absolute;
	bottom: 110px; left: 150px;
	margin: auto;
	display: inline-block;
	width: 186px;
	line-height: 54px;
	font-size: 14px; font-weight: normal;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	transition: background 0.3s, color 0.3s;
}
.cfac .facWrap .conBox .btn_back:hover {
	background: #fff;
	color: #233b43;
}