@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

:root {
  /* Brand Colors */
  --color-primary: #00441c;

  /* Wood Colors */
  --color-wood: #975d1b;
  --color-wood-dark: #724713;
  --color-wood-deep: #5e3208;

  /* Neutral */
  --color-white: #fcfcfc;
  --color-black: #121212;

  /* Text */
  --color-text: var(--color-primary);
  --color-text-light: var(--color-white);

  /* Background */
  --color-bg: var(--color-white);
  --color-surface: #f6f6f6;

  /* Border */
  --color-border: #d8d8d8;

  /* Gradient */
  --gradient-wood: linear-gradient(
    180deg,
    #975d1b 0%,
    #724713 55%,
    #5e3208 100%
  );

  --gradient-green: linear-gradient(180deg, #2f4920 0%, #17230c 100%);

  /* Shadow */
  --shadow-brand: 0 4px 12px rgba(23, 35, 12, 0.18);
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 12px 28px;
  border-radius: 8px;
  border: 1px solid #e5ffcc;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.button.btn-out {
  background-color: transparent;
  border-color: #fff;
}

.button.btn-out:hover {
  background-color: var(--fs-color-primary);
}

.button.ws::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/uploads/2026/06/whatsapp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button.clr::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/06/arrow-right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button.cll::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/06/arrow-right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.title p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.title h2 {
  font-size: 2.5rem;
  color: var(--color-primary);
}

.header-button .button {
  font-size: 12px;
  padding: 4px 8px;
  background-color: var(--color-wood);
}

#header .nav > li.html_topbar_right {
  font-size: 16px;
}

/* home */
.home1 {
  position: relative;
}

.home1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgb(18 18 18 / 0.64) 0%,
      rgb(18 18 18 / 0.34) 48%,
      rgb(18 18 18 / 0.12) 100%
    ),
    linear-gradient(180deg, rgb(47 73 32 / 0.18), rgb(94 50 8 / 0.2));
}

.home1 .b-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  transform: translate(-50%, -50%);
}

.home1 .b-text h2,
.home1 .b-text h4,
.home1 .b-text p {
  text-shadow: 0 2px 18px rgb(0 0 0 / 0.28);
}

.home1 .b-text h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
  margin: 0 auto;
  margin-bottom: 18px;
}

.home1 .b-text h4 {
  color: var(--fs-color-secondary);
  font-size: clamp(1.05rem, 1.2vw, 1.35rem);
  line-height: 1.35;
  margin-bottom: 14px;
  font-weight: 500;
}

.home1 .b-text p {
  max-width: 960px;
  margin: 0 auto 24px;
  color: rgb(255 255 255 / 0.88);
  font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.7;
}

.home1 .b-content .button {
  padding: 12px 28px;
  border-radius: 8px;
  border-color: rgb(255 255 255 / 0.82);
  box-shadow: 0 12px 28px rgb(0 0 0 / 0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.home1 .b-content .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgb(0 0 0 / 0.24);
}

.home1 .b-content .button.btn-out {
  color: #fff;
  background: rgb(255 255 255 / 0.08);
  backdrop-filter: blur(8px);
}

.home1 .b-content .button.btn-out:hover {
  background: rgb(47 73 32 / 0.92);
  border-color: #e5ffcc;
}

.home1 .ct-row {
  margin: 0 auto !important;
  margin-top: 48px !important;
}

.home1 .ct-row .col-inner {
  height: 100%;
}

.home1 .ct-row .icon-box {
  align-items: center;
  padding: 14px 20px;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 10px;
  background: rgb(255 255 255 / 0.5);
  box-shadow: 0 12px 30px rgb(18 18 18 / 0.16);
  backdrop-filter: blur(10px);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.home1 .ct-row .icon-box:hover {
  transform: translateY(-5px);
  border-color: rgb(0 145 91 / 0.34);
  background: rgb(255 255 255 / 0.95);
  box-shadow: 0 20px 42px rgb(18 18 18 / 0.24);
}

.home1 .ct-row .icon-box-img,
.home1 .ct-row .icon,
.home1 .ct-row .icon-inner {
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px;
  background: #e9f5ed;
  color: #00915b;
  box-shadow: inset 0 0 0 1px rgb(0 145 91 / 0.08);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.home1 .ct-row .icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home1 .ct-row .icon-box:hover .icon-box-img,
.home1 .ct-row .icon-box:hover .icon {
  transform: scale(1.06) rotate(-4deg);
  background: #dff2e7;
  box-shadow:
    inset 0 0 0 1px rgb(0 145 91 / 0.2),
    0 8px 18px rgb(0 145 91 / 0.14);
}

.home1 .ct-row .icon-box-img img,
.home1 .ct-row .icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.home1 .ct-row h3,
.home1 .ct-row p {
  margin: 0;
  text-shadow: none;
}

.home1 .ct-row h3 {
  color: #102a18;
  font-size: 1.05rem;
  line-height: 1.1;
  font-weight: 700;
}

.home1 .ct-row p {
  color: #13734d;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 4px;
}

.home1 .ct-row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
}

.home1 .ct-row li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 7px;
  background: rgb(255 255 255 / 0.5);
  color: #102a18;
  font-size: 0.9rem;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgb(18 18 18 / 0.1);
  backdrop-filter: blur(8px);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  margin: 0;
}

.home1 .ct-row li:hover {
  transform: translateY(-3px);
  border-color: rgb(0 145 91 / 0.3);
  box-shadow: 0 14px 28px rgb(18 18 18 / 0.18);
}

.home1 .ct-row li img {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #00915b;
  object-fit: contain;
  margin-right: 0;
}

.home2 {
  padding: 76px 0 36px;
  overflow: hidden;
}

.home2 .col-left .img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(23, 35, 12, 0.16);
  isolation: isolate;
}

