:root {
  --theme_color: #02ab68;
  --subtheme_color: #ffbe02;
  --title_color: #1e120d;
  --content_color: #4c4c4c;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1470px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.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;
}
body {
  word-break: break-word;
  color: var(--title_color);
  font-family: 'Roboto', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.Anton,
.title,
h2 {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif !important;
}
.home_banner .title {
  font-weight: normal !important;
  font-family: 'Anton', sans-serif !important;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 20px;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  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 {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.head.center strong {
  margin: 0 auto 10px;
}
.head strong {
  display: block;
  position: relative;
  max-width: max-content;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: 1px;
  padding-left: 64px;
  margin-bottom: 10px;
  color: var(--title_color);
}
.head strong::before {
  content: '';
  display: block;
  width: 48px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 6px;
  background: url(../img/icon-subtitle.svg) no-repeat center / contain;
}
.head h2 {
  font-size: 52px !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: var(--title_color);
  text-align: left;
  margin-bottom: 10px !important;
}
.section_search .head h2 {
  font-size: 46px !important;
}
.head.center h2 {
  text-align: center;
}
.btn {
  gap: 20px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  background-color: var(--subtheme_color);
  color: #fff;
  font-size: 22px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
  border: 1px solid var(--subtheme_color);
  padding: 18.5px 30px;
  min-width: 190px;
  letter-spacing: 0.5px;
  position: relative;
}
.btn::after {
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-t.svg) no-repeat center / contain;
}
.btn:hover {
  color: var(--subtheme_color);
  background-color: transparent;
}
.btn:hover::after {
  filter: none;
}
.btn_more {
  gap: 20px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 22px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
  border: 1px solid #d3d3d3;
  padding: 18.5px 29px;
  min-width: 190px;
  letter-spacing: 0.5px;
}
.btn_more::after {
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  transition: all 0.3s;
  background: url(../img/arrow-st.svg) no-repeat center / contain;
}
.btn_more:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.btn_more:hover::after {
  filter: contrast(0) brightness(2);
}
.btn_a {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  font-size: 22px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn_a::after {
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  transition: all 0.3s;
  background: url(../img/arrow-st.svg) no-repeat center / contain;
}
.btn_a:hover::after {
  transform: translateX(5px);
}
.swiper_btns {
  gap: 30px;
  display: flex;
}
.swiper_btns div {
  width: 72px;
  height: 72px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--subtheme_color);
  background-color: var(--subtheme_color);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 14px;
  height: 22px;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-t.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_prev::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: #a8a8a8;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 1750px;
  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;
}
header {
  position: sticky;
  top: 0;
  z-index: 996;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .content {
  max-width: 1856px !important;
  padding: 0 20px;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: 270px;
  height: auto;
}
header .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header nav .menu {
  gap: 12px;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 22px;
  padding: 4px 27px;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li > a:hover {
  color: #fff;
  background-color: var(--theme_color);
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
}
header nav .sub-menu {
  left: 50%;
  position: absolute;
  min-width: 160px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
header nav .sub-menu > li {
  margin-bottom: 5px;
}
header nav .sub-menu > li > a {
  display: block;
  padding: 8px 10px;
  transition: all 0.3s;
  font-size: 15px;
  text-align: center;
}
header nav .sub-menu > li.current-menu-item > a,
header nav .sub-menu > li.current-menu-parent > a,
header nav .sub-menu > li > a:hover {
  color: #fff;
  background-color: var(--theme_color);
}
header .btns {
  gap: 44px;
  display: flex;
  align-items: center;
  min-height: 90px;
}
header .btn_search {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
header .btn_more {
  gap: 28px;
  padding: 11.5px 32px;
  min-width: unset;
}
header .btn_more::after {
  filter: contrast(0) brightness(0);
}
footer {
  color: #fff;
  background-color: #242424;
}
footer .content {
  max-width: 1440px !important;
}
footer .footer_main {
  padding: 40px 0;
}
footer .footer_main .slide_obj strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
}
footer .footer_main .slide_obj li {
  margin-bottom: 14px;
}
footer .footer_main .slide_obj li:last-child {
  margin-bottom: 0;
}
footer .footer_main .slide_obj li a {
  font-weight: 300;
  font-size: 18px;
  vertical-align: top;
  transition: all 0.3s;
}
footer .footer_main .slide_obj li a:hover {
  color: var(--theme_color);
}
footer .footer_main .slide_intro {
  width: 318px;
  /*margin-right: 18%;*/
}
footer .footer_main .intro {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}
footer .footer_main .social {
  gap: 20px 38px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
footer .footer_main .social li {
  margin: 0;
}
footer .footer_main .social a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
footer .footer_main .social a:hover {
  transform: scale(1.1);
}
footer .footer_main .social .facebook a {
  background-image: url(../img/facebook.svg);
}
footer .footer_main .social .twitter a {
  background-image: url(../img/twitter.svg);
}
footer .footer_main .social .youtube a {
  background-image: url(../img/youtube.svg);
}
footer .footer_main .social .instagram a {
  background-image: url(../img/instagram.svg);
}
footer .footer_main .social .linkedin a {
  background-size: 90%;
  background-image: url(../img/linkedin.svg);
}
footer .footer_main .contact {
  width: 254px;
}
footer .footer_main .contact .icon {
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.11);
}
footer .footer_main .contact .icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
footer .footer_main .contact li {
  gap: 16px;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
}
footer .footer_main .contact li a,
footer .footer_main .contact li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-top: 8px;
  max-width: max-content;
}
footer .footer_main .contact li a:hover {
  color: var(--subtheme_color);
}
footer .footer_main .contact .active .icon {
  background-color: var(--subtheme_color);
}
footer .footer_main .contact .active .icon::after {
  filter: contrast(0) brightness(2);
}
footer .footer_main .contact .phone .icon::after {
  background-image: url(../img/icon-phone.svg);
}
footer .footer_main .contact .email .icon::after {
  background-image: url(../img/icon-email.svg);
}
footer .footer_main .contact .address .icon::after {
  background-image: url(../img/icon-address.svg);
}
footer .copyright {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 22px 0;
}
footer .copyright ul {
  gap: 20px 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .copyright ul a {
  display: block;
  transition: all 0.3s;
}
footer .copyright ul a:hover {
  color: var(--theme_color);
}
.product_list .active .btn_more {
  color: var(--title_color);
  border-color: var(--subtheme_color);
  background-color: var(--subtheme_color);
}
.product_list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list a:hover .btn_more {
  color: var(--title_color);
  border-color: var(--subtheme_color);
  background-color: var(--subtheme_color);
}
.product_list .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 71.764706%;
  background: no-repeat center bottom / cover;
}
.product_list .bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #fff, transparent);
}
.product_list .img {
  padding-bottom: 88.235294%;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 30px 26px;
}
.product_list .info .title {
  font-size: 26px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list .info .subtitle {
  color: #757575;
  font-size: 20px;
}
.product_list .info .desc {
  color: var(--content_color);
  font-size: 17px;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: auto;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list .info .btn_more {
  gap: 12px;
  width: 100%;
  margin-top: 22px;
  padding: 9.5px;
}
.product_list .info .btn_more::after {
  filter: contrast(0) brightness(0);
}
.product_list .info .btn_more:hover {
  color: var(--title_color);
  border-color: var(--subtheme_color);
  background-color: var(--subtheme_color);
}
.nav > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 5%;
}
.nav .nav_item {
  text-align: center;
  color: #666666;
  font-size: 22px;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: none;
  border-bottom: 2px solid transparent;
  display: block;
  padding: 5px 0;
}
.nav .nav_item.active,
.nav .nav_item:hover {
  color: var(--title_color);
  border-color: var(--theme_color);
}
.blog_list li:first-child a {
  border-left-color: #eaeaea;
}
.blog_list .active a {
  border-color: #eaeaea;
  border-bottom-color: var(--theme_color);
  box-shadow: 10px 10px 10px rgba(226, 226, 226, 0.55);
}
.blog_list .active a .cat {
  color: var(--theme_color);
}
.blog_list .active a .title {
  text-decoration: underline;
}
.blog_list a {
  gap: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-right-color: #eaeaea;
  border-bottom: 3px solid transparent;
  padding: 9.166667% 8.75% 8.333333%;
}
.blog_list a:hover {
  border-color: #eaeaea;
  border-bottom-color: var(--theme_color);
  box-shadow: 10px 10px 10px rgba(226, 226, 226, 0.55);
}
.blog_list a:hover .cat {
  color: var(--theme_color);
}
.blog_list a:hover .title {
  text-decoration: underline;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .info {
  flex: 1;
}
.blog_list .info .metas {
  gap: 16px;
  display: flex;
  align-items: center;
  color: #3f3f3f;
  font-size: 18px;
}
.blog_list .info .cat {
  color: var(--subtheme_color);
  transition: all 0.3s;
  font-size: 20px;
}
.blog_list .info .title {
  font-size: 26px;
  line-height: 42px;
  text-transform: none;
  margin-top: 12px;
}
.blog_list .img {
  margin-top: 16px;
  padding-bottom: 67.005076%;
}
.blog_list .btn_a {
  max-width: max-content;
}



/*** global css ***/
.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}

.loading {
  position: relative;
}

.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

div form#sytech-newsletter-subscription {
  display: grid;
}

div form#sytech-newsletter-subscription p.success,
div form#sytech-newsletter-subscription p.failed {
  top: unset;
  bottom: 100%;
  width: 100%;
  max-width: 250px;
  font-size: 12px;
  background-color: var(--theme_color);
  padding: 12px 12px 12px 32px;
}

div form#sytech-newsletter-subscription p.success.active,
div form#sytech-newsletter-subscription p.failed.active {
  top: unset;
  bottom: 110%;
}

div form#sytech-newsletter-subscription p.success::before,
div form#sytech-newsletter-subscription p.failed::before {
  top: 12px;
  width: 16px;
  height: 16px;
  filter: contrast(0) brightness(2);
}

