@charset "UTF-8";
:root {
  --thumb-gap: 5px;
  --thumb-size: 15%;
  --gap: 2.75rem;
  --thumb-radius: 12px;
  --active-color: #111827;
  --muted: #e5e7eb;
  --thumb-visible: 5; }

.mainproduct {
  padding: 0 2.5rem 3.75rem 2.5rem; }

.mainproduct_wrap {
  display: flex; }

.mainproduct .gallery {
  /*flex: 0 0 48.2352941176%;
  max-width: 48.2352941176%;
  display: flex;
  gap: 2.75rem;*/
  width: 100%;
  display: grid;
  grid-template-columns: var(--thumb-size) 1fr;
  gap: var(--gap);
  align-items: start;
  margin: 24px auto;
  padding: 0 16px; }
  .mainproduct .gallery .main-square {
    position: relative; }

.mainproduct .gallery_thumb {
  /*flex: 0 0 6.375rem;
  max-width: 6.375rem;*/
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    .mainproduct .gallery_thumb {
      height: var(--main-h, 400px); } }
  .mainproduct .gallery_thumb .swiper-wrapper {
    display: flex; }
    @media (min-width: 768px) {
      .mainproduct .gallery_thumb .swiper-wrapper {
        flex-direction: column; } }
    .mainproduct .gallery_thumb .swiper-wrapper .swiper-slide {
      height: calc( (var(--main-h, 400px) - var(--thumb-gap) * (var(--thumb-visible) - 1)) / var(--thumb-visible)) !important;
      /*margin-bottom: var(--thumb-gap) !important;*/
      overflow: hidden; }

.mainproduct .gallery_thumb--item {
  /*width: 100%;
  cursor: pointer;
  background-color: #e2e2e2;
  line-height: 0;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;*/
  display: block;
  height: 100%; }
  .mainproduct .gallery_thumb--item .slide-square {
    position: relative;
    width: 100%;
    /*height: 100%;*/ }
    .mainproduct .gallery_thumb--item .slide-square img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    .mainproduct .gallery_thumb--item .slide-square::before {
      content: "";
      display: block;
      padding-top: 100%; }
  .mainproduct .gallery_thumb--item .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0; }
    .mainproduct .gallery_thumb--item .icon-play img {
      width: 1.25rem;
      height: 1.25rem;
      object-fit: contain;
      position: unset; }

.mainproduct .gallery_thumb--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d0d5dd;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1; }

.mainproduct .gallery_thumb--item img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover; }

.mainproduct .gallery_thumb--item:hover::before, .mainproduct .gallery_thumb--item.select::before {
  border-color: var(--global-color); }

.mainproduct .gallery_main {
  /*flex: 1;
  position: relative;
  flex: 0 0 calc(100% - 6.375rem);
  max-width: calc(100% - 6.375rem);*/
  width: 100%;
  order: 1; }
  .mainproduct .gallery_main .boxlazy-img__aspect {
    position: relative;
    display: block;
    width: 100%; }
    .mainproduct .gallery_main .boxlazy-img__aspect iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      margin: 0px;
      object-fit: cover;
      object-position: center; }
    .mainproduct .gallery_main .boxlazy-img__aspect img {
      position: absolute;
      inset: 0;
      width: 90%;
      height: 100%;
      margin: -25px auto 0px;
      object-fit: contain;
      object-position: center; }
    .mainproduct .gallery_main .boxlazy-img__aspect::before {
      content: "";
      display: block;
      padding-top: 100%; }

.mainproduct .gallery_main--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  line-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.mainproduct .gallery_main--item.select {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1; }

.mainproduct .gallery_main--item img {
  width: 100%;
  height: auto; }

.mainproduct .div_360-frame {
  app-region: no-drag;
  -webkit-user-drag: none;
  /*transform: translateY(-50%);
  position: relative;*/
  width: 100% !important;
  bottom: 0 !important;
  height: auto !important;
  top: unset !important;
  z-index: 8 !important; }

.mainproduct #div_360 {
  /*position: relative;
  z-index: 9;
  mix-blend-mode: darken;*/
  z-index: 9;
  mix-blend-mode: darken;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0; }

.mainproduct #div_360 img {
  /*mix-blend-mode: darken; */
  cursor: e-resize; }

.mainproduct .detail {
  flex: 0 0 45.764705882%;
  max-width: 45.764705882%;
  padding-left: 8.5rem; }

.mainproduct .service-list {
  grid-template-columns: repeat(3, 1fr);
  padding-top: 3.125rem;
  border-top: 1px solid #d0d5dd;
  margin-top: 2.5rem; }

.mainproduct .service-item {
  position: relative;
  padding: 0 2.125rem;
  font-size: 0.875rem;
  text-align: center;
  border-right: none !important; }

.mainproduct .service-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: #d0d5dd; }

.mainproduct .service-item .icon {
  color: var(--global-color);
  height: 2.5rem; }

.mainproduct .service-item .icon svg {
  width: 100%;
  height: 100%; }

