@font-face {
  src: url("../font/CamphorProForXiaoMi-Regular.woff2");
  font-family: 'CamphorProForXiaoMi';
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/CamphorProForXiaoMi-Medium.woff2");
  font-family: 'CamphorProForXiaoMi';
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/CamphorProForXiaoMi-Bold.woff2");
  font-family: 'CamphorProForXiaoMi';
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../font/CamphorProForXiaoMi-Heavy.woff2");
  font-family: 'CamphorProForXiaoMi';
  font-weight: 900;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #000;
  --secondary: #000;
  --title: #141414;
  --text: #000;
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
  font-size: clamp(7.5px, .520834vw, 12px) !important;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 152.4rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 155.4rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: #000;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #828282;
  border-radius: 2px;
  position: relative;
  transition: all 0.2s;
  display: inline-block;
  vertical-align: top;
}
input[type="checkbox"]::after {
  content: '\e64a';
  font-family: 'qico';
  display: block;
  position: absolute;
  left: 55%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
input[type="checkbox"]:checked {
  border-color: #000;
  background-color: #000;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: #000;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: #000;
  font-size: 1.6rem;
  word-break: break-word;
  font-family: 'CamphorProForXiaoMi', sans-serif;
  position: static !important;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 2rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(155, 155, 155, 0.66);
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid;
  border-color: transparent red transparent red;
  animation: rotate 2s linear infinite;
  background: url(../img/404-2.png) no-repeat center / contain #fff;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.bg_pc,
.bg_mobile {
  width: 100%;
  height: auto;
}
body .bg_pc img,
body .bg_mobile img {
  width: 100%;
  height: 100%;
  display: block;
}
.bg_pc {
  display: block;
}
.bg_mobile {
  display: none;
}
.toplevel_page_sytech_fronteditor .bg_mobile {
  display: block;
}
.head .subtitle {
  font-size: 1.8rem;
}
.head h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.head .desc {
  line-height: 1.5;
}
.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 100px;
  transition: all 0.4s;
  text-align: center;
  cursor: pointer;
  padding: 0 2.4rem;
  font-size: 1.5rem;
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  line-height: 3.6rem;
  font-weight: 500;
}
.btn:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
header {
  position: sticky;
  top: 0;
  z-index: 996;
}
header .wrap {
  color: #fff;
  padding: 1.2rem 0;
  background-color: #000;
  transition: all 0.5s;
}
header .btn_menu {
  display: none;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: auto;
  height: 26px;
}
header .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
header nav .nav_head {
  display: none;
}
header nav .menu {
  gap: 8rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  transition: all 0.2s;
  position: relative;
  display: block;
}
header nav .menu > li > a::after {
  content: '';
  display: block;
  width: 50%;
  max-width: 36px;
  height: 3px;
  background-color: #fff;
  transition: all 0.2s;
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}
header nav .menu > li:hover > a {
  color: rgba(255, 255, 255, 0.7);
}
header nav .menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header nav .menu > li:hover > .sub-menu > li {
  transform: translate(0);
}
header nav .menu > li.current-menu-item > a::after,
header nav .menu > li.current-menu-parent > a::after {
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -22px;
  background-color: #000;
  min-width: 220px;
  padding: 10px 7px;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
}
header nav .sub-menu > li {
  position: relative;
  transition: all 0.4s;
  transform: translateY(-10px);
}
header nav .sub-menu > li > a {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding: 9px 10px 9px 15px;
  transition: all 0.4s;
  white-space: nowrap;
  opacity: 0.6;
}
header nav .sub-menu > li > a:hover {
  opacity: 1;
}
header nav .sub-menu > li > a::after {
  content: '\e628';
  font-size: 15px;
  font-family: 'qico';
}
header nav .sub-menu > li.current-menu-item > a,
header nav .sub-menu > li.current-menu-parent > a {
  opacity: 1;
}
header nav .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header nav .sub-menu > li:hover > .sub-menu > li {
  transform: translate(0);
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
header .btn_lang {
  gap: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
header .btn_lang .qico-diqiu {
  width: 22px;
  height: 22px;
}
header .btn_lang .qico-diqiu::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--flag) no-repeat center/cover;
}
header .btn_lang i:nth-of-type(1) {
  font-size: 22px;
}
header .btn_lang i:nth-of-type(2) {
  font-size: 12px;
}
header .btn_lang .label {
  font-size: 14px;
}
.home header.sticky .wrap {
  background-color: #000;
}
.home header .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
}
.home header .wrap:hover {
  background-color: #000;
}
footer {
  color: #fff;
  padding-top: 8rem;
  position: relative;
  z-index: 9;
  background: url(../img/footbg.jpg) no-repeat center bottom / cover #000306;
}
footer .subscribe .title {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
}
footer .subscribe .desc {
  font-weight: 300;
  margin-top: 1rem;
}
footer .subscribe form {
  max-width: 81rem;
  margin: 3.5rem auto 0;
  position: relative;
}
footer .subscribe form input[type="email"] {
  display: block;
  width: 100%;
  height: 7rem;
  background-color: #fff;
  border-radius: 100px;
  padding: 0 18.2rem 0 3.5rem;
  color: #333;
  font-weight: 500;
  font-size: 2rem;
}
footer .subscribe form input[type="email"]::placeholder {
  color: #d3d3d3;
}
footer .subscribe form input[type="submit"] {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: block;
  padding: 0 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 5.6rem;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  transition: all 0.2s;
}
footer .subscribe form input[type="submit"]:hover {
  background-color: #5a5a5a;
}
footer .main {
  gap: 6rem 2rem;
  padding: 5rem 0;
}
footer .foot_logo .logo {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
footer .foot_logo .logo img {
  display: block;
  height: 4rem;
  width: auto;
}
footer .foot_logo .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
footer .foot_logo p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.7rem;
}
footer .foot_logo .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem;
}
footer .foot_nav .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
footer .foot_nav li + li {
  margin-top: 2px;
}
footer .foot_nav a {
  transition: all 0.2s;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.7rem;
  line-height: 2.6rem;
  vertical-align: top;
}
footer .foot_nav a:hover {
  color: #fff;
}
footer .foot_contact {
  width: 25%;
}
footer .foot_contact .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
footer .foot_contact li + li {
  margin-top: 2px;
}
footer .foot_contact li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.7rem;
  line-height: 2.6rem;
  vertical-align: top;
}
footer .foot_contact a {
  transition: all 0.2s;
}
footer .foot_contact a:hover {
  color: #fff;
}
footer .copyright {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .copyright ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .copyright ul li::after {
  content: '|';
  margin: 0 8px;
}
footer .copyright ul li:last-child:after {
  display: none;
}
.btn_mega_menu .sub-menu {
  display: none;
}
.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #141414;
  background-color: #f9f9f9;
  padding: 4.6rem 0;
  display: none;
}
.mega_menu .tab {
  width: 24rem;
  max-height: calc(100vh - 120px - 9.2rem);
  overflow: auto;
}
.mega_menu .tab li {
  cursor: pointer;
  padding: 1.5rem 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  transition: all 0.2s;
}
.mega_menu .tab li::after {
  content: '\e628';
  font-family: 'qico';
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  transition: all 0.2s;
  opacity: 0;
}
.mega_menu .tab li.active {
  background-color: #fff;
}
.mega_menu .tab li.active::after {
  opacity: 1;
}
.mega_menu .tab li:hover::after {
  opacity: 1;
}
.mega_menu .tab li a {
  max-width: max-content;
}
.mega_menu .tab li + li {
  margin-top: 3rem;
}
.mega_menu .tab .hot a::after {
  content: '';
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: top;
  background: url(../img/hot.svg) no-repeat center / contain;
}
.mega_menu .list {
  flex: 1;
  max-width: 116rem;
  max-height: calc(100vh - 120px - 9.2rem);
  overflow: auto;
  margin-top: -1.5rem;
  margin-right: -1.5rem;
}
.mega_menu .list dl {
  display: none;
  grid-template-columns: repeat(4, 1fr);
}
.mega_menu .list dl.active {
  display: grid;
}
.mega_menu .list dd {
  padding: 1.5rem;
}
.mega_menu .list dd a {
  height: 100%;
  display: block;
  padding: 2rem 2rem 1.5rem;
  transition: all 0.2s;
}
.mega_menu .list dd a:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}
.mega_menu .list dd a:hover img {
  transform: scale(1.05);
}
.mega_menu .list dd a .img {
  padding-bottom: 100%;
}
.mega_menu .list dd a .title {
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 700;
}
.mega_menu .list dd a .title span {
  background-color: #D81E06;
  border-radius: 35px 40px 40px 0;
  width: 29px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  font-size: 8px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-left: 2px;
}
.mega_menu .list dd a .title .new {
  background-color: #c6ab95;
}
.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
}
.mega_overlay.active {
  pointer-events: all;
}
#gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  transition: all 0.4s;
  z-index: 995;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
}
#gotop.active {
  opacity: 1;
  pointer-events: all;
}
#gotop:hover {
  background-color: #353535;
}
#gotop i {
  color: #fff;
  font-size: 18px;
}
.social {
  gap: 2rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social a {
  display: block;
  font-size: 0;
}
.social a:hover i {
  color: #fff;
}
.social i {
  color: #a0a0a0;
  font-size: 2.6rem;
  transition: all 0.2s;
}
.header_notice {
  color: #fff;
  font-size: 14px;
  background-color: #000;
  padding: 7px 0;
  position: relative;
  z-index: 9;
}
.header_notice .swiper_box {
  gap: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  max-width: 1080px;
  margin: 0 auto;
}
.header_notice .btn_prev,
.header_notice .btn_next {
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_notice .btn_prev:hover i,
.header_notice .btn_next:hover i {
  color: #fff;
}
.header_notice .btn_prev i,
.header_notice .btn_next i {
  font-size: 20px;
  color: #b4b4b4;
  transition: all 0.2s;
}
.header_notice .header_notice_swiper {
  overflow: hidden;
}
.header_notice .header_notice_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn_subscribe {
  cursor: pointer;
}
.lang_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  color: #000;
}
.lang_modal.active {
  opacity: 1;
  pointer-events: all;
}
.lang_modal > .close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.lang_modal .modal_content {
  width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  max-width: 99rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 3.5rem 3.8rem;
}
.lang_modal .head {
  padding-bottom: 3rem;
  border-bottom: 1px solid #D9D9D9;
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.lang_modal .head .title {
  font-size: 2.4rem;
  font-weight: 700;
}
.lang_modal .head .close {
  width: 2.7rem;
  height: 2.6rem;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background: url(../img/close.png) no-repeat center / contain;
}
.lang_modal .head .close:hover {
  transform: rotate(360deg);
  filter: contrast(0) brightness(0);
}
.lang_modal .list {
  flex: 1;
  overflow: auto;
  margin: 3rem -1.6rem 4rem 0;
  width: calc(100% + 1.6rem);
  padding-right: 1.2rem;
}
.lang_modal .list .region {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.lang_modal .list ul + .region {
  margin-top: 2.5rem;
}
.lang_modal .list ul {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.lang_modal .list a {
  gap: 1.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding: 1.5rem 2.7rem;
  background-color: #f8f8f8;
  transition: all 0.2s;
}
.lang_modal .list a:hover {
  background-color: #e3e3e3;
}
.lang_modal .list a .flag {
  width: 4rem;
  height: 2.6rem;
}
.lang_modal .list a .flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lang_modal .list .small a {
  font-size: 1.4rem;
}
.lang_modal .list a .lang {
  color: #c6c6c6;
}
.lang_modal .foot {
  text-align: center;
}
.lang_modal .foot a {
  font-size: 1.8rem;
  text-decoration: underline;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
}
.lang_modal .foot a:hover {
  transform: scale(1.03);
}
.subscribe_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  color: #000;
}
.subscribe_modal.active {
  opacity: 1;
  pointer-events: all;
}
.subscribe_modal > .close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.subscribe_modal .modal_content {
  width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  max-width: 133.4rem;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.subscribe_modal .img {
  flex: 1;
}
.subscribe_modal .main {
  flex: 1;
  position: relative;
}
.subscribe_modal .main > .close {
  position: absolute;
  top: 2rem;
  right: 2.7rem;
  width: 2.7rem;
  height: 2.6rem;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background: url(../img/close.png) no-repeat center / contain;
}
.subscribe_modal .main > .close:hover {
  transform: rotate(360deg);
  filter: contrast(0) brightness(0);
}
.subscribe_modal .wrap {
  height: 100%;
  overflow: auto;
  padding: 7rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.subscribe_modal .head {
  margin-top: auto;
}
.subscribe_modal .title {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
}
.subscribe_modal .desc {
  margin-top: 2.5rem;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.7);
}
.subscribe_modal form {
  margin-top: 4rem;
}
.subscribe_modal form.sytech-newsletter-subscription {
  display: block;
}
.subscribe_modal form input[type="email"] {
  width: 100%;
  display: block;
  height: 6rem;
  padding: 0 3rem;
  transition: all 0.2s;
  font-size: 1.8rem;
  border: 1px solid #c7c7c7;
  text-align: center;
}
.subscribe_modal form input[type="email"]::placeholder {
  color: #cacaca;
}
.subscribe_modal form input[type="email"]:focus {
  border-color: #000;
}
.subscribe_modal form input[type="submit"] {
  width: 100%;
  display: block;
  margin: 9px 0 15px;
  color: #fff;
  background-color: var(--title);
  font-size: 2rem;
  font-weight: 500;
  height: 6rem;
  transition: all 0.2s;
}
.subscribe_modal form input[type="submit"]:hover {
  background-color: #5a5a5a;
}
.subscribe_modal form input[type="checkbox"] ~ span {
  color: #7a7a7a;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: calc(100% - 21px);
  padding-left: 5px;
}
.subscribe_modal form input[type="checkbox"] ~ span a {
  padding-bottom: 2px;
  border-bottom: 1px solid #adadad;
}
.subscribe_modal .social {
  margin-top: 4rem;
  justify-content: center;
}
.subscribe_modal .social a:hover i {
  color: #c8c8c8;
}
.subscribe_modal .social i {
  color: #141414;
}
.subscribe_modal .foot {
  margin: 2.5rem 0 auto;
  text-align: center;
}
.subscribe_modal .foot .close {
  color: #adadad;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}
.subscribe_modal .foot .close:hover {
  transform: scale(1.03);
}
.page_spotlight {
  padding: 10rem 0;
}
.page_spotlight .head h2 {
  font-size: 3.6rem;
  line-height: 1;
}
.page_spotlight .swiper_box {
  max-width: 135rem;
  margin: 5.5rem auto 0;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
}
.page_spotlight .btn_prev,
.page_spotlight .btn_next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.page_spotlight .btn_prev:hover,
.page_spotlight .btn_next:hover {
  opacity: 0.5;
}
.page_spotlight .btn_prev i,
.page_spotlight .btn_next i {
  color: #141414;
  font-size: 25px;
}
.page_spotlight .page_spotlight_swiper {
  overflow: hidden;
  max-width: 108rem;
  margin: 0 auto;
  width: 100%;
}
.page_spotlight .page_spotlight_swiper .syedittext {
  font-size: 1.8rem;
  line-height: 1.5;
}
.page_spotlight .page_spotlight_swiper .syedittext h3 {
  font-size: 2.4rem;
  line-height: normal;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.page_spotlight .page_spotlight_logo_swiper {
  overflow: hidden;
  margin-top: 5.5rem;
  padding-top: 10rem;
  border-top: 1px solid #e3e3e3;
}
.page_spotlight .page_spotlight_logo_swiper .img {
  height: 6rem;
}
.dark .footer_service {
  background-color: #000;
}
.footer_service {
  padding: 4rem 0;
  background-color: #f8f8f8;
}
.footer_service ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer_service li {
  display: flex;
  align-items: center;
}
.footer_service li::after {
  content: '';
  width: 2px;
  height: 24px;
  background: #C8C8C8;
  display: inline-block;
  margin: 0 10rem;
}
.footer_service li:last-child::after {
  display: none;
}
.footer_service a {
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.2s;
}
.footer_service a:hover {
  opacity: 0.5;
}
.page_banner {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.page_banner .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_banner .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_banner .head {
  color: #fff;
  max-width: 102rem;
  padding: 15% 0;
}
.page_banner .head h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.page_banner .head .desc {
  font-size: 1.8rem;
  margin-top: 3rem;
}
.dark .page_compare .page_compare_swiper .pd h3 {
  color: #fff;
}
.dark .page_compare .page_compare_swiper .pd h3 + p {
  color: #fff;
}
.dark .page_compare .page_compare_swiper .pd .btn {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.dark .page_compare .page_compare_swiper .pd .btn:hover {
  background-color: #fff;
}
.dark .page_compare .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.dark .page_compare .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.dark .page_compare .btn {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.dark .page_compare .btn:hover {
  background-color: #1B1B1E;
}
.page_compare {
  padding: 10rem 0;
}
.page_compare .btns {
  position: absolute;
  left: 50%;
  top: 20rem;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  width: 98%;
  max-width: 135rem;
}
.page_compare .btns div {
  cursor: pointer;
  transition: all .3s;
  pointer-events: all;
}
.page_compare .btns div i {
  color: #141414;
  font-size: 25px;
}
.page_compare .btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.page_compare .page_compare_swiper {
  max-width: 120rem;
  overflow: hidden;
  margin: 5rem auto 0;
}
.page_compare .page_compare_swiper .swiper-slide {
  opacity: 0.6;
  transition: all 0.2s;
  width: 38rem;
}
.page_compare .page_compare_swiper .swiper-slide:hover {
  opacity: 1;
}
.page_compare .page_compare_swiper .active {
  opacity: 1;
}
.page_compare .page_compare_swiper .pd:hover img {
  transform: scale(1.03);
}
.page_compare .page_compare_swiper .pd .img {
  padding-bottom: 80%;
}
.page_compare .page_compare_swiper .pd h3 {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 1.5rem;
  color: #000;
  font-weight: 700;
}
.page_compare .page_compare_swiper .pd h3 + p {
  text-align: center;
}
.page_compare .page_compare_swiper .pd .btn {
  display: block;
  max-width: max-content;
  margin: 2.5rem auto 0;
  color: #fff;
  background-color: #000;
  font-size: 1.6rem;
  line-height: 4rem;
  padding: 0 2.5rem;
}
.page_compare .page_compare_swiper .pd .btn:hover {
  color: #000;
  background-color: transparent;
}
.page_compare .page_compare_swiper .attrs {
  margin-top: 2.5rem;
  padding-top: 3.5rem;
  text-align: center;
  border-top: 1px solid #E6E6E7;
}
.page_compare .page_compare_swiper .attrs i {
  font-size: 4rem;
}
.page_compare .page_compare_swiper .attrs li + li {
  margin-top: 2.5rem;
}
.page_compare .swiper-pagination {
  margin-top: 3rem;
  display: flex;
  position: static;
  justify-content: center;
}
.page_compare .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background: #DBDBDB;
  border-radius: 0;
  opacity: 1;
  transition: all 0.2s;
}
.page_compare .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.page_compare .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.page_compare .btn {
  margin-top: 8rem;
  padding: 0 2.7rem;
  font-size: 1.8rem;
  line-height: 4.4rem;
  border-color: #000;
  background-color: transparent;
}
.page_compare .btn:hover {
  background-color: #000;
}
.dark .page_faqs .nav .active {
  border-color: #fff;
  cursor: default;
}
.dark .page_faqs .faq_list .question {
  color: rgba(255, 255, 255, 0.9);
}
.dark .page_faqs .faq_list .question::after {
  filter: contrast(0) brightness(2);
}
.dark .page_faqs .faq_list .answer {
  color: rgba(255, 255, 255, 0.8);
}
.dark .page_faqs .download_list li {
  border-color: #fff;
}
.dark .page_faqs .download_list li .title {
  color: rgba(255, 255, 255, 0.9);
}
.dark .page_faqs .note {
  color: rgba(255, 255, 255, 0.7);
}
.page_faqs {
  padding: 10rem 0;
}
.page_faqs .head {
  margin-bottom: 2rem;
}
.page_faqs .nav {
  margin-bottom: 3rem;
}
.page_faqs .nav ul {
  gap: 2rem;
  display: flex;
}
.page_faqs .nav li {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
.page_faqs .nav .active {
  border-color: #141414;
}
.page_faqs .faq_list li {
  border-bottom: 1px solid #DCDCDC;
}
.page_faqs .faq_list li:first-child .answer {
  display: block;
}
.page_faqs .faq_list .active .question::after {
  background-image: url(../img/icon-reduce.svg);
}
.page_faqs .faq_list .question {
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem 0;
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 2rem;
}
.page_faqs .faq_list .question::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  background: url(../img/icon-add.svg) no-repeat center / contain;
}
.page_faqs .faq_list .answer {
  display: none;
  color: rgba(20, 20, 20, 0.7);
  line-height: 1.5;
  font-size: 1.7rem;
  padding-bottom: 3rem;
}
.page_faqs .download_list li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.page_faqs .download_list li .title {
  font-size: 2.4rem;
  font-weight: 500;
}
.page_faqs .download_list li a {
  width: 3.5rem;
  height: 2.9rem;
  transition: all 0.3s;
}
.page_faqs .download_list li a:hover {
  transform: translateY(-5px);
}
.page_faqs .download_list li a i {
  font-size: 2.4rem;
}
.page_faqs .note {
  color: #666;
  line-height: 1.5;
  margin-top: 7rem;
}
.page_faqs .note > *:first-child {
  margin-top: 0;
}
.page_faqs .note > *:last-child {
  margin-bottom: 0;
}
.page_faqs .note p {
  margin: 10px 0;
}
.dark .page_path .breadcrumbs a:hover {
  color: #fff;
}
.page_path {
  padding: 7rem 0;
}
.page_path .breadcrumbs {
  color: #666;
}
.page_path .breadcrumbs a {
  transition: all 0.2s;
}
.page_path .breadcrumbs a:hover {
  color: #000;
}
section.home_banner .pagination .btn_toggle::after {
  content: '\e694';
  font-family: 'qico';
}
section.home_banner .pagination .btn_toggle.stop::after {
  content: '\ea8d';
}
section.video_banner, section.swiper_banner {
  margin-top: 5px;
  margin-bottom: 5px;
}
.home_picture .head img {
  height: auto;
}

/*** global css ***/
.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}
.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

div form.sytech-newsletter-subscription p.success,
div form.sytech-newsletter-subscription p.failed {
  left: 50%;
  top: unset;
  bottom: 100%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 230px;
  font-size: 12px;
  background-color: var(--title);
  padding: 12px 12px 12px 32px;
}
div form.sytech-newsletter-subscription p.success.active,
div form.sytech-newsletter-subscription p.failed.active {
  top: unset;
  bottom: 110%;
}
div form.sytech-newsletter-subscription p.success::before,
div form.sytech-newsletter-subscription p.failed::before {
  top: 12px;
  left: 8px;
  width: 16px;
  height: 16px;
  filter: contrast(0) brightness(2);
}
div form.sytech-newsletter-subscription p.success::after,
div form.sytech-newsletter-subscription p.failed::after {
  left: 50%;
  bottom: unset;
  top: 100%;
  transform: translateX(-50%);
  border-top-color: var(--title);
}
footer div form.sytech-newsletter-subscription p.success,
footer div form.sytech-newsletter-subscription p.failed {
  background-color: #a0a0a0;
}
footer div form.sytech-newsletter-subscription p.success::after,
footer div form.sytech-newsletter-subscription p.failed::after {
  border-top-color: #a0a0a0;
}

.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 90vh;
  aspect-ratio: 1920/1080;
  display: flex;
  align-items: center;
}
.video_pop .pop_content iframe, .video_pop .pop_content video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.video_pop .pop_content iframe {
  aspect-ratio: 560/315;
}
/*** global css ***/

.swiper_banner .wrap {
  background-color: rgba(0, 0, 0, 0.3);
}

.success_modal {
  display: grid;
  overflow: auto;
}
.success_modal.modal {
  position: fixed;
  align-items: center;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.47);
  display: none;
}
.success_modal::-webkit-scrollbar {
	display:none;
}
.success_modal .modal_content {
  width: 100%;
  max-width: 600px;
  padding: 40px;
  margin: 40px auto;
  border-radius: 20px;
  background-color: #fefefe;
  text-align: center;
  position: relative;
}
.success_modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all .4s;
  width: 25px;
  height: 24px;
  background: url(../img/close.png) no-repeat center/contain;
}
.success_modal .close:hover {
  transform: rotate(360deg);
}
.success_modal .img {
  max-width: 291px;
  margin: 0 auto;
}
.success_modal .title {
  color: #2b2b2b;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}
.success_modal .desc {
  color: #989898;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.success_modal .btn {
  margin-top: 35px;
  font-size: 16px;
  border-radius: 6px;
  border-color: #000;
  background-color: #000;
  color: #fff;
  line-height: 42px;
  padding: 0 43px;
}
.success_modal .btn:hover {
  transform: scale(1.05);
}

.home_banner .swiper-slide {
  aspect-ratio: 64/31;
}
.video_banner {
  aspect-ratio: 1920/824;
}
.home_picture {
  aspect-ratio: 1920/850;
}
a.home_picture {
  display: block;
  margin-top: 5px;
  aspect-ratio: 1920/930;
}
.swiper_banner {
  aspect-ratio: 1920/850;
}
.page-id-6 .page_banner {
  aspect-ratio: 2560/720;
}
.page-id-8 .page_banner {
  aspect-ratio: 1920/595;
}
.page-id-15 .page_banner {
  aspect-ratio: 1920/535;
}
.products_banner {
  aspect-ratio: 1920/795;
}
.products_highlights_swiper .swiper-slide {
  aspect-ratio: 1920/980;
}
.compare_banner {
  aspect-ratio: 1920/535;
}

[lang="at"] .video_banner[lang-hidden] {
  display: none;
}

@media screen and (max-width: 1220px) {
  .content {
    padding: 0 30px !important;
  }
  .swiper_content {
    padding: 15px 30px;
  }
  .footer_service li::after {
    margin: 0 8rem;
  }
}
@media screen and (max-width: 1172px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  header .btn_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  header .btn_menu i {
    font-size: 24px;
  }
  header .logo img {
    height: 24px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    max-width: 350px;
    color: #333;
    background-color: #f5f5f5;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    transform: translateX(-110%);
    display: flex;
    flex-direction: column;
  }
  header nav.active {
    transform: translate(0);
  }
  header nav .nav_head {
    display: block;
    padding-left: 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 20px;
    background-color: #353535;
  }
  header nav .nav_head + div {
    flex: 1;
    overflow: auto;
  }
  header nav .nav_head .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  header nav .nav_head .close {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header nav .nav_head .close:hover i {
    transform: rotate(180deg);
  }
  header nav .nav_head .close i {
    color: #fff;
    font-size: 16px;
    transition: all 0.2s;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    display: grid;
    cursor: pointer;
    overflow: hidden;
    grid-template-columns: 1fr auto;
    border-top: 2px solid #e5e5e5;
  }
  header nav .menu > li > a {
    font-size: 15px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    min-height: 50px;
  }
  header nav .menu > li.menu-item-has-children::after {
    content: '\e66f';
    font-family: 'qico';
    font-size: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }
  header nav .menu > li.menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .menu > li.menu-item-has-children.btn_mega_menu .sub-menu {
    display: block;
  }
  header nav .menu > li.menu-item-has-children.btn_mega_menu::after {
    transform: rotate(180deg);
  }
  header nav .menu > li.menu-item-has-children.btn_mega_menu.active::after {
    transform: rotate(0);
  }
  header nav .menu > li:hover > a {
    color: #333;
  }
  header nav .sub-menu {
    padding: 0 0 10px 0;
    position: static;
    opacity: 1;
    pointer-events: all;
    transform: translate(0);
    background-color: transparent;
    grid-column: 1/-1;
    order: 3;
    transition: none;
    display: none;
  }
  header nav .sub-menu > li {
    transform: translate(0);
  }
  header nav .sub-menu > li > a {
    opacity: 1;
    font-size: 15px;
    padding: 0 0 0 40px;
    background: url(../img/d.png) no-repeat 25px center;
    min-height: 35px;
    display: flex;
    align-items: center;
  }
  header nav .sub-menu > li > a::after {
    display: none;
  }
  header nav .sub-menu .sub-menu {
    display: block;
    padding-left: 10px;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
  .mega_menu,
  .mega_overlay {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  footer .foot_logo {
    width: 100%;
    text-align: center;
  }
  footer .foot_logo .social {
    justify-content: center;
  }
  .subscribe_modal .img {
    display: none;
  }
  .footer_service li::after {
    margin: 0 6rem;
  }
}
@media screen and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
  }
  div::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem;
  }
  input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border-width: 1px;
  }
  input[type="checkbox"]::after {
    left: 50%;
    font-size: 12px;
  }
  .gap {
    gap: 1rem;
  }
  .head .subtitle {
    font-size: 13px;
  }
  .head h2 {
    font-size: 26px;
  }
  .head .desc {
    font-size: 13px;
  }
  .btn {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
  }
  body.fixed {
    padding-right: 0;
  }
  .video_pop .pop_content {
    width: 90vw;
    height: auto;
  }
  .home header .wrap {
    position: static;
    background-color: #000;
  }
  header .wrap {
    padding: 5px 0;
  }
  footer {
    padding-top: 24px;
  }
  footer .subscribe .title {
    font-size: 29px;
  }
  footer .subscribe .desc {
    margin-top: 6px;
    font-size: 16px;
    line-height: 19px;
  }
  footer .subscribe form {
    margin-top: 15px;
  }
  footer .subscribe form input[type="email"] {
    font-size: 15px;
    height: 42px;
    padding: 0 123px 0 12px;
  }
  footer .subscribe form input[type="submit"] {
    font-size: 13px;
    line-height: 36px;
    top: 3px;
    right: 3px;
    padding: 0 15px;
  }
  footer .main {
    gap: 0;
    padding: 21px 0 15px;
  }
  footer .foot_logo {
    margin-bottom: 15px;
  }
  footer .foot_logo .logo img {
    height: 30px;
  }
  footer .foot_logo p {
    font-size: 15px;
    margin-top: 5px;
  }
  footer .foot_logo .title {
    margin: 15px 0 8px;
    font-size: 12px;
  }
  footer .foot_nav {
    width: 100%;
  }
  footer .foot_nav.active .title::after {
    transform: rotate(180deg);
  }
  footer .foot_nav .title {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 10px 10px 0;
    gap: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .foot_nav .title::after {
    content: '\e699';
    font-family: 'qico';
    font-weight: normal;
    font-size: 14px;
    transition: all 0.2s;
  }
  footer .foot_nav div {
    display: none;
  }
  footer .foot_nav ul {
    padding-top: 10px;
  }
  footer .foot_nav li + li {
    margin-top: 2px;
  }
  footer .foot_nav a {
    font-size: 14px;
    line-height: 26px;
  }
  footer .foot_contact {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  footer .foot_contact .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer .foot_contact li {
    font-size: 14px;
    line-height: 20px;
  }
  footer .copyright {
    gap: 10px;
    padding: 15px 0;
    justify-content: center;
  }
  footer .copyright p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }
  footer .copyright div {
    width: 100%;
    order: -1;
  }
  footer .copyright ul li {
    line-height: 16px;
  }
  footer .copyright ul a {
    font-size: 14px;
  }
  .social {
    gap: 18px;
  }
  .social i {
    font-size: 18px;
  }
  .header_notice {
    display: none;
  }
  .lang_modal .modal_content {
    padding: 20px;
  }
  .lang_modal .head {
    gap: 1rem;
    padding-bottom: 18px;
  }
  .lang_modal .head .title {
    font-size: 0.9rem;
  }
  .lang_modal .head .close {
    width: 1rem;
    height: 1rem;
  }
  .lang_modal .list {
    width: calc(100% + 12px);
    margin: 18px -12px 24px 0;
    padding-right: 12px;
  }
  .lang_modal .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .lang_modal .list ul + .region {
    margin-top: 20px;
  }
  .lang_modal .list .region {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .lang_modal .list a {
    gap: 4px;
    color: #5e5e5e;
    padding: 8px 10px;
    font-size: 13px;
  }
  .lang_modal .list .small a {
    font-size: 12px;
  }
  .lang_modal .list a .flag {
    width: 28px;
    height: 18px;
  }
  .lang_modal .foot a {
    font-size: 0.9rem;
  }
  .subscribe_modal .modal_content {
    width: 95%;
    max-width: 615px;
  }
  .subscribe_modal .main > .close {
    width: 1rem;
    height: 1rem;
    top: 15px;
    right: 15px;
  }
  .subscribe_modal .wrap {
    padding: 25px 45px;
  }
  .subscribe_modal .title {
    font-size: 22px;
  }
  .subscribe_modal .desc {
    font-size: 13px;
    margin-top: 10px;
  }
  .subscribe_modal form {
    margin-top: 15px;
  }
  .subscribe_modal form input[type="email"] {
    height: 40px;
    font-size: 15px;
    padding: 0 18px;
  }
  .subscribe_modal form input[type="submit"] {
    height: 40px;
    font-size: 12px;
  }
  .subscribe_modal form input[type="checkbox"] ~ span {
    padding: 0;
    font-size: 12px;
  }
  .subscribe_modal .social {
    margin-top: 24px;
  }
  .subscribe_modal .foot {
    margin-top: 15px;
  }
  .footer_service {
    padding: 28px 0;
  }
  .footer_service li::after {
    margin: 0 4rem;
  }
  .footer_service a {
    font-size: 14px;
  }
  .page_banner .head h1 {
    font-size: 32px;
  }
  .page_banner .head .desc {
    margin-top: 14px;
    font-size: 13px;
  }
  .page_spotlight {
    padding: 70px 0;
  }
  .page_spotlight .head h2 {
    font-size: 25px;
  }
  .page_spotlight .swiper_box {
    margin-top: 38px;
  }
  .page_spotlight .page_spotlight_swiper {
    max-width: 567px;
  }
  .page_spotlight .page_spotlight_swiper .syedittext {
    font-size: 13px;
  }
  .page_spotlight .page_spotlight_swiper .syedittext h3 {
    font-size: 17px;
  }
  .page_spotlight .btn_prev,
  .page_spotlight .btn_next {
    width: 30px;
    height: 30px;
  }
  .page_spotlight .btn_prev i,
  .page_spotlight .btn_next i {
    font-size: 22px;
  }
  .page_spotlight .page_spotlight_logo_swiper {
    margin-top: 38px;
    padding-top: 70px;
  }
  .page_spotlight .page_spotlight_logo_swiper .img {
    height: 42px;
  }
  .page_compare {
    padding: 70px 0;
  }
  .page_compare .page_compare_swiper {
    margin-top: 35px;
  }
  .page_compare .page_compare_swiper .pd h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .page_compare .page_compare_swiper .pd .btn {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
    margin-top: 25px;
  }
  .page_compare .page_compare_swiper .attrs {
    margin-top: 18px;
    padding-top: 25px;
  }
  .page_compare .page_compare_swiper .attrs i {
    font-size: 40px;
  }
  .page_compare .page_compare_swiper .attrs li + li {
    margin-top: 25px;
  }
  .page_compare .swiper-pagination {
    margin-top: 30px;
  }
  .page_compare .btn {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
    margin-top: 56px;
  }
  .page_compare .btns {
    top: 185px;
  }
  .page_faqs {
    padding: 70px 0;
  }
  .page_faqs .nav {
    margin-bottom: 21px;
  }
  .page_faqs .nav ul {
    gap: 14px;
  }
  .page_faqs .nav li {
    font-size: 26px;
  }
  .page_faqs .faq_list {
    margin-top: 14px;
  }
  .page_faqs .faq_list .question {
    font-size: 16px;
    padding: 12px 0;
  }
  .page_faqs .faq_list .question::after {
    width: 14px;
    height: 14px;
  }
  .page_faqs .faq_list .answer {
    font-size: 15px;
    padding-bottom: 16px;
  }
  .page_faqs .note {
    margin-top: 3rem;
    font-size: 13px;
  }
  .page_faqs .note p {
    margin: 14px 0;
  }
  .page_faqs .download_list li .title {
    font-size: 14px;
  }
  .page_faqs .download_list li a {
    width: 35px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_faqs .download_list li a i {
    font-size: 16px;
  }
  .page_path {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px !important;
  }
  .bg_pc {
    display: none;
  }
  .bg_mobile {
    display: block;
  }
  .head .subtitle {
    font-size: 12px;
  }
  .head h2 {
    font-size: 22px;
  }
  .head .desc {
    font-size: 12px;
  }
  .video_pop .pop_content {
    width: 96vw;
    max-width: 96vw;
  }
  .page_spotlight {
    padding: 60px 0;
  }
  .page_spotlight .head h2 {
    font-size: 22px;
  }
  .page_spotlight .swiper_box {
    margin-top: 33px;
  }
  .page_spotlight .page_spotlight_swiper .syedittext {
    font-size: 12px;
  }
  .page_spotlight .page_spotlight_swiper .syedittext h3 {
    font-size: 0.9rem;
  }
  .page_spotlight .page_spotlight_logo_swiper {
    margin-top: 38px;
    padding-top: 60px;
  }
  .page_spotlight .page_spotlight_logo_swiper .img {
    height: 36px;
  }
  .footer_service {
    padding: 24px 0;
  }
  .footer_service ul {
    justify-content: flex-start;
  }
  .footer_service li {
    width: 50%;
    padding: 10px 0;
    line-height: 19px;
    justify-content: center;
  }
  .footer_service li::after {
    display: none;
  }
  .footer_service li:nth-child(-n+2) {
    border-bottom: 1px solid #ccc;
  }
  .footer_service li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  .page_banner .content {
    align-items: flex-start;
  }
  .page_banner .head h1 {
    font-size: 26px;
  }
  .page_banner .head .desc {
    margin-top: 12px;
    font-size: 12px;
  }
  .page_compare {
    padding: 60px 0;
  }
  .page_compare .page_compare_swiper {
    margin-top: 30px;
  }
  .page_compare .page_compare_swiper .pd h3 {
    font-size: 16px;
    margin-top: 15px;
  }
  .page_compare .page_compare_swiper .pd .btn {
    font-size: 12px;
    padding: 0 15px;
    line-height: 26px;
    margin-top: 25px;
  }
  .page_compare .page_compare_swiper .attrs {
    font-size: 12px;
  }
  .page_compare .page_compare_swiper .attrs i {
    font-size: 30px;
  }
  .page_compare .btn {
    margin-top: 36px;
  }
  .page_compare .btns {
    top: 110px;
  }
  .page_faqs {
    padding: 60px 0;
  }
  .page_faqs .nav ul {
    gap: 12px;
  }
  .page_faqs .nav li {
    font-size: 22px;
  }
  .page_faqs .faq_list {
    margin-top: 12px;
  }
  .page_faqs .faq_list .question {
    gap: 10px;
    font-size: 15px;
    padding: 6px 0;
  }
  .page_faqs .faq_list .question::after {
    width: 12px;
    height: 12px;
  }
  .page_faqs .faq_list .answer {
    font-size: 14px;
    padding-bottom: 14px;
  }
  .page_faqs .download_list li .title {
    font-size: 12px;
  }
  .page_faqs .download_list li a {
    height: 18px;
  }
  .page_faqs .download_list li a i {
    font-size: 15px;
  }
  .page_faqs .note {
    font-size: 12px;
    margin-top: 42px;
  }
  .page_faqs .note p {
    margin: 12px 0;
  }
  
  .home_banner .swiper-slide {
    aspect-ratio: 640/950;
  }
  .video_banner {
    aspect-ratio: 1920/1080;
  }
  .home_picture {
    aspect-ratio: 640/950;
  }
  a.home_picture {
    aspect-ratio: 640/950;
  }
  .page-id-6 .page_banner {
    aspect-ratio: 1280/1600;
  }
  .page-id-8 .page_banner {
    aspect-ratio: 640/360;
  }
  .page-id-15 .page_banner {
    aspect-ratio: 640/360;
  }
  .products_banner {
    aspect-ratio: 640/950;
  }
  .products_highlights_swiper .swiper-slide {
    aspect-ratio: 640/950;
  }
  .compare_banner {
    aspect-ratio: 640/360;
  }
}
@media screen and (max-width: 480px) {
  .content {
    padding: 0 15px !important;
  }
  header .content {
    padding: 0 10px 0 0 !important;
  }
  header .btn_lang {
    gap: 4px;
  }
  header .btn_lang .label {
    font-size: 12px;
  }
  .lang_modal .list ul {
    grid-template-columns: 1fr;
  }
  .dark .page_compare .page_compare_swiper .pd h3 + p {
    font-size: 12px;
  }
}
