@charset "UTF-8";
/* Original file: widgets/bh_gall_widget/skins/bh_gall_tc_name2/css/swiper.card.scss */
.bh_gall_tc_name2 {
  /* swiper.card */
}
.bh_gall_tc_name2 .swiper-card {
  height: auto;
}
.bh_gall_tc_name2 .swiper-card .swiper-button-prev, .bh_gall_tc_name2 .swiper-card .swiper-button-next {
  width: 32px;
  height: 32px;
  margin: 0 25px;
  margin-top: calc(0px - (42px/ 2));
}
.bh_gall_tc_name2 .swiper-card .swiper-button-prev {
  margin-left: calc(30% + 15px);
}
.bh_gall_tc_name2 .swiper-card .swiper-button-prev:after, .bh_gall_tc_name2 .swiper-card .swiper-button-next:after {
  content: "";
}
.bh_gall_tc_name2 .swiper-card .swiper-button-prev {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_name2/css/btn.prev_b2.png") !important;
}
.bh_gall_tc_name2 .swiper-card .swiper-button-next {
  background-image: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_name2/css/btn.next_b2.png") !important;
}
.bh_gall_tc_name2 .swiper-card .swiper-horizontal > .swiper-pagination-bullets, .bh_gall_tc_name2 .swiper-card .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 29%;
  height: 100%;
  top: 0;
  bottom: unset;
  background-color: var(--bh_color_white);
  padding: 60px 0;
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  margin: 0 0 3.5rem !important;
  border-radius: 50px;
  opacity: 1;
  text-align: left;
  padding: 0 50px;
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet span {
  position: relative;
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet span::before {
  position: absolute;
  content: '';
  top: 14px;
  left: -35.5px;
  width: 1px;
  height: 55px;
  background-color: var(--bh_color_main);
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet:last-child {
  margin-bottom: 0 !important;
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet:last-child span::before {
  display: none;
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--bh_color_main);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(52, 101, 223, 0.1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px dashed var(--bh_color_main);
  z-index: -1;
  display: none;
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet-active {
  color: var(--bh_color_main);
  font-weight: bold;
  background-color: transparent !important;
}
.bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet-active::after {
  display: block;
}
@media (max-width: 992px) {
  .bh_gall_tc_name2 .swiper-card {
    height: auto;
  }
  .bh_gall_tc_name2 .swiper-card .swiper-button-prev, .bh_gall_tc_name2 .swiper-card .swiper-button-next {
    margin: 0;
    background-size: cover;
    width: 25px;
    height: 25px;
  }
  .bh_gall_tc_name2 .swiper-card .swiper-horizontal > .swiper-pagination-bullets, .bh_gall_tc_name2 .swiper-card .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
    height: auto;
    padding: 0;
    top: 5px;
  }
  .bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet {
    margin-bottom: 10px !important;
  }
  .bh_gall_tc_name2 .swiper-card .swiper-pagination-bullet span::before {
    height: 30px;
  }
}

