* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #013499;
  --secondary: #30aedc;
  --title: #14161b;
  --text: #4c525b;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 141rem;
  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;
}
.center p,
.center .desc,
.center h1,
.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: "Archivo", sans-serif;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Inter", sans-serif;
  animation: fadeIn 0.4s ease-in forwards;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}

.tcon h1 {
  font-size: 7.6rem;
  line-height: 7.8rem;
  display: block;
  font-weight: 700;
}
.tcon h1 span {
  color: var(--secondary);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img,
.img.img_cv video,
.img.img_cv iframe,
.img.img_cv picture {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img,
.img.img_ab video,
.img.img_ab iframe,
.img.img_ab picture {
  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,
.img.img_aba video,
.img.img_aba iframe,
.img.img_aba picture {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img,
.img video,
.img iframe,
.img picture {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg>img,
.img_bg>video,
.img_bg>iframe,
.img_bg>picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.img_bg>picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon.icon_ab {
  position: relative;
  padding-bottom: 100%;
}
.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;
}
.swiper_btns {
  gap: 2.5rem;
  display: flex;
}
.swiper_btns div {
  width: 5.8rem;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 0.2rem;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/swiper_left.svg) no-repeat center / 30.51%;
  filter: contrast(0) brightness(2);
}
.swiper_btns div: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: #e4e7eb;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.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: 166.2rem;
  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;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: var(--font-size, 14px);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup.up .popup-input {
  order: 3;
  margin-bottom: 0;
  margin-top: 8px;
}
.custom-popup.up .popup-options {
  order: 1;
}
.custom-popup.up .popup-empty {
  order: 2;
}
.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: inherit;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
  flex-shrink: 0;
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  flex: 0 1 auto;
  min-height: 0;
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  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;
}
header {
  position: fixed;
  left: 0;
  top: -9.4rem;
  right: 0;
  z-index: 996;
  width: 100%;
  padding: 0.8rem 0;
  transition: all 0.3s;
}

header.style,
header.sticky {
  background-color: var(--primary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  top: 0rem;
}
header.normal {
  top: 0;
  background-color: transparent;
  box-shadow: none;
}
header.blue {
  background-color: var(--primary);
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  display: block;
  width: auto;
  height: 7rem;
  transform: translateY(-0.3rem);
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header #navigation .close {
  display: none;
}
header #navigation .menu {
  gap: 4.2rem;
  display: flex;
}
header #navigation .menu>li {
  position: relative;
  z-index: 2;
}
header #navigation .menu>li>a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 53px;
  transition: all 0.3s;
  color: white;
}
header #navigation .menu>li>a:hover {
  color: var(--secondary);
}
header #navigation .menu>li.current-menu-item>a,
header #navigation .menu>li.current-menu-parent>a,
header #navigation .menu>li:has(.current-menu-parent)>a {
  color: var(--secondary);
}
header #navigation .menu>li.btn_mega_menu .sub-menu {
  display: none;
}
header #navigation .menu>li:hover>.sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header #navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header #navigation .sub-menu>li {
  position: relative;
}
header #navigation .sub-menu>li>a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 18px;
  transition: all 0.3s;
  border-radius: 5px;
}
header #navigation .sub-menu>li>a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
header #navigation .sub-menu>li:hover>.sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header #navigation .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header #navigation .sub-menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 3.6rem;
}
header #navigation .sub-menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.mage-menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.mage-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.mega_menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #fff;
  padding: 5rem 0;
  display: none;
  color: var(--title);
}
.mega_menu .nav {
  width: 28%;
  border-right: 1px solid #e4e7eb;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  padding-right: 2rem;
}
.mega_menu .nav > ul > li + li {
  margin-top: 0.8rem;
}
.mega_menu .nav .active > a,
.mega_menu .nav .active > .item > a,
.mega_menu .nav a:hover {
  background-color: #F6F7F9;
  color: var(--primary);
}
.mega_menu .nav > ul > li > a,
.mega_menu .nav > ul > li > .item > a {
  display: block;
  transition: all 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
  border-radius: 0.2rem;
  padding: 1.4rem;
  color: var(--title);
}
.mega_menu .nav > ul > li > .item {
  display: grid;
  grid-template-columns: 1fr 2.8rem;
  align-items: stretch;
  gap: 0.4rem;
}
.mega_menu .nav .mega_toggle {
  width: 2.8rem;
  border: 0;
  border-radius: 0.2rem;
  background: transparent url("../img/select.svg") no-repeat center / 1em;
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s;
}
.mega_menu .nav > ul > li.has-children.open > .item .mega_toggle {
  transform: rotate(180deg);
}
.mega_menu .nav .sub {
  display: none;
  padding: 0.6rem 0 0.4rem 1.2rem;
}
.mega_menu .nav .sub li + li {
  margin-top: 0.4rem;
}
.mega_menu .nav .sub a {
  display: block;
  transition: all 0.3s;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 0.2rem;
  padding: 1rem 1.2rem;
  color: var(--text);
}
.mega_menu .nav .sub .active > a,
.mega_menu .nav .sub a:hover {
  background-color: #F6F7F9;
  color: var(--primary);
}
.mega_menu .list {
  flex: 1;
  display: none;
  flex-direction: column;
  max-height: calc(100vh - 220px);
  overflow: hidden;
  padding-left: 3rem;
}
.mega_menu .list.active {
  display: flex;
}
.mega_menu .list ul {
  flex: 1;
  overflow-y: auto;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  gap: 2.4rem;
}
.mega_menu .list ul a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #dcdee2;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #fff;
}
.mega_menu .list ul a:hover {
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.08);
}
.mega_menu .list ul a:hover img {
  transform: scale(1.03);
}
.mega_menu .list ul .img {
  padding-bottom: 62%;
  background-color: #F6F7F9;
  overflow: hidden;
}
.mega_menu .list ul .a_title {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  padding: 1.8rem 1.6rem;
  color: var(--title);
}
.mega_menu .list p.center {
  margin-top: 3.2rem;
}
header .btns {
  gap: 3.5rem;
  display: flex;
  align-items: center;
  min-height: 78px;
  margin-left: 14rem;
}

