.main-right {
  position: relative;
}
.main-right .btn-banner-adm {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #c51162;
  z-index: 100;
}
.main-right .photo img {
  width: 100%;
  border-radius: 1.2em;
}
.main-right .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 50px;
}

.main-right .owl-dots .owl-dot {
  background-color: #ddd;
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
  border: 0;
}

.main-right .owl-dots .owl-dot.active {
  background-color: #e20000;
}

.main-right .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main-right .owl-nav i {
  font-size: 30px;
}

.main-right .owl-next,
.main-right .owl-prev {
  font-size: 0;
  width: 64px;
  height: 64px;
  background-color: #fff;
  display: inline-block;
  border: 0;
}
