
* {
  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;
}
.page_banner .head {
  padding-bottom: 0.8%;
}
.page_banner p {
  margin-top: 1.3rem;
}
.page_banner .btn_w {
  margin-top: 4.1rem;
}
@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;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
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;
}
.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;
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--title);
  border-radius: 0.9rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 6.3rem;
  padding: 0px 3.6rem;
  min-width: 18.6rem;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: rgb(255, 255, 255);
}
.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;
}
.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;
}
.solution_industry {
  padding: 15.3rem 0px 13rem;
}
.solution_industry .subtitle {
  margin-bottom: 0.7rem;
}
.solution_industry h2 {
  max-width: 58.4rem;
}
.solution_industry p {
  max-width: 93.6rem;
  margin-top: 4.1rem;
  hyphens: auto;
}
.solution_industry .btn_line {
  margin-bottom: 1.1rem;
}
.solution_industry .solution_industry_swiper {
  overflow: hidden;
  border-radius: 1.7rem;
  margin-top: 6.4rem;
}
@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;
  }
  .gap {
    gap: 20px;
  }
  .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 .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;
  }
  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;
  }
  div.head.flex .btn,
  div.head.flex .btn_w,
  div.head.flex .btn_line {
    margin: 0px;
  }
  .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;
  }
  .solution_industry {
    padding: 50px 0px;
    overflow: hidden;
  }
  .solution_industry .solution_industry_swiper {
    margin-top: 30px;
    overflow: unset;
  }
}

@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;
}
.swiper_box {
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: 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.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;
}
.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;
}
.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/solution3-solution_challenges-img_bg/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;
}
.solution_challenges {
  padding: 10.4rem 0px 13rem;
}
.solution_challenges .subtitle {
  margin-bottom: 0.7rem;
}
.solution_challenges .solution_challenges_swiper {
  overflow: hidden;
  margin-top: 5.8rem;
  border-radius: 2.3rem;
}
.solution_challenges .solution_challenges_swiper .swiper-slide {
  max-width: 421px;
}
.solution_challenges .item {
  border-radius: 2.3rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5.4755% 5.7136% 14.0459% 5.9517%;
}
.solution_challenges .item:hover img {
  transform: scale(1.02);
}
.solution_challenges .item .img {
  border-radius: 1.2rem;
  padding-bottom: 61.0921%;
}
.solution_challenges .item .info {
  flex: 1 1 0%;
  margin-top: 2.9rem;
}
.solution_challenges .item .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.solution_challenges .item .info p {
  hyphens: auto;
  margin-top: 1.4rem;
}
@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;
  }
  .solution_challenges {
    padding: 50px 0px;
    overflow: hidden;
  }
  .solution_challenges .solution_challenges_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .solution_challenges .solution_challenges_swiper .swiper-slide {
    max-width: 314px;
  }
  .solution_challenges .item {
    padding: 20px;
    border-radius: 10px;
  }
  .solution_challenges .item .img {
    border-radius: 10px;
  }
  .solution_challenges .item .info {
    margin-top: 14px;
  }
  .solution_challenges .item .info h3 {
    font-size: 18px;
  }
  .solution_challenges .item .info p {
    margin-top: 10px;
  }
}

@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;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.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_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;
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--title);
  border-radius: 0.9rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 6.3rem;
  padding: 0px 3.6rem;
  min-width: 18.6rem;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: rgb(255, 255, 255);
}
.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;
}
.solution_technology {
  padding: 13.5rem 0px 14rem;
}
.solution_technology .subtitle {
  margin-bottom: 0.7rem;
}
.solution_technology p {
  max-width: 88.6rem;
  margin-top: 4rem;
}
.solution_technology .flex {
  margin-top: 6.4rem;
}
.solution_technology .flex .lt {
  flex: 1 1 0%;
  max-width: 55.4rem;
  width: 100%;
}
.solution_technology .flex .rt {
  width: 49.4267%;
}
.solution_technology .tab {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgb(201, 210, 214);
  display: grid;
  grid-template-columns: 4.1rem 1fr 5.8rem;
  align-items: center;
  cursor: pointer;
  color: rgb(138, 148, 160);
  transition: 0.3s;
  font-size: 2.2rem;
  font-weight: 600;
  gap: 2rem;
  padding: 2.8rem 0px 3.3rem;
}
.solution_technology .tab::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  content: "";
  border-radius: 0.9rem;
  background-color: var(--bg);
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.solution_technology .tab.active {
  border-bottom-color: transparent;
  color: rgb(28, 28, 28);
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.solution_technology .tab.active::before {
  width: calc(100% + 5.4rem);
  opacity: 1;
}
.solution_technology .tab.active .order {
  color: var(--primary);
}
.solution_technology .tab.active i {
  transform: translateX(0px);
  opacity: 1;
}
.solution_technology .tab:last-child {
  margin-bottom: 0px;
}
.solution_technology .tab .order {
  font-size: 2rem;
  transition: 0.3s;
  font-weight: 600;
}
.solution_technology .tab i {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://kingwoiot.com//wp-content/plugins/sytech-fronteditor/sytpl/solution4-solution_technology/assets/img/arrow-r-w.svg") no-repeat center / 31% var(--primary);
  display: block;
  content: "";
  transition: 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.solution_technology .solution_technology_swiper {
  overflow: hidden;
  border-radius: 1.2rem 1.2rem 0px 0px;
}
.solution_technology .solution_technology_swiper .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.solution_technology .solution_technology_swiper .item:hover img {
  transform: scale(1.02);
}
.solution_technology .solution_technology_swiper .img {
  border-radius: 1.2rem;
  width: 100%;
  padding-bottom: 55.1916%;
}
.solution_technology .solution_technology_swiper .desc {
  flex: 1 1 0%;
  margin-top: 3.4rem;
}
.solution_technology .solution_technology_swiper .desc p {
  margin-top: 0px;
}
.solution_technology .solution_technology_swiper .btn_line {
  min-width: 17rem;
  margin-top: 2.4rem;
}
@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;
  }
  .solution_technology .tab.active::before {
    width: calc(100% + 3rem);
  }
}