header .btns .btn_menu {
  display: none;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/nav-btn.svg) no-repeat center / contain;
}
.btn_sec {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  line-height: 5.3rem;
  padding: 0 2.8rem 0 2.9rem;
  background-color: var(--secondary);
  border-radius: 0.2rem;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}
.btn_sec:after {
  content: "";
  width: 0.88rem;
  height: 0.88rem;
  transform: translateY(0.2rem);
  display: inline-block;
  background: url('../img/btn_arrow_white.svg') no-repeat center/contain;
  transition: all 0.3s;
}
.btn_sec:hover {
  background-color: #2552a7;
}
.btn_sec:hover:after {
  transform: translateY(0.2rem) rotate(45deg);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  font-size: 1.6rem;
  line-height: 5.7rem;
  padding: 0 2.8rem 0 2.9rem;
  background-color: var(--primary);
  border-radius: 0.2rem;
  color: white;
  transition: all 0.3s;
  width: max-content;
  cursor: pointer;
}
.btn:after {
  content: "";
  width: 0.88rem;
  height: 0.88rem;
  transform: translateY(0.2rem);
  display: inline-block;
  background: url('../img/btn_arrow_white.svg') no-repeat center/contain;
  transition: all 0.3s;
}
.center .btn {
  margin-left: auto;
  margin-right: auto;
}
.btn.no_a:after {
  display: none;
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover:after {
  transform: translateY(0.2rem) rotate(45deg);
}
.btn.white {
  font-weight: 700;
  background-color: white;
  color: var(--title);
}
.btn.white:after {
  filter: contrast(0) brightness(0);
}
.btn.white:hover {
  background-color: var(--secondary);
  color: white;
  font-weight: 400;
}
.btn.white:hover:after {
  filter: contrast(1) brightness(1);
  transform: translateY(0rem) rotate(45deg);
}
.btn.black {
  background-color: #0F172A;
}
.btn.black:hover {
  background-color: var(--secondary);
}
.btn_border {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  line-height: 5.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 2.8rem 0 2.9rem;
  background-color: transparent;
  border-radius: 0.2rem;
  color: white;
  transition: all 0.3s;
  width: max-content;
}
.btn_border:after {
  content: "";
  width: 0.88rem;
  height: 0.88rem;
  transform: translateY(0.2rem);
  display: inline-block;
  background: url('../img/btn_arrow_white.svg') no-repeat center/contain;
  transition: all 0.3s;
}
.btn_border:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn_border:hover:after {
  transform: translateY(0.2rem) rotate(45deg);
}
.btn_border.no_a:after {
  display: none;
}

.btn_border.black_text {
  border-color: #DCDCDE;
  color: #14161b;
  font-weight: 500;
}

header .btn_search {

  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url('../img/header_search.svg') no-repeat center/contain;
}
.tcon.center {
  text-align: center;
}
.tcon.center em {
  justify-content: center;
}
.tcon em {
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 500;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.tcon em:before {
  content: "";
  width: 2.7rem;
  height: 0.1rem;
  background-color: var(--primary);
}
.tcon em+h2 {
  margin-top: 2rem;
}
.tcon h2+p {
  margin-top: 2rem;
}
.tcon h2 {
  font-size: 4.8rem;
  line-height: 5.7rem;
  color: var(--title);
  font-weight: 700;
}
.tcon p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
.tcon.white em {
  color: var(--secondary);
}
.tcon.white em:before {
  background-color: var(--secondary);
}
.tcon.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.tcon.white h2 {
  color: white;
}
.footer_contact {
  padding: 15.5rem 0 13rem;
}
.footer_contact .tcon em {
  color: var(--secondary);
}
.footer_contact .tcon em:before {
  background-color: var(--secondary);
}
.footer_contact .left {
  width: 35.72%;
}
.footer_contact .left .btns {
  margin-top: 3.9rem;
  gap: 2rem;
}
.footer_contact .right,
.page_inquiry .right {
  width: 47.82%;
  padding: 5.5rem 4.8rem 3.3rem;
  background-color: white;
  border-radius: 0.93rem;
  margin-top: 2rem;
}
.page_inquiry .right {
  width: 40%;
  margin-top: 0;
}
.footer_contact .right .icon,
.page_inquiry .right .icon {
  width: 5.4rem;
  height: 5.4rem;
  min-width: 5.4rem;
  background-color: var(--secondary);
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_contact .right .icon img,
.page_inquiry .right .icon img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.footer_contact .right .item,
.page_inquiry .right .item {
  display: flex;
  gap: 3rem;
}
.footer_contact .right .item+.item,
.page_inquiry .right .item+.item {
  margin-top: 2.9rem;
  padding-top: 2.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer_contact .right .item span,
.page_inquiry .right .item span {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: rgba(20, 22, 27, 0.6);
  display: block;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
.footer_contact .right .item a,
.page_inquiry .right .item a {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #14161b;
  transition: all 0.3s;
}
.footer_contact .right .item a:hover,
.page_inquiry .right .item a:hover {
  color: var(--primary);
}
.footer_contact .right .item p,
.page_inquiry .right .item p {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #14161b;
  line-height: 2.8rem;
  max-width: 39rem;
}
.footer_contact .tcon h2+p {
  margin-top: 3.8rem;
}
footer .top {
  padding-top: 11.7rem;
  padding-bottom: 6rem;
}
footer .top .logo img {
  width: 16.5rem;
  height: auto;
}
footer .socials ul {
  display: flex;
  gap: 0.8rem;
}

footer .socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-color: #F6F7F9;
  text-indent: -9999999px;
  transition: all 0.3s;
}
footer .socials ul li:hover a {
  background-color: var(--primary);
}
footer .socials ul li:hover a:after {
  filter: contrast(0) brightness(100);
}
footer .socials ul li a:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s;
  background: url('../img/linkedin.svg') no-repeat center/contain;
}
footer .socials ul li.whatsapp a:after {
  background-image: url('../img/whatsapp.svg');
}
footer .socials ul li.facebook a:after {
  background-image: url('../img/facebook.svg');
}
footer .socials ul li.youtube a:after {
  background-image: url('../img/youtube.svg');
}
footer .socials ul li.instagram a:after {
  background-image: url('../img/instagram.svg');
}
footer .main {
  padding-bottom: 12.5rem;
}
footer .main .left {
  width: 50.5%;
}

footer .main .right {
  width: 37.89%;
}
footer .main .left.cols {
  display: flex;
  justify-content: space-between;
}
footer .main .left.cols .col {
  max-width: 23.5rem;
}
footer .main .col strong {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.8rem;
  font-family: "Archivo", sans-serif;
}
footer .main .col a {
  font-size: 1.7rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #14161b;
  transition: all 0.3s;
}
footer .main .col a:hover {
  color: var(--primary);
}
footer .main .col .more {
  font-size: 1.7rem;
  color: var(--primary);
  font-weight: 500;
  margin-top: 1.2rem;
  cursor: pointer;
  display: none;
}
footer .main .col.has-more .more {
  display: block;
}
footer .main .col.has-more.collapsed ul>li:nth-child(n+7) {
  display: none;
}
footer .main .right {
  padding: 3.5rem 3.9rem;
  border-radius: 1rem;
  background-color: var(--primary);
}
footer .main .right strong {
  font-size: 2rem;
  color: white;
  display: block;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
footer .main .right form {
  display: flex;
  position: relative;
  gap: 1.1rem;
}
footer .main .right form span:has(input[type="email"]) {
  flex: 1;
}
footer .main .right form input[type="email"] {
  line-height: 5.5rem;
  padding: 0 2rem;
  flex: 1;
  background: #2552A7;
  border-radius: 0.2rem;
  color: white;
  font-size: 1.7rem;
  display: block;
  width: 100%;
}
footer .main .right form input[type="email"]::placeholder {
  color: white;
}
footer .main .right form input[type="submit"] {
  width: 5.4rem;
  height: 5.4rem;
  text-indent: -99999px;
  background: url('../img/mail_white.svg') no-repeat center/2.35rem;
  background-color: var(--secondary);
  border-radius: 0.2rem;
  transition: all 0.3s;
}
footer .main .right form input[type="submit"]:hover {
  filter: brightness(120%);
}
footer .bottom {
  padding: 1rem 0 2rem;
}
footer .bottom p {
  font-size: 1.4rem;
  color: #1c1c1c;
  font-weight: 500;
}
footer .bottom ul {
  display: flex;
  gap: 2.9rem;

}
footer .bottom ul li a {
  font-size: 1.4rem;
  color: rgba(28, 28, 28, 0.68);
  font-weight: 500;
  transition: all 0.3s;
}
footer .bottom ul li a:hover {
  color: var(--primary);
}

.home_why {
  padding: 19.5rem 0 15.5rem;
}
.home_why .tcon h2 {
  max-width: 57.5rem;
}
.home_why .tcon p {
  max-width: 69.3rem;
}
.home_why .main {
  margin-top: 7rem;
}
.home_why .main ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
}
.home_why .main ul li:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #14161b;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.home_why .main ul li:hover:before {
  width: 0;
}
.home_why .main ul li {
  padding-top: 3.3rem;
  padding: 3.3rem 0.3rem 0;
  position: relative;
}
.home_why .main ul li .img {
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 3.2rem;
}
.home_why .main ul li .title {
  font-size: 2rem;
  font-weight: 600;
  color: #14161b;
  display: block;
  margin-bottom: 1rem;
}
.home_why .main ul li .desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #222;
  padding-right: 6rem;
}
.home_why.bg {
  background-color: #F6F7F9;
}

.product_built {
  padding: 9rem 0 14.4rem;
}
.product_built .swiper_box {
  margin-top: 5rem;
}
.product_built .swiper_box .img {
  border-radius: 0.4rem;
  aspect-ratio: 441/315;
  margin-bottom: 2.8rem;
}
.product_built .swiper_box .info strong {
  font-size: 2rem;
  color: #14161b;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  display: block;
  margin-bottom: 1rem;
}
.product_built .swiper_box .info p {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--secondary);
  letter-spacing: 0.5px;
}