div form#sytech-newsletter-subscription p.success::after,
div form#sytech-newsletter-subscription p.failed::after {
  bottom: unset;
  top: 100%;
  border-top-color: var(--theme_color);
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  opacity: 0;
  pointer-events: none;
}

div.search-block {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}

div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(150px);
}

div.search-block div.content {
  position: relative;
  display: block;
}

.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}

.wd-action-btn:hover {
  transform: rotate(180deg);
}

div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}

div.search-block.active .searchform {
  opacity: 1;
}

div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}

header div.main-menu div.main div.right {
  display: none;
}

div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}

.quote_modal {
  opacity: 0;
  pointer-events: none;
}

div.quote_modal .modal_content {
  border-radius: 0;
}

.quote_modal .label {
  display: block;
  max-width: max-content;
  cursor: pointer;
  margin-bottom: 5px;
}

.quote_modal .btn {
  zoom: .8;
}

.quote_modal .form {
  display: grid;
  gap: 16px;
}

.footer_bottombar {
  width: 100%;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.footer_bottombar ul {
  display: flex;
}

.footer_bottombar li {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer_bottombar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 8px 8px;
  font-size: 14px;
}

.footer_bottombar a::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat center/contain;
}

.footer_bottombar .phone a::before {
  background-image: url(../img/icon-phone.svg);
}