.home2 .col-left .img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(18 18 18 / 0) 35%, rgb(18 18 18 / 0.68) 100%),
    linear-gradient(120deg, rgb(47 73 32 / 0.18), rgb(151 93 27 / 0.12));
}

.home2 .col-left .img img {
  display: block;
  width: 100%;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

.home2 .col-left:hover .img img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.home2 .b-text {
  background: linear-gradient(
    135deg,
    rgb(18 18 18 / 0.72),
    rgb(47 73 32 / 0.62)
  );
  backdrop-filter: blur(10px);
  padding: 22px 24px;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-left: 5px solid var(--color-wood);
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  z-index: 2;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgb(0 0 0 / 0.24);
  transform: translateY(0);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.home2 .col-left:hover .b-text {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgb(0 0 0 / 0.3);
}

.home2 .b-text h3 {
  color: #fff;
  font-size: clamp(1.25rem, 1vw + 1rem, 1.75rem);
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.home2 .b-text p {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  margin: 0;
  opacity: 0.92;
}

.home22 {
  background-color: var(--color-primary);
  padding: 72px 0;
}

.home22 img {
  border-radius: 1rem;
  overflow: hidden;
}

.home3 {
  padding: 72px 0 52px;
  background:
    radial-gradient(circle at 18% 0%, rgb(151 93 27 / 0.08), transparent 32%),
    linear-gradient(180deg, #f7f5f1 0%, #fcfcfc 100%);
}

.home3 .title {
  margin-bottom: 30px;
  max-width: 58rem;
}

.home3 .col-inner {
  height: 100%;
}

.home3 .icon-box {
  position: relative;
  height: 100%;
  padding: 26px 24px;
  border: 1px solid rgb(47 73 32 / 0.12);
  box-shadow: 0 10px 28px rgb(18 18 18 / 0.07);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.home3 .icon-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-wood));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.home3 .icon-box:hover {
  transform: translateY(-8px);
  border-color: rgb(151 93 27 / 0.28);
  box-shadow: 0 18px 44px rgb(23 35 12 / 0.16);
}

.home3 .icon-box:hover::before {
  transform: scaleX(1);
}

.home3 .icon-box .icon {
  background: linear-gradient(135deg, #f3ebe2 0%, #fff6e8 100%);
  width: 56px;
  height: 56px;
  padding: 0.65rem;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgb(151 93 27 / 0.14);
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

.home3 .icon-box:hover .icon {
  transform: rotate(-4deg) scale(1.06);
  box-shadow:
    inset 0 0 0 1px rgb(151 93 27 / 0.22),
    0 10px 22px rgb(151 93 27 / 0.18);
}

.home3 .icon-box h3 {
  color: var(--fs-color-primary);
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 14px 0 10px;
}

.home3 .icon-box p {
  color: #5b6657;
  line-height: 1.65;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}

.home4 {
  color: #fff;
  background-color: var(--color-primary);
}

.home4 .col-text .col-inner {
  padding: 0 10%;
}

.home4 .col-text .button {
  background-color: var(--color-wood);
  border-color: var(--color-wood);
}

.home_reivews {
  padding: 72px 0 40px;
}

.home_reivews .title {
  margin-bottom: 34px;
}

.home_reivews .title p {
  color: var(--color-wood);
}

.home_reivews .rowSlider {
  margin-bottom: 42px !important;
}

.home_reivews .rowSlider .col-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 326px;
  padding: 58px 36px 38px;
  border: 1px solid rgb(47 73 32 / 0.08);
  border-radius: 12px;
  background: #eef0e8;
  box-shadow: 0 8px 12px rgb(23 35 12 / 0.08);
  overflow: hidden;
  text-align: center;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.home_reivews .rowSlider .col-inner:hover {
  transform: translateY(-8px);
  border-color: rgb(151 93 27 / 0.22);
  background: #f4f5ee;
  box-shadow: 0 22px 52px rgb(23 35 12 / 0.15);
}

.home_reivews .rowSlider .col-inner::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20CC%20Attribution.%20Made%20by%20salesforce%3A%20https%3A%2F%2Flightningdesignsystem.com%2F%20--%3E%3Csvg%20fill%3D%22%23975d1b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2052%2052%22%20enable-background%3D%22new%200%200%2052%2052%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20d%3D%22M44.3%2C6.5c-9%2C0-15.9%2C7-15.9%2C16V44c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h17c0.8%2C0%2C1.5-0.7%2C1.5-1.5V27c0-0.8-0.7-1.5-1.5-1.5H34.4v-3c0-5%2C4.9-10%2C9.9-10h2.6c0.8%2C0%2C1.5-0.7%2C1.5-1.5V8c0-0.8-0.7-1.5-1.5-1.5H44.3z%22%2F%3E%3Cpath%20d%3D%22M19.5%2C6.5c-9%2C0-15.9%2C7-15.9%2C16V44c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h17c0.8%2C0%2C1.5-0.7%2C1.5-1.5V27c0-0.8-0.7-1.5-1.5-1.5H9.6v-3c0-5%2C4.9-10%2C9.9-10h2.6c0.8%2C0%2C1.5-0.7%2C1.5-1.5V8c0-0.8-0.7-1.5-1.5-1.5H19.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M30.5%2C8%22%2F%3E%3C%2Fsvg%3E");
}

.home_reivews .rowSlider .col-inner::after {
  content: "\2605\2605\2605\2605\2605";
  display: block;
  color: #b99a48;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 2px;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgb(255 255 255 / 0.68);
}

.home_reivews .rowSlider .text p {
  max-width: 330px;
  color: #4f584b;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.65;
  margin: 0 auto 28px;
}

.home_reivews .rowSlider .icon-box {
  margin-top: auto;
}

.home_reivews .rowSlider .icon-box-img {
  width: 46px !important;
  height: 46px !important;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 0 4px #fff,
    0 8px 18px rgb(23 35 12 / 0.16);
}

.home_reivews .rowSlider .col:nth-child(even) .col-inner {
  background: #fff;
}

.home_reivews .rowSlider .icon-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_reivews .rowSlider h3 {
  color: #102a18;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.home_reivews .rowSlider .flickity-page-dots {
  bottom: -20px;
}

.flickity-page-dots .dot {
  border-color: var(--color-wood);
}

.flickity-page-dots .dot.is-selected {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.home_reivews .r-more .col {
  position: relative;
}

.home_reivews .r-more .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 48px;
  background-color: #c5dfcf;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
}

.home_views {
  padding: 72px 0 52px;
  background: linear-gradient(180deg, #f6f8f3 0%, #fcfcfc 100%);
}

.home_views .title {
  margin-bottom: 34px;
}

.home_views .title p {
  color: var(--color-wood);
}

.home_views .box {
  position: relative;
  height: 100%;
  border: 1px solid rgb(47 73 32 / 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgb(23 35 12 / 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.home_views .box:hover {
  transform: translateY(-8px);
  border-color: rgb(151 93 27 / 0.24);
  box-shadow: 0 22px 50px rgb(23 35 12 / 0.16);
}

.home_views .box-image {
  position: relative;
  overflow: hidden;
}

.home_views .box-image img {
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.home_views .box:hover .box-image img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.home_views .box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 48%,
    rgb(18 18 18 / 0.18) 100%
  );
}

.home_views .box-text {
  padding: 22px 20px 24px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.home_views .box-text h3 {
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.home_views .box-text p {
  color: #5b6657;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.home_reivews .r-more h3 {
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 1;
}

.home_reivews .r-more p {
  font-size: 14px;
  color: var(--color-wood);
  margin: 0;
}

.home_views .video {
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (max-width: 849px) {
  .home1 .b-content {
    position: absolute;
    top: auto;
    left: auto;
    width: min(100%, calc(100% - 24px));
    transform: none;
    padding: 28px 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .home1 .b-text h2 {
    margin-bottom: 14px;
  }

  .home1 .b-content .button {
    min-height: 52px;
    padding: 12px 22px;
    font-size: 17px;
  }

  .home2 {
    padding: 56px 0 28px;
  }

  .home2 .b-text {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    padding: 18px;
  }

  .home3 {
    padding: 44px 0 56px;
  }

  .home_reivews {
    padding: 54px 0;
  }

  .home_reivews .rowSlider > .col > .col-inner {
    min-height: 292px;
    padding: 46px 26px 32px;
  }

  .home_reivews .r-more .col::after {
    display: none;
  }

  .home_views {
    padding: 56px 0;
  }

  .home_views .box-text {
    padding: 18px 16px 20px;
  }
}

@media (max-width: 549px) {
  .home1 .b-content {
    width: min(100%, calc(100% - 20px));
    padding: 22px 0;
  }

  .home1 .ct-row .icon-box {
    min-height: 64px;
    padding: 14px 16px;
  }

  .home1 .ct-row ul {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 14px;
  }

  .home1 .ct-row li {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .home2 .col-left .img {
    border-radius: 14px;
  }

  .home2 .b-text {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    margin: -54px 12px 0;
    padding: 16px;
  }

  .home2 .b-text p {
    font-size: 15px;
  }

  .home3 .icon-box {
    padding: 22px 20px;
  }

  .home_reivews {
    padding: 42px 0;
  }

  .home_reivews .title {
    margin-bottom: 22px;
  }

  .home_reivews .rowSlider > .col > .col-inner {
    min-height: auto;
    padding: 40px 20px 28px;
  }

  .home_reivews .rowSlider > .col > .col-inner::before {
    font-size: 3.4rem;
    margin-bottom: 14px;
  }

  .home_reivews .rowSlider .text p {
    font-size: 0.9rem;
    margin-bottom: 22px;
  }

  .home_views {
    padding: 44px 0;
  }

  .home_views .title {
    margin-bottom: 22px;
  }

  .home_views .box-text h3 {
    font-size: 0.95rem;
  }

  .home_views .box-text p {
    font-size: 0.84rem;
  }

  .home1 .banner {
    padding-top: 500px !important;
  }
}

.button.icon.back-to-top {
  --scroll-progress: 0%;
  width: 44px;
  height: 44px;
  background: conic-gradient(
    var(--color-primary) var(--scroll-progress),
    rgba(47, 73, 32, 0.14) 0
  );
  padding: 0;
  border: 0;
  color: var(--color-primary);
  min-width: unset;
  min-height: unset;
  overflow: visible;
  box-shadow: 0 10px 28px rgba(47, 73, 32, 0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease;
  margin: 0;
  right: 14px;
}

.button.icon.back-to-top::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(47, 73, 32, 0.08);
}

.button.icon.back-to-top::after {
  content: attr(data-scroll-percent);
  position: absolute;
  left: 50%;
  bottom: 7px;
  z-index: 2;
  transform: translateX(-50%);
  color: var(--color-primary);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.button.icon.back-to-top i {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 18px;
  line-height: 1;
}

.button.icon.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(47, 73, 32, 0.24);
}

/* FAQs accordion */
.sec_faqs {
  padding: 70px 0;
  background: #fff;
}

.sec_faqs .button {
  font-size: 16px;
  padding: 8px 16px;
}

.sec_faqs .accordion {
  display: grid;
  gap: 12px;
}

.sec_faqs .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(0, 68, 28, 0.18);
  border-radius: 1rem;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.sec_faqs .accordion-item:hover,
.sec_faqs .accordion-item:has(.accordion-title.active),
.sec_faqs .accordion-item:has(.accordion-title[aria-expanded="true"]) {
  border-color: rgba(0, 68, 28, 0.28);
  box-shadow: 0 14px 32px rgba(0, 68, 28, 0.08);
  transform: translateY(-1px);
}

.sec_faqs .accordion-title.plain {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 28px 0 24px;
  border: 0;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.sec_faqs .accordion-title.plain:hover,
.sec_faqs .accordion-title.plain.active,
.sec_faqs .accordion-title.plain[aria-expanded="true"] {
  color: var(--color-primary);
}

.sec_faqs .accordion-title span {
  order: 1;
  flex: 1;
}

.sec_faqs .accordion-title .toggle {
  position: relative;
  order: 2;
  inset: auto;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  opacity: 1;
  justify-content: center;
}

.sec_faqs .accordion-title .toggle i {
  display: block;
  font-size: 19px;
  line-height: 24px;
  transition: transform 0.2s ease;
}

.sec_faqs .accordion-title.active .toggle i,
.sec_faqs .accordion-title[aria-expanded="true"] .toggle i {
  transform: rotate(180deg);
}

.sec_faqs .accordion-inner {
  padding: 20px;
  border: 0;
  color: #006247;
}

.sec_faqs .accordion-inner p {
  max-width: 760px;
  margin: 0;
  color: #006247;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 849px) {
  .sec_faqs {
    padding: 48px 0;
  }

  .sec_faqs .title {
    margin-bottom: 24px;
  }
}

@media (max-width: 549px) {
  .sec_faqs .accordion-title.plain {
    min-height: 58px;
    padding: 0 18px;
    font-size: 15px;
  }

  .sec_faqs .accordion-inner {
    padding: 0 18px 20px;
  }

  .sec_faqs .accordion-inner p {
    font-size: 15px;
  }
}

/* contact */
.box-lh-right {
  position: fixed;
  right: 16px;
  bottom: 86px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  bottom: 50%;
  transform: translateY(50%);
}

.box-lh-right a {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border-radius: 10px;
  overflow: hidden;
}

.box-lh-right a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.24);
}

.box-lh-right img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

@media (max-width: 549px) {
  .box-lh-right {
    right: 10px;
    bottom: 70px;
    gap: 6px;
  }

  .box-lh-right a {
    width: 38px;
    height: 38px;
  }

  .box-lh-right img {
    width: 24px;
    height: 24px;
  }
}

/* post-item */
.post-item .box {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 68, 28, 0.09);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 68, 28, 0.11);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.post-item .box:hover {
  border-color: rgba(0, 68, 28, 0.2);
  box-shadow: 0 20px 44px rgba(0, 68, 28, 0.17);
  transform: translateY(-5px);
}

.post-item .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #eef4ed;
}

.post-item .box-image img {
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.post-item .box:hover .box-image img {
  transform: scale(1.08);
}

.post-item .box-text {
  display: flex;
  flex: 1;
  padding: 22px 20px 20px;
  background: #fff;
}

.post-item .box-text-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.post-item .post-title {
  margin: 0 0 12px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.26;
}

.post-item .post-title a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-item .post-title a:hover {
  color: #c8650b;
}

.post-item .is-divider {
  display: none;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #2a7b5a;
  font-size: 15px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-item .from_the_blog_excerpt::after {
  content: "";
  display: block;
  margin-top: 18px;
}

.post-item .box-text-inner::after {
  content: "Read article";
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: rgba(0, 68, 28, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.post-item .box:hover .box-text-inner::after {
  color: #c8650b;
}

@media (max-width: 549px) {
  .post-item .box {
    border-radius: 14px;
  }

  .post-item .box-image {
    border-radius: 14px 14px 0 0;
  }

  .post-item .box-text {
    padding: 18px 16px;
  }

  .post-item .post-title {
    font-size: 16px;
  }
}

.entry-content {
  padding-top: 0;
}

.widget {
  margin-bottom: 1.5em;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.75rem;
}

span.widget-title {
  font-size: 16px;
  color: var(--fs-color-primary);
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 0.5rem;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  color: #222;
}

.recent-blog-posts {
  align-items: center !important;
}

.recent-blog-posts .badge::after {
  display: none !important;
}

.searchform {
  margin-bottom: 0;
}

.searchform input[type="search"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.searchform .button.icon {
  height: 44px;
  width: 44px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  font-size: 14px;
  border-color: var(--fs-color-secondary);
  padding: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
  height: 44px;
  box-shadow: none !important;
  border-radius: 0.5rem;
}

.header .flex-row {
  max-width: 1250px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 42px;
  height: 42px;
  line-height: 38px;
  border-radius: 6px;
}

.sec_bread {
  background: color-mix(in srgb, var(--primary-color) 8%, #fff);
  border-bottom: 1px solid
    color-mix(in srgb, var(--primary-color) 18%, transparent);
  padding: 10px 0;
}

.sec_bread,
.sec_bread a,
.sec_bread span {
  font-size: 14px;
  line-height: 1.5;
}

.sec_bread a {
  color: var(--primary-color);
  font-weight: 600;
}

.sec_bread a:hover {
  color: color-mix(in srgb, var(--primary-color) 82%, #000);
}

.sec_bread .container {
  max-width: 1250px;
}

.sec_bread .container > * {
  margin: 0;
}

/* product card */
.duyanh-product-card {
  --product-primary: var(--color-primary, #00441c);
  --product-accent: var(--color-wood, #c8650b);
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 68, 28, 0.1);
  border-radius: 18px;
  background: #fff;
  color: var(--product-primary);
  box-shadow: 0 16px 36px rgba(0, 68, 28, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.duyanh-product-card:hover {
  border-color: rgba(200, 101, 11, 0.22);
  color: var(--product-accent);
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(0, 68, 28, 0.14);
}

.duyanh-product-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eef4ed;
}

.duyanh-product-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 40%);
}

.duyanh-product-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.duyanh-product-card:hover img {
  transform: scale(1.06);
}

.duyanh-product-card-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  place-items: center;
  color: var(--product-primary);
  font-weight: 900;
}

.duyanh-product-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  border-radius: 8px;
  background: #17230c;
  padding: 7px 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(23, 35, 12, 0.22);
}

.duyanh-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 20px;
}

.duyanh-product-card-title {
  display: block;
  margin-bottom: 10px;
  color: #07140c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.duyanh-product-card:hover .duyanh-product-card-title {
  color: var(--product-primary);
}

.duyanh-product-card-desc {
  display: -webkit-box;
  overflow: hidden;
  min-height: 48px;
  color: #00714f;
  font-size: 15px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.duyanh-product-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 16px;
  color: var(--product-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.duyanh-product-card-link span {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.duyanh-product-card:hover .duyanh-product-card-link {
  color: var(--product-accent);
}

.duyanh-product-card:hover .duyanh-product-card-link span {
  transform: translateX(4px);
}

/* product archive */
.duyanh-product-archive {
  --product-primary: var(--color-primary, #00441c);
  --product-accent: var(--color-wood, #c8650b);
  background: #fff;
}

.duyanh-product-archive .container {
  max-width: 1250px;
}

.duyanh-product-archive-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 34px;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(200, 101, 11, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #fbfdf8 0%, #fff 78%);
}

.duyanh-product-archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 68, 28, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 68, 28, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 76%);
}

.duyanh-product-archive-hero .container {
  position: relative;
  z-index: 1;
}

.duyanh-product-archive-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #647066;
  font-size: 13px;
  font-weight: 700;
}

.duyanh-product-archive-breadcrumb a {
  color: var(--product-primary);
}

.duyanh-product-archive-breadcrumb a:hover {
  color: var(--product-accent);
}

.duyanh-product-archive-breadcrumb span {
  color: rgba(0, 68, 28, 0.25);
}

.duyanh-product-archive-head {
  max-width: 760px;
}

.duyanh-product-archive-head.text-center {
  margin-left: auto;
  margin-right: auto;
}

.duyanh-product-archive-head > p {
  margin-bottom: 10px;
  color: var(--color-wood);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.duyanh-product-archive-head h1 {
  margin-bottom: 14px;
  color: #07140c;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--color-primary);
}

.duyanh-product-archive-desc {
  color: #36513e;
  font-size: 17px;
  line-height: 1.75;
}

.duyanh-product-archive-desc p:last-child {
  margin-bottom: 0;
}

.duyanh-product-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.duyanh-product-category-filter a {
  border: 1px solid rgba(0, 68, 28, 0.12);
  border-radius: 999px;
  background: #fff;
  padding: 10px 15px;
  color: var(--product-primary);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 68, 28, 0.05);
}

.duyanh-product-category-filter a:hover,
.duyanh-product-category-filter a.is-active {
  border-color: var(--product-primary);
  background: var(--product-primary);
  color: #fff;
}

.duyanh-product-archive-list {
  padding: 42px 0 64px;
}

.duyanh-product-archive-list .col {
  margin-bottom: 28px;
}

.duyanh-product-pagination {
  margin-top: 18px;
  text-align: center;
}

.duyanh-product-empty {
  border: 1px solid rgba(0, 68, 28, 0.12);
  border-radius: 18px;
  background: #fbfdf8;
  padding: 42px 24px;
  text-align: center;
}

.duyanh-product-empty h2 {
  margin-bottom: 8px;
  color: #07140c;
  font-size: 26px;
}

.duyanh-product-empty p {
  margin-bottom: 0;
  color: #36513e;
}

.dawp-contact-form-el button.dawp-form-submit {
  margin: 0;
  background-color: var(--color-primary);
  color: #fff;
  min-width: 150px;
  justify-content: center;
}

/* site header */
#top-bar {
  padding: 6px 0;
}

#top-bar .searchform input[type="search"],
#top-bar .searchform .button.icon {
  min-height: unset;
  height: 32px;
  font-size: 12px;
}

#header.header {
  --header-primary: var(--color-primary, #00441c);
  --header-accent: var(--color-wood, #975d1b);
  z-index: 999;
}

#header .header-wrapper {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 68, 28, 0.1);
  box-shadow: 0 12px 32px rgba(0, 68, 28, 0.08);
  backdrop-filter: blur(14px);
}

#header .header-main {
  background: transparent;
}

.header .flex-row {
  max-width: 1536px;
}

#header .header-inner {
  max-width: 1536px;
  min-height: 82px;
}

#header .html_top_right_text {
  font-size: 18px;
  color: var(--color-primary);
  margin-left: 20px !important;
  font-weight: 700;
  max-width: 300px;
}

#header #logo a {
  display: inline-flex;
  align-items: center;
}

#header #logo img {
  width: auto;
  max-width: 178px;
  object-fit: contain;
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}

#header #logo a:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 8px 14px rgba(0, 68, 28, 0.12));
}

#header .header-nav-main.nav {
  align-items: center;
  gap: 4px;
}

#header .nav > li {
  margin: 0 16px;
}

#header .header-nav-main.nav > li > a.nav-top-link {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #17351f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

#header .header-nav-main.nav > li > a.nav-top-link:hover,
#header .header-nav-main.nav > li.active > a.nav-top-link,
#header .header-nav-main.nav > li.current-menu-item > a.nav-top-link,
#header .header-nav-main.nav > li.current_page_item > a.nav-top-link {
  color: var(--header-primary);
  transform: translateY(-1px);
}

#header .header-nav-main.nav > li > a.nav-top-link::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  left: 4px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--header-accent);
  opacity: 0;
  transform: scaleX(0.5);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

#header .header-nav-main.nav > li > a.nav-top-link:hover::after,
#header .header-nav-main.nav > li.active > a.nav-top-link::after,
#header .header-nav-main.nav > li.current-menu-item > a.nav-top-link::after,
#header .header-nav-main.nav > li.current_page_item > a.nav-top-link::after {
  opacity: 1;
  transform: scaleX(1);
}

#header.stuck .header-wrapper,
.stuck #header .header-wrapper,
.header-wrapper.stuck {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(0, 68, 28, 0.12);
}

.stuck #header .header-inner,
#header.stuck .header-inner {
  min-height: 68px;
}

.stuck #header #logo img,
#header.stuck #logo img {
  max-width: 156px;
}

#header .nav-icon > a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 68, 28, 0.12);
  border-radius: 12px;
  background: #fff;
  color: var(--header-primary);
  box-shadow: 0 10px 22px rgba(0, 68, 28, 0.08);
}

