.page-service .slide-txts .dec-tit .bdr {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 7px;
  background: #fff;
  transition: width .6s;
}

.page-service .slide-txts .dec-tit:hover .bdr {
  width:100%;
}

.page-service .slide-txts .icons-label {
  padding-top: 7%;
}

.page-service .section:nth-child(2n) .right-box {
  padding-top: 10%;
}

.page-service .section .slide-img {
  height: 500px
}

.scroll-wrapper{
	position: relative;
	overflow: hidden;
}
.over{
	position: fixed;
	width:100%;
	overflow: hidden;
}
.fullpage-wrapper {
  position: relative;
  overflow: hidden;
}

#fullpage {
  width: 100%;
  position: relative;
}

#fullpage .section {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: absolute;
}

.fp-auto-height {
  height: auto !important;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fullpage-wrapper {
  position: relative;
  overflow: hidden;
}
