.gall_1_main_lawyers {
  /* widget */
}
.gall_1_main_lawyers.bh_widget_wrap {
  position: relative;
  overflow: hidden;
}
.gall_1_main_lawyers .bh_widget_content .bh_item {
  position: relative;
}
.gall_1_main_lawyers .bh_widget_content .bh_item.swiper-slide-active {
  z-index: 20 !important;
  cursor: pointer;
}
.gall_1_main_lawyers .bh_widget_content .bh_item.swiper-slide-active .position {
  opacity: 1;
}
.gall_1_main_lawyers .bh_widget_content .bh_item.swiper-slide-active .bh_item_inner {
  transform: scale(1.335);
  filter: brightness(1);
}
.gall_1_main_lawyers .bh_widget_content .bh_item .position {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 107px;
  color: var(--bh_color_white);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 0 30px 30px 30px;
  box-shadow: 0 0 45px 0 rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
.gall_1_main_lawyers .bh_widget_content .bh_item .position .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/main/sec02_name_bg.png);
  background-position: center;
  background-size: cover;
  border-radius: 0 30px 30px 30px;
  font-size: 18px;
  font-weight: 500;
}
.gall_1_main_lawyers .bh_widget_content .bh_item .position .inner .name {
  font-size: 30px;
  font-weight: bold;
}
.gall_1_main_lawyers .bh_widget_content .bh_item .bh_item_inner {
  display: flex;
  align-items: center;
  height: 689px;
  border-radius: 10px;
  transform: scale(1.07);
  filter: brightness(0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.gall_1_main_lawyers .bh_widget_content .bh_item .bh_item_inner .lawyer_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  z-index: 5;
  background-image: url(/assets/images/common/main_lawyer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 10px rgba(18, 18, 18, 0.95));
}
.gall_1_main_lawyers .bh_widget_content .bh_item .bh_item_inner .lawyer_img img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .gall_1_main_lawyers .bh_widget_content .bh_item .position {
    width: 300px;
    height: 90px;
    border-radius: 0 15px 15px 15px;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .position .inner {
    border-radius: 0 15px 15px 15px;
  }
}
@media (max-width: 992px) {
  .gall_1_main_lawyers .bh_widget_content .bh_item.swiper-slide-active .bh_item_inner {
    transform: scale(1.38);
    filter: brightness(1);
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .position {
    bottom: 18%;
    width: 185px;
    height: 52px;
    border-radius: 0 15px 15px 15px;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .position .inner {
    border-radius: 0 15px 15px 15px;
    font-size: 11px;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .position .inner .name {
    font-size: 16px;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .bh_item_inner {
    transform: scale(1);
    height: 700px;
  }
}
@media (max-width: 768px) {
  .gall_1_main_lawyers .bh_widget_content .bh_item .position {
    bottom: 20%;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .bh_item_inner {
    transform: scale(1);
    height: 580px;
  }
}
@media (max-width: 570px) {
  .gall_1_main_lawyers .bh_widget_content .bh_item .position {
    bottom: 50px;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .bh_item_inner {
    transform: scale(1);
    height: 450px;
  }
}
@media (max-width: 480px) {
  .gall_1_main_lawyers .bh_widget_content .bh_item .bh_item_inner {
    height: 320px !important;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .position {
    bottom: 20px;
  }
}
@media (max-width: 400px) {
  .gall_1_main_lawyers .bh_widget_content .bh_item.swiper-slide-active {
    transform: unset !important;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item.swiper-slide-active .position {
    opacity: 1;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item.swiper-slide-active .bh_item_inner {
    transform: scale(1.335);
    filter: brightness(1);
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .position {
    bottom: 15px;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .bh_item_inner {
    height: 280px !important;
  }
}
@media (max-width: 350px) {
  .gall_1_main_lawyers .bh_widget_content .bh_item .position {
    bottom: 15px;
    width: 140px;
    height: 40px;
    bottom: 40px;
    border-radius: 0 10px 10px 10px;
  }
  .gall_1_main_lawyers .bh_widget_content .bh_item .position .inner {
    border-radius: 0 10px 10px 10px;
  }
}
.gall_1_main_lawyers .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.gall_1_main_lawyers .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
/*# sourceMappingURL=747f3b5f061719ea3fb2ed61869ec636d5ad05c7.widget.scss.map */
