* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #0c7145;
  --secondary: #7cb343;
  --tertiary: #1f6b33;
  --title: #0a2614;
  --text: #5a605b;
  --bg: #e9f4ed;
  --bg2: #e8f1ea;
  --filter: drop-shadow(1rem 2rem 2rem rgba(62, 68, 65, 0.2));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Rubik", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Bowlby,
.watermark {
  font-family: "Bowlby One", sans-serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
  --h: 100%;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: calc(var(--radius) - 2px);
  word-break: break-word;
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 5.4rem;
  gap: 0.8rem;
  padding: 0 3.1rem;
  font-weight: 400;
  letter-spacing: 0.01556em;
}
.btn::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url("../images/arrow-r.svg") no-repeat center / contain;
}
.btn:hover {
  color: var(--primary);
  background-color: transparent;
}
.btn:hover::after {
  filter: unset;
  transform: translateX(20%);
}
.btn.no_a::after {
  display: none;
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid rgba(12, 113, 69, 0.5);
  color: var(--title);
  background-color: transparent;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 5.5rem;
  padding: 0 3.45rem;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn_i {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
  gap: 0.6rem;
}
.btn_i::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 0.8889em;
  height: 0.8889em;
  transition: all 0.3s;
  background: url("../images/arrow-r.svg") no-repeat center / contain;
}
.btn_i:hover {
  color: var(--tertiary);
}
.btn_i:hover::after {
  transform: translateX(20%);
}
.swiper_btns {
  gap: 1.6rem;
  display: flex;
}
.swiper_btns div {
  width: 6.3rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../images/arrow.svg) no-repeat center / 31.15%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(28, 28, 28, 0.35);
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 172.3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.center p,
.center .desc,
.center h1,
.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.tcon.bn > em {
  font-size: 1.5rem;
  color: #399d38;
  margin-bottom: 1.6rem;
  letter-spacing: 0.12em;
}
.tcon.bn h1 em {
  color: #9fc74b;
}
.tcon.bn p,
.tcon.bn .desc {
  color: #5a5a5a;
}
.tcon em {
  font-style: normal;
}
.tcon > em {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--tertiary);
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  letter-spacing: 0.004375em;
}
.tcon h1 {
  font-size: 7rem;
  line-height: 1.14285714;
  font-weight: 600;
}
.tcon h1 em {
  color: var(--primary);
}
.tcon h2 {
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 700;
}
.tcon h2 em {
  color: var(--secondary);
}
.tcon p,
.tcon .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
header {
  position: sticky;
  left: 0;
  top: -132px;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header.opt {
  top: -39px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.opt .logo img {
  transform: scale(0.7);
}
header .header_top {
  overflow: hidden;
  max-width: 256rem;
  margin: 0 auto;
}
header .connect {
  display: flex;
  justify-content: flex-end;
}
header .connect ul {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  gap: 2rem 3.9rem;
  padding: 11px 0 13px 3.5rem;
}
header .connect ul::before {
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: var(--primary);
  border-bottom-left-radius: 1.2rem;
  z-index: -1;
  pointer-events: none;
}
header .connect ul li {
  position: relative;
  padding-left: 1.769231em;
}
header .connect ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: no-repeat center right / contain;
  width: 1.231em;
  height: 1.231em;
}
header .connect ul li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
header .connect ul li a:hover {
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}
header .connect ul .certificate {
  padding-right: 7px;
}
header .connect ul .certificate::before {
  background-image: url("../images/icon-certify.svg");
  background-size: 75%;
}
header .connect ul .phone::before {
  background-image: url("../images/icon-phone.svg");
  background-size: 87.5%;
}
header .connect ul .email::before {
  background-image: url("../images/icon-email.svg");
}
header .logo {
  display: block;
  position: relative;
  align-self: flex-start;
  margin-top: -1.3889%;
  margin-right: 14.5%;
}
header .logo img {
  display: block;
  width: auto;
  height: 97.7146px;
  transition: all 0.3s;
  transform-origin: center bottom;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .close {
  display: none;
}
header nav .menu {
  gap: 3.1rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
header nav .menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 77px;
  transition: all 0.3s;
  border-top: 4px solid transparent;
  padding: 0 12px 12px;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  color: var(--primary);
}
header nav .menu > li:hover {
  /* filter: drop-shadow(0 5px 10px #00000021) drop-shadow(0 9px 18px #0000001a) drop-shadow(0 14px 28px #00000014); */
}
header nav .menu > li:hover > a {
  color: var(--primary);
  /* border-top-color: var(--primary); */
  background-color: #fff;
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 6px;
  transition: all 0.3s;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
  background-color: #fff;
  border-bottom: 4px solid var(--primary);
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header .btns {
  gap: 1.6rem;
  display: flex;
  align-items: center;
  min-height: 93px;
  padding-bottom: 9px;
}
header .btns .btn_icon {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  text-indent: -999px;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #e3e8e6;
  flex-shrink: 0;
}
header .btns .btn_icon::after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: no-repeat center / 42.86%;
  transition: all 0.3s;
}
header .btns .btn_icon:hover {
  background-color: var(--primary);
}
header .btns .btn_icon:hover::after {
  filter: contrast(0) brightness(2);
}
header .btns .btn_search::after {
  background-image: url("../images/icon-search.svg");
  background-size: 40.5%;
}
header .btns .btn_lang::after {
  background-image: url("../images/icon-lang.svg");
}
header .btns .btn_menu::after {
  background-image: url("../images/nav-btn.svg");
}
header .btns .btn_menu {
  display: none;
}
header .btn {
  flex-shrink: 0;
  margin-left: 1rem;
  line-height: 5rem;
  font-size: 16px;
  gap: 1rem;
}
footer {
  position: relative;
  z-index: 2;
  max-width: 256rem;
  margin: 0 auto;
  padding-top: 10.4rem;
}
footer .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
footer .bg > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
footer .bg::after {
  display: block;
  flex: 1;
  background-color: var(--primary);
  content: '';
}
footer .main {
  width: calc(100% - 4rem);
  max-width: 179.1rem;
  margin: 0 auto;
  border-radius: 3.8rem;
  background-color: #fff;
  font-size: 1.8rem;
  padding: 6.1rem 0 8.8rem;
}
footer .main .flex {
  gap: 3.5rem 2rem;
}
footer .main strong {
  display: block;
  font-weight: 500;
  color: #1e5631;
  text-transform: uppercase;
  margin-bottom: 2.6rem;
}
footer .main .foot_intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}
footer .main .foot_intro .logo {
  display: block;
  position: relative;
  width: 14.1rem;
}
footer .main .foot_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .foot_intro .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_intro p {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 97.2rem;
  font-size: 2.2rem;
  font-weight: 600;
  gap: 1.31818em;
  margin-top: 2.1%;
}
footer .main .foot_intro p::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 3.04545em;
  height: 1px;
  background-color: var(--primary);
}
footer .main .foot_connect {
  margin-right: 16.6%;
}
footer .main .foot_connect .connect li + li {
  margin-top: 1.7rem;
}
footer .main .foot_connect .connect li {
  position: relative;
  padding-left: 2em;
}
footer .main .foot_connect .connect li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 1.11em;
  height: 1.11em;
  content: '';
  background: no-repeat center left / contain;
}
footer .main .foot_connect .connect li a {
  color: #0b0e1e;
  font-weight: 600;
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .main .foot_connect .connect li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .foot_connect .connect .phone::before {
  background-image: url("../images/icon-phone2.svg");
  background-size: 75%;
}
footer .main .foot_connect .connect .email::before {
  background-image: url("../images/icon-email2.svg");
}
footer .main .foot_connect .social {
  gap: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
footer .main .foot_connect .social a {
  opacity: 1;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(4, 4, 20, 0.15);
}
footer .main .foot_connect .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 43.5%;
  transition: all 0.3s;
}
footer .main .foot_connect .social a:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  border-color: var(--primary);
}
footer .main .foot_connect .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .main .foot_connect .social .facebook a::after {
  background-image: url(../images/social-facebook.svg);
}
footer .main .foot_connect .social .twitter a::after {
  background-image: url(../images/social-twitter.svg);
}
footer .main .foot_connect .social .youtube a::after {
  background-image: url(../images/social-youtube.svg);
}
footer .main .foot_connect .social .instagram a::after {
  background-image: url(../images/social-instagram.svg);
}
footer .main .foot_connect .social .linkedin a::after {
  background-image: url(../images/social-linkedin.svg);
}
footer .main .foot_nav {
  min-width: 18.333%;
}
footer .main .foot_nav li + li {
  margin-top: 1.6rem;
}
footer .main .foot_nav li a {
  font-weight: 500;
  color: #0b0e1e;
  opacity: 0.8;
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom {
  padding: 8.9rem 0 1.8rem;
}
footer .bottom p,
footer .bottom a {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.88;
  font-weight: 300;
  letter-spacing: 0.015714em;
}
footer .bottom a {
  opacity: 0.68;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom a:hover {
  opacity: 1;
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}
footer .bottom ul {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 0.5rem;
}
footer .bottom ul li {
  display: flex;
  align-items: center;
}
footer .bottom ul li::before {
  width: 1px;
  height: 1.1rem;
  background-color: #fff;
  opacity: 0.3;
  display: inline-block;
  content: '';
  margin: 0 1.7rem 0 1.5rem;
}
footer .bottom ul li:first-child::before {
  display: none;
}
footer .watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  z-index: -1;
}
footer .watermark span {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.16;
  font-size: 24.769rem;
  line-height: 1;
  margin-bottom: -0.16976em;
}
footer .float_mask {
  top: -1.267%;
}
footer .float_mask .img1 {
  width: 18.5%;
  max-width: 35rem;
  left: -9.8958333%;
}
footer .float_mask .img2 {
  width: 22.5%;
  max-width: 42.5rem;
  right: -11.4583333%;
  bottom: -16.2703379%;
}
.page_certified {
  overflow: hidden;
  max-width: 256rem;
  margin: 0 auto;
}
.page_certified .page_certified_swiper {
  border: 1px solid #dbdddb;
  border-left: none;
  border-right: none;
  padding: 1.9rem 0 1.3rem;
}
.page_certified .page_certified_swiper .swiper-wrapper {
  transition: linear;
}
.page_certified .page_certified_swiper .swiper-slide {
  width: auto;
  max-width: max-content;
  display: grid;
  grid-template-columns: 2.7rem 1fr;
  align-items: center;
}
.page_certified .page_certified_swiper .swiper-slide::before {
  display: block;
  padding-bottom: 100%;
  background: url("../images/icon-certify-full.svg") no-repeat center / contain;
  content: '';
}
.page_certified .page_certified_swiper .swiper-slide p {
  white-space: nowrap;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  color: #1c1c1c;
  text-align: center;
  min-width: 31.3rem;
  padding: 0 9.3rem 0 7.6rem;
}
.page_news {
  padding: 12.7rem 0 14.3rem;
}
.page_news .tcon {
  padding-bottom: 0.5rem;
}
.page_news .tcon > em {
  margin-bottom: 1.5rem;
}
.page_news p {
  max-width: 64.4rem;
  margin-top: 2.2rem;
}
.page_news .page_news_swiper {
  overflow: hidden;
  margin-top: 4.4rem;
  border-radius: 2.3rem 2.3rem 0 0;
}
.page_news .page_news_swiper .swiper-slide {
  max-width: 458px;
}
.page_news .swiper_btns.middle {
  top: 52.6%;
}
.footer_contact {
  background-color: var(--bg);
  max-width: 256rem;
  margin: 0 auto -2.4rem;
}
.footer_contact.img_bg > img {
  height: auto;
  filter: contrast(0) brightness(2);
}
.footer_contact .flex {
  min-height: 63.2rem;
  padding: 8rem 0;
}
.footer_contact .head {
  display: grid;
  grid-template-columns: 1fr 45.2083333%;
  align-items: start;
  gap: 0 3rem;
  padding-bottom: 2.4%;
}
.footer_contact .head > em {
  grid-column: -1/1;
}
.footer_contact .head h2 {
  max-width: 58.5rem;
}
.footer_contact .head p {
  margin-top: 6.1rem;
}
.footer_contact .head .more {
  grid-column: 2;
}
.footer_contact .btn {
  margin-top: 2.6rem;
  gap: 1.1rem;
}
.connect_float {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 20vh;
  pointer-events: none;
}
.connect_float ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  overflow: hidden;
}
.connect_float li a,
.connect_float li p {
  position: relative;
  display: inline-grid;
  grid-template-columns: var(--w) 1fr;
  align-items: center;
  background-color: var(--primary);
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  pointer-events: auto;
  --w: 3.625em;
  transform: translateX(calc(100% - var(--w)));
}
.connect_float li a::before,
.connect_float li p::before {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: no-repeat center / 60% #9fc74b;
}
.connect_float li a span,
.connect_float li p span {
  overflow: hidden;
  transition: all 0.3s;
  text-align: center;
  white-space: nowrap;
  text-decoration: underline transparent;
  color: #fff;
  padding: 0 1em;
}
.connect_float li a span:hover,
.connect_float li p span:hover {
  color: var(--secondary);
  text-decoration-color: var(--secondary);
}
.connect_float li a:hover,
.connect_float li p:hover {
  transform: translateX(0);
}
.connect_float li:nth-child(3n+2) a::before,
.connect_float li:nth-child(3n+2) p::before {
  background-color: #399d38;
}
.connect_float li:nth-child(3n+3) a::before,
.connect_float li:nth-child(3n+3) p::before {
  background-color: #0c7145;
}
.connect_float .email a::before,
.connect_float .email p::before {
  background-image: url("../images/conn-email.svg");
}
.connect_float .phone a::before,
.connect_float .phone p::before {
  background-image: url("../images/conn-phone.svg");
}
.connect_float .wechat a::before,
.connect_float .wechat p::before {
  background-image: url("../images/conn-wechat.svg");
}
.connect_float .facebook a::before,
.connect_float .facebook p::before {
  background-image: url("../images/conn-facebook.svg");
}
.connect_float .whatsapp a::before,
.connect_float .whatsapp p::before {
  background-image: url("../images/conn-whatsapp.svg");
}
.float_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  filter: var(--filter);
  z-index: 2;
}
.float_mask ul {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
  height: 100%;
}
.float_mask .img {
  position: absolute;
  height: auto;
  pointer-events: all;
}
.float_mask .img:hover img {
  transform: scale(1.03);
}
.float_mask .img1 {
  left: 0;
  top: 0;
}
.float_mask .img2 {
  right: 0;
  bottom: 0;
}
nav.navigation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
nav.navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}
nav.navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  color: var(--text);
  border: 1px solid #e5e5e5;
  border-radius: 0.5em;
  white-space: nowrap;
  width: 2.8125em;
  height: 2.8125em;
  min-width: max-content;
  padding: 0 0.2em;
}
nav.navigation .page-numbers.current,
nav.navigation .page-numbers:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
nav.navigation .prev,
nav.navigation .next {
  gap: 0.4375em;
  padding: 0 1.25em;
}
nav.navigation .prev::after,
nav.navigation .next::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 0.625em;
  height: 0.625em;
  transition: all 0.3s;
  filter: contrast(0) brightness(0.8);
  background: url("../images/arrow-r-s.svg") no-repeat center / contain;
}
nav.navigation .prev:hover::after,
nav.navigation .next:hover::after {
  filter: contrast(0) brightness(2);
}
nav.navigation .prev {
  flex-direction: row-reverse;
}
nav.navigation .prev::after {
  transform: rotate(180deg);
}
nav.navigation span.page-numbers {
  pointer-events: none;
}
.category_list .active a {
  background-color: var(--primary);
}
.category_list .active .title,
.category_list .active .desc {
  color: #fff;
}
.category_list .active .desc {
  opacity: 0.8;
}
.category_list .active .btn_c {
  opacity: 1;
}
.category_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: 3.2rem;
  background-color: var(--bg);
  transition: all 0.3s;
}
.category_list a:hover img {
  transform: scale(1.03);
}
.category_list .img {
  width: 85.95988539%;
  --h: 100%;
  margin-top: -22.3495702%;
}
.category_list .info {
  flex: 1;
  text-align: center;
  width: 100%;
  padding: 5.4441261% 5.730659% 7.1633238%;
}
.category_list .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1c1c1c;
  transition: all 0.3s;
}
.category_list .desc {
  font-size: 1.7rem;
  line-height: 1.5294;
  color: var(--text);
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  hyphens: auto;
  max-width: 28.1rem;
  margin: 1.9rem auto 0;
}
.category_list .btn_c {
  display: inline-block;
  transition: all 0.3s;
  width: 18.34%;
  padding-bottom: 18.34%;
  border-radius: 50%;
  background: url("../images/arrow-r-w.svg") no-repeat center / 28.125% var(--secondary);
  margin-bottom: -9.16905444%;
  opacity: 0;
}
.news_list .active .info::after {
  width: 100%;
}
.news_list a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news_list a:hover img {
  transform: scale(1.03);
}
.news_list .img {
  width: 100%;
  border-radius: 2.3rem;
  padding-bottom: 63.10043668%;
}
.news_list .info {
  position: relative;
  flex: 1;
  width: 100%;
  border-bottom: 1px solid #cfd3d0;
  padding: 3.2rem 0 5rem;
}
.news_list .info::after {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--tertiary);
  left: 0;
  bottom: -2px;
  content: '';
  transition: all 0.3s;
}
.news_list .info .metas {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #505151;
  text-transform: uppercase;
}
.news_list .info .metas .cat {
  font-size: 1.06667em;
  font-weight: 500;
  color: var(--secondary);
}
.news_list .info .metas .date {
  letter-spacing: 0.033em;
}
.news_list .info .metas i {
  display: inline-block;
  flex-shrink: 0;
  width: 0.33em;
  height: 0.33em;
  content: '';
  border-radius: 50%;
  background-color: var(--tertiary);
  margin: 0 0.667em 0 0.6em;
}
.news_list .info .title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
  color: #1c1c1c;
  max-width: 44.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.8rem;
}
.news_list .btn_i {
  margin-top: 2.5rem;
}