#header .nav-icon > a i {
  font-size: 22px;
}

#header .header-bg-container,
#header .header-bg-color {
  background: transparent !important;
}

@media (max-width: 849px) {
  #header .header-inner {
    min-height: 70px;
  }

  #header #logo img {
    max-width: 150px;
  }

  #header .header-wrapper {
    border-bottom-color: rgba(0, 68, 28, 0.12);
  }
}

.dawp-translate-flag-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dawp-translate-flag-item::after {
  content: attr(data-lang);
  text-transform: uppercase;
}

/* services page */
.sec_service {
  --service-primary: var(--color-primary, #00441c);
  --service-accent: var(--color-wood, #975d1b);
  background:
    radial-gradient(
      circle at 12% 92%,
      rgba(200, 101, 11, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #fff 0%, #fbfdf8 100%);
}

.sec_service .banner {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 68, 28, 0.12);
}

.sec_service .banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.88),
      rgba(255, 255, 255, 0.42)
    ),
    radial-gradient(circle at 18% 48%, rgba(151, 93, 27, 0.16), transparent 32%);
}

.sec_service .banner h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(0, 68, 28, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  padding: 28px 38px;
  color: var(--service-primary) !important;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  box-shadow: 0 24px 64px rgba(0, 68, 28, 0.16);
  backdrop-filter: blur(12px);
}