.mainproduct .product_info {
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #d0d5dd; }

.mainproduct .product_info .ref {
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #667085; }

.mainproduct .product_info .name {
  font-weight: 600;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -2%;
  color: #07274a; }

.mainproduct .product_info .price {
  display: flex;
  gap: 0.75rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0px;
  display: flex;
  align-items: center; }

.mainproduct .variants .select {
  display: none;
  visibility: hidden; }

.select-swatch .swatch input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
  cursor: pointer; }

.mainproduct .product_info .price-main {
  font-weight: 700;
  color: #015aab; }

.mainproduct .product_info .price-sale {
  text-decoration: line-through;
  color: #667085; }

.mainproduct .product_info .price-tag {
  padding: 0.1875rem 0.375rem;
  background: #eb5757;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0;
  border-radius: 0.125rem;
  gap: 0.25rem;
  height: fit-content;
  display: flex;
  align-items: center; }

.mainproduct .product_info .price-tag svg {
  width: 0.6875rem;
  height: 0.875rem; }

.mainproduct .metadata {
  margin-bottom: 1rem; }

.mainproduct .metadata_title {
  margin-bottom: 0.25rem; }

.mainproduct .metadata_title-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #101828; }

.mainproduct .metadata_title-text strong {
  font-weight: 600; }

.mainproduct .metadata_color {
  margin-bottom: 1rem; }

.mainproduct .metadata_color .metadata_title {
  margin-bottom: 0.5rem; }

.mainproduct .metadata_color-img {
  display: flex;
  gap: 0.5rem; }

.mainproduct .metadata_color-img--item {
  position: relative;
  overflow: hidden; }

.mainproduct .metadata_color-img--item label {
  cursor: pointer;
  line-height: 0;
  width: 4.375rem;
  aspect-ratio: 1;
  padding: 5px;
  position: relative;
  background-color: #f0f0f0;
  display: block; }

.mainproduct .metadata_color-img--item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--global-color);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }

.mainproduct .metadata_color-img--item img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover; }

.mainproduct .metadata_color-img--item:hover label::before, .mainproduct .metadata_color-img--item label.sd::before {
  opacity: 1; }

.mainproduct .metadata_tag {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap; }

.mainproduct .metadata_tag--item {
  position: relative;
  overflow: hidden; }

.mainproduct .metadata_tag--item label {
  position: relative;
  padding: 0.625rem 0.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
  border: 1px solid #d0d5dd;
  color: #242420;
  border-radius: 0.125rem;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
  display: block; }

.mainproduct .metadata_tag--item label.sd, .mainproduct .metadata_tag--item:hover label {
  background-color: #e0eefe;
  border-color: #015aab; }

.mainproduct .metadata_tag--item.soldout, .mainproduct .metadata_color-img--item.soldout {
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
  border-color: #d0d5dd !important;
  transition: none !important; }
  .mainproduct .metadata_tag--item.soldout label, .mainproduct .metadata_color-img--item.soldout label {
    border-color: #d0d5dd !important;
    background: #f0f0f0 !important;
    transition: none !important; }
  .mainproduct .metadata_tag--item.soldout:after, .mainproduct .metadata_tag--item.soldout:before, .mainproduct .metadata_color-img--item.soldout:after, .mainproduct .metadata_color-img--item.soldout:before {
    content: '';
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), #d0d5dd 50%, transparent calc(50% + 1px)) no-repeat !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: none !important; }
  .mainproduct .metadata_tag--item.soldout:before, .mainproduct .metadata_color-img--item.soldout:before {
    transform: rotate3d(0, 1, 0, 180deg); }

.mainproduct .metadata_cart {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.mainproduct .metadata_cart-control {
  width: 10.3125rem;
  height: 3rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  border-radius: 0.125rem;
  border: 1px solid #d0d5dd; }

.mainproduct .metadata_cart--minus, .mainproduct .metadata_cart--plus, .mainproduct .metadata_cart--quantity {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.mainproduct .metadata_cart--minus, .mainproduct .metadata_cart--plus {
  width: 1.5rem;
  height: 1.5rem; }

.mainproduct .metadata_cart--minus svg, .mainproduct .metadata_cart--plus svg {
  width: 0.875rem;
  height: 0.875rem; }

.mainproduct .metadata_cart--quantity {
  flex-grow: 1;
  font-weight: 500;
  color: #242420;
  font-size: 1.5rem;
  text-align: center; }

.mainproduct .metadata_cart-add {
  flex: 1;
  height: 3rem;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  gap: 0.5rem;
  background-color: #015aab;
  border-radius: 0.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0; }

.mainproduct .metadata_cart-add svg {
  width: 1.25rem;
  height: 1.25rem; }

.mainproduct .combine {
  width: 100%;
  padding-top: 2.25rem;
  border-top: 1px solid #d0d5dd;
  margin-bottom: 2rem; }

.mainproduct .combine_title {
  margin-bottom: 1rem; }

.mainproduct .combine_title-text {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000; }

.mainproduct .combine_total {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  padding-top: 1.5625rem;
  padding-bottom: 0.8125rem; }

.mainproduct .combine_btn {
  width: 100%; }

.mainproduct .combine_btn .but-addtocard {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--global-color);
  -webkit-border-radius: clamp(4px, 0.25rem, 0.25rem);
  border-radius: clamp(4px, 0.25rem, 0.25rem);
  border: 1px solid var(--global-color);
  font-weight: 500;
  font-size: 0.875rem; }

.mainproduct .combine_point {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  padding-top: 0.8125rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
  gap: 0.625rem;
  border-bottom: 1px solid #d0d5dd; }

.mainproduct .combine_point img {
  width: 0.8125rem;
  height: auto; }

.mainproduct .combine_product {
  display: block;
  width: 100%;
  height: auto; }

.mainproduct .combine_product-item {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer; }

.mainproduct .combine_product-item input {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--global-color); }

.mainproduct .combine_product-item input::before, .mainproduct .combine_product-item input::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.mainproduct .combine_product-item input::before {
  background-color: var(--global-color); }

.mainproduct .combine_product-item input::after {
  background: url(//cdn.hstatic.net/themes/1000380002/1001390203/14/check.svg?v=3622) no-repeat center center;
  background-size: 60% auto; }

.mainproduct .combine_product-item input:checked::before, .mainproduct .combine_product-item input:checked::after {
  opacity: 1; }

.mainproduct .combine_product-item .thumb {
  width: 100%;
  line-height: 0;
  aspect-ratio: 1/1;
  background-color: #f0f0f0;
  -webkit-border-radius: clamp(4px, 0.25rem, 0.25rem);
  border-radius: clamp(4px, 0.25rem, 0.25rem);
  padding: 0.625rem;
  margin-bottom: 0.625rem; }

.mainproduct .combine_product-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.mainproduct .combine_product-item .txt {
  width: 100%; }

.mainproduct .combine_product-item .txt .name,
.mainproduct .combine_product-item .txt .price {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.625rem; }

.mainproduct .review {
  width: 100%;
  height: auto; }

.mainproduct .review .hrv-product-reviews-summary {
  width: auto; }

.sctiky_cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px -4px 13.2px 0px rgba(0, 0, 0, 0.160784);
  padding: 0.75rem 1rem;
  background-color: #fff;
  z-index: 19;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease; }

.sctiky_cart.show {
  transform: translateY(0);
  opacity: 1; }

.sctiky_cart-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between; }

.sctiky_cart-content--left {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0; }

.sctiky_cart-content--left .title {
  font-weight: 400;
  color: #667085; }

.sctiky_cart-content--left .total {
  font-weight: 700;
  color: #015aab; }

.sctiky_cart-add {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  background-color: #015aab; }

@media screen and (max-width: 1024px) {
  .mainproduct .metadata_cart--quantity {
    font-size: 1.03rem;
    margin-top: -3px; }
  .mainproduct {
    padding: 0 1rem; }
  .mainproduct_wrap {
    flex-wrap: wrap; }
  .mainproduct .product_info .ref {
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
  .mainproduct .product_info .name {
    font-size: 1.25rem;
    margin-bottom: 0.875rem; }
  .mainproduct .product_info .price {
    font-size: 1rem; }
  .mainproduct .product_info .price-tag {
    font-size: 0.625rem; }
  .mainproduct .product_info .price-tag svg {
    width: 0.5rem;
    height: 0.625rem; }
  .mainproduct .metadata_title {
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
  .mainproduct .metadata_color-img {
    gap: 0.625rem; }
  .mainproduct .metadata_color-img--item label {
    width: 4.375rem; }
  .mainproduct .metadata_tag {
    flex-wrap: wrap; }
  .mainproduct .metadata_tag--item {
    font-size: 0.875rem;
    padding: 0;
    overflow: hidden; }
  .mainproduct .metadata_cart {
    gap: 0.625rem; }
  .mainproduct .metadata_cart-add {
    font-size: 0.875rem;
    height: 2.5rem; }
  .mainproduct .metadata_cart-add svg {
    width: 1.25rem;
    height: 1.25rem; }
  .mainproduct .metadata_cart-control {
    width: 7.5rem;
    height: 2.5rem; }
  .mainproduct .metadata_cart-control--quantity {
    font-size: 0.8125rem; }
  .mainproduct .service-list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3.125rem; }
  .mainproduct .service-item {
    position: relative;
    padding: 0 1.25rem;
    font-size: 0.75rem; }
  .mainproduct .service-item:not(:last-child)::after {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%; }
  .mainproduct .service-item .icon {
    height: 1.875rem; } }

@media screen and (max-width: 768px) {
  .mainproduct .gallery,
  .mainproduct .detail {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .mainproduct .gallery {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 1.25rem;
    padding-top: 1.25rem; }
  .mainproduct .gallery_thumb, .mainproduct .gallery_main {
    flex: none;
    max-width: unset; }
  /*.mainproduct .gallery_thumb {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
  }*/ }

.safe {
  padding: 3.75rem 2.5rem; }

.safe_wrap {
  display: flex;
  column-gap: 7.875rem; }

.safe_thumb {
  width: 49.5588235294%;
  position: relative; }

.safe_thumb::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 96.587537092%; }

.safe_thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-object-fit: cover;
  object-fit: cover; }

.safe_txt {
  flex: 1; }

.safe_txt .title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.safe_txt .text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0px; }

.structure {
  padding: 3.75rem 2.5rem; }

.structure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-object-fit: cover;
  object-fit: cover; }

.structure_top {
  padding-left: 7.125rem;
  max-width: 50.1764705882%;
  margin-bottom: 2.625rem; }

.structure_top .text {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0px;
  text-transform: uppercase; }

.structure_bottom {
  display: flex;
  column-gap: 7.875rem; }

.structure_bottom-left {
  width: 49.5588235294%;
  position: relative; }

.structure_bottom-left::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 101.632047478%; }

.structure_bottom-right {
  flex: 1; }

.structure_bottom-right--img {
  width: 100%;
  position: relative;
  margin-bottom: 5rem; }

.structure_bottom-right--img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 72.7598566308%; }

.structure_bottom-right--txt .txt-item {
  display: flex; }

.structure_bottom-right--txt .txt-item:not(:last-child) {
  margin-bottom: 1rem; }

.structure_bottom-right--txt .txt-item .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0px; }

.structure_bottom-right--txt .txt-item svg {
  min-width: 0.6875rem;
  margin-top: 0.3125rem;
  width: 0.6875rem;
  height: 0.8125rem;
  margin-right: 0.3125rem; }

.bigimg {
  padding: 3.75rem 2.5rem; }

.bigimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-object-fit: cover;
  object-fit: cover; }

