/** $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 {
  padding-top: 0;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home {
    padding-top: 1.25rem;
  }
}
.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 {
  display: none;
}
.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.desktop {
    display: inline-block;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay picture.mobile {
    display: inline-block;
  }
}
.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: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    padding-left: 1.875rem;
    padding-right: 1.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: 80rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 96rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1536px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    padding-left: 35px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
  opacity: 0;
  position: relative;
  transform: translateX(100px);
  border-radius: 30px;
  padding: 30px;
  background: linear-gradient(90.18deg, #FFFFFF 9.61%, rgba(255, 255, 255, 0.92) 46%, rgba(255, 255, 255, 0) 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: #00ccff;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
}
@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.875rem;
  }
}
@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: 2.5rem;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  letter-spacing: 1px;
  font-weight: 600;
  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 {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 1.6875rem;
  }
}
.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 {
  margin-bottom: 0.3125rem;
}
.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, #00ccff 0%, #046aca 100%);
  border: 1px solid #ffffff;
  font-weight: 400;
  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: #F1F7FF;
  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: 25px !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: 25px !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_vision_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_vision_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home {
    padding-top: 3.75rem;
  }
}
.hb_vision_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_vision_home {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home {
    padding-bottom: 5rem;
  }
}
.hb_vision_home .flex-info {
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_vision_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_vision_home .flex-info .cell {
  width: 100%;
}
.hb_vision_home .flex-info .cell-left .heading-title {
  margin-bottom: 30px;
}
.hb_vision_home .flex-info .cell-left .heading-title::before {
  top: -10px;
  left: -20px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_vision_home .flex-info .cell-left .heading-title::before {
    top: -5px;
  }
}
.hb_vision_home .flex-info .cell-left .heading-title::after {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .hb_vision_home .flex-info .cell-center {
    margin: 0 auto;
    width: 550px;
    height: -webkit-max-content;
    height: max-content;
    z-index: -1;
  }
}
.hb_vision_home .flex-info .cell-center .images {
  margin-bottom: 0;
}
.hb_vision_home .flex-info .cell-center .images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home .flex-info .cell-right {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -100%);
    width: 100%;
  }
}
.hb_vision_home .flex-info .cell-right ._list {
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.hb_vision_home .flex-info .cell-right ._list ._item {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._item {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._item {
    flex-flow: row wrap;
    margin-bottom: 60px;
  }
}
.hb_vision_home .flex-info .cell-right ._list ._item ._image {
  margin-bottom: 0;
  position: absolute;
  box-shadow: 0px 0px 0 8px rgba(255, 255, 255, 0.4509803922);
  border-radius: 100%;
  overflow: hidden;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.hb_vision_home .flex-info .cell-right ._list ._item ._image {
  width: 7.375rem;
  height: 7.375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._item ._image {
    width: 5rem;
    height: 5rem;
  }
}
.hb_vision_home .flex-info .cell-right ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_vision_home .flex-info .cell-right ._list ._item ._title {
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.5294117647);
  border-radius: 100px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  background: #00ccff;
  color: #ffffff;
  text-align: center;
}
.hb_vision_home .flex-info .cell-right ._list ._item ._title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .hb_vision_home .flex-info .cell-right ._list ._item ._title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home .flex-info .cell-right ._list ._item ._title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_vision_home .flex-info .cell-right ._list ._left {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home .flex-info .cell-right ._list ._left {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.hb_vision_home .flex-info .cell-right ._list ._left ._item ._image {
  right: -40px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._left ._item ._image {
    right: -15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._left ._item ._image {
    right: 0;
  }
}
.hb_vision_home .flex-info .cell-right ._list ._left ._item ._title {
  padding: 25px 85px 25px 25px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._left ._item ._title {
    padding: 15px 85px 15px 15px;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home .flex-info .cell-right ._list ._left ._item:first-child {
    left: -30px;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home .flex-info .cell-right ._list ._left ._item:last-child {
    margin-bottom: 0;
    left: -30px;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_vision_home .flex-info .cell-right ._list ._right {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home .flex-info .cell-right ._list ._right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.hb_vision_home .flex-info .cell-right ._list ._right ._item ._image {
  left: -40px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._right ._item ._image {
    left: -15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._right ._item ._image {
    left: 0;
  }
}
.hb_vision_home .flex-info .cell-right ._list ._right ._item ._title {
  padding: 25px 25px 25px 85px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_vision_home .flex-info .cell-right ._list ._right ._item ._title {
    padding: 15px 15px 15px 85px;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home .flex-info .cell-right ._list ._right ._item:first-child {
    right: -30px;
  }
}
.hb_vision_home .flex-info .cell-right ._list ._right ._item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .hb_vision_home .flex-info .cell-right ._list ._right ._item:last-child {
    right: -30px;
  }
}

/* */
.hb_procedure_home .cell-images {
  position: unset;
}