.sec_service > .section-content > .row {
  max-width: 1250px;
}

.sec_service > .section-content > .row:not(:first-of-type) {
  margin-top: 34px;
}

.sec_service > .section-content > .row:first-of-type {
  padding-top: 54px;
}

.sec_service > .section-content > .row:first-of-type > .col:first-child .text {
  max-width: 900px;
  margin: 0 auto 26px;
}

.sec_service > .section-content > .row:first-of-type > .col:first-child p {
  margin-bottom: 0;
  color: #36513e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.sec_service .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(0, 68, 28, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 68, 28, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.sec_service .box:hover {
  border-color: rgba(151, 93, 27, 0.24);
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(0, 68, 28, 0.14);
}

.sec_service .box-image {
  overflow: hidden;
  background: #eef4ed;
}

.sec_service .box-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 68, 28, 0.22));
  opacity: 0;
  transition: opacity 0.24s ease;
}

.sec_service .box:hover .box-image::after {
  opacity: 1;
}

.sec_service .box-image img {
  transition: transform 0.42s ease;
}

.sec_service .box:hover .box-image img {
  transform: scale(1.07);
}

.sec_service .box-text {
  padding: 18px 20px 20px;
  background: #fff;
}

.sec_service .box h4 {
  margin: 0;
  color: #07140c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.sec_service .button.primary.is-outline {
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(0, 68, 28, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0, 68, 28, 0.05), rgba(151, 93, 27, 0.05)),
    #fff;
  color: var(--service-primary);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 16px 36px rgba(0, 68, 28, 0.08);
}

