:root {
  --bs-blue: rgb(26 110 58);
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  line-height: 1.5;
  font-family: "Libre Franklin", sans-serif;
  font-variation-settings: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

html, body {
  font-size: 16px;
}
@media (min-width: 1280px) {
  html, body {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  html, body {
    font-size: 1vw;
  }
}

main {
  padding-top: 80px;
}
@media (min-width: 1280px) {
  main {
    padding-top: 4.6875rem;
  }
}

@media (min-width: 1280px) {
  main, div {
    font-size: clamp(12px, 16 / 1920 * 100rem, 5rem);
  }
}

a {
  color: inherit;
  text-decoration: inherit;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
}
a:hover {
  color: currentColor;
}

figure {
  text-align: center;
}
figure figcaption {
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-style: italic;
  padding: 10px;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  margin-left: auto;
  display: block;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: inline;
  max-width: 100%;
}

img, video {
  max-width: 100%;
  height: auto;
}

.text-primary {
  color: rgb(26, 110, 58) !important;
}

.mt-8 {
  margin-top: 1.6666666667rem;
}

.mb-8 {
  margin-bottom: 1.6666666667rem;
}

.space-y-16 > *:not(:first-child) {
  margin-top: 16px;
}

.space-y-10 > *:not(:first-child) {
  margin-top: 10px;
}

.space-y-8 > *:not(:first-child) {
  margin-top: 8px;
}

.body-18 {
  font-size: 17px;
  line-height: 1.4444444444;
}
@media (min-width: 1280px) {
  .body-18 {
    font-size: clamp(12px, 18 / 1920 * 100rem, 5rem);
  }
}

.link {
  display: flex;
  align-items: center;
  gap: 0.8333333333rem;
  color: rgb(26, 110, 58);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  outline: none;
}
@media (min-width: 1280px) {
  .link {
    font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
  }
}
.link:hover {
  color: rgb(255, 209, 0);
}

@media (min-width: 576px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 83.3333333333rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 80rem;
  }
}

.container-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.8333333333rem;
  padding-left: 0.8333333333rem;
  width: 100%;
  max-width: 1752px;
}
.container-wrap .container {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1280px) {
  .container-wrap .container {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}
.container-wrap.is-pad .container {
  padding-right: 0.8333333333rem;
  padding-left: 0.8333333333rem;
}

.row {
  margin-right: -0.8333333333rem;
  margin-left: -0.8333333333rem;
}
.row > * {
  padding-right: 0.8333333333rem;
  padding-left: 0.8333333333rem;
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.text-primary-800 {
  color: rgb(26, 110, 58);
}

@media (min-width: 1024px) {
  .box-sticky {
    position: sticky;
    top: 5.2083333333rem;
    z-index: 10;
  }
}

.bg-primary-200 {
  background-color: rgb(192, 242, 205);
}

.bg-primary-300 {
  background-color: rgb(143, 230, 167);
}

.bg-primary-400 {
  background-color: rgb(87, 209, 121);
}

.button {
  display: flex;
  row-gap: 0.625rem;
  flex-wrap: wrap;
  gap: 1.0416666667rem;
}

.btn-solid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8333333333rem;
  border-radius: 9999px;
  background-color: rgb(26, 110, 58);
  padding-top: 0.4166666667rem;
  padding-right: 0.8333333333rem;
  padding-bottom: 0.4166666667rem;
  padding-left: 0.8333333333rem;
  height: 2.5rem;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .btn-solid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .btn-solid {
    font-size: clamp(12px, 16 / 1920 * 100rem, 5rem);
  }
}
.btn-solid.is-yellow {
  background-color: rgb(255, 209, 0);
  color: rgb(26, 110, 58);
}
.btn-solid.is-bg-transparent {
  border-radius: 0px;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
  height: 2.0833333333rem;
  color: rgb(26, 110, 58);
  position: relative;
  transition: background-size 350ms;
  background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
.btn-solid.is-bg-transparent:hover {
  background-color: transparent;
  background-size: 100% 1px;
  background-position-x: left;
}
.btn-solid:hover {
  background-color: rgb(255, 209, 0);
  color: rgb(26, 110, 58);
}

#buttonMenu {
  position: relative;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate) 0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  z-index: 50;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  border-style: none;
  padding: 0;
  width: 28px;
  min-width: 28px;
  height: 32px;
}
@media (min-width: 1280px) {
  #buttonMenu {
    display: none;
  }
}
#buttonMenu .line {
  --tw-rotate: 0deg;
  --tw-bg-opacity: 1;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
  background-color: rgb(26, 110, 58);
  width: 100%;
  height: 2px;
}
#buttonMenu .line:nth-child(1) {
  top: 4px;
}
#buttonMenu .line:nth-child(2) {
  top: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#buttonMenu .line:nth-child(3) {
  bottom: 4px;
}
#buttonMenu #pulseMe {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  z-index: 1;
  width: 30px;
  min-width: 34px;
  height: 34px;
}
#buttonMenu .bar {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 0 0 #1A6E3A, 0 0 1px #1A6E3A, 0 0 8px #1A6E3A, 0 0 16px #1A6E3A;
  --tw-shadow-colored: 0 0 0 var(--tw-shadow-color), 0 0 1px var(--tw-shadow-color), 0 0 8px var(--tw-shadow-color), 0 0 16px var(--tw-shadow-color);
  position: absolute;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border-radius: 0.2083333333rem;
  background-color: rgb(26, 110, 58, var(--tw-bg-opacity));
}
#buttonMenu .bar.left {
  width: 1px;
  animation: leftBar 2s linear infinite;
}
#buttonMenu .bar.top {
  height: 1px;
  animation: topBar 2s linear infinite;
}
#buttonMenu .bar.right {
  width: 1px;
  animation: rightBar 2s linear infinite;
}
#buttonMenu .bar.bottom {
  height: 1px;
  animation: bottomBar 2s linear infinite;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 50;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.swiper-button.is-flex {
  display: flex;
  gap: 0.625rem;
}
.swiper-button > * {
  -webkit-user-select: none;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(26, 110, 58, var(--tw-border-opacity));
  border-radius: 9999px;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
  width: 2.5rem;
  height: 2.5rem;
  color: rgb(26, 110, 58, var(--tw-text-opacity));
  font-size: clamp(12px, 1.0416666667rem, 5rem);
  -moz-user-select: none;
       user-select: none;
}
@media (min-width: 1024px) {
  .swiper-button > * {
    width: 3.125rem;
    height: 3.125rem;
    font-size: clamp(12px, 1.25rem, 5rem);
  }
}
.swiper-button > *:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(26, 110, 58, var(--tw-bg-opacity));
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}
.swiper-button > *.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(141, 198, 63);
}