/* */
.hb_proCat_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_proCat_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_proCat_home {
    padding-top: 3.75rem;
  }
}
.hb_proCat_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_proCat_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_proCat_home {
    padding-bottom: 3.75rem;
  }
}
.hb_proCat_home .container-right {
  margin-right: 0;
  margin-left: auto;
  padding-left: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .hb_proCat_home .container-right {
    max-width: calc(50% + 320px);
  }
}
@media only screen and (min-width: 48rem) {
  .hb_proCat_home .container-right {
    max-width: calc(50% + 384px);
  }
}
@media only screen and (min-width: 64rem) {
  .hb_proCat_home .container-right {
    max-width: calc(50% + 512px);
  }
}
@media only screen and (min-width: 80rem) {
  .hb_proCat_home .container-right {
    max-width: calc(50% + 640px);
  }
}
.hb_proCat_home .flex-info .cell {
  width: 100%;
}
.hb_proCat_home .flex-info .cell-left .heading-title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_proCat_home .flex-info .cell-left .heading-title {
    margin-bottom: 20px;
  }
}
.hb_proCat_home .flex-info .cell-left .heading-title::before {
  display: none;
}
.hb_proCat_home .flex-info .cell-left .heading-title::after {
  right: -50px;
  bottom: -5px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_proCat_home .flex-info .cell-left .heading-title::after {
    right: -25px;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_proCat_home .flex-info .cell-right ._lists_cat .swiper-slide {
    flex: 0 0 calc(28% - 15px);
    max-width: calc(28% - 15px);
  }
}
.hb_proCat_home .flex-info .cell-right ._lists_cat ._item .product-category {
  box-shadow: unset;
  border-radius: 25px;
  overflow: hidden;
}
.hb_proCat_home .flex-info .cell-right ._lists_cat ._item .product-category .cover-content {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.hb_proCat_home .flex-info .cell-right ._lists_cat ._item .product-category .cover-content ._title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #ffffff;
}
.hb_proCat_home .flex-info .cell-right ._lists_cat ._item .product-category .cover-content .desc {
  display: none;
}
.hb_proCat_home .flex-info .cell-right ._lists_cat ._item .product-category:hover .cover-content ._title {
  text-decoration: underline;
}
@media only screen and (min-width: 64rem) {
  .hb_proCat_home .flex-info .cell-right ._lists_cat .swiper-button.swiper-button-next {
    right: 145px;
  }
}

/* */
.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 {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
.hb_form_home .flex-info .cell-left .heading-title {
  color: #ffffff;
  left: unset;
  transform: unset;
}
.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(2, 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: 600;
  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 {
  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%;
  max-width: 360px !important;
  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 {
  box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.2392156863);
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: #F87614;
}
.hb_form_home .flex-info .cell-right::before {
  top: 0;
  border-radius: 0 0 20px 20px;
}
.hb_form_home .flex-info .cell-right::after {
  bottom: 0;
  border-radius: 20px 20px 0 0;
}
.hb_form_home .flex-info .cell-right ._cf7form .form-title {
  color: #00ccff;
  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 #E9E9E9;
  font-size: 14px;
  line-height: 14px;
  text-indent: 10px;
  border-radius: 10px;
  height: 50px;
  width: 100%;
}
.hb_form_home .flex-info .cell-right ._cf7form form input::-webkit-input-placeholder {
  color: #8E8E8E;
}
.hb_form_home .flex-info .cell-right ._cf7form form input::placeholder {
  color: #8E8E8E;
}
.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: linear-gradient(180deg, #00ccff 0%, #046aca 100%);
  box-shadow: unset;
  border: unset;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.4s;
  font-weight: 600;
  padding: 24px;
}
.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 #00ccff;
  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, #00ccff 0%, #046aca 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 25px;
  }
}
.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: 40px;
  right: 40px;
  cursor: pointer;
  border-radius: 100%;
  z-index: 1;
}
.hb_library_home .flex-info .cell-left ._images .click_links {
  width: 6.875rem;
  height: 6.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .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.875rem;
  height: 6.875rem;
}
@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: #F87614;
  animation: sonarWave 1.5s linear infinite;
}
.hb_library_home .flex-info .cell-left ._images .click_links::after {
  width: 6.875rem;
  height: 6.875rem;
}
@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: -30px;
  left: -30px;
  cursor: pointer;
  border-radius: 100%;
  z-index: 1;
}
.hb_library_home .flex-info .cell-right .click_links {
  width: 6.875rem;
  height: 6.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .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.875rem;
  height: 6.875rem;
}
@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: #00ccff;
  animation: sonarWave 1.5s linear infinite;
}
.hb_library_home .flex-info .cell-right .click_links::after {
  width: 6.875rem;
  height: 6.875rem;
}
@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;
}
.hb_library_home .flex-info .cell-right ._lists_library ._item {
  position: relative;
  transition: 0.4s;
}
.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 {
  position: absolute;
  background: rgba(0, 204, 255, 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_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: 5rem;
  }
}
.hb_certification_home {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_certification_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_certification_home {
    padding-bottom: 5rem;
  }
}
.hb_certification_home .container .title-container .heading-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_certification_home .container .title-container .heading-title {
    margin-bottom: 20px;
  }
}
.hb_certification_home .container .title-container .heading-title::before, .hb_certification_home .container .title-container .heading-title::after {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .hb_certification_home .container .swiper-container .swiper-wrapper .swiper-slide {
    width: 25%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .hb_certification_home .container .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 0 10px;
  }
}
.hb_certification_home .container .swiper-container .swiper-wrapper .swiper-slide .item {
  transition: 0.4s;
}
.hb_certification_home .container .swiper-container .swiper-wrapper .swiper-slide .item .overlay {
  width: 100%;
  height: 100%;
}
.hb_certification_home .container .swiper-container .swiper-wrapper .swiper-slide .item .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb_certification_home .container .swiper-container .swiper-wrapper .swiper-slide .item .img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.hb_certification_home .container .swiper-container .swiper-wrapper .swiper-slide .item .img a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_certification_home .container .swiper-container .swiper-wrapper .swiper-slide .item:hover {
  box-shadow: 0 0 1px #000;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_certification_home .container .swiper-container .swiper-button {
    display: none;
  }
}
.hb_certification_home .container .swiper-container .swiper-button::before {
  line-height: 20px;
}
.hb_certification_home .container .swiper-container .swiper-button::before {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_certification_home .container .swiper-container .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_certification_home .container .swiper-container .swiper-button::before {
    font-size: 1.125rem;
  }
}
.hb_certification_home .container .swiper-container .swiper-button.swiper-button-prev {
  left: 5px !important;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_certification_home .container .swiper-container .swiper-button.swiper-button-prev {
    left: 10px !important;
  }
}
.hb_certification_home .container .swiper-container .swiper-button.swiper-button-next {
  right: 5px !important;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_certification_home .container .swiper-container .swiper-button.swiper-button-next {
    right: 10px !important;
  }
}
.hb_certification_home .container .swiper-container .swiper-pagination {
  line-height: 1;
}
.hb_certification_home .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #D6DDE5;
  opacity: 1;
  box-shadow: 0 0 0 2px #D6DDE5;
}
.hb_certification_home .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next,
.hb_certification_home .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next-next,
.hb_certification_home .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev,
.hb_certification_home .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.hb_certification_home .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #002956 !important;
  box-shadow: 0 0 0 2px #002956 !important;
}