.sec_service .button.primary.is-outline:hover {
  border-color: var(--service-primary);
  background: var(--service-primary);
  color: #fff;
  transform: translateY(-4px);
}

.sec_service .img .img-inner {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 22px 54px rgba(0, 68, 28, 0.14);
}

.sec_service .img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.sec_service .row h2 {
  margin-bottom: 16px;
  color: #07140c;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
}

.sec_service .row h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--service-accent);
}

.sec_service h2 + p {
  color: #36513e;
  font-size: 17px;
  line-height: 1.75;
}

.sec_service .icon-box {
  height: 100%;
  border: 1px solid rgba(0, 68, 28, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 24px 18px;
  box-shadow: 0 14px 30px rgba(0, 68, 28, 0.07);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.sec_service .icon-box:hover {
  border-color: rgba(151, 93, 27, 0.24);
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(0, 68, 28, 0.12);
}

.sec_service .icon-box-img,
.sec_service .icon {
  margin-left: auto;
  margin-right: auto;
}

.sec_service .icon-inner {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--service-primary) 8%, #fff);
}

.sec_service .icon-inner img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.sec_service .icon-box-text p {
  margin: 14px 0 0;
  color: #36513e;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

@media (max-width: 849px) {
  .sec_service .banner h2 {
    min-width: auto;
    padding: 22px 26px;
  }

  .sec_service > .section-content > .row:first-of-type {
    padding-top: 38px;
  }

  .sec_service > .section-content > .row:not(:first-of-type) {
    margin-top: 22px;
  }

  .sec_service > .section-content > .row:first-of-type > .col:first-child p {
    font-size: 16px;
  }

  .sec_service .box-text {
    padding: 16px;
  }
}

/* site footer */
#footer.footer-wrapper {
  --footer-primary: var(--color-primary, #00441c);
  --footer-accent: var(--color-wood, #975d1b);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(151, 93, 27, 0.18), transparent 30%),
    linear-gradient(180deg, #062b15 0%, #03170c 100%);
  color: rgba(255, 255, 255, 0.82);
  content-visibility: unset;
}

#footer.footer-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 76%);
}

#footer .section.dark {
  position: relative;
  z-index: 1;
  background: transparent !important;
  padding: 52px 0 28px !important;
}

#footer .section-content {
  position: relative;
  z-index: 1;
}

#footer .row {
  max-width: 1250px;
}