.bigimg-img {
  width: 100%;
  position: relative; }

.bigimg-img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%; }

.additional {
  padding: 3.75rem 2.5rem; }

.additional img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem; }

.additional_wrap {
  display: flex;
  column-gap: 7.875rem; }

.additional_left {
  width: 49.5588235294%;
  position: relative; }

.additional_left::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 101.632047478%; }

.additional_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.additional_right-img {
  width: 100%;
  position: relative; }

.additional_right-img::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 57.602862254%; }

.additional_right-txt .title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }

.additional_right-txt .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0px; }

.additional_right-txt .text:not(:last-child) {
  margin-bottom: 1rem; }

@media screen and (max-width: 1023px) {
  .safe {
    padding: 1.25rem 1rem; }
  .safe_wrap {
    flex-direction: column-reverse;
    column-gap: 0rem;
    gap: 1.5rem; }
  .safe_thumb {
    width: 100%; }
  .safe_thumb::before {
    padding-top: 96.501457725%; }
  .safe_txt {
    flex: 1; }
  .safe_txt .title {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .safe_txt .text {
    font-size: 0.875rem; }
  .structure {
    padding: 1.25rem 1rem; }
  .structure img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; }
  .structure_top {
    padding-left: 0;
    max-width: 100%;
    margin-bottom: 1rem; }
  .structure_top .text {
    font-size: 1rem; }
  .structure_bottom {
    flex-direction: column-reverse;
    column-gap: 0rem;
    gap: 1.5rem; }
  .structure_bottom-left {
    width: 100%;
    position: relative; }
  .structure_bottom-left::before {
    display: none; }
  .structure_bottom-right {
    flex: 1; }
  .structure_bottom-right--img {
    width: 100%;
    position: relative;
    margin-bottom: 5rem; }
  .structure_bottom-right--img::before {
    display: none; }
  .structure_bottom-right--txt .txt-item {
    display: flex; }
  .structure_bottom-right--txt .txt-item:not(:last-child) {
    margin-bottom: 0.75rem; }
  .structure_bottom-right--txt .txt-item .text {
    font-size: 0.875rem;
    font-weight: 400; }
  .structure_bottom-right--txt .txt-item svg {
    margin-top: 0.125rem; }
  .bigimg {
    padding: 1.25rem 1rem; }
  .additional {
    padding: 1.25rem 1rem; }
  .additional img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; }
  .additional_wrap {
    flex-direction: column-reverse;
    column-gap: 0rem;
    gap: 1.5rem; }
  .additional_left {
    width: 100%; }
  .additional_left::before {
    display: none; }
  .additional_right {
    width: 100%; }
  .additional_right-img::before {
    display: none; }
  .additional_right-txt .title {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .additional_right-txt .text {
    font-weight: 400;
    font-size: 0.875rem; }
  .additional_right-txt .text:not(:last-child) {
    margin-bottom: 1rem; } }

.promotion_wrap {
  position: relative;
  width: 100%;
  height: auto; }

.promotion_banner {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/496;
  line-height: 0; }

.promotion_banner img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover; }

.promotion_content {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 4.25rem;
  padding-top: 3.75rem; }

.promotion_block {
  position: relative;
  width: 31.5rem; }

.promotion_block .title_block {
  text-align: center;
  margin-bottom: 1.375rem; }

.promotion_list {
  position: relative;
  top: 3.75rem;
  width: 52.25rem; }

.promotion_list .swiper {
  overflow: visible; }

.promotion_list .swiper-slide {
  padding-right: 1.25rem; }

.promotion_item {
  width: 100%;
  height: auto;
  line-height: 0;
  box-shadow: -2px 15px 53.4px 0px rgba(0, 0, 0, 0.25098); }

.promotion_item img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1023px) {
  .promotion_banner {
    aspect-ratio: 375/496; }
  .promotion_content {
    padding: 4.125rem 0 3.125rem 0;
    flex-direction: column; }
  .promotion_block {
    padding: 0 0.9375rem;
    width: 100%; }
  .promotion_block .title_block {
    margin-bottom: 0.8125rem; }
  .promotion_list {
    top: auto;
    width: 100%;
    margin-top: auto;
    padding: 0 0.9375rem; }
  .promotion_list .swiper-slide {
    padding-right: 0.9375rem; } }

.info {
  width: 100%;
  padding: 3.75rem 2.5rem; }

.info_wrap {
  position: relative; }

.info_head {
  text-align: center;
  margin-bottom: 3.25rem; }

.info_head .title {
  font-size: 1.875rem;
  line-height: 38/30;
  font-weight: 600;
  color: #000;
  margin-bottom: 3.25rem;
  text-transform: uppercase; }

.info_head .text {
  max-width: 56.375rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #101828;
  margin: 0 auto; }

.info_content {
  background-color: #f2f2f2;
  display: flex;
  gap: 16.4375rem;
  justify-content: space-between;
  padding: 3.625rem 3.125rem 3.625rem 10rem; }

.info_content-thumb {
  width: 32.406602954%; }

.info_content-thumb img {
  width: 100%;
  height: auto; }

.info_content-tech .title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

.info_content-tech table {
  border-collapse: inherit;
  width: 100%; }

.info_content-tech table tr:not(:last-child) td {
  border-bottom: 0; }

.info_content-tech table tr td {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0px;
  vertical-align: middle;
  border: 1px solid #d0d5dd;
  padding: 0.625rem 1rem; }

