* {
  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: 3.4%;
}
.page_banner h1 {
  max-width: 54.4rem;
}
.page_banner p {
  margin-top: 2.1rem;
}
.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%;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  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;
}
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;
}
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);
}
.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_software {
  padding: 24.9rem 0px 16.4rem;
  z-index: 1;
}
.page_software .subtitle {
  margin-bottom: 0.7rem;
}
.page_software h2 {
  max-width: 45rem;
}
.page_software p {
  max-width: 66.5rem;
  hyphens: auto;
  margin-top: 4rem;
}
.page_software .flex {
  margin-top: 6.3rem;
}
.page_software .imgs {
  width: 68.4848%;
  position: relative;
  margin-left: -1.81818%;
}
.page_software .imgs ul {
  position: static;
  padding-bottom: 51.6593%;
}
.page_software .imgs li {
  position: absolute;
  border: 1px solid rgb(223, 227, 232);
  background-color: rgb(255, 255, 255);
  padding: 0.7rem;
  box-shadow: rgba(194, 201, 206, 0.45) 0px 1rem 1rem;
  border-radius: 2rem;
}
.page_software .imgs li .img {
  border-radius: 2rem;
}
.page_software .imgs li:hover img {
  transform: scale(1.02);
}
.page_software .imgs li:nth-child(1) {
  left: 0px;
  top: 0px;
  width: 93.1416%;
  border-radius: 1.8rem;
}
.page_software .imgs li:nth-child(1) .img {
  --h: 52.25233567%;
  border-radius: 1.4rem;
}
.page_software .imgs li:nth-child(2) {
  right: 0px;
  bottom: 0px;
  width: 24.4469%;
}
.page_software .imgs li:nth-child(2) .img {
  --h: 207.183036%;
}
.page_software .info {
  flex: 1 1 0%;
  width: 100%;
  max-width: 35.2rem;
  padding-top: 0.3%;
}
.page_software .info p {
  margin-top: 0px;
}
.page_software .info ul {
  margin-top: 5rem;
}
.page_software .info ul li + li {
  margin-top: 1.7rem;
}
.page_software .info ul li {
  position: relative;
  padding-left: 4.8rem;
}
.page_software .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/products7-page_software-img_bg/assets/img/gou-full.svg") center center / contain no-repeat;
}
.page_software .info .btn {
  margin-top: 4rem;
}
.page_software {
  padding-top: 20.6rem;
  padding-bottom: 21rem;
  margin-bottom: -6.8rem;
}
@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;
  }
  .page_software {
    padding: 50px 0px;
  }
  .page_software .flex {
    margin-top: 20px;
  }
  .page_software .flex .imgs {
    margin: 0px;
  }
  .page_software .flex .info {
    padding: 0px;
  }
  .page_software .imgs {
    width: 50%;
  }
  .page_software .imgs li {
    padding: 5px;
    border-radius: 10px;
  }
  .page_software .imgs li .img {
    border-radius: 10px;
  }
  .page_software .imgs li:nth-child(1) {
    border-radius: 10px;
  }
  .page_software .imgs li:nth-child(1) .img {
    border-radius: 10px;
  }
  .page_software .info ul {
    margin-top: 14px;
  }
  .page_software .info ul li + li {
    margin-top: 10px;
  }
  .page_software .info ul li {
    padding-left: 25px;
  }
  .page_software .info ul li::before {
    width: 16px;
    height: 16px;
    top: 1px;
  }
  .page_software .info .btn {
    margin-top: 20px;
  }
  .page_software {
    padding: 50px 0px;
    margin: 0px;
  }
}

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