/* */
.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: 2.5rem;
  }
}
.hb_news_home .flex-info .cell {
  width: 100%;
}
.hb_news_home .flex-info .cell-left .heading-title {
  margin-bottom: 30px;
}
.hb_news_home .flex-info .cell-left .heading-title::before, .hb_news_home .flex-info .cell-left .heading-title::after {
  display: none;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .w-swiper {
  padding: 5px 1px;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide {
    width: 25%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide {
    padding: 0 10px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 15px;
  overflow: hidden;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .cover {
  border-radius: 15px;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content {
  padding: 15px;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._date {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #002956;
  margin-bottom: 10px;
  display: block;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._title {
  margin-bottom: 10px;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._title a {
  line-height: 24px;
  font-weight: 600;
  color: #002956;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .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-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._title a {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._title a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._title a {
    font-size: 1.25rem;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._title a:hover {
  color: #00ccff;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._button_item a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #1D1D1D;
  transition: 0.4s;
}
.hb_news_home .flex-info .cell-right .swiper-container .news-list.news-slider .swiper-wrapper .swiper-slide .item .content ._button_item a:hover {
  color: #00ccff;
  transform: translateY(-5px);
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: -5px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 0;
  }
}
.hb_news_home .flex-info .cell-right .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: -5px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 0;
  }
}
.hb_news_home ._button {
  text-align: center;
  margin-top: 30px;
}
.hb_news_home ._button a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  background: linear-gradient(180deg, #00ccff 0%, #046aca 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;
  }
}
.hb_news_home ._button a:hover {
  transform: translateY(-5px);
}

/* */
/* */