#footer .row > .col > .col-inner {
  height: 100%;
}

#footer .text-footer-t h4 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: left !important;
}

#footer .text-footer-t h4 span {
  font-size: inherit !important;
}

#footer .text-footer-t h4::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--footer-accent);
}

#footer .text-footer-t p,
#footer .text-footer-t div,
#footer .text-footer-t span,
#footer .text-footer-t li {
  color: rgba(255, 255, 255, 0.78);
}

#footer .text-footer-t i.fa {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 8px;
  background: rgba(151, 93, 27, 0.22);
  color: #f4c07f;
  font-size: 13px;
}

#footer .text-footer-t ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .text-footer-t li {
  margin: 0 !important;
  text-align: left !important;
}

#footer .text-footer-t a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

#footer .text-footer-t a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--footer-accent);
  opacity: 0.72;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

#footer .text-footer-t a:hover {
  color: #fff;
}

#footer .text-footer-t a:hover::before {
  opacity: 1;
  transform: scale(1.35);
}

#footer iframe {
  width: 100%;
  max-width: 100%;
  height: 224px;
  overflow: hidden;
  border: 0 !important;
  border-radius: 18px;
  filter: saturate(0.85) contrast(0.95);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

#footer img {
  border-radius: 18px;
}

#footer .img-ft-t,
#footer .text-footer-t [id^="mttContainer"] {
  display: none !important;
}

