@import url(./fonts/fontawesome/css/all.min.css);
@import url(./fonts/typography.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


:root {
  --f-body: "Averta";
  --f-second: "Mulish";
  --f-third: "";
  --green: #0F5F5A;
  --white: #fff;
  --green-2: #004B41;
}

body {
  font-family: var(--f-second);
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
textarea,
select {
  outline: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

figure {
  margin: 0;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1199px) and (max-width: 1599px) {
  .container {
    max-width: 1024px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.header .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.header .header-wrapper .header-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(126, 126, 126, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(126, 126, 126, 0.15);
}
@media only screen and (max-width: 1620px) {
  .header .header-wrapper .header-desktop {
    padding: 1.25rem 3.5rem;
  }
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop {
    padding: 1rem 3.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-wrapper .header-desktop {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header .header-wrapper .header-desktop {
    display: none;
  }
}
.header .header-wrapper .header-desktop .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.25rem;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  .header .header-wrapper .header-desktop .header-left {
    gap: 5.25rem;
  }
}
@media only screen and (max-width: 1620px) {
  .header .header-wrapper .header-desktop .header-left {
    gap: 5rem;
  }
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left {
    gap: 5rem;
  }
}
@media only screen and (max-width: 1380px) {
  .header .header-wrapper .header-desktop .header-left {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-wrapper .header-desktop .header-left {
    gap: 0.75rem;
  }
}
.header .header-wrapper .header-desktop .header-left .logo {
  display: block;
  width: 7.0625rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .header-wrapper .header-desktop .header-left .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-wrapper .header-desktop .header-left .logo a figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header .header-wrapper .header-desktop .header-left .logo a figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .logo a figure img {
    width: 90px;
    height: 50px;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 1620px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 {
    gap: 0.75rem;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item {
  position: relative;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item:hover .menu-lv-2 {
  display: block;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding: 0.625rem 0;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item > a span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: block;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #4b635d;
  margin: 0;
}
@media only screen and (max-width: 1620px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item > a span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item > a span {
    font-size: 0.875rem;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item > a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #4b635d;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item > a:hover span {
  color: #0f5f5a;
  font-weight: 700;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0;
  margin: 0;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li {
  display: block;
  width: 15.625rem;
  padding: 0.75rem 0.5rem 0.75rem 1.75rem;
  border-top: 1px solid #e5e7eb;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li {
    padding: 0 0.5rem 0 1.7rem;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li:hover {
  background: #4bb4af;
  border-radius: 0.5rem;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li:hover > a span {
  color: var(--white);
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li:hover > a i {
  color: var(--white);
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li:hover .menu-lv-3 {
  display: block;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li > a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #3f3d48;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li > a span {
    font-size: 0.75rem;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li > a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #4b635d;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0;
  margin: 0;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li {
  display: block;
  width: 15.625rem;
  padding: 0.75rem 0.5rem 0.75rem 1.75rem;
  border-top: 1px solid #e5e7eb;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li {
    padding: 0 0.5rem 0 1.7rem;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li:hover {
  background: #4bb4af;
  border-radius: 0.5rem;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li:hover > a span {
  color: var(--white);
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li:hover > a i {
  color: var(--white);
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li:hover .menu-lv-4 {
  display: block;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li > a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #3f3d48;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li > a span {
    font-size: 0.75rem;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li > a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #4b635d;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li .menu-lv-4 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0;
  margin: 0;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li .menu-lv-4 li {
  display: block;
  width: 15.625rem;
  padding: 0.75rem 0.5rem 0.75rem 1.75rem;
  border-top: 1px solid #e5e7eb;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li .menu-lv-4 li {
    padding: 0 0.5rem 0 1.7rem;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li .menu-lv-4 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li .menu-lv-4 li a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #3f3d48;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li .menu-lv-4 li a span {
    font-size: 0.75rem;
  }
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li .menu-lv-4 li:hover {
  background: #4bb4af;
  border-radius: 0.5rem;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .menu-lv-2 li .menu-lv-3 li .menu-lv-4 li:hover a span {
  color: var(--white);
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .active {
  border-bottom: 1px solid #0f5f5a;
}
.header .header-wrapper .header-desktop .header-left .mega-menu .menu-wrapper .menu-lv-1 .item .active a span {
  color: #0f5f5a;
  font-weight: 700;
}
.header .header-wrapper .header-desktop .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-right {
    gap: 1.75rem;
  }
}
.header .header-wrapper .header-desktop .header-right .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 13.5625rem;
  padding: 0.625rem 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid #9ca3af;
  background: #fff;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-right .search form {
    max-width: 100%;
    padding: 0.3rem 0.6rem;
    gap: 0;
  }
}
.header .header-wrapper .header-desktop .header-right .search form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.header .header-wrapper .header-desktop .header-right .search form input {
  border: 0;
  color: #9ca3af;
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-right .search form input {
    font-size: 10px;
  }
}
.header .header-wrapper .header-desktop .header-right .bnt-advand {
  position: relative;
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang button img {
  width: 1.75rem;
  height: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-right .bnt-advand .lang button img {
    width: 1.25rem;
    height: 1rem;
  }
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang button span {
  color: #41464b;
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}
@media only screen and (max-width: 1480px) {
  .header .header-wrapper .header-desktop .header-right .bnt-advand .lang button span {
    font-size: 0.625rem;
  }
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang button i {
  display: block;
  width: 1rem;
  height: 1rem;
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 5px;
  min-width: 9rem;
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang .lang-dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang .lang-dropdown li a img {
  width: 1.75rem;
  height: 1.25rem;
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang .lang-dropdown li a span {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang .lang-dropdown li :hover {
  background-color: #4bb4af;
}
.header .header-wrapper .header-desktop .header-right .bnt-advand .lang .show {
  display: block;
  margin-top: 10px;
}
.header .header-wrapper .header-mobile {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header .header-wrapper .header-mobile {
    display: block;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(126, 126, 126, 0.15);
            box-shadow: 0px 2px 20px 0px rgba(126, 126, 126, 0.15);
  }
}
.header .header-wrapper .header-mobile .mobile-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem;
  background: var(--white);
}
.header .header-wrapper .header-mobile .mobile-bar .mobile-logo {
  display: block;
  width: 7.0625rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .header-wrapper .header-mobile .mobile-bar .mobile-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-wrapper .header-mobile .mobile-bar .mobile-logo a figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header .header-wrapper .header-mobile .mobile-bar .mobile-logo a figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang {
  position: relative;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang button img {
  width: 1.75rem;
  height: 1.25rem;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang button span {
  color: #41464b;
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang button i {
  display: block;
  width: 1rem;
  height: 1rem;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang .lang-dropdown li {
  list-style-type: none;
  width: 5.5rem;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang .lang-dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-decoration: none;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang .lang-dropdown li a img {
  width: 23.8px;
  height: 16.36px;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang .lang-dropdown li a span {
  color: var(--green);
  font-family: var(--f-body);
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang .lang-dropdown li :hover {
  background-color: #4bb4af;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .lang .show {
  display: block;
}
.header .header-wrapper .header-mobile .mobile-bar .bar-right .open-mobi {
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  color: var(--green);
}
.header .header-wrapper .header-mobile .sidebar-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120vh;
  max-width: 20.125rem;
  width: 100%;
  background: var(--white);
  padding: 1.5625rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(126, 126, 126, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(126, 126, 126, 0.15);
}
.header .header-wrapper .header-mobile .sidebar-menu.showmenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner {
  height: 100%;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top {
  border-bottom: 0.0625rem solid var(--green);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.5rem;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .mobile-logo {
  display: block;
  width: 7.0625rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .mobile-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .mobile-logo a figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .mobile-logo a figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .close-mobi {
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  color: var(--green);
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13.5625rem;
  padding: 0.625rem 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid #9ca3af;
  background: #fff;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .search form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-top .search form input {
  border: 0;
  color: #9ca3af;
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle {
  height: 40rem;
  overflow: auto;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle ul li {
  display: block;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--green);
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.9375rem 0.625rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid #e5e7eb;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle ul li a i.i-up:before {
  content: "\f106";
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul {
  display: none;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul li a {
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul li ul {
  display: none;
}
.header .header-wrapper .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul li ul li a {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid #e5e7eb;
}

main.main {
  padding-top: 6.5rem;
}
@media only screen and (max-width: 1480px) {
  main.main {
    padding-top: 5.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-banner {
    position: relative;
  }
}
main.main .section-banner .text-banner {
  padding: 2.25rem 0 1.88rem 0;
}
@media only screen and (max-width: 1480px) {
  main.main .section-banner .text-banner {
    font-size: 1.8rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-banner .text-banner {
    padding: 0;
    position: absolute;
    top: 20%;
    left: 13%;
    z-index: 2;
  }
}
main.main .section-banner .text-banner h1 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-banner .text-banner h1 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-banner .text-banner h1 {
    font-size: 2rem;
    color: var(--white);
  }
}
main.main .section-banner .bg-banner {
  height: 28.5625rem;
}
main.main .section-banner .bg-banner figure {
  width: 100%;
  height: 100%;
}
main.main .section-banner .bg-banner figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  main.main .section-banner .bg-banner figure img {
    position: absolute;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-banner .bg-banner {
    position: relative;
  }
  main.main .section-banner .bg-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
  }
}
main.main .section-home-1 .content .background {
  position: relative;
}
main.main .section-home-1 .content .background .slider-background .slider-bg {
  position: relative;
}
main.main .section-home-1 .content .background .slider-background .slider-bg .image {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 480px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .image {
    height: 35rem;
  }
}
main.main .section-home-1 .content .background .slider-background .slider-bg .image figure img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .image figure img {
    position: absolute;
  }
}
main.main .section-home-1 .content .background .slider-background .slider-bg .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(37.81%, rgba(10, 54, 49, 0.9)), color-stop(69.4%, rgba(0, 0, 0, 0))), url("../images/Group-home-1.png") lightgray 50%/cover no-repeat;
  background: linear-gradient(90deg, rgba(10, 54, 49, 0.9) 37.81%, rgba(0, 0, 0, 0) 69.4%), url("../images/Group-home-1.png") lightgray 50%/cover no-repeat;
  pointer-events: none;
  opacity: 0.3;
}
main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide {
  position: absolute;
  top: 13%;
  left: 37%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  max-width: 43.875rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide {
    top: 15%;
    left: 30%;
    max-width: 29.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide {
    top: 10%;
    left: 28.2%;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide {
    top: 8%;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide {
    top: 0;
    left: 38.5%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide {
    max-width: 22.4rem;
    top: 15%;
    left: 10%;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide {
    top: 8%;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide {
    top: 37%;
    left: 7%;
    -webkit-transform: none;
            transform: none;
  }
}
main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide .text h2 {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.25rem; /* 141.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide .text h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide .text h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-1 .content .background .slider-background .slider-bg .text-slide .text h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
main.main .section-home-1 .content .background .slider-botton {
  position: absolute;
  top: 60%;
  left: 22.6%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-1 .content .background .slider-botton {
    top: 59%;
    left: 17.4%;
  }
}
@media only screen and (max-width: 1380px) {
  main.main .section-home-1 .content .background .slider-botton {
    top: 60%;
    left: 16.8%;
  }
}
@media only screen and (max-width: 1280px) {
  main.main .section-home-1 .content .background .slider-botton {
    left: 14%;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-home-1 .content .background .slider-botton {
    top: 59%;
    left: 13%;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-1 .content .background .slider-botton {
    top: 63%;
    left: 19%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-1 .content .background .slider-botton {
    top: 68%;
    left: 17%;
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-1 .content .background .slider-botton {
    top: 62%;
    left: 10%;
    gap: 0.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
main.main .section-home-1 .content .background .slider-botton .btn-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  border: 1px solid var(--white);
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-1 .content .background .slider-botton .btn-slide svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-1 .content .background .slider-botton .btn-slide {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-1 .content .background .slider-botton .btn-slide {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-1 .content .background .slider-botton .btn-slide {
    padding: 0.3rem;
  }
}
main.main .section-home-1 .content .background .slider-botton .btn-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-1 .content .background .slider-botton .btn-prev {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-1 .content .background .slider-botton .btn-prev {
    width: 1.5rem;
    height: 1.5rem;
  }
}
main.main .section-home-1 .content .background .slider-botton .btn-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-1 .content .background .slider-botton .btn-next {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-1 .content .background .slider-botton .btn-next {
    width: 1.5rem;
    height: 1.5rem;
  }
}
main.main .section-home-2 {
  margin-top: 6.25rem;
  padding-bottom: 13.19rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-2 {
    margin-top: 4.25rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-2 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-2 {
    margin-top: 1rem;
  }
}
main.main .section-home-2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.19rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.main .section-home-2 .content .col-left {
  max-width: 35.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-2 .content .col-left {
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-2 .content .col-left {
    gap: 1rem;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-2 .content .col-left .title {
    max-width: 25rem;
  }
}
main.main .section-home-2 .content .col-left .title h2 {
  color: var(--green);
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-2 .content .col-left .title h2 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-2 .content .col-left .title h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.75rem; /* 126.667% */
  }
}
main.main .section-home-2 .content .col-left .tabs-content .tab-pane p {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-2 .content .col-left .tabs-content .tab-pane p {
    max-width: 25rem;
    font-size: 0.75rem;
  }
}
main.main .section-home-2 .content .col-left .tabs-content .active {
  display: block;
}
main.main .section-home-2 .content .col-left .info {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: auto auto auto auto;
  gap: 2.5rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-2 .content .col-left .info {
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-2 .content .col-left .info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}
main.main .section-home-2 .content .col-left .info .nav-item .nav-link {
  padding: 0;
}
main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.5rem;
  height: 5.5rem;
  padding: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #f3f4f6;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a .icon {
    width: 4rem;
    height: 4rem;
    padding: 0.75rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a .icon {
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a .icon svg {
    width: 30px;
    height: 30px;
  }
}
main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a .icon svg path {
  fill: #112722;
}
main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a .text p {
  max-width: 6.525rem;
  color: #112722;
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a .text p {
    max-width: 5rem;
    font-size: 0.875rem;
    line-height: 1.3rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item a .text p {
    font-size: 1rem;
  }
}
main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item:hover .icon {
  background: #0f5f5a;
}
main.main .section-home-2 .content .col-left .info .nav-item .nav-link .item:hover .icon svg path {
  fill: var(--white);
}
main.main .section-home-2 .content .col-left .info ul#tabs-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.main .section-home-2 .content .col-left .info ul#tabs-info li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
main.main .section-home-2 .content .col-left .info ul#tabs-info li a .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
main.main .section-home-2 .content .col-left .info ul#tabs-info li a .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.5rem;
  height: 5.5rem;
  padding: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 62.4375rem;
  background: #f3f4f6;
}
@media only screen and (max-width: 480px) {
  main.main .section-home-2 .content .col-left .info ul#tabs-info li a .item .icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: 1rem;
  }
}
main.main .section-home-2 .content .col-left .info ul#tabs-info li a .item .icon svg path {
  fill: #112722;
}
main.main .section-home-2 .content .col-left .info ul#tabs-info li a .item .text p {
  color: #112722;
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 155.556% */
}
main.main .section-home-2 .content .col-left .info ul#tabs-info :hover a .item .icon,
main.main .section-home-2 .content .col-left .info ul#tabs-info .active a .item .icon {
  background: #0f5f5a;
}
main.main .section-home-2 .content .col-left .info ul#tabs-info :hover a .item .icon svg path,
main.main .section-home-2 .content .col-left .info ul#tabs-info .active a .item .icon svg path {
  fill: var(--white);
}
main.main .section-home-2 .content .col-right {
  max-width: 36.875rem;
  width: 100%;
}
main.main .section-home-2 .content .col-right .image {
  max-width: 100%;
  width: 100%;
}
main.main .section-home-2 .content .col-right .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 109.152542373%;
}
main.main .section-home-2 .content .col-right .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  -webkit-box-shadow: 88px 302px 88px 0px rgba(0, 0, 0, 0), 56px 193px 80px 0px rgba(0, 0, 0, 0.01), 32px 109px 68px 0px rgba(0, 0, 0, 0.05), 14px 48px 50px 0px rgba(0, 0, 0, 0.09), 4px 12px 28px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 88px 302px 88px 0px rgba(0, 0, 0, 0), 56px 193px 80px 0px rgba(0, 0, 0, 0.01), 32px 109px 68px 0px rgba(0, 0, 0, 0.05), 14px 48px 50px 0px rgba(0, 0, 0, 0.09), 4px 12px 28px 0px rgba(0, 0, 0, 0.1);
}
main.main .section-home-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 15.6875rem;
  height: 100%;
  background-image: url("../images/home-2.png");
}
@media only screen and (max-width: 767px) {
  main.main .section-home-2::before {
    display: none;
  }
}
main.main .section-home-3 {
  padding-top: 5rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-3 {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-3 {
    padding-top: 1rem;
  }
}
main.main .section-home-3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
main.main .section-home-3 .content .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-3 .content .text {
    max-width: 100%;
  }
}
main.main .section-home-3 .content .text h3 {
  color: var(--green-2);
  font-family: Averta;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-3 .content .text h3 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-3 .content .text h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-3 .content .text h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
main.main .section-home-3 .content .impres_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  main.main .section-home-3 .content .impres_numbers {
    gap: 0.75rem;
  }
}
main.main .section-home-3 .content .impres_numbers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 1.25rem);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 1.25rem;
  background: #dbf1ef;
  padding: 3rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-3 .content .impres_numbers .item {
    padding: 1.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.main .section-home-3 .content .impres_numbers .item .number {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
main.main .section-home-3 .content .impres_numbers .item .text p {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-3 .content .impres_numbers .item .text p {
    font-size: 0.875rem;
  }
}
main.main .section-home-3 .content .impres_numbers .item .number {
  color: #0f5f5a;
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.135rem;
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 3rem;
  line-height: 4.25rem; /* 141.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-3 .content .impres_numbers .item .number {
    font-size: 3.125rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-3 .content .impres_numbers .item .number {
    font-size: 2rem;
    line-height: 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-3 .content .impres_numbers .item .number {
    font-size: 1.5rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
}
main.main .section-home-3 .content .impres_numbers hr {
  margin: 5.62rem 0 3rem 0;
  height: 1px;
  background: #d1d5db;
  width: 100%;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-3 .content .impres_numbers hr {
    margin: 3.62rem 0 2rem 0;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-3 .content .impres_numbers hr {
    margin: 2.62rem 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-3 .content .impres_numbers hr {
    display: none;
  }
}
main.main .section-home-4 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 {
    margin: 3.25rem 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-4 {
    margin: 1rem 0;
  }
}
main.main .section-home-4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content {
    gap: 1rem;
  }
}
main.main .section-home-4 .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .title {
    gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-4 .content .title {
    text-align: center;
    gap: 0;
  }
}
main.main .section-home-4 .content .title h3 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .title h3 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-4 .content .title h3 {
    font-size: 1.5rem;
  }
}
main.main .section-home-4 .content .title p {
  color: #37514b;
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
  max-width: 45rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .title p {
    font-size: 0.875rem;
  }
}
main.main .section-home-4 .content .slide-joys {
  position: relative;
}
main.main .section-home-4 .content .slide-joys .home-slide-2 {
  position: relative;
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item {
  width: 25%;
  padding: 0.625rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item {
    width: 100%;
  }
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box {
  display: block;
  width: 100%;
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box a {
  display: block;
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box a .picture {
  display: block;
  width: 100%;
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box a .picture figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 108.771929825%;
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box a .picture figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.75rem;
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box a .desc {
  width: 100%;
  padding: 1.5625rem 1.25rem;
  background: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box a .desc {
    padding: 0.5625rem 1.25rem;
  }
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box a .desc h3 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .slide-joys .home-slide-2 .joy-item .box a .desc h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .slide-joys .home-slide-2 .flickity-page-dots {
    bottom: -10px;
  }
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .flickity-page-dots .dot {
  width: 0.5rem;
  height: 0.5rem;
  fill: #d1d5db;
}
main.main .section-home-4 .content .slide-joys .home-slide-2 .flickity-page-dots .is-selected {
  width: 2rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: var(--green-2);
}
main.main .section-home-4 .content .slide-joys .prev-button {
  position: absolute;
  top: 30%;
  left: 0.7%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.65rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .slide-joys .prev-button {
    top: 26%;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .slide-joys .prev-button svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-4 .content .slide-joys .prev-button {
    left: 2%;
    top: 35%;
  }
}
main.main .section-home-4 .content .slide-joys .next-button {
  position: absolute;
  top: 30%;
  left: 99%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.65rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .slide-joys .next-button {
    top: 26%;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-4 .content .slide-joys .next-button svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-4 .content .slide-joys .next-button {
    left: 97%;
    top: 35%;
  }
}
main.main .section-home-5 {
  margin-top: 6.25rem;
  min-height: 34.8125rem;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 {
    margin: 3.25rem 0 0 0;
    min-height: 31.8125rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-5 {
    margin: 3.25rem 0 3.25rem 0;
  }
}
main.main .section-home-5 .content-text {
  margin-top: 4.94rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text {
    margin-top: 2.94rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-5 .content-text {
    position: relative;
    text-align: center;
    left: inherit;
    z-index: 1;
    width: 100%;
    margin-top: 1.75rem;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
main.main .section-home-5 .content-text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
main.main .section-home-5 .content-text .title h2 {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text .title h2 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-5 .content-text .title h2 {
    font-size: 1.5rem;
  }
}
main.main .section-home-5 .content-text .title p {
  max-width: 34rem;
  color: var(--white);
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text .title p {
    font-size: 0.875rem;
  }
}
main.main .section-home-5 .content-text .service {
  min-width: 90rem;
  margin-top: 2.63rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
  -webkit-box-shadow: 1px 952px 267px 0px rgba(166, 166, 166, 0), 1px 610px 244px 0px rgba(166, 166, 166, 0.01), 0px 343px 206px 0px rgba(166, 166, 166, 0.05), 0px 152px 152px 0px rgba(166, 166, 166, 0.09), 0px 38px 84px 0px rgba(166, 166, 166, 0.1);
          box-shadow: 1px 952px 267px 0px rgba(166, 166, 166, 0), 1px 610px 244px 0px rgba(166, 166, 166, 0.01), 0px 343px 206px 0px rgba(166, 166, 166, 0.05), 0px 152px 152px 0px rgba(166, 166, 166, 0.09), 0px 38px 84px 0px rgba(166, 166, 166, 0.1);
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text .service {
    margin-top: 2rem;
    min-width: 70rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-5 .content-text .service {
    min-width: 60rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-5 .content-text .service {
    min-width: 0;
    width: 100%;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    padding: 15px;
    border-radius: 10px;
  }
}
main.main .section-home-5 .content-text .service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 22.5rem;
  width: 100%;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  main.main .section-home-5 .content-text .service .item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-5 .content-text .service .item {
    max-height: none;
    gap: 0.75rem;
  }
}
main.main .section-home-5 .content-text .service .item .image {
  max-width: 9.375rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  main.main .section-home-5 .content-text .service .item .image {
    max-width: 6.375rem;
  }
}
main.main .section-home-5 .content-text .service .item .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
main.main .section-home-5 .content-text .service .item .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 9.375rem;
}
main.main .section-home-5 .content-text .service .item .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-home-5 .content-text .service .item .desc {
    gap: 0.5rem;
    max-width: 16rem;
  }
}
main.main .section-home-5 .content-text .service .item .desc .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 11.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text .service .item .desc .text {
    max-width: 9.625rem;
    gap: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-5 .content-text .service .item .desc .text {
    text-align: left;
    max-width: 21.625rem;
    gap: 0.75rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-5 .content-text .service .item .desc .text {
    max-width: 100%;
    gap: 0.5rem;
  }
}
main.main .section-home-5 .content-text .service .item .desc .text h3 {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text .service .item .desc .text h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-5 .content-text .service .item .desc .text h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75rem;
  }
}
main.main .section-home-5 .content-text .service .item .desc .text p {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text .service .item .desc .text p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-5 .content-text .service .item .desc .text p {
    font-size: 1rem;
  }
}
main.main .section-home-5 .content-text .service .item .desc .action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
main.main .section-home-5 .content-text .service .item .desc .action a span {
  color: #0f5f5a;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 142.857% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text .service .item .desc .action a span {
    font-size: 0.75rem;
  }
}
main.main .section-home-5 .content-text .service .item .desc .action a svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-5 .content-text .service .item .desc .action a svg {
    width: 1rem;
    height: 1rem;
  }
}
main.main .section-home-5::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 24.8125rem;
  height: 100%;
  background: var(--green-2);
  background-image: url("../images/Group-home-2.png");
}
main.main .section-home-6 {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 1199px) {
  main.main .section-home-6 {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 {
    margin-top: 2rem;
  }
}
main.main .section-home-6 .content {
  position: relative;
  z-index: 1;
}
main.main .section-home-6 .content .label {
  position: absolute;
  max-width: 21.0625rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6 .content .label {
    max-width: 15.0625rem;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-home-6 .content .label {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-6 .content .label {
    max-width: 100%;
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-6 .content .label {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .label {
    max-width: 100%;
  }
}
main.main .section-home-6 .content .label h3 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6 .content .label h3 {
    font-size: 2.625rem;
    line-height: 3.75rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .label h3 {
    font-size: 1.5rem;
    line-height: 2.75rem;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.12rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.12rem;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left {
  -ms-flex-line-pack: end;
      align-content: end;
  margin: 2px;
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left {
    gap: 0.5rem;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text {
    max-width: 14rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text {
    max-width: 100%;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .desc h4 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .desc h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .desc h4 {
    font-size: 1.125rem;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .desc p {
  max-width: 25.4375rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .desc p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .desc p {
    height: 3.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .desc p {
    max-width: 100%;
    font-size: 1rem;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 6.1875rem;
  border: 1px solid #0f5f5a;
  background: var(--green-2);
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .action {
    padding: 0.5rem 1rem;
    width: 6.5rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .action {
    width: 8.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .action {
    padding: 0.5rem 1rem;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .action a {
  color: #dbf1ef;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .action a {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-left .text .action a {
    font-size: 0.95rem;
    font-weight: 500;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-right {
  max-width: 50.8125rem;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6 .content .slider-home-6 .slider-6 .col-right {
    max-width: 43.8125rem;
  }
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-right figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 58.9175892%;
}
main.main .section-home-6 .content .slider-home-6 .slider-6 .col-right figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
main.main .section-home-6 .content .slider-btn-6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.66669rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-6 .content .slider-btn-6 {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 3.5rem;
    top: 35%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-6 .content .slider-btn-6 {
    top: 48%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-6 .content .slider-btn-6 {
    top: 44%;
  }
}
@media only screen and (max-width: 375px) {
  main.main .section-home-6 .content .slider-btn-6 {
    top: 53%;
  }
}
main.main .section-home-6::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 69.75rem;
  max-height: 30.8rem;
  width: 100%;
  height: 100%;
  background: #4bb4af;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6::before {
    width: 52.75rem;
    height: 24.8rem;
  }
}
@media only screen and (max-width: 1380px) {
  main.main .section-home-6::before {
    width: 48.75rem;
    height: 25.8rem;
  }
}
@media only screen and (max-width: 1280px) {
  main.main .section-home-6::before {
    width: 45rem;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-home-6::before {
    width: 42.7rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-6::before {
    display: none;
  }
}
main.main .section-home-6::after {
  content: "";
  max-width: 18.9375rem;
  max-height: 30.8rem;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/home-11.png");
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-6::after {
    max-width: 12.9375rem;
    max-height: 24.8rem;
  }
}
@media only screen and (max-width: 1380px) {
  main.main .section-home-6::after {
    max-width: 13.9375rem;
    max-height: 26.2rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-6::after {
    display: none;
  }
}
main.main .section-home-7 {
  margin-top: 6.38rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-7 {
    margin-top: 3.38rem;
  }
}
main.main .section-home-7 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-home-7 .content {
    display: block;
  }
}
main.main .section-home-7 .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
main.main .section-home-7 .content .text h3 {
  min-height: 4rem;
  color: #004b41;
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-7 .content .text h3 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-7 .content .text h3 {
    font-size: 1.5rem;
  }
}
main.main .section-home-7 .content .text p {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-7 .content .text p {
    font-size: 0.875rem;
  }
}
main.main .section-home-7 .content .list-item {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.25rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-home-7 .content .list-item {
    margin-top: 1.25rem;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.5rem;
  }
}
main.main .section-home-7 .content .list-item .image {
  width: 100%;
  height: 100%;
}
main.main .section-home-7 .content .list-item .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 47.5067612%;
}
main.main .section-home-7 .content .list-item .image figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  border: 1px solid #9ca3af;
}
main.main .section-home-8 {
  margin-top: 6.69rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-8 {
    margin-top: 2.69rem;
  }
}
main.main .section-home-8 .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main.main .section-home-8 .content .title .text h2 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .title .text h2 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-home-8 .content .title .text h2 {
    font-size: 2.75rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-8 .content .title .text h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
main.main .section-home-8 .content .title .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
main.main .section-home-8 .content .title .button a span {
  color: #0f5f5a;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 142.857% */
}
main.main .section-home-8 .content .slide-news {
  margin-top: 2.94rem;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-8 .content .slide-news {
    margin-top: 1rem;
  }
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item {
  width: 33.3333%;
  padding: 0.625rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item {
    width: 100%;
  }
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box {
  display: block;
  width: 100%;
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a {
  display: block;
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture {
  position: relative;
  display: block;
  width: 100%;
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 70%;
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture figure img {
  max-width: 24.1875rem;
  max-height: 17.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture figure img {
    max-height: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture figure img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture figure img {
    max-height: 100%;
    max-width: 100%;
  }
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture .note {
  position: absolute;
  top: 0.5rem;
  left: 4rem;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 6.1875rem;
  background: #6dc6c0;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture .note {
    left: 3.5rem;
    padding: 0.2rem 1rem;
  }
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture .note span {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem; /* 142.857% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .picture .note span {
    font-size: 0.75rem;
  }
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .desc {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.875rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .desc {
    gap: 0;
  }
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .desc h3 {
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .desc h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .desc h3 {
    font-size: 1rem;
  }
}
main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .desc p {
  color: #9ca3af;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .home-slide-6 .news-item .box a .desc p {
    font-size: 0.75rem;
  }
}
main.main .section-home-8 .content .slide-news .prev-news {
  position: absolute;
  top: 25%;
  left: 0%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .prev-news {
    top: 27%;
    left: 1%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-8 .content .slide-news .prev-news {
    left: 3%;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .prev-news svg {
    width: 30px;
    height: 30px;
  }
}
main.main .section-home-8 .content .slide-news .next-news {
  position: absolute;
  top: 25%;
  left: 100%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .next-news {
    top: 27%;
    left: 99%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-home-8 .content .slide-news .next-news svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-home-8 .content .slide-news .next-news {
    left: 95%;
  }
}
main.main .section-about-1 {
  margin-top: 5.75rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 {
    margin-top: 4.5rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-about-1 {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-1 {
    margin-top: 2.75rem;
  }
}
main.main .section-about-1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
main.main .section-about-1 .content .text h2 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .text h2 {
    font-size: 1.5rem;
  }
}
main.main .section-about-1 .content .time-line {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 480px) {
  main.main .section-about-1 .content .time-line {
    display: none;
  }
}
main.main .section-about-1 .content .time-line .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 5rem;
}
main.main .section-about-1 .content .time-line .timeline li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main.main .section-about-1 .content .time-line .timeline li .time {
  color: #9ca3af;
  text-align: center;
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem; /* 140% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .time-line .timeline li .time {
    font-size: 1.75rem;
  }
}
main.main .section-about-1 .content .time-line .timeline li .dot {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke-width: 2px;
  stroke: #004b41;
  background: var(--white);
  z-index: 1;
}
main.main .section-about-1 .content .time-line .timeline li .line {
  height: 0.0625rem;
  width: 100%;
  background: #9ca3af;
  position: absolute;
  top: 94%;
  left: 50%;
}
main.main .section-about-1 .content .time-line .timeline li.slick-current .time {
  color: #4bb4af;
  font-size: 3rem;
}
main.main .section-about-1 .content .list-time {
  margin-top: 4.25rem;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .list-time {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-1 .content .list-time {
    margin-top: 0;
  }
}
main.main .section-about-1 .content .list-time .timeline-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
main.main .section-about-1 .content .list-time .timeline-slide .item-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .list-time .timeline-slide .item-slide {
    gap: 1rem;
  }
}
main.main .section-about-1 .content .list-time .timeline-slide .item-slide .number h1 {
  color: #4bb4af;
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .list-time .timeline-slide .item-slide .number h1 {
    font-size: 2.625rem;
  }
}
main.main .section-about-1 .content .list-time .timeline-slide .item-slide .text .title h2 {
  color: #0f5f5a;
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .list-time .timeline-slide .item-slide .text .title h2 {
    font-size: 1rem;
  }
}
main.main .section-about-1 .content .list-time .timeline-slide .item-slide .text .desc p {
  color: #37514b;
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .list-time .timeline-slide .item-slide .text .desc p {
    font-size: 0.875rem;
  }
}
main.main .section-about-1 .content .list-time .button-slide .btn-next {
  position: absolute;
  top: 5%;
  left: 60%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .list-time .button-slide .btn-next svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-about-1 .content .list-time .button-slide .btn-next {
    top: 4%;
    left: 63%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-1 .content .list-time .button-slide .btn-next {
    top: 2%;
    left: 73%;
  }
}
main.main .section-about-1 .content .list-time .button-slide .btn-prev {
  position: absolute;
  top: 5%;
  left: 34%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-1 .content .list-time .button-slide .btn-prev svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-about-1 .content .list-time .button-slide .btn-prev {
    top: 4%;
    left: 27%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-1 .content .list-time .button-slide .btn-prev {
    top: 2%;
    left: 10%;
  }
}
main.main .section-about-2 {
  margin-top: 4.25rem;
}
main.main .section-about-2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.main .section-about-2 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.main .section-about-2 .content .col-item {
  position: relative;
  width: 50%;
  display: inline-block;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  main.main .section-about-2 .content .col-item {
    width: 100%;
  }
}
main.main .section-about-2 .content .col-item .text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  margin: 11.94rem 14.5rem;
  z-index: 1;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-2 .content .col-item .text {
    margin: 11.94rem 4.5rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-2 .content .col-item .text {
    margin: 3.94rem 10px;
  }
}
main.main .section-about-2 .content .col-item .text .title h3 {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem; /* 140% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-2 .content .col-item .text .title h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-2 .content .col-item .text .title h3 {
    font-size: 1.125rem;
  }
}
main.main .section-about-2 .content .col-item .text .desc {
  max-width: 30.875rem;
}
main.main .section-about-2 .content .col-item .text .desc p {
  color: #e5e7eb;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-2 .content .col-item .text .desc p {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
main.main .section-about-2 .content .col-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
main.main .section-about-3 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-3 {
    margin: 3.25rem 0;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-about-3 {
    margin: 2.62rem 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-3 {
    margin: 2rem 0;
  }
}
main.main .section-about-3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11.5rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-about-3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.main .section-about-3 .content .col-left {
  max-width: 13.9375rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-about-3 .content .col-left {
    max-width: 100%;
  }
}
main.main .section-about-3 .content .col-left .text h3 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-3 .content .col-left .text h3 {
    font-size: 1.65rem;
  }
}
main.main .section-about-3 .content .col-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  main.main .section-about-3 .content .col-right {
    grid-template-columns: 100%;
    gap: 1rem;
  }
}
main.main .section-about-3 .content .col-right .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  main.main .section-about-3 .content .col-right .item {
    width: 0%;
  }
}
main.main .section-about-3 .content .col-right .item .number {
  color: #0f5f5a;
  font-family: var(--f-body);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.5rem; /* 122.222% */
  letter-spacing: 0.135rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-3 .content .col-right .item .number {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-3 .content .col-right .item .number {
    font-size: 2.625rem;
  }
}
main.main .section-about-3 .content .col-right .item .number span {
  color: #0f5f5a;
  font-family: var(--f-body);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.5rem; /* 122.222% */
  letter-spacing: 0.135rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-3 .content .col-right .item .number span {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-3 .content .col-right .item .number span {
    font-size: 2.625rem;
  }
}
main.main .section-about-3 .content .col-right .item .text p {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-3 .content .col-right .item .text p {
    font-size: 0.75rem;
  }
}
main.main .section-about-3 .content .col-right hr {
  margin: 5.62rem 0 3rem 0;
  width: 100%;
  height: 1px;
  background: #d1d5db;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-3 .content .col-right hr {
    margin: 3.62rem 0 2rem 0;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-about-3 .content .col-right hr {
    margin: 2.62rem 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-3 .content .col-right hr {
    margin: 1rem 0;
  }
}
main.main .section-about-4 {
  margin-top: 6.25rem;
  background-size: cover;
  position: relative;
}
main.main .section-about-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40.52%, rgba(0, 37, 34, 0.7)), color-stop(76.08%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 37, 34, 0.7) 40.52%, rgba(0, 0, 0, 0) 76.08%);
}
main.main .section-about-4 .content {
  padding: 6.31rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-4 .content {
    padding: 5.25rem 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-4 .content {
    padding: 3.25rem 0;
  }
}
main.main .section-about-4 .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
main.main .section-about-4 .content .text h2 {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
main.main .section-about-4 .content .text p {
  max-width: 58.9375rem;
  color: var(--white);
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-4 .content .text p {
    font-size: 0.875rem;
  }
}
main.main .section-about-4 .content .list-item {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  main.main .section-about-4 .content .list-item {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-about-4 .content .list-item {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-4 .content .list-item {
    grid-template-columns: auto;
  }
}
main.main .section-about-4 .content .list-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 24.1875rem;
  padding: 0rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-about-4 .content .list-item .item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-about-4 .content .list-item .item {
    max-width: 100%;
  }
}
main.main .section-about-4 .content .list-item .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-about-4 .content .list-item .item .top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.5rem;
  height: 5.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 62.4375rem;
  background: rgba(0, 0, 0, 0.32);
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-4 .content .list-item .item .top .icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-4 .content .list-item .item .top .icon svg {
    width: 35px;
    height: 35px;
  }
}
main.main .section-about-4 .content .list-item .item .top .title {
  min-height: 4rem;
}
main.main .section-about-4 .content .list-item .item .top .title h3 {
  color: var(--white);
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-4 .content .list-item .item .top .title h3 {
    font-size: 1rem;
  }
}
main.main .section-about-4 .content .list-item .item .bot {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-about-4 .content .list-item .item .bot p {
  color: #e5e7eb;
  text-align: justify;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-4 .content .list-item .item .bot p {
    font-size: 0.875rem;
  }
}
main.main .section-about-5 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-5 {
    margin: 4.25rem 0;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-about-5 {
    margin: 4.25rem 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-about-5 {
    margin: 3.25rem 0;
  }
}
main.main .section-about-5 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-about-5 .content {
    display: block;
  }
}
main.main .section-about-5 .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
main.main .section-about-5 .content .text .title h3 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-5 .content .text .title h3 {
    font-size: 1.5rem;
  }
}
main.main .section-about-5 .content .text .desc p {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-about-5 .content .text .desc p {
    max-width: 36rem;
    font-size: 0.875rem;
  }
}
main.main .section-about-5 .content .list-item {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.25rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-about-5 .content .list-item {
    margin-top: 1.25rem;
    width: 100%;
    gap: 0.5rem;
    grid-template-columns: auto auto;
  }
}
main.main .section-about-5 .content .list-item .image {
  width: 100%;
}
main.main .section-about-5 .content .list-item .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-about-5 .content .list-item .image figure img {
  width: 100%;
  max-height: 11.3125rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  border: 1px solid #9ca3af;
}
@media only screen and (max-width: 480px) {
  main.main .section-about-5 .content .list-item .image figure img {
    max-height: 6.0325rem;
  }
}
main.main .section-factory-1 .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
main.main .section-factory-1 .content .slide-factory-1 {
  position: relative;
}
main.main .section-factory-1 .content .slide-factory-1 .factory-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  padding: 1rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-right: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
  border-left: 1px solid #d1d5db;
  background: rgba(219, 241, 239, 0.2);
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .content .slide-factory-1 .factory-1 {
    height: 5rem;
  }
}
main.main .section-factory-1 .content .slide-factory-1 .factory-1 a {
  text-align: center;
}
main.main .section-factory-1 .content .slide-factory-1 .factory-1 a .slide__nav {
  color: #4b635d;
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .content .slide-factory-1 .factory-1 a .slide__nav {
    font-size: 1rem;
  }
}
main.main .section-factory-1 .content .slide-factory-1 .slick-current {
  background: #0f5f5a;
}
main.main .section-factory-1 .content .slide-factory-1 .slick-current a .slide__nav {
  color: var(--white);
  font-weight: 700;
}
main.main .section-factory-1 .content .slide-factory-1 .slick-current a .slide__nav:after {
  width: 100%;
}
main.main .section-factory-1 .content .button-factory-1 .btn-fac-next {
  position: absolute;
  left: 96%;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .content .button-factory-1 .btn-fac-next {
    top: 1rem;
    left: 95%;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-factory-1 .content .button-factory-1 .btn-fac-next {
    left: 94%;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-factory-1 .content .button-factory-1 .btn-fac-next {
    left: 92.5%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-factory-1 .content .button-factory-1 .btn-fac-next {
    left: 90.5%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .content .button-factory-1 .btn-fac-next {
    left: 85%;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .content .button-factory-1 .btn-fac-next svg {
    width: 30px;
    height: 30px;
  }
}
main.main .section-factory-1 .content .button-factory-1 .btn-fac-prev {
  position: absolute;
  left: 1rem;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .content .button-factory-1 .btn-fac-prev {
    top: 1rem;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .content .button-factory-1 .btn-fac-prev svg {
    width: 30px;
    height: 30px;
  }
}
main.main .section-factory-1 .slide-content {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content {
    margin-top: 4.25rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .intro {
  position: relative;
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .intro {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .intro .image {
  width: 100%;
}
main.main .section-factory-1 .slide-content .content-factory .intro .image figure img {
  max-width: 75rem;
  height: 30.0625rem;
  border-radius: 1.5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
main.main .section-factory-1 .slide-content .content-factory .intro .text {
  max-width: 34.0625rem;
  position: absolute;
  top: 45%;
  left: 30%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 0.75rem;
  background: #dbf1ef;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .intro .text {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-factory-1 .slide-content .content-factory .intro .text {
    left: 36%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .intro .text {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
main.main .section-factory-1 .slide-content .content-factory .intro .text h2 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .intro .text h2 {
    font-size: 1.125rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .intro .text p {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .intro .text p {
    font-size: 0.875rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .info {
  margin-top: 15.12rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .info {
    margin-top: 8.12rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-factory-1 .slide-content .content-factory .info {
    margin-top: 12.12rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .info {
    margin-top: 1rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
main.main .section-factory-1 .slide-content .content-factory .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  main.main .section-factory-1 .slide-content .content-factory .info ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .info ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .info ul li span:first-child {
  min-width: 25rem;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .info ul li span:first-child {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .info ul li span:first-child {
    width: 100%;
  }
}
main.main .section-factory-1 .slide-content .content-factory .info ul li span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .info ul li span:last-child {
    font-size: 1rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .product {
  width: 100%;
  margin-top: 6.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .product {
    margin-top: 3.25rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .product {
    margin-top: 2.25rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .product .title h3 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem; /* 140% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .product .title h3 {
    font-size: 2rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product {
  width: 100%;
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product .row {
  row-gap: 1.25rem;
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .image {
  width: 100%;
  height: 100%;
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 110.175438596%;
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .text h3 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .text h3 {
    font-size: 0.875rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .text p {
  max-width: 14.8125rem;
  color: #1f3731;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .text p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .product .list-product .item a .text p {
    max-width: 100%;
  }
}
main.main .section-factory-1 .slide-content .content-factory .certificate {
  width: 100%;
  margin-top: 6.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .certificate {
    margin-top: 3.25rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .certificate {
    margin-top: 2.25rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .certificate .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
main.main .section-factory-1 .slide-content .content-factory .certificate .title h3 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.5rem; /* 140% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .certificate .title h3 {
    font-size: 2rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .certificate .title p {
  color: #37514b;
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .certificate .title p {
    font-size: 1rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .certificate .list-certifi .item {
  margin-bottom: 1.5rem;
}
main.main .section-factory-1 .slide-content .content-factory .certificate .list-certifi .item .image {
  width: 100%;
  height: 100%;
}
main.main .section-factory-1 .slide-content .content-factory .certificate .list-certifi .item .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-factory-1 .slide-content .content-factory .certificate .list-certifi .item .image figure img {
  border-radius: 1rem;
  border: 1px solid #9ca3af;
}
main.main .section-factory-1 .slide-content .content-factory .gallery {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery {
    margin-top: 4.25rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery {
    margin-top: 2.25rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .gallery .title {
  text-align: center;
}
main.main .section-factory-1 .slide-content .content-factory .gallery .title h3 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem; /* 140% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery .title h3 {
    font-size: 2rem;
  }
}
main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery {
  margin-top: 2.94rem;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery {
    margin-top: 0;
  }
}
main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .slider-image .image {
  width: 33.3333%;
  height: 13.5rem;
  padding: 0.625rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .slider-image .image {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .slider-image .image {
    width: 100%;
  }
}
main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .slider-image .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .slider-image .image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .image-prev {
  position: absolute;
  top: 20%;
  left: 1.3%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
  z-index: 1;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .image-prev svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .image-prev {
    left: 5%;
  }
}
main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .image-next {
  position: absolute;
  top: 20%;
  left: 98.799%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .image-next svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-1 .slide-content .content-factory .gallery .slider-gallery .image-next {
    left: 95%;
  }
}
main.main .section-factory-2 {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-2 .content {
    margin-top: 4.25rem;
  }
}
main.main .section-factory-2 .content .intro {
  position: relative;
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-2 .content .intro {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.main .section-factory-2 .content .intro .image {
  width: 100%;
}
main.main .section-factory-2 .content .intro .image figure img {
  max-width: 75rem;
  height: 30.0625rem;
  border-radius: 1.5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
main.main .section-factory-2 .content .intro .text {
  max-width: 34.0625rem;
  position: absolute;
  top: 45%;
  left: 30%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 0.75rem;
  background: #dbf1ef;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-2 .content .intro .text {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-factory-2 .content .intro .text {
    left: 36%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-2 .content .intro .text {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
main.main .section-factory-2 .content .intro .text h2 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-2 .content .intro .text h2 {
    font-size: 1.125rem;
  }
}
main.main .section-factory-2 .content .intro .text p {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-2 .content .intro .text p {
    font-size: 0.875rem;
  }
}
main.main .section-factory-3 {
  margin-top: 6.25rem;
}
main.main .section-factory-3 .info {
  margin-top: 15.12rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-3 .info {
    margin-top: 8.12rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-factory-3 .info {
    margin-top: 12.12rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-3 .info {
    margin-top: 1rem;
  }
}
main.main .section-factory-3 .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
main.main .section-factory-3 .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  main.main .section-factory-3 .info ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-3 .info ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.main .section-factory-3 .info ul li span:first-child {
  min-width: 25rem;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-3 .info ul li span:first-child {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-3 .info ul li span:first-child {
    width: 100%;
  }
}
main.main .section-factory-3 .info ul li span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-3 .info ul li span:last-child {
    font-size: 1rem;
  }
}
main.main .section-factory-4 {
  margin-top: 6.25rem;
}
main.main .section-factory-4 .product {
  width: 100%;
  margin-top: 6.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-4 .product {
    margin-top: 3.25rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-4 .product {
    margin-top: 2.25rem;
  }
}
main.main .section-factory-4 .product .title h3 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem; /* 140% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-4 .product .title h3 {
    font-size: 2rem;
  }
}
main.main .section-factory-4 .product .list-product {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-4 .product .list-product {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-factory-4 .product .list-product {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-4 .product .list-product {
    grid-template-columns: 100%;
  }
}
main.main .section-factory-4 .product .list-product .item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
main.main .section-factory-4 .product .list-product .item a .image {
  width: 100%;
  max-height: 19.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main.main .section-factory-4 .product .list-product .item a .image figure img {
  max-width: 100%;
  height: 19.625rem;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-4 .product .list-product .item a .image figure img {
    height: 15.625rem;
  }
}
main.main .section-factory-4 .product .list-product .item a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-factory-4 .product .list-product .item a .text h3 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-4 .product .list-product .item a .text h3 {
    font-size: 0.875rem;
  }
}
main.main .section-factory-4 .product .list-product .item a .text p {
  max-width: 14.8125rem;
  color: #1f3731;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-4 .product .list-product .item a .text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-factory-4 .product .list-product .item a .text p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-4 .product .list-product .item a .text p {
    max-width: 100%;
  }
}
main.main .section-factory-5 {
  margin-top: 6.25rem;
}
main.main .section-factory-5 .gallery {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-5 .gallery {
    margin-top: 4.25rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-5 .gallery {
    margin-top: 2.25rem;
  }
}
main.main .section-factory-5 .gallery .title {
  text-align: center;
}
main.main .section-factory-5 .gallery .title h3 {
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem; /* 140% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-5 .gallery .title h3 {
    font-size: 2rem;
  }
}
main.main .section-factory-5 .gallery .slider-gallery {
  margin-top: 2.94rem;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-5 .gallery .slider-gallery {
    margin-top: 0;
  }
}
main.main .section-factory-5 .gallery .slider-gallery .slider-image .image {
  width: 33.3333%;
  height: 13.5rem;
  padding: 0.625rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-factory-5 .gallery .slider-gallery .slider-image .image {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-5 .gallery .slider-gallery .slider-image .image {
    width: 100%;
  }
}
main.main .section-factory-5 .gallery .slider-gallery .slider-image .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-factory-5 .gallery .slider-gallery .slider-image .image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
main.main .section-factory-5 .gallery .slider-gallery .image-prev {
  position: absolute;
  top: 20%;
  left: 1.3%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
  z-index: 1;
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-5 .gallery .slider-gallery .image-prev svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-5 .gallery .slider-gallery .image-prev {
    left: 5%;
  }
}
main.main .section-factory-5 .gallery .slider-gallery .image-next {
  position: absolute;
  top: 20%;
  left: 98.799%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: var(--white);
}
@media only screen and (max-width: 1480px) {
  main.main .section-factory-5 .gallery .slider-gallery .image-next svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-factory-5 .gallery .slider-gallery .image-next {
    left: 95%;
  }
}
main.main .section-product-1 .content {
  margin: 5rem 0 0 0;
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main.main .section-product-1 .content:nth-child(2n+2) .col-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main.main .section-product-1 .content:nth-child(2n+2) .col-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 2.69rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-product-1 .content:nth-child(2n+2) .col-right {
    padding-right: 1.69rem;
  }
}
main.main .section-product-1 .content:nth-child(odd) .col-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main.main .section-product-1 .content:nth-child(odd) .col-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 2.69rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-product-1 .content:nth-child(odd) .col-right {
    padding-left: 1.69rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-product-1 .content:nth-child(odd) .col-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-product-1 .content {
    margin: 2.5rem 0 0 0;
    grid-template-columns: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d1d5db;
  }
  main.main .section-product-1 .content:nth-child(2n+2) .col-left {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  main.main .section-product-1 .content:nth-child(2n+2) .col-right {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  main.main .section-product-1 .content:nth-child(odd) .col-left {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  main.main .section-product-1 .content:nth-child(odd) .col-right {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-left: 0;
  }
}
main.main .section-product-1 .content .col-left {
  width: 100%;
  height: 100%;
}
main.main .section-product-1 .content .col-left .image {
  height: 20.5rem;
  width: 36.875rem;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  main.main .section-product-1 .content .col-left .image {
    width: 30.875rem;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-1 .content .col-left .image {
    height: 17rem;
    width: 30.875rem;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-product-1 .content .col-left .image {
    height: 17rem;
    width: 28rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-product-1 .content .col-left .image {
    height: 14rem;
    width: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-product-1 .content .col-left .image {
    height: 17rem;
    width: 100%;
  }
}
main.main .section-product-1 .content .col-left .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-product-1 .content .col-left .image figure img {
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 1.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
main.main .section-product-1 .content .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 37.1875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media only screen and (max-width: 1380px) {
  main.main .section-product-1 .content .col-right {
    max-width: 31rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-product-1 .content .col-right {
    max-width: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-product-1 .content .col-right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-product-1 .content .col-right {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-product-1 .content .col-right .text {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-product-1 .content .col-right .text {
    text-align: center;
  }
}
main.main .section-product-1 .content .col-right .text h2 {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-1 .content .col-right .text h2 {
    font-size: 1.25rem;
  }
}
main.main .section-product-1 .content .col-right .text p {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-top: 0.75rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-1 .content .col-right .text p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-product-1 .content .col-right .text p {
    text-align: left;
  }
}
main.main .section-product-1 .content .col-right .category .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 62.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
}
main.main .section-product-1 .content .col-right .category .cate .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 6.1875rem;
  background: #dbf1ef;
  font-weight: 700;
  color: #3a6e64;
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-1 .content .col-right .category .cate .item a {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}
main.main .section-product-1 .content .col-right .category .cate .action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
main.main .section-product-1 .content .col-right .category .cate .action a span {
  color: #0f5f5a;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 142.857% */
}
main.main .section-product-detail {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
  main.main .section-product-detail {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail {
    margin-top: 1.25rem;
  }
}
main.main .section-product-detail .content .overview-product {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product {
    gap: 3.25rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product {
    gap: 2.25rem;
  }
}
main.main .section-product-detail .content .overview-product .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
main.main .section-product-detail .content .overview-product .overview .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .overview .label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.main .section-product-detail .content .overview-product .overview .label .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
main.main .section-product-detail .content .overview-product .overview .label .text h2 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .overview .label .text h2 {
    font-size: 1.5rem;
  }
}
main.main .section-product-detail .content .overview-product .overview .label .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .overview .label .share .item a svg {
    width: 30px;
    height: 30px;
  }
}
main.main .section-product-detail .content .overview-product .overview .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f4f6;
  border-radius: 2rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-product-detail .content .overview-product .overview .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    border-radius: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .overview .product {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
main.main .section-product-detail .content .overview-product .overview .product .image {
  max-width: 30.5rem;
  max-height: 19.125rem;
}
@media only screen and (max-width: 767px) {
  main.main .section-product-detail .content .overview-product .overview .product .image {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .overview .product .image {
    max-width: 100%;
  }
}
main.main .section-product-detail .content .overview-product .overview .product .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-product-detail .content .overview-product .overview .product .image figure img {
  min-width: 30.5rem;
  height: 19.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (max-width: 767px) {
  main.main .section-product-detail .content .overview-product .overview .product .image figure img {
    min-width: 100%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .overview .product .image figure img {
    min-width: 100%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
}
main.main .section-product-detail .content .overview-product .overview .product .text {
  max-width: 40.5625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .overview .product .text {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-product-detail .content .overview-product .overview .product .text {
    padding-right: 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .overview .product .text {
    padding-right: 0;
    padding: 10px;
  }
}
main.main .section-product-detail .content .overview-product .overview .product .text .title h3 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .overview .product .text .title h3 {
    font-size: 1.25rem;
  }
}
main.main .section-product-detail .content .overview-product .overview .product .text .desc p {
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .overview .product .text .desc p {
    font-size: 0.875rem;
  }
}
main.main .section-product-detail .content .overview-product .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
main.main .section-product-detail .content .overview-product .product-info p {
  max-width: 75rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .product-info p {
    font-size: 0.875rem;
  }
}
main.main .section-product-detail .content .overview-product .product-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  border-top: 1px solid #d1d5db;
  padding-top: 1.5rem;
}
main.main .section-product-detail .content .overview-product .product-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-product-detail .content .overview-product .product-info ul li {
    display: grid;
    gap: 1rem;
  }
}
main.main .section-product-detail .content .overview-product .product-info ul li span:first-child {
  width: 21.875rem;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .product-info ul li span:first-child {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-product-detail .content .overview-product .product-info ul li span:first-child {
    width: 17.875rem;
  }
}
main.main .section-product-detail .content .overview-product .product-info ul li span:last-child {
  max-width: 53.125rem;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .product-info ul li span:last-child {
    font-size: 0.875rem;
    max-width: 40.125rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .product-info ul li span:last-child {
    width: 100%;
  }
}
main.main .section-product-detail .content .overview-product .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .gallery {
    margin-bottom: 0;
  }
}
main.main .section-product-detail .content .overview-product .gallery .title {
  width: 100%;
}
main.main .section-product-detail .content .overview-product .gallery .title h3 {
  color: #37514b;
  font-family: var(--f-body);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .gallery .title h3 {
    font-size: 1.5rem;
  }
}
main.main .section-product-detail .content .overview-product .gallery .list-image {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.25rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .gallery .list-image {
    width: 96%;
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .gallery .list-image .image {
    max-width: 100%;
  }
}
main.main .section-product-detail .content .overview-product .gallery .list-image .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-product-detail .content .overview-product .gallery .list-image .image figure img {
  width: 24.1875rem;
  height: 17.375rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.75rem;
  -o-object-fit: unset;
     object-fit: unset;
}
@media only screen and (max-width: 1380px) {
  main.main .section-product-detail .content .overview-product .gallery .list-image .image figure img {
    width: 20.1875rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-product-detail .content .overview-product .gallery .list-image .image figure img {
    height: 9.85rem;
  }
}
main.main .section-product-detail .content .overview-product .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
main.main .section-product-detail .content .overview-product .related .title h3 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-product-detail .content .overview-product .related .title h3 {
    font-size: 1.5rem;
  }
}
main.main .section-product-detail .content .overview-product .related .list-related {
  width: 100%;
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item {
  margin-bottom: 1rem;
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item a .image {
  width: 100%;
  height: 100%;
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item a .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 110.175438596%;
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item a .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item a .text .title {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item a .text .title h4 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
}
main.main .section-product-detail .content .overview-product .related .list-related .col-item .item a .text .desc p {
  color: #1f3731;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.main .section-product-detail .content .overview-product .related .row {
  row-gap: 1.25rem;
}
main.main .section-service-1 .content {
  margin: 5rem 0 0 0;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
main.main .section-service-1 .content:nth-child(2n+2) .col-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main.main .section-service-1 .content:nth-child(2n+2) .col-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 2.69rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-service-1 .content:nth-child(2n+2) .col-right {
    padding-right: 1.69rem;
  }
}
main.main .section-service-1 .content:nth-child(odd) .col-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main.main .section-service-1 .content:nth-child(odd) .col-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 2.69rem;
}
@media only screen and (max-width: 991px) {
  main.main .section-service-1 .content:nth-child(odd) .col-right {
    padding-left: 1.69rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-service-1 .content:nth-child(odd) .col-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-service-1 .content {
    margin: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  main.main .section-service-1 .content:nth-child(2n+2) .col-left {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  main.main .section-service-1 .content:nth-child(2n+2) .col-right {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  main.main .section-service-1 .content:nth-child(odd) .col-left {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  main.main .section-service-1 .content:nth-child(odd) .col-right {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-left: 0;
  }
}
main.main .section-service-1 .content .col-left {
  width: 100%;
  height: 100%;
}
main.main .section-service-1 .content .col-left .image {
  height: 20.5rem;
  width: 36.875rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-service-1 .content .col-left .image {
    height: 17rem;
    width: 30.875rem;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-service-1 .content .col-left .image {
    height: 17rem;
    width: 28rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-service-1 .content .col-left .image {
    height: 14rem;
    width: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-service-1 .content .col-left .image {
    height: 17rem;
    width: 100%;
  }
}
main.main .section-service-1 .content .col-left .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-service-1 .content .col-left .image figure img {
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 1.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
main.main .section-service-1 .content .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 37.1875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media only screen and (max-width: 1380px) {
  main.main .section-service-1 .content .col-right {
    max-width: 31rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-service-1 .content .col-right {
    max-width: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-service-1 .content .col-right {
    max-width: 100%;
  }
}
main.main .section-service-1 .content .col-right .text h2 {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-service-1 .content .col-right .text h2 {
    font-size: 1.25rem;
  }
}
main.main .section-service-1 .content .col-right .text p {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-top: 0.75rem;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1480px) {
  main.main .section-service-1 .content .col-right .text p {
    font-size: 0.875rem;
  }
}
main.main .section-service-1 .content .col-right .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 6.1875rem;
  border: 1px solid #0f5f5a;
  background: #004b41;
}
@media only screen and (max-width: 1480px) {
  main.main .section-service-1 .content .col-right .action {
    padding: 0.5rem 1rem;
  }
}
main.main .section-service-1 .content .col-right .action a span {
  color: #dbf1ef;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-service-1 .content .col-right .action a span {
    font-size: 0.875rem;
  }
}
main.main .section-service-detail .content {
  margin: 5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  main.main .section-service-detail .content {
    margin: 3rem 0 0 0;
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-service-detail .content {
    margin: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.main .section-service-detail .content .col-left {
  max-width: 30.5rem;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main.main .section-service-detail .content .col-left .image {
  max-width: 100%;
  height: 18.6875rem;
}
@media only screen and (max-width: 1380px) {
  main.main .section-service-detail .content .col-left .image {
    max-width: 25.5rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-service-detail .content .col-left .image {
    max-width: 18.6875rem;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-service-detail .content .col-left .image {
    max-width: 100%;
  }
}
main.main .section-service-detail .content .col-left .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-service-detail .content .col-left .image figure img {
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
main.main .section-service-detail .content .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
main.main .section-service-detail .content .col-right .text h2 {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: var(--green-2);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-service-detail .content .col-right .text h2 {
    font-size: 1rem;
  }
}
main.main .section-service-detail .content .col-right .text p {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #37514b;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-top: 0.75rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-service-detail .content .col-right .text p {
    font-size: 0.875rem;
  }
}
main.main .section-banner-new .text-banner {
  padding: 2.25rem 0 1.88rem 0;
}
@media only screen and (max-width: 1480px) {
  main.main .section-banner-new .text-banner {
    font-size: 1.8rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-banner-new .text-banner {
    padding: 1rem 0;
  }
}
main.main .section-banner-new .text-banner h1 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-banner-new .text-banner h1 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-banner-new .text-banner h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-news-1 {
    margin-top: 3.25rem;
  }
}
main.main .section-news-1 .text-banner {
  padding: 2.25rem 0 1.88rem 0;
}
main.main .section-news-1 .text-banner h1 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 480px) {
  main.main .section-news-1 .text-banner h1 {
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.75rem; /* 126.667% */
  }
}
main.main .section-news-2 .category ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-news-2 .category ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
main.main .section-news-2 .category ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 6.1875rem;
  background: #e5e7eb;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .category ul li {
    padding: 0.3rem 0.75rem;
  }
}
main.main .section-news-2 .category ul li a {
  color: #000;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .category ul li a {
    font-size: 0.875rem;
  }
}
main.main .section-news-2 .category ul .active {
  background: #dbf1ef;
}
main.main .section-news-2 .content {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .content {
    margin-top: 2.75rem;
  }
}
main.main .section-news-2 .content .top-list {
  row-gap: 4.06rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .content .top-list {
    row-gap: 2.06rem;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-news-2 .content .top-list {
    row-gap: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-news-2 .content .top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
main.main .section-news-2 .content .top-list h2 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem; /* 126.667% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .content .top-list h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-news-2 .content .top-list h2 {
    font-size: 2rem;
  }
}
main.main .section-news-2 .content .top-list .top a .image {
  max-width: 36.875rem;
  width: 100%;
}
main.main .section-news-2 .content .top-list .top a .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 54.915254237%;
}
main.main .section-news-2 .content .top-list .top a .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
main.main .section-news-2 .content .top-list .top a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-top: 1.25rem;
  max-width: 30.875rem;
}
main.main .section-news-2 .content .top-list .top a .text h3 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .content .top-list .top a .text h3 {
    font-size: 1rem;
  }
}
main.main .section-news-2 .content .top-list .top a .text p {
  color: #6b7280;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.main .section-news-2 .content .top-list .bot a .image {
  max-width: 24.1875rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  main.main .section-news-2 .content .top-list .bot a .image {
    max-width: 36.875rem;
  }
}
main.main .section-news-2 .content .top-list .bot a .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 55.038759689%;
}
@media only screen and (max-width: 991px) {
  main.main .section-news-2 .content .top-list .bot a .image figure {
    padding-top: 54.915254237%;
  }
}
main.main .section-news-2 .content .top-list .bot a .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
main.main .section-news-2 .content .top-list .bot a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-top: 1.25rem;
  max-width: 30.875rem;
}
main.main .section-news-2 .content .top-list .bot a .text h3 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .content .top-list .bot a .text h3 {
    font-size: 1rem;
  }
}
main.main .section-news-2 .content .top-list .bot a .text p {
  color: #6b7280;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .content .top-list .bot a .text p {
    font-size: 0.875rem;
  }
}
main.main .section-news-2 .content .bot-list {
  margin-top: 4.06rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-news-2 .content .bot-list {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
main.main .section-news-2 .content .bot-list .item a .image figure {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}
main.main .section-news-2 .content .bot-list .item a .image figure img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
main.main .section-news-2 .content .bot-list .item a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-top: 1.25rem;
}
main.main .section-news-2 .content .bot-list .item a .text h3 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
main.main .section-news-2 .content .bot-list .item a .text p {
  color: #6b7280;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.main .section-news-2 .content .number-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.main .section-news-2 .content .number-page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.625rem;
  height: 2.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: var(--f-second);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
main.main .section-news-2 .content .number-page .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.625rem;
  height: 2.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.5rem;
  background: var(--white);
  text-align: center;
  font-family: var(--f-second);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-2 .content .number-page .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
main.main .section-news-2 .content .number-page .current {
  border-radius: 0.5rem;
  background: #0f5f5a;
  color: var(--white);
}
main.main .section-news-detail {
  margin-top: 3.12rem;
}
@media only screen and (max-width: 767px) {
  main.main .section-news-detail .content {
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-news-detail .content {
    gap: 2rem;
  }
}
main.main .section-news-detail .content .col-left .image {
  max-width: 49.5625rem;
  width: 100%;
}
main.main .section-news-detail .content .col-left .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 54.854981084%;
}
main.main .section-news-detail .content .col-left .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
main.main .section-news-detail .content .col-left .title-news {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  margin-top: 1.56rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .title-news {
    margin-top: 1rem;
  }
}
main.main .section-news-detail .content .col-left .title-news .category p {
  color: #0f5f5a;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .title-news .category p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-news-detail .content .col-left .title-news .category p {
    font-size: 1rem;
  }
}
main.main .section-news-detail .content .col-left .title-news .title h1 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .title-news .title h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-news-detail .content .col-left .title-news .title h1 {
    font-size: 1.75rem;
  }
}
main.main .section-news-detail .content .col-left .info {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-news-detail .content .col-left .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
main.main .section-news-detail .content .col-left .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
main.main .section-news-detail .content .col-left .info .date span {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .info .date span {
    font-size: 0.75rem;
  }
}
main.main .section-news-detail .content .col-left .info .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
main.main .section-news-detail .content .col-left .info .share .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
main.main .section-news-detail .content .col-left .info .share .view svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.main .section-news-detail .content .col-left .info .share .view span {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
main.main .section-news-detail .content .col-left .content-news {
  margin-top: 3.12rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .content-news {
    margin-top: 1.12rem;
  }
}
main.main .section-news-detail .content .col-left .content-news p {
  margin: 1.5rem 0 1.5rem 0;
  color: #153333;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .content-news p {
    font-size: 0.875rem;
  }
}
main.main .section-news-detail .content .col-left .content-news ul {
  margin: 1.5rem 0 1.5rem 0;
  padding: 0.97rem 0 0.97rem 2.25rem;
  border-left: 1px solid #d1d5db;
}
main.main .section-news-detail .content .col-left .content-news ul li {
  color: #153333;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .content-news ul li {
    font-size: 0.875rem;
  }
}
main.main .section-news-detail .content .col-left .content-news strong {
  color: #153333;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .content-news strong {
    font-size: 0.875rem;
  }
}
main.main .section-news-detail .content .col-left .content-news img {
  max-width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 2.24rem 0 0.75rem 0;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-left .content-news img {
    margin: 0 0 0.75rem 0;
  }
}
main.main .section-news-detail .content .col-left .content-news span {
  color: #9ca3af;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
  margin-bottom: 1.94rem;
}
main.main .section-news-detail .content .col-left .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
main.main .section-news-detail .content .col-left .tag span {
  color: #6b7280;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem; /* 142.857% */
}
main.main .section-news-detail .content .col-left .tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
main.main .section-news-detail .content .col-left .tag ul li {
  color: #6b7280;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem; /* 142.857% */
}
main.main .section-news-detail .content .col-left .tag ul li span {
  color: #6b7280;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem; /* 142.857% */
}
main.main .section-news-detail .content .col-right {
  padding-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  main.main .section-news-detail .content .col-right {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-news-detail .content .col-right {
    padding-left: 10px;
  }
}
main.main .section-news-detail .content .col-right .share .text h3 {
  color: #153333;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-right .share .text h3 {
    font-size: 0.875rem;
  }
}
main.main .section-news-detail .content .col-right .share .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-right .share .social svg {
    width: 30px;
    height: 30px;
  }
}
main.main .section-news-detail .content .col-right .hot-news {
  margin-top: 5.25rem;
}
@media only screen and (max-width: 767px) {
  main.main .section-news-detail .content .col-right .hot-news {
    margin-top: 2.25rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-news-detail .content .col-right .hot-news {
    margin-top: 2.25rem;
  }
}
main.main .section-news-detail .content .col-right .hot-news .text {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}
main.main .section-news-detail .content .col-right .hot-news .text h3 {
  color: #153333;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-right .hot-news .text h3 {
    font-size: 0.875rem;
  }
}
main.main .section-news-detail .content .col-right .hot-news .list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-news-detail .content .col-right .hot-news .list-news .item-news {
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
}
main.main .section-news-detail .content .col-right .hot-news .list-news .item-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-bottom: 1.5rem;
}
main.main .section-news-detail .content .col-right .hot-news .list-news .item-news a .title h4 {
  color: #153333;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 155.556% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-right .hot-news .list-news .item-news a .title h4 {
    font-size: 0.875rem;
  }
}
main.main .section-news-detail .content .col-right .hot-news .list-news .item-news a .time span {
  color: #6b7280;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .content .col-right .hot-news .list-news .item-news a .time span {
    font-size: 0.75rem;
  }
}
main.main .section-news-detail .related {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-top: 3.44rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .related {
    margin-top: 2.44rem;
  }
}
main.main .section-news-detail .related .text h3 {
  color: #153333;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .related .text h3 {
    font-size: 1rem;
  }
}
main.main .section-news-detail .related .list-post .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
main.main .section-news-detail .related .list-post .item a .image {
  max-width: 24.1875rem;
  width: 100%;
}
main.main .section-news-detail .related .list-post .item a .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 55.038759689%;
}
main.main .section-news-detail .related .list-post .item a .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
main.main .section-news-detail .related .list-post .item a .title h4 {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .related .list-post .item a .title h4 {
    font-size: 1rem;
  }
}
main.main .section-news-detail .related .list-post .item a .desc p {
  font-size: 1rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-news-detail .related .list-post .item a .desc p {
    font-size: 0.875rem;
  }
}
main.main .section-news-detail .related .row {
  row-gap: 1.25rem;
}
main.main .section-contact-1 {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 {
    margin-top: 3.25rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-contact-1 {
    margin-top: 2rem;
  }
}
main.main .section-contact-1 .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content {
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-contact-1 .content {
    gap: 1.25rem;
  }
}
main.main .section-contact-1 .content .text h2 {
  color: #112722;
  text-align: center;
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem; /* 140% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .text h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-contact-1 .content .text h2 {
    line-height: normal;
    font-size: 1.5rem;
  }
}
main.main .section-contact-1 .content .list-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  main.main .section-contact-1 .content .list-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-contact-1 .content .list-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
main.main .section-contact-1 .content .list-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main.main .section-contact-1 .content .list-contact ul li .emoji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  border-radius: 50%;
  border: 1px solid #0f5f5a;
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .list-contact ul li .emoji svg {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .list-contact ul li .emoji {
    padding: 0.5rem;
  }
}
main.main .section-contact-1 .content .list-contact ul li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
main.main .section-contact-1 .content .list-contact ul li .text strong {
  color: #0f5f5a;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .list-contact ul li .text strong {
    font-size: 0.875rem;
  }
}
main.main .section-contact-1 .content .list-contact ul li .text a {
  color: #112722;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
  font-size: 0.875rem;
}
@media only screen and (max-width: 480px) {
  main.main .section-contact-1 .content .form-contact {
    gap: 2rem;
  }
}
main.main .section-contact-1 .content .form-contact .col-left form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
main.main .section-contact-1 .content .form-contact .col-left form .f-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 {
  width: 48.6%;
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 {
    width: 48.5%;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 {
    width: 48.4%;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 {
    width: 49.1%;
  }
}
@media only screen and (max-width: 767px) {
  main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 {
    width: 48.8%;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 {
    width: 100%;
  }
}
main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 p .wpcf7-form-control-wrap input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.75rem;
  background: #f3f4f6;
  border: none;
  color: #9ca3af;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 p .wpcf7-form-control-wrap input {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f1 p .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f2 {
  width: 100%;
}
main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f2 .wpcf7-form-control-wrap textarea {
  max-height: 11.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.75rem;
  background: #f3f4f6;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #9ca3af;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .form-contact .col-left form .f-control .f-item.f2 .wpcf7-form-control-wrap textarea {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    max-height: 9rem;
  }
}
main.main .section-contact-1 .content .form-contact .col-left form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 6.1875rem;
  border: 1px solid #0f5f5a;
  background: #004b41;
  color: #dbf1ef;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .form-contact .col-left form button {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}
main.main .section-contact-1 .content .form-contact .col-right {
  max-width: 100%;
  max-height: 19.125rem;
}
main.main .section-contact-1 .content .form-contact .col-right iframe {
  border-radius: 20px;
}
@media only screen and (max-width: 1480px) {
  main.main .section-contact-1 .content .form-contact .col-right iframe {
    height: 16rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-contact-1 .content .form-contact .col-right iframe {
    margin-top: 1.25rem;
  }
}
main.main .section-contact-1 .content .form-contact .col-right figure img {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
main.main .section-manage-1 {
  margin-top: 6.56rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-manage-1 {
    margin-top: 4.56rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-manage-1 {
    margin-top: 3.56rem;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-manage-1 {
    margin-top: 2.25rem;
  }
}
main.main .section-manage-1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  main.main .section-manage-1 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
main.main .section-manage-1 .content .col-left .content-left {
  width: 30.5rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-manage-1 .content .col-left .content-left {
    width: 25.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-manage-1 .content .col-left .content-left {
    width: 24.5rem;
  }
}
main.main .section-manage-1 .content .col-left .content-left .image {
  width: 100%;
  height: 100%;
}
main.main .section-manage-1 .content .col-left .content-left .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 61.270491803%;
}
main.main .section-manage-1 .content .col-left .content-left .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.main .section-manage-1 .content .col-right {
  max-width: 39.75rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-manage-1 .content .col-right {
    max-width: 32.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  main.main .section-manage-1 .content .col-right {
    max-width: 31.75rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-manage-1 .content .col-right {
    max-width: 100%;
  }
}
main.main .section-manage-1 .content .col-right .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
main.main .section-manage-1 .content .col-right .content-right h2 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem; /* 160% */
}
@media only screen and (max-width: 1380px) {
  main.main .section-manage-1 .content .col-right .content-right h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-manage-1 .content .col-right .content-right h2 {
    font-size: 1rem;
  }
}
main.main .section-manage-1 .content .col-right .content-right p {
  color: #6b7280;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1380px) {
  main.main .section-manage-1 .content .col-right .content-right p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-manage-1 .content .col-right .content-right p {
    font-size: 0.875rem;
  }
}
main.main .section-manage-2 {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-manage-2 {
    margin-top: 4.25rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-manage-2 {
    margin-top: 3.25rem;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-manage-2 {
    margin-top: 2.25rem;
  }
}
main.main .section-manage-2 .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
main.main .section-manage-2 .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
main.main .section-manage-2 .content .title h3 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
main.main .section-manage-2 .content .title p {
  max-width: 30.0625rem;
  color: #37514b;
  text-align: center;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
}
main.main .section-manage-2 .content .list-certifi .row {
  row-gap: 1.25rem;
}
main.main .section-manage-2 .content .list-certifi .row .item .image {
  width: 100%;
  height: 100%;
}
main.main .section-manage-2 .content .list-certifi .row .item .image figure {
  width: 100%;
  height: 100%;
}
main.main .section-manage-2 .content .list-certifi .row .item .image figure img {
  border-radius: 1rem;
  border: 1px solid #9ca3af;
}
main.main .section-manage-3 {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-manage-3 {
    margin-top: 4.25rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-manage-3 {
    margin-top: 3.25rem;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-manage-3 {
    margin-top: 3.25rem;
  }
}
main.main .section-manage-3 .content {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
main.main .section-manage-3 .content .text {
  max-width: 38.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
main.main .section-manage-3 .content .text h3 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1380px) {
  main.main .section-manage-3 .content .text h3 {
    font-size: 1.75rem;
  }
}
main.main .section-manage-3 .content .text p {
  color: #4b635d;
  font-family: var(--f-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
@media only screen and (max-width: 667px) {
  main.main .section-manage-3 .content .text p {
    font-size: 0.875rem;
  }
}
main.main .section-manage-3 .content .list-achieve {
  width: 100%;
}
main.main .section-manage-3 .content .list-achieve .row {
  row-gap: 1.25rem;
}
main.main .section-manage-3 .content .list-achieve .col-item .image {
  width: 100%;
  height: 100%;
}
main.main .section-manage-3 .content .list-achieve .col-item .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 47.506561679%;
}
main.main .section-manage-3 .content .list-achieve .col-item .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  border: 1px solid #9ca3af;
}
main.main .section-manage-4 {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main.main .section-manage-4 {
    margin-top: 4.25rem;
  }
}
@media only screen and (max-width: 991px) {
  main.main .section-manage-4 {
    margin-top: 3.25rem;
  }
}
@media only screen and (max-width: 667px) {
  main.main .section-manage-4 {
    margin-top: 2.25rem;
  }
}
main.main .section-manage-4 .content {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
main.main .section-manage-4 .content .text h3 {
  color: #004b41;
  font-family: var(--f-body);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1380px) {
  main.main .section-manage-4 .content .text h3 {
    font-size: 1.75rem;
  }
}
main.main .section-manage-4 .content .list-item {
  width: 100%;
}
main.main .section-manage-4 .content .list-item .row {
  row-gap: 1.25rem;
}
main.main .section-manage-4 .content .list-item .col-item .image {
  width: 100%;
  height: 100%;
}
main.main .section-manage-4 .content .list-item .col-item .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 71.834625323%;
}
main.main .section-manage-4 .content .list-item .col-item .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.75rem;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1480px) {
  .footer {
    margin-top: 3.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    margin-top: 2.25rem;
  }
}
.footer .footer-wrapper {
  background: hsl(174, 97%, 13%);
  background-size: cover;
}
.footer .footer-wrapper .content .main-footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  padding: 2.81rem 0 2.25rem 0;
  border-bottom: 0.0625rem solid #3a6e64;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  .footer .footer-wrapper .content .main-footer .footer-top {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top {
    padding: 2.8rem 0 2rem 0;
    gap: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-wrapper .content .main-footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-wrapper .content .main-footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-left {
  max-width: 22.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-left {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-left {
    max-width: 100%;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-left .logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-left .logo-footer {
    gap: 1.75rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-left .logo-footer figure img {
  width: 8.75rem;
  height: 4.9375rem;
  -o-object-fit: fill;
     object-fit: fill;
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-left .logo-footer figure img {
    width: 7.75rem;
    height: 4rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-left .logo-footer .desc p {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-left .logo-footer .desc p {
    font-size: 0.875rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-left .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-left .social ul {
    gap: 0.875rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-left .social ul li a img {
  border-radius: 50%;
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-left .social ul li a img {
    width: 40px;
    height: 40px;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-mid {
  margin-top: 3.12rem;
  max-width: 24rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-mid {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-mid .contact .title {
  margin-bottom: 1.5rem;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-mid .contact .title h3 {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-mid .contact .title h3 {
    font-size: 0.875rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-mid .contact .list-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-mid .contact .list-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-mid .contact .list-contact ul li .emoji {
    width: 20px;
    height: 20px;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-mid .contact .list-contact ul li .text a {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-mid .contact .list-contact ul li .text a {
    font-size: 0.875rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right {
  margin-top: 3.12rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-right {
    width: 100%;
    margin-top: 0;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .title {
  margin-bottom: 1.5rem;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .title h3 {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .title h3 {
    font-size: 0.875rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory {
  position: relative;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .footer-button {
  position: relative;
  width: 15rem;
  padding: 12px 20px;
  border: 1px solid #68b2ae;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
  text-align: left;
  font-weight: 400;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.06em;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .footer-button {
    font-size: 0.875rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .footer-button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/expand_up.png");
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .dropdown-fac {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .dropdown-fac a {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .dropdown-fac a:hover {
  background: #4bb4af;
  color: var(--white);
  border-radius: 0.75rem;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .dropdown-fac a:first-child {
  border-bottom: 1px solid #e5e7eb;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .dropdown-fac a:last-child {
  border-top: 1px solid #e5e7eb;
}
.footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .show {
  display: block;
  position: absolute;
  -webkit-transform: translate3d(0px, -227px, 0px);
          transform: translate3d(0px, -227px, 0px);
  left: 0px;
  will-change: transform;
}
@media only screen and (max-width: 480px) {
  .footer .footer-wrapper .content .main-footer .footer-top .top-right .factory .list-factory .show {
    width: 100%;
  }
}
.footer .footer-wrapper .content .main-footer .footer-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-wrapper .content .main-footer .footer-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-wrapper .content .main-footer .footer-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .footer-wrapper .content .main-footer .footer-bot .bot-left p {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-bot .bot-left p {
    font-size: 0.875rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-bot .bot-right p {
  color: var(--white);
  text-align: right;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 141.176% */
}
@media only screen and (max-width: 1480px) {
  .footer .footer-wrapper .content .main-footer .footer-bot .bot-right p {
    font-size: 0.875rem;
  }
}
.footer .footer-wrapper .content .main-footer .footer-bot .bot-right p a {
  color: var(--white);
}

.arcontact {
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .arcontact {
    bottom: 5%;
    right: inherit;
    left: 18px;
  }
}
.arcontact .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7rem;
  border-radius: 4.37488rem;
  background: #4bb4af;
}
@media only screen and (max-width: 480px) {
  .arcontact .btn-contact {
    padding: 0.75rem;
  }
}
.arcontact .btn-contact figure img {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 480px) {
  .arcontact .btn-contact figure img {
    width: 20px;
    height: 20px;
  }
}
.arcontact .btn-contact svg {
  width: 25px;
  height: 25px;
}
.arcontact .btn-contact svg path {
  fill: var(--white);
}
@media only screen and (max-width: 480px) {
  .arcontact .btn-contact svg {
    width: 20px;
    height: 20px;
  }
}

.contact-popup {
  position: fixed;
  z-index: 9999;
  max-width: 31.5rem;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#004b41), color-stop(77.88%, #007162));
  background: linear-gradient(90deg, #004b41 0%, #007162 77.88%);
  padding: 2rem 2.5rem 2.5rem 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1480px) {
  .contact-popup {
    max-height: 27rem;
  }
}
@media only screen and (max-width: 1380px) {
  .contact-popup {
    max-width: 24rem;
  }
}
@media only screen and (max-width: 480px) {
  .contact-popup {
    max-width: 23rem;
    padding: 2rem 1.5rem 2.5rem 1.5rem;
  }
}
.contact-popup .close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1380px) {
  .contact-popup .close {
    width: 30px;
    height: 30px;
  }
}
.contact-popup .form {
  max-width: 26.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.contact-popup .form h2 {
  max-width: 20.0625rem;
  color: var(--white);
  text-align: center;
  font-family: var(--f-body);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.75rem; /* 137.5% */
}
@media only screen and (max-width: 1480px) {
  .contact-popup .form h2 {
    font-size: 1.125rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 1480px) {
  .contact-popup .form h2 {
    max-width: 13rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.contact-popup .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 1480px) {
  .contact-popup .form form {
    max-height: 21rem;
    overflow: auto;
  }
}
.contact-popup .form form .f-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.contact-popup .form form .f-popup .f-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
}
.contact-popup .form form .f-popup .f-item p {
  width: 100%;
}
.contact-popup .form form .f-popup .f-item p label {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  .contact-popup .form form .f-popup .f-item p label {
    font-size: 0.875rem;
  }
}
.contact-popup .form form .f-popup .f-item p input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 62.4375rem;
  background: var(--white);
  color: #9ca3af;
}
@media only screen and (max-width: 1480px) {
  .contact-popup .form form .f-popup .f-item p input {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
.contact-popup .form form .f-popup .f-item p .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.contact-popup .form form .f-popup .f-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
.contact-popup .form form .f-popup .f-radio .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.contact-popup .form form .f-popup .f-radio .item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-popup .form form .f-popup .f-radio .item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
}
.contact-popup .form form .f-popup .f-radio .item label input[type=radio] {
  display: none;
}
.contact-popup .form form .f-popup .f-radio .item label input[type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #e6f3ff;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
}
.contact-popup .form form .f-popup .f-radio .item label input[type=radio]:checked + span:before {
  background-color: #4bb4af;
  border-color: #e6f3ff;
}
.contact-popup .form form button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  background: #4bb4af;
}
@media only screen and (max-width: 1480px) {
  .contact-popup .form form button {
    padding: 0.5rem;
  }
}
.contact-popup .form form button span {
  color: var(--white);
  text-align: center;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 125% */
}
@media only screen and (max-width: 1480px) {
  .contact-popup .form form button span {
    font-size: 0.75rem;
  }
}
.contact-popup .form ::-webkit-scrollbar {
  width: 10px;
}
.contact-popup .form ::-webkit-scrollbar-thumb {
  background: var(--green);
}
.contact-popup .form ::-webkit-scrollbar-track {
  background: var(--white);
}

.contact-popup.show {
  display: block;
  z-index: 1;
}