.quote_modal form .btn{
  position: relative;
}
.quote_modal form .btn span.wpcf7-spinner{
  width: 24px;
  position: absolute;
  left: 100%;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
}





.quote_modal form {
  border-radius: 2rem;
  border: 1px solid #e8efe9;
  background-color: #fff;
  color: #1a1a1a;
  display: grid;
  gap: 2rem;
  padding: 8.7179487% 8.2051282% 6.8376068%;
}
.quote_modal form .info {
  padding-bottom: 1.5rem;
}
.quote_modal form .info strong {
  font-size: 3rem;
  font-weight: 600;
}
.quote_modal form .info p {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #666;
  margin-top: 1.4rem;
}
.quote_modal form span {
  width: 100%;
}
.quote_modal form .label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.quote_modal form .label i {
  color: #0b7a3f;
}
.quote_modal form input,
.quote_modal form textarea {
  display: block;
  width: 100%;
  border-radius: 1.2rem;
  border: 1px solid #e0e8e2;
  background-color: #fafcfb;
  transition: border-color 0.2s;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 2rem;
  height: 5rem;
}
.quote_modal form input:focus,
.quote_modal form textarea:focus {
  border-color: var(--primary);
}
.quote_modal form textarea {
  height: 14.1rem;
  padding: 1.5rem 2rem;
}
.quote_modal form span:has(textarea) {
  margin-top: -1px;
}
.quote_modal form span:has(.btn) {
  margin-top: 1rem;
}
.quote_modal form .btn {
  gap: 1.6rem;
}
.quote_modal form .btn input {
  display: none;
}

