.drdt_sticky_section.drdt_sticky_fixed .drdt_site_logo .drdt_custom_site_logo .main_logo {
  display: none !important;
}
.drdt_sticky_section.drdt_sticky_fixed .drdt_site_logo .drdt_custom_site_logo .sticky_logo {
  display: block !important;
}
.drdt_sticky_section .drdt_site_logo .drdt_custom_site_logo .main_logo {
  display: block !important;
}
.drdt_sticky_section .drdt_site_logo .drdt_custom_site_logo .sticky_logo {
  display: none !important;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #333;
}
.swiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper2 {
  height: 80%;
  width: 100%;
}
.mySwiper .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
