* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #010080;
  --secondary: #000;
  --title: #111111;
  --text: #494949;
  --bg: #f9f9fc;
  --border: #e7e7e7;
  --shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.06);
  --shadow2: 0 1rem 1rem rgba(201, 204, 209, 0.55);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 143rem;
  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: "Bai Jamjuree", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Montserrat {
  font-family: "Montserrat", sans-serif;
}
.BaiJamjuree {
  font-family: "Bai Jamjuree", 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-image: linear-gradient(to top, #e5e5f2, #ffffff);
}
#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;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.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);
}
.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;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 5.6rem;
  gap: 1.6rem;
  padding: 0 3.1rem;
  letter-spacing: 0.01rem;
}
.btn::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn:hover::after {
  filter: unset;
  transform: translateX(20%);
}
.btn_line {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid var(--title);
  color: var(--title);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 5.7rem;
  gap: 1.6rem;
  padding: 0 3.1rem;
  letter-spacing: 0.01rem;
}
.btn_line::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn_line:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.btn_w {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--title);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 5.6rem;
  gap: 1.2rem;
  padding: 0 2.8rem;
}
.btn_w::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn_w:hover {
  background-color: var(--primary);
  color: #fff;
}
.btn_w:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.btn_i {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary);
  line-height: normal;
  gap: 1.2rem;
}
.btn_i::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  transition: all 0.3s;
  background: url("../img/arrow-r.svg") no-repeat center / contain;
}
.btn_i:hover::after {
  transform: translateX(20%);
}
.btn_circle {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: var(--primary);
  width: 5.3rem;
}
.btn_circle::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / 28.3%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.btn_circle:hover {
  transform: scale(1.1);
}
.btn_circle:hover::after {
  transform: rotate(90deg);
}
.swiper_btns {
  gap: 3.5rem;
  display: flex;
}
.swiper_btns .btn_prev,
.swiper_btns .btn_next {
  width: 5.3rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_prev::after,
.swiper_btns .btn_next::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 29.412%;
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_prev:hover,
.swiper_btns .btn_next:hover {
  border-color: var(--title);
  background-color: var(--title);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow);
}
.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: 160.8rem;
  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;
}
.head.white {
  color: #fff;
}
.head.white .line::before,
.head.white.line::before {
  background-color: #fff;
}
.head.white .subtitle {
  color: rgba(255, 255, 255, 0.85);
}
.head.white h2::after {
  background-color: #fff;
}
.head.white p,
.head.white .desc {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  letter-spacing: 0.015rem;
}
.head .line,
.head.line {
  position: relative;
  padding-left: 2.7rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.head .line::before,
.head.line::before {
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0.6rem;
  width: 2px;
  background-color: var(--primary);
  content: '';
}
.head .line h2::after,
.head.line h2::after {
  display: none;
}
.head.sm h2 {
  font-size: 4rem;
  letter-spacing: 0.04rem;
}
.head.sm h2::after {
  margin-top: 2.4rem;
}
.head.lh1 h2 {
  line-height: 1;
}
.head.lh1 h2::after {
  margin-top: 2.7rem;
}
.head.center h2::after {
  margin-left: auto;
  margin-right: auto;
}
.head .subtitle {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 1.1rem;
}
.head h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 6.6rem;
  line-height: 1.21212121;
  font-weight: 700;
}
.head h1.BaiJamjuree {
  font-family: "Bai Jamjuree", sans-serif;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 600;
}
.head h2::after {
  display: block;
  width: 6rem;
  height: 2px;
  background-color: var(--primary);
  content: '';
  margin-top: 2.1rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: var(--text);
}
header {
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  z-index: 996;
  transition: all 0.3s;
  background-color: #fff;
}
header.opt {
  top: -85px;
}
header.fixed {
  background-color: transparent;
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}
header.style {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .content {
  width: calc(100% - 6rem);
  max-width: 179.6rem;
}
header .logo {
  display: block;
  position: relative;
  margin-right: 11%;
  margin-top: 2px;
}
header .logo img {
  display: block;
  width: auto;
  height: 5.86667rem;
}
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: 0.51rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 83px;
  transition: all 0.3s;
  gap: 5px;
  padding: 0 2.25rem 2px;
  letter-spacing: 0.01rem;
}
header nav .menu > li > a::after {
  display: none;
  content: '';
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
  background: url("../img/menu-select.svg") no-repeat center / contain;
  margin-top: 4px;
}
header nav .menu > li.menu-item-has-children > a::after {
  display: block;
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:hover > a {
  color: #fff;
  background-color: var(--primary);
}
header nav .menu > li.current-menu-item > a::after,
header nav .menu > li.current-menu-parent > a::after,
header nav .menu > li:hover > a::after {
  filter: contrast(0) brightness(2);
}
header nav .menu > li:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
}
header nav .menu > li:hover > .sub-menu > li {
  transform: translateY(0);
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-bottom: 1px;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  min-width: 210px;
  background-color: var(--primary);
}
header nav .sub-menu > li {
  transform: translateY(-10px);
  transition: all 0.4s;
}
header nav .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  padding: 12px 20px 14px;
  transition: all 0.3s;
  font-weight: 400;
  letter-spacing: 0.035rem;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
