.bh_gall_tc_2 {
  /* tab_top */
  /* widget */
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab {
  text-align: center;
  border-bottom: 1px solid var(--bh_color_gray_400);
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a {
  display: inline-block;
  color: var(--bh_color_text);
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  margin: 5px;
  margin-bottom: -1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a span {
  display: block;
  position: relative;
  font-weight: 600;
  padding: 0 10px 15px 10px;
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a:hover {
  /*border-color: #006ad0;
					background-color: #006ad0;
					-webkit-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s;*/
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a:hover span {
  /*color: #fff;*/
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a.active {
  /*border-color: #006ad0;
					background-color: #006ad0;*/
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a.active span {
  /*color: #fff;*/
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab a.active span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 0px;
  background-color: var(--bh_color_gray_800);
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab li:first-child a {
  margin-left: 0;
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_widget_tab li:last-child a {
  margin-right: 0;
}
.bh_gall_tc_2 .tab_top.bh_tab_wrap .bh_tab_li {
  overflow: hidden;
}
.bh_gall_tc_2.bh_widget_wrap {
  position: relative;
  /*overflow: hidden;*/
}
.bh_gall_tc_2 .bh_widget_content .bh_item {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}
.bh_gall_tc_2 .bh_widget_content .bh_item .bh_item_inner {
  height: 100%;
  /*border: 1px solid var(--bh_color_gray_300);*/
  border-radius: 20px;
  -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;
  overflow: hidden;
}
.bh_gall_tc_2 .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.25);
}
.bh_gall_tc_2 .bh_widget_content .bh_item:hover .bh_img_content img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.bh_gall_tc_2 .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content {
  position: relative;
  background-color: var(--bh_color_white);
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content .bh_category {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #5fbb68;
  padding: 3px 7px;
  z-index: 6;
  box-sizing: border-box;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content img {
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content .bh_hover_content {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 1;
  -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  -webkit-transform: scale3d(1, 1, 0.99);
  -moz-transform: scale3d(1, 1, 0.99);
  -ms-transform: scale3d(1, 1, 0.99);
  transform: scale3d(1, 1, 0.99);
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content .bh_hover_content .hover_title {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
.bh_gall_tc_2 .bh_widget_content .bh_img_content .bh_hover_content .hover_content {
  display: block;
  height: 75px;
  color: var(--bh_color_gray_300);
  font-size: 15px;
  line-height: 1.6;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: var(--bh_color_gray_100);
  padding: 20px 30px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_category {
  position: relative;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 5px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 500;
  text-align: left;
  color: var(--bh_color_text);
  margin-bottom: 0;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_title a {
  color: var(--bh_color_text);
  text-decoration: none;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_title a:hover {
  color: var(--bh_color_white);
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_content {
  position: relative;
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  word-break: break-all;
  margin-bottom: 10px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_price {
  position: relative;
  margin-bottom: 10px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_price .price {
  display: inline-block;
  font-size: 22px;
  padding: 8px 0 0;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_price .price span {
  font-weight: 600;
  font-family: Tahoma, sans-serif;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_price .price_org {
  display: inline-block;
  color: #999;
  font-size: 15px;
  font-family: Tahoma, sans-serif;
  text-decoration: line-through;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_price .discount_percent {
  display: inline-block;
  color: #ff8a00;
  font-size: 22px;
  font-weight: 600;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_profile_wrap {
  position: relative;
  padding-left: 47px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_profile_wrap .bh_profile_img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 40px;
  height: 40px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_profile_wrap .bh_profile_img a img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  height: 40px;
  border: 1px solid rgba(221, 221, 221, 0.3);
  border-radius: 15px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_profile_wrap .bh_profile_info {
  padding-top: 1px;
  overflow: hidden;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_act_wrap {
  overflow: hidden;
  padding: 15px 20px 15px 20px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_act_wrap i {
  color: var(--bh_color_gray_700);
  font-size: 18px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_date {
  position: relative;
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more {
  position: relative;
  display: inline-block;
  color: var(--bh_color_text);
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  border: 1px solid var(--bh_color_gray_800);
  padding: 9px 50px 9px 10px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more:hover .bh_plus {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus:before {
  width: 100%;
  height: 1px;
  background: var(--bh_color_black);
  left: 0;
  top: 6px;
  display: block;
  position: absolute;
  content: "";
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .btn_wrap .bh_more .bh_plus:after {
  width: 1px;
  height: 100%;
  background: var(--bh_color_black);
  left: 6px;
  top: 0;
  display: block;
  position: absolute;
  content: "";
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .separator {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 16px 0;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .separator span {
  display: inline-block;
  position: relative;
  color: var(--bh_color_gray_600);
  background-color: var(--bh_color_gray_100);
  padding: 0 16px;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .separator::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bh_color_gray_300);
  content: "";
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_address {
  color: var(--bh_color_gray_600);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bh_gall_tc_2 .bh_widget_content .bh_content_wrap .bh_distance {
  color: var(--bh_color_gray_600);
  font-size: 12px;
  font-weight: 400;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content {
  height: 783px;
  background: var(--bh_color_bg_main);
  background: url("../../../../widgets/bh_gall_widget/skins/bh_gall_tc_2/img/modal_bg.gif") no-repeat center top;
  border-radius: 0;
  padding: 50px;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header {
  padding: 60px 30px 30px 40px;
  border-bottom: 0;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header .bh_title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 5px;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header .bh_title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  box-sizing: border-box;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
  height: auto;
  padding: 0;
  font-size: 40px;
}
.bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_body {
  max-height: 553px;
  padding: 30px 30px 30px 40px;
  padding-top: 0;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content {
    height: auto;
    padding: 15px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_slider .swiper-popup {
    height: auto;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header {
    padding: 10px 15px 30px 15px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_header .bh_modal_close {
    padding: 12px 0;
    font-size: 30px;
  }
  .bh_gall_tc_2 .bh_widget_content .bh_modal_content .bh_modal_body {
    padding: 15px 0 15px 15px;
  }
}
.bh_gall_tc_2 .bh_page {
  display: none;
}
.bh_gall_tc_2 .bh_page.active {
  display: block;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content {
  display: inline-block;
  color: var(--bh_color_gray_900);
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-color: var(--bh_color_gray_300);
  padding: 13px 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content > i {
  font-size: 0.9em;
  vertical-align: middle;
  margin-top: -4px;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content:hover {
  color: #fff;
  font-weight: 500;
  background-color: var(--bh_color_main) !important;
  border-color: var(--bh_color_main) !important;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content.round {
  border-radius: 3px;
}
.bh_gall_tc_2 .bh_page .btn_change_page_content.round2 {
  border-radius: 100px;
}
.bh_gall_tc_2 .pagination {
  position: relative;
  text-align: center;
  margin: 32px auto;
}
.bh_gall_tc_2 .pagination > div {
  display: inline-block;
}
.bh_gall_tc_2 .pagination .direction {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  color: var(--bh_color_gray_900);
  font-size: 0.95em;
  line-height: 38px;
  text-align: center;
  letter-spacing: -2px;
  vertical-align: middle;
  background-color: var(--bh_color_bg_main);
  border-top: solid 1px var(--bh_color_gray_300);
  border-right: solid 1px var(--bh_color_gray_300);
  border-bottom: solid 1px var(--bh_color_gray_300);
  margin-right: 0;
  margin-left: 0;
}
.bh_gall_tc_2 .pagination .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.bh_gall_tc_2 .pagination .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.bh_gall_tc_2 .pagination .direction.active {
  color: var(--bh_color_white);
  font-weight: 400;
  background: var(--bh_color_gray_800);
  border-color: var(--bh_color_gray_800);
}
.bh_gall_tc_2 .pagination_simple {
  position: relative;
  text-align: center;
  margin: 32px auto;
}
.bh_gall_tc_2 .pagination_simple > div {
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 16px;
  margin: 0 10px;
}
.bh_gall_tc_2 .pagination_simple .current_page_no {
  color: var(--bh_color_gray_900);
  font-weight: 500;
}
.bh_gall_tc_2 .pagination_simple .direction {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
  color: var(--bh_color_gray_900);
  font-size: 0.95em;
  line-height: 38px;
  text-align: center;
  letter-spacing: -2px;
  vertical-align: middle;
  background-color: var(--bh_color_bg_main);
  border-top: solid 1px var(--bh_color_gray_300);
  border-right: solid 1px var(--bh_color_gray_300);
  border-bottom: solid 1px var(--bh_color_gray_300);
  margin-right: 0;
  margin-left: 0;
}
.bh_gall_tc_2 .pagination_simple .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.bh_gall_tc_2 .pagination_simple .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.bh_gall_tc_2 .pagination_simple .direction.active {
  color: var(--bh_color_white);
  font-weight: 400;
  background: var(--bh_color_gray_800);
  border-color: var(--bh_color_gray_800);
}
/*# sourceMappingURL=510fa27ff29cb3dc87985e34714939b3a45e0d3b.widget.scss.map */