.home_featured {
  padding: 14.5rem 0 13rem;
  background: url('../img/home_featured_case.jpg') no-repeat center/cover;
}
.home_featured .white.tcon em {
  color: var(--secondary);
}
.home_featured .white.tcon em:before {
  background-color: var(--secondary);
}
.home_featured .swiper-slide .img {
  width: 62.17%;
  aspect-ratio: 854/560;
  border-radius: 0.3rem 0 0 0.3rem;
}
.home_featured .swiper-slide .info {
  width: 37.83%;
  padding: 5.2rem 4.5rem;
  border-radius: 0.5rem;
  background-color: white;
}
.home_featured .swiper-slide .info>span {
  color: var(--primary);
  font-size: 1.4rem;
  font-family: "Archivo", sans-serif;
  font-weight: 500;

}
.home_featured .swiper-slide .info .title {
  font-size: 2.8rem;
  line-height: 3.4rem;
  display: block;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #14161b;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
}
.home_featured .swiper-slide .info>p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #333;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
.home_featured .swiper-slide .info .item {
  width: 100%;
  padding: 1.5rem 0;
  border-top: 1px solid #e4e7eb;
  justify-content: space-between;
}
.home_featured .swiper-slide .info .item span {
  font-weight: 500;
}
.home_featured .swiper-slide .info .item span.blue {
  color: #013499;
  font-weight: 600;
}
.home_featured .swiper-slide .info .items {
  margin-bottom: 2.6rem;
}
.home_featured .swiper-slide .info .arrow_btn {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.home_featured .swiper-slide .info .arrow_btn:after {
  content: "";
  width: 1.6rem;
  height: 1rem;
  background: url('../img/arrow_blue.svg') no-repeat center/contain;
}

.home_featured .swiper_btns>div {
  background-color: var(--secondary);
  width: 5.8rem;
}
.home_featured .swiper_btns>div:hover {
  filter: brightness(110%);
}
.home_featured .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.home_featured .swiper_box {
  margin-top: -2rem;
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid #dcdee2;
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
}
.blog_list a:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: 0.4rem 0.4rem 0 0;
  padding-bottom: 56.43340858%;
}
.blog_list .img .icon {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 2;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.blog_list .img .icon:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url('../img/product_icon_arrow.svg') no-repeat center/contain;
  transition: all 0.3s;
}
.blog_list .active .img .icon,
.blog_list a:hover .img .icon {
  background-color: var(--primary);
  border-color: var(--primary);
}
.blog_list .active .img .icon:after,
.blog_list a:hover .img .icon:after {
  filter: contrast(0) brightness(2);
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  padding: 2.8rem 2.6rem 3rem;
}
.blog_list .info .cat {
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  color: var(--secondary);
  letter-spacing: 0.04em;
}
.blog_list .info .title {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  color: var(--title);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 1.2rem;
  margin-bottom: auto;
}
.blog_list .info .date {
  color: var(--text);
  margin-top: 2.4rem;
}
.page_blog {
  padding: 10rem 0 12rem;
  background-color: #F6F7F9;
}
.page_blog .page_blog_swiper {
  margin-top: 3.4rem;
  padding-bottom: 1rem;
}
.page_blog .swiper_btns.middle {
  top: 48%;
}
nav.navigation {
  margin-top: 5.3rem;
}
nav.navigation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
nav.navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}
nav.navigation .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  color: var(--title);
  border: 1px solid #e8eaee;
  border-radius: 0.2rem;
  width: 4.6rem;
  height: 4.6rem;
  min-width: max-content;
  padding: 0 0.2em;
}
nav.navigation .page-numbers.current,
nav.navigation .page-numbers:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
nav.navigation .prev,
nav.navigation .next {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  min-width: unset;
  text-indent: -999px;
}
nav.navigation .prev::after,
nav.navigation .next::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: url("../img/arrow_blue.svg") no-repeat center / 40%;
}
nav.navigation .prev:hover::after,
nav.navigation .next:hover::after {
  filter: contrast(0) brightness(2);
}
nav.navigation .prev::after {
  transform: rotate(180deg);
}
nav.navigation span.page-numbers {
  pointer-events: none;
}
.page_faqs {
  padding: 14rem 0 14.5rem;
}
.page_faqs .tcon {
  width: 28.98%;
}
.page_faqs .faqs_list {
  width: 58.98%;
}
.page_faqs .tcon .btn {
  margin-top: 4.1rem;
}

