.flex-vertical {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-horizontal {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ht_flex {
  display: flex;
}
.ht_flex_column_sp_btw {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flex_space_between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ht_img_fullwidth {
  width: 100%;
  height: auto;
}
.ht_img_fullheight {
  width: auto;
  height: 100%;
}
.ht_img_full {
  width: 100%;
  height: 100%;
}
.ht_text_bold {
  font-weight: 700;
}
.ht_relative_ele {
  position: relative;
}
.ht_center_div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  top: 0;
}
.ht_transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ht_reset_margin {
  margin: 0 !important;
}
.ht_reset_pd {
  padding: 0 !important;
}
.ht_text_align_r {
  text-align: right;
}
.ht_text_align_l {
  text-align: left;
}
.ht_text_align_c {
  text-align: center;
  display: block;
}
.ht_text_bold {
  font-weight: 700;
}
.w_100 {
  width: 100%;
}
.ht_pointer {
  cursor: pointer;
}
.ht_d_none {
  display: none !important;
}
.ht_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ht_negative_margin {
  margin-left: -15px;
  margin-right: -15px;
}
.three_dots_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18.5px;
  color: #222;
}
.three_dots_3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.three_dots_4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.three_dots_6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.pd_0 {
  padding: 0;
}
.mrg_b_15 {
  margin-bottom: 15px;
}
.bg_white {
  background-color: #fff;
}
.b_radius_3 {
  border-radius: 3px;
}
.ht_scroll::-webkit-scrollbar {
  width: 4px;
}
.ht_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ht_scroll::-webkit-scrollbar-thumb {
  background: #888;
}
.ht_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ht_no_scroll::-webkit-scrollbar {
  width: 0;
}
.mobile_show,
.mobile_show_991,
.mobile_show_480 {
  display: none;
}
@media (min-width: 480px) {
  .mobile_show_480 {
    display: block;
  }
}
@media (min-width: 576px) {
  .container_but_container_l {
    padding-left: calc((100vw - 540px) / 2);
  }
  .container_but_container_r {
    padding-right: calc((100vw - 540px) / 2);
  }
  .ctn_width {
    width: calc((100vw - 540px) / 2);
  }
  .ctn_translatex {
    -webkit-transform: translateX(calc((100vw - 540px) / 2));
    -moz-transform: translateX(calc((100vw - 540px) / 2));
    -ms-transform: translateX(calc((100vw - 540px) / 2));
    -o-transform: translateX(calc((100vw - 540px) / 2));
    transform: translateX(calc((100vw - 540px) / 2));
  }
}
@media (min-width: 768px) {
  .container_but_container_l {
    padding-left: calc((100vw - 750px) / 2);
  }
  .container_but_container_r {
    padding-right: calc((100vw - 750px) / 2);
  }
  .ctn_width {
    width: calc((100vw - 750px) / 2);
  }
  .ctn_translatex {
    -webkit-transform: translateX(calc((100vw - 750px) / 2));
    -moz-transform: translateX(calc((100vw - 750px) / 2));
    -ms-transform: translateX(calc((100vw - 750px) / 2));
    -o-transform: translateX(calc((100vw - 750px) / 2));
    transform: translateX(calc((100vw - 750px) / 2));
  }
}
@media (min-width: 992px) {
  .container_but_container_l {
    padding-left: calc((100vw - 960px) / 2);
  }
  .container_but_container_r {
    padding-right: calc((100vw - 960px) / 2);
  }
  .ctn_width {
    width: calc((100vw - 960px) / 2);
  }
  .ctn_translatex {
    -webkit-transform: translateX(calc((100vw - 960px) / 2));
    -moz-transform: translateX(calc((100vw - 960px) / 2));
    -ms-transform: translateX(calc((100vw - 960px) / 2));
    -o-transform: translateX(calc((100vw - 960px) / 2));
    transform: translateX(calc((100vw - 960px) / 2));
  }
}
@media (min-width: 1200px) {
  .container_but_container_l {
    padding-left: calc((100vw - 1140px) / 2);
  }
  .container_but_container_r {
    padding-right: calc((100vw - 1140px) / 2);
  }
  .ctn_width {
    width: calc((100vw - 1140px) / 2);
  }
  .ctn_translatex {
    -webkit-transform: translateX(calc((100vw - 1140px) / 2));
    -moz-transform: translateX(calc((100vw - 1140px) / 2));
    -ms-transform: translateX(calc((100vw - 1140px) / 2));
    -o-transform: translateX(calc((100vw - 1140px) / 2));
    transform: translateX(calc((100vw - 1140px) / 2));
  }
}
@media (max-width: 992px) {
  .container_but_container_l,
  .container_but_container_r {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile_show_991 {
    display: block;
  }
}
@media (max-width: 480px) {
  .mobile_show {
    display: block;
  }
}
:root {
  --inv: #dca447;
}
@media (min-width: 992px) {
  .btn_animation1 {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 1;
    padding: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -3px;
  }
  .ht-header
    .container
    > .row
    .main_menu
    > nav
    li.nav-item.dropdown
    .dropdown-menu
    > a.dropdown-item {
    padding: 0 !important;
  }
  .btn_animation1::before,
  .btn_animation1::after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
  }
  .btn_animation1:hover {
    color: #fff !important;
    transition-delay: 0.5s;
  }
  .btn_animation1:hover:before {
    transition-delay: 0s;
  }
  .btn_animation1:hover:after {
    background: var(--inv);
    transition-delay: 0.35s;
  }
  .btn_animation1:before,
  .btn_animation1:after {
    top: 0;
    width: 0;
    height: 100%;
  }
  .btn_animation1:before {
    left: 0;
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
  }
  .btn_animation1:after {
    right: 0;
  }
  .btn_animation1:hover:before,
  .btn_animation1:hover:after {
    width: 100%;
  }
}
.from-top:before,
.from-top:after {
  left: 0;
  height: 0;
  width: 100%;
}
.from-top:before {
  bottom: 0;
  border: 1px solid var(--inv);
  border-top: 0;
  border-bottom: 0;
}
.from-top:after {
  top: 0;
  height: 0;
}
.from-top:hover:before,
.from-top:hover:after {
  height: 100%;
}
.from-left:before,
.from-left:after {
  top: 0;
  width: 0;
  height: 100%;
}
.from-left:before {
  right: 0;
  border: 1px solid var(--inv);
  border-left: 0;
  border-right: 0;
}
.from-left:after {
  left: 0;
}
.from-left:hover:before,
.from-left:hover:after {
  width: 100%;
}
.from-right:before,
.from-right:after {
  top: 0;
  width: 0;
  height: 100%;
}
.from-right:before {
  left: 0;
  border: 1px solid var(--inv);
  border-left: 0;
  border-right: 0;
}
.from-right:after {
  right: 0;
}
.from-right:hover:before,
.from-right:hover:after {
  width: 100%;
}
.from-center:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 1px solid var(--inv);
  border-left: 0;
  border-right: 0;
}
.from-center:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: var(--inv);
}
.from-center:hover:before {
  left: 0;
  width: 100%;
}
.from-center:hover:after {
  top: 0;
  height: 100%;
}
.from-bottom:before,
.from-bottom:after {
  left: 0;
  height: 0;
  width: 100%;
}
.from-bottom:before {
  top: 0;
  border: 1px solid var(--inv);
  border-top: 0;
  border-bottom: 0;
}
.from-bottom:after {
  bottom: 0;
  height: 0;
}
.from-bottom:hover:before,
.from-bottom:hover:after {
  height: 100%;
}
@media (min-width: 992px) {
  .scroll_wrapper .icon {
    display: none !important;
  }
}
.scroll_wrapper .scrollbox {
  height: 100%;
  overflow: auto;
}
.scroll_wrapper .icon {
  border: solid 10px transparent;
  border-top-color: #333;
  bottom: 0;
  color: #fff;
  height: 0;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.2s ease-out;
  width: 0;
}
.scroll_wrapper.show-icon .icon {
  animation: flash 1.5s infinite linear;
}
@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