.info_content-tech table tr td.bg-white {
  background-color: #fff; }

.info_content-tech table tr td.rtl {
  border-top-left-radius: 0.5rem; }

.info_content-tech table tr td.rtr {
  border-top-right-radius: 0.5rem; }

.info_content-tech table tr td.rbl {
  border-bottom-left-radius: 0.5rem; }

.info_content-tech table tr td.rbr {
  border-bottom-right-radius: 0.5rem; }

.info_content-tech table tr td:not(:last-child) {
  border-right: 0; }

@media screen and (max-width: 1023px) {
  .info {
    padding: 1.25rem 1rem; }
  .info_head {
    text-align: center;
    margin-bottom: 2rem; }
  .info_head .title {
    font-size: 1.25rem;
    margin-bottom: 1.875rem; }
  .info_head .text {
    max-width: 100%;
    font-size: 1rem; }
  .info_content {
    flex-direction: column;
    gap: 2.5rem;
    padding: 1.5rem 1rem; }
  .info_content-thumb {
    width: 100%;
    padding-right: 1.0625rem; }
  .info_content-thumb img {
    width: 100%;
    height: auto; }
  .info_content-tech .title {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .info_content-tech table {
    border-collapse: inherit; }
  .info_content-tech table tr:not(:last-child) td {
    border-bottom: 0; }
  .info_content-tech table tr td {
    padding: 0.75rem 1rem; } }

.product-section-video {
  background-color: #055ca5;
  padding: 3.75rem 2.5rem; }
  @media screen and (max-width: 1023px) {
    .product-section-video {
      padding: 1.875rem 1rem; } }
  .product-section-video h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .product-section-video h4 {
        font-size: 1rem !important;
        flex: 1 !important; } }
    .product-section-video h4 a {
      display: flex;
      gap: 0.75rem;
      font-size: 1rem;
      font-weight: 500;
      color: #ffffff;
      align-items: center;
      text-decoration: underline; }
      @media screen and (max-width: 1023px) {
        .product-section-video h4 a {
          font-size: .575rem !important;
          gap: 0.55rem; } }
      .product-section-video h4 a:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D'0%200%2024%2025'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Ccircle%20cx%3D'12'%20cy%3D'12.3594'%20r%3D'10'%20stroke%3D'white'%20stroke-width%3D'1.5'/%3E%3Cpath%20d%3D'M9%2015.6094C8.58579%2015.6094%208.25%2015.9452%208.25%2016.3594C8.25%2016.7736%208.58579%2017.1094%209%2017.1094V15.6094ZM15%2017.1094C15.4142%2017.1094%2015.75%2016.7736%2015.75%2016.3594C15.75%2015.9452%2015.4142%2015.6094%2015%2015.6094V17.1094ZM14.5567%2011.9903C14.8343%2011.6828%2014.81%2011.2086%2014.5025%2010.931C14.195%2010.6535%2013.7208%2010.6778%2013.4433%2010.9852L14.5567%2011.9903ZM13.0607%2012.5285L13.6174%2013.031L13.0607%2012.5285ZM10.9393%2012.5285L10.3826%2013.031L10.9393%2012.5285ZM10.5567%2010.9852C10.2792%2010.6778%209.80496%2010.6535%209.49747%2010.931C9.18999%2011.2086%209.16572%2011.6828%209.44325%2011.9903L10.5567%2010.9852ZM12.75%207.35938C12.75%206.94516%2012.4142%206.60938%2012%206.60938C11.5858%206.60938%2011.25%206.94516%2011.25%207.35938H12.75ZM9%2016.3594V17.1094H15V16.3594V15.6094H9V16.3594ZM14%2011.4878L13.4433%2010.9852L12.5039%2012.0259L13.0607%2012.5285L13.6174%2013.031L14.5567%2011.9903L14%2011.4878ZM10.9393%2012.5285L11.4961%2012.0259L10.5567%2010.9852L10%2011.4878L9.44325%2011.9903L10.3826%2013.031L10.9393%2012.5285ZM13.0607%2012.5285L12.5039%2012.0259C12.2393%2012.3191%2012.091%2012.4809%2011.9752%2012.5789C11.8727%2012.6655%2011.9007%2012.6094%2012%2012.6094V13.3594V14.1094C12.41%2014.1094%2012.7183%2013.9148%2012.9435%2013.7244C13.1553%2013.5454%2013.382%2013.2917%2013.6174%2013.031L13.0607%2012.5285ZM10.9393%2012.5285L10.3826%2013.031C10.618%2013.2917%2010.8447%2013.5454%2011.0565%2013.7244C11.2817%2013.9148%2011.59%2014.1094%2012%2014.1094V13.3594V12.6094C12.0993%2012.6094%2012.1273%2012.6655%2012.0248%2012.5789C11.909%2012.4809%2011.7607%2012.3191%2011.4961%2012.0259L10.9393%2012.5285ZM12%2013.3594H12.75V7.35938H12H11.25V13.3594H12Z'%20fill%3D'white'/%3E%3C/svg%3E");
        width: 1.5rem;
        height: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        background-position: center; }
        @media screen and (max-width: 1023px) {
          .product-section-video h4 a:before {
            width: 1.0625rem;
            height: 1.0625rem; } }

.video_content {
  width: 100%;
  position: relative; }

@media (max-width: 1023px) {
  .product-section-default {
    padding-bottom: 0; } }

.product-section-default .product-section_content h4, .product-section-default .product-section_content h4 * {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1023px) {
    .product-section-default .product-section_content h4, .product-section-default .product-section_content h4 * {
      font-size: 1rem !important;
      margin-bottom: 1rem !important; } }

.product-section-default .product-section_content p, .product-section-default .product-section_content p * {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 1em; }
  @media screen and (max-width: 1023px) {
    .product-section-default .product-section_content p, .product-section-default .product-section_content p * {
      font-size: 1.03rem !important; } }

.product-section-default .product-section_content > table {
  padding: 0 2.5rem 3.75rem;
  display: block; }
  @media (max-width: 1023px) {
    .product-section-default .product-section_content > table {
      padding: 0; } }
  .product-section-default .product-section_content > table:last-child {
    padding-top: 3.75rem;
    padding-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .product-section-default .product-section_content > table:last-child {
        padding-top: 0; } }
  .product-section-default .product-section_content > table > tbody {
    display: block !important; }
    .product-section-default .product-section_content > table > tbody > tr:first-child > td:first-child {
      width: 50%;
      max-width: 50%; }
    .product-section-default .product-section_content > table > tbody > tr:first-child > td:last-child {
      flex: 1; }
    .product-section-default .product-section_content > table > tbody > tr:last-child > td:last-child {
      width: 50%;
      max-width: 50%; }
    .product-section-default .product-section_content > table > tbody > tr:last-child > td:first-child {
      flex: 1; }
    .product-section-default .product-section_content > table > tbody > tr {
      display: flex;
      column-gap: 7.875rem;
      width: 100%;
      margin-bottom: 2.5rem; }
      @media (max-width: 1023px) {
        .product-section-default .product-section_content > table > tbody > tr {
          flex-wrap: wrap;
          margin-bottom: 0; } }
      .product-section-default .product-section_content > table > tbody > tr > td {
        display: block; }
        @media (max-width: 1023px) {
          .product-section-default .product-section_content > table > tbody > tr > td {
            width: 100% !important;
            max-width: 100% !important;
            flex: none !important; } }
        .product-section-default .product-section_content > table > tbody > tr > td img {
          height: auto !important;
          width: 100% !important; }
        .product-section-default .product-section_content > table > tbody > tr > td h2, .product-section-default .product-section_content > table > tbody > tr > td h3, .product-section-default .product-section_content > table > tbody > tr > td h4, .product-section-default .product-section_content > table > tbody > tr > td h5 {
          font-weight: 600;
          font-size: 1.5rem;
          line-height: 1.6;
          letter-spacing: 0px;
          text-transform: uppercase;
          margin-bottom: 2rem; }