.quote_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 12, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.quote_modal.active {
  opacity: 1;
  visibility: visible;
}
.quote_modal_close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 3.6rem;
  height: 3.6rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.quote_modal form .label{
  display: block;
  margin-bottom: 1rem;
}
.quote_modal form .wpcf7-spinner{
  position: absolute;
  left: 0;
}
.quote_modal_close::before,
.quote_modal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.quote_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.quote_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quote_modal_close:hover::before,
.quote_modal_close:hover::after {
  background-color: var(--primary);
}
.quote_modal_inner {
  width: 92%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 1.2rem;
  padding: 0;
}
.quote_modal_inner .head {
  text-align: center;
  margin-bottom: 3rem;
}
.quote_modal_inner .head .subtitle {
  color: var(--primary);
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}
.quote_modal_inner .head h2 {
  color: var(--title);
  font-size: 2.2rem;
  line-height: 1.4;
}
.quote_modal_inner .head h2 span {
  color: var(--primary);
}
.quote_modal_inner .con {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 0;
  justify-content: space-between;
}
.quote_modal_inner .con .tip {
  font-size: 1.4rem;
  opacity: 0.54;
  display: block;
  margin-top: 2px;
}

body.quote_modal_open {
  overflow: hidden;
}

div.jst-language-switcher {
  display: none;
}
.contact_banner form .btn{
  position: relative;
}
.contact_banner form span.wpcf7-spinner{
  width: 24px !important;
  position: absolute;
  left: 100%;
  top: 0;
}
/* Search Modal */
.search_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 12, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search_modal.active {
  opacity: 1;
  visibility: visible;
}
.search_modal_close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.search_modal_close::before,
.search_modal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.search_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search_modal_close:hover::before,
.search_modal_close:hover::after {
  background-color: var(--primary);
}
.search_modal_inner {
  width: 92%;
  max-width: 720px;
  padding: 0 1rem;
}
.search_modal_form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background-color: #fff;
  border: 2px solid #dfe3e8;
  padding: 0.5rem 0.7rem 0.5rem 2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(-30px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s;
  clip-path: var(--polygon1);
  border-radius: 0.5rem;
}
.search_modal_form:focus-within {
  border-color: var(--primary);
}
.search_modal.active .search_modal_form {
  transform: translateY(0);
}
.search_modal_form input[type="search"] {
  width: 100%;
  height: 5.2rem;
  font-size: 1.6rem;
  color: var(--title);
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  font-family: 'Outfit', sans-serif;
}
.search_modal_form input[type="search"]::placeholder {
  color: var(--text);
}
.search_modal_form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search_modal_submit {
  width: 5.2rem;
  height: 5.2rem;
  border: 0;
  background-color: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  clip-path: var(--polygon1);
  border-radius: 0.8rem;
}
.search_modal_submit:hover {
  background-color: var(--secondary);
}
.search_modal_submit svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
body.search_modal_open {
  overflow: hidden;
}

