/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
:root {
  --body-color: #000000;
  --body-bg: #ffffff;
  --link-color: #000000;
  --link-hover-color: black;
  --gutter: 14px;
  --gutter-xs: 10px;
  --gap: 28px;
  --gap-xs: 20px;
  --Primary-01: #0F4631;
  --Primary-02: #0F4631;
  --Primary-03: #F5FEFF;
  --Primary-04: #006c45;
  --img-path: "../img";
  --font-path: "../fonts";
}

@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 4px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #000000;
  background: #ffffff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}
body {
  font-size: 0.9375rem;
  line-height: 1.516875rem;
}
@media screen and (min-width: 40rem) {
  body {
    font-size: calc(0.9375rem + 0.0011160714 * (100vw - 40rem));
    line-height: calc(1.516875rem + 0.0018058036 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  body {
    font-size: 1rem;
    line-height: 1.618rem;
  }
}

:is(input, select, textarea, button, main):focus {
  outline: none;
}

:is(a, button, [role=button], input, select, textarea) {
  transition: 0.3s;
}

:is(a, area, button, [role=button], input, label, select, summary, textarea) {
  touch-action: manipulation;
}

:is([type=submit], [type=reset], [type=button]) {
  cursor: pointer;
}

*:disabled {
  cursor: not-allowed;
  opacity: 0.9;
}

* > p {
  margin-top: 0;
  line-height: inherit;
}
* > p:not(:last-child) {
  margin-bottom: 16px;
}
* > p:last-child {
  margin-bottom: 0;
}

code, kbd, pre, samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1rem;
}

sup {
  line-height: 1;
  top: -4px;
  color: #ff0000;
  font-size: 14px;
  padding-left: 2px;
}

.cite-block::before, cite::before {
  content: "";
  font-style: normal;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 700;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  text-decoration: none;
  display: inline-block;
  color: currentColor;
}
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

:is(h1, .h1) {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
@media screen and (min-width: 40rem) {
  :is(h1, .h1) {
    font-size: calc(1.5rem + 0.0267857143 * (100vw - 40rem));
    line-height: calc(1.95rem + 0.0348214286 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h1, .h1) {
    font-size: 3rem;
    line-height: 3.9rem;
  }
}

:is(h2, .h2) {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 40rem) {
  :is(h2, .h2) {
    font-size: calc(1.25rem + 0.015625 * (100vw - 40rem));
    line-height: calc(1.625rem + 0.0203125 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h2, .h2) {
    font-size: 2.125rem;
    line-height: 2.7625rem;
  }
}

:is(h3, .h3) {
  font-size: 1.1875rem;
  line-height: 1.54375rem;
}
@media screen and (min-width: 40rem) {
  :is(h3, .h3) {
    font-size: calc(1.1875rem + 0.0122767857 * (100vw - 40rem));
    line-height: calc(1.54375rem + 0.0159598214 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h3, .h3) {
    font-size: 1.875rem;
    line-height: 2.4375rem;
  }
}

:is(h4, .h4) {
  font-size: 1.125rem;
  line-height: 1.4625rem;
}
@media screen and (min-width: 40rem) {
  :is(h4, .h4) {
    font-size: calc(1.125rem + 0.0078125 * (100vw - 40rem));
    line-height: calc(1.4625rem + 0.01015625 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h4, .h4) {
    font-size: 1.5625rem;
    line-height: 2.03125rem;
  }
}

:is(h5, .h5) {
  font-size: 1.0625rem;
  line-height: 1.38125rem;
}
@media screen and (min-width: 40rem) {
  :is(h5, .h5) {
    font-size: calc(1.0625rem + 0.0033482143 * (100vw - 40rem));
    line-height: calc(1.38125rem + 0.0043526786 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h5, .h5) {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

:is(h6, .h6) {
  font-size: 1rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 40rem) {
  :is(h6, .h6) {
    font-size: calc(1rem + 0.0022321429 * (100vw - 40rem));
    line-height: calc(1.3rem + 0.0029017857 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h6, .h6) {
    font-size: 1.125rem;
    line-height: 1.4625rem;
  }
}

.body-font {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}

.heading-font {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
}

:is(span, label) > a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000000;
}
a:hover {
  color: black;
  text-decoration: none;
}
a :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: currentColor;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
img:not([src]) {
  visibility: hidden;
}
img:where(.aligncenter, .align-center) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure {
  max-width: 100% !important;
}
figure:where(.wp-caption, .caption) {
  display: block;
}
figure:where(.wp-caption, .caption) img {
  display: inline-block;
}
figure:where(.wp-caption, .caption):where(.wp-caption-text, .caption-text) {
  padding-top: 10px;
  color: #495057;
}
figure:where(.wp-caption, .caption):where(.aligncenter, .align-center) {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

:is(.screen-reader-text, .submenu-toggle-text, .hidden-text, .sr-only) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

[data-fa]::before {
  content: attr(data-fa);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

[data-fa-after]::after {
  content: attr(data-fa-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

@media only screen and (max-width: 48.06125rem) {
  .md\:show {
    display: none;
  }
}

@media only screen and (max-width: 48.06125rem) {
  .\!md\:show {
    display: none !important;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .lg\:show {
    display: none;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .\!lg\:show {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

@media only screen and (min-width: 48.0625rem) {
  .md\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 48.0625rem) {
  .\!md\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 64rem) {
  .\!lg\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 82.5rem) {
  .xl\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 82.5rem) {
  .\!xl\:hidden {
    display: none !important;
  }
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.flex-x {
  flex-flow: row wrap;
}
.flex-x > :where(.auto, .shrink) {
  width: auto;
}
@media only screen and (min-width: 48.0625rem) {
  .flex-x > :where(.md-auto, .md-shrink) {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > :where(.lg-auto, .lg-shrink) {
    width: auto;
  }
}

.flex-y {
  flex-flow: column nowrap;
}
.flex-y > .cell {
  height: auto;
  max-height: none;
}

.flex-padding-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  .flex-padding-x {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
.flex-padding-x > .cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  .flex-padding-x > .cell {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.flex-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  .flex-padding-y {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
.flex-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  .flex-padding-y > .cell {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.grid {
  display: grid;
}

.\!grid {
  display: grid !important;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.\!inline-block {
  display: inline-block !important;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.gap-10 {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.gap-15 {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.gap-20 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-25 {
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}

.gap-30 {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.cell {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
.cell.auto {
  flex: 1 1 0;
  max-width: 100%;
  min-width: 0;
  width: auto;
}
.cell.stretch {
  width: 100%;
}
@media only screen and (min-width: 48.0625rem) {
  .cell.md-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.md-stretch {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .cell.lg-auto {
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }
  .cell.lg-stretch {
    width: 100%;
  }
}

:is(.grid-gap, .flex-gap, .gap) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48.0625rem) {
  :is(.grid-gap, .flex-gap, .gap) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }
}

:is(.container, .flex-container, .grid-container) {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
:is(.container, .flex-container, .grid-container):not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 769px;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 82.5rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 96rem) {
  :is(.container, .flex-container, .grid-container):not(.full).xxl {
    max-width: 1536px;
  }
}
:is(.container, .flex-container, .grid-container).full {
  /*max-width: 100%;*/
  padding-left: 0;
  padding-right: 0;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-1 > .cell {
  width: 100%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-1 {
  width: 8.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-1 {
  width: 8.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-1 > .cell {
  width: 100%;
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-1 {
  width: calc(8.3333333333% - 1.1458333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-1 {
  width: calc(8.3333333333% - 1.1458333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-2 > .cell {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-2 {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-2 {
  width: 16.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-2 > .cell {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-3 > .cell {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-3 {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-3 {
  width: 25% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-3 > .cell {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-3 {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-3 {
  width: calc(25% - 0.9375rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-4 > .cell {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-4 {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-4 {
  width: 33.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-4 > .cell {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-5 > .cell {
  width: 20%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-5 {
  width: 41.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-5 {
  width: 41.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-5 > .cell {
  width: calc(20% - 1rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-6 > .cell {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-6 {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-6 {
  width: 50% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-6 > .cell {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-6 {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-6 {
  width: calc(50% - 0.625rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-7 > .cell {
  width: 14.2857142857%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-7 {
  width: 58.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-7 {
  width: 58.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-7 > .cell {
  width: calc(14.2857142857% - 1.0714285714rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-8 > .cell {
  width: 12.5%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-8 {
  width: 66.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-8 {
  width: 66.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-8 > .cell {
  width: calc(12.5% - 1.09375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-9 > .cell {
  width: 11.1111111111%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-9 {
  width: 75%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-9 {
  width: 75% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-9 > .cell {
  width: calc(11.1111111111% - 1.1111111111rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-9 {
  width: calc(75% - 0.3125rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-9 {
  width: calc(75% - 0.3125rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-10 > .cell {
  width: 10%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-10 {
  width: 83.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-10 {
  width: 83.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-10 > .cell {
  width: calc(10% - 1.125rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-10 {
  width: calc(83.3333333333% - 0.2083333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-10 {
  width: calc(83.3333333333% - 0.2083333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-11 > .cell {
  width: 9.0909090909%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-11 {
  width: 91.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-11 {
  width: 91.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-11 > .cell {
  width: calc(9.0909090909% - 1.1363636364rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-12 > .cell {
  width: 8.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-12 {
  width: 100%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-12 {
  width: 100% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-12 > .cell {
  width: calc(8.3333333333% - 1.1458333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-12 {
  width: 100%;
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-12 {
  width: 100% !important;
}

@media only screen and (min-width: 48.0625rem) {
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-1 {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-1 {
    width: calc(8.3333333333% - 1.6041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-2 > .cell {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-2 {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-2 {
    width: calc(16.6666666667% - 1.4583333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-3 > .cell {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-3 {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-3 {
    width: calc(25% - 1.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-4 > .cell {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-4 {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-4 {
    width: calc(33.3333333333% - 1.1666666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-5 > .cell {
    width: calc(20% - 1.4rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-5 {
    width: calc(41.6666666667% - 1.0208333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-5 {
    width: calc(41.6666666667% - 1.0208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-6 > .cell {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-6 {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-6 {
    width: calc(50% - 0.875rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-7 {
    width: calc(58.3333333333% - 0.7291666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-7 {
    width: calc(58.3333333333% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-8 > .cell {
    width: calc(12.5% - 1.53125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-8 {
    width: calc(66.6666666667% - 0.5833333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-8 {
    width: calc(66.6666666667% - 0.5833333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-9 > .cell {
    width: calc(11.1111111111% - 1.5555555556rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-9 {
    width: calc(75% - 0.4375rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-9 {
    width: calc(75% - 0.4375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-10 > .cell {
    width: calc(10% - 1.575rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-10 {
    width: calc(83.3333333333% - 0.2916666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-10 {
    width: calc(83.3333333333% - 0.2916666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-11 > .cell {
    width: calc(9.0909090909% - 1.5909090909rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-11 {
    width: calc(91.6666666667% - 0.1458333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-11 {
    width: calc(91.6666666667% - 0.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-12 > .cell {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-12 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-1 {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-1 {
    width: calc(8.3333333333% - 1.6041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-2 > .cell {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-2 {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-2 {
    width: calc(16.6666666667% - 1.4583333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-3 > .cell {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-3 {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-3 {
    width: calc(25% - 1.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-4 > .cell {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-4 {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-4 {
    width: calc(33.3333333333% - 1.1666666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-5 > .cell {
    width: calc(20% - 1.4rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-5 {
    width: calc(41.6666666667% - 1.0208333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-5 {
    width: calc(41.6666666667% - 1.0208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-6 > .cell {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-6 {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-6 {
    width: calc(50% - 0.875rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-7 {
    width: calc(58.3333333333% - 0.7291666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-7 {
    width: calc(58.3333333333% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-8 > .cell {
    width: calc(12.5% - 1.53125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-8 {
    width: calc(66.6666666667% - 0.5833333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-8 {
    width: calc(66.6666666667% - 0.5833333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-9 > .cell {
    width: calc(11.1111111111% - 1.5555555556rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-9 {
    width: calc(75% - 0.4375rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-9 {
    width: calc(75% - 0.4375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-10 > .cell {
    width: calc(10% - 1.575rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-10 {
    width: calc(83.3333333333% - 0.2916666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-10 {
    width: calc(83.3333333333% - 0.2916666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-11 > .cell {
    width: calc(9.0909090909% - 1.5909090909rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-11 {
    width: calc(91.6666666667% - 0.1458333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-11 {
    width: calc(91.6666666667% - 0.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-12 > .cell {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-12 {
    width: 100% !important;
  }
}
.overlay {
  position: relative;
}
.overlay :where(.bg-overlay, .link-overlay) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.overlay :where(.bg-overlay, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover :where(.bg-cover, .link-cover) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.cover :where(.bg-cover, .link-cover) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}
.cover.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cover.after-overlay > img {
  width: 100%;
  display: block;
  -webkit-user-select: none;
          user-select: none;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img:first-child {
  display: block;
}
.res > img:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.res:not(.auto) > img:first-child {
  height: 100% !important;
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
.res.auto > img {
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.res.scale {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.res.scale:hover {
  transform: scale(1.06);
  opacity: 1;
}
.res :where(iframe, embed, object, video) {
  border: 0;
}
.res :where(iframe, embed, object, video) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.res.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}
.res.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.res.after-overlay > img {
  -webkit-user-select: none;
          user-select: none;
}

@supports (aspect-ratio: 1) {
  :is(.ar-1, .ar-1-1, .ar\[1-1\]) {
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-1, .ar-1-1, .ar\[1-1\]) {
    height: 0;
    padding-bottom: 100%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    aspect-ratio: 2 / 1;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    height: 0;
    padding-bottom: 50%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    aspect-ratio: 3 / 2;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    height: 0;
    padding-bottom: 66.6666666667%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    aspect-ratio: 4 / 3;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    height: 0;
    padding-bottom: 75%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    aspect-ratio: 16 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    aspect-ratio: 21 / 9;
  }
}
@supports not (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    height: 0;
    padding-bottom: 42.8571428571%;
  }
}

/*@while $count <= $count_max {
    :is(.mt-0, .mt\[0px\]) {
        margin-top: func.fs($count);
    }

    :is(.\!mt-0, .\!mt\[0px\]) {
        margin-top: func.fs($count) !important;
    }

    :is(.mb-0, .mb\[0px\]) {
        margin-bottom: func.fs($count);
    }

    :is(.\!mb-0, .\!mb\[0px\]) {
        margin-bottom: func.fs($count) !important;
    }

    :is(.pt-0, .pt\[0px\]) {
        padding-top: func.fs($count);
    }

    :is(.\!pt-0, .\!pt\[0px\]) {
        padding-top: func.fs($count) !important;
    }

    :is(.pb-0, .pb\[0px\]) {
        padding-bottom: func.fs($count);
    }

    :is(.\!pb-0, .\!pb\[0px\]) {
        padding-bottom: func.fs($count) !important;
    }

    $count: $count + $step;
}*/
:is(.fs-16, .fs\[16px\]) {
  font-size: 1rem;
}

:is(.\!fs-16, .\!fs\[16px\]) {
  font-size: 1rem !important;
}

:is(.fs-17, .fs\[17px\]) {
  font-size: 1.0625rem;
}

:is(.\!fs-17, .\!fs\[17px\]) {
  font-size: 1.0625rem !important;
}

:is(.fs-18, .fs\[18px\]) {
  font-size: 1.125rem;
}

:is(.\!fs-18, .\!fs\[18px\]) {
  font-size: 1.125rem !important;
}

:is(.fs-19, .fs\[19px\]) {
  font-size: 1.1875rem;
}

:is(.\!fs-19, .\!fs\[19px\]) {
  font-size: 1.1875rem !important;
}

:is(.fs-20, .fs\[20px\]) {
  font-size: 1.25rem;
}

:is(.\!fs-20, .\!fs\[20px\]) {
  font-size: 1.25rem !important;
}

:is(.fw-400, .fw\[400\]) {
  font-weight: 400;
}

:is(.\!fw-400, .\!fw\[400\]) {
  font-weight: 400 !important;
}

:is(.fw-500, .fw\[500\]) {
  font-weight: 500;
}

:is(.\!fw-500, .\!fw\[500\]) {
  font-weight: 500 !important;
}

:is(.fw-600, .fw\[600\]) {
  font-weight: 600;
}

:is(.\!fw-600, .\!fw\[600\]) {
  font-weight: 600 !important;
}

:is(.fw-700, .fw\[700\]) {
  font-weight: 700;
}

:is(.\!fw-700, .\!fw\[700\]) {
  font-weight: 700 !important;
}

[id^=gallery-] {
  display: flex;
  flex-flow: row wrap;
}
[id^=gallery-] {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
[id^=gallery-] > .gallery-item {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
[id^=gallery-].gallery-columns-1 > .gallery-item {
  width: 100%;
}
[id^=gallery-].gallery-columns-2 > .gallery-item {
  width: calc(50% - 0.3125rem);
}
[id^=gallery-].gallery-columns-3 > .gallery-item {
  width: calc(33.3333333333% - 0.4166666667rem);
}
[id^=gallery-].gallery-columns-4 > .gallery-item {
  width: calc(25% - 0.46875rem);
}
[id^=gallery-].gallery-columns-5 > .gallery-item {
  width: calc(20% - 0.5rem);
}
[id^=gallery-].gallery-columns-6 > .gallery-item {
  width: calc(16.6666666667% - 0.5208333333rem);
}
[id^=gallery-].gallery-columns-7 > .gallery-item {
  width: calc(14.2857142857% - 0.5357142857rem);
}
[id^=gallery-].gallery-columns-8 > .gallery-item {
  width: calc(12.5% - 0.546875rem);
}
[id^=gallery-].gallery-columns-9 > .gallery-item {
  width: calc(11.1111111111% - 0.5555555556rem);
}

.site-header {
  position: relative;
  z-index: 99;
}

#top-header {
  padding: 10px 0;
  border-bottom: 0.7px solid #BFBFBF;
}
@media only screen and (max-width: 48.06125rem) {
  #top-header {
    display: none;
  }
}
#top-header .container {
  justify-content: space-between;
}
#top-header .container .cell-left {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  #top-header .container .cell-left {
    padding-left: 0.625rem;
  }
}
#top-header .container .cell-left .menu li {
  margin-right: 15px;
}
#top-header .container .cell-left .menu li:last-child {
  margin-right: 0;
}
#top-header .container .cell-left .menu li a {
  padding: 0;
  border-radius: 50%;
  background-color: #808285;
}
#top-header .container .cell-left .menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#top-header .container .cell-left .menu li a {
  width: 1.375rem;
  height: 1.375rem;
}
#top-header .container .cell-left .menu li a:hover {
  background-color: #006c45;
}
#top-header .container .cell-left .menu li a i {
  font-size: 12px;
  color: #ffffff;
}
#top-header .container .cell-left .menu li a.zalo svg, #top-header .container .cell-left .menu li a.zalo path {
  fill: #ffffff;
}
#top-header .container .cell-left .menu li a.zalo svg {
  width: 80%;
}
@media only screen and (max-width: 48.06125rem) {
  #top-header .container .cell-right {
    gap: 0;
  }
}
#top-header .container .cell-right .header-cart-contents {
  color: #92C84A;
}
#top-header .container .cell-right .header-cart-contents .woocommerce-Price-amount {
  display: none;
}
#top-header .container .cell-right .header-cart-contents .count {
  display: inline-block;
  position: relative;
  top: -12px;
  left: -8px;
  border-radius: 50%;
  background-color: #0F4631;
  border: 1px solid #0F4631;
  color: #ffffff;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  transition: 0.2s all;
}
#top-header .container .cell-right .header-cart-contents .count {
  width: 0.875rem;
  height: 0.875rem;
}
#top-header .container .cell-right .header-cart-contents .txt {
  margin-left: -10px;
}
@media only screen and (max-width: 48.06125rem) {
  #top-header .container .cell-right .header-cart-contents .txt {
    display: none;
  }
}
#top-header .container .cell-right .widget_polylang {
  padding-left: 20px;
  position: relative;
}
#top-header .container .cell-right .widget_polylang::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #707070;
}
@media only screen and (max-width: 48.06125rem) {
  #top-header .container .cell-right .widget_polylang::before {
    right: 15px;
  }
}
#top-header .container .cell-right .widget_polylang select {
  font-size: 14px;
  border-radius: 50px;
  padding: 3px 10px;
  border: 0.7px solid #707070;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

#inside-header {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2705882353);
  padding-top: 10px;
  transition: all 0.3s ease;
}
#inside-header.w-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
#inside-header.w-sticky.hide-header {
  transform: translateY(-100%);
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container {
    justify-content: space-between;
    align-items: center;
  }
}
#inside-header .cell.cell-logo {
  width: 12%;
}
#inside-header .cell.cell-logo {
  padding-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell.cell-logo {
    padding-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  #inside-header .cell.cell-logo {
    width: 30%;
  }
}
#inside-header .cell.cell-logo a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}
#inside-header .cell.cell-logo a .custom-logo-link {
  height: 100%;
}
#inside-header .cell.cell-logo a .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#inside-header .cell.cell-logo a img {
  height: 60px;
  object-fit: contain;
}
@media only screen and (max-width: 48.06125rem) {
  #inside-header .cell.cell-logo a img {
    height: 50px;
  }
}
#inside-header .cell.cell-inf {
  flex: 1 1 auto;
  justify-content: flex-end;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-inf {
    flex: none;
  }
}
#inside-header .cell.cell-inf .nav {
  height: 100%;
}
@media only screen and (max-width: 82.49875rem) {
  #inside-header .cell.cell-inf .nav {
    height: auto;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-inf .nav {
    display: none;
  }
}
#inside-header .cell.cell-inf .nav .dropdown.menu {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#inside-header .cell.cell-inf .nav .dropdown.menu > li.is-dropdown-submenu-parent > a {
  display: flex;
}
#inside-header .cell.cell-inf .nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "\f107";
  right: unset;
  margin-top: 0;
  border: none;
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  font-size: 14px;
  height: 100%;
  width: 12px;
  margin-left: 8px;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
#inside-header .cell.cell-inf .nav .dropdown.menu li {
  height: 100%;
}
#inside-header .cell.cell-inf .nav .dropdown.menu li:first-child a {
  padding-left: 0;
}
#inside-header .cell.cell-inf .nav .dropdown.menu li a {
  color: #000000;
  font-weight: 600;
  line-height: 60px;
  padding: 0 15px;
  height: 100%;
}
#inside-header .cell.cell-inf .nav .dropdown.menu li a {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell.cell-inf .nav .dropdown.menu li a {
    font-size: 1rem;
  }
}
#inside-header .cell.cell-inf .nav .dropdown.menu li a:hover, #inside-header .cell.cell-inf .nav .dropdown.menu li a[aria-current=page] {
  color: #006c45;
}
@media only screen and (max-width: 82.49875rem) {
  #inside-header .cell.cell-inf .nav .dropdown.menu li a {
    font-size: 14px;
    padding: 0 12px;
  }
}
#inside-header .cell.cell-inf .nav .dropdown.menu li.current_page_item > a {
  color: #006c45;
}
#inside-header .cell.cell-inf .nav .dropdown.menu .is-dropdown-submenu {
  background: #006c45;
  min-width: 220px;
  border: 1px solid rgba(165, 209, 106, 0.9411764706);
}
#inside-header .cell.cell-inf .nav .dropdown.menu .is-dropdown-submenu li {
  border-bottom: 1px solid #ffffff;
}
#inside-header .cell.cell-inf .nav .dropdown.menu .is-dropdown-submenu li:last-child {
  border-bottom: none;
}
#inside-header .cell.cell-inf .nav .dropdown.menu .is-dropdown-submenu li:hover {
  background: #ffffff;
}
#inside-header .cell.cell-inf .nav .dropdown.menu .is-dropdown-submenu li:hover a {
  color: #006c45;
}
#inside-header .cell.cell-inf .nav .dropdown.menu .is-dropdown-submenu li a {
  line-height: 1.6;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
}
#inside-header .cell.cell-inf .dropdown-search {
  height: 100%;
  position: relative;
  margin-right: 0;
}
#inside-header .cell.cell-inf .dropdown-search {
  margin-left: 0;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell.cell-inf .dropdown-search {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 82.49875rem) {
  #inside-header .cell.cell-inf .dropdown-search {
    margin-left: 12px;
  }
}
#inside-header .cell.cell-inf .dropdown-search .trigger-s {
  height: 100%;
  line-height: 60px;
}
@media only screen and (max-width: 82.49875rem) {
  #inside-header .cell.cell-inf .dropdown-search .trigger-s {
    font-size: 15px;
    height: auto;
    line-height: 65px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  #inside-header .cell.cell-inf .dropdown-search .trigger-s {
    line-height: 50px;
    font-size: 16px;
  }
}
#inside-header .cell.cell-inf .dropdown-search .trigger-s span {
  display: none;
}
#inside-header .cell.cell-inf .dropdown-search .dropdown-pane {
  left: -280px !important;
  right: initial !important;
}
#inside-header .cell.cell-inf .dropdown-search .frm-container {
  width: 300px;
  border-radius: 0;
}

@media only screen and (max-width: 48.06125rem) {
  .site-footer {
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
  }
}

#footer-columns {
  background-color: rgba(255, 255, 255, 0.8392156863);
  padding: 60px 0;
  color: #6D6E70;
}
@media only screen and (max-width: 48.06125rem) {
  #footer-columns {
    padding: 30px 0 20px;
    order: 2;
  }
}
@media only screen and (max-width: 48.06125rem) {
  #footer-columns .row {
    text-align: center;
  }
}
#footer-columns .row .cell {
  padding: 0 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 48.06125rem) {
  #footer-columns .row .cell {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
  }
  #footer-columns .row .cell:last-child {
    margin-bottom: 0;
  }
}
#footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
  margin: 0 0 30px;
  position: relative;
  font-weight: 600;
  color: #404040;
}
#footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  #footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
    margin-bottom: 20px;
  }
}
#footer-columns .row .cell.footer-contact {
  padding-right: 0;
}
@media only screen and (min-width: 48.0625rem) {
  #footer-columns .row .cell.footer-contact {
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .row .cell.footer-contact {
    padding-right: 3.125rem;
  }
}
#footer-columns .row .cell.footer-contact .footer-contact__menu {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item {
  list-style-type: none;
  margin-bottom: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 48.06125rem) {
  #footer-columns .row .cell.footer-contact .footer-contact__menu .item {
    justify-content: center;
  }
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item:last-child {
  margin-bottom: 0;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item img {
  margin-right: 10px;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item img {
  width: 1.375rem;
  height: 1.375rem;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item a {
  color: #6D6E70;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 48.06125rem) {
  #footer-columns .row .cell.footer-contact .footer-contact__menu .item a {
    width: auto;
  }
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item a:hover {
  color: #0F4631;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item span {
  width: calc(100% - 32px);
}
#footer-columns .row .cell.footer-menu {
  padding-left: 0;
}
@media only screen and (min-width: 48.0625rem) {
  #footer-columns .row .cell.footer-menu {
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .row .cell.footer-menu {
    padding-left: 1.875rem;
  }
}
#footer-columns .row .cell.footer-menu span {
  display: block;
}
#footer-columns .row .cell.footer-menu ul.menu {
  flex-direction: column;
}
#footer-columns .row .cell.footer-menu ul.menu li {
  margin-bottom: 15px;
}
#footer-columns .row .cell.footer-menu ul.menu li:last-child {
  margin-bottom: 0;
}
#footer-columns .row .cell.footer-menu ul.menu li a {
  padding: 0;
  font-size: 14px;
  color: #6D6E70;
  font-weight: 500;
  line-height: 1.4;
}
#footer-columns .row .cell.footer-menu ul.menu li a:hover {
  color: #0F4631;
}
#footer-columns .row .cell.footer-fanpage iframe {
  width: 100%;
  height: 135px;
  border: 1px solid #fff;
  margin: 1px;
}

@media only screen and (max-width: 48.06125rem) {
  #footer-credit {
    order: 1;
    padding-top: 40px;
  }
}
#footer-credit .copyright {
  position: relative;
  border-top: 1px solid #D9D9D9;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  color: #6D6E70;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 82.5rem) {
  #footer-credit .copyright {
    transform: translateX(-20px);
  }
}
@media only screen and (min-width: 96rem) {
  #footer-credit .copyright {
    transform: translateX(-66px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  #footer-credit .copyright {
    transform: translateX(0px);
    flex-direction: column;
    border-top: none;
    text-align: center;
  }
}
#footer-credit .copyright::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -150px;
  width: 200px;
  height: 1px;
  background-color: #D9D9D9;
}
@media only screen and (min-width: 82.5rem) {
  #footer-credit .copyright::after {
    width: 35px;
    right: -35px;
  }
}
@media only screen and (min-width: 96rem) {
  #footer-credit .copyright::after {
    right: -150px;
    width: 200px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  #footer-credit .copyright::after {
    content: none;
  }
}
#footer-credit .copyright a.logo {
  display: none;
}
@media only screen and (max-width: 48.06125rem) {
  #footer-credit .copyright a.logo {
    display: block;
    margin-bottom: 10px;
  }
  #footer-credit .copyright a.logo img {
    width: 80%;
  }
}
#footer-credit .copyright > img {
  margin-right: 15px;
}
@media only screen and (max-width: 48.06125rem) {
  #footer-credit .copyright > img {
    display: none;
  }
}

.add-this.contact-link {
  position: fixed;
  bottom: 35%;
  right: 10px;
  margin: 0;
  list-style: none;
  border-radius: 10px;
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 999;
  box-shadow: 0 0 12px rgba(105, 105, 105, 0.33);
  -webkit-filter: drop-shadow(0 0 6px rgba(15, 70, 49, 0));
          filter: drop-shadow(0 0 6px rgba(15, 70, 49, 0));
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: #ffffff;
}
@media only screen and (max-width: 48.06125rem) {
  .add-this.contact-link {
    display: none !important;
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    top: unset;
    justify-content: space-evenly;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px;
  }
}
.add-this.contact-link li a {
  transition: 0.3s;
  color: #0F4631;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  background-color: #006c45;
  color: #fff;
  border-radius: 50%;
  padding: 3px;
  font-size: 22px;
  font-weight: 600;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  width: 2.625rem;
  height: 2.625rem;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 48.06125rem) {
  .add-this.contact-link li a > svg, .add-this.contact-link li a > i {
    font-size: 21px;
  }
  .add-this.contact-link li a > svg, .add-this.contact-link li a > i {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 48.06125rem) {
  .add-this.contact-link li a > span {
    line-height: 16px;
  }
}
.add-this.contact-link li a.messenger > i {
  border: none;
  font-size: 42px;
  padding: 0;
  background: none;
  color: #006c45;
}
@media only screen and (max-width: 48.06125rem) {
  .add-this.contact-link li a.messenger > i {
    font-size: 36px;
  }
}
.add-this.contact-link li a.messenger > svg {
  border: none;
  padding: 0;
}
.add-this.contact-link li a.messenger > img {
  display: block;
  width: 42px;
  height: auto;
}
.add-this.contact-link li a:hover {
  transition: 0.3s;
}
.add-this.contact-link li a:hover > svg, .add-this.contact-link li a:hover > i {
  background-color: #0F4631;
  color: #fff;
}
.add-this.contact-link li a:hover.messenger > i {
  background: none;
  color: #0F4631;
}

html {
  scroll-behavior: smooth;
}

/** fonts */
@font-face {
  font-family: "Yellowtail";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../img/Yellowtail.woff2?v=utz3biz") format("woff2"), url("../img/Yellowtail.ttf?v=utz3biz") format("truetype"), url("../fonts/Yellowtail/OTF/Yellowtail.otf?v=utz3biz") format("opentype");
}
@font-face {
  font-family: "HardwareRough";
  src: url("../img/iCielBCDDCHardwareRough-Compressed.woff2") format("woff2"), url("../../resources/fonts/HardwareRough/WOFF2/iCielBCDDCHardwareRough-Compressed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:is(.ajax-loading, .ajax-loader) {
  position: relative;
}
:is(.ajax-loading, .ajax-loader)::before {
  z-index: 99998;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
:is(.ajax-loading, .ajax-loader)::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #000000 #f3f3f3 #000000 #f3f3f3;
  border-radius: 50%;
  animation: spin 2.5s linear infinite;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  width: 30px;
  height: 30px;
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
body.ajax-loader {
  height: 100vh;
}
body.ajax-loader::after {
  top: calc(50vh - 0.9375rem);
}

body {
  overflow-x: hidden;
}

.sharing-toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sharing-toolbox {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 48.06125rem) {
  .sharing-toolbox {
    position: absolute;
    left: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sharing-toolbox {
    display: none;
  }
}
.sharing-toolbox .share-title {
  display: none;
}
.sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sharing-toolbox .social-share ul.share-actions {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  border: 1px solid #EDF2EE;
  border-radius: 50%;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  width: 2rem;
  height: 2rem;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: column;
  flex-wrap: nowrap;
}

.share-icon {
  display: block;
  padding: 0;
  position: relative;
}
.share-icon::before {
  content: "";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #606961;
  font-size: 16px;
}
.share-icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.share-icon.icon-print::before {
  content: "\f02f";
}
.share-icon.icon-facebook::before {
  content: "\f39e";
}
.share-icon.icon-x::before {
  content: "\e61b";
}
.share-icon.icon-whatsapp::before {
  content: "\f232";
}
.share-icon.icon-messenger::before {
  content: "\f39f";
}
.share-icon.icon-snapchat::before {
  content: "\f2ab";
}
.share-icon.icon-line::before {
  content: "\f3c0";
}
.share-icon.icon-viber::before {
  content: "\f409";
}
.share-icon.icon-skype::before {
  content: "\f17e";
}
.share-icon.icon-telegram::before {
  content: "\f2c6";
}
.share-icon.icon-linkedin::before {
  content: "\f0e1";
}
.share-icon.icon-quora::before {
  content: "\f2c4";
}
.share-icon.icon-mastodon::before {
  content: "\f4f6";
}
.share-icon.icon-reddit::before {
  content: "\f1a1";
}
.share-icon.icon-bluesky::before {
  content: "\e671";
}
.share-icon.icon-threads::before {
  content: "\e618";
}
.share-icon.icon-copy-link::before {
  content: "\f0c5";
}
.share-icon.icon-send-email::before {
  content: "\f0e0";
}
.share-icon.icon-web-share::before {
  content: "\f1e0";
}
.share-icon:hover {
  color: #0F4631;
}

.stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  display: inline-flex;
}
.stars-rating > ul {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  line-height: 22px;
}
.stars-rating > ul li::before {
  color: #fd7e14;
  display: block;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 5px;
}
.stars-rating > ul li.active::before {
  font-weight: 700;
}
.stars-rating > ul li.active ~ li::before {
  font-weight: 700;
}
.stars-rating > span {
  display: block;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0.03125rem;
  transition: 0.2s;
}
.stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
}
.stars-rating.clicked > span {
  width: 0 !important;
}
.stars-rating:not(.selected) ul:hover li:hover::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover li:hover ~ li::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover + span {
  width: 0 !important;
  transition: 0.1s;
}

.comment-form-rating p.stars {
  margin-bottom: 0;
}
.comment-form-rating p.stars > span {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.comment-form-rating p.stars > span > a {
  font-size: 0;
  width: auto;
  height: auto;
  text-indent: -999em;
}
.comment-form-rating p.stars > span > a::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f005";
  color: #fd7e14;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: static;
  width: auto;
  height: auto;
}
.comment-form-rating p.stars > span:hover > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars > span:hover > a:hover ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars.selected > span > a.active ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span:hover > a::before {
  font-weight: 700 !important;
}
.comment-form-rating p.stars.selected > span:hover > a:hover ~ a::before {
  font-weight: 300 !important;
}
.comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

/** reset */
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active ~ a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars a:hover ~ a::before {
  content: "\f005";
}

.loop-stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  display: inline-flex;
}
.loop-stars-rating::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 20px;
}
.loop-stars-rating > span {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.loop-stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 20px;
  display: block;
}

nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 28px;
  padding: 0;
  min-width: 28px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  border-radius: 50%;
}
nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li svg {
  height: 20px;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li.current,
nav.nav-pagination ul.pagination li .current {
  color: #fff;
  background-color: #0F4631;
}

:is(span, label) > a {
  color: #0F4631;
}
:is(span, label) > a:hover {
  color: #0F4631;
  text-decoration: underline;
}

.form-error {
  display: none;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #ff0000;
}
.form-error.is-visible {
  display: block;
}

.is-invalid-input ~ .form-error[id] {
  display: block;
}

.simplebar-scrollable-y {
  padding-right: 12px;
}

.simplebar-track.simplebar-vertical {
  width: 10px;
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
}

.simplebar-scrollbar:before {
  background-color: #cccccc;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.back-to-top {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 2px;
  bottom: 120px;
  flex-direction: column;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 48.06125rem) {
  .back-to-top {
    bottom: 110px;
    right: -10px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #0F4631;
}
.back-to-top > svg {
  width: 1.75rem;
  height: 1.75rem;
}
.back-to-top:hover {
  border-color: #0F4631;
}
.back-to-top:hover > svg {
  color: #0F4631;
}
.back-to-top:hover .text {
  color: #0F4631;
}
.back-to-top img {
  margin-bottom: 15px;
}
.back-to-top img {
  width: 2.625rem;
  height: 2.625rem;
}
.back-to-top .text {
  color: #006c45;
  font-weight: 700;
  transform: rotate(270deg);
  text-transform: capitalize;
}
.back-to-top .text {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .back-to-top .text {
    font-size: 0.9375rem;
  }
}

.menu .active > a {
  background: none;
}
.menu .sub-menu:not(.is-dropdown-submenu) {
  display: none;
}

.off-canvas.is-transition-overlap {
  z-index: 999999;
}

.js-off-canvas-overlay.is-overlay-fixed {
  background: rgba(0, 0, 0, 0.4);
}

.off-canvas-content .menu-lines {
  transition: 0.3s;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.off-canvas-content .menu-lines {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 48.06125rem) {
  .off-canvas-content .menu-lines {
    padding-left: 0;
  }
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}
@media only screen and (max-width: 48.06125rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}
.off-canvas-content .menu-lines .line {
  justify-content: space-between;
}
.off-canvas-content .menu-lines .line {
  width: 1.875rem;
  height: 1.25rem;
}
.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  right: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #0F4631;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #0F4631;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: #fff;
}
@media only screen and (max-width: 48.06125rem) {
  .off-canvas {
    background-image: url("../img/bg-menu-mb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-lines {
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: translateZ(3px);
  padding: 0;
  color: #0F4631;
  border-radius: 50%;
  overflow: hidden;
}
.off-canvas .menu-lines {
  width: 1.75rem;
  height: 1.75rem;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0) translateZ(3px);
}
.off-canvas .title-bar-title {
  font-weight: 500;
  position: relative;
  top: 15px;
  z-index: 9999;
  left: 15px;
  transform: translateZ(3px);
  max-width: 100px;
  height: auto;
}
.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: auto;
  width: 100%;
}
.off-canvas .title-bar-title > a > img + span {
  display: none;
}
.off-canvas .title-bar-title > a > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.off-canvas .menu-heading-outer {
  padding: 12px;
}
.off-canvas .menu-outer {
  position: relative;
  padding-top: 30px;
}
.off-canvas .menu-outer .inline-search {
  display: none;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  background: none;
  left: 2px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: center;
  margin-bottom: 15px;
}
.off-canvas ul.vertical.menu li a {
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
}
.off-canvas ul.vertical.menu li ul.sub-menu li {
  margin-bottom: 0 !important;
}
.off-canvas ul.vertical.menu li ul.sub-menu li a {
  font-size: 16px !important;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  right: -30px;
}
.off-canvas .menu.social-menu {
  justify-content: center;
  margin-bottom: 30px;
}
.off-canvas .menu.social-menu li {
  margin-right: 15px;
}
.off-canvas .menu.social-menu li:last-child {
  margin-right: 0;
}
.off-canvas .menu.social-menu li a {
  padding: 0;
  border-radius: 50%;
  background-color: #BCBEC0;
}
.off-canvas .menu.social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.off-canvas .menu.social-menu li a {
  width: 2.5rem;
  height: 2.5rem;
}
.off-canvas .menu.social-menu li a:hover {
  background-color: #006c45;
}
.off-canvas .menu.social-menu li a i {
  font-size: 20px;
  color: #ffffff;
}
.off-canvas .menu.social-menu li a.zalo svg, .off-canvas .menu.social-menu li a.zalo path {
  fill: #ffffff;
}
.off-canvas .menu.social-menu li a.zalo svg {
  width: 80%;
}
.off-canvas .widget_polylang {
  text-align: center;
}
.off-canvas .widget_polylang select {
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 16px;
  border-radius: 50px;
  padding: 6px 13px;
  border: 0.7px solid #707070;
}
.off-canvas.is-transition-overlap {
  z-index: 1000001 !important;
}
.off-canvas.is-transition-overlap.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap.is-open {
  visibility: visible;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

.off-canvas.position-left {
  width: 100%;
  transform: translateX(-100%);
}
.off-canvas.position-left.is-open {
  transform: translate(0) translateZ(3px);
}

.off-canvas.position-right {
  width: 320px;
  transform: translateX(320px);
}

.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 769px;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 82.5rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1320px;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 25px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

/** other */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.tabs-panel {
  display: none;
}
.tabs-panel.active {
  display: block;
}

.section-padding {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-padding {
    padding-top: 3.125rem;
  }
}
.section-padding {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-padding {
    padding-bottom: 3.125rem;
  }
}

.heading-title {
  color: #404040;
}

.heading-custom {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.heading-custom .heading-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.heading-custom .divider {
  width: 380px;
  margin: 0 auto;
}
@media only screen and (max-width: 39.99875rem) {
  .heading-custom .divider {
    width: 300px;
  }
}
.heading-custom .divider::before, .heading-custom .divider::after {
  content: "";
  height: 2px;
  width: 182px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  z-index: -1;
}
.heading-custom .divider::before {
  left: 0;
}
.heading-custom .divider::after {
  right: 0;
}
.heading-custom .divider .square {
  border: 3px solid #0F4631;
  position: relative;
  transform: rotate(45deg);
  margin: 0 auto;
}
.heading-custom .divider .square {
  width: 0.9375rem;
  height: 0.9375rem;
}

.section-breadcrumb {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb {
    padding-top: 1.875rem;
  }
}
.section-breadcrumb .breadcrumb-title {
  display: none;
}
.section-breadcrumb .wrapper {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.section-breadcrumb #breadcrumbs {
  padding: 10px 15px;
  margin: 0;
  display: flex;
  list-style-type: none;
}
@media only screen and (max-width: 48.06125rem) {
  .section-breadcrumb #breadcrumbs {
    font-size: 13px;
    flex-wrap: wrap;
  }
}
.section-breadcrumb #breadcrumbs li:not(:first-child)::before {
  content: ">";
  font-size: 14px;
  margin: 0 10px;
  color: #1C1C1C;
}
@media only screen and (max-width: 48.06125rem) {
  .section-breadcrumb #breadcrumbs li:not(:first-child)::before {
    font-size: 10px;
    margin: 0 5px;
  }
}
.section-breadcrumb #breadcrumbs li.current {
  font-weight: 600;
}
.section-breadcrumb #breadcrumbs li .home {
  font-weight: 400;
}

.page-description h2, .woocommerce-Tabs-panel h2,
.archive-post .excerpt h2, .single-post .content h2 {
  font-size: 21px;
}
.page-description h3, .woocommerce-Tabs-panel h3,
.archive-post .excerpt h3, .single-post .content h3 {
  font-size: 19px;
  line-height: normal;
}
.page-description h4, .woocommerce-Tabs-panel h4,
.archive-post .excerpt h4, .single-post .content h4 {
  line-height: normal;
  font-size: 17px;
}
.page-description h5, .woocommerce-Tabs-panel h5,
.archive-post .excerpt h5, .single-post .content h5 {
  line-height: normal;
  font-size: 16px;
}
.page-description a, .woocommerce-Tabs-panel a,
.archive-post .excerpt a, .single-post .content a {
  font-weight: 600;
  color: #0F4631;
}

body.archive.category #site-content, body.archive.post-type-archive #site-content,
body.single-recruitment #site-content, body.error404 #site-content {
  background-color: #F5FEFF;
}

body.archive.post-type-archive.post-type-archive-product #site-content {
  background-color: #ffffff;
}

.archive-post .heading-title {
  text-transform: uppercase;
  color: #0F4631;
}
.archive-post .heading-title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  .archive-post .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .heading-title {
    font-size: 2.1875rem;
  }
}
.archive-post .heading-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .archive-post .heading-title {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .heading-title {
    margin-bottom: 3.75rem;
  }
}
.archive-post .archive-grid {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-grid {
    margin-bottom: 3.125rem;
  }
}
.archive-post .archive-grid .col {
  width: 50%;
}
@media only screen and (max-width: 48.06125rem) {
  .archive-post .archive-grid .col {
    width: 100%;
  }
}
.archive-post .archive-grid .col .item {
  position: relative;
}
.archive-post .archive-grid .col .item .cover {
  height: 100%;
  border-radius: 20px;
}
.archive-post .archive-grid .col .item .content .title {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
  color: #006c45;
}
.archive-post .archive-grid .col .item .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .archive-post .archive-grid .col .item .content .title {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-grid .col .item .content .title {
    font-size: 1.125rem;
  }
}
.archive-post .archive-grid .col .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archive-post .archive-grid .col .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-post .archive-grid .col .item .content .title a:hover {
  color: #0F4631;
}
.archive-post .archive-grid .col .item .content .excerpt {
  font-weight: 500;
  line-height: 1.4;
}
.archive-post .archive-grid .col .item .content .excerpt {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .archive-post .archive-grid .col .item .content .excerpt {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-grid .col .item .content .excerpt {
    font-size: 1rem;
  }
}
.archive-post .archive-grid .col .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .archive-post .archive-grid .col .item .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-post .archive-grid .col.col-left {
  padding-right: 15px;
}
.archive-post .archive-grid .col.col-left .item {
  width: 100%;
}
.archive-post .archive-grid .col.col-left .item:hover .content .title a {
  color: #006c45;
}
.archive-post .archive-grid .col.col-left .item .content {
  position: absolute;
  width: calc(100% - 20px);
  height: 40%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0), #090a0a);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 48.06125rem) {
  .archive-post .archive-grid .col.col-left .item .content {
    width: 100%;
    height: 90%;
  }
}
.archive-post .archive-grid .col.col-left .item .content .title {
  color: #ffffff;
}
.archive-post .archive-grid .col.col-right {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 48.06125rem) {
  .archive-post .archive-grid .col.col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.archive-post .archive-grid .col.col-right .item {
  display: flex;
}
.archive-post .archive-grid .col.col-right .item {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-grid .col.col-right .item {
    margin-bottom: 0.9375rem;
  }
}
.archive-post .archive-grid .col.col-right .item:last-child {
  margin-bottom: 0;
}
.archive-post .archive-grid .col.col-right .item .cover {
  width: 7.5rem;
  height: 7.5rem;
}
.archive-post .archive-grid .col.col-right .item .cover .scale {
  aspect-ratio: 1/1;
}
.archive-post .archive-grid .col.col-right .item .content {
  padding-left: 20px;
  width: calc(100% - 120px);
}
.archive-post .archive-list {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .archive-post .archive-list {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list {
    padding-bottom: 3.75rem;
  }
}
.archive-post .archive-list .cell {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .archive-post .archive-list .cell {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .cell {
    margin-bottom: 1.875rem;
  }
}
.archive-post .archive-list .cell:last-child {
  margin-bottom: 0;
}
.archive-post .archive-list .cell .item {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 48.06125rem) {
  .archive-post .archive-list .cell .item {
    flex-wrap: wrap;
  }
}
.archive-post .archive-list .cell .item .cover {
  width: 340px;
  border-radius: 20px;
}
@media only screen and (max-width: 48.06125rem) {
  .archive-post .archive-list .cell .item .cover {
    width: 120px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .archive-list .cell .item .cover {
    width: 100%;
  }
}
.archive-post .archive-list .cell .item .content {
  width: calc(100% - 340px);
  padding: 0 30px;
}
@media only screen and (max-width: 48.06125rem) {
  .archive-post .archive-list .cell .item .content {
    width: calc(100% - 120px);
    padding: 0 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .archive-list .cell .item .content {
    width: 100%;
    padding: 15px;
  }
}
.archive-post .archive-list .cell .item .content .post-date {
  font-size: 12px;
}
.archive-post .archive-list .cell .item .content .title {
  color: #006c45;
  line-height: normal;
}
.archive-post .archive-list .cell .item .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .cell .item .content .title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .archive-post .archive-list .cell .item .content .title {
    margin-bottom: 5px;
  }
}
.archive-post .archive-list .cell .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archive-post .archive-list .cell .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-post .archive-list .cell .item .content .title a:hover {
  color: #0F4631;
}
.archive-post .archive-list .cell .item .content .excerpt {
  font-weight: 500;
  line-height: 1.4;
}
.archive-post .archive-list .cell .item .content .excerpt {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .cell .item .content .excerpt {
    font-size: 1rem;
  }
}
.archive-post .archive-list .cell .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .archive-post .archive-list .cell .item .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-post .nav-pagination .pagination li {
  border: 1px solid #ddd;
  border-radius: 3px;
}

body.single.single-post .section-page {
  margin: 0;
}
body.single.single-post .section-page .img-banner {
  width: 100%;
}
body.single.single-post #site-content {
  background-color: #f2f2f2;
}
body.single.single-post #site-content .content {
  background-color: #ffffff;
  margin: -200px auto 0;
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 100px;
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content {
    padding: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  body.single.single-post #site-content .content {
    padding: 30px 15px;
  }
}
body.single.single-post #site-content .content .name-cat {
  gap: 5px;
}
body.single.single-post #site-content .content .name-cat .cat-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0F4631;
}
body.single.single-post #site-content .content .heading-title {
  line-height: normal;
  text-transform: none;
  color: #606060;
}
body.single.single-post #site-content .content .heading-title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  body.single.single-post #site-content .content .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single.single-post #site-content .content .heading-title {
    font-size: 2.5rem;
  }
}
body.single.single-post #site-content .content .meta {
  display: flex;
  align-items: center;
  padding: 5px 0 20px;
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content .meta {
    padding: 5px 0 15px;
  }
}
body.single.single-post #site-content .content .meta > div {
  color: #828C83;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-right: 10px;
  margin-right: 10px;
}
body.single.single-post #site-content .content .meta > div:last-child {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
body.single.single-post #site-content .content .meta > div i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #101210;
}
body.single.single-post #site-content .content .meta > div i {
  width: 1rem;
  height: 1rem;
}
body.single.single-post #site-content .content .meta ._author {
  text-transform: capitalize;
  position: relative;
}
body.single.single-post #site-content .content .meta ._author::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #E0E0E0;
  right: -3px;
}
body.single.single-post #site-content .content .meta ._author::after {
  width: 0.375rem;
  height: 0.375rem;
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content .meta ._date {
    border-right: unset;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content .meta ._time {
    display: none;
  }
}
body.single.single-post #site-content .content .content-fix {
  padding: 40px 0;
  text-align: center;
  font-weight: 500;
}
body.single.single-post #site-content .content .content-fix .widget_text strong {
  color: #0F4631;
}
body.single.single-post #site-content .content .content-fix .widget_text strong {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48.0625rem) {
  body.single.single-post #site-content .content .content-fix .widget_text strong {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single.single-post #site-content .content .content-fix .widget_text strong {
    font-size: 1.5rem;
  }
}
body.single.single-post #site-content .content .content-fix .widget_text a {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single.single-post #site-content .content .content-fix .widget_text a {
    font-size: 1.25rem;
  }
}
body.single.single-post #site-content .content .content-fix .group-btn {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content .content-fix .group-btn {
    flex-wrap: wrap;
  }
}
body.single.single-post #site-content .content .content-fix .group-btn .btn {
  height: 58px;
  background-color: #0F4631;
  color: #ffffff;
  font-weight: 700;
  border-radius: 30px;
  width: 26%;
}
body.single.single-post #site-content .content .content-fix .group-btn .btn {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  body.single.single-post #site-content .content .content-fix .group-btn .btn {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single.single-post #site-content .content .content-fix .group-btn .btn {
    font-size: 1.1875rem;
  }
}
body.single.single-post #site-content .content .content-fix .group-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content .content-fix .group-btn .btn {
    width: 33%;
  }
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content .content-fix .group-btn .btn {
    width: 80%;
  }
}
body.single.single-post #site-content .content .content-fix .group-btn .btn:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #0F4631;
}
body.single.single-post #site-content .content .content-fix .group-btn .btn:hover span {
  border-color: #0F4631;
}
body.single.single-post #site-content .content .content-fix .group-btn .btn span {
  position: relative;
  height: 50px;
  width: calc(100% - 8px);
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 24px;
}
body.single.single-post #site-content .content .content-fix .group-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content .content-fix .group-btn .btn span {
    line-height: normal;
  }
}
body.single.single-post #site-content .content .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post #site-content .content .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
body.single.single-post #site-content .content .hashtags .hashtag-links i {
  color: #006c45;
  margin-right: 15px;
  font-style: normal;
}
body.single.single-post #site-content .content .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  color: #2A3645;
  line-height: 21px;
  font-weight: 500;
  position: relative;
  border-radius: 50px;
  border: 1px solid #cfcfcf;
}
body.single.single-post #site-content .content .hashtags .hashtag-links a {
  font-size: 0.875rem;
}
body.single.single-post #site-content .content .hashtags .hashtag-links a::before {
  content: "#";
}
body.single.single-post #site-content .content .hashtags .hashtag-links a:hover {
  background: #0F4631;
  color: #ffffff;
}
body.single.single-post .section-page {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  body.single.single-post .section-page {
    padding-bottom: 3.75rem;
  }
}
body.single.single-post .section-related-post .container {
  padding-left: 0;
  padding-right: 0;
}
body.single.single-post .section-related-post .swiper-container .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
body.single.single-post .section-related-post .swiper-container .swiper-slide .content {
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
}
body.single.single-post .section-related-post .swiper-container .swiper-slide .content .title a {
  color: #000000;
}
body.single.single-post .section-related-post .swiper-container .swiper-slide .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  body.single.single-post .section-related-post .swiper-container .swiper-slide .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
body.single.single-post .section-related-post .swiper-container .swiper-slide .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  body.single.single-post .section-related-post .swiper-container .swiper-slide .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: -12px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  body.single.single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: -12px;
  }
}

.archive-recruitment .heading-title {
  color: #0F4631;
  text-transform: uppercase;
}
.archive-recruitment .heading-title {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .archive-recruitment .heading-title {
    margin-top: 3.125rem;
  }
}
.archive-recruitment .heading-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-recruitment .heading-title {
    margin-bottom: 1.875rem;
  }
}
.archive-recruitment .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48.0625rem) {
  .archive-recruitment .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-recruitment .heading-title {
    font-size: 2.125rem;
  }
}
.archive-recruitment .posts-list .cell {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 0.7px dashed #000000;
  padding: 25px;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-recruitment .posts-list .cell {
    padding: 20px 15px;
  }
}
.archive-recruitment .posts-list .cell .top .title {
  font-size: 18px;
  color: #1C1C1C;
  line-height: 1.3;
  margin-bottom: 10px;
}
.archive-recruitment .posts-list .cell .top .title:hover a {
  color: #0F4631;
}
.archive-recruitment .posts-list .cell .bottom {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-recruitment .posts-list .cell .bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.archive-recruitment .posts-list .cell .bottom .item {
  color: #000000;
}
.archive-recruitment .posts-list .cell .bottom .item .main-txt {
  padding-left: 5px;
  font-weight: 600;
}
.archive-recruitment .posts-list .cell .bottom .item.btn-seemore {
  font-weight: 600;
}
.archive-recruitment .posts-list .cell .bottom .item.btn-seemore:hover {
  color: #0F4631;
}
.archive-recruitment .posts-list .cell .bottom .item.btn-seemore img {
  width: 14px;
}

.single-recruitment .section-single .cell {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 0.7px dashed #000000;
  padding: 25px;
}
@media only screen and (max-width: 39.99875rem) {
  .single-recruitment .section-single .cell {
    padding: 20px 15px;
  }
}
.single-recruitment .section-single .cell .wrapper {
  margin-bottom: 30px;
}
.single-recruitment .section-single .cell .wrapper:last-child {
  margin-bottom: 0;
}
.single-recruitment .section-single .cell .top .title {
  font-size: 18px;
  color: #1C1C1C;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
}
.single-recruitment .section-single .cell .top .title:hover a {
  color: #0F4631;
}
.single-recruitment .section-single .cell .bottom {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 39.99875rem) {
  .single-recruitment .section-single .cell .bottom {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.single-recruitment .section-single .cell .bottom .item {
  color: #000000;
}
.single-recruitment .section-single .cell .bottom .item .main-txt {
  padding-left: 5px;
  font-weight: 600;
}
.single-recruitment .section-single .cell .bottom .item.btn-apply {
  height: 44px;
  font-weight: 600;
  background-color: #BE2025;
  color: #ffffff;
  border-radius: 100px;
  padding: 0 24px;
}
.single-recruitment .section-single .cell .bottom .item.btn-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-recruitment .section-single .cell .bottom .item.btn-apply:hover {
  background-color: #db0c13;
}
.single-recruitment .section-single .cell.cell-info .top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  line-height: normal;
}
.single-recruitment .section-single .cell.cell-info .top .title {
  margin-right: 5px;
  margin-bottom: 0;
}

.section-page {
  margin: 30px auto;
}
.section-page {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .section-page {
    padding-bottom: 3.75rem;
  }
}

@media only screen and (max-width: 48.06125rem) {
  #site-content {
    overflow-x: hidden;
  }
}

.page-about-us .banner-page-about img {
  width: 100%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .banner-page-about img {
    min-height: 480px;
    object-fit: cover;
  }
}
.page-about-us .banner-page-about .title {
  position: absolute;
  background: rgba(255, 255, 255, 0.2705882353);
  bottom: 80px;
  width: 100%;
  text-align: right;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-about-us .banner-page-about .title {
  font-size: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .banner-page-about .title {
    font-size: 3.4375rem;
  }
}
.page-about-us .banner-page-about .title {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .banner-page-about .title {
    padding-top: 2.5rem;
  }
}
.page-about-us .banner-page-about .title {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .banner-page-about .title {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .banner-page-about .title {
    bottom: 0px;
    text-align: center;
  }
}
.page-about-us .banner-page-about .title span {
  display: block;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3019607843);
  background: linear-gradient(360deg, #005028 20.66%, #8dc63f 77.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 3px #ffffff;
  text-stroke: 3px #ffffff;
  line-height: 1;
  font-weight: 900;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.page-about-us .banner-page-about .title span {
  font-size: 2.5rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-about-us .banner-page-about .title span {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .banner-page-about .title span {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .banner-page-about .title span {
    -webkit-text-stroke: 2px #ffffff;
    text-stroke: 2px #ffffff;
    line-height: 1.2;
  }
}
.page-about-us .sc-about-content {
  overflow: hidden;
}
.page-about-us .sc-about-content {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-content {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-content {
    padding-bottom: 0;
  }
}
.page-about-us .sc-about-content .wrapper {
  margin-top: 0;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-content .wrapper {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-content .wrapper {
    flex-direction: column-reverse;
  }
}
.page-about-us .sc-about-content .wrapper .col-img {
  width: 55%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-content .wrapper .col-img {
    width: 100%;
    margin-top: 30px;
  }
}
.page-about-us .sc-about-content .wrapper .col-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-content .wrapper .col-img img {
    transform: scale(1.1);
    border-radius: 0;
  }
}
.page-about-us .sc-about-content .wrapper .col-content {
  width: 45%;
  font-weight: 500;
  line-height: 1.6;
}
.page-about-us .sc-about-content .wrapper .col-content {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-content .wrapper .col-content {
    padding-left: 3.75rem;
  }
}
.page-about-us .sc-about-content .wrapper .col-content {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-content .wrapper .col-content {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-content .wrapper .col-content {
    padding-top: 30px;
    width: 100%;
  }
}
.page-about-us .sc-about-content .img-circle-bot {
  z-index: -1;
  right: -100px;
  bottom: -100px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-content .img-circle-bot {
    display: none;
  }
}
.page-about-us .sc-about-content .img-circle-top {
  z-index: -1;
  top: -50px;
  right: 0;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-content .img-circle-top {
    display: none;
  }
}
.page-about-us .sc-about-content .img-circle-left {
  z-index: -1;
  top: 50%;
  left: -50px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-content .img-circle-left {
    display: none;
  }
}
.page-about-us .sc-about-develop .container-title {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .container-title {
    top: 30px;
  }
}
.page-about-us .sc-about-develop .container-title .heading-group .heading-title {
  color: #ffffff;
}
.page-about-us .sc-about-develop .container-title .heading-group .heading-title {
  font-size: 2.125rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-about-us .sc-about-develop .container-title .heading-group .heading-title {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .container-title .heading-group .heading-title {
    font-size: 4.5rem;
  }
}
.page-about-us .sc-about-develop .container-title .heading-group .heading-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .page-about-us .sc-about-develop .container-title .heading-group .heading-title {
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .container-title .heading-group .heading-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .container-title .heading-group .heading-title {
    margin-top: 0;
  }
}
.page-about-us .sc-about-develop .container-title .heading-group img.wave {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.page-about-us .sc-about-develop .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .bg img.img-pc {
    display: none;
  }
}
.page-about-us .sc-about-develop .bg img.img-mb {
  display: none;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .bg img.img-mb {
    display: block;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop {
    padding-bottom: 80%;
  }
}
.page-about-us .sc-about-develop .main-develop .container {
  position: absolute;
  width: 100%;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    padding-top: 90%;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 82.5rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 96rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper {
    grid-template-columns: repeat(1, 1fr);
    transform: translateY(-10%);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper::before, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper::before {
  content: "";
  background-image: url("../img/bg-vision-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 650px;
  height: 550px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper::before, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper::before {
    width: calc(100% - 12px);
    height: 350px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper::before, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper::before {
    width: 100%;
    height: 350px;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner img, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner img {
  width: 100%;
  transform: translate(-5px, -135px) rotate(5deg);
}
@media only screen and (min-width: 82.5rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner img, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner img {
    transform: translate(-20px, -125px) rotate(5deg);
  }
}
@media only screen and (min-width: 96rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner img, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner img {
    transform: translate(-5px, -135px) rotate(5deg);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner img, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner img {
    width: 85%;
    transform: translate(15px, -110px) rotate(8deg);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner img, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner img {
    transform: translate(15px, -65px) rotate(8deg) scale(1.2);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner .content, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
  text-align: center;
  color: #231F20;
  font-weight: 500;
  width: 450px;
  margin: 0 auto;
  transform: translate(26px, -138px);
  line-height: 30px;
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner .content, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner .content, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner .content, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner .content, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
    width: 70%;
    line-height: 1.3;
    font-size: 14px;
    transform: translate(0px, -74px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner .content, .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
    width: 75%;
    transform: translate(18px, -70px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about {
  transform: translateY(160px);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about {
    margin-top: 35%;
    transform: translateY(0px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper::before {
  background-image: url("../img/bg-vision-2.webp");
  transform: scaleX(-1);
  width: 620px;
  height: 480px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper::before {
    width: calc(100% - 12px);
    height: 350px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper::before {
    width: 100%;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner img {
  transform: translate(-10px, -130px) scale(1);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner img {
    transform: translate(15px, -75px) rotate(355deg) scale(1);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner img {
    transform: translate(0px, -60px) rotate(355deg) scale(1.2);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
  width: 430px;
  transform: translate(15px, -160px);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
    width: 70%;
    transform: translate(-20px, -65px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
    width: 80%;
    transform: translate(-10px, -50px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .img-title {
  text-align: center;
  margin-top: -12%;
  margin-bottom: -13%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .img-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .img-title img {
  width: 100%;
}
@media only screen and (min-width: 82.5rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .img-title img {
    width: 60%;
  }
}
@media only screen and (min-width: 96rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .img-title img {
    width: 100%;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .img-title img {
    transform: scale(1.8);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core {
  list-style-type: none;
  padding: 0;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 62%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core {
    max-width: 100%;
    gap: 10px;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item {
  background-size: contain;
  position: relative;
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item::before {
  content: "";
  background-image: url("../img/cl-trai-tren.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 160px;
  height: 120px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item::before {
    width: 130px;
    height: 100px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item::before {
    width: 110px;
    height: 80px;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:first-child {
  transform: translateX(50px);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:first-child {
    transform: translateX(20px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:first-child {
    transform: translateX(15px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:first-child::before {
    transform: translateX(12px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:first-child .content {
    transform: translate(9px, -4px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(2)::before {
  content: "";
  background-image: url("../img/cl-trai-duoi.png");
  width: 140px;
  height: 110px;
  transform: translate(10px, 120px);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(2)::before {
    width: 110px;
    height: 80px;
    transform: translate(5px, 100px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(2)::before {
    width: 100px;
    height: 70px;
    transform: translate(5px, 100px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(2) .content {
  transform: translate(9px, 117px);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(2) .content {
    transform: translate(2px, 98px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(2) .content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(2) .content .title {
    font-size: 16px;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3)::before {
  content: "";
  background-image: url("../img/cl-giua.png");
  width: 200px;
  height: 160px;
}
@media only screen and (min-width: 82.5rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3)::before {
    transform: translate(10px, 50px);
  }
}
@media only screen and (min-width: 96rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3)::before {
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3)::before {
    width: 140px;
    height: 120px;
    transform: translateX(6px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3)::before {
    width: 130px;
    height: 100px;
    transform: translateX(10px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content {
  transform: translate(0px, -10px);
}
@media only screen and (min-width: 82.5rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content {
    transform: translate(10px, 35px);
  }
}
@media only screen and (min-width: 96rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content {
    transform: translate(0px, -10px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content {
    transform: translate(5px, -10px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content {
    transform: translate(7px, -10px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content .title {
    font-size: 1.625rem;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(4)::before {
  content: "";
  background-image: url("../img/cl-phai-duoi.png");
  width: 140px;
  height: 105px;
  transform: translate(10px, 120px);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(4)::before {
    width: 120px;
    height: 80px;
    transform: translate(-10px, 100px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(4) .content {
  transform: translate(8px, 114px);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(4) .content {
    transform: translate(-20px, 95px);
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5) {
  background-repeat: no-repeat;
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5)::before {
  content: "";
  background-image: url("../img/cl-phai-tren.png");
  width: 160px;
  height: 122px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5)::before {
    width: 110px;
    height: 80px;
    transform: translateX(-40px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5)::before {
    width: 130px;
    height: 75px;
    transform: translateX(-5%);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5) .content {
    transform: translate(-44px, -5px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5) .content {
    transform: translate(-23px, -5px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5) .content .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5) .content .title {
    font-size: 13px;
  }
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item .content {
  position: relative;
  text-align: center;
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item .content .title {
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.83);
}
.page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item .content .title {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item .content .title {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item .content .title {
    font-size: 1.3125rem;
  }
}
.page-about-us .sc-about-develop .slogan-about {
  position: absolute;
  bottom: 30%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  line-height: normal;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2509803922);
  color: #ffffff;
  font-weight: 700;
}
.page-about-us .sc-about-develop .slogan-about {
  font-size: 1.6875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-about-us .sc-about-develop .slogan-about {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .slogan-about {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-develop .slogan-about {
    bottom: 100px;
  }
}
.page-about-us .sc-about-network {
  display: none;
}
.page-about-us .sc-about-process {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process {
    padding-top: 5rem;
  }
}
.page-about-us .sc-about-process {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process {
    padding-bottom: 5rem;
  }
}
.page-about-us .sc-about-process .wrapper .item {
  padding: 25px 0;
}
.page-about-us .sc-about-process .wrapper .item {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item {
    margin-bottom: 3.75rem;
  }
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n+1) {
  background-color: rgba(146, 200, 74, 0.8);
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n+1) .col-left .heading-title {
  text-align: right;
  color: #004631;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item:nth-child(2n+1) .col-left .heading-title {
    text-align: center;
  }
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n+1) .col-left .content {
  text-align: right;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item:nth-child(2n+1) .col-left .content {
    text-align: center;
  }
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) {
  background-color: rgba(246, 146, 30, 0.7490196078);
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container {
  flex-direction: row-reverse;
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container .col-left {
  padding-right: 0;
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container .col-left {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container .col-left {
    padding-left: 1.875rem;
  }
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container .col-left .content {
  color: #ffffff;
}
.page-about-us .sc-about-process .wrapper .item:last-child {
  margin-bottom: 0;
}
.page-about-us .sc-about-process .wrapper .item .col-left {
  width: 70%;
}
.page-about-us .sc-about-process .wrapper .item .col-left {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left {
    width: 100%;
  }
}
.page-about-us .sc-about-process .wrapper .item .col-left .heading-title {
  line-height: 1;
  font-family: "Yellowtail", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  color: #BE1E2D;
  font-weight: 400;
}
.page-about-us .sc-about-process .wrapper .item .col-left .heading-title {
  font-size: 2.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left .heading-title {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left .heading-title {
    text-align: center;
  }
}
.page-about-us .sc-about-process .wrapper .item .col-left .img-mb {
  display: none;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left .img-mb {
    display: block;
  }
  .page-about-us .sc-about-process .wrapper .item .col-left .img-mb img {
    width: 100%;
  }
}
.page-about-us .sc-about-process .wrapper .item .col-left .content {
  margin-top: 10px;
  font-weight: 500;
  color: #114930;
  line-height: 1.5;
}
.page-about-us .sc-about-process .wrapper .item .col-left .content {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left .content {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left .content {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left .content {
    text-align: center;
  }
}
.page-about-us .sc-about-process .wrapper .item .col-right {
  width: 30%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item .col-right {
    width: 100%;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item .col-right .img-product {
    display: none;
  }
}
.page-about-us .sc-about-process .wrapper .item .col-right .img-product img {
  width: 100%;
  transform: translateY(20px) scale(1.1);
}
@media only screen and (max-width: 48.06125rem) {
  .page-about-us .sc-about-process .wrapper .item .col-right .img-product img {
    transform: translateY(0) scale(1);
  }
}

.sc-about-network {
  background: linear-gradient(180deg, #F1F2F0 29.81%, #E1EDDF 100%);
}
.sc-about-network .heading-group .heading-title {
  color: #004631;
}
.sc-about-network .desc {
  text-align: center;
  color: #231F20;
  margin-bottom: 30px;
}
.sc-about-network .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .sc-about-network .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-about-network .desc {
    font-size: 1.25rem;
  }
}
.sc-about-network .img img {
  width: 100%;
}

.page-contact-us .contact-banner {
  min-height: 550px;
  max-height: 670px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-banner {
    min-height: 350px;
    max-height: 500px;
  }
}
.page-contact-us .contact-banner .img-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-contact-us .contact-banner .img-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contact-us .contact-banner .content {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-banner .content {
    width: 80%;
    top: 50%;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-banner .content {
    width: 95%;
  }
}
.page-contact-us .contact-banner .content .heading-title {
  line-height: 1.3;
  text-shadow: 1.5px 2.5px 3px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.page-contact-us .contact-banner .content .heading-title {
  font-size: 1.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-contact-us .contact-banner .content .heading-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-banner .content .heading-title {
    font-size: 3.75rem;
  }
}
.page-contact-us .contact-banner .content .desc {
  font-weight: 400;
}
.page-contact-us .contact-banner .content .desc {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-banner .content .desc {
    margin-bottom: 1.875rem;
  }
}
.page-contact-us .contact-lists {
  padding: 100px 0;
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-lists {
    padding: 40px 0;
  }
}
.page-contact-us .contact-lists .heading-title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-contact-us .contact-lists .heading-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-lists .heading-title {
    font-size: 2.625rem;
  }
}
.page-contact-us .contact-lists .heading-title span {
  color: #006c45;
}
.page-contact-us .contact-lists .wrapper {
  list-style-type: none;
  padding: 0;
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-lists .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-lists .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.page-contact-us .contact-lists .wrapper .item {
  text-align: center;
}
.page-contact-us .contact-lists .wrapper .item .img {
  margin: 0 auto 20px;
}
.page-contact-us .contact-lists .wrapper .item .img img {
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-lists .wrapper .item .img img {
    width: 80%;
    margin: 0 auto;
  }
}
.page-contact-us .contact-lists .wrapper .item .title {
  color: #404040;
  font-weight: 700;
  padding: 0 30px;
}
.page-contact-us .contact-lists .wrapper .item .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-contact-us .contact-lists .wrapper .item .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-lists .wrapper .item .title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-lists .wrapper .item .title {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-lists .wrapper .item .title {
    padding: 0;
  }
}
.page-contact-us .contact-form {
  background-size: cover;
  padding: 100px 0;
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-form {
    padding: 40px 0;
  }
}
.page-contact-us .contact-form .container .cell {
  flex: 0 0 50%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-form .container .cell {
    flex: 0 0 100%;
  }
}
.page-contact-us .contact-form .container .cell.cell-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.page-contact-us .contact-form .container .cell.cell-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-form .container .cell.cell-content {
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-form .container .cell.cell-content {
    margin-bottom: 30px;
  }
}
.page-contact-us .contact-form .container .cell.cell-content .heading-title {
  color: #0F4631;
  transform: translateY(-22px);
}
.page-contact-us .contact-form .container .cell.cell-content .heading-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-form .container .cell.cell-content .heading-title {
    margin-bottom: 0.3125rem;
  }
}
.page-contact-us .contact-form .container .cell.cell-content .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-contact-us .contact-form .container .cell.cell-content .heading-title {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-form .container .cell.cell-content .heading-title {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-form .container .cell.cell-content .heading-title {
    transform: translateY(0);
  }
}
.page-contact-us .contact-form .container .cell.cell-content .heading-title span {
  display: block;
  font-family: "Yellowtail", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 400;
  color: #404040;
}
.page-contact-us .contact-form .container .cell.cell-content .heading-title span {
  font-size: 1.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-contact-us .contact-form .container .cell.cell-content .heading-title span {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-form .container .cell.cell-content .heading-title span {
    font-size: 2.5rem;
  }
}
.page-contact-us .contact-form .container .cell.cell-content .desc {
  margin-bottom: 30px;
}
.page-contact-us .contact-form .container .cell.cell-content .content {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content {
    gap: 15px;
  }
}
.page-contact-us .contact-form .container .cell.cell-content .content .item {
  padding: 0 20px;
  width: 50%;
  color: #ffffff;
}
@media (max-width: 330px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item {
    padding: 0 10px;
  }
}
.page-contact-us .contact-form .container .cell.cell-content .content .item a {
  font-weight: 700;
  display: block;
  color: #ffffff;
}
.page-contact-us .contact-form .container .cell.cell-content .content .item a {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 82.49875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item a {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item a {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item a {
    font-size: 12px;
    line-height: normal;
  }
}
.page-contact-us .contact-form .container .cell.cell-content .content .item:first-child {
  background-image: url("../img/ic-quote-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
  flex-direction: column;
}
.page-contact-us .contact-form .container .cell.cell-content .content .item:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-contact-us .contact-form .container .cell.cell-content .content .item:last-child {
  background-image: url("../img/ic-quote-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 180px;
  flex-direction: column;
}
.page-contact-us .contact-form .container .cell.cell-content .content .item:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-contact-us .contact-form .container .cell.cell-content .content .item .phone {
  transform: translate(0px, -20px);
}
@media only screen and (max-width: 82.49875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone {
    transform: translate(0px, -58px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone {
    transform: translate(0px, -20px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone {
    transform: translate(0px, -55px);
  }
}
@media (max-width: 400px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone {
    transform: translate(0px, -68px);
  }
}
@media (max-width: 360px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone {
    transform: translate(0px, -75px);
  }
}
.page-contact-us .contact-form .container .cell.cell-content .content .item .phone img {
  margin-bottom: 20px;
  width: 56px;
}
@media only screen and (max-width: 82.49875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone img {
    width: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone img {
    width: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone img {
    width: 32px;
  }
}
@media (max-width: 330px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .phone img {
    margin-bottom: 5px;
  }
}
.page-contact-us .contact-form .container .cell.cell-content .content .item .mail {
  transform: translate(-17px, -13px);
}
@media only screen and (max-width: 82.49875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail {
    transform: translate(0px, -22px);
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail {
    transform: translate(-17px, -13px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail {
    transform: translate(0px, -25px);
  }
}
@media (max-width: 400px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail {
    transform: translate(0px, -32px);
  }
}
@media (max-width: 360px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail {
    transform: translate(0px, -38px);
  }
}
@media (max-width: 330px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail {
    transform: translate(0px, -47px);
  }
}
.page-contact-us .contact-form .container .cell.cell-content .content .item .mail img {
  width: 50px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail img {
    width: 35px;
    margin-bottom: 8px;
  }
}
.page-contact-us .contact-form .container .cell.cell-content .content .item .mail a {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail a {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail a {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .page-contact-us .contact-form .container .cell.cell-content .content .item .mail a {
    font-size: 12px;
  }
}
.page-contact-us .contact-form .container .cell.cell-form form {
  position: relative;
}
.page-contact-us .contact-form .container .cell.cell-form form label {
  color: #404040;
  font-size: 15px;
  font-weight: 500;
}
.page-contact-us .contact-form .container .cell.cell-form form input, .page-contact-us .contact-form .container .cell.cell-form form textarea, .page-contact-us .contact-form .container .cell.cell-form form select {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0 12px;
  margin-bottom: 15px;
  border: none;
}
.page-contact-us .contact-form .container .cell.cell-form form input, .page-contact-us .contact-form .container .cell.cell-form form textarea, .page-contact-us .contact-form .container .cell.cell-form form select {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-contact-us .contact-form .container .cell.cell-form form textarea {
  padding: 12px;
  height: 120px;
}
.page-contact-us .contact-form .container .cell.cell-form form .form_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}
.page-contact-us .contact-form .container .cell.cell-form form .form_group .item.hide-label label {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .contact-form .container .cell.cell-form form .form_group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-contact-us .contact-form .container .cell.cell-form form input[type=submit] {
  height: 46px;
  margin: 25px auto 0;
  width: -webkit-fit-content;
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #0F4631;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.page-contact-us .contact-form .container .cell.cell-form form input[type=submit] {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-contact-us .contact-form .container .cell.cell-form form input[type=submit] {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .contact-form .container .cell.cell-form form input[type=submit] {
    font-size: 1.0625rem;
  }
}
.page-contact-us .contact-form .container .cell.cell-form form input[type=submit]:hover {
  cursor: pointer;
  background-color: #006c45;
}
.page-contact-us .contact-form .container .cell.cell-form form .wpcf7-not-valid-tip {
  color: red;
  font-size: 15px;
  margin-top: -10px;
  margin-bottom: 5px;
}
.page-contact-us .contact-form .container .cell.cell-form form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.page-contact-us .contact-form .container .cell.cell-form form .wpcf7-response-output {
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-kitchen-ffy {
  background-color: #fffedf;
}
.page-kitchen-ffy .sc-banner > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-kitchen-ffy .sc-banner > img.banner-pc {
  display: block;
}
@media only screen and (max-width: 39.99875rem) {
  .page-kitchen-ffy .sc-banner > img.banner-pc {
    display: none;
  }
}
.page-kitchen-ffy .sc-banner > img.banner-mobile {
  display: none;
}
@media only screen and (max-width: 39.99875rem) {
  .page-kitchen-ffy .sc-banner > img.banner-mobile {
    display: block;
  }
}
.page-kitchen-ffy .sc-banner .container {
  position: absolute;
  z-index: 2;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
}
.page-kitchen-ffy .sc-banner .container .img-title {
  width: 55%;
}
.page-kitchen-ffy .sc-banner .container .img-title {
  padding-top: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .page-kitchen-ffy .sc-banner .container .img-title {
    padding-top: 0.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-kitchen-ffy .sc-banner .container .img-title {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-kitchen-ffy .sc-banner .container .img-title {
    width: 48%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-kitchen-ffy .sc-banner .container .img-title {
    width: 70%;
  }
}
.page-kitchen-ffy .sc-banner .img-bottom {
  transform: translateY(55%);
  margin-bottom: 15%;
  text-align: center;
}
.page-kitchen-ffy .sc-banner .img-bottom img {
  width: 100%;
}
.page-kitchen-ffy .kitchen-inf.pt-custom {
  padding-top: 200px;
}
.page-kitchen-ffy .kitchen-inf.has-bg {
  background-color: #f7d323;
}
.page-kitchen-ffy .kitchen-inf.has-bg {
  padding-top: 4.375rem;
}
@media only screen and (min-width: 64rem) {
  .page-kitchen-ffy .kitchen-inf.has-bg {
    padding-top: 6.25rem;
  }
}
.page-kitchen-ffy .kitchen-inf.has-bg::before {
  content: "";
  background-image: url("../img/line-top.png");
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-kitchen-ffy .kitchen-inf.has-bg .ic-carrot {
  top: -120px;
  left: 60%;
  object-fit: contain;
}
.page-kitchen-ffy .kitchen-inf.has-bg .ic-carrot {
  width: 10rem;
  height: 10rem;
}
@media only screen and (max-width: 48.06125rem) {
  .page-kitchen-ffy .kitchen-inf.has-bg .ic-carrot {
    top: -80px;
    left: 65%;
  }
  .page-kitchen-ffy .kitchen-inf.has-bg .ic-carrot {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-kitchen-ffy .kitchen-inf.has-bg .ic-carrot {
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-kitchen-ffy .kitchen-inf.has-bg .ic-carrot {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.page-kitchen-ffy .kitchen-inf.has-bg .container .cell.cell-inf .heading-title {
  color: #000000;
}
.page-kitchen-ffy .kitchen-inf.has-bg .container .cell.cell-inf .heading-title span {
  color: #bf1e2e;
}
.page-kitchen-ffy .kitchen-inf.has-bg .container .cell.cell-inf .btn-link {
  background-color: #0F4631;
}
.page-kitchen-ffy .kitchen-inf.has-bg .container .cell.cell-inf .btn-link:hover {
  background-color: #bf1e2e;
}
.page-kitchen-ffy .kitchen-inf .container .cell {
  width: 50%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell {
    width: 100%;
  }
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-img {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-img {
    padding-right: 3.125rem;
  }
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-img img {
  width: 100%;
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf {
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 48.06125rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-inf {
    padding-top: 20px;
  }
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .heading-title {
  line-height: 1.2;
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .heading-title span {
  display: block;
  color: #0F4631;
  font-family: "HardwareRough", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 400;
  line-height: normal;
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .heading-title span {
  font-size: 2.5rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .heading-title span {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .heading-title span {
    font-size: 3.75rem;
  }
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .content {
  margin-bottom: 20px;
  line-height: 1.8;
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 5) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .content {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .content {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .content {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .content {
    font-size: 1.125rem;
  }
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .btn-link {
  background-color: #91c849;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: fit-content;
  height: 45px;
  color: #ffffff;
  font-weight: 600;
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .btn-link {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .btn-link {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .btn-link {
    margin-top: 1.875rem;
  }
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-kitchen-ffy .kitchen-inf .container .cell.cell-inf .btn-link:hover {
  background-color: #0F4631;
}
.page-kitchen-ffy .kitchen-lists {
  padding-bottom: 6.25rem;
}
@media only screen and (min-width: 64rem) {
  .page-kitchen-ffy .kitchen-lists {
    padding-bottom: 9.375rem;
  }
}
.page-kitchen-ffy .kitchen-lists.has-bg {
  background-color: #f7d323;
}
.page-kitchen-ffy .kitchen-lists.has-bg {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-kitchen-ffy .kitchen-lists.has-bg {
    padding-bottom: 12.5rem;
  }
}
.page-kitchen-ffy .kitchen-lists.has-bg::before {
  content: "";
  background-image: url("../img/line-top.png");
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.page-kitchen-ffy .kitchen-lists.has-bg .ic-tomato {
  bottom: -120px;
  left: 0%;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media only screen and (max-width: 48.06125rem) {
  .page-kitchen-ffy .kitchen-lists.has-bg .ic-tomato {
    height: auto;
    bottom: -70px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-kitchen-ffy .kitchen-lists.has-bg .ic-tomato {
    transform: translate(88%, 30%) scale(2);
  }
}
.page-kitchen-ffy .kitchen-lists.has-bg .heading-title {
  color: #000000;
}
.page-kitchen-ffy .kitchen-lists.has-bg ul.wrapper .item .content .title {
  color: #000000;
}
.page-kitchen-ffy .kitchen-lists.has-bg ul.wrapper .item .content .rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.page-kitchen-ffy .kitchen-lists.has-bg ul.wrapper .item .content .rating img {
  width: 18px;
}
.page-kitchen-ffy .kitchen-lists.has-bg ul.wrapper .item .content .rating i {
  color: #bf1e2e;
}
.page-kitchen-ffy .kitchen-lists.has-bg ul.wrapper .item .content .meta {
  color: #000000;
}
.page-kitchen-ffy .kitchen-lists.has-bg ul.wrapper .item .content .meta .time, .page-kitchen-ffy .kitchen-lists.has-bg ul.wrapper .item .content .meta .tag {
  color: #000000;
}
.page-kitchen-ffy .kitchen-lists ul.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 48.06125rem) {
  .page-kitchen-ffy .kitchen-lists ul.wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-kitchen-ffy .kitchen-lists ul.wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content {
  text-align: center;
  padding-top: 20px;
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .title {
  color: #404040;
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0F4631;
}
@media only screen and (max-width: 48.06125rem) {
  .page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .meta {
    justify-content: center;
    gap: 20px;
  }
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .meta .rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .meta .rating img {
  width: 18px;
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .meta .time {
  color: #404040;
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .meta .time i {
  margin-right: 10px;
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .meta .tag {
  color: #404040;
}
.page-kitchen-ffy .kitchen-lists ul.wrapper .item .content .meta .tag i {
  font-size: 10px;
  margin-right: 10px;
  transform: translateY(-2px);
}
.page-kitchen-ffy .kitchen-img img {
  width: 100%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-kitchen-ffy .kitchen-img .line {
    margin-bottom: -10px;
  }
}

.page-template-page-recruitment .recruitment-banner .heading-title span {
  display: inline-block !important;
}

.recruitment-banner {
  min-height: 550px;
  max-height: 670px;
}
@media only screen and (max-width: 48.06125rem) {
  .recruitment-banner {
    min-height: 350px;
    max-height: 500px;
  }
}
.recruitment-banner .img-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruitment-banner .img-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 48.06125rem) {
  .recruitment-banner .content {
    width: 80%;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .recruitment-banner .content {
    width: 95%;
  }
}
.recruitment-banner .content .heading-title {
  line-height: 1.4;
  text-shadow: 1.5px 2.5px 3px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: normal;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.recruitment-banner .content .heading-title {
  font-size: 2.5rem;
}
@media only screen and (min-width: 48.0625rem) {
  .recruitment-banner .content .heading-title {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .recruitment-banner .content .heading-title {
    font-size: 4.375rem;
  }
}
.recruitment-banner .content .heading-title span {
  display: block;
  margin-bottom: -10px;
  font-weight: 400;
  font-family: "Yellowtail", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: normal;
}
.recruitment-banner .content .heading-title span {
  font-size: 2.1875rem;
}
@media only screen and (min-width: 64rem) {
  .recruitment-banner .content .heading-title span {
    font-size: 3.125rem;
  }
}
.recruitment-banner .content .desc {
  font-weight: 400;
}
.recruitment-banner .content .desc {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .recruitment-banner .content .desc {
    margin-bottom: 1.875rem;
  }
}
.recruitment-banner .content .btn-link {
  background-color: #006c45;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: fit-content;
  height: 45px;
  padding: 0 20px;
  font-weight: 600;
  margin: 0 auto;
}
.recruitment-banner .content .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recruitment-banner .content .btn-link:hover {
  background-color: #0F4631;
}

.recruitment-form {
  background-color: #f2f2f2;
}
.recruitment-form .container .cell {
  flex: 0 0 50%;
}
@media only screen and (max-width: 48.06125rem) {
  .recruitment-form .container .cell {
    flex: 0 0 100%;
  }
}
.recruitment-form .container .cell.cell-content {
  text-align: center;
}
.recruitment-form .container .cell.cell-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .recruitment-form .container .cell.cell-content {
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .recruitment-form .container .cell.cell-content {
    margin-bottom: 30px;
  }
}
.recruitment-form .container .cell.cell-content .heading-title {
  margin-bottom: 20px;
  line-height: normal;
}
.recruitment-form .container .cell.cell-content .heading-title {
  font-size: 1.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .recruitment-form .container .cell.cell-content .heading-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .recruitment-form .container .cell.cell-content .heading-title {
    font-size: 3.125rem;
  }
}
.recruitment-form .container .cell.cell-content .heading-title span {
  display: block;
  font-weight: 400;
  margin-bottom: -5px;
  font-family: "Yellowtail", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: normal;
}
.recruitment-form .container .cell.cell-content .heading-title span {
  font-size: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .recruitment-form .container .cell.cell-content .heading-title span {
    font-size: 2.5rem;
  }
}
.recruitment-form .container .cell.cell-content .heading-title strong {
  color: #0F4631;
  font-weight: 700;
}
.recruitment-form .container .cell.cell-content .desc {
  margin-bottom: 30px;
}
.recruitment-form .container .cell.cell-content img {
  width: 100%;
}
.recruitment-form .container .cell.cell-form form {
  position: relative;
}
.recruitment-form .container .cell.cell-form form label {
  color: #404040;
  font-size: 15px;
  font-weight: 500;
}
.recruitment-form .container .cell.cell-form form input, .recruitment-form .container .cell.cell-form form textarea, .recruitment-form .container .cell.cell-form form select {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0 12px;
  margin-bottom: 15px;
  border: none;
}
.recruitment-form .container .cell.cell-form form input, .recruitment-form .container .cell.cell-form form textarea, .recruitment-form .container .cell.cell-form form select {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.recruitment-form .container .cell.cell-form form textarea {
  padding: 12px;
  height: 120px;
}
.recruitment-form .container .cell.cell-form form .form_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}
.recruitment-form .container .cell.cell-form form .form_group .item.hide-label label {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 39.99875rem) {
  .recruitment-form .container .cell.cell-form form .form_group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recruitment-form .container .cell.cell-form form input[type=submit] {
  height: 46px;
  margin: 25px auto 0;
  width: -webkit-fit-content;
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #0F4631;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.recruitment-form .container .cell.cell-form form input[type=submit] {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .recruitment-form .container .cell.cell-form form input[type=submit] {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .recruitment-form .container .cell.cell-form form input[type=submit] {
    font-size: 1.0625rem;
  }
}
.recruitment-form .container .cell.cell-form form input[type=submit]:hover {
  cursor: pointer;
  background-color: #006c45;
}
.recruitment-form .container .cell.cell-form form .wpcf7-not-valid-tip {
  color: red;
  font-size: 15px;
  margin-top: -10px;
  margin-bottom: 5px;
}
.recruitment-form .container .cell.cell-form form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.recruitment-form .container .cell.cell-form form .wpcf7-response-output {
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-recruitment .recruitment-about {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-recruitment .recruitment-about {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-recruitment .recruitment-about {
    padding-top: 5rem;
  }
}
.page-recruitment .recruitment-about .ic-layer {
  width: 200px;
  bottom: -50px;
  left: -20px;
  z-index: -1;
}
@media only screen and (max-width: 48.06125rem) {
  .page-recruitment .recruitment-about .ic-layer {
    display: none;
  }
}
.page-recruitment .recruitment-about .container .cell {
  flex: 0 0 50%;
  padding: 0 40px;
  text-align: center;
}
@media only screen and (max-width: 48.06125rem) {
  .page-recruitment .recruitment-about .container .cell {
    flex: 0 0 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-recruitment .recruitment-about .container .cell {
    padding: 20px 0;
  }
}
.page-recruitment .recruitment-about .container .cell .heading-title {
  color: #0F4631;
}
.page-recruitment .recruitment-about .container .cell .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-recruitment .recruitment-about .container .cell .heading-title {
    font-size: 1.75rem;
  }
}
.page-recruitment .recruitment-about .container .cell .heading-title {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .page-recruitment .recruitment-about .container .cell .heading-title {
    margin-bottom: 1.875rem;
  }
}
.page-recruitment .recruitment-about .container .cell .heading-title span {
  color: #006c45;
}
.page-recruitment .recruitment-about .container .cell .content {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-recruitment .recruitment-about .container .cell .content {
    font-size: 1rem;
  }
}
.page-recruitment .recruitment-about .container .ic-layer {
  width: 120px;
  bottom: -50px;
  right: 0;
  left: inherit;
}
.page-recruitment .recruitment-benefit .group-title {
  text-align: center;
}
.page-recruitment .recruitment-benefit .group-title .heading-title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-recruitment .recruitment-benefit .group-title .heading-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-recruitment .recruitment-benefit .group-title .heading-title {
    font-size: 2.625rem;
  }
}
.page-recruitment .recruitment-benefit .group-title .heading-title span {
  color: #006c45;
}
.page-recruitment .recruitment-benefit .group-title .desc {
  max-width: 700px;
  margin: 0 auto;
}
.page-recruitment .recruitment-benefit .wrapper {
  list-style-type: none;
  padding: 0;
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 48.06125rem) {
  .page-recruitment .recruitment-benefit .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-recruitment .recruitment-benefit .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.page-recruitment .recruitment-benefit .wrapper .item {
  text-align: center;
}
.page-recruitment .recruitment-benefit .wrapper .item .img {
  margin: 0 auto 20px;
}
.page-recruitment .recruitment-benefit .wrapper .item .img img {
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 48.06125rem) {
  .page-recruitment .recruitment-benefit .wrapper .item .img img {
    width: 80%;
    margin: 0 auto;
  }
}
.page-recruitment .recruitment-benefit .wrapper .item .title {
  color: #404040;
  font-weight: 700;
  padding: 0 30px;
}
.page-recruitment .recruitment-benefit .wrapper .item .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-recruitment .recruitment-benefit .wrapper .item .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-recruitment .recruitment-benefit .wrapper .item .title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-recruitment .recruitment-benefit .wrapper .item .title {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-recruitment .recruitment-benefit .wrapper .item .title {
    padding: 0;
  }
}

.page-cooperate .cooperate-gallery {
  padding: 100px 0;
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-gallery {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-gallery {
    padding: 30px 0;
  }
}
.page-cooperate .cooperate-gallery .heading-title span {
  color: #006c45;
}
.page-cooperate .cooperate-gallery .swiper-container {
  max-width: 80%;
  margin: 50px auto 0;
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-gallery .swiper-container {
    max-width: 100%;
    margin-top: 30px;
  }
}
.page-cooperate .cooperate-gallery .swiper-container .swiper-slide {
  width: 25%;
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-gallery .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-gallery .swiper-container .swiper-slide {
    width: 50%;
  }
}
.page-cooperate .cooperate-gallery .swiper-container .swiper-slide .img {
  position: relative;
}
.page-cooperate .cooperate-gallery .swiper-container .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.page-cooperate .cooperate-gallery .swiper-container .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.page-cooperate .cooperate-gallery .swiper-controls .swiper-button::before {
  border: none;
  color: #000000;
}
.page-cooperate .cooperate-gallery .swiper-controls .swiper-button.swiper-button-prev {
  left: -15px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-gallery .swiper-controls .swiper-button.swiper-button-prev {
    left: 0;
  }
}
.page-cooperate .cooperate-gallery .swiper-controls .swiper-button.swiper-button-next {
  right: -15px;
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-gallery .swiper-controls .swiper-button.swiper-button-next {
    right: 0;
  }
}
.page-cooperate .cooperate-group .heading-title {
  color: #006c45;
}
.page-cooperate .cooperate-group .heading-title span {
  color: #404040;
}
.page-cooperate .cooperate-group .desc {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-group .desc {
    max-width: 100%;
  }
}
.page-cooperate .cooperate-group .wrapper {
  margin-top: 30px;
}
.page-cooperate .cooperate-group .wrapper .cell {
  padding: 0 50px;
  flex: 0 0 50%;
  text-align: center;
}
@media only screen and (max-width: 48.06125rem) {
  .page-cooperate .cooperate-group .wrapper .cell {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.page-cooperate .cooperate-group .wrapper .cell .title {
  color: #404040;
}
.page-cooperate .cooperate-group .wrapper .cell .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-cooperate .cooperate-group .wrapper .cell .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-cooperate .cooperate-group .wrapper .cell .title {
    font-size: 1.375rem;
  }
}
.page-cooperate .cooperate-group .wrapper .cell .content {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48.0625rem) {
  .page-cooperate .cooperate-group .wrapper .cell .content {
    font-size: 1rem;
  }
}

.heading-group {
  text-align: center;
}
.heading-group .logo {
  pointer-events: none;
}
.heading-group .logo img {
  width: 100px;
}
@media only screen and (max-width: 48.06125rem) {
  .heading-group .logo img {
    width: 70px;
  }
}
.heading-group .heading-title {
  color: #404040;
  line-height: normal;
}
.heading-group .heading-title {
  font-size: 2rem;
}
@media only screen and (min-width: 48.0625rem) {
  .heading-group .heading-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-group .heading-title {
    font-size: 3.4375rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  .heading-group .heading-title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.heading-group img.wave {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 48.06125rem) {
  .heading-group img.wave {
    max-width: 70%;
  }
}

.btn-primary {
  border-radius: 5px;
  height: 42px;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 600;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #006c45;
}
.btn-primary {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .btn-primary {
    font-size: 1.0625rem;
  }
}
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0F4631;
}

.section-404 {
  text-align: center;
}
.section-404 img {
  width: 90%;
}

section.section-single-dish {
  margin: 0;
  padding: 0;
}
section.section-single-dish .bg-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(180deg, rgba(1, 40, 6, 0) 45.11%, rgba(0, 0, 0, 0.7019607843) 83.25%);
}
section.section-single-dish .bg-top .content {
  position: relative;
  padding: 550px 0 40px;
  color: #ffffff;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .bg-top .content {
    padding: 370px 0 40px;
    text-align: center;
  }
}
section.section-single-dish .bg-top .content .heading-title {
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .bg-top .content .heading-title {
    font-size: 34px;
  }
}
section.section-single-dish .sc-ingredient {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient {
    background-image: url("../img/bg-ingredient-mb.jpg");
    background-size: cover;
    padding: 40px 0;
  }
}
section.section-single-dish .sc-ingredient img.img-pc {
  width: 100%;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient img.img-pc {
    display: none;
  }
}
section.section-single-dish .sc-ingredient img.img-mb {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient img.img-mb {
    display: block;
  }
}
section.section-single-dish .sc-ingredient .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient .container {
    height: calc(100% - 80px);
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
section.section-single-dish .sc-ingredient .wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient .wrapper {
    background-image: url("../img/bg-content-ingredient-mb.png");
    background-size: cover;
    background-position: top;
    padding: 40px 40px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
section.section-single-dish .sc-ingredient .wrapper .inner {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient .wrapper .inner {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
  }
}
section.section-single-dish .sc-ingredient .wrapper .heading-title {
  font-family: "HardwareRough", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
}
section.section-single-dish .sc-ingredient .wrapper .heading-title {
  font-size: 3.125rem;
}
@media only screen and (min-width: 48.0625rem) {
  section.section-single-dish .sc-ingredient .wrapper .heading-title {
    font-size: 4rem;
  }
}
section.section-single-dish .sc-ingredient .wrapper .lists {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient .wrapper .lists {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  section.section-single-dish .sc-ingredient .wrapper .lists {
    margin-top: 15px;
  }
}
section.section-single-dish .sc-ingredient .wrapper .lists .item {
  background-color: transparent;
  padding: 10px;
  font-weight: 600;
}
section.section-single-dish .sc-ingredient .wrapper .lists .item {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48.0625rem) {
  section.section-single-dish .sc-ingredient .wrapper .lists .item {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section-single-dish .sc-ingredient .wrapper .lists .item {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient .wrapper .lists .item {
    padding: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  section.section-single-dish .sc-ingredient .wrapper .lists .item {
    padding: 12px 10px;
  }
}
section.section-single-dish .sc-ingredient .wrapper .lists .item i {
  padding-right: 5px;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient .wrapper .lists .item {
    background-color: transparent;
  }
  section.section-single-dish .sc-ingredient .wrapper .lists .item:nth-child(2n+1) {
    background-color: #fbea82 !important;
  }
}
section.section-single-dish .sc-ingredient .wrapper .lists .item:nth-child(6n+1),
section.section-single-dish .sc-ingredient .wrapper .lists .item:nth-child(6n+2),
section.section-single-dish .sc-ingredient .wrapper .lists .item:nth-child(6n+3) {
  background-color: #fbea82;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-ingredient .wrapper .lists .item:nth-child(6n+1),
  section.section-single-dish .sc-ingredient .wrapper .lists .item:nth-child(6n+2),
  section.section-single-dish .sc-ingredient .wrapper .lists .item:nth-child(6n+3) {
    background-color: transparent;
  }
}
section.section-single-dish .sc-step {
  background-color: #fffedf;
}
section.section-single-dish .sc-step .time {
  text-align: right;
  margin-bottom: 30px;
  font-weight: 600;
  color: #404040;
}
section.section-single-dish .sc-step .time {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  section.section-single-dish .sc-step .time {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section-single-dish .sc-step .time {
    font-size: 1.25rem;
  }
}
section.section-single-dish .sc-step .time i {
  padding-right: 10px;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-step .swiper-container {
    padding-bottom: 70px;
  }
}
section.section-single-dish .sc-step .swiper-container .wrapper {
  display: flex;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-step .swiper-container .wrapper {
    flex-wrap: wrap;
  }
}
section.section-single-dish .sc-step .swiper-container .wrapper .cell {
  flex: 0 0 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-step .swiper-container .wrapper .cell {
    flex: 0 0 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-step .swiper-container .wrapper .cell.cell-content {
    padding-top: 20px;
  }
}
section.section-single-dish .sc-step .swiper-container .wrapper .cell.cell-content .title {
  font-family: "HardwareRough", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 400;
  color: #0F4631;
  line-height: normal;
}
section.section-single-dish .sc-step .swiper-container .wrapper .cell.cell-content .title {
  font-size: 3rem;
}
@media only screen and (min-width: 64rem) {
  section.section-single-dish .sc-step .swiper-container .wrapper .cell.cell-content .title {
    font-size: 4rem;
  }
}
section.section-single-dish .sc-step .swiper-container .wrapper .cell.cell-content .desc {
  line-height: 1.4;
}
section.section-single-dish .sc-step .swiper-container .wrapper .cell.cell-content .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  section.section-single-dish .sc-step .swiper-container .wrapper .cell.cell-content .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section-single-dish .sc-step .swiper-container .wrapper .cell.cell-content .desc {
    font-size: 1.25rem;
  }
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-button {
  bottom: 3px;
  top: inherit;
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-button::before {
  border-radius: 0;
  opacity: 1;
  border: 1px solid #0F4631;
  transition: 0.3s;
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-button::before {
  width: 2.5rem;
  height: 2.5rem;
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-button:hover::before {
  border: 1px solid #006c45;
  background-color: #006c45;
  color: #ffffff;
  transition: 0.3s;
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: 52%;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: 38%;
  }
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 42%;
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-pagination {
  top: 0;
  left: 20px;
  right: inherit;
  text-align: center;
  width: calc(50% - 40px);
  height: 30px;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-pagination {
    width: 100%;
    left: 0;
  }
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  border-radius: 0;
  height: 5px;
  background: #ffffff;
  opacity: 0.7;
}
@media only screen and (max-width: 48.06125rem) {
  section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
  }
}
section.section-single-dish .sc-step .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
section.section-single-dish .sc-step .line-top {
  margin-top: -20px;
}
section.section-single-dish .sc-step .line-bottom {
  width: 100%;
}

@media (max-width: 380px) {
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3)::before {
    transform: translateX(-4px);
  }
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(3) .content {
    transform: translate(-5px, -10px);
  }
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5)::before {
    transform: translateX(-42px);
  }
  .page-about-us .sc-about-develop .main-develop .container .main-core-vl .lists-core .item:nth-child(5) .content {
    transform: translate(-60px, -5px);
  }
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .vision-about .vision-wrapper .inner .content {
    width: 70%;
    transform: translate(11px, -85px);
  }
  .page-about-us .sc-about-develop .main-develop .container .main-develop-wrapper .mission-about .vision-wrapper .inner .content {
    width: 70%;
    transform: translate(-10px, -70px);
  }
}