@charset "UTF-8";
/* Original file: widgets/bh_gall_widget/skins/bh_gall_tc_scrollbar2/css/swiper.card.scss */
.bh_gall_tc_scrollbar2 {
  /* swiper.card */
}
.bh_gall_tc_scrollbar2 .swiper-card {
  height: auto;
}
.bh_gall_tc_scrollbar2 .swiper-card .swiper-button-prev, .bh_gall_tc_scrollbar2 .swiper-card .swiper-button-next {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 1px solid var(--bh_color_gray_600);
  background-repeat: no-repeat;
  background-size: center;
  background-position: center;
  transition: all 0.3s ease-in-out;
  top: unset;
  bottom: 25px;
  margin-left: calc((100vw - 1600px) / 2);
}
.bh_gall_tc_scrollbar2 .swiper-card .swiper-button-next {
  right: unset;
  left: 75px;
}
.bh_gall_tc_scrollbar2 .swiper-card .swiper-button-prev:hover, .bh_gall_tc_scrollbar2 .swiper-card .swiper-button-next:hover {
  border-color: var(--bh_color_white);
}
.bh_gall_tc_scrollbar2 .swiper-card .swiper-button-prev:after, .bh_gall_tc_scrollbar2 .swiper-card .swiper-button-next:after {
  content: "";
}
.bh_gall_tc_scrollbar2 .swiper-card .swiper-button-prev {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_scrollbar2/css/btn.prev_b5.png") !important;
}
.bh_gall_tc_scrollbar2 .swiper-card .swiper-button-next {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_scrollbar2/css/btn.next_b5.png") !important;
}
.bh_gall_tc_scrollbar2 .swiper-card .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 992px) {
  .bh_gall_tc_scrollbar2 .swiper-card {
    height: auto;
  }
  .bh_gall_tc_scrollbar2 .swiper-card .swiper-button-prev, .bh_gall_tc_scrollbar2 .swiper-card .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-left: 0;
    bottom: 10px;
  }
  .bh_gall_tc_scrollbar2 .swiper-card .swiper-button-next {
    left: 45px;
  }
}