.social-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.social-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  color: rgb(26, 110, 58);
  font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
}
@media (min-width: 1280px) {
  .social-list a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: clamp(12px, 24 / 1920 * 100rem, 5rem);
  }
}
.social-list a:hover {
  background-color: rgb(255, 209, 0);
  color: rgb(26, 110, 58);
}

.nav-fixed {
  position: fixed;
  right: 0.625rem;
  bottom: 5rem;
  z-index: 50;
}
.nav-fixed ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.nav-fixed ul li {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border-radius: 9999px;
  background-color: rgb(255, 209, 0, var(--tw-bg-opacity));
  width: 2.5rem;
  height: 2.5rem;
  color: rgb(26, 110, 58, var(--tw-text-opacity));
  font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
}
.nav-fixed ul li.back-to-top.active {
  opacity: 1;
  pointer-events: auto;
}
.nav-fixed ul li.button-phone {
  opacity: 1;
}

.img-cover {
  display: block;
  overflow: hidden;
}
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-zoom {
  display: block;
  overflow: hidden;
}
.img-zoom img {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-zoom:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.iframe-scale {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}
.iframe-scale iframe {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0;
  min-width: 100%;
  height: 100%;
}

.equal-height .swiper-slide > * {
  height: 100%;
}

.sub-header-24 {
  font-size: 24px;
  line-height: 1.3333333333;
}
@media (min-width: 1280px) {
  .sub-header-24 {
    font-size: clamp(12px, 24 / 1920 * 100rem, 5rem);
  }
}

.header-40 {
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .header-40 {
    font-size: clamp(12px, 40 / 1920 * 100rem, 5rem);
  }
}

.section {
  padding-top: 2.0833333333rem;
  padding-bottom: 2.0833333333rem;
}
@media (min-width: 1280px) {
  .section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .section {
    padding-top: 4.1666666667rem;
    padding-bottom: 4.1666666667rem;
  }
}

.section-t {
  padding-top: 2.0833333333rem;
}
@media (min-width: 1280px) {
  .section-t {
    padding-top: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .section-t {
    padding-top: 4.1666666667rem;
  }
}

.section-b {
  padding-bottom: 2.0833333333rem;
}
@media (min-width: 1280px) {
  .section-b {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .section-b {
    padding-bottom: 4.1666666667rem;
  }
}

.site-desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4444444444;
}
@media (min-width: 1280px) {
  .site-desc {
    font-size: clamp(12px, 18 / 1920 * 100rem, 5rem);
  }
}

.lozad-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oem-about {
  position: relative;
  border-radius: 0.8333333333rem;
  background-position: 75% !important;
  background-color: rgb(255, 255, 255);
  padding: 1.0416666667rem;
  overflow: hidden;
}
.oem-about::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, #EDF8E9 28.65%, rgba(237, 248, 233, 0.72) 53.65%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
@media (min-width: 768px) {
  .oem-about::before {
    background: linear-gradient(90deg, #EDF8E9 28.65%, rgba(237, 248, 233, 0.72) 53.65%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 768px) {
  .oem-about {
    padding: 2.0833333333rem;
  }
}
@media (min-width: 1024px) {
  .oem-about {
    background-position: center center !important;
  }
}
@media (min-width: 1280px) {
  .oem-about {
    border-radius: 1.6666666667rem;
    padding: 4.1666666667rem;
  }
}
.oem-about .block-oem-content {
  max-width: 33.3333333333rem;
}
.oem-about .container {
  position: relative;
  z-index: 2;
}
.oem-about .info-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8333333333rem;
}
@media (min-width: 576px) {
  .oem-about .info-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.oem-about .info-item {
  border-style: none;
  border-radius: 0.8333333333rem;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .oem-about .info-item {
    border-radius: 1.6666666667rem;
    padding-top: 2.5rem;
    padding-right: 1.6666666667rem;
    padding-bottom: 2.5rem;
    padding-left: 1.6666666667rem;
  }
}
.oem-about .info-item:nth-child(4n+2), .oem-about .info-item:nth-child(4n+3) {
  background-color: rgba(26, 110, 58, 0.75);
}
.oem-about .info-item:nth-child(4n+2) > *, .oem-about .info-item:nth-child(4n+3) > * {
  color: rgb(255, 255, 255);
}

.site-title {
  color: rgb(26, 110, 58);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .site-title {
    font-size: clamp(12px, 40 / 1920 * 100rem, 5rem);
  }
}

.info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.0416666667rem;
}
@media (min-width: 768px) {
  .info-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6666666667rem;
  }
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667rem;
  padding-bottom: 0.8333333333rem;
}
@media (min-width: 768px) {
  .info-item {
    border-left-width: 1px;
    border-color: rgb(143, 230, 167);
    padding-right: 1.6666666667rem;
    padding-bottom: 1.4583333333rem;
    padding-left: 1.6666666667rem;
  }
}
.info-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.info-item .icon > * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-item .info-header {
  color: #1A6E3A;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .info-item .info-header {
    font-size: clamp(12px, 40 / 1920 * 100rem, 5rem);
  }
}
.info-item .info-sub-header {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #1A6E3A;
}
@media (min-width: 1280px) {
  .info-item .info-sub-header {
    font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
  }
}

.nav-category .category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8333333333rem;
}
@media (min-width: 1280px) {
  .nav-category .category-list {
    gap: 1.6666666667rem;
  }
}
.nav-category .category-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(26, 110, 58);
  border-radius: 9999px;
  background-color: rgb(241, 252, 243);
  padding-right: 0.8333333333rem;
  padding-left: 0.8333333333rem;
  height: 2.0833333333rem;
  overflow: hidden;
  color: rgb(26, 110, 58);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .nav-category .category-list a {
    font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
  }
}

