.full-page-slider {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.full-page-slider .slider-page {
  position: relative;
  width: 100%;
  height: 100%;
}
.full-page-slider .nav-btn {
  position: absolute;
  right: 90px;
  width: 40px;
}
.full-page-slider .nav-btn .btn {
  margin-bottom: 10px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  border: 2px solid #990100;
  cursor: pointer;
}
.full-page-slider .nav-btn .active {
  background: #990100;
}
.full-page-slider .next-page-btn {
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  font-size: 60px;
  cursor: pointer;
  color: #900;
}
