#firstSlider .sloganWrap {
	bottom: 55%;
}
#firstSlider h6 { 
	font-weight: bold;
	transform: translateY(100px);
}
#firstSlider .icon_box { 
	transform: translateY(100px);
	transition-delay: 0.2s;
}
#firstSlider .sloganWrap .icon_box {
	position: absolute;
	top: 94%; right: 1%; left: 0;
	margin: auto;
	width: 130px; height: 192px;
	padding-top: 10%;
	background: url(./../images/about/icon_box.png) center no-repeat;
	background-size: 100%; 
}
#firstSlider .sloganWrap.DOWN .icon_box { display: none; }

#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;
}

.cabout {
	position: relative;
	width: 100%;
	padding-top: 30px;
	background: url(./../images/about/cabout_bg.png) right top no-repeat;
	overflow: hidden;
}
.cabout .aboutWrap {
	position: relative;
	width: 93%; height: 570px;
	margin: 0 auto 80px;
}
.cabout .aboutWrap .loader {
	position: absolute;
	top: 0; left: 0;
	width: calc(100% - 760px); height: 570px;
}
.cabout .aboutWrap .loader::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	box-shadow: 20px 20px 0 rgba(0,0,0,0.1);
}
.cabout .aboutRight {
	position: absolute;
	top: 0; right: 0;
	width: 760px; height: 570px;
	padding: 90px;
}
.cabout .aboutRight h5 {
	position: relative;
	margin-bottom: 70px;
	font-family: 'Playfair Display', serif;
	font-size: 50px; font-weight: bold;
	line-height: 50px;
	color: #233a42;
	transform: translateX(100px);
}
.cabout .aboutRight h5::before {
	content: '';
	position: absolute;
	top: 27px; left: -90px;
	width: 84px; height: 1px;
	background: #7b7979;
}
.cabout .aboutRight .text {
	font-size: 15px;
	line-height: 28px;
	color: #6e6e6e;
}
/* cabout2 */
.cabout2 { overflow: hidden; }
.cabout2 img{ width:100%; }
.cabout2 .txt{ 
	position:absolute;
	top:65%; right:5%;
	width: 68.5%;
	transform: scale(1.2);
	transition-delay: 0.4s;
}
.cabout2 .txt > img { max-width: 100%; }
/* cabout3 */
.cabout3 {
	position: relative;
	width: 100%;
	margin-top: 50px;
	background: url(./../images/about/cabout3bg.jpg) 0 no-repeat;
	overflow: hidden;
}
.cabout3 .title {
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	width: 25%;
	text-align: center;
	transform: translateY(-200px);
}
.cabout3 .title img {
	width: 100%;
}
.cabout3 .btn_back {
	position: absolute;
	bottom: 31%; right: 0; left: 0;
	margin: auto;
	display: inline-block;
	width: 186px;
	line-height: 54px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	transition: background 0.3s, color 0.3s ;
}
.cabout3 .btn_back:hover {
	background: #fff;
	color: #233b43;
}