header .btns {
  gap: 1.9rem;
  display: flex;
  align-items: center;
  min-height: 85px;
}
header .btn_search {
  display: block;
  width: 19px;
  height: 19px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
  margin-bottom: 2px;
}
header .social {
  gap: 1.5rem;
  margin-bottom: 2px;
}
header .social::before {
  display: inline-block;
  width: 1px;
  height: 16px;
  content: '';
  background-color: var(--title);
  opacity: 0.43;
  align-self: center;
  margin-right: 5px;
}
header .social a {
  width: 23px;
  height: 23px;
  background-color: #000;
}
header .social a::after {
  filter: contrast(0) brightness(2);
}
header .btn_menu {
  display: none;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
}
header .btn {
  line-height: 4.8rem;
  padding: 0 2.9rem;
  gap: 1.3rem;
  margin-left: 2rem;
  letter-spacing: 0.02rem;
}
footer {
  background-color: #262a38;
  color: #fff;
}
footer .main {
  padding: 9.7rem 0 7.9rem;
}
footer .main strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
footer .main strong::after {
  display: block;
  width: 2.5rem;
  height: 2px;
  content: '';
  background-color: #fff;
  margin-top: 2.2rem;
}
footer .main .flex {
  gap: 4rem 3.68055556%;
  margin-left: -0.3rem;
}
footer .main .foot_logo {
  width: 100%;
  margin-left: 0.3rem;
}
footer .main .foot_logo .logo {
  display: block;
  position: relative;
  max-width: 19rem;
}
footer .main .foot_logo .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .foot_logo .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_nav {
  margin-right: 3.2%;
}
footer .main .foot_nav strong {
  margin-bottom: 2.4rem;
}
footer .main .foot_nav li a {
  opacity: 0.85;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  font-weight: 300;
  letter-spacing: 0.016rem;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  text-decoration-color: #fff;
}
footer .main .foot_nav li + li {
  margin-top: 1.7rem;
}
footer .main .foot_connect strong {
  margin-bottom: 2.7rem;
}
footer .main .foot_connect li {
  position: relative;
  line-height: 2.3rem;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 2.7rem;
  font-weight: 300;
  letter-spacing: 0.016rem;
}
footer .main .foot_connect li::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: no-repeat center left / contain;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .main .foot_connect li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .main .foot_connect li a:hover {
  color: #fff;
  text-decoration-color: #fff;
}
footer .main .foot_connect li p {
  max-width: 28.9rem;
  padding-top: 0.4rem;
}
footer .main .foot_connect li + li {
  margin-top: 1.2rem;
}
footer .main .foot_connect .phone::before {
  background-image: url(../img/icon-phone.svg);
}
footer .main .foot_connect .email::before {
  background-image: url(../img/icon-email.svg);
  background-size: 90%;
}
footer .main .foot_connect .locate::before {
  background-image: url(../img/foot-locate.svg);
  background-position-x: left 30%;
  top: 0.4rem;
}
footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.6rem 0 1.7rem;
}
footer .bottom p {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.018rem;
}
footer .bottom .social_wrap {
  display: flex;
  align-items: center;
  gap: 3.7rem;
}
footer .bottom .social_wrap strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.footer_contact.bg {
  background-color: var(--bg);
}
.footer_contact .inner {
  width: calc(100% - 4rem);
  max-width: 186rem;
  margin: 0 auto -13.9rem;
  overflow: hidden;
  border-radius: 2.3rem;
  background-image: linear-gradient(to top, #040457 8.59%, #1e297d 26.34%, #232f84 41.2%, #040457 94.5%);
  padding: 4.7rem 0;
}
.footer_contact .inner.img_bg > img {
  opacity: 0.18;
}
div:has(.footer_contact) + footer {
  padding-top: 12.1rem;
}
.footer_contact .head {
  flex: 1;
  width: 100%;
  max-width: 58.8rem;
  padding-top: 0.7%;
}
.footer_contact .head h2 {
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}
.footer_contact .head h2::after {
  margin-top: 2.7rem;
}
.footer_contact p {
  margin-top: 3.5rem;
}
.footer_contact .btn_w {
  margin-top: 3.4rem;
}
.footer_contact .img {
  width: 50%;
  --h: 61.42857143%;
  margin-right: -6.85714286%;
}
.footer_contact .img:hover img {
  transform: scale(1.02);
}
.page_news {
  background-color: var(--bg);
  padding: 12.1rem 0 10.6rem;
}
.page_news p {
  max-width: 53.9rem;
  margin-top: 4.1rem;
}
.page_news .page_news_swiper {
  margin-top: 4.3rem;
}
.page_news .page_news_swiper .swiper-slide {
  max-width: 441px;
}
.page_news .swiper_con {
  margin-top: 2.8rem;
}
.page_news .swiper_con p.center:has(.btn_line) {
  max-width: unset;
  margin: 0;
}
.page_news .swiper_con .swiper_btns.middle {
  top: 47%;
  padding: 0;
  margin: 0;
}
.page_banner {
  position: relative;
  max-width: 256rem;
  margin: 0 auto;
}
.page_banner .bg {
  width: 100%;
  height: auto;
}
.page_banner .con {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.page_banner .con .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.page_banner .head {
  flex: 1;
  width: 100%;
  padding-bottom: 5%;
  max-width: 60rem;
}
.page_breadcrumbs {
  padding: 2.8rem 0;
}
.page_certifications {
  padding: 13.9rem 0 13.1rem;
}
.page_certifications .head h2::after {
  margin-top: 1.8rem;
}
.page_certifications p {
  max-width: 69rem;
  margin-top: 2.6rem;
  letter-spacing: 0.003rem;
}
.page_certifications .btn_line {
  margin-bottom: 0.3rem;
}
.page_certifications .page_certifications_swiper {
  overflow: hidden;
  margin-top: 5.2rem;
  border-radius: 2.6rem;
}
.page_certifications .page_certifications_swiper .title {
  margin-top: 6.1rem;
}
.social {
  gap: 1.9rem;
  display: flex;
  flex-wrap: wrap;
}
.social a {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #fff;
}
.social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 57.69231%;
}
.social a:hover {
  background-color: var(--primary);
}
.social a:hover::after {
  filter: contrast(0) brightness(2);
}
.social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
.social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.nav_wrap .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.nav_wrap .nav_list .nav_item.active,
.nav_wrap .nav_list .nav_item:hover {
  background-color: var(--primary);
  color: #fff;
}
.nav_wrap .nav_item {
  display: block;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.3s;
  background-color: #f0f0f6;
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.5rem;
  padding: 0 3rem;
}
.breadcrumbs {
  line-height: 3rem;
  min-height: 3rem;
}
.breadcrumbs span {
  font-weight: 500;
  letter-spacing: 0.01rem;
}
.breadcrumbs span span::before {
  display: inline-block;
  content: '';
  background: url("../img/bread-nav.svg") no-repeat center / contain;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 0.9rem 0 0.3rem;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span span:first-child a {
  overflow: hidden;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/home.svg") no-repeat center / contain;
  text-indent: -999px;
  color: transparent;
  filter: contrast(0) brightness(0);
  transform: translateY(2px);
  opacity: 1;
}
.breadcrumbs span span:first-child a:hover {
  filter: unset;
}
.breadcrumbs span a {
  opacity: 0.6;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
  opacity: 1;
}
.product_list .active a::after {
  opacity: 1;
}
.product_list .active .info {
  border-bottom-color: transparent;
}
.product_list .active .info .title {
  text-decoration-color: var(--primary);
}
.product_list .active .btn_i {
  color: #fff;
  background-color: var(--primary);
}
.product_list .active .btn_i::after {
  filter: contrast(0) brightness(2);
}
.product_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  --radius: 1.2rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background-color: #fff;
  box-shadow: var(--shadow);
}
.product_list a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_list a:hover img {
  transform: scale(1.02);
}
.product_list .img {
  display: flex;
  justify-content: center;
  padding-bottom: 80.35714286%;
}
.product_list div.img img {
  left: unset;
  width: 80.35714286%;
}
.product_list .info {
  flex: 1;
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
  margin: 0 7.58928571%;
  padding: 3.7946429% 0 4.2410714%;
}
.product_list .title {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: underline transparent;
  transition: all 0.2s;
}
.product_list .cat {
  font-size: 1.8rem;
  color: var(--text);
  margin-top: 0.8rem;
}
.product_list .btn_i {
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 1.9rem 7.58928571% 2.6rem;
}
.certify_item {
  display: block;
  height: 100%;
  border-radius: 2.6rem;
  background-color: var(--bg);
  padding: 8.6rem 3rem 2.4rem;
}
.certify_item .icon {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}
.certify_item .title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1a1a2e;
  text-align: center;
  margin-top: 6.4rem;
}
.news_list .active a::after {
  opacity: 1;
}
.news_list .active .info {
  border-bottom-color: transparent;
}
.news_list .active .btn_i {
  color: #fff;
  background-color: var(--primary);
}
.news_list .active .btn_i::after {
  filter: contrast(0) brightness(2);
}
.news_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  --radius: 1.2rem;
}
.news_list a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.news_list a:hover img {
  transform: scale(1.02);
}
.news_list .img {
  border-radius: var(--radius) var(--radius) 0 0;
  padding-bottom: 58.08656036%;
}
.news_list .info {
  flex: 1;
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
  margin: 0 8.2113042%;
  padding: 6.38657% 0 6.6146617%;
}
.news_list .date {
  font-size: 1.7rem;
  color: var(--text);
}
.news_list .title {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-top: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.015rem;
}
.news_list .desc {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: var(--text);
  margin-top: 1.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news_list .desc::before {
  display: block;
  width: 3.5rem;
  height: 2px;
  content: '';
  background-color: var(--primary);
  margin-bottom: 1.5rem;
}
.news_list .btn_i {
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 1.9rem 8.2113042% 2.6rem;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.search_drawer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  transition: all .3s;
  pointer-events: none;
}
.search_drawer.active {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.75);
}
.search_drawer.active .drawer_content {
  transform: translateY(0);
}
.search_drawer .drawer_content {
  width: 100%;
  height: 80%;
  padding: 2rem 0;
  transition: all .3s;
  transform: translateY(100%);
  background-color: #fff;
}
.search_drawer .close {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  left: 100%;
  transition: all .3s;
  transform: translateY(50%);
  filter: contrast(0) brightness(0);
  background: url(../img/close.svg) no-repeat center/contain;
}
.search_drawer .close:hover {
  transform: translateY(50%) rotate(180deg);
}
.search_drawer form {
  transition: all .3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search_drawer form:focus-within {
  border-bottom-color: var(--primary);
}
.search_drawer input[type="text"] {
  width: 100%;
  height: 10rem;
  display: block;
  text-align: center;
  font-size: 3.5rem;
}
.search_drawer input[type="submit"] {
  display: none;
}

.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: 1.2rem;
}
.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: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  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: 90vh;
  aspect-ratio: 1920/1080;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.video_pop .pop_content iframe,