.search .products_main .rt{
  max-width: unset;
}
.default_head{
  padding: 9rem 0;
  background-color: #eee;
}
.default_head h1{
  font-size: 4.5rem;
}
.default_body{
  padding: 5rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}
.default_body ul li::before {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
  
  content: '';
}

.btn_mega_menu .sub-menu {
  display: none;
}
.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 5rem 0 4rem;
  display: none;
  background-color: #fff;
  color: var(--title);
}
.mega_menu .flex {
  gap: 4%;
}
.mega_menu .nav {
  width: 20%;
  padding-right: 5px;
  overflow: auto;
  max-height: calc(100vh - 26rem);
}
.mega_menu .nav::-webkit-scrollbar {
  width: 5px;
}
.mega_menu .nav::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.mega_menu .nav ul {
  gap: 1.5rem;
  display: grid;
}
.mega_menu .nav a {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  padding: 1.2rem 2rem;
  border-radius: 6px;
}
.mega_menu .nav a.active {
  background-color: #edeef2;
}
.mega_menu .nav .icon {
  width: 2.6rem;
  height: 2.6rem;
  background: no-repeat center/contain;
}
.mega_menu .nav .toggle {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  transition: all .3s;
  background: url(../img/icon-select.svg) no-repeat center/50%;
}
.mega_menu .nav .open .toggle {
  transform: rotate(180deg);
}
.mega_menu .nav .sub {
  display: none;
  padding-top: 1rem;
  padding-left: 2rem;
}
.mega_menu .nav .sub a {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.mega_menu .list {
  flex: 1;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 26rem);
  padding-bottom: 1.5rem;
}
.mega_menu .list::-webkit-scrollbar {
  width: 5px;
}
.mega_menu .list::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.mega_menu .list.active {
  display: block;
}
.mega_menu .list ul {
  gap: 3rem 4%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mega_menu .list li a {
  display: block;
  text-align: center;
}
.mega_menu .list li a:hover img {
  transform: scale(1.03);
}
.mega_menu .list li .img {
  padding-bottom: 77.75%;
  overflow: hidden;
}
.mega_menu .list li .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
}
.mega_menu .list .btn {
  margin-top: 5rem;
}
.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.mega_overlay.active {
  opacity: 1;
  pointer-events: all;
}