.footer_bottombar .email a::before {
  background-image: url(../img/icon-email.svg);
}

.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 12px;
}

.video_pop.active {
  opacity: 1;
  pointer-events: all;
}

.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}

.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.video_pop .mask .close {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 80vh;
  aspect-ratio: 1920/1080;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_pop .pop_content iframe,
.video_pop .pop_content video {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.btn_mega_menu .sub-menu {
  display: none;
}

.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 50px 0;
  display: none;
  background-color: #fff;
}

.mega_menu .flex {
  gap: 4%;
}

.mega_menu .nav {
  width: 25%;
  overflow: auto;
  max-height: calc(100vh - 260px);
}

.mega_menu .nav::-webkit-scrollbar {
  width: 5px;
}

.mega_menu .nav::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}

.mega_menu .nav ul {
  gap: 15px;
  display: grid;
}

.mega_menu .nav a {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 15% 1fr;
  display: block;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  padding: 12px 20px;
}

.mega_menu .nav a.active {
  background-color: #edeef2;
}

.mega_menu .nav .sub {
  gap: 8px;
  display: grid;
  padding-top: 10px;
  padding-left: 20px;
}

.mega_menu .nav .sub a {
  font-size: 15px;
}

.mega_menu .list {
  flex: 1;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 260px);
}