#footer .absolute-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.72);
  padding: 16px 0;
}

#footer .absolute-footer .container {
  max-width: 1250px;
}

#footer .copyright-footer,
#footer .copyright-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

#footer .copyright-footer a:hover {
  color: #fff;
}

@media (max-width: 849px) {
  #footer .section.dark {
    padding: 36px 0 22px !important;
  }

  #footer .text-footer-t {
    padding: 20px;
  }

  #footer iframe {
    height: 240px;
  }
}

@media (max-width: 849px) {
  .duyanh-product-archive-hero {
    padding: 42px 0 28px;
  }

  .duyanh-product-archive-head h1 {
    font-size: 34px;
  }

  .duyanh-product-category-filter {
    gap: 8px;
  }

  .duyanh-product-category-filter a {
    padding: 9px 12px;
  }
}

.row-icons .col-inner {
  height: 100%;
}

/* contact */

.b-contact {
  box-shadow: 0px 4px 16.1px 0px #b8b8b826;
  border-radius: 12px;
  padding: 24px;
}

.b-contact h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
}

.b-contact h2::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 0;
}

.b-contact .icon-inner {
  background-color: var(--fs-color-primary);
  padding: 12px;
  line-height: 1;
  border-radius: 99px;
  box-shadow: 0px 1px 12px 0px #dedede40;
}

.b-contact .icon-box h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -1%;
  margin-bottom: 0;
}

.b-contact .icon-box h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.b-contact .icon-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #858585;
}

.b-contact .icon-box:not(:last-of-type) {
  margin-bottom: 24px;
}

.b-contact .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 20px;
}

.b-contact input.wpcf7-form-control,
.b-contact textarea {
  padding: 10px;
  border: 0.5px solid #bfbfbf !important;
  border-radius: 8px;
  box-shadow: none;
  height: 48px;
  margin-bottom: 0;
}