.product-section-default .product-section_content ul {
  margin-top: 5rem; }
  .product-section-default .product-section_content ul li, .product-section-default .product-section_content ul span {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
    position: relative; }
  .product-section-default .product-section_content ul li {
    padding-left: 30px; }
  .product-section-default .product-section_content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
    /* Màu icon (do mask lấy hình, màu lấy ở background-color) */
    background-color: #000;
    /* WebKit */
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'><path fill='black' d='M5.54278 7.82561C5.25702 7.52575 4.78228 7.51432 4.48242 7.80008C4.18257 8.08584 4.17114 8.56058 4.4569 8.86043L5.54278 7.82561ZM6.25437 9.65945L5.71143 10.1769H5.71143L6.25437 9.65945ZM6.41328 9.66054L6.94844 10.186L6.94845 10.186L6.41328 9.66054ZM9.535 7.55166C9.8252 7.2561 9.82085 6.78124 9.52529 6.49104C9.22973 6.20084 8.75488 6.20519 8.46467 6.50075L9.535 7.55166ZM9.8586 13.3265L9.45776 12.6926L9.8586 13.3265ZM7.50885 14.8124L7.90969 15.4463L7.90969 15.4463L7.50885 14.8124ZM6.49083 14.8124L6.08998 15.4463L6.08999 15.4463L6.49083 14.8124ZM4.14107 13.3265L4.54192 12.6926H4.54192L4.14107 13.3265ZM2.47167 3.14788L2.64339 3.87795H2.64339L2.47167 3.14788ZM4.33317 2.65576L4.10838 1.94024V1.94024L4.33317 2.65576ZM6.63241 1.79622L6.34835 1.1021L6.34835 1.1021L6.63241 1.79622ZM7.36726 1.79622L7.65133 1.1021L7.65133 1.1021L7.36726 1.79622ZM9.6665 2.65576L9.8913 1.94024V1.94024L9.6665 2.65576ZM11.528 3.14788L11.6997 2.4178V2.4178L11.528 3.14788ZM6.90886 1.70021L7.02557 2.44107L7.02557 2.44107L6.90886 1.70021ZM7.09081 1.70021L6.9741 2.44107L6.9741 2.44107L7.09081 1.70021ZM7.13229 15.011L7.30189 15.7416L7.30189 15.7416L7.13229 15.011ZM6.86739 15.011L6.69778 15.7416L6.69778 15.7416L6.86739 15.011ZM1.8177 10.8671L2.53612 10.6518H2.53612L1.8177 10.8671ZM2.46042 12.0752L1.88276 12.5535H1.88276L2.46042 12.0752ZM12.182 10.8671L12.9004 11.0825V11.0825L12.182 10.8671ZM11.5393 12.0752L10.9616 11.5968L11.5393 12.0752ZM12.282 3.61337L12.9782 3.33449L12.9782 3.33448L12.282 3.61337ZM12.0713 3.33197L11.6135 3.926L11.6135 3.926L12.0713 3.33197ZM1.71766 3.61337L1.02144 3.33449L1.02144 3.33449L1.71766 3.61337ZM1.92835 3.33197L1.4705 2.73794H1.4705L1.92835 3.33197ZM4.99984 8.34302L4.4569 8.86043L5.71143 10.1769L6.25437 9.65945L6.79731 9.14204L5.54278 7.82561L4.99984 8.34302ZM6.41328 9.66054L6.94845 10.186L9.535 7.55166L8.99984 7.0262L8.46467 6.50075L5.87812 9.13509L6.41328 9.66054ZM6.25437 9.65945L5.71143 10.1769C6.04656 10.5285 6.60925 10.5315 6.94844 10.186L6.41328 9.66054L5.87812 9.13509C6.13182 8.8767 6.54628 8.87862 6.79731 9.14204L6.25437 9.65945ZM12.3332 4.21535H11.5832V8.67541H12.3332H13.0832V4.21535H12.3332ZM1.6665 8.67541H2.4165V4.21535H1.6665H0.916504V8.67541H1.6665ZM9.8586 13.3265L9.45776 12.6926L7.108 14.1785L7.50885 14.8124L7.90969 15.4463L10.2595 13.9604L9.8586 13.3265ZM6.49083 14.8124L6.89168 14.1785L4.54192 12.6926L4.14107 13.3265L3.74022 13.9604L6.08998 15.4463L6.49083 14.8124ZM2.47167 3.14788L2.64339 3.87795C3.205 3.74586 3.96998 3.55601 4.55797 3.37128L4.33317 2.65576L4.10838 1.94024C3.57635 2.10739 2.85675 2.28683 2.29995 2.4178L2.47167 3.14788ZM4.33317 2.65576L4.55797 3.37128C5.33735 3.12642 6.3803 2.70978 6.91648 2.49035L6.63241 1.79622L6.34835 1.1021C5.81046 1.32223 4.8206 1.71648 4.10838 1.94024L4.33317 2.65576ZM7.36726 1.79622L7.0832 2.49035C7.61938 2.70978 8.66232 3.12642 9.44171 3.37128L9.6665 2.65576L9.8913 1.94024C9.17908 1.71648 8.18922 1.32223 7.65133 1.1021L7.36726 1.79622ZM9.6665 2.65576L9.44171 3.37128C10.0297 3.55601 10.7947 3.74586 11.3563 3.87795L11.528 3.14788L11.6997 2.4178C11.1429 2.28683 10.4233 2.10739 9.8913 1.94024L9.6665 2.65576ZM6.63241 1.79622L6.91648 2.49035C6.95206 2.47578 6.97927 2.46465 7.00284 2.45524C7.02631 2.44587 7.04114 2.44022 7.05113 2.43663C7.07044 2.42968 7.05583 2.43631 7.02557 2.44107L6.90886 1.70021L6.79216 0.959344C6.61691 0.986951 6.45187 1.05973 6.34835 1.1021L6.63241 1.79622ZM7.36726 1.79622L7.65133 1.1021C7.5478 1.05973 7.38276 0.98695 7.20751 0.959344L7.09081 1.70021L6.9741 2.44107C6.94384 2.43631 6.92924 2.42968 6.94855 2.43663C6.95853 2.44022 6.97336 2.44587 6.99684 2.45524C7.0204 2.46465 7.04761 2.47578 7.0832 2.49035L7.36726 1.79622ZM6.90886 1.70021L7.02557 2.44107C7.02064 2.44185 7.01152 2.44287 6.99984 2.44287C6.98815 2.44287 6.97903 2.44185 6.9741 2.44107L7.09081 1.70021L7.20752 0.959345C7.06808 0.93738 6.93159 0.93738 6.79216 0.959345L6.90886 1.70021ZM7.50885 14.8124L7.108 14.1785C7.06057 14.2085 7.02425 14.2314 6.99268 14.2509C6.96121 14.2702 6.94117 14.2819 6.92757 14.2894C6.90173 14.3035 6.92069 14.2902 6.96268 14.2804L7.13229 15.011L7.30189 15.7416C7.55413 15.683 7.77167 15.5335 7.90969 15.4463L7.50885 14.8124ZM6.49083 14.8124L6.08999 15.4463C6.22799 15.5335 6.44554 15.683 6.69778 15.7416L6.86739 15.011L7.037 14.2804C7.07899 14.2902 7.09795 14.3035 7.0721 14.2894C7.05851 14.2819 7.03847 14.2702 7.007 14.2509C6.97542 14.2314 6.9391 14.2085 6.89167 14.1785L6.49083 14.8124ZM7.13229 15.011L6.96268 14.2804C6.98697 14.2748 7.0127 14.2748 7.03699 14.2804L6.86739 15.011L6.69778 15.7416C6.89666 15.7877 7.10301 15.7877 7.30189 15.7416L7.13229 15.011ZM1.6665 8.67541H0.916504C0.916504 9.75322 0.908984 10.4476 1.09928 11.0825L1.8177 10.8671L2.53612 10.6518C2.42402 10.2778 2.4165 9.84733 2.4165 8.67541H1.6665ZM4.14107 13.3265L4.54192 12.6926C3.59862 12.0961 3.27204 11.8794 3.03809 11.5968L2.46042 12.0752L1.88276 12.5535C2.30435 13.0626 2.87969 13.4162 3.74022 13.9604L4.14107 13.3265ZM1.8177 10.8671L1.09928 11.0825C1.26117 11.6226 1.52707 12.1239 1.88276 12.5535L2.46042 12.0752L3.03809 11.5968C2.8137 11.3258 2.64179 11.0043 2.53612 10.6518L1.8177 10.8671ZM12.3332 8.67541H11.5832C11.5832 9.84733 11.5757 10.2778 11.4636 10.6518L12.182 10.8671L12.9004 11.0825C13.0907 10.4476 13.0832 9.75322 13.0832 8.67541H12.3332ZM9.8586 13.3265L10.2595 13.9604C11.12 13.4162 11.6953 13.0626 12.1169 12.5535L11.5393 12.0752L10.9616 11.5968C10.7276 11.8794 10.4011 12.0961 9.45776 12.6926L9.8586 13.3265ZM12.182 10.8671L11.4636 10.6518C11.3579 11.0043 11.186 11.3258 10.9616 11.5968L11.5393 12.0752L12.1169 12.5535C12.4726 12.1239 12.7385 11.6226 12.9004 11.0825L12.182 10.8671ZM12.3332 4.21535H13.0832C13.0832 4.06732 13.0836 3.91934 13.0751 3.79332C13.0661 3.65993 13.0449 3.50104 12.9782 3.33449L12.282 3.61337L11.5858 3.89226C11.5702 3.85343 11.5747 3.83743 11.5785 3.89406C11.5828 3.95805 11.5832 4.04721 11.5832 4.21535H12.3332ZM11.528 3.14788L11.3563 3.87795C11.4309 3.8955 11.4889 3.90917 11.5389 3.9217C11.5888 3.93422 11.6211 3.94325 11.6432 3.95027C11.6871 3.96417 11.6579 3.96025 11.6135 3.926L12.0713 3.33197L12.5292 2.73794C12.3796 2.62267 12.2248 2.56105 12.0963 2.52034C11.9767 2.48244 11.8347 2.44956 11.6997 2.4178L11.528 3.14788ZM12.282 3.61337L12.9782 3.33448C12.8845 3.10059 12.7334 2.89531 12.5292 2.73794L12.0713 3.33197L11.6135 3.926C11.607 3.92099 11.6002 3.91425 11.5944 3.90652C11.5887 3.89888 11.5862 3.89335 11.5858 3.89226L12.282 3.61337ZM1.6665 4.21535H2.4165C2.4165 4.04721 2.4169 3.95805 2.42121 3.89406C2.42502 3.83743 2.42944 3.85343 2.41388 3.89226L1.71766 3.61337L1.02144 3.33449C0.954729 3.50104 0.933571 3.65993 0.924592 3.79332C0.91611 3.91934 0.916504 4.06732 0.916504 4.21535H1.6665ZM2.47167 3.14788L2.29995 2.4178C2.16493 2.44956 2.02295 2.48244 1.90333 2.52034C1.77485 2.56105 1.62006 2.62267 1.4705 2.73794L1.92835 3.33197L2.3862 3.926C2.34177 3.96025 2.31257 3.96417 2.35644 3.95027C2.37858 3.94325 2.41085 3.93422 2.46077 3.9217C2.51074 3.90917 2.5688 3.8955 2.64339 3.87795L2.47167 3.14788ZM1.71766 3.61337L2.41388 3.89226C2.41345 3.89335 2.41101 3.89888 2.40529 3.90652C2.39949 3.91426 2.3927 3.92099 2.3862 3.926L1.92835 3.33197L1.4705 2.73794C1.26632 2.89531 1.11514 3.10059 1.02144 3.33449L1.71766 3.61337Z'/></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    /* Chuẩn */
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'><path fill='black' d='M5.54278 7.82561C5.25702 7.52575 4.78228 7.51432 4.48242 7.80008C4.18257 8.08584 4.17114 8.56058 4.4569 8.86043L5.54278 7.82561ZM6.25437 9.65945L5.71143 10.1769H5.71143L6.25437 9.65945ZM6.41328 9.66054L6.94844 10.186L6.94845 10.186L6.41328 9.66054ZM9.535 7.55166C9.8252 7.2561 9.82085 6.78124 9.52529 6.49104C9.22973 6.20084 8.75488 6.20519 8.46467 6.50075L9.535 7.55166ZM9.8586 13.3265L9.45776 12.6926L9.8586 13.3265ZM7.50885 14.8124L7.90969 15.4463L7.90969 15.4463L7.50885 14.8124ZM6.49083 14.8124L6.08998 15.4463L6.08999 15.4463L6.49083 14.8124ZM4.14107 13.3265L4.54192 12.6926H4.54192L4.14107 13.3265ZM2.47167 3.14788L2.64339 3.87795H2.64339L2.47167 3.14788ZM4.33317 2.65576L4.10838 1.94024V1.94024L4.33317 2.65576ZM6.63241 1.79622L6.34835 1.1021L6.34835 1.1021L6.63241 1.79622ZM7.36726 1.79622L7.65133 1.1021L7.65133 1.1021L7.36726 1.79622ZM9.6665 2.65576L9.8913 1.94024V1.94024L9.6665 2.65576ZM11.528 3.14788L11.6997 2.4178V2.4178L11.528 3.14788ZM6.90886 1.70021L7.02557 2.44107L7.02557 2.44107L6.90886 1.70021ZM7.09081 1.70021L6.9741 2.44107L6.9741 2.44107L7.09081 1.70021ZM7.13229 15.011L7.30189 15.7416L7.30189 15.7416L7.13229 15.011ZM6.86739 15.011L6.69778 15.7416L6.69778 15.7416L6.86739 15.011ZM1.8177 10.8671L2.53612 10.6518H2.53612L1.8177 10.8671ZM2.46042 12.0752L1.88276 12.5535H1.88276L2.46042 12.0752ZM12.182 10.8671L12.9004 11.0825V11.0825L12.182 10.8671ZM11.5393 12.0752L10.9616 11.5968L11.5393 12.0752ZM12.282 3.61337L12.9782 3.33449L12.9782 3.33448L12.282 3.61337ZM12.0713 3.33197L11.6135 3.926L11.6135 3.926L12.0713 3.33197ZM1.71766 3.61337L1.02144 3.33449L1.02144 3.33449L1.71766 3.61337ZM1.92835 3.33197L1.4705 2.73794H1.4705L1.92835 3.33197ZM4.99984 8.34302L4.4569 8.86043L5.71143 10.1769L6.25437 9.65945L6.79731 9.14204L5.54278 7.82561L4.99984 8.34302ZM6.41328 9.66054L6.94845 10.186L9.535 7.55166L8.99984 7.0262L8.46467 6.50075L5.87812 9.13509L6.41328 9.66054ZM6.25437 9.65945L5.71143 10.1769C6.04656 10.5285 6.60925 10.5315 6.94844 10.186L6.41328 9.66054L5.87812 9.13509C6.13182 8.8767 6.54628 8.87862 6.79731 9.14204L6.25437 9.65945ZM12.3332 4.21535H11.5832V8.67541H12.3332H13.0832V4.21535H12.3332ZM1.6665 8.67541H2.4165V4.21535H1.6665H0.916504V8.67541H1.6665ZM9.8586 13.3265L9.45776 12.6926L7.108 14.1785L7.50885 14.8124L7.90969 15.4463L10.2595 13.9604L9.8586 13.3265ZM6.49083 14.8124L6.89168 14.1785L4.54192 12.6926L4.14107 13.3265L3.74022 13.9604L6.08998 15.4463L6.49083 14.8124ZM2.47167 3.14788L2.64339 3.87795C3.205 3.74586 3.96998 3.55601 4.55797 3.37128L4.33317 2.65576L4.10838 1.94024C3.57635 2.10739 2.85675 2.28683 2.29995 2.4178L2.47167 3.14788ZM4.33317 2.65576L4.55797 3.37128C5.33735 3.12642 6.3803 2.70978 6.91648 2.49035L6.63241 1.79622L6.34835 1.1021C5.81046 1.32223 4.8206 1.71648 4.10838 1.94024L4.33317 2.65576ZM7.36726 1.79622L7.0832 2.49035C7.61938 2.70978 8.66232 3.12642 9.44171 3.37128L9.6665 2.65576L9.8913 1.94024C9.17908 1.71648 8.18922 1.32223 7.65133 1.1021L7.36726 1.79622ZM9.6665 2.65576L9.44171 3.37128C10.0297 3.55601 10.7947 3.74586 11.3563 3.87795L11.528 3.14788L11.6997 2.4178C11.1429 2.28683 10.4233 2.10739 9.8913 1.94024L9.6665 2.65576ZM6.63241 1.79622L6.91648 2.49035C6.95206 2.47578 6.97927 2.46465 7.00284 2.45524C7.02631 2.44587 7.04114 2.44022 7.05113 2.43663C7.07044 2.42968 7.05583 2.43631 7.02557 2.44107L6.90886 1.70021L6.79216 0.959344C6.61691 0.986951 6.45187 1.05973 6.34835 1.1021L6.63241 1.79622ZM7.36726 1.79622L7.65133 1.1021C7.5478 1.05973 7.38276 0.98695 7.20751 0.959344L7.09081 1.70021L6.9741 2.44107C6.94384 2.43631 6.92924 2.42968 6.94855 2.43663C6.95853 2.44022 6.97336 2.44587 6.99684 2.45524C7.0204 2.46465 7.04761 2.47578 7.0832 2.49035L7.36726 1.79622ZM6.90886 1.70021L7.02557 2.44107C7.02064 2.44185 7.01152 2.44287 6.99984 2.44287C6.98815 2.44287 6.97903 2.44185 6.9741 2.44107L7.09081 1.70021L7.20752 0.959345C7.06808 0.93738 6.93159 0.93738 6.79216 0.959345L6.90886 1.70021ZM7.50885 14.8124L7.108 14.1785C7.06057 14.2085 7.02425 14.2314 6.99268 14.2509C6.96121 14.2702 6.94117 14.2819 6.92757 14.2894C6.90173 14.3035 6.92069 14.2902 6.96268 14.2804L7.13229 15.011L7.30189 15.7416C7.55413 15.683 7.77167 15.5335 7.90969 15.4463L7.50885 14.8124ZM6.49083 14.8124L6.08999 15.4463C6.22799 15.5335 6.44554 15.683 6.69778 15.7416L6.86739 15.011L7.037 14.2804C7.07899 14.2902 7.09795 14.3035 7.0721 14.2894C7.05851 14.2819 7.03847 14.2702 7.007 14.2509C6.97542 14.2314 6.9391 14.2085 6.89167 14.1785L6.49083 14.8124ZM7.13229 15.011L6.96268 14.2804C6.98697 14.2748 7.0127 14.2748 7.03699 14.2804L6.86739 15.011L6.69778 15.7416C6.89666 15.7877 7.10301 15.7877 7.30189 15.7416L7.13229 15.011ZM1.6665 8.67541H0.916504C0.916504 9.75322 0.908984 10.4476 1.09928 11.0825L1.8177 10.8671L2.53612 10.6518C2.42402 10.2778 2.4165 9.84733 2.4165 8.67541H1.6665ZM4.14107 13.3265L4.54192 12.6926C3.59862 12.0961 3.27204 11.8794 3.03809 11.5968L2.46042 12.0752L1.88276 12.5535C2.30435 13.0626 2.87969 13.4162 3.74022 13.9604L4.14107 13.3265ZM1.8177 10.8671L1.09928 11.0825C1.26117 11.6226 1.52707 12.1239 1.88276 12.5535L2.46042 12.0752L3.03809 11.5968C2.8137 11.3258 2.64179 11.0043 2.53612 10.6518L1.8177 10.8671ZM12.3332 8.67541H11.5832C11.5832 9.84733 11.5757 10.2778 11.4636 10.6518L12.182 10.8671L12.9004 11.0825C13.0907 10.4476 13.0832 9.75322 13.0832 8.67541H12.3332ZM9.8586 13.3265L10.2595 13.9604C11.12 13.4162 11.6953 13.0626 12.1169 12.5535L11.5393 12.0752L10.9616 11.5968C10.7276 11.8794 10.4011 12.0961 9.45776 12.6926L9.8586 13.3265ZM12.182 10.8671L11.4636 10.6518C11.3579 11.0043 11.186 11.3258 10.9616 11.5968L11.5393 12.0752L12.1169 12.5535C12.4726 12.1239 12.7385 11.6226 12.9004 11.0825L12.182 10.8671ZM12.3332 4.21535H13.0832C13.0832 4.06732 13.0836 3.91934 13.0751 3.79332C13.0661 3.65993 13.0449 3.50104 12.9782 3.33449L12.282 3.61337L11.5858 3.89226C11.5702 3.85343 11.5747 3.83743 11.5785 3.89406C11.5828 3.95805 11.5832 4.04721 11.5832 4.21535H12.3332ZM11.528 3.14788L11.3563 3.87795C11.4309 3.8955 11.4889 3.90917 11.5389 3.9217C11.5888 3.93422 11.6211 3.94325 11.6432 3.95027C11.6871 3.96417 11.6579 3.96025 11.6135 3.926L12.0713 3.33197L12.5292 2.73794C12.3796 2.62267 12.2248 2.56105 12.0963 2.52034C11.9767 2.48244 11.8347 2.44956 11.6997 2.4178L11.528 3.14788ZM12.282 3.61337L12.9782 3.33448C12.8845 3.10059 12.7334 2.89531 12.5292 2.73794L12.0713 3.33197L11.6135 3.926C11.607 3.92099 11.6002 3.91425 11.5944 3.90652C11.5887 3.89888 11.5862 3.89335 11.5858 3.89226L12.282 3.61337ZM1.6665 4.21535H2.4165C2.4165 4.04721 2.4169 3.95805 2.42121 3.89406C2.42502 3.83743 2.42944 3.85343 2.41388 3.89226L1.71766 3.61337L1.02144 3.33449C0.954729 3.50104 0.933571 3.65993 0.924592 3.79332C0.91611 3.91934 0.916504 4.06732 0.916504 4.21535H1.6665ZM2.47167 3.14788L2.29995 2.4178C2.16493 2.44956 2.02295 2.48244 1.90333 2.52034C1.77485 2.56105 1.62006 2.62267 1.4705 2.73794L1.92835 3.33197L2.3862 3.926C2.34177 3.96025 2.31257 3.96417 2.35644 3.95027C2.37858 3.94325 2.41085 3.93422 2.46077 3.9217C2.51074 3.90917 2.5688 3.8955 2.64339 3.87795L2.47167 3.14788ZM1.71766 3.61337L2.41388 3.89226C2.41345 3.89335 2.41101 3.89888 2.40529 3.90652C2.39949 3.91426 2.3927 3.92099 2.3862 3.926L1.92835 3.33197L1.4705 2.73794C1.26632 2.89531 1.11514 3.10059 1.02144 3.33449L1.71766 3.61337Z'/></svg>");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .product-section-default .product-section_content ul li:not(:last-child) {
    margin-bottom: 1rem; }

