
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1d95d4;
  --secondary: #000;
  --title: #161616;
  --text: #565656;
  --text_w: rgba(255, 255, 255, 0.85);
  --border: #cecece;
  --bg: #f7f9fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 132rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.Oswald,
h1,
h2,
h3,
strong,
.title {
}
h1,
h2 {
  text-transform: uppercase;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn_w {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  color: var(--primary);
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 6.2rem;
  padding: 0px 3.6rem;
  min-width: 18.5rem;
}
.btn_w:hover {
  background-color: var(--primary);
  color: rgb(255, 255, 255);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.head.white.bn p {
  color: rgba(255, 255, 255, 0.8);
}
.head h1 {
  font-size: 6.6rem;
  line-height: 1.16667;
  font-weight: 600;
}
.page_banner .flex {
  height: 100vh;
  max-height: 81.6rem;
  min-height: max-content;
  padding: 6rem 0px;
}
.page_banner .head {
  width: 46.0606%;
  padding-bottom: 1.2%;
}
.page_banner p {
  max-width: 49.9rem;
  margin-top: 1.5rem;
}
.page_banner .btn_w {
  margin-top: 4.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    border-radius: 4px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    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,
  div.head .btn_w,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    margin-top: 20px;
  }
  .page_banner .flex {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding: 50px 0px;
  }
  .page_banner .flex .head {
    padding: 0px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    z-index: -1;
    background-color: var(--title);
    opacity: 0.2;
    pointer-events: none;
  }
  .page_banner::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background-image: linear-gradient(to left, rgb(148, 163, 180), transparent);
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
  }
  .page_banner .flex .head {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1d95d4;
  --secondary: #000;
  --title: #161616;
  --text: #565656;
  --text_w: rgba(255, 255, 255, 0.85);
  --border: #cecece;
  --bg: #f7f9fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 132rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
i,
em {
  font-style: normal;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.Oswald,
h1,
h2,
h3,
strong,
.title {
}
h1,
h2 {
  text-transform: uppercase;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.swiper_btns {
  gap: 3.6rem;
  display: flex;
}
.swiper_btns div {
  width: 6.5rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.8rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://kingwoiot.com/wp-content/plugins/sytech-fronteditor/sytpl/about3-about_history/assets/img/arrow.svg") center center / 30.1587% no-repeat;
  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: transparent;
  border-color: rgba(22, 22, 22, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 159.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
.head .subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.9rem;
  letter-spacing: 0.11rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.16;
  font-weight: 600;
}
.about_history {
  padding: 15.3rem 0px 9.5rem;
  overflow: hidden;
  position: relative;
}
.about_history::after {
  position: absolute;
  width: 100%;
  height: 75.89%;
  left: 0px;
  bottom: 0px;
  content: "";
  background-image: linear-gradient(
    to top,
    rgb(255, 255, 255) 13.4%,
    transparent
  );
  pointer-events: none;
  z-index: -1;
}
.about_history .subtitle {
  margin-bottom: 0.7rem;
}
.about_history .about_history_swiper {
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
  border-radius: 0px 0px 1.2rem 1.2rem;
}
.about_history .about_history_swiper::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 7.8rem;
  background-color: rgb(183, 183, 183);
  z-index: -1;
  content: "";
}
.about_history .about_history_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  max-width: 370px;
}
.about_history .about_history_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.about_history .about_history_swiper .active .info h3 {
  color: var(--primary);
}
.about_history .about_history_swiper .active .info .dot {
  background-color: var(--primary);
}
.about_history .about_history_swiper .img {
  border-radius: 1.2rem;
  padding-bottom: 60.5263%;
  margin-top: 2.8rem;
}
.about_history .about_history_swiper .info {
  flex: 1 1 0%;
}
.about_history .about_history_swiper .info h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: rgb(112, 112, 112);
  transition: 0.3s;
}
.about_history .about_history_swiper .info .dot {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: 0.7rem solid rgb(255, 255, 255);
  background-color: rgb(165, 165, 165);
  transition: 0.3s;
  margin-top: 2rem;
  margin-left: -0.7rem;
}
.about_history .about_history_swiper .info p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: rgb(71, 71, 71);
  margin-top: 3.1rem;
}
.about_history .about_history_nav_swiper {
  overflow: hidden;
  max-width: 93.9394%;
  margin: 6.4rem auto 0px;
}
.about_history .about_history_nav_swiper .swiper-slide {
  cursor: pointer;
}
.about_history .about_history_nav_swiper .active .icon::before {
  transform: translateX(-50%) scale(1);
  opacity: 0;
}
.about_history .about_history_nav_swiper .active .icon img {
  transform: scale(1);
  opacity: 1;
  filter: unset;
}
.about_history .about_history_nav_swiper .active .title {
  color: var(--primary);
}
.about_history .about_history_nav_swiper .icon {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0px auto;
}
.about_history .about_history_nav_swiper .icon::before {
  width: 33.3333%;
  padding-bottom: 33.3333%;
  border-radius: 50%;
  background-color: rgb(165, 165, 165);
  position: absolute;
  left: 50%;
  bottom: 0px;
  content: "";
  transform: translateX(-50%);
  transition: 0.3s;
}
.about_history .about_history_nav_swiper .icon img {
  transition: 0.3s;
  transform: scale(0.333333);
  transform-origin: center bottom;
  filter: contrast(0) brightness(1);
  opacity: 0;
}
.about_history .about_history_nav_swiper .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(112, 112, 112);
  transition: 0.3s;
  text-align: center;
  margin-top: 1.1rem;
}
.about_history .swiper_box {
  width: calc(100% - 4rem);
  max-width: 153.9rem;
  margin: 0px auto;
}
.about_history .swiper_box::before {
  position: absolute;
  left: 0px;
  top: 3rem;
  width: 100%;
  height: 4px;
  content: "";
  background-color: rgb(239, 239, 239);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.about_history .swiper_box .swiper_btns {
  width: 100%;
  top: 42%;
}
.about_history .mask_circle {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: -9%;
  width: 100%;
  padding-bottom: 100%;
  pointer-events: none;
  --bw: 2px;
}
.about_history .mask_circle span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  --size: 100%;
  opacity: 0.03;
  width: var(--size);
  padding-bottom: calc(var(--size) - var(--bw) * 2);
  border-radius: 50%;
  border: var(--bw) solid #000;
  animation: 3s ease 0s infinite alternate none running scaleCircle;
}
.about_history .mask_circle span:nth-child(1) {
  --size: 100%;
}
.about_history .mask_circle span:nth-child(2) {
  --size: 139.393939%;
  --op: 0.17;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .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 h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .about_history {
    padding: 50px 0px;
  }
  .about_history .about_history_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .about_history .about_history_swiper::before {
    top: 46px;
    width: 150%;
    left: -25%;
  }
  .about_history .about_history_swiper .swiper-slide {
    max-width: 277px;
  }
  .about_history .about_history_swiper .img {
    border-radius: 10px;
    margin-top: 20px;
  }
  .about_history .about_history_swiper .info h3 {
    font-size: 18px;
  }
  .about_history .about_history_swiper .info .dot {
    width: 20px;
    height: 20px;
    border-width: 5px;
    margin-left: -5px;
    margin-top: 10px;
  }
  .about_history .about_history_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_history .about_history_nav_swiper {
    max-width: unset;
    margin-top: 20px;
    overflow: unset;
  }
  .about_history .about_history_nav_swiper .icon {
    width: 22px;
    height: 22px;
  }
  .about_history .about_history_nav_swiper .title {
    font-size: 14px;
    margin-top: 10px;
  }
  .about_history .swiper_box {
    width: 100%;
  }
  .about_history .swiper_box::before {
    top: 16px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

@keyframes scaleCircle {
  0% {
    width: 110%;
    padding-bottom: calc(110% - var(--bw) * 2);
  }
  100% {
    width: var(--size);
    padding-bottom: calc(var(--size) - var(--bw) * 2);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1d95d4;
  --secondary: #000;
  --title: #161616;
  --text: #565656;
  --text_w: rgba(255, 255, 255, 0.85);
  --border: #cecece;
  --bg: #f7f9fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 132rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.Oswald,
h1,
h2,
h3,
strong,
.title {
}
h1,
h2 {
  text-transform: uppercase;
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
.head .subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.9rem;
  letter-spacing: 0.11rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.16;
  font-weight: 600;
}
.about_vision {
  padding: 9.5rem 0px 8.2rem;
}
.about_vision .img {
  width: 78.1818%;
  mask: url("https://www.kingwoiot.com/wp-content/plugins/sytech-fronteditor/sytpl/about4-about_vision/assets/img/about-img4-mask.svg") center center / cover no-repeat;
  --h: 65.310078%;
  margin-left: -35.2273%;
}
.about_vision .img:hover img {
  transform: scale(1.02);
}
.about_vision .subtitle {
  margin-bottom: 0.7rem;
}
.about_vision .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 61.5rem;
  padding-top: 3.35%;
}
.about_vision .head ul {
  margin-top: 6.4rem;
}
.about_vision .head ul li {
  border-bottom: 1px solid rgba(15, 15, 15, 0.14);
  display: grid;
  grid-template-columns: 37.8466% 1fr;
  align-items: start;
  gap: 2rem;
  padding: 2.9rem 0px 5.1rem;
}
.about_vision .head ul li:last-child {
  border-bottom: none;
}
.about_vision .head ul h3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: rgb(15, 15, 15);
}
.about_vision .head ul p {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
  .about_vision .flex {
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .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 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;
  }
  .about_vision {
    padding: 50px 0px;
  }
  .about_vision .flex {
    align-items: center;
  }
  .about_vision .img {
    width: 48%;
    margin-left: 0px;
  }
  .about_vision .head {
    padding: 0px;
  }
  .about_vision .head ul {
    margin-top: 10px;
  }
  .about_vision .head ul li {
    padding: 10px 0px;
    gap: 14px;
  }
  .about_vision .head ul h3 {
    font-size: 18px;
  }
  .about_vision .head ul p {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .about_vision .img {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1d95d4;
  --secondary: #000;
  --title: #161616;
  --text: #565656;
  --text_w: rgba(255, 255, 255, 0.85);
  --border: #cecece;
  --bg: #f7f9fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 132rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
.center {
  text-align: center;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.Oswald,
h1,
h2,
h3,
strong,
.title {
}
h1,
h2 {
  text-transform: uppercase;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
.head .subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.9rem;
  letter-spacing: 0.11rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.16;
  font-weight: 600;
}
.page_advantages {
  padding: 15.4rem 0px 15.7rem;
}
.page_advantages .subtitle {
  margin-bottom: 1.3rem;
}
.page_advantages h2 {
  max-width: 67.3rem;
}
.page_advantages .items {
  margin-top: 4.9rem;
}
.page_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
  gap: 3.9rem 2.57576%;
}
.active .advantage_item {
  border-color: var(--primary);
  background-color: var(--primary);
}
.active .advantage_item .info h3 {
  color: rgb(255, 255, 255);
}
.active .advantage_item .info p {
  color: var(--text_w);
}
.active .advantage_item .icon .black {
  opacity: 0;
}
.advantage_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
  border-radius: 1.7rem;
  border: 1px solid rgb(232, 232, 232);
  background-color: rgb(255, 255, 255);
  padding: 10.543% 7.1884% 8.1468%;
  min-height: 42.8rem;
}
.advantage_item .info {
  flex: 1 1 0%;
}
.advantage_item .info h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  color: rgb(35, 35, 35);
  transition: 0.3s;
  max-width: 23rem;
  min-height: 8rem;
}
.advantage_item .info p {
  transition: 0.3s;
  margin-top: 3.8rem;
  hyphens: unset;
}
.advantage_item .icon {
  width: 7rem;
  height: 7rem;
  margin-top: 3rem;
}
.advantage_item .icon img {
  transition: 0.3s;
}
.advantage_item.active {
  border-color: var(--primary);
  background-color: var(--primary);
}
.advantage_item.active .info h3 {
  color: rgb(255, 255, 255);
}
.advantage_item.active .info p {
  color: var(--text_w);
}
.advantage_item.active .icon .black {
  opacity: 0;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 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 h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .page_advantages {
    padding: 50px 0px;
  }
  .page_advantages.img_bg {
    background-color: var(--bg);
  }
  .page_advantages .items {
    margin-top: 30px;
  }
  .page_advantages .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 16px;
  }
  .advantage_item {
    padding: 20px;
    min-height: unset;
    border-radius: 10px;
  }
  .advantage_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    min-height: 54px;
    max-width: 180px;
  }
  .advantage_item .info p {
    margin-top: 10px;
  }
  .advantage_item .icon {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1d95d4;
  --secondary: #000;
  --title: #161616;
  --text: #565656;
  --text_w: rgba(255, 255, 255, 0.85);
  --border: #cecece;
  --bg: #f7f9fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 132rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.Oswald,
h1,
h2,
h3,
strong,
.title {
}
h1,
h2 {
  text-transform: uppercase;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.swiper_btns {
  gap: 3.6rem;
  display: flex;
}
.swiper_btns div {
  width: 6.5rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.8rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://kingwoiot.com//wp-content/plugins/sytech-fronteditor/sytpl/about7-about_gallery/assets/img/arrow.svg") center center / 30.1587% no-repeat;
  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: transparent;
  border-color: rgba(22, 22, 22, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 159.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head .subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.9rem;
  letter-spacing: 0.11rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.16;
  font-weight: 600;
}
.about_gallery {
  padding: 7.7rem 0px 11.9rem;
  overflow: hidden;
}
.about_gallery .subtitle {
  margin-bottom: 1.3rem;
}
.about_gallery h2 {
  max-width: 67.3rem;
  margin: 0px auto;
}
.about_gallery .about_gallery_swiper {
  margin-top: 4.7rem;
  position: relative;
}
.about_gallery .about_gallery_swiper .swiper-slide {
  max-width: 64.7727%;
  transition:
    transform 0.4s,
    opacity 0.3s,
    transform-origin 0.4s;
  transform: scale(0.817544) translateY(-1%);
  opacity: 0.6;
  transform-origin: right center;
}
.about_gallery .about_gallery_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.about_gallery .about_gallery_swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.about_gallery .about_gallery_swiper .swiper-slide-active .title {
  opacity: 1;
}
.about_gallery .about_gallery_swiper .swiper-slide-active ~ .swiper-slide {
  transform-origin: left center;
}
.about_gallery .about_gallery_swiper .img {
  padding-bottom: 56.25%;
  border-radius: 1.6rem;
}
.about_gallery .about_gallery_swiper .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: rgb(135, 135, 135);
  text-align: center;
  margin-top: 2.8rem;
  transition: 0.3s;
  opacity: 0;
}
.about_gallery .swiper_btns {
  width: 82.8788%;
  top: 44%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: 1px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .about_gallery {
    padding: 50px 0px;
  }
  .about_gallery .about_gallery_swiper {
    margin-top: 30px;
  }
  .about_gallery .about_gallery_swiper .img {
    border-radius: 10px;
  }
  .about_gallery .about_gallery_swiper .title {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .about_gallery .about_gallery_swiper .swiper-slide {
    max-width: 90%;
  }
}
