/** $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: 96rem) {
  .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: #3B3B3B;
  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: 10% !important;
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 10% !important;
}
.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;
}

/* */
.home-infomation {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-infomation {
    padding-top: 3.4375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-infomation {
    padding-top: 5rem;
  }
}
.home-infomation {
  padding-bottom: 2.8125rem;
}
@media only screen and (min-width: 48rem) {
  .home-infomation {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-infomation {
    padding-bottom: 5.625rem;
  }
}
.home-infomation::before, .home-infomation::after {
  position: absolute;
  content: "";
  background-size: contain !important;
  z-index: -1;
  opacity: 0.9;
}
.home-infomation::before {
  width: 258px;
  height: 342px;
  background: url(../img/icon-la1.png) no-repeat top center;
  left: 35%;
  transform: translateX(-35%);
  top: 20px;
}
.home-infomation::after {
  width: 216px;
  height: 287px;
  background: url(../img/icon-la2.png) no-repeat top center;
  top: 20px;
  right: 80px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation::after {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .home-infomation .flex-info {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation .flex-info {
    flex-flow: row wrap;
    gap: 30px;
    grid-gap: 30px;
  }
}
.home-infomation .flex-info .cell .heading-title {
  color: #666666;
  letter-spacing: 5px;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .home-infomation .flex-info .cell .heading-title {
    line-height: 61px;
  }
}
@media only screen and (min-width: 96rem) {
  .home-infomation .flex-info .cell .heading-title {
    line-height: 81px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-infomation .flex-info .cell .heading-title br {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation .flex-info .cell .heading-title {
    line-height: 34px;
  }
}
.home-infomation .flex-info .cell .heading-title span {
  color: #3B3B3B;
  font-weight: 800;
}
.home-infomation .flex-info .cell ._desc {
  border-left: 1px solid #484848;
  padding-left: 15px;
}
.home-infomation .flex-info .cell ._button.button-link {
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0.5px solid #000000;
  transition: 0.4s;
  height: 42px;
  padding: 0 25px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .home-infomation .flex-info .cell ._button.button-link {
    position: absolute;
    left: 70%;
    transform: translateX(-70%);
    bottom: 6px;
  }
}
@media only screen and (min-width: 96rem) {
  .home-infomation .flex-info .cell ._button.button-link {
    bottom: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-infomation .flex-info .cell ._button.button-link {
    margin-top: 15px;
  }
}
.home-infomation .flex-info .cell ._button.button-link i {
  display: none;
}
.home-infomation .flex-info .cell ._button.button-link:hover {
  background: #000000;
  color: #ffffff;
}
.home-infomation .flex-info .cell-left {
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .home-infomation .flex-info .cell-left {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media only screen and (min-width: 48rem) {
  .home-infomation .flex-info .cell-right {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 10%;
  }
}

/* */
.hb_slidertext_home {
  background: #E6E6DF;
}
.hb_slidertext_home {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_slidertext_home {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_slidertext_home {
    padding-top: 1.5625rem;
  }
}
.hb_slidertext_home {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_slidertext_home {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_slidertext_home {
    padding-bottom: 1.5625rem;
  }
}
.hb_slidertext_home .swiper-container .swiper-slide {
  padding: 0 15px;
}
@media only screen and (min-width: 64rem) {
  .hb_slidertext_home .swiper-container .swiper-slide {
    width: 25%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_slidertext_home .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_slidertext_home .swiper-container .swiper-slide {
    width: 50%;
  }
}
.hb_slidertext_home .swiper-container .swiper-slide ._item {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: 0.4s;
}
.hb_slidertext_home .swiper-container .swiper-slide ._item::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #3B3B3B;
  top: 50%;
  transform: translateY(-50%);
  left: -22.5px;
}
@media only screen and (min-width: 48rem) {
  .hb_slidertext_home .swiper-container .swiper-slide ._item {
    font-size: 26px;
  }
}
@media only screen and (min-width: 96rem) {
  .hb_slidertext_home .swiper-container .swiper-slide ._item {
    font-size: 45px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_slidertext_home .swiper-container .swiper-slide ._item {
    font-size: 16px;
  }
}
.hb_slidertext_home .swiper-container .swiper-slide ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_slidertext_home .swiper-container .swiper-slide ._item:hover {
  color: #666666;
}

/* */
.hb_promotion_home {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_promotion_home {
    padding-top: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_promotion_home {
    padding-top: 6.25rem;
  }
}
.hb_promotion_home {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .hb_promotion_home {
    padding-bottom: 4.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_promotion_home {
    padding-bottom: 5rem;
  }
}
.hb_promotion_home .swiper-container-inner .title-container {
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_promotion_home .swiper-container-inner .title-container {
    margin-bottom: 30px;
  }
}
.hb_promotion_home .swiper-container-inner .title-container .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_promotion_home .swiper-container-inner .title-container .heading-title {
    margin-bottom: 20px;
  }
}
.hb_promotion_home .swiper-container-inner .title-container .desc {
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .hb_promotion_home .swiper-container-inner .title-container .desc {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-controls {
  height: 0;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-button {
  background: transparent;
  border: 1px solid transparent;
  top: 54%;
  transform: translateY(-54%);
}
@media only screen and (max-width: 63.99875rem) {
  .hb_promotion_home .swiper-container-inner .swiper-container .swiper-button {
    display: none !important;
  }
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-button.swiper-button-prev {
  left: -50px;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-button.swiper-button-next {
  right: -50px;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-pagination {
  margin-top: 0;
  line-height: 1;
  height: 15px;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_promotion_home .swiper-container-inner .swiper-container .swiper-pagination {
    bottom: -15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_promotion_home .swiper-container-inner .swiper-container .swiper-pagination {
    bottom: -10px;
  }
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  transform: unset !important;
  background-color: #434343;
  box-shadow: 0 0 0 1px #434343;
  width: 14px !important;
  height: 1px !important;
  border-radius: 100px;
  margin: 0 5px;
  opacity: 1;
  overflow: hidden;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px !important;
  height: 3px !important;
  box-shadow: 0 0 0 1.5px #434343;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item {
  position: relative;
  border: 1px solid #000000;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  background: #F3F3EB;
  transition: 0.5s;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item ._image {
  flex: 1;
  padding-left: 5%;
  margin-bottom: 0;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item ._content {
  flex: 0 0 48%;
  max-width: 48%;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item ._subtitle {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item ._title {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item ._sale {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffffff;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px;
  box-shadow: 0px 0px 0px 2px #fff;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item ._desc {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item ._button_text {
  border-radius: 25px;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  padding: 8px 15px;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item:hover {
  background: linear-gradient(180deg, #17181A 0%, #17181A 76.96%, #414141 100%);
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item:hover ._subtitle {
  color: #ffffff;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item:hover ._title {
  color: #ffffff;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item:hover ._desc {
  color: #ffffff;
}
.hb_promotion_home .swiper-container-inner .swiper-container .swiper-slide ._item:hover ._button_text {
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* */
.hb_whychoose_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_whychoose_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_whychoose_home {
    padding-bottom: 3.75rem;
  }
}
.hb_whychoose_home .flex-info {
  position: relative;
  border-top: 1px solid #999999;
}
.hb_whychoose_home .flex-info {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_whychoose_home .flex-info {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_whychoose_home .flex-info {
    padding-top: 3.75rem;
  }
}
.hb_whychoose_home .flex-info .cell {
  width: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_whychoose_home .flex-info .cell-left {
    order: 1;
  }
}
.hb_whychoose_home .flex-info .cell-left .heading-title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_whychoose_home .flex-info .cell-left .heading-title {
    margin-bottom: 20px;
  }
}
.hb_whychoose_home .flex-info .cell-right {
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .hb_whychoose_home .flex-info .cell-right {
    position: absolute;
    top: 67%;
    transform: translateY(-67%);
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_whychoose_home .flex-info .cell-right {
    order: 3;
  }
}
.hb_whychoose_home .flex-info .cell-right ._list ._item {
  width: 50%;
  border-bottom: 0.5px solid #878787;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hb_whychoose_home .flex-info .cell-right ._list ._item {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_whychoose_home .flex-info .cell-right ._list ._item {
    width: 100%;
  }
  .hb_whychoose_home .flex-info .cell-right ._list ._item {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_whychoose_home .flex-info .cell-right ._list ._item:last-child {
    border-bottom: unset;
    padding-bottom: 10px;
  }
}
.hb_whychoose_home .flex-info .cell-right ._list ._item:nth-child(2n+1) {
  padding-right: 20%;
  padding-left: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_whychoose_home .flex-info .cell-right ._list ._item:nth-child(2n+1) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.hb_whychoose_home .flex-info .cell-right ._list ._item:nth-child(2n) {
  padding-left: 20%;
  padding-right: 40px;
  text-align: right;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_whychoose_home .flex-info .cell-right ._list ._item:nth-child(2n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.hb_whychoose_home .flex-info .cell-right ._list ._item ._image {
  margin-bottom: 0;
  flex: 0 0 70px;
  max-width: 70px;
}
.hb_whychoose_home .flex-info .cell-right ._list ._item ._image {
  width: 4.375rem;
  height: 4.375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_whychoose_home .flex-info .cell-right ._list ._item ._image {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .hb_whychoose_home .flex-info .cell-right ._list ._item ._image {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.hb_whychoose_home .flex-info .cell-right ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_whychoose_home .flex-info .cell-right ._list ._item ._content {
  flex: 1;
}
.hb_whychoose_home .flex-info .cell-right ._list ._item ._content ._title {
  color: #060702;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_whychoose_home .flex-info .cell-right ._list ._item ._content ._title {
    font-size: 16px;
    line-height: 24px;
  }
}
.hb_whychoose_home .flex-info .cell-bottom {
  width: 430px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #878787;
  background: #F3F3EB;
  z-index: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_whychoose_home .flex-info .cell-bottom {
    order: 2;
  }
}
.hb_whychoose_home .flex-info .cell-bottom ._image {
  margin-bottom: 0;
  position: relative;
}
.hb_whychoose_home .flex-info .cell-bottom ._image a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_whychoose_home .flex-info .cell-bottom ._image a i {
  font-weight: 100;
  color: #ffffff;
  position: relative;
  font-size: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hb_whychoose_home .flex-info .cell-bottom ._image a i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #ffffff;
  opacity: 0;
  z-index: -1;
  animation: sonarWave 1.5s linear infinite;
}

/* */
.hb_tabproduct_home {
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  background: #DBDBCF;
}
.hb_tabproduct_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_tabproduct_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_tabproduct_home {
    padding-top: 3.75rem;
  }
}
.hb_tabproduct_home {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 48rem) {
  .hb_tabproduct_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_tabproduct_home {
    padding-bottom: 3.75rem;
  }
}
.hb_tabproduct_home .flex-info .cell {
  width: 100%;
}
.hb_tabproduct_home .flex-info .cell .heading-title {
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_tabproduct_home .flex-info .cell .heading-title {
    margin-bottom: 25px;
  }
}
.hb_tabproduct_home .cell-right .swiper-controls {
  height: 0;
}
.hb_tabproduct_home .cell-right .swiper-button {
  background: transparent !important;
  border: 1px solid transparent !important;
  top: 54% !important;
  transform: translateY(-54%) !important;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_tabproduct_home .cell-right .swiper-button {
    display: none !important;
  }
}
.hb_tabproduct_home .cell-right .swiper-button.swiper-button-prev {
  left: -50px !important;
}
.hb_tabproduct_home .cell-right .swiper-button.swiper-button-next {
  right: -50px !important;
}
.hb_tabproduct_home .cell-right .swiper-pagination {
  margin-top: 0;
  line-height: 1;
  height: 15px;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_tabproduct_home .cell-right .swiper-pagination {
    bottom: -15px;
  }
}
.hb_tabproduct_home .cell-right .swiper-pagination .swiper-pagination-bullet {
  transform: unset !important;
  background-color: #434343;
  box-shadow: 0 0 0 1px #434343;
  width: 14px !important;
  height: 1px !important;
  border-radius: 100px;
  margin: 0 5px;
  opacity: 1;
  overflow: hidden;
}
.hb_tabproduct_home .cell-right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px !important;
  height: 3px !important;
  box-shadow: 0 0 0 1.5px #434343;
}
.hb_tabproduct_home .cell-right .tab_nav {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_tabproduct_home .cell-right .tab_nav {
    white-space: nowrap;
    justify-content: center;
    overflow: auto;
    margin-bottom: 20px;
  }
}
.hb_tabproduct_home .cell-right .tab_nav ._cat_item {
  border: 0.5px solid #979797;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  background: #ffffff;
  padding: 10px 20px;
  transition: 0.4s;
  text-transform: uppercase;
  width: 138px;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.hb_tabproduct_home .cell-right .tab_nav ._cat_item:hover {
  border: 1px solid #060702;
  background: #060702;
  color: #ffffff;
  transform: translateY(-5px);
}
.hb_tabproduct_home .cell-right .tab_nav ._cat_item.active {
  border: 1px solid #060702;
  background: #060702;
  color: #ffffff;
}
.hb_tabproduct_home .cell-right .tabcontent {
  display: none;
}
.hb_tabproduct_home .cell-right .tabcontent .swiper-container {
  transition: all 1s ease;
  animation: fadeEffect 0.8s ease;
}
.hb_tabproduct_home .cell-right .tabcontent.active {
  transition: all 1s ease;
  display: block;
}

/* */
.hb_news_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-top: 3.75rem;
  }
}
.hb_news_home {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 3.75rem;
  }
}
.hb_news_home .flex-info .cell {
  width: 100%;
}
.hb_news_home .flex-info .cell-left {
  text-align: center;
}
.hb_news_home .flex-info .cell-left .heading-title {
  margin-bottom: 30px;
}
.hb_news_home .flex-info .cell-right .swiper-button {
  border: 1px solid transparent !important;
  top: 54% !important;
  transform: translateY(-54%) !important;
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .swiper-button {
    background: transparent !important;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .swiper-button.swiper-button-prev {
    left: -50px !important;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home .flex-info .cell-right .swiper-button.swiper-button-next {
    right: -50px !important;
  }
}
.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 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999;
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
.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: 26px;
  }
}
@media only screen and (min-width: 96rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._title a {
    font-size: 15px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content .meta .post-date {
  font-size: 17px;
  line-height: 134%;
  color: #474747;
  font-weight: 500;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_home .flex-info .cell-right .swiper-slide .item .content .meta .post-date {
    font-size: 13px;
  }
}
.hb_news_home .flex-info .cell-right .swiper-slide .item .content .excerpt, .hb_news_home .flex-info .cell-right .swiper-slide .item .content ._button_item {
  display: none;
}
.hb_news_home ._button {
  display: none;
  text-align: center;
  padding-top: 30px;
}
.hb_news_home ._button a {
  border: 0.6px solid #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.hb_news_home ._button a:hover {
  background: #3B3B3B;
  color: #ffffff;
}
.hb_news_home ._button i {
  display: none;
}
.hb_news_home ._button.mobile {
  display: block;
}

/* */
/* */
/* */
/* */
/* */
/* */