.video_pop .pop_content video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  pointer-events: all;
}
.video_pop .pop_content video[src=""],
.video_pop .pop_content video.init {
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe {
  aspect-ratio: 560/315;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 76.8rem;
  margin: 5rem auto;
  padding: 5rem;
  border-radius: 1rem;
  background-color: #fff;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1660px) {
  header .logo,
  header .btn {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  header nav .menu > li > a {
    font-size: 16px;
    padding: 0 12px;
  }
  header nav .sub-menu > li > a {
    font-size: 16px;
  }
  header .btn {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  .head h1 {
    font-size: 6rem;
  }
  .footer_contact .img {
    margin-right: 0;
  }
}
@media screen and (max-width: 1220px) {
  header.opt {
    top: -64px;
  }
  header .content {
    width: 100%;
  }
  header .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  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('../img/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:hover > a {
    background-color: unset;
    color: unset;
  }
  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);
    letter-spacing: unset;
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--primary);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--primary);
  }
  header nav .menu > li.menu-item-has-children > a::after {
    display: none;
  }
  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(../img/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);
  }
  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);
    color: var(--title);
    letter-spacing: unset;
    font-weight: 500;
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  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 .btn_menu {
    display: block;
  }
  header .btn_search,
  header .btn_lang,
  header .btn {
    margin: 0;
  }
  header .btns {
    min-height: 64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 5rem;
  }
  .head h2 {
    font-size: 4rem;
  }
  section.product_nav .connect_box ul li {
    padding: 0;
  }
  section.product_nav .connect_box ul li::before {
    position: static;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@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,
  .btn_w {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    letter-spacing: unset;
    gap: 10px;
  }
  .btn::after,
  .btn_line::after,
  .btn_w::after {
    width: 12px;
    height: 12px;
  }
  .btn_i {
    font-size: 14px;
    gap: 10px;
  }
  .btn_i::after {
    width: 12px;
    height: 12px;
  }
  .btn_circle {
    width: 40px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns .btn_prev,
  .swiper_btns .btn_next {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translateX(0);
    margin-top: 30px;
    padding: 0 20px;
  }
  div.head.white p,
  div.head.white .desc {
    letter-spacing: unset;
  }
  div.head .line,
  div.head.line {
    padding-left: 14px;
  }
  div.head .line::before,
  div.head.line::before {
    top: 0;
    bottom: 0;
  }
  div.head.sm h2,
  div.head.lh1 h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  div.head.sm h2::after,
  div.head.lh1 h2::after {
    margin-top: 12px;
  }
  div.head.flex .syedittext:not(.line) {
    padding: 0;
  }
  div.head.flex .btn,
  div.head.flex .btn_line,
  div.head.flex .btn_w {
    margin: 0;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 40px;
    margin-top: 12px;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    margin-top: 12px;
  }
  div.head p + p {
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line,
  div.head .btn_w {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    letter-spacing: unset;
    gap: 10px;
    margin-top: 20px;
  }
  div.head .btn::after,
  div.head .btn_line::after,
  div.head .btn_w::after {
    width: 12px;
    height: 12px;
  }
  header.fixed {
    position: sticky;
    background-color: #fff;
    border-bottom: none;
  }
  header.opt {
    top: 0;
  }
  header .logo img {
    height: 40px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  header .btn_search,
  header .btn_lang {
    width: 22px;
    height: 22px;
  }
  header .social {
    gap: 12px;
  }
  header .social::before {
    display: none;
  }
  header .social a {
    width: 22px;
    height: 22px;
  }
  header .btn {
    padding: 0 20px;
    gap: 10px;
    line-height: 40px;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .main .flex {
    display: block;
    margin: 0;
  }
  footer .main .foot_logo {
    margin: 0 0 30px;
  }
  footer .main .foot_logo .logo {
    max-width: 180px;
    margin: 0 auto;
  }
  footer .main strong {
    font-size: 18px;
  }
  footer .main strong::after {
    width: 22px;
    margin-top: 10px;
  }
  footer .main .foot_nav {
    width: 100%;
    margin: 0;
  }
  footer .main .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    margin: 0;
    filter: contrast(0) brightness(2);
  }
  footer .main .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav > div a {
    font-size: 14px;
    display: block;
    letter-spacing: unset;
  }
  footer .main .foot_nav > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .foot_connect {
    width: 100%;
    padding-top: 20px;
  }
  footer .main .foot_connect strong {
    margin-bottom: 20px;
  }
  footer .main .foot_connect li + li {
    margin-top: 16px;
  }
  footer .main .foot_connect li {
    padding-left: 30px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  footer .main .foot_connect li::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  footer .main .foot_connect li p {
    padding: 0;
  }
  footer .main .foot_connect .locate::before {
    top: 2px;
  }
  footer .bottom {
    padding: 20px 0;
    text-align: center;
  }
  footer .bottom .flex {
    gap: 30px;
    flex-direction: column-reverse;
  }
  footer .bottom p {
    font-size: 13px;
  }
  footer .bottom .social_wrap {
    gap: 20px;
  }
  footer .bottom .social_wrap strong {
    font-size: 14px;
  }
  .page_news {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_news .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .page_news .page_news_swiper {
    margin-top: 30px;
  }
  .page_news .page_news_swiper .swiper-slide {
    max-width: 282px;
  }
  .page_news .swiper_con {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
  }
  .page_news .swiper_con .swiper_btns {
    width: auto;
  }
  .footer_contact .inner {
    border-radius: 10px;
    margin-bottom: -50px;
    padding: 40px 0;
  }
  .footer_contact + footer {
    padding-top: 50px;
  }
  .footer_contact .head {
    padding: 0;
  }
  .footer_contact .head h2 {
    letter-spacing: unset;
  }
  .footer_contact .head h2::after {
    margin-top: 12px;
  }
  .footer_contact .img {
    width: 50%;
    margin-right: 0;
  }
  .page_breadcrumbs {
    padding: 20px 0;
  }
  .page_banner .con .head {
    padding: 0;
    max-width: 370px;
  }
  .page_certifications {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_certifications .head h2::after {
    margin-top: 12px;
  }
  .page_certifications .page_certifications_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .page_certifications .page_certifications_swiper .title {
    margin-top: 22px;
    font-size: 18px;
  }
  .social {
    gap: 16px;
  }
  .social a {
    width: 25px;
    height: 25px;
  }
  .nav_wrap .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 14px;
  }
  .nav_wrap .nav_list::-webkit-scrollbar {
    display: none;
  }
  .nav_wrap .nav_list .nav_item {
    font-size: 14px;
    line-height: 35px;
    padding: 0 20px;
    white-space: nowrap;
  }
  .breadcrumbs {
    line-height: 20px;
    min-height: 25px;
  }
  .breadcrumbs span {
    letter-spacing: unset;
  }
  .breadcrumbs span span::before {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }
  .breadcrumbs span span:first-child a {
    width: 14px;
    height: 14px;
  }
  .product_list a {
    --radius: 10px;
  }
  .product_list .info {
    padding: 14px 0;
    margin: 0 20px;
  }
  .product_list .info .title {
    font-size: 18px;
  }
  .product_list .info .cat {
    font-size: 14px;
    margin-top: 10px;
  }
  .product_list .btn_i {
    padding: 14px 20px;
  }
  .certify_item {
    border-radius: 10px;
    padding: 30px 20px;
  }
  .certify_item .icon {
    width: 70px;
    height: 70px;
  }
  .certify_item .title {
    margin-top: 22px;
    font-size: 18px;
  }
  .news_list a {
    --radius: 10px;
  }
  .news_list .info {
    padding: 14px 0;
    margin: 0 20px;
  }
  .news_list .info .date {
    font-size: 14px;
  }
  .news_list .info .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 5px;
  }
  .news_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .news_list .info .desc::before {
    width: 22px;
    margin-bottom: 10px;
  }
  .news_list .btn_i {
    padding: 14px 20px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  .video_pop .pop_content {
    max-width: 96vw;
    width: 96vw;
    height: auto;
  }

  .search_drawer .content {
    height: 100%;
  }
  .search_drawer .close {
    width: 20px;
    height: 20px;
    bottom: 30px;
    left: unset;
    right: 30px;
    transform: translate(0);
  }
  .search_drawer .close:hover {
    transform: translate(0);
  }
  .search_drawer form {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .search_drawer input[type="text"] {
    height: 46px;
    font-size: 16px;
  }
  .search_drawer input[type="submit"] {
    width: 46px;
    height: 46px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background: url(../img/icon-search.svg) no-repeat center/20px;
  }

  .quote_modal .modal_content {
    padding: 30px 20px;
  }
  /*** global css ***/

  .product_nav {
    height: auto !important;
  }
}
@media screen and (max-width: 576px) {
  header .btn,
  header .social {
    display: none;
  }
  .footer_contact .img {
    width: 100%;
    order: -1;
  }
  .page_banner .con {
    position: static;
    padding: 20px 0;
    background-color: var(--bg);
  }
  .page_banner .con:has(.head.white) {
    background-color: var(--title);
  }
  section.category_main .flex > .img.img_aba {
    width: 100%;
  }
}
