/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.section.hb_banner_home .swiper-container-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.section.hb_banner_home .swiper-container-inner {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home .swiper-container-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container-inner .slider-1 {
    grid-column: span 3;
    grid-row: span 2;
  }
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container-inner .slider-2, .section.hb_banner_home .swiper-container-inner .hb_list_banner {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.section.hb_banner_home .swiper-container-inner .hb_list_banner {
  display: flex;
  flex-flow: row wrap;
}
.section.hb_banner_home .swiper-container-inner .hb_list_banner {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container-inner .hb_list_banner {
    display: none;
  }
}
.section.hb_banner_home .swiper-container-inner .hb_list_banner ._images {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  position: relative;
  margin-bottom: 0;
}
.section.hb_banner_home .swiper-container-inner .hb_list_banner ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.hb_banner_home .swiper-container-inner .hb_list_banner ._images a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.hb_banner_home .swiper-container-inner:hover .swiper-button {
  opacity: 1;
}
.section.hb_banner_home .swiper-container .w-swiper {
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
  position: relative;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
  width: 100%;
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay picture {
  width: 100%;
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay picture:first-child {
    display: inline-block;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay picture:last-child {
    display: inline-block;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    width: 85%;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
  opacity: 0;
  position: relative;
  transform: translateX(100px);
  border-radius: 0 10px 0 0;
  padding: 15px;
  background: linear-gradient(90.18deg, rgba(255, 255, 255, 0.81) 9.61%, rgba(255, 255, 255, 0.6804) 52.86%, rgba(255, 255, 255, 0.7533) 99.83%);
}
@media only screen and (min-width: 80rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    width: 100%;
    max-width: 670px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    border-radius: 15px;
    padding: 15px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  line-height: 58px;
  color: #0089CF;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    line-height: 1.5;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 2rem;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  letter-spacing: 1px;
  font-weight: 500;
  color: #2B2B2B;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
  margin-bottom: 20px;
  font-size: 17px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc strong {
  font-weight: 700;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
  line-height: 1;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
  white-space: nowrap;
  background: linear-gradient(180deg, #0089CF 0%, #006DA4 100%);
  border: 1px solid #ffffff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
    padding: 5px 10px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link:hover {
  background-color: #F37627;
  transform: translateY(-5px);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .inner {
  opacity: 1;
  transform: translateX(0px);
  transition: all 500ms ease;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 400ms;
  visibility: visible;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._button {
  transform: scale(1);
}
.section.hb_banner_home .swiper-button {
  opacity: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-button {
    display: none;
  }
}
.section.hb_banner_home .swiper-button::before {
  line-height: 20px;
}
.section.hb_banner_home .swiper-button::before {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.125rem;
  }
}
.section.hb_banner_home .swiper-button.swiper-button-prev {
  left: 8% !important;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-button.swiper-button-prev {
    left: 5px !important;
  }
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 8% !important;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-button.swiper-button-next {
    right: 5px !important;
  }
}
.section.hb_banner_home .swiper-pagination {
  bottom: 25px;
  margin-top: 0;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  box-shadow: 0 0 0 2px #ffffff;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff !important;
}

/* */
.hb_procedure_home .cell-images {
  position: unset;
}

/* */
.hb_news_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-top: 3.75rem;
  }
}
.hb_news_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 3.75rem;
  }
}
.hb_news_home ._button {
  display: none;
}
.hb_news_home ._button a {
  align-items: center;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  background: linear-gradient(180deg, #0089CF 0%, #006DA4 100%);
  transition: 0.4s;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 13px 30px;
}
.hb_news_home ._button a {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home ._button a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home ._button a {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home ._button a {
    padding: 10px 20px;
  }
}
.hb_news_home ._button a i {
  order: -1;
  background: #0089CF;
  color: #ffffff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transform: rotate(-45deg);
  display: none;
}
.hb_news_home ._button a i {
  width: 2.625rem;
  height: 2.625rem;
}
.hb_news_home ._button a:hover {
  transform: translateY(-5px);
}
.hb_news_home ._button a:hover i {
  background: #CDE7FF;
}
.hb_news_home ._button.mobile {
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 35px;
}
.hb_news_home ._button.mobile a {
  display: inline-flex;
}
.hb_news_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.hb_news_home .flex-info .cell {
  width: 100%;
}
.hb_news_home .flex-info .cell-left .heading-title {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .news-list .w-swiper {
    margin: -5px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .w-swiper {
    margin: -2px 0;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .news-list .w-swiper .swiper-wrapper {
    padding: 5px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .w-swiper .swiper-wrapper {
    padding: 2px 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-button {
    display: none;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button::before {
  line-height: 20px;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button::before {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-button::before {
    font-size: 1.125rem;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button.swiper-button-prev {
  left: -23px !important;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-button.swiper-button-prev {
    left: 5px !important;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-button.swiper-button-next {
  right: -23px !important;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-button.swiper-button-next {
    right: 5px !important;
  }
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination {
  bottom: 25px;
  margin-top: 0;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  box-shadow: 0 0 0 2px #ffffff;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-next,
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-next-next,
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-prev,
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff !important;
}
.hb_news_home .flex-info .cell-right .news-list .swiper-pagination {
  display: none;
  line-height: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .swiper-pagination {
    display: block;
  }
}
.hb_news_home .flex-info .cell-right .news-list .item {
  border-radius: 10px;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .news-list .item {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .news-list .item {
    box-shadow: 0px 1px 0 0px rgba(0, 0, 0, 0.2509803922);
    border: 1px solid rgba(0, 0, 0, 0.2509803922);
  }
}
.hb_news_home .flex-info .cell-right .news-list .item .cover {
  border-radius: 10px 10px 0 0;
}
.hb_news_home .flex-info .cell-right .news-list .item .content {
  padding: 20px 10px;
}
.hb_news_home .flex-info .cell-right .news-list .item .content .meta {
  line-height: 1;
  margin-bottom: 10px;
}
.hb_news_home .flex-info .cell-right .news-list .item .content .meta .post-date {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #808080;
}
.hb_news_home .flex-info .cell-right .news-list .item .content ._title {
  margin-bottom: 10px;
}
.hb_news_home .flex-info .cell-right .news-list .item .content ._title a {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #002956;
}
.hb_news_home .flex-info .cell-right .news-list .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .news-list .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_news_home .flex-info .cell-right .news-list .item .content ._title a:hover {
  color: #0089CF;
}
.hb_news_home .flex-info .cell-right .news-list .item .content ._button_item a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #1D1D1D;
}
.hb_news_home .flex-info .cell-right .news-list .item .content ._button_item a i {
  margin-left: 5px;
  font-weight: 700;
}
.hb_news_home .flex-info .cell-right .news-list .item .content ._button_item a:hover {
  color: #0089CF;
}

/* */
.hb_form_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_form_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_form_home {
    padding-top: 3.75rem;
  }
}
.hb_form_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_form_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_form_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_form_home .flex-info {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_form_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_form_home .flex-info .cell-left {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media only screen and (min-width: 96rem) {
  .hb_form_home .flex-info .cell-left {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.hb_form_home .flex-info .cell-left ._subtitle {
  font-size: 25px;
  line-height: 49px;
  color: #FFCC61;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_form_home .flex-info .cell-left ._subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.hb_form_home .flex-info .cell-left .heading-title {
  color: #ffffff;
  left: unset;
  transform: unset;
  line-height: 1;
}
.hb_form_home .flex-info .cell-left .heading-title::before, .hb_form_home .flex-info .cell-left .heading-title::after {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_form_home .flex-info .cell-left .heading-title br {
    display: none;
  }
}
.hb_form_home .flex-info .cell-left ._desc {
  margin-bottom: 20px;
  color: #ffffff;
}
.hb_form_home .flex-info .cell-left ._desc p {
  line-height: 26px;
}
.hb_form_home .flex-info .cell-left ._lists_button {
  margin-bottom: 20px;
  display: grid;
}
.hb_form_home .flex-info .cell-left ._lists_button {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .hb_form_home .flex-info .cell-left ._lists_button {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_form_home .flex-info .cell-left ._lists_button {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_form_home .flex-info .cell-left ._lists_button ._item {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.hb_form_home .flex-info .cell-left ._lists_button ._item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_form_home .flex-info .cell-left ._lists_button ._item {
    margin-bottom: 20px;
  }
  .hb_form_home .flex-info .cell-left ._lists_button ._item:last-child {
    margin-bottom: 0;
  }
}
.hb_form_home .flex-info .cell-left ._lists_button ._item ._images {
  margin-bottom: 0;
}
.hb_form_home .flex-info .cell-left ._lists_button ._item ._images {
  width: 3.125rem;
  height: 3.125rem;
}
.hb_form_home .flex-info .cell-left ._lists_button ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_form_home .flex-info .cell-left ._lists_button ._item ._content {
  color: #ffffff;
}
.hb_form_home .flex-info .cell-left ._lists_button ._item ._content ._sub_title {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}
.hb_form_home .flex-info .cell-left ._lists_button ._item ._content ._title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.hb_form_home .flex-info .cell-left ._lists_button ._item a._button {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_form_home .flex-info .cell-left ._lists_button ._item:hover {
  transform: translateY(-5px);
}
.hb_form_home .flex-info .cell-left ._lists_info {
  margin-bottom: 20px;
}
.hb_form_home .flex-info .cell-left ._lists_info ._item {
  width: 100%;
  position: relative;
  transition: 0.4s;
  display: inline-flex;
  flex-flow: row wrap;
  color: #ffffff;
  margin-bottom: 5px;
}
.hb_form_home .flex-info .cell-left ._lists_info ._item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.hb_form_home .flex-info .cell-left ._lists_info ._item ._icon i {
  font-weight: 400;
}
.hb_form_home .flex-info .cell-left ._lists_info ._item ._content {
  flex: 1;
}
.hb_form_home .flex-info .cell-left ._lists_info ._item a._button {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_form_home .flex-info .cell-left ._lists_info ._item:last-child {
  margin-bottom: 0;
}
.hb_form_home .flex-info .cell-left ._lists_info ._item:hover {
  transform: translateY(-5px);
}
.hb_form_home .flex-info .cell-left ._images {
  width: 100%;
  margin-bottom: 0;
}
.hb_form_home .flex-info .cell-left ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_form_home .flex-info .cell-right {
  background: #F37627;
  border-radius: 20px;
  position: relative;
  padding: 60px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 10px solid #FEBF62;
}
@media only screen and (min-width: 48rem) {
  .hb_form_home .flex-info .cell-right {
    flex: 0 0 43%;
    max-width: 43%;
  }
}
@media only screen and (min-width: 96rem) {
  .hb_form_home .flex-info .cell-right {
    flex: 0 0 38%;
    max-width: 38%;
  }
}
.hb_form_home .flex-info .cell-right::before, .hb_form_home .flex-info .cell-right::after {
  position: absolute;
  content: "";
  width: 288px;
  height: 13px;
  left: 50%;
  transform: translateX(-50%);
  background: #FEBF62;
}
.hb_form_home .flex-info .cell-right::before {
  top: 0;
  border-radius: 0 0 15px 15px;
}
.hb_form_home .flex-info .cell-right::after {
  bottom: 0;
  border-radius: 15px 15px 0 0;
  display: none;
}
.hb_form_home .flex-info .cell-right ._cf7form .form-title {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 30px;
}
.hb_form_home .flex-info .cell-right ._cf7form .form-title::after, .hb_form_home .flex-info .cell-right ._cf7form .form-title::before {
  display: none;
}
.hb_form_home .flex-info .cell-right ._cf7form .form-slogan {
  border: 1px dashed #D5D5D5;
  color: #8E8E8E;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  border-radius: 10px;
  padding: 30px;
  margin-top: 25px;
}
.hb_form_home .flex-info .cell-right ._cf7form form .form-name, .hb_form_home .flex-info .cell-right ._cf7form form .form-email, .hb_form_home .flex-info .cell-right ._cf7form form .form-phone, .hb_form_home .flex-info .cell-right ._cf7form form .form-address, .hb_form_home .flex-info .cell-right ._cf7form form .form-message, .hb_form_home .flex-info .cell-right ._cf7form form .form-code, .hb_form_home .flex-info .cell-right ._cf7form form .form-submit {
  margin-bottom: 15px;
}
.hb_form_home .flex-info .cell-right ._cf7form form [type=text], .hb_form_home .flex-info .cell-right ._cf7form form [type=password], .hb_form_home .flex-info .cell-right ._cf7form form [type=date], .hb_form_home .flex-info .cell-right ._cf7form form [type=datetime], .hb_form_home .flex-info .cell-right ._cf7form form [type=datetime-local], .hb_form_home .flex-info .cell-right ._cf7form form [type=month], .hb_form_home .flex-info .cell-right ._cf7form form [type=week], .hb_form_home .flex-info .cell-right ._cf7form form [type=email], .hb_form_home .flex-info .cell-right ._cf7form form [type=number], .hb_form_home .flex-info .cell-right ._cf7form form [type=search], .hb_form_home .flex-info .cell-right ._cf7form form [type=tel], .hb_form_home .flex-info .cell-right ._cf7form form [type=time], .hb_form_home .flex-info .cell-right ._cf7form form [type=url], .hb_form_home .flex-info .cell-right ._cf7form form [type=color], .hb_form_home .flex-info .cell-right ._cf7form form textarea {
  box-shadow: unset;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 14px;
  text-indent: 10px;
  border-radius: 10px;
  background: transparent;
  height: 45px;
  color: #ffffff;
  width: 100%;
}
.hb_form_home .flex-info .cell-right ._cf7form form input::-webkit-input-placeholder, .hb_form_home .flex-info .cell-right ._cf7form form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.hb_form_home .flex-info .cell-right ._cf7form form input::placeholder, .hb_form_home .flex-info .cell-right ._cf7form form textarea::placeholder {
  color: #ffffff;
}
.hb_form_home .flex-info .cell-right ._cf7form form textarea {
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
  text-indent: 10px;
  border-radius: 10px;
  height: 85px;
  background: transparent;
  color: #ffffff;
}
.hb_form_home .flex-info .cell-right ._cf7form form .form-submit {
  position: relative;
  display: flex;
}
.hb_form_home .flex-info .cell-right ._cf7form form .form-submit input {
  width: 100%;
  background: #FFA116;
  box-shadow: unset;
  border: unset;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.4s;
  font-weight: 600;
  height: 55px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_form_home .flex-info .cell-right ._cf7form form .form-submit input {
    font-size: 18px;
    line-height: 24px;
    height: 50px;
  }
}
.hb_form_home .flex-info .cell-right ._cf7form form .form-submit input:hover {
  transform: translateY(-5px);
}
.hb_form_home .flex-info .cell-right ._cf7form form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/* */
.hb_catShop_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_catShop_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_catShop_home {
    padding-bottom: 3.75rem;
  }
}
.hb_catShop_home .flex-info .cell {
  width: 100%;
}
.hb_catShop_home .flex-info .cell-left .heading-title {
  text-align: center;
}
.hb_catShop_home .flex-info .cell-right ._lists_cat {
  display: grid;
}
.hb_catShop_home .flex-info .cell-right ._lists_cat {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_catShop_home .flex-info .cell-right ._lists_cat {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 64rem) {
  .hb_catShop_home .flex-info .cell-right ._lists_cat {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hb_catShop_home .flex-info .cell-right ._lists_cat ._item .product-category .cover .after-overlay {
  aspect-ratio: 3/2;
}
.hb_catShop_home .flex-info .cell-right ._lists_cat ._item .product-category .cover-content {
  text-align: center;
  padding: 10px;
}
.hb_catShop_home .flex-info .cell-right ._lists_cat ._item .product-category .cover-content ._title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.hb_catShop_home .flex-info .cell-right ._lists_cat ._item .product-category .cover-content .desc {
  display: none;
}
.hb_catShop_home .flex-info .cell-right ._lists_cat ._item .product-category:hover .cover-content ._title {
  text-decoration: underline;
}

/* */
.hb_library_home {
  border: 10px solid #0089CF;
  border-radius: 80px 80px 0 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2196078431);
}
.hb_library_home {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_library_home {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_library_home {
    margin-top: 3.75rem;
  }
}
.hb_library_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_library_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_library_home {
    padding-top: 3.75rem;
  }
}
.hb_library_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_library_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_library_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_library_home {
    border-radius: 40px 40px 0 0;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_library_home .flex-info {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_library_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_library_home .flex-info .cell {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
.hb_library_home .flex-info .cell-left .heading-title {
  left: unset;
  transform: unset;
}
.hb_library_home .flex-info .cell-left .heading-title::before, .hb_library_home .flex-info .cell-left .heading-title::after {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-left .heading-title br {
    display: none;
  }
}
.hb_library_home .flex-info .cell-left ._desc {
  margin-bottom: 20px;
}
.hb_library_home .flex-info .cell-left a._button {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  background: linear-gradient(180deg, #0089CF 0%, #006DA4 100%);
  transition: 0.4s;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 13px 30px;
  margin-bottom: 20px;
}
.hb_library_home .flex-info .cell-left a._button {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_library_home .flex-info .cell-left a._button {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_library_home .flex-info .cell-left a._button {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_library_home .flex-info .cell-left a._button {
    padding: 10px 20px;
  }
}
.hb_library_home .flex-info .cell-left a._button:hover {
  transform: translateY(-5px);
}
.hb_library_home .flex-info .cell-left ._images {
  margin-bottom: 0;
  position: relative;
}
.hb_library_home .flex-info .cell-left ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_library_home .flex-info .cell-left ._images .click_links {
  position: absolute;
  top: 90px;
  right: 35px;
  cursor: pointer;
  border-radius: 100%;
  z-index: 1;
}
.hb_library_home .flex-info .cell-left ._images .click_links {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-left ._images .click_links {
    display: none;
  }
  .hb_library_home .flex-info .cell-left ._images .click_links {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.hb_library_home .flex-info .cell-left ._images .click_links::before {
  position: absolute;
  content: "";
  background: url("../img/click-images.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.hb_library_home .flex-info .cell-left ._images .click_links::before {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-left ._images .click_links::before {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.hb_library_home .flex-info .cell-left ._images .click_links::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  background-color: #FFCC61;
  animation: sonarWave 1.5s linear infinite;
}
.hb_library_home .flex-info .cell-left ._images .click_links::after {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-left ._images .click_links::after {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.hb_library_home .flex-info .cell-right {
  position: relative;
}
.hb_library_home .flex-info .cell-right .click_links {
  position: absolute;
  top: 175px;
  left: -55px;
  cursor: pointer;
  border-radius: 100%;
  z-index: 1;
}
.hb_library_home .flex-info .cell-right .click_links {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-right .click_links {
    display: none;
  }
  .hb_library_home .flex-info .cell-right .click_links {
    width: 4.375rem;
    height: 4.375rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .hb_library_home .flex-info .cell-right .click_links {
    top: -55px;
    left: -10px;
  }
}
.hb_library_home .flex-info .cell-right .click_links::before {
  position: absolute;
  content: "";
  background: url("../img/box-images.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.hb_library_home .flex-info .cell-right .click_links::before {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-right .click_links::before {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.hb_library_home .flex-info .cell-right .click_links::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  background-color: #0089CF;
  animation: sonarWave 1.5s linear infinite;
}
.hb_library_home .flex-info .cell-right .click_links::after {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-right .click_links::after {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.hb_library_home .flex-info .cell-right ._lists_library {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.hb_library_home .flex-info .cell-right ._lists_library {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_library_home .flex-info .cell-right ._lists_library {
    display: flex;
    flex-flow: row wrap;
  }
}
.hb_library_home .flex-info .cell-right ._lists_library ._item {
  position: relative;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_library_home .flex-info .cell-right ._lists_library ._item {
    width: calc(50% - 5px);
  }
}
.hb_library_home .flex-info .cell-right ._lists_library ._item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #E5FAFF;
  z-index: -1;
  left: 40px;
  top: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-right ._lists_library ._item::after {
    display: none;
  }
}
.hb_library_home .flex-info .cell-right ._lists_library ._item ._images {
  margin-bottom: 0;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5019607843);
  border-radius: 10px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.hb_library_home .flex-info .cell-right ._lists_library ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_library_home .flex-info .cell-right ._lists_library ._item ._cover_content {
  display: none;
  position: absolute;
  background: rgba(16, 91, 170, 0.7882352941);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 10px;
  padding: 15px 25px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-right ._lists_library ._item ._cover_content {
    padding: 10px 15px;
  }
}
.hb_library_home .flex-info .cell-right ._lists_library ._item ._cover_content ._title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_library_home .flex-info .cell-right ._lists_library ._item ._cover_content ._title {
    font-size: 12px;
    line-height: 16px;
  }
}
.hb_library_home .flex-info .cell-right ._lists_library ._item a._button {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_library_home .flex-info .cell-right ._lists_library ._item:hover {
  transform: translateY(-5px);
}

/* */
.hb_video_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_video_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_video_home {
    padding-top: 3.75rem;
  }
}
.hb_video_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_video_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_video_home {
    padding-bottom: 3.75rem;
  }
}
.hb_video_home .flex-info .cell {
  width: 100%;
}
.hb_video_home .flex-info .cell-left ._desc {
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .hb_video_home .flex-info .cell-left ._desc {
    width: 70%;
    margin: 0 auto;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.hb_video_home .flex-info .cell-right .lists-wrapper {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item {
  position: relative;
  height: 100%;
  width: 100%;
  border: 0.5px solid #969696;
  padding: 5px;
  border-radius: 5px;
  transition: 0.4s;
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item {
    display: flex;
    align-items: center;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover {
  border-radius: 5px;
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover {
    flex: 0 0 125px;
    max-width: 125px;
    height: 100%;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover .res {
  height: 100%;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover a.fcy_video {
  z-index: 9;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover a.fcy_video {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover a.fcy_video .hb_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex: 0 0 34px;
  max-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover a.fcy_video .hb_play::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex: 0 0 45px;
  max-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover a.fcy_video .hb_play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: red;
  opacity: 0;
  z-index: -1;
  animation: sonarWave 1.5s linear infinite;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover a.fcy_video i {
  flex: 0 0 34px;
  max-width: 34px;
  width: 34px;
  height: 34px;
  font-size: 18px;
  border-radius: 100%;
  background: #CF0000;
  color: #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .cover a.fcy_video i::before {
  margin-left: 3px;
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content {
    flex: 1;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content {
    padding-top: 10px;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title {
    margin-bottom: 5px;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  color: #143E8E;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content .meta {
  display: none;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content .excerpt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item .content ._button_item {
  display: none;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item:hover {
  background: #0089CF;
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide .item:hover .content ._title a {
  color: #ffffff;
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 {
    grid-column: span 5;
    grid-row: span 4;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item {
  border: unset;
  padding: 0;
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item {
    display: unset;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item .cover {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item .cover a.fcy_video .hb_play {
    flex: 0 0 54px;
    max-width: 54px;
    width: 54px;
    height: 54px;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item .cover a.fcy_video .hb_play::before {
    flex: 0 0 65px;
    max-width: 65px;
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item .cover a.fcy_video i {
    flex: 0 0 54px;
    max-width: 54px;
    width: 54px;
    height: 54px;
    font-size: 24px;
  }
}
.hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item .content {
  display: none;
  padding-top: 0;
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item .content {
    flex: 1;
    padding-left: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item .content {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_video_home .flex-info .cell-right .lists-wrapper .swiper-slide.item_0 .item .content .excerpt {
    display: none;
  }
}
/* */
.hb_infomation_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_infomation_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_infomation_home {
    padding-top: 3.75rem;
  }
}
.hb_infomation_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_infomation_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_infomation_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_infomation_home .cell-images .img img {
    object-fit: unset;
  }
}
.hb_infomation_home .flex-info {
  gap: 20px;
  grid-gap: 20px;
}
@media only screen and (min-width: 48rem) {
  .hb_infomation_home .flex-info {
    align-items: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_infomation_home .flex-info {
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_infomation_home .flex-info .cell-left {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    position: relative;
  }
  .hb_infomation_home .flex-info .cell-left .line {
    display: none;
  }
}
.hb_infomation_home .flex-info .cell-left ._subtitle {
  margin-bottom: 0;
}
.hb_infomation_home .flex-info .cell-left .heading-title {
  left: 0;
  transform: unset;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.hb_infomation_home .flex-info .cell-left .heading-title::before {
  bottom: -2px;
  left: 0;
  opacity: 1;
}
.hb_infomation_home .flex-info .cell-left .heading-title::after {
  display: none;
}
.hb_infomation_home .flex-info .cell-left ._desc {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
}
.hb_infomation_home .flex-info .cell-left ._desc p {
  line-height: 28px;
}
.hb_infomation_home .flex-info .cell-left ._desc strong {
  font-weight: 700;
  color: #0089CF;
}
.hb_infomation_home .flex-info .cell-left ._desc ul {
  padding: 0;
  margin: 25px 0;
  list-style: none;
}
.hb_infomation_home .flex-info .cell-left ._desc ul li {
  position: relative;
  margin-bottom: 5px;
}
.hb_infomation_home .flex-info .cell-left ._desc ul li::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAwCAYAAACRx20+AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAObSURBVHgB7ZpNTttAFMffGMfIVReWIPv0BIUbwA3oCQgnKJuk3TXdVFVSiXACwgk4Atyg9AbZA5IXVUNC8Ou8GBCJv2bsF+KP/DYYnPyNfhlNZt48AWvmuG9vn8gfTQB0DTQ+Wb2ba0jBYo4Ja14Yf6mfIWLT/004nvAu5MUH0CQsZy1agseOM66ZF1LO3vwd0QAN4nIqL3omxzKv5OXHwD2A76BIUo6ACpMkx+7edrhyKiv6LSXTtQEVZHTsNMbWxm/IKNnPUfuwKjdHkxxhbVyGfdHpSvZzoKGSU6mpg1+yek5lRK9SMlEJ0bFyEI/s3t1AISZTTulF50EyUWrReZFMlHZ5FyPHZZKslVPK5d3flrMjhElLL2fhljvF6f77nqtUkePKIUo3dZAck0myySSZKJXovEomSiM6z5KJUnwZTtpbh+FycIjGdFdVDldOGIUf0STHAzEI3iE5j/v2T3cICnDlRFFo0UWRTMymDqqp0noRMsKVo0KRJBPi6UF9mM1LMnwiw/v64Vw5Kozb299kAacTvKMnhytHBcPzH/Q0+YvZLijNqOTKSaKIkgmDjsPn/5RWEldONEWVTBhyKIac9KaQxJUTQZElE7NVx6hVbwqBZxD2cI25litnkWg58Gfz3XRPdFwXFODKScPL8i6vsssgmZhbR+dNdlkkE3NbcLt3M0AUR8GX6c21STnYcZykjEg5CFcskjVzshK6M4wurOBQp8MyKscwxa71Izpjvknw1dNBnNvdmyYowpXDQWhRiYonVKmSlwuftmigwMtJq74DCoTn4LBmPQyj3lNGyURsrSNqRMo3uQLFvurIHn2Vx0GeeSIQ3Qd4PI2qgpVVMpFYVPJlb1wsnpnpyk6izJIJpeqdPyLDT4ENwKbVvTuHlDz3FMv/ZC9wT7fZkCFnWSiXSZch+607OleJVj2aU3aVJBPahX8O2VWTTGifGVLRhYovtExbvEcFdNogxL2ftzc5e85bkfooK25ky9DOZvc2UM1bdUfnKsl0Zqgju8qSicyHsyqy08qhOfi+VjsAxKH96/aqqJIJllPwpy8l2kEGtuaGPEf0wDvQ7cT0pZo0BztZcvICW7tBnOzQ1yfI+dfa6htCfIaMOXmBrVNJ9F13czIrICVuyZXkYHBVkyonJ7C2hCnIVu4ptqfegCMnLyytU2nUrg8E4OGrP6VqEuTKWTVLa3KkSpmHeErX8tO8TiuHK2fV/AdCIRognEutZAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 16px;
  margin-right: 10px;
}
.hb_infomation_home .flex-info .cell-left ._desc ul li:last-child {
  margin-bottom: 0;
}
.hb_infomation_home .flex-info .cell-left ._lists_review {
  display: flex;
  margin-bottom: 20px;
  flex-flow: row wrap;
}
.hb_infomation_home .flex-info .cell-left ._lists_review {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .hb_infomation_home .flex-info .cell-left ._lists_review {
    align-items: center;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_infomation_home .flex-info .cell-left ._lists_review ._item {
    flex: 0 0 calc(33.3333333% - 20px);
    max-width: calc(33.3333333% - 20px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_infomation_home .flex-info .cell-left ._lists_review ._item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: center;
  }
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item ._images {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 10px;
  flex: 0 0 55px;
  max-width: 55px;
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item ._images {
  width: 3.4375rem;
  height: 3.4375rem;
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item ._content ._number {
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #0089CF;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_infomation_home .flex-info .cell-left ._lists_review ._item ._content ._number {
    font-size: 28px;
  }
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item ._content ._ratting_star {
  display: none;
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item ._content ._ratting_star i {
  color: #CDE7FF;
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item ._content ._ratting_star .empty-star i {
  font-weight: 500;
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item ._content .desc {
  font-weight: 500;
}
.hb_infomation_home .flex-info .cell-left ._lists_review ._item:last-child {
  margin-bottom: 0;
}
.hb_infomation_home .flex-info .cell-left ._button {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  background: linear-gradient(180deg, #0089CF 0%, #006DA4 100%);
  transition: 0.4s;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 13px 30px;
}
.hb_infomation_home .flex-info .cell-left ._button {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_infomation_home .flex-info .cell-left ._button {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_infomation_home .flex-info .cell-left ._button {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_infomation_home .flex-info .cell-left ._button {
    padding: 10px 20px;
  }
}
.hb_infomation_home .flex-info .cell-left ._button i {
  color: #ffffff;
  margin-left: 10px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.hb_infomation_home .flex-info .cell-left ._button:hover {
  transform: translateY(-5px);
}
@media only screen and (min-width: 64rem) {
  .hb_infomation_home .flex-info .cell-right {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_infomation_home .flex-info .cell-right {
    order: -1;
  }
}
.hb_infomation_home .flex-info .cell-right a.logo {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.hb_infomation_home .flex-info .cell-right a.logo .custom-logo-link img {
  width: 150px;
}
.hb_infomation_home .flex-info .cell-right ._iamges {
  margin-bottom: 0;
}
.hb_infomation_home .flex-info .cell-right ._iamges img {
  width: 100%;
}
.hb_infomation_home .flex-info .cell-right ._slider_images ._item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hb_infomation_home .flex-info .cell-right ._slider_images ._item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.3;
}
.hb_infomation_home .flex-info .cell-right ._slider_images ._item ._images {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.hb_infomation_home .flex-info .cell-right ._slider_images ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_infomation_home .flex-info .cell-right ._slider_images ._item ._content {
  position: absolute;
  z-index: 2;
  left: 25px;
  right: 25px;
  bottom: 25px;
}
.hb_infomation_home .flex-info .cell-right ._slider_images ._item ._title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hb_infomation_home .flex-info .cell-right ._slider_images ._item ._desc {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
.hb_infomation_home .flex-info .cell-right ._slider_images .swiper-button {
  border: 1px solid #0089CF;
  background: #0089CF;
  opacity: 0.7;
}
.hb_infomation_home .flex-info .cell-right ._slider_images .swiper-button::before {
  color: #ffffff;
}
.hb_infomation_home .flex-info .cell-right ._slider_images .swiper-button:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  opacity: 1;
}
.hb_infomation_home .flex-info .cell-right ._slider_images .swiper-button:hover::before {
  color: #0089CF;
  background: #ffffff;
}
.hb_infomation_home .flex-info .cell-right ._slider_images .swiper-pagination {
  margin-top: 0;
  bottom: 20px;
}
.hb_infomation_home .flex-info .cell-right ._slider_images .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}
.hb_infomation_home .flex-info .cell-right ._slider_images .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
}

/* */
.hb_about_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_about_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_about_home {
    padding-top: 3.75rem;
  }
}
.hb_about_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_about_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_about_home {
    padding-bottom: 3.75rem;
  }
}
.hb_about_home .flex-info {
  gap: 20px;
  grid-gap: 20px;
}
@media only screen and (min-width: 48rem) {
  .hb_about_home .flex-info {
    align-items: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_about_home .flex-info {
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_about_home .flex-info .cell-left {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    position: relative;
  }
  .hb_about_home .flex-info .cell-left .line {
    display: none;
  }
}
.hb_about_home .flex-info .cell-left ._subtitle {
  margin-bottom: 0;
}
.hb_about_home .flex-info .cell-left .heading-title {
  left: 0;
  transform: unset;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: block;
}
.hb_about_home .flex-info .cell-left .heading-title::before {
  bottom: -2px;
  left: 0;
  opacity: 1;
}
.hb_about_home .flex-info .cell-left .heading-title::after {
  display: none;
}
.hb_about_home .flex-info .cell-left ._desc {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
  height: 450px;
  overflow: auto;
  padding-right: 10px;
}
.hb_about_home .flex-info .cell-left ._desc :is(h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}
.hb_about_home .flex-info .cell-left ._desc p {
  line-height: 28px;
}
.hb_about_home .flex-info .cell-left ._desc strong {
  color: #0089CF;
  font-weight: 700;
}
.hb_about_home .flex-info .cell-left ._desc ul {
  padding: 0;
  margin: 25px 0;
  list-style: none;
}
.hb_about_home .flex-info .cell-left ._desc ul li {
  position: relative;
  margin-bottom: 5px;
}
.hb_about_home .flex-info .cell-left ._desc ul li::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAwCAYAAACRx20+AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAObSURBVHgB7ZpNTttAFMffGMfIVReWIPv0BIUbwA3oCQgnKJuk3TXdVFVSiXACwgk4Atyg9AbZA5IXVUNC8Ou8GBCJv2bsF+KP/DYYnPyNfhlNZt48AWvmuG9vn8gfTQB0DTQ+Wb2ba0jBYo4Ja14Yf6mfIWLT/004nvAu5MUH0CQsZy1agseOM66ZF1LO3vwd0QAN4nIqL3omxzKv5OXHwD2A76BIUo6ACpMkx+7edrhyKiv6LSXTtQEVZHTsNMbWxm/IKNnPUfuwKjdHkxxhbVyGfdHpSvZzoKGSU6mpg1+yek5lRK9SMlEJ0bFyEI/s3t1AISZTTulF50EyUWrReZFMlHZ5FyPHZZKslVPK5d3flrMjhElLL2fhljvF6f77nqtUkePKIUo3dZAck0myySSZKJXovEomSiM6z5KJUnwZTtpbh+FycIjGdFdVDldOGIUf0STHAzEI3iE5j/v2T3cICnDlRFFo0UWRTMymDqqp0noRMsKVo0KRJBPi6UF9mM1LMnwiw/v64Vw5Kozb299kAacTvKMnhytHBcPzH/Q0+YvZLijNqOTKSaKIkgmDjsPn/5RWEldONEWVTBhyKIac9KaQxJUTQZElE7NVx6hVbwqBZxD2cI25litnkWg58Gfz3XRPdFwXFODKScPL8i6vsssgmZhbR+dNdlkkE3NbcLt3M0AUR8GX6c21STnYcZykjEg5CFcskjVzshK6M4wurOBQp8MyKscwxa71Izpjvknw1dNBnNvdmyYowpXDQWhRiYonVKmSlwuftmigwMtJq74DCoTn4LBmPQyj3lNGyURsrSNqRMo3uQLFvurIHn2Vx0GeeSIQ3Qd4PI2qgpVVMpFYVPJlb1wsnpnpyk6izJIJpeqdPyLDT4ENwKbVvTuHlDz3FMv/ZC9wT7fZkCFnWSiXSZch+607OleJVj2aU3aVJBPahX8O2VWTTGifGVLRhYovtExbvEcFdNogxL2ftzc5e85bkfooK25ky9DOZvc2UM1bdUfnKsl0Zqgju8qSicyHsyqy08qhOfi+VjsAxKH96/aqqJIJllPwpy8l2kEGtuaGPEf0wDvQ7cT0pZo0BztZcvICW7tBnOzQ1yfI+dfa6htCfIaMOXmBrVNJ9F13czIrICVuyZXkYHBVkyonJ7C2hCnIVu4ptqfegCMnLyytU2nUrg8E4OGrP6VqEuTKWTVLa3KkSpmHeErX8tO8TiuHK2fV/AdCIRognEutZAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 16px;
  margin-right: 10px;
}
.hb_about_home .flex-info .cell-left ._desc ul li:last-child {
  margin-bottom: 0;
}
.hb_about_home .flex-info .cell-right {
  order: -1;
}
@media only screen and (min-width: 64rem) {
  .hb_about_home .flex-info .cell-right {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.hb_about_home .flex-info .cell-right a.logo {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.hb_about_home .flex-info .cell-right a.logo .custom-logo-link img {
  width: 150px;
}
.hb_about_home .flex-info .cell-right ._iamges {
  margin-bottom: 0;
}
.hb_about_home .flex-info .cell-right ._iamges img {
  width: 100%;
}
.hb_about_home .flex-info .cell-right ._slider_images ._item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hb_about_home .flex-info .cell-right ._slider_images ._item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.3;
}
.hb_about_home .flex-info .cell-right ._slider_images ._item ._images {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.hb_about_home .flex-info .cell-right ._slider_images ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_about_home .flex-info .cell-right ._slider_images ._item ._content {
  position: absolute;
  z-index: 2;
  left: 25px;
  right: 25px;
  bottom: 25px;
}
.hb_about_home .flex-info .cell-right ._slider_images ._item ._title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hb_about_home .flex-info .cell-right ._slider_images ._item ._desc {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
.hb_about_home .flex-info .cell-right ._slider_images .swiper-button {
  border: 1px solid #0089CF;
  background: #0089CF;
  opacity: 0.7;
}
.hb_about_home .flex-info .cell-right ._slider_images .swiper-button::before {
  color: #ffffff;
}
.hb_about_home .flex-info .cell-right ._slider_images .swiper-button:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  opacity: 1;
}
.hb_about_home .flex-info .cell-right ._slider_images .swiper-button:hover::before {
  color: #0089CF;
  background: #ffffff;
}
.hb_about_home .flex-info .cell-right ._slider_images .swiper-pagination {
  margin-top: 0;
  bottom: 20px;
}
.hb_about_home .flex-info .cell-right ._slider_images .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}
.hb_about_home .flex-info .cell-right ._slider_images .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
}

/* */