.main-1 {
	background-image:url(../images/pic_1.jpg);
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.main-1-1 {
    white-space: nowrap;
    font-size: 18px;
    line-height: 19px;
    font-weight: 400;
    color: #fff;
    font-family: Open Sans;
    text-align: center;
	margin-bottom:30px;
}
.main-1-2 {
	white-space: nowrap;
    font-size: 106px;
    line-height: 106px;
    font-weight: 800;
    color: #fff;
    font-family: Dosis;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    text-align: center;
}
.main-1-2:after {
	content:'';
	display:block;
	background-color:#fff;
	height:10px;
	width:100px;
	margin:50px auto 0;
}
.main-2 {
	background: #000000 url(../images/pic_2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
#serviceSlide {
	margin-bottom:50px;
}

.main-3 {
	background: #ffffff url(../images/pic_3.jpg);
		background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.main-4 {
	background: #ffffff url(../images/pic_4.jpg);
		background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}


.main-5 {
	background: #ffffff url(../images/pic_5.jpg);
		background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}


.main-6 {
	background: #ffffff url(../images/pic_4.jpg);
		background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}


.main-7 {
	background: #ffffff url(../images/pic_6.jpg);
		background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.main-8 {
	background: #ffffff url(../images/pic_8.jpg);
		background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.main-9 {
	background: #ffffff url(../images/pic_9.jpg);
		background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.main-10 {
	background: #ffffff url(../images/pic_10.jpg);
		background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.list-service {
	background-color:rgba(0,0,0,0.7)
}
.list-service .oi_custom_heading_holder + .oi_custom_heading_holder {
	margin-top:40px;
}
.list-service .oi_heading_icon {
	font-size:40px;
	line-height:40px;
}
.list-service .oi_icon_titile {
	color:#fff;
}
.list-service .oi_heading_border span {
	width:100px;
	border-top:1px dotted #a5a5a5;
}