* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #07903D !important;
  --theme_color: #07903D !important;
  --secondary: #191919;
  --title: #161616;
  --text: #4c4c4c;
  --bg: linear-gradient(to right, #edf0f2, #f7f7f7);
}
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);
}
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%;
  word-break: normal;
  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;
  word-break: break-word;
  color: var(--title);
  font-family: "DM Sans", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--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;
  pointer-events: none;
}
.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;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 5.8rem;
  padding: 0 3.3rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(18, 18, 18, 0.5);
  color: var(--title);
  border-radius: 0.6rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 5.9rem;
  padding: 0 4.2rem;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.swiper_btns {
  gap: 2.5rem;
  display: flex;
}
.swiper_btns div {
  width: 6.3rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.6rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / 14.8%;
  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: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.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 {
  border-color: #cfcfcf;
  background-color: transparent;
}
.swiper_btns.middle .swiper-button-disabled::after {
  filter: unset;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: var(--text);
}
.head .subtitle {
  font-size: 1.8rem;
  color: #303030;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.45rem;
  margin-bottom: 1.8rem;
}
.head h1 {
  font-size: 6.2rem;
  line-height: 1.1935484;
  font-weight: 800;
  letter-spacing: 0.26rem;
}
.head h2 {
  font-size: 4.8rem;
  line-height: 1.29166667;
  font-weight: 800;
  letter-spacing: 0.2rem;
  text-transform: capitalize !important;
}
.head h2 span {
  color: var(--primary);
}
.head p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #353535;
}
header {
  position: sticky;
  top: calc(var(--h) * -1);
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: var(--secondary);
  color: #fff;
  --t: 4.8rem;
  --h: 15rem;
}
header.opt {
  top: calc(var(--t) * -1);
}
header .content {
  max-width: 173.6rem;
  width: calc(100% - 4rem);
}
header .top {
  padding: 8px 0;
  background-color: var(--primary);
}
header .top .flex {
  gap: 6px;
}
header .top p {
  font-size: 17.59px;
  flex: 1;
  margin-top: 2px;
  font-weight: 300;
  letter-spacing: 0.015rem;
}
header .top .social {
  gap: 2rem 3.2rem;
  margin-right: 2.5rem;
}
header .top .social a {
  width: 20px;
  height: 20px;
}
header .top .search_box {
  flex: 1;
  max-width: 22.5rem;
}
header .top .search_box form {
  display: grid;
  grid-template-columns: 1fr 2.9rem;
  border-radius: 0.4rem;
  background-color: rgba(255, 255, 255, 0.11);
  width: 100%;
  height: 32px;
}
header .top .search_box form input[type=text] {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  padding: 0 1.2rem;
}
header .top .search_box form input[type=text]::placeholder {
  color: #fff;
}
header .top .search_box form input[type=submit] {
  display: block;
  color: transparent;
  text-indent: -999px;
  font-size: 1px;
  background: url("../img/icon-search.svg") no-repeat center left / 55%;
}
header .top .btn_lang {
  position: relative;
  border-radius: 0.4rem;
  background: url("../img/icon-select-w.svg") no-repeat center right 1.2rem/9px rgba(255, 255, 255, 0.11);
  font-size: 14px;
  line-height: 32px;
  padding: 0 3.7rem;
  cursor: pointer;
}
header .top .btn_lang .lang-icon {
  position: absolute;
  top: 51%;
  left: 1.1rem;
  transform: translateY(-50%);
  width: 17px;
  aspect-ratio: 1;
  content: '';
  background: url("../img/icon-lang.svg") no-repeat center / contain;
}
header .lt {
  display: flex;
  align-items: center;
  margin-right: 2.5%;
  padding-top: 0.7%;
  padding-left: 4.3rem;
}
header .lt .logo {
  display: block;
  position: relative;
}
header .lt .logo img {
  display: block;
  width: auto;
  height: 6.33754rem;
}
header .lt .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .menu {
  display: flex;
  gap: 5.4rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  line-height: 6rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
header nav .menu > li.menu-item-has-children::after {
  position: absolute;
  left: calc(100% + 0.6rem);
  top: 54%;
  transform: translateY(-50%);
  width: 13px;
  aspect-ratio: 1;
  content: '';
  background: url("../img/menu-select.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a,
header nav .menu > li:hover > a {
  color: var(--primary);
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  filter: unset;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .menu > li.btn_mega_menu .sub-menu {
  display: none;
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: var(--secondary);
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  width: calc(100% + 4.8rem);
  overflow: hidden;
}
header nav .sub-menu > li {
  transition: all 0.4s;
  transform: translateY(-1rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 1.2rem 1.6rem;
  transition: all 0.3s;
  font-size: 16px;
}
header nav .sub-menu > li > a:hover {
  background-color: var(--primary);
}
header .btns {
  gap: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 10.2rem;
}
header .btns .btn_menu,
header .btns .btn_search,
header .btns .btn_lang {
  display: none;
}
header .btns .btn_lang {
  position: relative;
}
header .btns .btn_lang .icon_lang {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/icon-lang.svg") no-repeat center / contain;
  content: '';
}
header .btns .btn {
  font-size: 2rem;
  padding: 0 3rem;
}
footer {
  background-color: var(--secondary);
  color: #fff;
}
footer .main strong {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 3.1rem;
  font-weight: 500;
  letter-spacing: 0.012em;
}
footer .main .flex {
  gap: 5rem 6.48%;
}
footer .main .nav {
  flex: 1;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem 2rem;
  padding: 8.2rem 0 7rem;
}
footer .main .foot_intro {
  position: relative;
  z-index: 2;
  width: 27.9%;
  padding: 15.5rem 6.2143% 18.3rem 0;
}
footer .main .foot_intro::before {
  width: 100vw;
  height: 100%;
  background-color: #282828;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
}
footer .main .foot_intro::after {
  width: 6.11%;
  height: 23.4%;
  background-color: #282828;
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  content: '';
  clip-path: polygon(0 0, 100% 15.2%, 100% 84%, 0% 100%);
}
footer .main .foot_intro .logo {
  display: block;
  position: relative;
  max-width: 14.2rem;
}
footer .main .foot_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .foot_intro .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_intro p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  opacity: 0.85;
  margin-top: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.012rem;
}
footer .main .foot_intro .menu {
  gap: 1rem;
  display: grid;
  margin-top: 3.3rem;
}
footer .main .foot_intro .menu a {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.1rem;
  transition: all 0.3s;
  gap: 1rem;
  font-size: 1.8rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.9rem 2.5rem 1rem;
  min-height: 5.9rem;
  letter-spacing: 0.013rem;
}
footer .main .foot_intro .menu a::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow-tr.svg) no-repeat center / contain;
}
footer .main .foot_intro .menu a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
footer .main .foot_intro .menu a:hover::after {
  transform: rotate(45deg);
  filter: contrast(0) brightness(2);
}
footer .main .foot_nav li a {
  font-size: 1.7rem;
  opacity: 0.85;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline transparent;
  font-weight: 300;
  letter-spacing: 0.012rem;
}
footer .main .foot_nav li a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .main .foot_nav li + li {
  margin-top: 1.4rem;
}
footer .main .foot_subscribe {
  width: 40.85%;
  min-width: 30rem;
}
footer .main .foot_subscribe p {
  font-size: 1.7rem;
  opacity: 0.85;
  font-weight: 300;
  letter-spacing: 0.012rem;
}
footer .main .foot_subscribe form {
  display: grid;
  grid-template-columns: 1fr 5.8rem;
  height: 5.8rem;
  gap: 1.2rem;
  margin-top: 2.6rem;
  position: relative;
}
footer .main .foot_subscribe form input[type=email] {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  color: #fff;
  border-radius: 0.6rem;
  background-color: #282828;
  padding: 0 2.4rem 0.4rem;
  letter-spacing: 0.016rem;
}
footer .main .foot_subscribe form input[type=email]::placeholder {
  color: #fff;
}
footer .main .foot_subscribe form input[type=submit] {
  display: block;
  width: 100%;
  border-radius: 0.6rem;
  color: transparent;
  font-size: 1px;
  text-indent: -999px;
  background: url("../img/icon-email.svg") no-repeat center / 41.4% var(--primary);
  transition: all 0.3s;
}
footer .main .foot_subscribe form input[type=submit]:hover {
  box-shadow: 0 0 0.5rem var(--primary);
}
footer .main .foot_subscribe .social {
  margin-top: 3.1rem;
  gap: 1.1rem;
}
footer .main .foot_subscribe .social a {
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  background-color: #282828;
}
footer .main .foot_subscribe .social a::after {
  background-size: 46.1%;
}
footer .main .foot_subscribe .social a:hover {
  background-color: var(--primary);
}
footer .bottom {
  padding: 1.9rem 0 2.1rem;
}
footer .bottom p,
footer .bottom a {
  font-size: 1.4rem;
  opacity: 0.88;
}
footer .bottom p {
  font-weight: 300;
  letter-spacing: 0.014rem;
}
footer .bottom a {
  opacity: 1;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
footer .bottom a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .bottom ul {
  gap: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .bottom ul li {
  display: flex;
  align-items: center;
}
footer .bottom ul li::before {
  width: 1px;
  height: 1.1rem;
  background-color: #fff;
  opacity: 0.15;
  display: inline-block;
  content: '';
  margin: 0 1rem;
}
footer .bottom ul li:first-child::before {
  display: none;
}
.mage-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}
.mage-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.mega_menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--secondary);
  font-weight: 600;
  border-top: 1px solid rgba(211, 215, 218, 0.5);
  padding: 5rem 0;
  display: none;
}
.mega_menu .flex {
  gap: 3rem;
}
.mega_menu .nav {
  width: 25%;
  max-height: calc(100vh - 28rem);
  overflow-y: auto;
  padding-right: 1rem;
}
.mega_menu .nav .active a {
  background-color: var(--primary);
}
.mega_menu .nav a {
  display: grid;
  grid-template-columns: 1fr 14px;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s;
  border-radius: 0.4rem;
  gap: 2rem;
  padding: 2rem;
}
.mega_menu .nav a::after {
  padding-bottom: 100%;
  display: block;
  content: '';
  background: url("../img/arrow.svg") no-repeat center / contain;
  transform: rotate(180deg);
  filter: contrast(0) brightness(2);
}
/* 子分类样式 */
.mega_menu .nav > ul > li > ul.sub-categories {
  display: none;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.mega_menu .nav > ul > li.active > ul.sub-categories {
  display: block;
}
.mega_menu .nav .sub-categories li {
  margin-bottom: 0.3rem;
}
.mega_menu .nav .sub-categories a {
  font-size: 15px;
  padding: 1rem 2rem;
  background-color: transparent;
}
.mega_menu .nav .sub-categories a::after {
  display: none;
}
.mega_menu .nav .sub-categories a:hover {
  background-color: rgba(var(--primary-rgb), 0.1);
}
.mega_menu .list {
  flex: 1;
  max-height: calc(100vh - 28rem);
  overflow-y: auto;
  display: none;
  padding-right: 1rem;
}
.mega_menu .list.active {
  display: block;
}
.mega_menu .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(27rem, 100%), 1fr));
  gap: 4rem 2rem;
}
.mega_menu .list li a:hover img {
  transform: scale(1.02);
}
.mega_menu .list .img {
  padding-bottom: 50.773%;
}
.mega_menu .list .title {
  font-size: 16px;
  margin-top: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.mega_menu p.center:has(.btn_line) {
  margin-top: 5rem;
}
.mega_menu p.center:has(.btn_line) .btn_line {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.mega_menu p.center:has(.btn_line) .btn_line:hover {
  border-color: var(--primary);
}
.footer_contact {
  overflow: hidden;
}
.footer_contact .flex {
  position: relative;
}
.footer_contact .flex::before {
  position: absolute;
  width: 94vw;
  height: 100%;
  background-image: linear-gradient(to right, #e1e7ec, #fff 70.9497%, #e1e7ec 96.9274%);
  content: '';
  top: 0;
  left: -10.2143%;
  z-index: -2;
}
.footer_contact .flex > img {
  width: auto;
  left: -10.2143%;
  z-index: -1;
}
.footer_contact .img {
  width: 51.43%;
  --h: 56.9444%;
  margin-left: -2.643%;
}
.footer_contact .img:hover img {
  transform: scale(1.02);
}
.footer_contact .head {
  flex: 1;
  width: 100%;
  max-width: 53.9rem;
  padding: 4.6rem 0 4rem;
}
.footer_contact .head h2 {
  font-size: 4.4rem;
  line-height: 1.2954545;
  max-width: 48.3rem;
  letter-spacing: 0.185rem;
}
.footer_contact .head p {
  line-height: 2.6rem;
  color: var(--text);
}
.footer_contact p {
  margin-top: 1.4rem;
}
.footer_contact .btn {
  margin-top: 2.3rem;
}
.social {
  gap: 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
}
.social a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
.social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.social a:hover {
  transform: scale(1.1);
}
.social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
.social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
.social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
.social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
.social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
.page_blog {
  padding: 15.6rem 0 8.3rem;
}
.page_blog .head {
  padding-bottom: 0.5rem;
}
.page_blog .nav {
  max-width: 100%;
}
.page_blog .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4.1rem;
}
.page_blog .nav .nav_item {
  font-size: 2rem;
  font-weight: 500;
  color: #515151;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 0.3rem solid transparent;
  padding: 1.3rem 0;
}
.page_blog .nav .nav_item.active,
.page_blog .nav .nav_item:hover {
  color: #242424;
  border-bottom-color: var(--primary);
}
.page_blog .nav .nav_item.active {
  font-weight: 600;
  margin: 0 1.5rem;
}
.page_blog .page_blog_swiper {
  margin-top: 4rem;
  padding-bottom: 1rem;
  min-height: 500px;
  position: relative;
}
.page_blog .page_blog_swiper .blog_list {
  transition: opacity 0.3s ease-in-out;
}
.page_blog .page_blog_swiper .blog_list.loading {
  opacity: 0.3;
  pointer-events: none;
}
.page_blog .page_blog_swiper .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 50px;
  font-size: 1.8rem;
  color: var(--primary);
  z-index: 10;
}
.page_blog .page_blog_swiper .swiper-slide {
  max-width: 455px;
}
.page_blog .swiper_btns {
  top: 48.5%;
}
.page_blog p.center:has(.btn_line) {
  margin-top: 3.8rem;
}
.blog_list .active a {
  background-color: #fff;
  box-shadow: 1.5rem 1rem 1.5rem rgba(154, 154, 154, 0.35);
}
.blog_list .active .desc {
  transform: translateY(0);
  opacity: 1;
}
.blog_list .active .more {
  transform: translateY(100%);
  opacity: 0;
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
  overflow: hidden;
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  padding-bottom: 69.053422%;
}
.blog_list .info {
  position: relative;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 2.8rem 3rem 2.2rem;
}
.blog_list .metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.7rem;
  color: rgba(63, 63, 63, 0.85);
  gap: 0.5rem;
}
.blog_list .metas .cat {
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
  margin-right: 0.5rem;
}
.blog_list .title {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #25292d;
  margin-top: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog_list .desc {
  line-height: 2.4rem;
  color: var(--text);
  border-top: 1px solid #e3e3e3;
  padding-top: 1.7rem;
  margin: 1.7rem 0;
  transition: all 0.4s, opacity 0.3s;
  transform: translateY(100%);
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog_list .more {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  width: 100%;
  bottom: 0;
  gap: 1.4rem;
  padding-top: 2.1rem;
  transition: all 0.4s, opacity 0.3s;
}
.blog_list .more::before {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  content: '';
  flex-shrink: 0;
  border-radius: 0.9rem;
  background: url("../img/arrow-r-w.svg") no-repeat center / 44.44% var(--primary);
}
.default_head{
  padding: 9rem 0;
  background-color: #eee;
}
.default_head h1{
  font-size: 4.5rem;
}
.default_body{
  padding: 5rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 2rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}
div.jst-language-switcher {
  display: none;
}


nav.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 3.2rem;
  margin-top: 8rem;
}
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;
  gap: 0.9rem;
}
nav.navigation .page-numbers {
  transition: all 0.3s;
  font-size: 1.682rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  border-radius: 0.4rem;
  border: 1px solid #d6d6d6;
  min-width: 3.9rem;
  line-height: 3.9rem;
  padding: 0 0.5rem;
}
nav.navigation .page-numbers.current,
nav.navigation .page-numbers:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
nav.navigation .page-numbers.prev,
nav.navigation .page-numbers.next,
nav.navigation .page-numbers.omit {
  padding: 0;
}
nav.navigation .prev,
nav.navigation .next {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
}
nav.navigation .prev::after,
nav.navigation .next::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url("../img/arrow.svg") no-repeat center / 18.92%;
}
nav.navigation .prev:hover::after,
nav.navigation .next:hover::after {
  filter: contrast(0) brightness(2);
}
nav.navigation .next::after {
  transform: rotate(180deg);
}
nav.navigation .omit {
  border: none;
  font-size: 2.056rem;
  min-width: unset;
  margin: 0 0.9rem 0 1rem;
}
nav.navigation span.page-numbers {
  pointer-events: none;
}
nav.navigation .nav-page label {
  display: flex;
  align-items: center;
  font-size: 1.402rem;
  font-weight: 700;
  color: #161616;
  gap: 1rem;
}
nav.navigation .nav-page select {
  font-size: 1.682rem;
  font-weight: 700;
  color: #161616;
  border: 1px solid #d6d6d6;
  border-radius: 0.4rem;
  background: url("../img/select.svg") no-repeat center right 1.2rem/0.9rem;
  height: 3.9rem;
  padding: 0 3.3rem 0 1.4rem;
  margin-right: -1px;
}
.about_intro .left .img, .about_intro .right .img, .section_advantage .section_advantage_swiper .swiper-slide, .section_advantage .section_advantage_swiper .img, .about_strength .item .img, .about_application .about_application_swiper .item .pic, .about_customer .about_customer_swiper .img{
  border-radius: 10px;
  overflow: hidden;
}
.about_customer .about_customer_swiper .swiper-slide{
  border: none !important;
}
.section_advantage .section_advantage_swiper .active .syedittext p{
  color: white !important;
}
.section_advantage .section_advantage_swiper .active .syedittext h3{
  color: white !important;
}
.section_banner .head h1{
  text-transform: capitalize !important;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .footer_contact .flex::before {
    width: 100vw;
    left: -2rem;
  }
  .footer_contact .flex > img {
    left: -2rem;
  }
  .footer_contact .img {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
    max-width: 1220px;
  }
  .swiper_content {
    padding: 1.5rem 3rem;
    max-width: 1220px;
  }
  header .content {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}
@media screen and (max-width: 1024px) {
  header .content {
    width: 100%;
  }
  header .lt {
    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);
  }
  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::after {
    display: none;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
    letter-spacing: unset;
    font-weight: 500;
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li.current-menu-item > a,
  header nav .menu > li.current-menu-parent > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu > li:hover ul {
    padding: 10px;
  }
  header nav .menu li.menu-item-has-children {
    position: relative;
  }
  header nav .menu li.menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu li.menu-item-has-children::after,
  header nav .menu li.menu-item-has-children::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: unset;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
    opacity: 1;
    transform: translateY(0);
    filter: unset;
  }
  header nav .menu li.menu-item-has-children::after {
    background: url("../img/select.svg") no-repeat center / 12px;
  }
  header nav .menu li.menu-item-has-children.active::after {
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0 12px 12px;
    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);
    width: auto;
  }
  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;
    color: var(--title);
    border-radius: var(--radius);
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--title);
  }
  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::after,
  header nav .sub-menu .menu-item-has-children::before {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0 10px 10px;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  header .btns {
    padding: 0;
    margin: 0;
  }
  header .btns .btn_menu {
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/nav-btn.svg) no-repeat center / contain;
    filter: contrast(0) brightness(2);
  }
  header .mega_menu {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
  .head h2 {
    font-size: 4rem;
  }
  .footer_contact .head h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 30px;
  }
  .swiper_content {
    padding: 10px 30px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    position: static;
    width: 100%;
    max-width: unset;
    justify-content: flex-end;
    transform: translate(0);
    padding: 0 30px;
    margin-top: 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: 1px;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn {
    margin-top: 20px;
  }
  header {
    top: 0;
  }
  header.opt {
    top: 0;
  }
  header .top {
    padding: 10px 0;
  }
  header .top .content {
    position: unset;
  }
  header .top .flex {
    gap: 20px;
  }
  header .top p {
    font-size: 14px;
    letter-spacing: unset;
  }
  header .top .social {
    gap: 16px;
    margin: 0;
  }
  header .top .social a {
    width: 16px;
    height: 16px;
  }
  header .top .btn_lang {
    display: none;
  }
  header .top .search_box {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    max-width: unset;
    background-color: var(--secondary);
    padding: 16px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: none;
  }
  header .top .search_box form {
    height: 42px;
    grid-template-columns: 1fr 30px;
  }
  header .top .search_box form input[type=text] {
    padding: 0 20px;
  }
  header .lt .logo img {
    height: 35px;
  }
  header .btns {
    gap: 26px;
    min-height: 64px;
  }
  header .btns .btn {
    display: none;
  }
  header .btns .btn_lang,
  header .btns .btn_search {
    display: block;
    width: 22px;
    height: 22px;
    content: '';
  }
  header .btns .btn_search {
    background: url("../img/icon-search.svg") no-repeat center / contain;
  }
  header .btns .btn_lang {
    position: relative;
  }
  header .btns .btn_lang .lang-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: url("../img/icon-lang.svg") no-repeat center / contain;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .main .flex {
    display: block;
  }
  footer .main strong {
    font-size: 18px;
    letter-spacing: unset;
    margin-bottom: 20px;
  }
  footer .main .nav {
    padding: 0;
    display: block;
  }
  footer .main .foot_intro {
    margin: 0 0 20px;
    width: 100%;
    display: grid;
    padding: 0;
  }
  footer .main .foot_intro::before,
  footer .main .foot_intro::after {
    display: none;
  }
  footer .main .foot_intro .logo {
    max-width: 120px;
    margin: 0 auto;
  }
  footer .main .foot_intro p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: unset;
    margin-top: 20px;
  }
  footer .main .foot_intro .menu {
    margin-top: 40px;
  }
  footer .main .foot_intro .menu a {
    font-size: 16px;
    padding: 3px 22px;
    min-height: 50px;
    grid-template-columns: 1fr 10px;
    letter-spacing: unset;
  }
  footer .main .foot_nav:not(.foot_connect) {
    width: 100%;
  }
  footer .main .foot_nav:not(.foot_connect) strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
  }
  footer .main .foot_nav:not(.foot_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .foot_nav:not(.foot_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav:not(.foot_connect) > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .main .foot_nav:not(.foot_connect) > div li + li {
    margin-top: 14px;
  }
  footer .main .foot_nav:not(.foot_connect) > div a {
    font-size: 14px;
    display: block;
    letter-spacing: unset;
  }
  footer .main .foot_nav:not(.foot_connect) > div p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main .foot_subscribe {
    padding-top: 20px;
    min-width: unset;
    width: 100%;
  }
  footer .main .foot_subscribe p {
    font-size: 14px;
    letter-spacing: unset;
  }
  footer .main .foot_subscribe form {
    grid-template-columns: 1fr 46px;
    height: 46px;
    gap: 10px;
    margin-top: 20px;
  }
  footer .main .foot_subscribe form input[type=email] {
    font-size: 14px;
    letter-spacing: unset;
    padding: 0 20px;
  }
  footer .main .foot_subscribe .social {
    margin-top: 20px;
    gap: 16px;
    justify-content: space-around;
  }
  footer .main .foot_subscribe .social a {
    width: 40px;
    height: 40px;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom .flex {
    gap: 30px;
    flex-direction: column-reverse;
  }
  footer .bottom ul {
    gap: 1rem 0;
  }
  footer .bottom ul li::before {
    height: 10px;
    margin: 0 10px;
  }
  footer .bottom p {
    font-size: 13px;
    letter-spacing: unset;
  }
  footer .bottom a {
    font-size: 14px;
  }
  .page_blog {
    padding: 50px 0;
    overflow: hidden;
  }
  .page_blog .head {
    padding: 0;
  }
  .page_blog .nav .nav_list {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
  }
  .page_blog .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_blog .nav .nav_item {
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 0;
  }
  .page_blog .nav .nav_item.active {
    margin: 0;
  }
  .page_blog .swiper_content {
    padding-top: 0;
    padding-bottom: 0;
    overflow: unset;
  }
  .page_blog .page_blog_swiper {
    margin-top: 30px;
    padding: 0;
  }
  .page_blog .page_blog_swiper .swiper-slide {
    max-width: 335px;
  }
  .page_blog p.center:has(.btn_line) {
    margin-top: 40px;
  }
  .footer_contact {
    background: var(--bg);
  }
  .footer_contact .flex::before,
  .footer_contact .flex > img {
    display: none;
  }
  .footer_contact .img {
    margin: 0;
  }
  .footer_contact .head {
    padding: 40px 0;
  }
  .footer_contact .head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  .footer_contact .head p {
    line-height: 1.5;
  }
  .social {
    gap: 16px;
  }
  .blog_list .info {
    margin: 0;
    padding: 20px;
  }
  .blog_list .info .metas {
    font-size: 14px;
    gap: 10px;
  }
  .blog_list .info .metas .cat {
    margin: 0;
  }
  .blog_list .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 10px 0 auto;
    border-top: none;
    opacity: 1;
    transform: translateY(0);
  }
  .blog_list .info .more {
    font-size: 14px;
    position: static;
    gap: 12px;
    margin-top: 20px;
    padding-top: 10px;
    opacity: 1;
    transform: translateY(0);
  }
  .blog_list .info .more::before {
    width: 40px;
    height: 40px;
  }
  .default_head{
      padding: 5rem 0;
  }
  .default_head h1{
    font-size: 2rem;
  }
  .default_body{
    padding: 3rem 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  
  .default_body h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1rem 0 1rem;
  }
  .default_body h3 {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1rem 0;
  }
  .default_body p {
    margin: 1rem 0;
  }
  
  
  .default_body ul li {
    position: relative;
    margin-bottom: 1rem;
  }
  .default_body ul li:last-child {
    margin-bottom: 0;
  }

  nav.navigation {
    gap: 20px;
    margin-top: 40px;
  }
  nav.navigation .nav-links {
    gap: 10px;
  }
  nav.navigation .page-numbers {
    font-size: 14px;
    line-height: 32px;
    min-width: 32px;
  }
  nav.navigation .omit {
    font-size: 14px;
    margin: 0 10px;
    min-width: unset;
  }
  nav.navigation .nav-page label {
    font-size: 14px;
  }
  nav.navigation .nav-page select {
    font-size: 14px;
    height: 32px;
    padding: 0 30px 0 10px;
    margin-right: 0;
    background-size: 8px;
    background-position: center right 10px;
  }

}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .swiper_btns.middle:not(:has(.swiper-button-lock)) {
    padding: 0 20px;
  }
  header .top .search_box {
    padding: 16px 20px;
  }
  .footer_contact {
    padding: 50px 0;
  }
  .footer_contact .img {
    width: 100%;
  }
  .footer_contact .head {
    padding: 0;
  }
}