.page_faqs .faqs_list .item {
  border: 1px solid #e8eaee;
  border-radius: 1rem;
  position: relative;
}
.page_faqs .faqs_list .item .question {
  padding: 2.2rem 2.7rem;
  color: #14161b;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
}
.page_faqs .faqs_list .item+.item {
  margin-top: 2.2rem;
}
.page_faqs .faqs_list .item .answer {
  padding: 4.2rem 0 1.7rem 3rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #4b4f54;
  max-width: 76rem;
  display: none;
}
.page_faqs .faqs_list .item:after {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: url('../img/plus.svg') no-repeat center/1.1rem;
  background-color: #F4F5F7;
  position: absolute;
  border-radius: 0.6rem;
  right: 2.2rem;
  top: 1.7rem;
  transition: all 0.3s;
}
.page_faqs .faqs_list .item.active .question {
  color: var(--primary);
  padding-top: 2.7rem;
}
.page_faqs .faqs_list .item.active {
  border-color: var(--primary);
  outline: 1px solid var(--primary);
}
.page_faqs .faqs_list .item.active:after {
  background-color: var(--primary);
  background-image: url('../img/minus.svg');
}
/*** 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);
  }
}

.glightbox-clean .gslide-media {
  background-color: #fff;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  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;
}

.page_inquiry {
  padding: 12rem 0 14rem;
  background-color: #F6F7F9;
}
.page_inquiry .head {
  max-width: 78rem;
}
.page_inquiry .main {
  margin-top: 5rem;
}
.page_inquiry .quote_form {
  width: 56%;
}
.page_inquiry form,
.quote_modal form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.2rem 0;
}
.page_inquiry form {
  border: 1px solid #dcdee2;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 4rem 3.6rem;
}
.page_inquiry form span,
.quote_modal form span {
  width: 100%;
}
.page_inquiry form .col-2,
.quote_modal form .col-2 {
  width: 48.5%;
}
.page_inquiry form .label,
.quote_modal form .label {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  color: var(--title);
}
.page_inquiry form .label i,
.quote_modal form .label i {
  color: var(--primary);
}
.page_inquiry form input,
.page_inquiry form textarea,
.page_inquiry form select,
.quote_modal form input,
.quote_modal form textarea,
.quote_modal form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: var(--text);
  border: 1px solid #e5e5e5;
  background-color: transparent;
  transition: border-color 0.2s;
  border-radius: 0.2rem;
  height: 5rem;
  padding: 0 1.8rem;
}
.page_inquiry form input::placeholder,
.page_inquiry form textarea::placeholder,
.page_inquiry form select::placeholder,
.quote_modal form input::placeholder,
.quote_modal form textarea::placeholder,
.quote_modal form select::placeholder {
  color: #9aa1ab;
}
.page_inquiry form input:focus,
.page_inquiry form textarea:focus,
.page_inquiry form select:focus,
.quote_modal form input:focus,
.quote_modal form textarea:focus,
.quote_modal form select:focus {
  border-color: var(--primary);
  outline: none;
}
.page_inquiry form select,
.quote_modal form select {
  background: url("../img/select.svg") no-repeat center right 1.6rem / 1.2rem;
  padding-right: 4rem;
}
.page_inquiry form textarea,
.quote_modal form textarea {
  padding: 1.5rem 1.8rem;
  height: 12rem;
}
.page_inquiry form span:has(.tip),
.quote_modal form span:has(.tip) {
  margin-top: 0.2rem;
}
.page_inquiry form .tip,
.quote_modal form .tip {
  font-size: 1.3rem;
  color: var(--text);
  line-height: 1.5;
}
.page_inquiry form .tip i,
.quote_modal form .tip i {
  color: var(--primary);
}
.page_inquiry form span:has(.btn),
.quote_modal form span:has(.btn) {
  margin-top: 0.6rem;
  position: relative;
}
.page_inquiry form .btn,
.quote_modal form .btn {
  width: auto;
  gap: 1.2rem;
  cursor: pointer;
}
.page_inquiry form .btn input,
.quote_modal form .btn input {
  display: none;
}
.side_bar {
  position: fixed;
  z-index: 99;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.side_bar ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.side_bar li > * {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #e4e7eb;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s;
  overflow: visible;
}
.side_bar li > *::after {
  content: '';
  display: block;
  width: 40%;
  height: 40%;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.side_bar li > *:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  transform: scale(1.08);
}
.side_bar li span {
  position: absolute;
  right: calc(100% + 1rem);
  top: 50%;
  transform: translateY(-50%) translateX(0.6rem);
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: var(--title);
  border-radius: 0.6rem;
  padding: 0.9rem 1.2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.side_bar li span::after {
  content: '';
  position: absolute;
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0.4rem solid transparent;
  border-left-color: var(--title);
}
.side_bar li > *:hover span {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.side_bar .quote .btn_quote::after {
  background-image: url("../img/icon-form.svg");
  filter: brightness(0);
}
.side_bar .phone a::after {
  background-image: url("../img/contact_phone.svg");
  filter: brightness(0);
}
.side_bar .email a::after {
  background-image: url("../img/contact_email.svg");
  filter: brightness(0);
}
.side_bar .whatsapp a::after {
  background-image: url("../img/whatsapp.svg");
}
.side_bar .quote .btn_quote:hover::after,
.side_bar .phone a:hover::after,
.side_bar .email a:hover::after,
.side_bar .whatsapp a:hover::after {
  filter: brightness(0) invert(1);
}
.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 .head {
  margin-bottom: 3.2rem;
}
.quote_modal .head .title {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  line-height: 1.3;
  color: var(--title);
}
.quote_modal .head .desc {
  color: var(--text);
  margin-top: 1.2rem;
  line-height: 1.5;
  font-size: 1.5rem;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 76.8rem;
  padding: 5rem;
  margin: 5rem auto;
  border-radius: 0.4rem;
  background-color: #fff;
}

.search_drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 2rem 2rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s;
}
.search_drawer.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.search_drawer .drawer_backdrop {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  cursor: default;
  background: rgba(10, 12, 22, 0.42);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search_drawer.active .drawer_backdrop {
  opacity: 1;
}
.search_drawer .drawer_content {
  position: relative;
  width: 100%;
  max-width: 68rem;
  transform: translateY(-1.6rem) scale(0.96);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}
.search_drawer.active .drawer_content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.search_drawer .search_panel {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px) saturate(1.85);
  -webkit-backdrop-filter: blur(48px) saturate(1.85);
  border-radius: 1.8rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 2.8rem 7rem rgba(0, 0, 0, 0.2),
    0 1rem 2.4rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.search_drawer .search_field {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2rem 2.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.search_drawer .search_icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  filter: contrast(0) brightness(0);
  background: url(../img/header_search.svg) no-repeat center / contain;
  opacity: 0.42;
}
.search_drawer .search_field input {
  flex: 1;
  min-width: 0;
  font-size: 2.2rem;
  line-height: 1.35;
  font-weight: 400;
  color: var(--title);
  background-color: transparent;
}
.search_drawer .search_field input::placeholder {
  color: rgba(90, 90, 104, 0.55);
}
.search_drawer .search_field input::-webkit-search-cancel-button,
.search_drawer .search_field input::-webkit-search-decoration {
  display: none;
}
.search_drawer .search_clear {
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, background-color 0.2s;
  background: rgba(0, 0, 0, 0.08) url(../img/close.svg) no-repeat center / 1rem;
}
.search_drawer .search_clear.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search_drawer .search_clear:hover {
  background-color: rgba(0, 0, 0, 0.14);
}
.search_drawer .search_submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.search_drawer .search_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
  padding: 1.4rem 2.2rem;
  font-size: 1.25rem;
  color: rgba(90, 90, 104, 0.72);
}
.search_drawer .search_footer kbd {
  display: inline-block;
  min-width: 2.2rem;
  padding: 0.15rem 0.55rem;
  margin: 0 0.25rem;
  font-size: 1.1rem;
  font-family: inherit;
  text-align: center;
  border-radius: 0.45rem;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
/*** global css ***/


