.swiper-neteyun{
  height:550px !important;
}
.siper-neteyun-page .swiper-pagination-bullet{ width:25px; height:3px; border-radius:0;}
.siper-neteyun-page .swiper-pagination-bullet-active{ background-color:#fff;}

.swiper-neteyun .swiper-button-prev,.swiper-neteyun .swiper-button-next{
  display:none;
}

.swiper-neteyun .swiper-slide{
  background-position: center center;
  background-size: cover;
}
.swiper-neteyun .swiper-button-prev{
  width: 45px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  background: url(images/arrow.png) rgba(0,0,0,0.5);
}
.swiper-neteyun .swiper-button-next{
  width: 45px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  background: url(images/arrow.png) rgba(0,0,0,0.5) 55px 0;
}
.jumbotron{
  color: white;
  position: relative;
  text-align: center;
  padding: 116px 0;
}
.ui.container{
  width: 100%;
  margin: 0 auto;
}
.index-jumbotron h1 {
  font-size: 40px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 40px;
}
.index-jumbotron .subtitle {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
}
.index-jumbotron .actions {
  margin: 50px 0 0 0;
}
.jumbotron .actions .button {
  min-width: 180px;
  margin-right: 15px;
}
.ui.bordered.orange.button {
  height:50px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid #fe7300;
  color: #fe7300;
  background: rgba(254,115,0,0.1);
}

.ui.bordered.orange.button:hover{
  color: #FFF !important;
  background: #fe7300;
}
.joinus {
  height:50px;
  display: inline-block;
  line-height: 50px;
  color: #FFF !important;
  background: rgba(254,115,0,1) !important;
}
.joinus:hover {
  height:50px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid #fe7300;
  color: #fe7300 !important;
  background: rgba(254,115,0,0.1) !important;
}
.index-jumbotron .contrast {
  margin-top: 20px;
  font-size: 16px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

