#ups-banner {
  /*	background: #bebebe;*/
}

.swiper-container {
  width: 100%;
  /*	max-width: 1600px;*/
  margin: 0 auto;
}
.swiper-container2 {
  /*	max-width: 1600px;*/
}
.swiper-slide {
  position: relative;
}

.swiper-slide .content {
  width: 50%;
  max-width: 460px;
  position: absolute;
  right: 60px;
  bottom: 90px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .swiper-slide .content {
    display: none;
  }
}
.swiper-slide .content .txt {
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
}

.swiper-slide .content .txt h3 {
  font-family: "BerlingskeSans Serif", Georgia, Times, serif;
  margin: 0;
  font-size: 2.3em;
  font-weight: normal;
}

.swiper-slide .content .txt p {
  margin: 5px 0 0;
  font-size: 1.2em;
}

.swiper-slide .content .link {
  border-radius: 25px;
  display: block;
  background: #008369;
  transition: 0.2s background;
  color: #fff;
  font-family: "BerlingskeSans Bd", Tahoma, helvetica, arial, sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.1em;
  padding: 10px 30px 10px;
  float: right;
  margin-top: 15px;
  text-decoration: none;
}

.swiper-slide .content .link:hover {
  background: #006a55;
}

/*.img-fix {
	margin-top: -25%;
	overflow: hidden;
}

.img-inner {
	transform: translateY(40%);
}*/

.swiper-container img {
  width: 100%;
  display: block;
}
.swiper-container2 img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
.swiper-container2 p {
  font-size: 16px;
  text-align: center;
}
.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-button-prev {
  color: #949494;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
  top: 50%;
  bottom: 30px;
  color: #fff;
  font-weight: bold;
}

.swiper-button-prev {
  left: 60px;
}

.swiper-button-next {
  right: 60px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  font-family: "upsicons";
  position: absolute;
  display: block;
  height: 54px;
  width: 50px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 68px;
}

/*.swiper-button-prev:before {
	content: '\e628';
}
.swiper-button-next:before {
	content: '\e62a';
}*/

.bottom-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 3%;
  z-index: 10;
}

.ups-icon-videoplay {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
}

.ups-icon-videoplay:before {
  font-family: "upsicons";
  content: "\e680";
  font-size: 28px;
  color: white;
}

.stop-status.ups-icon-videoplay:before {
  content: "\e681";
}

#ups-banner .swiper-pagination {
  position: relative;
  display: inline-block;
  /*height: 29px;*/
  vertical-align: middle;
}

#ups-banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #fff;
  opacity: 1;
  box-sizing: border-box;
  margin: 0 10px;
  vertical-align: middle;
}

#ups-banner .swiper-pagination-bullet-active {
  background: #0087cb;
}

@media (max-width: 767px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 10px;
  }
  .swiper-button-next:before,
  .swiper-button-prev:before {
    font-size: 32px;
  }
  .bottom-nav {
    bottom: 3%;
  }
  #ups-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-width: 2px;
    margin: 0 10px;
  }
  .ups-icon-videoplay {
    margin-right: 10px;
  }
}