@media screen and (min-width: 769px) and (max-width: 1550px) {
  header .btns{
    margin-left: 7rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}
@media screen and (max-width: 1024px) {
  header .mega_menu,
  .mage-menu-overlay {
    display: none !important;
  }
  header #navigation {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header #navigation.active {
    pointer-events: auto;
  }
  header #navigation.active .close {
    opacity: 1;
  }
  header #navigation.active .con {
    transform: translate(0);
  }
  header #navigation>.close {
    position: absolute;
    display: block;
    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);
  }
  header #navigation .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header #navigation .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header #navigation .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 #navigation .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header #navigation .close_box+div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header #navigation .menu {
    display: block;
  }
  header #navigation .menu>li {
    cursor: pointer;
  }
  header #navigation .menu>li+li {
    margin-top: 8px;
  }
  header #navigation .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);
  }
  header #navigation .menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header #navigation .menu>li.current-menu-item>a,
  header #navigation .menu>li.current-menu-parent>a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header #navigation .menu .menu-item-has-children {
    position: relative;
  }
  header #navigation .menu .menu-item-has-children>a {
    margin-right: 46px;
  }
  header #navigation .menu .menu-item-has-children::before,
  header #navigation .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 #navigation .menu .menu-item-has-children::after {
    background: url(../img/select.svg) no-repeat center / 12px;
  }
  header #navigation .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header #navigation .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header #navigation .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header #navigation .sub-menu>li {
    cursor: pointer;
    transform: translate(0);
  }
  header #navigation .sub-menu>li+li {
    margin-top: 6px;
  }
  header #navigation .sub-menu>li>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header #navigation .sub-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header #navigation .sub-menu>li.current-menu-item>a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header #navigation .sub-menu .menu-item-has-children>a {
    margin-right: 42px;
  }
  header #navigation .sub-menu .menu-item-has-children::before,
  header #navigation .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header #navigation .sub-menu > li.menu-item-has-children > a {
    padding-right: 10px;
  }
  header #navigation .sub-menu > li.menu-item-has-children > a:after {
    display: none;
  }
  header #navigation .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header #navigation .sub-menu .sub-menu>li+li {
    margin-top: 0;
  }
  header #navigation .sub-menu .sub-menu>li>a {
    font-size: 12px;
  }
  header .logo,
  header .btns {
    margin: 0;
    padding: 0;
  }
  header .btns .btn_menu {
    display: block;
    filter: contrast(0) brightness(100);
  }
  header .btns .btn_search,
  header .btns .btn_lang,
  header .btns .btn {
    margin: 0;
  }
}
@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 !important;
  }
  body {
    font-size: 1.4rem !important;
  }
  .side_bar {
    right: 20px;
  }
  .side_bar ul {
    gap: 8px;
  }
  .side_bar li > * {
    width: 44px;
    height: 44px;
  }
  .side_bar li span {
    font-size: 12px;
    padding: 8px 10px;
    right: calc(100% + 8px);
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    line-height: 44px !important;
    padding: 0 20px;
  }
  .tcon>em {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .tcon h1 {
    font-size: 38px !important;
    line-height: 1.3 !important
  }
  .tcon h2 {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  div.head.flex .tcon {
    padding: 0;
  }
  div.head.flex .btn {
    margin: 0;
  }
  div.head .desc,
  div.head p {
    margin-top: 10px;
  }
  div.head .btn {
    margin-top: 20px;
  }
  header {
    top: 0;
  }
  header .logo img {
    height: 50px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  header .btns .btn_search,
  header .btns .btn_lang {
    width: 22px;
    height: 22px;
  }

  /*** 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;
  }

  .page_inquiry {
    padding: 40px 0 50px;
  }
  .page_inquiry .main {
    margin-top: 28px;
  }
  .page_inquiry .quote_form,
  .page_inquiry .right {
    width: 100%;
  }
  .page_inquiry form {
    padding: 24px 20px;
  }
  .page_inquiry form .col-2,
  .quote_modal form .col-2 {
    width: 100%;
  }
  .page_inquiry form,
  .quote_modal form {
    gap: 16px 0;
  }
  .page_inquiry form .label,
  .quote_modal form .label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .page_inquiry form input,
  .page_inquiry form textarea,
  .page_inquiry form select,
  .quote_modal form input,
  .quote_modal form textarea,
  .quote_modal form select {
    font-size: 14px;
    padding: 0 16px;
    height: 46px;
  }
  .page_inquiry form select,
  .quote_modal form select {
    padding-right: 30px;
    background-size: 10px;
    background-position-x: right 12px;
  }
  .page_inquiry form textarea,
  .quote_modal form textarea {
    padding: 14px 16px;
    height: 90px;
  }
  .page_inquiry form .tip,
  .quote_modal form .tip {
    font-size: 13px;
  }
  .quote_modal .modal_content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    margin: 40px auto;
  }
  .quote_modal .head {
    margin-bottom: 24px;
  }
  .quote_modal .head .title {
    font-size: 26px;
  }
  .quote_modal .head .desc {
    font-size: 14px;
  }

  .search_drawer {
    padding: max(7vh, env(safe-area-inset-top, 0px)) 1.6rem 1.6rem;
  }
  .search_drawer .drawer_content {
    max-width: none;
  }
  .search_drawer .search_panel {
    border-radius: 1.4rem;
  }
  .search_drawer .search_field {
    padding: 1.5rem 1.6rem;
    gap: 1rem;
  }
  .search_drawer .search_icon {
    width: 2rem;
    height: 2rem;
  }
  .search_drawer .search_field input {
    font-size: 1.6rem;
  }
  .search_drawer .search_clear {
    width: 3rem;
    height: 3rem;
    background-size: 1.1rem;
  }
  .search_drawer .search_footer {
    display: none;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  header .btns .btn {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1380px) {
  header #navigation .menu {
    gap: 3rem;
  }
  header .btns {
    gap: 2.4rem;
    margin-left: 4rem;
  }
  header .btn_sec {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tcon h1 {
    font-size: 6rem !important;
    line-height: 1.15 !important;
  }
  .tcon h2 {
    font-size: 4rem !important;
    line-height: 1.25 !important;
  }
  header .btns {
    gap: 2rem;
  }
  .footer_contact .main {
    align-items: stretch;
  }
  .footer_contact .left,
  .footer_contact .right {
    width: 48%;
  }
  .footer_contact .right {
    padding: 4rem 3rem;
  }
  footer .main {
    flex-wrap: wrap;
    gap: 4rem;
  }
  footer .main .left,
  footer .main .right {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .tcon h1 {
    font-size: 5rem !important;
  }
  .tcon h2 {
    font-size: 3.6rem !important;
  }
  footer .main .left.cols {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_sec,
  .btn_border {
    font-size: 14px;
    line-height: 44px !important;
    padding: 0 20px;
    gap: 10px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 44px !important;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    pointer-events: all;
    margin-top: 30px;
    padding: 0 20px;
  }
  header {
    padding: 0;
    background-color: var(--primary);
  }
  header.style,
  header.sticky,
  header.blue {
    top: 0;
  }
  header .content {
    padding: 0 20px;
  }
  header .btns {
    gap: 20px;
  }
  header .btn_sec {
    line-height: 40px;
    padding: 0 18px;
    font-size: 14px;
    display: none;
  }
  .footer_contact {
    padding: 50px 0;
  }
  .footer_contact .main {
    display: block;
  }
  .footer_contact .left,
  .footer_contact .right,
  .page_inquiry .right {
    width: 100%;
  }
  .footer_contact .left .btns {
    margin-top: 24px;
    gap: 14px;
    flex-wrap: wrap;
  }
  .footer_contact .right,
  .page_inquiry .right {
    margin-top: 30px;
    padding: 24px 20px;
  }
  .footer_contact .right .item,
  .page_inquiry .right .item {
    gap: 16px;
  }
  .footer_contact .right .item+.item,
  .page_inquiry .right .item+.item {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer_contact .right .icon,
  .page_inquiry .right .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .footer_contact .right .icon img,
  .page_inquiry .right .icon img {
    width: 20px;
    height: 20px;
  }
  .footer_contact .right .item span,
  .page_inquiry .right .item span {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .footer_contact .right .item a,
  .footer_contact .right .item p,
  .page_inquiry .right .item a,
  .page_inquiry .right .item p {
    font-size: 15px;
    line-height: 1.5;
    max-width: unset;
  }
  footer .top {
    padding: 50px 0 20px;
    align-items: center;
  }
  footer .top .logo img {
    width: 120px;
  }
  footer .socials ul {
    gap: 14px;
    flex-wrap: wrap;
  }
  footer .socials ul li a {
    width: 40px;
    height: 40px;
  }
  footer .main {
    display: block;
    padding-bottom: 50px;
  }
  footer .main .left,
  footer .main .right {
    width: 100%;
  }
  footer .main .left.cols {
    display: block;
  }
  footer .main .left.cols .col {
    max-width: none;
    width: 100%;
  }
  footer .main .col strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid #e4e7eb;
    padding: 0 22px;
    position: relative;
    margin: 0 0 16px;
  }
  footer .main .col 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;
  }
  footer .main .col.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .col>div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .col a {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    font-weight: 400;
  }
  footer .main .col li+li {
    margin-top: 14px;
  }
  footer .main .col .more {
    display: none !important;
  }
  footer .main .col.has-more.collapsed ul>li:nth-child(n+7) {
    display: list-item;
  }
  footer .main .right {
    margin-top: 10px;
    padding: 24px 20px;
  }
  footer .main .right strong {
    font-size: 16px;
    margin-bottom: 18px;
  }
  footer .main .right form input[type="email"] {
    font-size: 14px;
    line-height: 46px;
  }
  footer .main .right form input[type="submit"] {
    width: 46px;
    height: 46px;
  }
  footer .bottom {
    padding: 20px 0;
    gap: 12px;
  }
  footer .bottom p,
  footer .bottom ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  header .btns {
    gap: 16px;
  }
  footer .top,
  footer .bottom {
    flex-direction: column;
    text-align: center;
  }
  footer .top .socials,
  footer .top .socials ul {
    width: 100%;
    justify-content: space-around;
  }
  footer .bottom {
    flex-direction: column-reverse;
  }
  footer .bottom ul {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .blog_list .info {
    padding: 18px 16px 20px;
  }
  .blog_list .info .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .blog_list .info .date {
    margin-top: 16px;
    font-size: 13px;
  }
  .blog_list .img .icon {
    width: 40px;
    height: 40px;
    right: 12px;
    bottom: 12px;
  }
  .page_blog {
    padding: 40px 0 50px;
    overflow: hidden;
  }
  .page_blog .page_blog_swiper {
    margin-top: 24px;
    padding: 0;
  }
  nav.navigation {
    margin-top: 30px;
  }
  nav.navigation .nav-links {
    gap: 8px;
  }
  nav.navigation .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}