@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;
  }
  .gap {
    gap: 20px;
  }
  .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 .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;
  }
  .solution_technology {
    padding: 50px 0px;
  }
  .solution_technology .flex {
    margin-top: 30px;
    gap: 30px;
  }
  .solution_technology .tab {
    grid-template-columns: 32px 1fr 40px;
    gap: 14px;
    font-size: 16px;
    padding: 10px 0px;
  }
  .solution_technology .tab::before {
    border-radius: 4px;
  }
  .solution_technology .tab.active::before {
    width: calc(100% + 20px);
  }
  .solution_technology .tab.active {
    margin-bottom: 0px;
  }
  .solution_technology .tab .order {
    font-size: 14px;
  }
  .solution_technology .solution_technology_swiper {
    border-radius: 10px 10px 0px 0px;
  }
  .solution_technology .solution_technology_swiper .img {
    border-radius: 10px;
  }
  .solution_technology .solution_technology_swiper .desc {
    margin-top: 14px;
  }
  .solution_technology .solution_technology_swiper .btn_line {
    min-width: 120px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .solution_technology .flex .rt {
    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;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
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;
}
.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 {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: rgb(255, 255, 255);
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 6.2rem;
  padding: 0px 3.6rem;
  min-width: 18.5rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.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/solution5-page_stories-img_bg/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.white div:hover {
  border-color: rgb(255, 255, 255);
  background-color: transparent;
}
.swiper_btns.white .swiper-button-disabled {
  border-color: rgba(255, 255, 255, 0.45);
}
.swiper_btns.white .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
}
.head.white {
  color: rgb(255, 255, 255);
}
.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_stories {
  padding: 9.9rem 0px 13.6rem;
}
.page_stories .head {
  max-width: 51rem;
}
.page_stories .subtitle {
  margin-bottom: 0.7rem;
}
.page_stories .swiper_btns {
  margin-bottom: 0.6rem;
}
.page_stories .page_stories_swiper {
  width: calc(100% + 6.9rem);
  margin: 6.4rem -3.5rem 0px;
  overflow: hidden;
  border-radius: 2.8rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(234, 234, 234);
  padding: 3.5rem 3.5rem 3.2rem;
}
.page_stories .page_stories_swiper .flex {
  height: 100%;
}
.page_stories .page_stories_swiper .img {
  width: 50.1%;
  border-radius: 2.4rem;
  --h: 66.76783%;
}
.page_stories .page_stories_swiper .img:hover img {
  transform: scale(1.02);
}
.page_stories .page_stories_swiper .info {
  flex: 1 1 0%;
  max-width: 58.2rem;
  width: 100%;
  padding-bottom: 0.8%;
}
.page_stories .page_stories_swiper .info h3 {
  font-size: 3.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page_stories .page_stories_swiper .info p {
  max-width: 52rem;
  margin-top: 2.4rem;
}
.page_stories .page_stories_swiper .info ul {
  margin-top: 2.6rem;
}
.page_stories .page_stories_swiper .info ul li + li {
  margin-top: 1.7rem;
}
.page_stories .page_stories_swiper .info ul li {
  position: relative;
  padding-left: 4.8rem;
}
.page_stories .page_stories_swiper .info ul li::before {
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  left: 0px;
  top: -2px;
  content: "";
  background: url("https://kingwoiot.com//wp-content/plugins/sytech-fronteditor/sytpl/solution5-page_stories-img_bg/assets/img/gou-full.svg") center center / contain no-repeat;
}
.page_stories .page_stories_swiper .info .btn {
  margin-top: 6.2rem;
  line-height: 5.4rem;
  min-width: 21.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .page_stories .page_stories_swiper {
    width: 100%;
    margin: 6.4rem 0px 0px;
  }
}

@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;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    border-radius: 4px;
  }
  .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;
  }
  .page_stories {
    padding: 50px 0px;
  }
  .page_stories .swiper_btns {
    margin-bottom: 0px;
  }
  .page_stories .page_stories_swiper {
    width: 100%;
    margin: 30px 0px 0px;
    border-radius: 10px;
    padding: 20px;
  }
  .page_stories .page_stories_swiper .img {
    border-radius: 10px;
  }
  .page_stories .page_stories_swiper .info {
    padding: 0px;
  }
  .page_stories .page_stories_swiper .info h3 {
    font-size: 18px;
  }
  .page_stories .page_stories_swiper .info p {
    margin-top: 10px;
  }
  .page_stories .page_stories_swiper .info ul {
    margin-top: 14px;
  }
  .page_stories .page_stories_swiper .info ul li + li {
    margin-top: 10px;
  }
  .page_stories .page_stories_swiper .info ul li {
    padding-left: 25px;
  }
  .page_stories .page_stories_swiper .info ul li::before {
    width: 16px;
    height: 16px;
    top: 1px;
  }
  .page_stories .page_stories_swiper .info .btn {
    margin-top: 20px;
    line-height: 40px;
    min-width: 120px;
  }
}

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