.gall_1_history {
  /* widget */
}
.gall_1_history.bh_widget_wrap {
  position: relative;
  overflow: hidden;
}
.gall_1_history .bh_widget_content.bh_row {
  row-gap: 50px;
}
@media (max-width: 992px) {
  .gall_1_history .bh_widget_content.bh_row {
    row-gap: 30px;
  }
}
.gall_1_history .bh_widget_content .bh_item {
  position: relative;
}
.gall_1_history .bh_widget_content .bh_item .bh_item_inner {
  height: 100%;
  -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;
}
.gall_1_history .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.gall_1_history .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
}
.gall_1_history .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);
  /*-webkit-filter: grayscale(0%) blur(0px);
					filter: grayscale(0%) blur(0px);*/
}
.gall_1_history .bh_widget_content .bh_content_wrap .history_year {
  font-size: 50px;
  font-weight: bold;
  color: var(--bh_color_white);
  margin-bottom: 15px;
}
.gall_1_history .bh_widget_content .bh_content_wrap .history_desc {
  font-size: 20px;
  font-weight: 500;
  color: var(--bh_color_gray_100);
}
@media (max-width: 992px) {
  .gall_1_history .bh_widget_content .bh_content_wrap .history_year {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .gall_1_history .bh_widget_content .bh_content_wrap .history_desc {
    font-size: 1.6rem;
  }
}
.gall_1_history .bh_page {
  display: none;
}
.gall_1_history .bh_page.active {
  display: block;
}
.gall_1_history .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;
}
.gall_1_history .bh_page .btn_change_page_content > i {
  font-size: 0.9em;
  vertical-align: middle;
  margin-top: -4px;
}
.gall_1_history .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;
}
.gall_1_history .bh_page .btn_change_page_content.round {
  border-radius: 3px;
}
.gall_1_history .bh_page .btn_change_page_content.round2 {
  border-radius: 100px;
}
.gall_1_history .pagination {
  position: relative;
  text-align: center;
  margin: 32px auto;
}
.gall_1_history .pagination > div {
  display: inline-block;
}
.gall_1_history .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;
}
.gall_1_history .pagination .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.gall_1_history .pagination .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.gall_1_history .pagination .direction.active {
  color: var(--bh_color_white);
  font-weight: 400;
  background: var(--bh_color_gray_800);
  border-color: var(--bh_color_gray_800);
}
.gall_1_history .pagination_simple {
  position: relative;
  text-align: center;
  margin: 32px auto;
}
.gall_1_history .pagination_simple > div {
  display: inline-block;
  color: var(--bh_color_gray_500);
  font-size: 16px;
  margin: 0 10px;
}
.gall_1_history .pagination_simple .current_page_no {
  color: var(--bh_color_gray_900);
  font-weight: 500;
}
.gall_1_history .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;
}
.gall_1_history .pagination_simple .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.gall_1_history .pagination_simple .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.gall_1_history .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=5efcf71cefbc20aac41a67b9dba09a38f21617bb.widget.scss.map */
