/** $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 .w-swiper .swiper-slide .item {
  position: relative;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 75rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1200px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
  opacity: 0;
  position: relative;
  transform: translateX(100px);
  padding: 40px 30px;
  background: rgba(0, 82, 180, 0.7294117647);
  border-radius: 20px;
}
@media only screen and (min-width: 75rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    width: 100%;
    max-width: 833px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    padding: 30px 15px;
    border-radius: 10px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
}
@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: 28px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 36px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title br {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  color: #ffffff;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  margin-bottom: 1rem;
}
.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: 26px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
    line-height: 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    margin-bottom: 10px;
  }
}
.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: #ffffff;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #4A95CF;
  transition: 0.4s;
  font-size: 13px;
  line-height: 13px;
  position: relative;
}
@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: 10px 12px;
    font-size: 12px;
    line-height: 12px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link:hover {
  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;
}
.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 {
  border: 1px solid #ffffff !important;
  background: transparent !important;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-button {
    display: none !important;
  }
}
.section.hb_banner_home .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #ffffff;
}
.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: 4% !important;
}
.section.hb_banner_home .swiper-button.swiper-button-prev::before {
  content: "\f060";
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 4% !important;
}
.section.hb_banner_home .swiper-button.swiper-button-next::before {
  content: "\f061";
}
.section.hb_banner_home .swiper-controls {
  height: 0;
}
.section.hb_banner_home .swiper-pagination {
  bottom: 30px;
  margin-top: 0;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
  background: #E7E7E7;
  opacity: 1;
}
.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_banner_design {
  background: linear-gradient(180deg, #3C9EEA -41.06%, #B6FECF 124.81%);
}
.hb_banner_design {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_banner_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_banner_design {
    padding-top: 3.75rem;
  }
}
.hb_banner_design {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_banner_design {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_banner_design {
    padding-bottom: 0;
  }
}
.hb_banner_design .swiper-container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .swiper-container-inner {
    flex-flow: row wrap;
    justify-content: center;
  }
  .hb_banner_design .swiper-container-inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_design .swiper-container-inner {
    justify-content: space-between;
  }
}
.hb_banner_design .title-container {
  padding: 42px 30px;
  border-radius: 20px;
  background: #B2F2F4;
}
@media only screen and (min-width: 64rem) {
  .hb_banner_design .title-container {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .title-container {
    padding: 20px 10px;
    border-radius: 10px;
  }
}
.hb_banner_design .title-container .subtitle {
  color: #242424;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .title-container .subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .title-container .html-title {
    margin-bottom: 10px;
  }
}
.hb_banner_design .title-container .desc {
  font-weight: 500;
  margin-bottom: 15px;
}
.hb_banner_design .title-container .desc p {
  line-height: 26px;
}
.hb_banner_design .title-container ._button {
  border-radius: 100px;
  border: 1px solid #ffffff;
  background: #D1FCFE;
  font-weight: 500;
  text-align: center;
  padding: 8px 35px;
  color: #0048A8;
  transition: 0.4s;
}
.hb_banner_design .title-container ._button i {
  font-weight: 300;
  margin-left: 10px;
}
.hb_banner_design .title-container ._button:hover {
  background: #0048A8;
  color: #ffffff;
}
.hb_banner_design .swiper-slide-design {
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .hb_banner_design .swiper-slide-design {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .swiper-slide-design {
    order: -1;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_design .swiper-slide-design {
    margin-bottom: 50px;
  }
}
.hb_banner_design .swiper-slide-design .mySwiper2 {
  margin-right: -32px;
  margin-bottom: -67px;
}
@media only screen and (min-width: 64rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 {
    height: 600px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 {
    height: 678px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 {
    height: 600px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 {
    height: 425px;
  }
}
.hb_banner_design .swiper-slide-design .mySwiper2 ._icon_banner {
  position: absolute;
  width: 64px;
  height: 64px;
  z-index: 9;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 ._icon_banner {
    display: none;
  }
}
.hb_banner_design .swiper-slide-design .mySwiper2 .icon_1 {
  background: url("../img/icon-banner1.png") no-repeat left top;
  background-size: contain;
  transform: translateX(-23%);
  top: 64px;
}
@media only screen and (min-width: 48rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .icon_1 {
    left: 16%;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .icon_1 {
    left: 23%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .icon_1 {
    left: 0;
  }
}
.hb_banner_design .swiper-slide-design .mySwiper2 .icon_2 {
  background: url("../img/icon-banner2.png") no-repeat left top;
  background-size: contain;
  top: 74px;
  right: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .icon_2 {
    top: 115px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .icon_2 {
    top: 74px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .icon_2 {
    top: 100px;
  }
}
.hb_banner_design .swiper-slide-design .mySwiper2 .icon_3 {
  background: url("../img/icon-banner1.png") no-repeat left top;
  background-size: contain;
  bottom: 25%;
  right: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .icon_3 {
    bottom: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .icon_3 {
    bottom: 25%;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide {
    width: 500px;
    margin: 0 32px 0 auto;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide {
    width: 588px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide {
    width: 500px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide .item .overlay {
  width: 100%;
  height: 100%;
  border-radius: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide .item .overlay {
    border-radius: 15px;
  }
}
.hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide .item .overlay picture {
  width: 100%;
  height: 100%;
}
.hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide .item .overlay picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_banner_design .swiper-slide-design .mySwiper {
  width: 100%;
  max-width: 200px;
  height: 208px;
  position: absolute;
}
@media only screen and (min-width: 64rem) {
  .hb_banner_design .swiper-slide-design .mySwiper {
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    right: auto;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_banner_design .swiper-slide-design .mySwiper {
    left: 130px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper {
    top: 50%;
    transform: translateY(-50%);
    left: -75px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_banner_design .swiper-slide-design .mySwiper {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -50px;
  }
}
.hb_banner_design .swiper-slide-design .mySwiper::before {
  content: "";
  background: rgba(255, 255, 255, 0.8980392157);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 11px;
  position: absolute;
  height: 100%;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.hb_banner_design .swiper-slide-design .mySwiper .swiper-wrapper .swiper-slide .item {
  border-radius: 11px;
  border: 1px solid transparent;
}
.hb_banner_design .swiper-slide-design .mySwiper .swiper-wrapper .swiper-slide .item .overlay-content .inner .html-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
.hb_banner_design .swiper-slide-design .mySwiper .swiper-wrapper .swiper-slide .item .overlay-content .inner .html-title::before {
  display: none;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAvCAYAAAD0FnqqAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG/SURBVHgB5ZjRUcMwDIblXt8pG2QDGIERYIMyAWxAu0GZoGWCskHDBC0TxBskGwgpdnshPRzJMQk9vjslucTR79iRLRvAg4h3ZDuy0htfz8kyUOJ9rcgKdPB5feaLbrxgmC076xCbeT9lwE9xEvdfJWXXrrVQ8JuP44s71LPmCqBrUqlgk1vDR4jDkj346y1ZBnIeJxBPRrYnu/EVqBTvAgsfoB8bsnvQYbmpV3TxBMNyneKLtRyMMRUL5zAsH3yYkLoF94cORV4LN2sxhnAOw1D37xjC5y0bOXRqyY56piE8oxPHNI9EM0iLJVtSM+fwZ+EZBPvxHvI/DTyzZK9kVxDHW+ihAQHYkX20sH5Q6ge6CV/DQuK3cz6OqL2VFJqCDJ7BpCFm4SJBl8iNEk7cvKOHUwbCLDLpsIhuOSJC6lOa3kpTVysspwqnXFDuE4SI+rgJCleP0cPm/w4nBmUzVJqZqSUsYS71p1ktVonK1EjDieHUtKu/LQgJ9jFGbLycHF9qOC0hnqCwNpyyoDNjNpAaEl50NG2h8ZcynNSbL6MIi0G3g1emGLVixJ9/EP39DRx0e597L1j6n069rP0CNdUaFWiC4NkAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 24px;
  transition: 0.4s;
}
.hb_banner_design .swiper-slide-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item {
  background: #6BA8D7;
  border-color: #ffffff;
  border-color: #ffffff;
}
.hb_banner_design .swiper-slide-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item .overlay-content .inner .html-title {
  color: #ffffff;
}
.hb_banner_design .swiper-slide-design .mySwiper .swiper-wrapper .swiper-slide-thumb-active .item .overlay-content .inner .html-title::before {
  display: inline-block;
  margin-right: 5px;
}

/* */
.hb_overview_home {
  padding: 40px 0 30px;
  background: #EBF8FF;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_overview_home {
    padding: 30px 0;
  }
}
.hb_overview_home .flex-info .cell {
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .hb_overview_home .flex-info .cell-right {
    width: 60%;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_overview_home .flex-info .cell-right {
    width: 50%;
  }
}
.hb_overview_home .flex-info .cell-right ._list {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.hb_overview_home .flex-info .cell-right ._list ._item {
  flex: 1;
  display: flex;
}
.hb_overview_home .flex-info .cell-right ._list ._item {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_overview_home .flex-info .cell-right ._list ._item {
    flex-flow: row wrap;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.hb_overview_home .flex-info .cell-right ._list ._item ._image {
  margin-bottom: 0;
  flex: 0 0 53px;
  max-width: 53px;
}
.hb_overview_home .flex-info .cell-right ._list ._item ._image {
  width: 3.3125rem;
  height: 3.3125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_overview_home .flex-info .cell-right ._list ._item ._image {
    margin: 0 auto 15px;
  }
}
.hb_overview_home .flex-info .cell-right ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_overview_home .flex-info .cell-right ._list ._item ._content {
    width: 100%;
  }
}
.hb_overview_home .flex-info .cell-right ._list ._item ._content ._number {
  display: flex;
  align-items: flex-end;
  color: #4A95CF;
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_overview_home .flex-info .cell-right ._list ._item ._content ._number {
    justify-content: center;
  }
}
.hb_overview_home .flex-info .cell-right ._list ._item ._content ._number .count {
  font-size: 36px;
  font-weight: 700;
}
.hb_overview_home .flex-info .cell-right ._list ._item ._content ._number ._unit {
  font-size: 29px;
  font-weight: 600;
  order: -1;
}
.hb_overview_home .flex-info .cell-right ._list ._item ._content ._title_number {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #5E5E5E;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_overview_home .flex-info .cell-right ._list ._item ._content ._title_number {
    text-align: center;
  }
}

/* */
.home-infomation {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-infomation {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-infomation {
    padding-top: 7.5rem;
  }
}
.home-infomation {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-infomation {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-infomation {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-infomation .flex-info {
    align-items: center;
  }
  .home-infomation .flex-info {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-infomation .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-infomation .flex-info .cell {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-infomation .flex-info .cell {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation .flex-info .cell {
    width: 100%;
  }
}
.home-infomation .flex-info .cell-left {
  position: relative;
}
.home-infomation .flex-info .cell-left ._subtitle {
  color: #4A95CF;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.home-infomation .flex-info .cell-left .heading-title {
  color: #4A95CF;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-infomation .flex-info .cell-left ._desc {
  color: #5E5E5E;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: justify;
}
.home-infomation .flex-info .cell-left ._desc p {
  line-height: 26px;
}
.home-infomation .flex-info .cell-left ._button {
  background: #4A95CF;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 10px 25px;
  border-radius: 100px;
}
.home-infomation .flex-info .cell-left ._button i {
  font-weight: 300;
  margin-left: 10px;
}
.home-infomation .flex-info .cell-left ._button:hover {
  background: #0048A8;
  color: #ffffff;
}
.home-infomation .flex-info .cell-left ._images {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .home-infomation .flex-info .cell-left ._images {
    width: 380px;
    height: 215px;
    margin: 0 0 0 auto;
  }
}
.home-infomation .flex-info .cell-left ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-infomation .flex-info .cell-right {
  order: -1;
}
.home-infomation .flex-info .cell-right ._iamges {
  margin-bottom: 0;
}

/* */
.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-right {
  position: relative;
}
.hb_video_home .flex-info .cell-right ._images {
  border-radius: 45px;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_video_home .flex-info .cell-right ._images {
    border-radius: 15px;
  }
}
.hb_video_home .flex-info .cell-right ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_video_home .flex-info .cell-right ._button .fcy_video {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_video_home .flex-info .cell-right ._button .fcy_video .hb_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex: 0 0 54px;
  max-width: 54px;
  width: 54px;
  height: 54px;
  font-size: 54px;
  border-radius: 100%;
  background: #C50000;
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_video_home .flex-info .cell-right ._button .fcy_video .hb_play::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid #fff;
  max-width: 65px;
  width: 65px;
  height: 65px;
}
.hb_video_home .flex-info .cell-right ._button .fcy_video .hb_play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #CF0000;
  opacity: 0;
  z-index: -1;
  animation: sonarWave 1.5s linear infinite;
}
.hb_video_home .flex-info .cell-right ._button .fcy_video i {
  max-width: 54px;
  width: 54px;
  height: 54px;
  font-size: 22px;
  border-radius: 100%;
  background: #CF0000;
  color: #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

/* */
.hb_outstanding_home {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 48rem) {
  .hb_outstanding_home {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_outstanding_home {
    padding-bottom: 5rem;
  }
}
.hb_outstanding_home .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_outstanding_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_outstanding_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_outstanding_home .flex-info .cell {
  width: 100%;
}
.hb_outstanding_home .flex-info .cell .heading-title {
  color: #4A95CF;
  margin-bottom: 0;
}
.hb_outstanding_home .flex-info .cell-right .swiper-controls {
  height: 0;
}
.hb_outstanding_home .flex-info .cell-right .swiper-button {
  border: 1px solid #949494;
}
.hb_outstanding_home .flex-info .cell-right .swiper-button {
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_outstanding_home .flex-info .cell-right .swiper-button {
    display: none;
  }
}
.hb_outstanding_home .flex-info .cell-right .swiper-button::before {
  font-weight: 300;
  font-size: 16px;
  color: #989898;
}
.hb_outstanding_home .flex-info .cell-right .swiper-button:hover::before {
  color: #ffffff;
}
.hb_outstanding_home .flex-info .cell-right .swiper-button.swiper-button-prev {
  left: -20px;
}
.hb_outstanding_home .flex-info .cell-right .swiper-button.swiper-button-next {
  right: -20px;
}
.hb_outstanding_home .flex-info .cell-right .swiper-pagination {
  margin-top: 0;
  bottom: -30px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_outstanding_home .flex-info .cell-right .swiper-pagination {
    bottom: -15px;
    line-height: 1;
  }
}
.hb_outstanding_home .flex-info .cell-right .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  box-shadow: 0 0 0 2px #D9D9D9;
  transform: unset !important;
}
.hb_outstanding_home .flex-info .cell-right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E6A223;
  box-shadow: 0 0 0 2px #E6A223;
  width: 20px;
  border-radius: 100px;
}

/* */
.hb_technology_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_technology_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_technology_home {
    padding-top: 3.75rem;
  }
}
.hb_technology_home::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 55px);
  background: #6BA8D7;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.hb_technology_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.hb_technology_home .flex-info .cell {
  width: 100%;
}
.hb_technology_home .flex-info .cell-left .heading-title {
  color: #ffffff;
  margin-bottom: 0;
}
.hb_technology_home .flex-info .cell-right ._list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hb_technology_home .flex-info .cell-right ._list {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_technology_home .flex-info .cell-right ._list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_technology_home .flex-info .cell-right ._list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_technology_home .flex-info .cell-right ._list ._item {
  border: 0.5px solid #ffffff;
  background: #84C9FF;
  position: relative;
  transition: 0.4s;
  border-radius: 15px;
  padding: 20px 20px 40px;
}
.hb_technology_home .flex-info .cell-right ._list ._item ._image {
  border: 3px solid #E8F8FF;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-bottom: 0;
  overflow: hidden;
}
.hb_technology_home .flex-info .cell-right ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_technology_home .flex-info .cell-right ._list ._item ._content {
  background: linear-gradient(180deg, #ADFAFD 0%, #FAFFFF 100%);
  border-radius: 10px;
  border: 3px solid #ffffff;
  padding: 10px;
  bottom: 20px;
  position: absolute;
  z-index: 9;
  left: 20px;
  right: 20px;
}
.hb_technology_home .flex-info .cell-right ._list ._item ._content ._title {
  color: #3C9EEA;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.hb_technology_home .flex-info .cell-right ._list ._item ._content ._title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .hb_technology_home .flex-info .cell-right ._list ._item ._content ._title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_technology_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_technology_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_technology_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 14px;
    line-height: 18px;
  }
}
.hb_technology_home .flex-info .cell-right ._list ._item a._button-link {
  z-index: 9;
}
.hb_technology_home .flex-info .cell-right ._list ._item a._button-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_technology_home .flex-info .cell-right ._list ._item:hover {
  transform: translateY(-5px);
}

/* */
.hb_distinctive_home {
  margin-top: 0;
}
@media only screen and (min-width: 48rem) {
  .hb_distinctive_home {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_distinctive_home {
    margin-top: 3.75rem;
  }
}
.hb_distinctive_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_distinctive_home {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_distinctive_home {
    padding-top: 1.875rem;
  }
}
.hb_distinctive_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_distinctive_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_distinctive_home {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 74.99875rem) {
  .hb_distinctive_home .flex-info {
    justify-content: center;
  }
}
@media only screen and (max-width: 74.99875rem) {
  .hb_distinctive_home .flex-info .cell {
    width: 100%;
  }
}
.hb_distinctive_home .flex-info .cell-left {
  width: 100%;
}
.hb_distinctive_home .flex-info .cell-left .heading-title {
  text-align: center;
  color: #4A95CF;
  margin-bottom: 120px;
}
@media only screen and (max-width: 74.99875rem) {
  .hb_distinctive_home .flex-info .cell-left .heading-title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_distinctive_home .flex-info .cell-left .heading-title {
    margin-bottom: 30px;
  }
}
.hb_distinctive_home .flex-info .cell-center {
  position: relative;
}
@media only screen and (min-width: 75rem) {
  .hb_distinctive_home .flex-info .cell-center {
    left: 40px;
    top: -10px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-center {
    left: 175px;
    top: -40px;
  }
}
.hb_distinctive_home .flex-info .cell-center:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 3px dashed #4A95CF;
  background: transparent;
}
@media only screen and (min-width: 48rem) {
  .hb_distinctive_home .flex-info .cell-center:after {
    width: 40.875rem;
    height: 40.875rem;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-center:after {
    width: 43.875rem;
    height: 43.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_distinctive_home .flex-info .cell-center:after {
    width: 20rem;
    height: 20rem;
  }
}
.hb_distinctive_home .flex-info .cell-center ._image {
  margin-bottom: 0;
  border-radius: 100%;
  overflow: overlay;
}
@media only screen and (min-width: 48rem) {
  .hb_distinctive_home .flex-info .cell-center ._image {
    width: 36.1875rem;
    height: 36.1875rem;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-center ._image {
    width: 38.1875rem;
    height: 38.1875rem;
  }
}
@media only screen and (max-width: 74.99875rem) {
  .hb_distinctive_home .flex-info .cell-center ._image {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_distinctive_home .flex-info .cell-center ._image {
    width: 18.75rem;
    height: 18.75rem;
  }
}
.hb_distinctive_home .flex-info .cell-center ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 75rem) {
  .hb_distinctive_home .flex-info .cell-right {
    position: absolute;
    top: 65%;
    left: 80%;
    transform: translate(-80%, -65%);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-right {
    top: 55%;
    left: 75%;
    transform: translate(-75%, -55%);
  }
}
@media only screen and (max-width: 74.99875rem) {
  .hb_distinctive_home .flex-info .cell-right {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_distinctive_home .flex-info .cell-right {
    padding-top: 40px;
  }
}
.hb_distinctive_home .flex-info .cell-right ._list {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .hb_distinctive_home .flex-info .cell-right ._list {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_distinctive_home .flex-info .cell-right ._list {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 74.99875rem) {
  .hb_distinctive_home .flex-info .cell-right ._list {
    justify-content: center;
  }
}
.hb_distinctive_home .flex-info .cell-right ._list ._item {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-right: 20px;
  border: 1px solid #4A95CF;
  border-radius: 100px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item {
    padding: 5px;
    padding-right: 15px;
  }
}
.hb_distinctive_home .flex-info .cell-right ._list ._item::before {
  position: absolute;
  content: "";
  background: url("data:image/png;base64,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") no-repeat;
  background-size: contain;
  left: -100px;
}
.hb_distinctive_home .flex-info .cell-right ._list ._item::before {
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (max-width: 74.99875rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item::before {
    display: none;
  }
}
.hb_distinctive_home .flex-info .cell-right ._list ._item ._image {
  margin-bottom: 0;
  margin-right: 15px;
}
.hb_distinctive_home .flex-info .cell-right ._list ._item ._image {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item ._image {
    margin-right: 10px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item ._image {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.hb_distinctive_home .flex-info .cell-right ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_distinctive_home .flex-info .cell-right ._list ._item ._content ._title {
  text-transform: uppercase;
  color: #242424;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item ._content ._title {
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 75rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(1) {
    left: -125px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(1)::before {
    left: -80px;
    bottom: -30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(1) {
    left: -120px;
  }
}
@media only screen and (min-width: 75rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(2) {
    left: -50px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(2)::before {
    left: -83px;
    bottom: -5px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(2)::before {
    left: -90px;
  }
}
@media only screen and (min-width: 75rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(3) {
    left: -8px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(3)::before {
    left: -88px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(3)::before {
    left: -100px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 75rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(4) {
    left: -13px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(4)::before {
    left: -82px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(4) {
    left: -10px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(4)::before {
    left: -98px;
  }
}
@media only screen and (min-width: 75rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(5) {
    left: -45px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(5)::before {
    left: -92px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(5) {
    left: -40px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(5)::before {
    left: -108px;
  }
}
@media only screen and (min-width: 75rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(6) {
    left: -110px;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(6)::before {
    left: -120px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(6) {
    left: -115px;
  }
}

@media only screen and (min-width: 48rem) {
  html[lang=en] .hb_distinctive_home .flex-info .cell-center, html[lang=en-GB] .hb_distinctive_home .flex-info .cell-center {
    left: 15px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  html[lang=en] .hb_distinctive_home .flex-info .cell-center, html[lang=en-GB] .hb_distinctive_home .flex-info .cell-center {
    left: 100px;
  }
}
@media only screen and (min-width: 48rem) {
  html[lang=en] .hb_distinctive_home .flex-info .cell-right, html[lang=en-GB] .hb_distinctive_home .flex-info .cell-right {
    left: 88%;
    transform: translate(-81%, -65%);
  }
}
@media only screen and (min-width: 96.0625rem) {
  html[lang=en] .hb_distinctive_home .flex-info .cell-right, html[lang=en-GB] .hb_distinctive_home .flex-info .cell-right {
    left: 79%;
    transform: translate(-79%, -55%);
  }
}
@media only screen and (min-width: 48rem) {
  html[lang=en] .hb_distinctive_home .flex-info .cell-right ._list, html[lang=en-GB] .hb_distinctive_home .flex-info .cell-right ._list {
    flex-direction: column;
  }
}
@media only screen and (min-width: 48rem) {
  html[lang=en] .hb_distinctive_home .flex-info .cell-right ._list ._item, html[lang=en-GB] .hb_distinctive_home .flex-info .cell-right ._list ._item {
    width: -webkit-fit-content;
    width: fit-content;
  }
}
/* */
.hb_certification_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_certification_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_certification_home {
    padding-top: 3.75rem;
  }
}
.hb_certification_home {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 48rem) {
  .hb_certification_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_certification_home {
    padding-bottom: 5rem;
  }
}
.hb_certification_home::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 48%;
  background: #6BA8D7;
  left: 0;
  right: 0;
  bottom: 0;
}
.hb_certification_home .flex-info .cell {
  width: 100%;
}
.hb_certification_home .flex-info .cell-left .heading-title {
  color: #4A95CF;
  margin-bottom: 30px;
  text-align: center;
}
.hb_certification_home .flex-info .cell-right ._gallery {
  position: relative;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-prev {
  border: 1px solid #949494;
  background: #ffffff;
  border-radius: 100%;
  top: 52% !important;
  transform: translateY(-52%);
  left: -20px;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-prev {
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_certification_home .flex-info .cell-right ._gallery .swiper-button-prev {
    display: none;
  }
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-prev:after {
  color: #989898;
  font-size: 18px;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-prev:hover {
  border: 1px solid #4A95CF;
  background: #4A95CF;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-prev:hover:after {
  color: #ffffff;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-next {
  border: 1px solid #949494;
  background: #ffffff;
  border-radius: 100%;
  top: 52% !important;
  transform: translateY(-52%);
  right: -20px;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-next {
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_certification_home .flex-info .cell-right ._gallery .swiper-button-next {
    display: none;
  }
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-next:after {
  color: #989898;
  font-size: 16px;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-next:hover {
  border: 1px solid #4A95CF;
  background: #4A95CF;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-button-next:hover:after {
  color: #ffffff;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-pagination {
  bottom: -35px;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  box-shadow: 0 0 0 0 #D9D9D9;
  transform: unset !important;
}
.hb_certification_home .flex-info .cell-right ._gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E6A223;
  box-shadow: 0 0 0 0 #E6A223;
  width: 20px;
  border-radius: 100px;
}
.hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-wrapper {
  align-items: center;
}
.hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-slide {
  background: #ffffff;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-slide {
    width: 344px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-slide {
    width: 396px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-slide {
    width: 110px;
  }
}
.hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-slide ._item {
  position: relative;
}
.hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-slide ._item ._image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-slide ._item ._image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.hb_certification_home .flex-info .cell-right .mySwiper_gallery .swiper-slide ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* */
.hb_news_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-top: 0;
  }
}
@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::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #6BA8D7;
  left: 0;
  right: 0;
  bottom: -1px;
}
.hb_news_home .flex-info .cell {
  width: 100%;
}
.hb_news_home .flex-info .cell-left .heading-title {
  margin-bottom: 30px;
  color: #4A95CF;
}
.hb_news_home .flex-info .cell-right .swiper-controls {
  height: 0;
}
.hb_news_home .flex-info .cell-right .swiper-button {
  top: 47%;
  transform: translateY(-47%);
  border: 1px solid #949494;
}
.hb_news_home .flex-info .cell-right .swiper-button {
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-button {
    display: none;
  }
}
.hb_news_home .flex-info .cell-right .swiper-button::before {
  font-weight: 300;
  font-size: 16px;
  color: #989898;
}
.hb_news_home .flex-info .cell-right .swiper-button:hover::before {
  color: #ffffff;
}
.hb_news_home .flex-info .cell-right .swiper-button.swiper-button-prev {
  left: -20px;
}
.hb_news_home .flex-info .cell-right .swiper-button.swiper-button-next {
  right: -20px;
}
.hb_news_home .flex-info .cell-right .swiper-pagination {
  margin-top: 0;
  bottom: -30px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-pagination {
    bottom: -15px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  box-shadow: 0 0 0 2px #D9D9D9;
  transform: unset !important;
}
.hb_news_home .flex-info .cell-right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E6A223;
  box-shadow: 0 0 0 2px #E6A223;
  width: 20px;
  border-radius: 100px;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item {
  padding: 20px;
  border-radius: 15px;
  background: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item {
    border: 1px solid #D9D9D9;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item {
    padding: 10px;
    border-radius: 10px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .cover {
  border-radius: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .cover {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .cover .res {
  aspect-ratio: 4/3;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content {
  padding-top: 15px;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title {
  margin-bottom: 15px;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
  font-weight: 700;
  color: #4A95CF;
  text-transform: capitalize;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
    font-size: 16px;
    line-height: 20px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content .meta {
  display: flex;
  align-items: center;
  color: #4A95CF;
  font-weight: 600;
  margin-bottom: 15px;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content .meta .post-date {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content .meta .post-date::after {
  position: absolute;
  content: "/";
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content .excerpt {
  color: #5E5E5E;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content ._button_item a {
  border-radius: 100px;
  color: #ffffff;
  background: #4A95CF;
  border: 1px solid transparent;
  position: relative;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  transition: 0.4s;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._button_item a {
    padding: 8px 15px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content ._button_item a i {
  font-weight: 300;
  margin-left: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._button_item a i {
    margin-left: 5px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content ._button_item a:hover {
  border-color: #4A95CF;
  color: #4A95CF;
  background: transparent;
  background-color: transparent;
}

/* Responsive */
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .hb_distinctive_home .flex-info .cell-center ._image {
    width: 499px !important;
    height: 499px !important;
  }
  .hb_distinctive_home .flex-info .cell-center:after {
    width: 571px !important;
    height: 571px !important;
  }
  .hb_distinctive_home .flex-info .cell-right ._list {
    grid-gap: 30px !important;
    gap: 30px !important;
  }
  .hb_distinctive_home .flex-info .cell-right {
    left: 81% !important;
    transform: translate(-81%, -65%) !important;
  }
  .hb_distinctive_home .flex-info .cell-center {
    left: 95px !important;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(5) {
    left: -40px !important;
  }
  .hb_distinctive_home .flex-info .cell-right ._list ._item:nth-child(6) {
    left: -100px !important;
  }
  .hb_certification_home .flex-info .cell-right ._gallery .swiper-button-prev,
  .hb_certification_home .flex-info .cell-right ._gallery .swiper-button-next,
  .hb_news_home .flex-info .cell-right .swiper-button,
  .hb_outstanding_home .flex-info .cell-right .swiper-button {
    display: none;
  }
  .hb_banner_design .swiper-slide-design .mySwiper2 {
    margin-right: 0;
  }
  .hb_banner_design .swiper-slide-design .mySwiper2 .swiper-wrapper .swiper-slide {
    width: 445px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .hb_distinctive_home .flex-info .cell-right {
    left: 83% !important;
    transform: translate(-83%, -65%) !important;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1280px) {
  .hb_distinctive_home .flex-info .cell-right {
    left: 89% !important;
    transform: translate(-89%, -65%) !important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1470px) {
  .hb_distinctive_home .flex-info .cell-right {
    left: 83.5%;
    transform: translate(-83.5%, -65%);
  }
  .hb_distinctive_home .flex-info .cell-center {
    left: 105px;
  }
}
@media only screen and (min-width: 1471px) and (max-width: 1536px) {
  .hb_distinctive_home .flex-info .cell-center {
    left: 90px;
  }
}
/* */
/* */
/* */
/* */