.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: 20px 4%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mega_menu .list li a {
  text-align: center;
}

.mega_menu .list li a:hover img {
  transform: scale(1.03);
}

.mega_menu .list li .img {
  padding-bottom: 80%;
  overflow: hidden;
}

.mega_menu .list li .title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.mega_menu .list .btn {
  margin-top: 50px;
}

.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;
}

/*** global css ***/


section.home_products .items .active .icon img {
    filter: none;
}

section.home_about, section.section_more {
    padding-bottom: 30px;
}
section.section_search .flex {
    padding: 40px 0;
}
section.home_products {
    padding: 16px 0;
}
section.home_product, section.home_advantage, section.section_contact, section.home_certification, section.home_application, section.home_blog {
    padding: 30px 0;
}
section.home_about .nums {
    margin-top: 30px;
}
.home_about .btn_video {
    zoom: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .content {
    padding: 0 20px;
  }
  .section_search .img {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .section_search .img {
    margin-right: 0;
  }
  header .logo img {
    width: 200px;
  }
  header .btns {
    gap: 26px;
  }
  header .btn_more {
    padding: 11px 20px;
    font-size: 20px;
  }
  header nav .menu > li > a {
    font-size: 20px;
    padding: 4px 16px;
  }
  .home_about .nums span {
    font-size: 38px;
  }
  .section_search .bg {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  header nav .menu > li > a {
    padding: 4px 16px;
  }
  .home_about .flex {
    gap: 30px;
  }
  header .btn_more {
    font-size: 18px;
  }
  header nav .menu > li > a {
    font-size: 18px;
    padding: 4px 10px;
  }
  .home_about .right .btn_video {
    bottom: 110%;
  }
  .home_about .flex {
    margin-top: 20px;
  }
  .home_about .head {
    margin: 0;
  }
  .swiper_btns div {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 15px 20px;
  }
  .home_about .flex {
    margin-top: 20px;
  }
  .home_about .right .btn_video {
    top: -100px;
  }
  .home_about .nums ul {
    gap: 48px 20px;
  }
  .home_about .nums .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .home_about .nums span {
    font-size: 40px;
  }
  .section_search .bg::before {
    width: 300px;
    right: 200px;
  }
  .section_search .bg::after {
    width: 300px;
  }
  .home_certification .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  header nav .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li::after {
    display: none;
  }
  header nav .con .menu > li > a {
    color: var(--title_color);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--theme_color);
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--theme_color);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title_color);
  }
  header nav .con .sub-menu li a:hover {
    color: var(--theme_color);
  }
  header .btn_search {
    width: 22px;
    height: 22px;
  }
  header .btn_menu {
    display: block;
    width: 23px;
    aspect-ratio: 1;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a,
  header nav .con .menu > li > a:hover {
    color: var(--theme_color);
    background-color: transparent;
  }
  header nav .sub-menu > li > a {
    text-align: left;
  }
  header nav .con .sub-menu li.current-menu-item > a,
  header nav .con .sub-menu li.current-menu-parent > a,
  header nav .con .sub-menu li > a:hover {
    color: var(--theme_color);
    background-color: transparent;
  }
  .mega_menu {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .head strong {
    font-size: 14px;
    padding-left: 2.5rem;
    margin-bottom: 10px;
  }
  .head strong::before {
    width: 2rem;
    height: 1rem;
    top: 3px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .head h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
    margin: 0;
  }
  .section_search .head h2 {
    font-size: 22px !important;
  }
  .head .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  .Anton,
  .title,
  h2 {
    font-weight: 300;
  }
  .btn,
  .btn_more,
  .btn_a {
    gap: 1rem;
    font-size: 14px;
  }
  .btn::after,
  .btn_more::after,
  .btn_a::after {
    width: 12px;
    height: 12px;
  }
  .btn,
  .btn_more {
    padding: 12px 20px;
    min-width: unset;
  }
  .btn_a {
    gap: 12px;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after {
    width: 12px;
    height: 12px;
  }
  header .content {
    padding: 0 20px;
  }
  header .logo img {
    width: 150px;
  }
  header .btns {
    gap: 25px;
    min-height: 4rem;
  }
  header .btn_more {
    display: none;
  }
  footer {
    overflow: hidden;
  }
  footer .footer_main {
    padding: 3rem 0 2rem;
  }
  footer .footer_main .flex {
    gap: 0;
    flex-direction: column;
  }
  footer .footer_main .slide_intro {
    width: 100%;
    margin-top: 2rem;
  }
  footer .footer_main .slide_intro strong {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  footer .footer_main .slide_intro .intro {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .footer_main .slide_intro .social {
    gap: 20px;
    margin-top: 20px;
  }
  footer .footer_main .slide_intro .social a {
    width: 24px;
    height: 24px;
  }
  footer .footer_main .slide_contact {
    width: 100%;
    margin-top: 2rem;
  }
  footer .footer_main .slide_contact strong {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  footer .footer_main .slide_contact .contact {
    width: 100%;
  }
  footer .footer_main .slide_contact .contact .icon {
    width: 40px;
    height: 40px;
  }
  footer .footer_main .slide_contact .contact li {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  footer .footer_main .slide_contact .contact li a {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 8px;
  }
  footer .footer_main .slide_contact .contact li span {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .footer_main .slide_obj:not(.slide_intro, .slide_contact) {
    width: 100%;
    order: -1;
  }
  footer .footer_main .slide_obj:not(.slide_intro, .slide_contact) strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
  }
  footer .footer_main .slide_obj:not(.slide_intro, .slide_contact) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-t.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
  }
  footer .footer_main .slide_obj:not(.slide_intro, .slide_contact).active strong::after {
    transform: translateY(-50%) rotate(270deg);
  }
  footer .footer_main .slide_obj:not(.slide_intro, .slide_contact) > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .footer_main .slide_obj:not(.slide_intro, .slide_contact) > div li {
    margin-bottom: 14px;
  }
  footer .footer_main .slide_obj:not(.slide_intro, .slide_contact) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .footer_main .slide_obj:not(.slide_intro, .slide_contact) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .copyright {
    padding: 20px 0;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright a {
    font-size: 14px;
  }
  .home_banner .home_banner_swiper .flex {
    height: auto;
    padding: 2rem 0 5rem;
  }
  .home_banner .home_banner_swiper .head {
    padding: 0;
  }
  .home_banner .home_banner_swiper .head .title {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .home_banner .home_banner_swiper .head p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_banner .home_banner_swiper .head .btn {
    gap: 1rem;
    padding: 12px 20px;
    margin-top: 20px;
  }
  .home_banner .btns {
    display: none;
  }
  .home_banner .btns div {
    width: 1rem;
    height: 1rem;
  }
  .home_banner div.swiper-pagination {
    bottom: 2rem;
  }
  .home_banner div.swiper-pagination .swiper-pagination-bullet {
    max-width: 2rem;
    height: 3px !important;
  }
  .home_about {
    padding: 4rem 0;
  }
  .home_about .head {
    margin: 0;
  }
  .home_about .flex {
    margin-top: 20px;
    display: block;
  }
  .home_about .left a {
    font-size: 1rem;
  }
  .home_about .left a::after {
    width: 3rem;
    height: 3rem;
    background-size: 10px;
  }
  .home_about .right {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2rem;
    padding: 0;
  }
  .home_about .right .btn_video {
    width: 3rem;
    height: 3rem;
    top: 2rem;
    right: 2rem;
  }
  .home_about .right .btn_video::before {
    width: 6rem;
    height: 6rem;
    filter: contrast(0) brightness(2);
  }
  .home_about .right p {
    margin-bottom: 12px;
  }
  .home_about .right .btn {
    margin-top: 2rem;
  }
  .home_about .nums {
    margin-top: 3rem;
  }
  .home_about .nums ul {
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_about .nums .icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    margin-right: 8px;
  }
  .home_about .nums span {
    font-size: 1.6rem;
  }
  .home_about .nums .line {
    margin: 1rem 0;
  }
  .home_about .nums p {
    font-size: 14px;
    line-height: 1.5;
  }
  .section_search {
    margin-bottom: 0;
  }
  .section_search .flex {
    gap: 1rem;
    flex-direction: column;
    padding: 4rem 0 0;
  }
  .section_search .bg {
    right: -20px;
    clip-path: none;
  }
  .section_search .bg::before {
    width: 100%;
    height: 1rem;
    clip-path: none;
    right: 0;
  }
  .section_search .bg::after {
    width: 100%;
    height: 1rem;
    clip-path: none;
    top: unset;
    bottom: 0;
  }
  .section_search .head {
    width: 100%;
    max-width: unset;
  }
  .section_search .head strong {
    margin-bottom: 10px;
  }
  .section_search .head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .section_search .head form {
    gap: 8px;
    margin-top: 20px;
  }
  .section_search .head form input[type="text"] {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .section_search .head form input[type="submit"] {
    width: 3rem;
    height: 3rem;
    background-size: 1rem;
  }
  .section_search .img {
    width: 100%;
    margin: 0;
    padding-bottom: 80%;
  }
  .home_products {
    padding: 4rem 0 3rem;
  }
  .home_products .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .home_products .left {
    width: 100%;
    margin: 0;
  }
  .home_products .left::before {
    right: unset;
    left: -20px;
    top: 0;
  }
  .home_products .right {
    width: 100%;
  }
  .home_products .head {
    line-height: 1.5;
    font-size: 14px;
  }
  .home_products .head strong {
    margin-bottom: 10px;
  }
  .home_products .head p {
    margin-top: 12px;
  }
  .home_products .items {
    margin-top: 2rem;
  }
  .home_products .items .active .icon::before {
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
  }
  .home_products .items ul {
    gap: 1rem;
  }
  .home_products .items a {
    padding: 20px;
  }
  .home_products .items .img {
    height: 7rem;
  }
  .home_products .items .icon img {
    max-width: 6rem;
    max-height: 6rem;
  }
  .home_products .items .title {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.3;
  }
  .home_product {
    padding: 3rem 0;
    overflow: hidden;
  }
  .home_product .head {
    margin: 0;
  }
  .home_product .swiper_box {
    margin-top: 2rem;
  }
  .home_product .swiper_btns {
    display: none;
  }
  .home_product .home_product_swiper {
    overflow: visible;
  }
  .home_product .center .btn_more {
    margin-top: 2rem;
  }
  .product_list .info {
    padding: 1rem;
  }
  .product_list .info .title {
    font-size: 20px;
    line-height: 1.3;
  }
  .product_list .info .subtitle {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 2px;
  }
  .product_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .product_list .info .btn_more {
    gap: 1rem;
    padding: 12px 20px;
    margin-top: 1rem;
  }
  .home_advantage {
    overflow: hidden;
    padding: 4rem 0;
    margin-top: 1rem;
  }
  .home_advantage::after {
    height: 10rem;
  }
  .home_advantage .swiper_btns {
    display: none;
  }
  .home_advantage .home_advantage_swiper {
    overflow: visible;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .advantage_list a {
    padding: 0 1rem 20px;
  }
  .advantage_list .icon {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    transform: translate(0);
  }
  .advantage_list .title {
    font-size: 18px;
    line-height: 1.3;
    transform: translate(0);
    margin-top: 20px;
  }
  .advantage_list .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    transform: translate(0);
  }
  .advantage_list .btn {
    margin-top: 2rem;
    transform: translate(0);
  }
  .section_contact {
    padding: 3rem 0;
    margin-bottom: 1rem;
  }
  .section_contact .flex {
    display: block;
  }
  .section_contact .head {
    line-height: 1.5;
    font-size: 14px;
  }
  .section_contact .head strong {
    margin-bottom: 10px;
  }
  .section_contact .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .section_contact .head p {
    margin-top: 12px;
  }
  .section_contact .btn {
    margin-top: 2rem;
  }
  .home_certification {
    padding: 3rem 0;
  }
  .home_certification .list {
    margin-top: 2rem;
  }
  .home_certification .list ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_application {
    margin: 1rem 0;
    padding: 4rem 0;
  }
  .home_application .nav {
    margin-top: 1rem;
  }
  .home_application .swiper_box {
    margin-top: 2rem;
  }
  .home_application .swiper_btns {
    display: none;
  }
  .home_application .home_application_swiper a {
    display: block;
  }
  .home_application .home_application_swiper .img {
    width: 100%;
    padding-bottom: 84.661355%;
  }
  .home_application .home_application_swiper .info {
    padding: 1rem;
  }
  .home_application .home_application_swiper .info .title {
    font-size: 18px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home_application .home_application_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 2rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home_application .btn_more {
    margin-top: 2rem;
  }
  .nav .nav_item {
    font-size: 14px;
  }
  .home_blog {
    padding: 3rem 0;
  }
  .home_blog .flex .btn_a {
    margin: 0;
  }
  .home_blog .swiper_btns {
    display: none;
  }
  .home_blog .swiper_box {
    margin-top: 20px;
  }
  .blog_list a {
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e3e3e3;
  }
  .blog_list .info .metas {
    gap: 8px;
    font-size: 14px;
  }
  .blog_list .info .cat {
    font-size: 15px;
  }
  .blog_list .info .title {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 12px;
  }
  .blog_list .img {
    margin: 0;
  }
  .section_more {
    padding: 3rem 0 4rem;
  }
  .section_more .flex {
    display: block;
  }
  .section_more .left {
    width: 100%;
  }
  .section_more .icon {
    width: 3rem;
    height: 3rem;
  }
  .section_more .icon::before {
    width: 20px;
    height: 20px;
  }
  .section_more .icon::after {
    border-width: 5px;
  }
  .section_more .right {
    width: 100%;
    margin-top: 2rem;
    padding: 2rem 1rem;
  }
  .section_more .right .title {
    font-size: 20px;
    line-height: 1.3;
  }
  .section_more .right .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .section_more .form {
    margin-top: 2rem;
  }
  .section_more .form input,
  .section_more .form select,
  .section_more .form textarea {
    font-size: 1rem;
    padding: 13px 1rem;
  }
  .section_more .form span:has(input[type="checkbox"]) {
    margin-top: 8px;
  }
  .section_more .form input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .section_more .form input[type="checkbox"] ~ span {
    padding-left: 8px;
    font-size: 14px;
    line-height: 1.5;
    width: calc(100% - 30px);
  }
  .section_more .form span:has(.btn) {
    margin-top: 1rem;
  }
  .faq_list .faq_item .question {
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    padding: 12px 0;
  }
  .faq_list .faq_item .question::after {
    width: 12px;
    height: 12px;
  }
  .faq_list .faq_item .answer {
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .head strong {
    font-size: 15px;
  }
  .head strong::before {
    top: 4px;
  }
  .head h1 {
    font-size: 34px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 28px !important;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_about .flex {
    gap: 20px;
    display: flex;
  }
  .home_about .right .btn_video {
    top: -6rem;
  }
  .home_about .right .btn_video::before {
    filter: none;
  }
  .home_about .left {
    min-width: 50%;
  }
  .home_about .right {
    margin: 0;
    min-width: 50%;
  }
  .section_search .img {
    padding-bottom: 50%;
  }
  .home_product .swiper_btns {
    display: flex;
  }
  .home_certification .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_application .swiper_btns {
    display: flex;
  }
  .home_blog .swiper_btns {
    display: flex;
  }
}