.contact_banner .img:hover img, .home_banner .img:hover img{
  transform: scale(1) !important;
}

@media (max-width: 768px) {
  .quote_modal_inner {
    padding: 3rem 2rem;
  }
  .quote_modal_inner .con > span.col2 {
    width: 100%;
  }
}


@media screen and (min-width: 769px) and (max-width: 1600px) {
  header .logo {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  .tcon h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  footer .main .foot_connect {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../images/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
    border: none;
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li:hover {
    filter: unset;
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../images/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
    border: none;
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .logo {
    margin-right: 0;
  }
  header .btns {
    padding: 0;
  }
  header .btns .btn_menu {
    display: block;
  }
  header .btns .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
  .tcon h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 8px;
  }
  .btn_i {
    font-size: 14px;
    gap: 8px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    pointer-events: all;
    margin-top: 30px;
    padding: 0 20px;
  }
  .tcon.bn > em {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .tcon > em {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .tcon h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .tcon h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .tcon p,
  .tcon .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  div.head.flex .tcon {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btn_i {
    margin: 0;
  }
  div.head .desc,
  div.head p {
    margin-top: 12px;
  }
  div.head p + p {
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    gap: 8px;
  }
  div.head .btn_i {
    font-size: 14px;
    gap: 8px;
  }
  div.head .btn,
  div.head .btn_line,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btns {
    gap: 14px;
    margin-top: 20px;
  }
  div.head .btns .btn,
  div.head .btns .btn_line {
    margin: 0;
  }
  header {
    top: -98px;
  }
  header.opt {
    top: -34px;
  }
  header .connect ul {
    padding: 10px 0 10px 16px;
    font-size: 12px;
    gap: 14px;
  }
  header .connect ul::before {
    border-bottom-left-radius: 10px;
  }
  header .connect ul .certificate {
    padding-right: 0;
  }
  header .logo {
    position: relative;
    z-index: 2;
    margin-top: -15px;
  }
  header .logo img {
    height: 70px;
  }
  header .btns {
    gap: 14px;
    min-height: 64px;
  }
  header .btns .btn_icon {
    width: 36px;
    height: 36px;
  }
  header .btns .btn {
    font-size: 14px;
    gap: 8px;
    line-height: 40px;
  }
  footer {
    padding-top: 40px;
  }
  footer .main {
    border-radius: 10px;
    font-size: 16px;
    padding: 50px 0;
  }
  footer .main .flex {
    gap: 30px 20px;
  }
  footer .main strong {
    margin-bottom: 16px;
  }
  footer .main .foot_intro {
    gap: 20px;
  }
  footer .main .foot_intro .logo {
    width: 90px;
  }
  footer .main .foot_intro p {
    font-size: 16px;
    margin: 0;
  }
  footer .main .foot_connect {
    margin-right: 0;
  }
  footer .main .foot_connect .connect li + li {
    margin-top: 14px;
  }
  footer .main .foot_connect .social {
    gap: 10px;
    margin-top: 30px;
  }
  footer .main .foot_connect .social a {
    width: 40px;
    height: 40px;
  }
  footer .main .foot_nav {
    min-width: unset;
  }
  footer .main .foot_nav li + li {
    margin-top: 14px;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom .flex {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer .bottom p {
    font-size: 13px;
  }
  footer .bottom a {
    font-size: 14px;
  }
  footer .bottom ul {
    gap: 16px 0;
    padding: 0;
  }
  footer .bottom ul li::before {
    height: 10px;
    margin: 0 8px;
  }
  footer .watermark span {
    font-size: 100px;
  }
  .page_certified .page_certified_swiper {
    padding: 14px 0;
  }
  .page_certified .page_certified_swiper .swiper-slide {
    grid-template-columns: 20px 1fr;
  }
  .page_certified .page_certified_swiper .swiper-slide p {
    font-size: 14px;
    padding: 0 40px;
    min-width: unset;
  }
  .page_news {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_news .tcon > em {
    margin-bottom: 8px;
  }
  .page_news p {
    max-width: 400px;
  }
  .page_news .page_news_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .page_news .page_news_swiper .swiper-slide {
    max-width: 323px;
  }
  .footer_contact {
    margin-bottom: -20px;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 50px 0 70px;
  }
  .footer_contact .head {
    padding: 0;
    gap: 0 20px;
    grid-template-columns: 1fr 60%;
  }
  .footer_contact .head p {
    margin-top: 12px;
  }
  .connect_float ul {
    gap: 5px;
  }
  .connect_float li a,
  .connect_float li p {
    --w: 40px;
  }
  nav.navigation .nav-links {
    gap: 5px;
  }
  .category_list a {
    border-radius: 10px;
  }
  .category_list .img {
    margin-top: -50px;
  }
  .category_list .info {
    padding: 10px 20px 20px;
  }
  .category_list .info .title {
    font-size: 18px;
  }
  .category_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .category_list .btn_c {
    width: 40px;
    padding: 0;
    height: 40px;
    margin-bottom: -20px;
    opacity: 1;
  }
  .news_list .img {
    border-radius: 10px;
  }
  .news_list .info {
    padding: 14px 0 22px;
  }
  .news_list .info .metas {
    font-size: 14px;
  }
  .news_list .info .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .news_list .btn_i {
    margin-top: 20px;
  }
  .my-jst-lang_popup{
    padding-top: 60px;
  }
  .quote_modal form{
    padding: 0;
    border: none;
  }

  .home_banner .btns .btn {
    /* width: 100%; */
  }
  .home_banner .tcon p{
    font-size: 15px !important;
  }
  .home_banner .btns .btn_line{
    display: none !important;
  }
  footer .watermark{
    opacity: 0;
  }

  .mega_menu{
    display: none !important;
  }

  .connect_float{
    bottom: 0;
  }
  .tcon h1{
    font-size: 31px !important;
  }
}
@media screen and (max-width: 576px) {
  header {
    top: 0;
  }
  header.opt {
    top: 0;
  }
  header.opt .logo img {
    transform: scale(1);
  }
  header .btn,
  header .header_top {
    display: none;
  }
  header .logo {
    margin-top: 0;
    align-self: center;
  }
  header .logo img {
    height: 50px;
  }
  .page_news .page_news_swiper .swiper-slide {
    max-width: 421px;
  }
  .footer_contact .head {
    display: block;
  }
  footer .main .flex {
    display: grid;
    gap: 0;
  }
  footer .main .foot_intro {
    flex-direction: column;
    padding-bottom: 30px;
  }
  footer .main .foot_intro p {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  footer .main .foot_connect {
    order: 8;
    padding-top: 20px;
  }
  footer .main .foot_connect .social {
    justify-content: space-around;
  }
  footer .main .foot_nav:not(.foot_connect) {
    width: 100%;
  }
  footer .main .foot_nav:not(.foot_connect) strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav:not(.foot_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .foot_nav:not(.foot_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav:not(.foot_connect) > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav:not(.foot_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .main .foot_nav:not(.foot_connect) > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .watermark span {
    font-size: 50px;
  }
}