.service {
  background-color: #F3F3F3;
  padding: 5.125rem 5rem; }

.service_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.service-list {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 500; }

.service-item:not(:last-child) {
  border-right: 1px solid #667085; }

.service-item .icon {
  width: 2.5rem;
  margin-bottom: 1rem; }

.service-item .icon img {
  width: 100%;
  height: auto; }

.service .store {
  width: 16rem;
  display: flex;
  border: 1px solid #D0D5DD;
  -webkit-border-radius: 0.75rem;
  border-radius: 0.75rem;
  padding: 0.9375rem; }

.service .store-icon {
  flex: 0 0 1.5rem;
  max-width: 1.5rem;
  height: auto; }

.service .store-icon img {
  width: 100%;
  height: auto; }

.service .store-txt {
  flex-grow: 1;
  max-width: calc(100% - 1.5rem);
  padding-left: 0.875rem;
  font-weight: 600;
  color: #000;
  font-size: 1rem; }

.service .store-txt .link-but {
  margin-top: 0.5rem;
  height: 2.125rem;
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  font-size: 0.75rem; }

@media screen and (max-width: 1023px) {
  .service {
    padding: 3rem 0.9375rem; }
  .service-list {
    flex: 0 0 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.25rem;
    margin-bottom: 1.25rem; }
  .service-list :nth-child(even) {
    border-right: none; }
  .service-item {
    font-size: 0.875rem;
    padding: 0.9375rem;
    text-align: center; }
  .service .store {
    flex: 0 0 100%;
    max-width: 100%; } }

.product-section-info h2, .product-section-info h2 * {
  font-size: 1.875rem !important;
  margin-bottom: 5px;
  margin-top: 25px; }

.product-section-info h4, .product-section-info h4 * {
  font-size: 1.875rem;
  line-height: 38/30;
  font-weight: 600;
  margin-bottom: 3.25rem; }
  @media screen and (max-width: 1023px) {
    .product-section-info h4, .product-section-info h4 * {
      font-size: 1.25rem !important;
      margin-bottom: 1.875rem; } }

.product-section-info table h4, .product-section-info table h4 * {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 1023px) {
    .product-section-info table h4, .product-section-info table h4 * {
      font-size: 1rem !important;
      margin-bottom: 1rem; } }

.product-section-info p, .product-section-info p * {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  color: #101828;
  margin: 0 auto;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1023px) {
    .product-section-info p, .product-section-info p * {
      max-width: 100% !important;
      font-size: 1rem !important;
      margin-bottom: 0.5rem !important; } }

.product-section-info .info_wrap > table {
  border-collapse: collapse !important;
  width: 100% !important;
  background-color: #f2f2f2;
  display: block !important;
  padding: 3.625rem 3.125rem 3.625rem 10rem; }
  @media (max-width: 1023px) {
    .product-section-info .info_wrap > table {
      padding: 1.5rem 1rem; } }
  .product-section-info .info_wrap > table > tbody {
    display: block !important; }
    .product-section-info .info_wrap > table > tbody > tr {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-around; }
      .product-section-info .info_wrap > table > tbody > tr > td {
        display: block;
        width: max-content !important;
        max-width: 50% !important; }
        @media (max-width: 1023px) {
          .product-section-info .info_wrap > table > tbody > tr > td {
            width: 100% !important;
            max-width: 100% !important;
            flex: none !important; } }
        .product-section-info .info_wrap > table > tbody > tr > td img {
          height: auto !important;
          width: 100% !important; }
        .product-section-info .info_wrap > table > tbody > tr > td h2, .product-section-info .info_wrap > table > tbody > tr > td h3, .product-section-info .info_wrap > table > tbody > tr > td h4, .product-section-info .info_wrap > table > tbody > tr > td h5 {
          font-size: 1.25rem;
          line-height: 1;
          font-weight: 600;
          color: #000;
          text-transform: uppercase; }
        .product-section-info .info_wrap > table > tbody > tr > td table {
          border-collapse: revert !important;
          width: 100% !important;
          background: transparent !important;
          padding: 0 !important; }
          .product-section-info .info_wrap > table > tbody > tr > td table > tbody > tr:first-child td:first-child {
            border-top-left-radius: 0.5rem; }
          .product-section-info .info_wrap > table > tbody > tr > td table > tbody > tr:last-child td:first-child {
            border-bottom-left-radius: 0.5rem; }
          .product-section-info .info_wrap > table > tbody > tr > td table > tbody > tr:first-child td:last-child {
            border-top-right-radius: 0.5rem; }
          .product-section-info .info_wrap > table > tbody > tr > td table > tbody > tr:last-child td:last-child {
            border-bottom-right-radius: 0.5rem; }
          .product-section-info .info_wrap > table > tbody > tr > td table > tbody > tr > td:first-child {
            background: #fff; }
        .product-section-info .info_wrap > table > tbody > tr > td table tr:not(:last-child) td {
          border-bottom: 0; }
        .product-section-info .info_wrap > table > tbody > tr > td table tr td {
          font-weight: 500;
          font-size: 0.875rem;
          line-height: 1.6;
          letter-spacing: 0px;
          vertical-align: middle;
          border: 1px solid #d0d5dd;
          padding: 0.625rem 1rem; }
        .product-section-info .info_wrap > table > tbody > tr > td table tr td.bg-white {
          background-color: #fff; }
        .product-section-info .info_wrap > table > tbody > tr > td table tr td.rtl {
          border-top-left-radius: 0.5rem; }
        .product-section-info .info_wrap > table > tbody > tr > td table tr td.rtr {
          border-top-right-radius: 0.5rem; }
        .product-section-info .info_wrap > table > tbody > tr > td table tr td.rbl {
          border-bottom-left-radius: 0.5rem; }
        .product-section-info .info_wrap > table > tbody > tr > td table tr td.rbr {
          border-bottom-right-radius: 0.5rem; }
        .product-section-info .info_wrap > table > tbody > tr > td table tr td:not(:last-child) {
          border-right: 0; }
        @media screen and (max-width: 1023px) {
          .product-section-info .info_wrap > table > tbody > tr > td table {
            border-collapse: inherit; }
          .product-section-info .info_wrap > table > tbody > tr > td table tr:not(:last-child) td {
            border-bottom: 0; }
          .product-section-info .info_wrap > table > tbody > tr > td table tr td {
            padding: 0.75rem 1rem; } }

.rte h2, .rte h3, .rte h4, .rte h5 {
  font-weight: 600; }
  @media screen and (max-width: 1023px) {
    .rte h2, .rte h3, .rte h4, .rte h5 {
      font-size: 1.25rem !important;
      margin-bottom: 0 !important; }
      .rte h2 *, .rte h3 *, .rte h4 *, .rte h5 * {
        font-size: 1.25rem !important; } }

.rte p {
  font-size: 1rem !important; }
  .rte p * {
    font-size: 1rem !important; }

@media screen and (max-width: 1023px) {
  .product-section-default .product-section_content ul li, .product-section-default .product-section_content ul span {
    font-size: 1rem !important; } }

.check_price_contact a {
  flex: 1;
  height: 3rem;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  gap: 0.5rem;
  background-color: #015aab;
  border-radius: 0.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0; }

.check_price.hidden {
  display: none !important; }

.check_price_contact {
  margin-bottom: 2rem; }