.product-item {
  position: relative;
}
.product-item .product-image {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(220, 220, 220);
  border-radius: 0.625rem;
  padding: 0.625rem;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .product-item .product-image {
    border-radius: 0.8333333333rem;
    padding: 1.4583333333rem;
  }
}
.product-item .product-caption {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667rem;
  padding: 0.625rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .product-item .product-caption {
    padding-top: 1.25rem;
    padding-right: 1.0416666667rem;
    padding-bottom: 1.25rem;
    padding-left: 1.0416666667rem;
  }
}
.product-item .product-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4444444444;
}
@media (min-width: 1280px) {
  .product-item .product-title {
    font-size: clamp(12px, 18 / 1920 * 100rem, 5rem);
  }
}

.news-item {
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.8333333333rem;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
@media (min-width: 400px) {
  .news-item {
    border-radius: 1.6666666667rem;
  }
}
.news-item:hover {
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  --tw-shadow-color: #eeeeee;
  --tw-shadow: var(--tw-shadow-colored);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.news-item .news-image {
  aspect-ratio: 480/360;
}
.news-item .caption {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667rem;
  background-color: rgb(255, 255, 255);
  padding: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .news-item .caption {
    padding: 1.6666666667rem;
    padding-top: 1.25rem;
  }
}
.news-item .news-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 400;
  font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
}
@media (min-width: 1280px) {
  .news-item .news-title {
    font-size: clamp(12px, 24 / 1920 * 100rem, 5rem);
  }
}
.news-item .news-title:hover {
  color: rgb(26, 110, 58);
}
.news-item .news-title a {
  position: relative;
  transition: background-size 350ms;
  background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
.news-item .news-title a:hover {
  background-size: 100% 1px;
  background-position-x: left;
}

.news-category {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}
@media (min-width: 1280px) {
  .news-category {
    font-size: clamp(12px, 16 / 1920 * 100rem, 5rem);
  }
}

.news-list-title .news-item {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border-radius: 0px;
  padding-top: 1.0416666667rem;
  padding-bottom: 1.0416666667rem;
}
.news-list-title .news-item + .news-item {
  border-top: 1px solid rgb(220, 220, 220);
}
.news-list-title .news-item .news-image {
  display: none;
}
.news-list-title .news-item .caption {
  padding: 0;
}
@media (min-width: 1280px) {
  .news-list-title .news-item .caption {
    gap: 0.8333333333rem;
  }
}

.section-header {
  font-size: 26px;
  line-height: 1.25;
}
@media (min-width: 1280px) {
  .section-header {
    font-size: clamp(12px, 40 / 1920 * 100rem, 5rem);
  }
}

.section-header-32 {
  font-size: 26px;
  line-height: 1.25;
}
@media (min-width: 1280px) {
  .section-header-32 {
    font-size: clamp(12px, 32 / 1920 * 100rem, 5rem);
  }
}

.form-newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-newsletter .wpcf7-form-control:not(.wpcf7-submit) {
  border-radius: 0.8333333333rem;
  padding-right: 0.8333333333rem;
  padding-left: 0.8333333333rem;
  height: 2.5rem;
  border: none;
  outline: none;
  width: 100%;
}
@media (min-width: 1280px) {
  .form-newsletter .wpcf7-form-control:not(.wpcf7-submit) {
    height: 2.9166666667rem;
  }
}
.form-newsletter .wpcf7-textarea {
  height: 4.1666666667rem !important;
}
@media (min-width: 1280px) {
  .form-newsletter .wpcf7-textarea {
    height: 6.25rem !important;
  }
}
.form-newsletter .full-width {
  grid-column: span 2;
}
.form-newsletter .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-newsletter-submit {
  display: flex;
  justify-content: flex-end;
  gap: 0.8333333333rem;
  margin-right: 0;
  margin-left: auto;
  border-radius: 0.8333333333rem;
  background-color: transparent;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  color: rgb(255, 255, 255);
  align-items: center;
  border: none;
}
.form-newsletter-submit:hover {
  color: rgb(26, 110, 58);
}
.form-newsletter-v2 .wpcf7-form-control {
  border: 2px solid rgb(239, 239, 239) !important;
}
.form-newsletter-v2 .form-newsletter-submit {
  border-radius: 30px;
  background-color: rgb(26, 110, 58);
  padding: 12px 15px;
  text-transform: uppercase;
}
.form-newsletter-v2 .form-newsletter-submit:hover {
  background-color: rgb(255, 209, 0);
}

.c-feedback {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.c-feedback::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgb(26, 110, 58);
  background-image: url(../images/icons/icon-quotes.png);
  background-repeat: no-repeat;
  background-size: 50px 44px;
  background-position: bottom 40px left 30px;
}
.c-feedback-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ccc;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.c-feedback-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-feedback h4 {
  color: rgb(26, 110, 58);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.c-feedback p {
  font-weight: 600;
  color: #0A1F77;
  margin-bottom: 0;
}
.c-feedback-star {
  margin-top: 24px;
  color: #FEC42D;
  font-size: 18px;
}
.c-feedback-desc {
  margin-top: 24px;
}

.c-breadcrumb {
  background-color: rgba(255, 212, 147, 0.2);
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.c-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1280px) {
  .c-breadcrumb .site-title {
    font-size: clamp(12px, 32 / 1920 * 100rem, 5rem);
  }
}
.c-breadcrumb-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
.c-breadcrumb-line {
  width: 100%;
  max-width: 120px;
  border-top: 4px double rgb(26, 110, 58);
}
.c-breadcrumb-nav > span {
  display: block;
  color: rgb(21, 21, 21);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4444444444;
}
@media (min-width: 1280px) {
  .c-breadcrumb-nav > span {
    font-size: clamp(12px, 18 / 1920 * 100rem, 5rem);
  }
}
.c-breadcrumb-wrap {
  position: relative;
}

.contact-maps {
  border-radius: 0.625rem;
  padding-top: 35.9042553191%;
}
@media (min-width: 1280px) {
  .contact-maps {
    border-radius: 1.0416666667rem;
  }
}

.step-item {
  display: flex;
  align-items: center;
  gap: 0.8333333333rem;
  border-radius: 0.625rem;
  padding: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .step-item {
    gap: 1.6666666667rem;
    border-radius: 1.25rem;
    padding-top: 2.0833333333rem;
    padding-right: 1.6666666667rem;
    padding-bottom: 2.0833333333rem;
    padding-left: 1.6666666667rem;
  }
}
.step-item .number {
  --tw-text-opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #1A6E3A;
  -webkit-text-stroke-width: 1px;
  color: rgb(26, 110, 58, var(--tw-text-opacity));
  font-weight: 700;
  font-size: 3.3333333333rem;
}

.recruitment-table {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .recruitment-table {
    border-radius: 1.0416666667rem;
  }
}
.recruitment-table table {
  background-color: rgb(241, 252, 243);
  width: 100%;
}
.recruitment-table th {
  background-color: rgb(26, 110, 58);
  padding-top: 0.8333333333rem;
  padding-right: 1.0416666667rem;
  padding-bottom: 0.8333333333rem;
  padding-left: 1.0416666667rem;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 1280px) {
  .recruitment-table th {
    font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
  }
}
.recruitment-table tbody tr {
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-top-width: 1px;
  border-color: rgb(220, 220, 220);
}
.recruitment-table tbody tr:first-child {
  border-top-width: 0px;
}
.recruitment-table td {
  padding: 1.0416666667rem;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4444444444;
}
@media (min-width: 1280px) {
  .recruitment-table td {
    font-size: clamp(12px, 18 / 1920 * 100rem, 5rem);
  }
}

.modal .modal-wrap {
  border-radius: 0.8333333333rem;
  background-color: rgb(255, 255, 255);
  padding-top: 2.0833333333rem;
  padding-right: 1.0416666667rem;
  padding-bottom: 2.0833333333rem;
  padding-left: 1.0416666667rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .modal .modal-wrap {
    border-radius: 1.6666666667rem;
    padding: 1.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .modal .modal-wrap {
    padding-top: 3.125rem;
    padding-right: 2.7083333333rem;
    padding-bottom: 3.125rem;
    padding-left: 2.7083333333rem;
  }
}

.modal-core .modal-wrap {
  padding: 0;
}
.modal-core .core-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.0416666667rem;
}
@media (min-width: 768px) {
  .modal-core .core-wrap {
    flex-direction: row;
  }
}
.modal-core .full-content {
  white-space: pre-line;
}
@media (min-width: 768px) {
  .modal-core .full-content {
    max-height: 16.6666666667rem;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .modal-core .full-content {
    max-height: 25.5208333333rem;
  }
}
@media (min-width: 1280px) {
  .modal-core .full-content {
    max-height: 24.5833333333rem;
  }
}
@media (min-width: 576px) {
  .modal-core .f-button.is-close-button {
    top: 0.4166666667rem;
  }
}
@media (min-width: 1024px) {
  .modal-core .f-button.is-close-button {
    top: 0.625rem;
    right: 0.625rem;
  }
}
.modal-core .f-button.is-close-button svg {
  stroke: #1A6E3A;
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
@media (max-width: 767px) {
  .gallery-row {
    grid-template-columns: 2fr;
  }
}
.gallery-row .img-cover {
  aspect-ratio: 1/1;
  position: relative;
}
.gallery-row .img-cover::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  mix-blend-mode: initial;
  transition-duration: 800ms;
  transition-property: mix-blend-mode, transform, opacity, background-color;
}
.gallery-row .img-cover:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.share-list {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.share-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(26, 110, 58);
  border-radius: 9999px;
  background-color: rgb(255, 255, 255);
  width: 2.5rem;
  height: 2.5rem;
  color: rgb(26, 110, 58);
  font-size: clamp(12px, 1.25rem, 5rem);
}
.share-list a:hover {
  background-color: rgb(26, 110, 58);
  color: rgb(255, 255, 255);
}

.full-content {
  margin-top: 0.8333333333rem;
  margin-bottom: 0.8333333333rem;
}
.full-content h1 {
  font-weight: 800;
  font-size: 2.25em;
  line-height: 1.1111111;
}
.full-content h2 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3333333;
}
.full-content h3 {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6;
}
.full-content h4 {
  font-weight: 600;
  line-height: 1.5;
}
.full-content ul,
.full-content ol {
  padding-left: 1.625em;
  list-style-type: disc;
}
.full-content ol {
  list-style-type: decimal;
}
.full-content li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.full-content > * {
  margin-bottom: 20px;
}
.full-content > *:last-child {
  margin-bottom: 0;
}

.box-news-detail {
  position: relative;
}
@media (min-width: 1280px) {
  .box-news-detail .share-wrap {
    position: absolute;
    top: 0;
    left: -3.125rem;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .box-news-detail .share-wrap {
    left: -4.1666666667rem;
  }
}
@media (min-width: 1280px) {
  .box-news-detail .share-list {
    position: sticky;
    top: 5.2083333333rem;
    flex-direction: column;
  }
}
.box-news-detail .full-content {
  border-top: 1px solid rgb(220, 220, 220);
  margin-top: 24px;
  padding-top: 24px;
  font-size: 1rem;
}
.box-news-detail .news-list-title .news-item {
  border-top-width: 0px;
  border-bottom-width: 1px;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: rgb(114, 122, 133);
}
.single-meta-item {
  position: relative;
  padding-right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-meta-item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(2, 1, 1, 0.1490196078);
  width: 1px;
  height: 10px;
}

.button-sale .btn-contact {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  background: rgb(26, 110, 58);
  border: none;
  padding: 12px 24px;
  border-radius: 3px;
  transition: all 0.3s;
}
.button-sale .btn-contact span {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
.button-sale .btn-contact span::before {
  content: "\f2a0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: relative;
  left: -10px;
  bottom: 0;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
  display: inline-block;
}
.button-sale .btn-contact p {
  font-size: 12px;
  width: 100%;
}
.button-sale .button-baogia {
  background: rgb(255, 209, 0);
}

.post-navigation {
  margin-top: 50px;
}
.post-navigation ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.eel-nav-label {
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  gap: 4px;
  color: #727A85;
}

.eel-nav-title {
  display: block;
  font-size: 1em;
  color: #35404E;
  font-weight: 600;
}

.comment-respond {
  margin-top: 50px;
}
.comment-respond label {
  display: block;
  margin-bottom: 4px;
}
.comment-respond input:not([type=checkbox]):not([type=submit]),
.comment-respond textarea {
  background-color: #fff;
  border: 1px solid #cacaca;
  box-shadow: inset 0 1px 2px rgba(1, 0, 0, 0.1);
  border-radius: 8px;
  outline: none;
  padding: 8px 16px;
  width: 100%;
}
.comment-respond input[type=submit] {
  border: 0;
  background-color: rgb(26, 110, 58);
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 500;
  color: #fff;
  width: 100%;
}

.news-detail-title {
  border-bottom: 1px solid rgb(220, 220, 220);
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .news-detail-title {
    font-size: clamp(12px, 36 / 1920 * 100rem, 5rem);
  }
}

.single-tag {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 50px;
}
.single-tag span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 16px;
}
.single-tag .single-tag-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-tag .single-tag-item a {
  color: #fff;
  background-color: rgb(26, 110, 58);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 14px;
}
.single-tag .single-tag-item a:hover {
  background-color: rgb(255, 209, 0);
}
.single-tag .single-tag-list {
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-thumb {
  margin-bottom: 30px;
}
.single-thumb img {
  width: 100%;
}

.listbox-outer {
  background: #edeef1;
  padding: 15px 25px;
}
.listbox-outer .linkbox-inner {
  display: flex;
  align-items: center;
}
.listbox-outer .linkbox-inner i {
  color: #3475e7;
  font-size: 24px;
  width: 35px;
}
.listbox-outer .linkbox-inner + div {
  flex: 1;
  word-break: break-all;
}
.listbox-outer .linkbox-inner .title {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
}
.listbox-outer .linkbox-inner .desc {
  color: #010000;
  font-weight: 700;
  line-height: normal;
}
.listbox-outer .linkbox-inner:hover .desc {
  color: #3475e7;
}

.widget .widget-title {
  font-size: clamp(12px, 24 / 1920 * 100rem, 5rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.widget + .widget {
  margin-top: 30px;
}

.search-form {
  display: flex;
  position: relative;
  overflow: hidden;
}
.search-form label {
  flex: 1;
}
.search-form input.search-field {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  background: none;
  color: #444;
  padding: 18px 45px 18px 25px;
  width: 100%;
  border-radius: 8px;
  outline: none;
  font-size: 16px;
}
.search-form input.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 10px 10px 0px;
  padding: 13px 20px 13px 20px;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  background-color: rgb(26, 110, 58);
  color: #fff;
}

.page_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px;
}
.page_nav .page-numbers {
  position: relative;
  z-index: 1;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 0;
  text-align: center;
  background: #f4f6fd;
  border-radius: 5px;
  transition: 0.4s;
}
.page_nav .page-numbers.current, .page_nav .page-numbers:hover {
  background: rgb(26, 110, 58);
  color: #fff;
}

.navigation-menu-mobile {
  height: 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 111;
}

.menu-mobile__container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.menu-mobile__container .menu-mobile__icon {
  position: absolute;
  width: 66px;
  height: 66px;
  left: 50%;
  top: 0;
  box-shadow: 0 4px 10px rgba(146, 55, 73, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 2px solid #fff;
  background: rgb(26, 110, 58);
}

.navigation-menu-mobile ul {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  justify-content: center;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}

.navigation-menu-mobile ul li a {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.navigation-menu-mobile ul li a span.la {
  width: 72px;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: 2px;
  position: relative;
  border-radius: 34px;
  color: #fff;
  text-align: center;
  background: rgb(26, 110, 58);
}

.navigation-menu-mobile ul li a span {
  display: block;
  margin: auto;
  font-size: 12px !important;
  color: #111;
  text-transform: capitalize;
}

.navigation-menu-mobile li:nth-child(3) a .btn-frame span {
  background: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ul_menu-mobile__container svg {
  width: 25px;
  height: auto;
  fill: rgb(26, 110, 58);
}

.navigation-menu-mobile .custom-btn-1 {
  border-radius: 50%;
}

.menu-mobile__container:before {
  content: "";
  background-image: url(../images/mb-footer-bg.svg);
  width: 100%;
  height: 63%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-nav-btn-message {
  width: 30px;
  height: 29px;
  background-position: center;
  background-size: contain;
}

.icon-nav-address, .icon-nav-calendar, .icon-nav-respon {
  width: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.navigation-menu-mobile .custom-btn-1 {
  border-radius: 50%;
}

.ul_menu-mobile__container > li > a > span > i {
  font-size: 22px;
  color: rgb(26, 110, 58);
}

.navigation-menu-mobile li:nth-child(3) a .btn-frame {
  width: 50px;
  margin: 0 auto 8px;
  position: relative;
}

.navigation-menu-mobile li:nth-child(3) a .btn-frame span {
  background: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-menu-mobile li:nth-child(3) a img {
  max-width: 40px;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: rgb(26, 110, 58);
  opacity: 0.5;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .pulse {
  animation-name: pulse;
}

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes bottomBar {
  0%, 60% {
    top: 100%;
    left: 100%;
    width: 0;
  }
  80% {
    top: 100%;
    left: 0;
    width: 100%;
  }
  100% {
    top: 100%;
    left: 0;
    width: 0;
  }
}
@keyframes rightBar {
  0%, 40% {
    top: 0;
    left: calc(100% - 1px);
    height: 0;
  }
  60% {
    top: 0;
    left: calc(100% - 1px);
    height: 100%;
  }
  80% {
    top: 100%;
    left: calc(100% - 1px);
    height: 0;
  }
}
@keyframes topBar {
  0%, 20% {
    top: 0;
    left: 0;
    width: 0;
  }
  40% {
    top: 0;
    left: 0;
    width: 100%;
  }
  60% {
    top: 0;
    left: calc(100% - 1px);
    width: 0;
  }
}
@keyframes leftBar {
  0% {
    top: 100%;
    left: 0;
    height: 0;
  }
  20% {
    top: 0;
    left: 0;
    height: 100%;
  }
  40% {
    top: 0;
    left: 0;
    height: 0;
  }
}
@keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scaleX(1);
  }
}
header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 40;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%;
  height: 80px;
}
@media (min-width: 1280px) {
  header {
    height: 4.6875rem;
  }
}
@media (max-width: 1280px) {
  header .navbar-nav {
    display: none;
  }
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .logo img {
  max-width: 184px;
}
@media (max-width: 767px) {
  header .logo img {
    max-width: 150px;
  }
}
header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.4583333333rem;
}
@media (min-width: 1440px) {
  header .header-right {
    gap: 2.0833333333rem;
  }
}
header .main-menu {
  display: flex;
  align-items: center;
  gap: 1.4583333333rem;
}
@media (min-width: 1440px) {
  header .main-menu {
    gap: 2.0833333333rem;
  }
}
header .main-menu li.hot {
  position: relative;
}
header .main-menu li.hot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  background-image: url(../images/hot.gif);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
}
header .main-menu li.hot > a {
  color: #af1d1d;
}
header .main-menu li.current-menu-item > a {
  color: #af1d1d;
}
header .main-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 10px;
}
header .main-menu li.menu-item-has-children > a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
}
header .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
header .main-menu li ul {
  background-color: #fff;
  min-width: 320px;
  left: 0;
  top: 100%;
  position: absolute;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  list-style: none;
  transition: 0.2s ease-out;
  transform: translate3d(0, 20px, 0);
}
header .main-menu li ul li:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}
header .main-menu li ul li a {
  padding: 12px 15px;
  display: block;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
header .main-menu li ul li a:hover {
  color: #af1d1d;
  padding-left: 20px;
}
header .main-menu li ul li a:hover:after {
  width: 10px;
  background: #fff;
}
header .main-menu li ul li a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  height: 2px;
  width: 0;
  background: #af1d1d;
  transition: all 0.3s ease-in-out;
}
header .main-menu li ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
header .main-menu a {
  display: block;
  padding-top: 0.8333333333rem;
  padding-bottom: 0.8333333333rem;
  color: rgb(70, 70, 70);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1280px) {
  header .main-menu a {
    font-size: clamp(12px, 16 / 1920 * 100rem, 5rem);
  }
}
header .main-menu a:hover {
  color: #af1d1d;
}
header .button-phone {
  display: none;
}
@media (min-width: 768px) {
  header .button-phone {
    display: block;
  }
}
header .btn-call {
  padding-right: 0.8333333333rem;
  padding-left: 0.8333333333rem;
  font-weight: 700;
}
@media (min-width: 1280px) {
  header .btn-call {
    gap: 0.4166666667rem;
    height: 2.7083333333rem;
  }
}

.mobile-wrap {
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  position: fixed;
  top: 0;
  left: -100%;
  opacity: 0;
  z-index: 1000;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 2.0833333333rem;
  padding-bottom: 2.0833333333rem;
  padding-left: 1.0416666667rem;
  width: 100vw;
  max-width: 20rem;
  height: 100vh;
  pointer-events: none;
}
.mobile-wrap.open {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
.mobile-wrap .navbar-nav-list {
  padding-right: 0.8333333333rem;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-wrap .main-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.0416666667rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.0416666667rem * var(--tw-space-y-reverse));
  position: relative;
}
.mobile-wrap .main-menu li.active a {
  color: rgb(26, 110, 58);
}
.mobile-wrap .main-menu a {
  color: rgb(70, 70, 70);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4444444444;
  text-transform: capitalize;
}
.mobile-wrap .main-menu .close-menu {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(26, 110, 58);
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  color: rgb(26, 110, 58);
}
.mobile-wrap .main-menu .sub-menu {
  display: none;
  padding-left: 15px;
  padding-top: 15px;
}
.mobile-wrap .main-menu .arrow {
  position: absolute;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-wrap .close-menu {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(26, 110, 58);
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  color: rgb(26, 110, 58);
}

footer .footer-wrap {
  border-radius: 0.8333333333rem;
  background-color: rgb(26, 110, 58);
  color: rgb(220, 220, 220);
}
@media (min-width: 1280px) {
  footer .footer-wrap {
    border-radius: 1.6666666667rem;
    padding-right: 1.0416666667rem;
    padding-left: 1.0416666667rem;
  }
}
footer .footer-top {
  padding-top: 1.0416666667rem;
  padding-bottom: 1.0416666667rem;
}
@media (min-width: 1280px) {
  footer .footer-top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
footer .footer-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  footer .footer-title {
    font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
  }
}
footer .footer-infor {
  color: rgb(220, 220, 220);
  font-size: 14px;
  line-height: 1.375;
}
@media (min-width: 1280px) {
  footer .footer-infor {
    font-size: clamp(12px, 14 / 1920 * 100rem, 5rem);
  }
}
footer .footer-infor li + li {
  margin-top: 12px;
}
footer .footer-infor li p {
  margin-bottom: 0;
}
footer .footer-menu a {
  position: relative;
  transition: background-size 350ms;
  background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  color: rgb(220, 220, 220);
  font-size: 14px;
  line-height: 1.375;
}
@media (min-width: 1280px) {
  footer .footer-menu a {
    font-size: clamp(12px, 14 / 1920 * 100rem, 5rem);
  }
}
footer .footer-menu a:hover {
  background-size: 100% 1px;
  background-position-x: left;
}
@media (min-width: 1280px) {
  footer .social-list ul {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  footer .footer-text-end {
    text-align: right;
  }
}
footer .footer-bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding-top: 1.0416666667rem;
  padding-bottom: 1.0416666667rem;
  font-size: 12px;
}
@media (min-width: 1280px) {
  footer .footer-bot {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.625rem;
    padding-top: 1.6666666667rem;
    padding-bottom: 1.6666666667rem;
  }
}

.home .site-title {
  font-size: 30px;
  line-height: 1.1818181818;
}
@media (min-width: 1280px) {
  .home .site-title {
    font-size: clamp(12px, 44 / 1920 * 100rem, 5rem);
  }
}

.home-banner-slider .image {
  border-radius: 0.8333333333rem;
  background-color: rgb(0, 0, 0);
}
@media (min-width: 1280px) {
  .home-banner-slider .image {
    border-radius: 1.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .home-banner-slider .swiper-pagination {
    --tw-translate-x: 0 ;
    right: 6.2790697674%;
    bottom: 2.0833333333rem;
    left: auto;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .home-banner-slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    background-color: #fff;
    border-radius: 99px;
  }
  .home-banner-slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
}

.home-why-wrap {
  border-radius: 0.8333333333rem;
  padding-top: 2.0833333333rem;
  padding-right: 1.0416666667rem;
  padding-bottom: 2.0833333333rem;
  padding-left: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .home-why-wrap {
    border-radius: 1.6666666667rem;
    padding-top: 4.1666666667rem;
    padding-bottom: 4.1666666667rem;
  }
}
@media (min-width: 1440px) {
  .home-why-wrap {
    padding-bottom: 5.8333333333rem;
  }
}
.home-why .why-us-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8333333333rem;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .home-why .why-us-list {
    margin-top: 32px;
  }
}
@media (max-width: 420px) {
  .home-why .why-us-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .home-why .why-us-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .home-why .why-us-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.home-why .why-us-item {
  position: relative;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
  cursor: pointer;
  padding-top: 2.0833333333rem;
  color: rgb(26, 110, 58);
}
@media (min-width: 1280px) {
  .home-why .why-us-item {
    padding-top: 3.125rem;
  }
}
.home-why .why-us-item:hover {
  color: rgb(255, 209, 0);
}
.home-why .why-us-item *, .home-why .why-us-item a {
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
}
.home-why .why-us-item .icon {
  --tw-translate-x: -50%;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  border-radius: 9999px;
  width: 4.1666666667rem;
  height: 4.1666666667rem;
  border: 11px solid #1A6E3A;
  background-color: #fff;
}
@media (min-width: 1280px) {
  .home-why .why-us-item .icon {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.home-why .why-us-item .caption {
  --tw-bg-opacity: 1;
  border-bottom-width: 0.2083333333rem;
  border-bottom-style: solid;
  border-color: currentColor;
  border-radius: 0.4166666667rem;
  background-color: rgb(255, 255, 255);
  padding-top: 4.1666666667rem;
  padding-right: 1.0416666667rem;
  padding-bottom: 2.0833333333rem;
  padding-left: 1.0416666667rem;
  height: 100%;
}
@media (min-width: 1280px) {
  .home-why .why-us-item .caption {
    border-bottom-width: 10px;
    padding-top: 5.2083333333rem;
    padding-right: 1.6666666667rem;
    padding-bottom: 2.9166666667rem;
    padding-left: 1.6666666667rem;
    min-height: 15rem;
  }
}
.home-why .why-us-item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .home-why .why-us-item-title {
    font-size: clamp(12px, 24 / 1920 * 100rem, 5rem);
  }
}
.home-why .why-us-item-des {
  color: rgb(21, 21, 21);
  font-size: 17px;
  line-height: 1.4444444444;
}
@media (min-width: 1280px) {
  .home-why .why-us-item-des {
    font-size: clamp(12px, 18 / 1920 * 100rem, 5rem);
  }
}

.home-product-category .category-slider {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667rem;
}
@media (min-width: 1024px) {
  .home-product-category .category-slider {
    display: flex;
    flex-direction: row;
    gap: 0.4166666667rem;
  }
}
@media (min-width: 1024px) {
  .home-product-category .home-product-slider {
    padding: 0;
    width: calc(100% - 15.8333333333rem);
  }
}
.home-product-category .nav-category {
  width: 15.8333333333rem;
}
.home-product-category .nav-category .category-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .home-product-category .nav-category .category-list {
    flex-direction: column;
    align-items: flex-start;
    overflow: visible;
  }
}
.home-product-category .nav-category .category-list a {
  background-color: transparent;
  height: 2.0833333333rem;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .home-product-category .nav-category .category-list a {
    font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
  }
}
.home-product-category .swiper-button {
  margin-top: 2.5rem;
}

.home-brand-slider {
  --tw-bg-opacity: 1;
  border-radius: 0.8333333333rem;
  background-color: rgb(241, 252, 243, var(--tw-bg-opacity));
  padding-top: 1.0416666667rem;
  padding-right: 0.4166666667rem;
  padding-bottom: 1.0416666667rem;
  padding-left: 0.4166666667rem;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .home-brand-slider {
    border-radius: 1.6666666667rem;
    padding-top: 1.6666666667rem;
    padding-right: 0.625rem;
    padding-bottom: 1.6666666667rem;
    padding-left: 0.625rem;
  }
}
.home-brand-slider .swiper-slide {
  width: 10rem;
}
.home-brand-slider .home-brand-item {
  aspect-ratio: 192/96;
}

.home-system-wrap {
  border-radius: 0.8333333333rem;
  background-color: rgb(241, 252, 243);
  padding: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .home-system-wrap {
    border-radius: 1.6666666667rem;
    padding-top: 5.2083333333rem;
    padding-bottom: 5.2083333333rem;
  }
}
.home-system .site-desc {
  max-width: 24.6354166667rem;
}
.home-system .tabslet-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8333333333rem;
}
.home-system .tabslet-tabs li.active a {
  background-color: rgb(255, 209, 0);
  color: rgb(26, 110, 58);
}

.home-npp .image {
  border-radius: 0.8333333333rem;
  aspect-ratio: 1108/640;
}
@media (min-width: 1280px) {
  .home-npp .image {
    border-radius: 1.6666666667rem;
  }
}
.home-npp .caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.8333333333rem;
  background-color: rgb(192, 242, 205);
  padding: 1.0416666667rem;
}
@media (min-width: 1024px) {
  .home-npp .caption {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .home-npp .caption {
    border-radius: 1.6666666667rem;
    padding: 1.6666666667rem;
  }
}
.home-npp .button a:hover {
  color: rgb(9, 42, 20);
}

.home-feedback {
  background-image: url(../images/bg-line.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-news-category {
  border-radius: 0.8333333333rem;
  background-color: rgb(241, 252, 243);
  padding: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .home-news-category {
    border-radius: 1.6666666667rem;
    padding-top: 4.1666666667rem;
    padding-bottom: 4.1666666667rem;
  }
}
@media (min-width: 1024px) {
  .home-news-category .home-news-slider {
    padding: 0;
    width: calc(100% - 304px);
  }
}
.home-news-category .category-slider {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667rem;
}
@media (min-width: 1024px) {
  .home-news-category .category-slider {
    display: flex;
    flex-direction: row;
    gap: 0.4166666667rem;
  }
}
@media (min-width: 1024px) {
  .home-news-category .nav-category {
    width: 304px;
  }
}
.home-news-category .nav-category .category-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .home-news-category .nav-category .category-list {
    flex-direction: column;
    align-items: flex-start;
    overflow: visible;
  }
}
.home-news-category .nav-category .category-list li {
  width: -moz-max-content;
  width: max-content;
}
.home-news-category .nav-category .category-list a {
  background-color: transparent;
  height: 2.0833333333rem;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .home-news-category .nav-category .category-list a {
    font-size: clamp(12px, 20 / 1920 * 100rem, 5rem);
  }
}
.home-news-category .news-item {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media (min-width: 1024px) {
  .home-news-category .swiper-button {
    margin-top: 2.5rem;
  }
}

.home-newsletter .caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.8333333333rem;
  background-color: rgb(48, 183, 85);
  padding: 1.0416666667rem;
  height: 100%;
}
@media (min-width: 1280px) {
  .home-newsletter .caption {
    border-radius: 1.6666666667rem;
    padding: 1.6666666667rem;
  }
}
.home-newsletter .image {
  border-radius: 1.6666666667rem;
  height: 100%;
}

.box-contact-info {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(220, 220, 220);
  border-radius: 0.625rem;
  background-color: rgb(255, 255, 255);
  padding: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .box-contact-info {
    border-radius: 1.25rem;
    padding-top: 2.2916666667rem;
    padding-right: 1.6666666667rem;
    padding-bottom: 2.2916666667rem;
    padding-left: 1.6666666667rem;
  }
}
.box-contact-info ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.8333333333rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.8333333333rem * var(--tw-space-y-reverse));
}
@media (min-width: 1280px) {
  .box-contact-info ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
}
.box-contact-info li {
  display: flex;
  gap: 1.0416666667rem;
}
@media (min-width: 1280px) {
  .box-contact-info li {
    gap: 1.6666666667rem;
  }
}
.box-contact-info li > *:not(.icon) {
  flex: 1 1 0%;
  margin-top: -5px;
}
.box-contact-info li strong {
  display: block;
  color: rgb(82, 82, 82);
}
.box-contact-info .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(143, 230, 167);
  border-radius: 0.2083333333rem;
  width: 1.875rem;
  height: 1.875rem;
  color: rgb(26, 110, 58);
  font-size: clamp(12px, 16 / 1920 * 100rem, 5rem);
}

.recruitment-about {
  position: relative;
}
.recruitment-about .image {
  border-radius: 0.8333333333rem;
  aspect-ratio: 1504/540;
  overflow: hidden;
}
@media (min-width: 576px) {
  .recruitment-about .image {
    aspect-ratio: 1504/600;
  }
}
@media (min-width: 768px) {
  .recruitment-about .image {
    aspect-ratio: 1504/800;
  }
}
@media (min-width: 1280px) {
  .recruitment-about .image {
    border-radius: 1.6666666667rem;
    aspect-ratio: 1504/540;
  }
}
.recruitment-about .caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.4166666667rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.625rem;
  background-color: rgb(255, 255, 255);
  padding: 1.0416666667rem;
  width: 100%;
  max-width: 24rem;
  text-align: center;
}
@media (min-width: 768px) {
  .recruitment-about .caption {
    position: absolute;
    right: 1.0416666667rem;
    bottom: 1.0416666667rem;
    z-index: 1;
    margin: 0;
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1280px) {
  .recruitment-about .caption {
    right: 2.0833333333rem;
    bottom: 3.125rem;
    gap: 1.25rem;
    padding: 1.6666666667rem;
    padding-right: 1.4583333333rem;
    min-height: 13.75rem;
  }
}
.recruitment-about .caption .brief {
  padding-right: 0.2083333333rem;
}
.recruitment-about .caption .site-title {
  text-transform: none;
}
.recruitment-about .brief {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */