/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.font-barlow {
  font-family: "Barlow Condensed", sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}
.box_icon {
  background-color: #f1f8f5;
  border: 1px solid #6caf8e;
  border-radius: 5px;
  padding: 15px 10px;
}

.kg-map-visual {
  position: relative;
}

.kg-map-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.kg-map-line {
  position: absolute;
  overflow: visible;
}

.kg-map-line path {
  animation: kg-line-dash 1.1s linear infinite;
}

.kg-map-line--china {
  left: 35%;
  top: 18%;
  width: 48%;
}

.kg-map-line--korea {
  left: 35%;
  top: 18%;
  width: 48%;
}

.kg-map-line--japan {
  left: 35%;
  top: 18%;
  width: 48%;
}

.kg-map-marker {
  position: absolute;
  z-index: 4;
  width: 44px;
  height: 58px;
  pointer-events: none;
}

.kg-map-marker--hanoi {
  left: 33.5%;
  top: 18.5%;
}

.kg-map-marker__pin {
  position: absolute;
  left: 50%;
  top: 0;
  width: 34px;
  height: 34px;
  transform: translateX(-50%) rotate(-45deg);
  background: #fffdf4;
  border: 3px solid #ffa82e;
  border-radius: 999px 999px 999px 8px;
  box-shadow: 0 10px 22px rgba(228, 87, 2, 0.22);
}

.kg-map-marker__pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #08a866;
}

.kg-map-marker__ring {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 34px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(217, 167, 53, 0.38) 0%,
    rgba(217, 167, 53, 0.18) 45%,
    rgba(217, 167, 53, 0) 75%
  );
}

@keyframes kg-line-dash {
  to {
    stroke-dashoffset: -16;
  }
}

.section-vuontam .section-bg :is(img, picture, video) {
  height: 100%;
  left: 0;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: auto;
}
.row-tamnhin {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.box_tamnhin .icon-box-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.business-philosophy-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.business-philosophy-title .line {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: #ded8c9;
}

.title-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.leaf-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  color: #0d572d;
}

.title-content h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.title-green {
  color: #396;
}

.title-gold {
  color: #bd7b17;
}

@media (max-width: 768px) {
  .business-philosophy-title {
    gap: 10px;
  }

  .business-philosophy-title .line {
    display: none;
  }

  .title-content {
    gap: 10px;
  }

  .leaf-icon {
    width: 30px;
    height: 30px;
  }

  .title-content h2 {
    font-size: 18px;
    white-space: normal;
    text-align: center;
  }
}

.image_th img{
  border-radius: 10px;
}

.box_hoatchat {
  border: 1px solid #339059;
  padding: 20px 20px 5px;
  border-radius: 10px;
  background: #3390591f;
}

.box_text_feature {
  padding: 15px;
  background: #339059;
  border-radius: 5px;
}

.slogan {
  background: #bf222e;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #e6a922;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
}

.row-xuatkhau {
  padding: 15px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.slogan-2 {
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  color: #1e4417;
  text-transform: uppercase;
}

.box_gt_gt {
  border: 1px solid #ddd;
  padding: 15px;
  min-height: 125px;
  border-radius: 10px;
}

.box_gt_gt h3 {
  font-size: 16px;
  font-weight: bold;
  color: #e6a922;
}

.box_gt_gt p {
  font-size: 14px;
  line-height: 20px;
}

.category-page-row .products {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.category-page-row .products > .product-small {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.price-wrapper .price {
  font-size: 16px;
  font-weight: bold;
}

.is-xlarge .price-wrapper .price {
  font-size: 24px;
  font-weight: bold;
}

.title-wrapper .product-title {
  font-size: 16px;
  font-weight: bold;
}

.price-wrapper {
  height: auto !important;
  margin-top: 8px;
}

.price-wrapper .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

.price-wrapper .price del {
  order: 2;
  color: #9aa39d;
  font-size: 16px;
  font-weight: 500;
  text-decoration-thickness: 1px;
  opacity: 1;
}

.price-wrapper .price del .amount,
.price-wrapper .price del bdi {
  color: inherit;
  font-size: inherit;
}

.price-wrapper .price ins {
  order: 1;
  color: #e45702;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.price-wrapper .price .amount,
.price-wrapper .price ins bdi {
  color: #e45702;
  font-size: inherit;
  font-weight: inherit;
}

.wp-video {
  margin: 0 auto 15px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  .kg-map-marker--hanoi {
    left: 28%;
    top: 17%;
  }

  .kg-map-line--china,
  .kg-map-line--korea,
  .kg-map-line--japan {
    left: 31%;
    top: 18%;
    width: 58%;
  }

}

.single-product form.variations_form table.variations select.kg-variation-select-hidden {
  display: none !important;
  visibility: hidden !important;
}

.single-product form.variations_form .kg-variation-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.single-product form.variations_form .kg-variation-label {
  position: relative;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid #d9c9ad;
  border-radius: 6px;
  background: #fffaf1;
  color: #164f31;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.single-product form.variations_form .kg-variation-label:hover,
.single-product form.variations_form .kg-variation-label.is-active {
  border-color: #075c38;
  background: #075c38;
  color: #fff;
  box-shadow: 0 8px 18px rgba(7, 92, 56, 0.18);
}

.single-product form.variations_form .kg-variation-label.is-active {
  padding-right: 38px;
}

.single-product form.variations_form .kg-variation-label.is-active::after {
  content: "✓";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  color: #075c38;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

.single-product form.variations_form .kg-variation-label:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.shop-page-title {
  background: #f8f8f8;
}

.shop-page-title .page-title-inner {
  padding-top: 0;
}

@media (max-width: 549px) {
  .single-product form.variations_form .kg-variation-labels {
    gap: 8px;
  }

  .single-product form.variations_form .kg-variation-label {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 14px;
  }
}