.b-contact input.wpcf7-submit {
  border: 0 !important;
  background-color: var(--fs-color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 24px;
  width: 100%;
  margin: 0;
}

.b-contact .wpcf7 .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.b-contact .wpcf7 .col {
  padding: 0 6px 12px;
}

.b-contact .wpcf7 label {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

.b-contact form {
  margin-bottom: 0;
}

.b-contact .dawp-form-container .col {
  padding-bottom: 0;
}

.b-contact .dawp-contact-form-el button.dawp-form-submit {
  margin-top: 20px;
}

.wpcf7-spinner {
  display: none;
}

.b-socials h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.23px;
  margin-bottom: 16px;
}

.b-socials p {
  margin-bottom: 0;
}

.b-socials p img {
  margin-bottom: 0 !important;
}

.map-html p {
  margin-bottom: 0;
}

.blog-archive {
  padding-top: 0;
}

.archive-page-header {
  display: none;
}

.main-tabs .nav {
  display: inline-grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  margin: 16px 16px 0;
  border: 1px solid rgba(47, 73, 32, 0.12);
  border-radius: 999px;
  background: #edf3e6;
  padding: 4px;
}

.main-tabs .nav li {
}

.main-tabs .nav li a {
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  background-color: #fff;
  width: 100%;
  justify-content: center;
  border: 0;
}

.main-tabs .nav li.active a {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 10px 20px rgba(47, 73, 32, 0.12);
}

.main-tabs .nav li a::before {
  display: none;
}

.sec_gallery .box-image {
  border-radius: 1rem;
  overflow: hidden;
}

body .dawp-translate-flag-img {
  border-radius: 0.25rem !important;
}

.sec_infos .icon-box {
  position: relative;
  height: 100%;
  border: 1px solid rgb(47 73 32 / 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgb(23 35 12 / 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  padding: 20px;
}

.sec_infos .icon-box h3 {
  color: var(--color-primary);
}

.sec_infos .box-image {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--fs-color-primary);
}

.sec_infos .box-image img {
  display: block;
  height: 80px;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}

.ux-product-category-library {
  --pcl-primary: var(--color-primary, #00441c);
  --pcl-accent: var(--color-wood, #975d1b);
  --pcl-text: #40534a;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  padding: 42px 44px 58px;
  background: #fff;
}

.ux-pcl-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 68, 28, 0.12);
}

.ux-pcl-subtitle {
  margin-bottom: 20px;
  color: var(--pcl-primary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.ux-pcl-title {
  margin: 0;
  color: var(--pcl-primary);
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.ux-pcl-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-top: 28px;
  color: var(--pcl-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.ux-pcl-view-all span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 68, 28, 0.08);
  color: var(--pcl-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.ux-pcl-view-all:hover {
  color: var(--pcl-accent);
}

.ux-pcl-view-all:hover span {
  background: var(--pcl-primary);
  color: #fff;
  transform: translateX(3px);
}

.ux-pcl-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
}

.ux-pcl-item {
  min-width: 0;
}

.ux-pcl-image {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  overflow: hidden;
  background: #eef4ed;
  border-radius: 2px 2px 24px 24px;
  box-shadow: inset 0 0 0 1px rgba(0, 68, 28, 0.08);
}

.ux-pcl-image img,
.ux-pcl-no-image {
  display: block;
  width: 100%;
  aspect-ratio: 2.35 / 1;
}

.ux-pcl-image img {
  height: auto;
  object-fit: cover;
  transition:
    transform 0.28s ease,
    filter 0.28s ease;
}

.ux-pcl-image:hover img {
  transform: scale(1.04);
  filter: saturate(1.06) contrast(1.03);
}

.ux-pcl-no-image {
  background:
    linear-gradient(135deg, rgba(0, 68, 28, 0.1), rgba(151, 93, 27, 0.08)),
    #f5f8f2;
}

.ux-pcl-cat-title {
  margin: 0 0 8px;
  color: var(--pcl-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
  text-transform: uppercase;
}

.ux-pcl-cat-title a {
  color: inherit;
}

.ux-pcl-cat-title a:hover {
  color: var(--pcl-accent);
}

.ux-pcl-count {
  margin-bottom: 24px;
  color: #68756c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.ux-pcl-products {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ux-pcl-products li {
  margin: 0;
  color: var(--pcl-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.ux-pcl-products a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ux-pcl-products a:hover {
  color: var(--pcl-primary);
}

.ux-pcl-more {
  display: inline-flex;
  margin-top: 18px;
  color: var(--pcl-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ux-pcl-more:hover {
  color: var(--pcl-accent);
}

@media (max-width: 1199px) {
  .ux-product-category-library {
    padding: 34px 28px 44px;
  }

  .ux-pcl-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 24px;
  }
}

@media (max-width: 849px) {
  .ux-product-category-library {
    padding: 28px 20px 36px;
  }

  .ux-pcl-header {
    display: block;
    padding-bottom: 22px;
    margin-bottom: 24px;
  }

  .ux-pcl-subtitle,
  .ux-pcl-view-all,
  .ux-pcl-count,
  .ux-pcl-more {
    letter-spacing: 0.18em;
  }

  .ux-pcl-view-all {
    margin-top: 18px;
  }

  .ux-pcl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux-pcl-cat-title {
    font-size: 19px;
  }
}

.sec_comparison {
  padding-bottom: 50px;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #737491;
  border: 1px solid #e9e9f2;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.75rem !important;
  border: 1px solid #e9e9f2;
  font-size: 100%;
  color: #222;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e9e9f2;
}

table tbody + tbody {
  border-top: 1px solid #e9e9f2;
}

.archive_sec2 {
  padding-top: 50px;
}

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

  .title h2 {
    font-size: 2rem;
  }

  .home4 .col-text .col-inner {
    padding: 15px;
  }

  .home4 .col-text .text {
    font-size: 100% !important;
  }

  .home4 .col {
    order: 1;
  }

  .home4 .col-text {
    order: 2;
  }

  .ux-product-category-library {
    padding: 24px 16px 32px;
  }

  .ux-pcl-grid {
    grid-template-columns: 1fr;
  }

  .ux-pcl-image {
    max-width: 360px;
  }
}
