.tl_banner_basic .btn-banner-adm {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  z-index: 9999;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  color: tomato;
}

.tl_banner_basic .owl-carousel .owl-dots {
  text-align: center;
}
.tl_banner_basic .owl-carousel button.owl-dot {
  width: 20px;
  height: 20px;
  background-color: darkgray;
  margin: 2px 5px;
  border-radius: 50%;
  transform: color 0.4s;
}
.tl_banner_basic .owl-carousel button.owl-dot.active {
  background-color: #3d5afe;
}

.tl_banner_basic .owl-carousel button.owl-prev,
.tl_banner_basic .owl-carousel button.owl-next {
  position: absolute;
  top: 50%;
  font-size: 30px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  padding: 0;
  color: #3d5afe;
}
.tl_banner_basic .owl-carousel button.owl-prev {
  left: 0;
}
.tl_banner_basic .owl-carousel button.owl-next {
  right: 0;
}
.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5px;
}
