* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #0096ff;
  --secondary: #0a6ac9;
  --title: #212121;
  --text: #4d4e4f;
  --bg: linear-gradient(to right, var(--secondary), var(--primary));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  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;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.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;
}
.syedittext .subtitle {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.syedittext h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 7.1rem;
}
.syedittext p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.btn {
  gap: 1.2rem;
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 6.8rem;
  border-radius: 100px;
  padding: 0px 4.3rem;
  min-width: 20.8rem;
  background-size: 200%;
  background-image: linear-gradient(
    to right,
    var(--secondary),
    var(--primary),
    var(--secondary)
  );
}
.btn::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home1-home_banner/assets/img/arrow-line-r-b.svg") center center / contain no-repeat;
}
.btn:hover {
  background-position: right center;
}
.btn:hover::after {
  transform: translateX(5px);
}
.home_banner {
  max-width: 256rem;
  margin: 0px auto;
  position: relative;
}
.home_banner .home_banner_swiper {
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .subtitle,
.home_banner .home_banner_swiper .swiper-slide-active .head h1,
.home_banner .home_banner_swiper .swiper-slide-active .head .title,
.home_banner .home_banner_swiper .swiper-slide-active .head p,
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  opacity: 1;
  transform: translate(0px);
  transition: 0.8s 0.9s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head h1,
.home_banner .home_banner_swiper .swiper-slide-active .head .title {
  transition: 0.8s 1s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head p {
  transition: 0.8s 1.1s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  transition: 0.8s 1.2s;
}
.home_banner .home_banner_swiper .swiper-slide {
  overflow: hidden;
  padding-bottom: 8.2rem;
}
.home_banner .home_banner_swiper .flex {
  min-height: 71rem;
  padding: 8rem 0px;
}
.home_banner .head {
  width: 41.4583%;
  padding-bottom: 1.6rem;
}
.home_banner .head .subtitle {
  margin-bottom: 1.3rem;
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s 0.9s;
}
.home_banner .head h1,
.home_banner .head .title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 7.1rem;
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s 0.9s;
}
.home_banner .head p {
  color: rgb(60, 63, 64);
  line-height: 3.2rem;
  margin-top: 2.4rem;
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s 0.9s;
}
.home_banner .head .more {
  margin-top: 3.4rem;
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s 0.9s;
}
.home_banner .home_banner_nav_swiper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 4.2rem;
  overflow: hidden;
  z-index: 2;
}
.home_banner .home_banner_nav_swiper .swiper-slide {
  color: rgb(107, 113, 117);
  font-weight: 500;
  border-top: 2px solid rgba(123, 160, 186, 0.25);
  position: relative;
  transition: color 0.3s;
  cursor: pointer;
  padding-top: 1.5rem;
}
.home_banner .home_banner_nav_swiper .swiper-slide::after {
  width: 0px;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  left: 0px;
  top: -2px;
  content: "";
}
.home_banner .home_banner_nav_swiper .swiper-slide-thumb-active {
  color: var(--title);
}
.home_banner .home_banner_nav_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: 5.9s linear;
}
.home_banner .btns {
  width: 98%;
  max-width: 178.6rem;
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.home_banner .btns div {
  pointer-events: all;
  width: 1.4rem;
  height: 2.4rem;
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home1-home_banner/assets/img/arrow-l.svg") center center / contain no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.home_banner .btns .swiper_next {
  transform: rotate(180deg);
}
.home_banner .btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
}
.home_banner .btns .swiper-button-disabled,
.home_banner .btns .swiper-button-lock {
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0px 3rem;
  }
  .home_banner .home_banner_swiper .flex {
    min-height: 64rem;
  }
  .home_banner .home_banner_nav_swiper {
    left: 3rem;
    right: 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h1 {
    font-size: 5rem;
    line-height: 1.3;
  }
  .btn,
  .btn_b {
    line-height: 6.2rem;
    padding: 0px 3rem;
    min-width: 16rem;
  }
  .home_banner .head h1,
  .home_banner .head .title {
    font-size: 5rem;
    line-height: 1.3;
  }
  .home_banner .home_banner_swiper .flex {
    min-height: 52rem;
    padding: 3rem 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 4rem;
  }
  .btn,
  .btn_b {
    line-height: 5.6rem;
  }
  .home_banner .home_banner_swiper .flex {
    min-height: 48rem;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding-bottom: 5rem;
  }
  .home_banner .head {
    padding: 0px;
  }
  .home_banner .head h1,
  .home_banner .head .title {
    font-size: 4rem;
  }
  .home_banner .head p {
    margin-top: 12px;
  }
  .home_banner .head .more {
    margin-top: 20px;
  }
  .home_banner .home_banner_nav_swiper {
    bottom: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 3.6rem;
  }
  .home_banner .head {
    width: 36%;
  }
  .home_banner .head h1,
  .home_banner .head .title {
    font-size: 3.6rem;
  }
  .home_banner .home_banner_swiper .swiper-slide > img {
    width: 116%;
    margin-left: -16%;
  }
}

@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 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .syedittext h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .btn,
  .btn_b {
    font-size: 14px;
    line-height: 42px;
    min-width: 120px;
    padding: 0px 20px;
  }
  .btn::after,
  .btn_b::after {
    width: 14px;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding-bottom: 50px;
  }
  .home_banner .home_banner_swiper .swiper-slide > img {
    width: 108%;
    margin-left: -8%;
  }
  .home_banner .home_banner_swiper .flex {
    padding: 30px 0px;
    min-height: unset;
  }
  .home_banner .head {
    padding: 0px;
  }
  .home_banner .head .subtitle {
    margin-bottom: 8px;
  }
  .home_banner .head h1,
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.3;
  }
  .home_banner .head p {
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_banner .head .more {
    margin-top: 20px;
  }
  .home_banner .home_banner_nav_swiper {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .home_banner .btns {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .home_banner {
    background-color: rgb(193, 220, 239);
  }
  .home_banner .home_banner_swiper .swiper-slide > img {
    display: none;
  }
  .home_banner .home_banner_swiper .flex {
    padding: 50px 0px;
  }
  .home_banner .head {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #0096ff;
  --secondary: #0a6ac9;
  --title: #212121;
  --text: #4d4e4f;
  --bg: linear-gradient(to right, var(--secondary), var(--primary));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.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;
}
.syedittext .subtitle {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6.6rem;
}
.syedittext p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.btn_cir {
  gap: 1.8rem;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
}
.btn_cir::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  filter: contrast(0) brightness(2);
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home2-home_about/assets/img/arrow-line-r-b.svg") center center / contain no-repeat;
}
.btn_cir::after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  transition: 0.3s;
  background-image: var(--bg);
}
.btn_cir:hover::after {
  transform: scale(1.1);
}
.home_about {
  overflow: hidden;
  padding-bottom: 4.6rem;
}
.home_about .head {
  flex: 1 1 0%;
  max-width: 64.4rem;
  padding: 5rem 0px;
  margin-top: 8.61111%;
}
.home_about .head .subtitle {
  margin-bottom: 1.5rem;
}
.home_about .head p {
  line-height: 3.2rem;
  margin-top: 4rem;
  max-width: 59.2rem;
}
.home_about .head .btn_cir {
  margin-top: 3.4rem;
}
.home_about .image {
  width: 50.8333%;
  position: relative;
  z-index: 3;
  margin: -3.33333% -4.30556% -13.1944% 0px;
}
.home_about .image .img {
  width: 85.1093%;
}
.home_about .image .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
  transform: translateY(-8%);
}
.home_about .card {
  width: calc(100% - 6rem);
  max-width: 156.4rem;
  margin: 0px auto;
  position: relative;
  color: rgb(255, 255, 255);
}
.home_about .inner {
  overflow: hidden;
  border-radius: 4rem;
  padding: 8.6rem 0px 7.2rem;
}
.home_about .mission {
  flex: 1 1 0%;
  gap: 3.6rem;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  align-self: center;
  padding: 1.8rem 0px 0.8rem;
}
.home_about .mission .icon {
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.24);
  margin-top: 3px;
}
.home_about .mission .icon img {
  display: block;
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.home_about .mission .syedittext h3 {
  font-weight: 600;
  font-size: 2.6rem;
}
.home_about .mission .syedittext p {
  max-width: 47.5rem;
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}
.home_about .hr {
  width: 1px;
  margin: 0px 5.97222%;
  background-color: rgba(255, 255, 255, 0.3);
}
.home_about .nums {
  flex: 1 1 0%;
  align-self: center;
  padding: 3.4rem 0px 0.6rem;
}
.home_about .nums ul {
  gap: 3rem;
  display: flex;
  padding-right: 18.2965%;
}
.home_about .nums li {
  flex: 1 1 0%;
}
.home_about .nums span {
  font-weight: 500;
  font-size: 5rem;
  line-height: 1;
}
.home_about .nums i {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1;
  padding-left: 1rem;
}
.home_about .nums p {
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}
.home_about .ball {
  width: 9.97443%;
  position: absolute;
  left: -6%;
  bottom: 0px;
  z-index: 2;
}
.home_about .ball img {
  transform: translateY(50%);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0px 3rem;
  }
  .home_about .nums ul {
    padding-right: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
  .home_about .hr {
    margin: 0px 3%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 3rem;
  }
  .home_about .head {
    margin-top: 5%;
  }
  .home_about .nums li:first-child {
    max-width: 40%;
  }
  .home_about .nums span {
    font-size: 4rem;
  }
}

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

@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 20px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .btn_cir {
    gap: 10px;
    font-size: 14px;
  }
  .btn_cir::before {
    width: 14px;
    height: 14px;
    right: 14px;
  }
  .btn_cir::after {
    width: 42px;
    height: 42px;
  }
  .home_about {
    padding-bottom: 30px;
  }
  .home_about .head {
    margin: 0px;
  }
  .home_about .head .subtitle {
    margin-bottom: 8px;
  }
  .home_about .head p {
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_about .head .btn_cir {
    margin-top: 20px;
  }
  .home_about .card {
    width: calc(100% - 40px);
  }
  .home_about .inner {
    padding: 30px 0px;
    border-radius: 15px;
  }
  .home_about .mission {
    gap: 15px;
    padding: 0px;
  }
  .home_about .mission .icon {
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
  .home_about .mission .syedittext h3 {
    font-size: 18px;
  }
  .home_about .mission .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_about .hr {
    margin: 0px 20px;
  }
  .home_about .nums {
    padding: 0px;
  }
  .home_about .nums ul {
    gap: 20px;
    padding: 0px;
  }
  .home_about .nums li:first-child {
    max-width: 40%;
  }
  .home_about .nums span {
    font-size: 30px;
  }
  .home_about .nums i {
    font-size: 20px;
  }
  .home_about .nums p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  .home_about .flex {
    display: block;
  }
  .home_about .image {
    width: 60%;
    margin-top: -80px;
    margin-left: auto;
  }
  .home_about .hr {
    width: 100%;
    height: 1px;
    margin: 20px 0px;
  }
}

.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: #0096ff;
  --secondary: #0a6ac9;
  --title: #212121;
  --text: #4d4e4f;
  --bg: linear-gradient(to right, var(--secondary), var(--primary));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  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;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.syedittext .subtitle {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6.6rem;
}
.syedittext p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.btn {
  gap: 1.2rem;
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 6.8rem;
  border-radius: 100px;
  padding: 0px 4.3rem;
  min-width: 20.8rem;
  background-size: 200%;
  background-image: linear-gradient(
    to right,
    var(--secondary),
    var(--primary),
    var(--secondary)
  );
}
.btn::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home4-home_contact/assets/img/arrow-line-r-b.svg") center center / contain no-repeat;
}
.btn:hover {
  background-position: right center;
}
.btn:hover::after {
  transform: translateX(5px);
}
.home_contact {
  max-width: 256rem;
  margin: 0px auto;
  position: relative;
}
.home_contact .inner {
  border-radius: 3.6rem;
  background-color: rgb(214, 236, 252);
  position: relative;
  z-index: 2;
  padding-bottom: 7.4rem;
}
.home_contact .bgs {
  position: absolute;
  inset: 0px;
  z-index: -1;
  overflow: hidden;
  border-radius: 3.6rem;
}
.home_contact .bg1 {
  width: 27.9167%;
  position: absolute;
  right: -10%;
  bottom: 0px;
}
.home_contact .bg1 img {
  transform: translateY(-20%);
}
.home_contact .bg2 {
  width: 26.7188%;
  position: absolute;
  left: -10%;
  bottom: 0px;
}
.home_contact .bg2 img {
  transform: translateY(20%);
}
.home_contact .head {
  flex: 1 1 0%;
  max-width: 61.6rem;
  padding: 5rem 0px;
  margin-top: 4.44444%;
}
.home_contact .head p {
  color: var(--text);
  margin-top: 2.8rem;
}
.home_contact .head .btn {
  margin-top: 3.5rem;
}
.home_contact .image {
  width: 55.8333%;
  margin: -8.47222% -2.91667% -7.29167% 0px;
}
.home_contact .con {
  width: calc(100% - 6rem);
  max-width: 165rem;
  margin: 0px auto;
  border-radius: 4rem;
  background-color: rgb(255, 255, 255);
  padding: 6.6rem 0px 5.8rem;
  position: relative;
  z-index: 3;
}
.home_contact .lt {
  flex: 1 1 0%;
  max-width: 25.6rem;
}
.home_contact h3 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.3rem;
}
.home_contact .home_contact_swiper {
  width: 73.3333%;
  overflow: hidden;
}
.home_contact .home_contact_swiper .active .line::before {
  opacity: 0;
}
.home_contact .home_contact_swiper .active .line .bar {
  opacity: 1;
  width: 100%;
  transition:
    width 2.5s linear,
    opacity 0.3s;
}
.home_contact .home_contact_swiper .active .icon::before {
  opacity: 1;
}
.home_contact .home_contact_swiper .active .icon img {
  filter: contrast(0) brightness(2);
}
.home_contact .home_contact_swiper .swiper-slide {
  position: relative;
}
.home_contact .home_contact_swiper .swiper-slide:last-child .line {
  display: none;
}
.home_contact .home_contact_swiper .line {
  width: 43.1818%;
  position: absolute;
  right: 0px;
  top: 4.7rem;
  transform: translateX(50%);
}
.home_contact .home_contact_swiper .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgb(150, 150, 150);
  transition: 0.3s;
}
.home_contact .home_contact_swiper .line .bar {
  height: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  background-image: linear-gradient(to right, transparent, var(--primary));
}
.home_contact .home_contact_swiper .line .bar::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: var(--bg);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(50%, -50%);
}
.home_contact .home_contact_swiper .icon {
  width: 9.4rem;
  height: 9.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  background-color: rgb(222, 240, 254);
}
.home_contact .home_contact_swiper .icon::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0px;
  z-index: -1;
  border-radius: 50%;
  background-image: var(--bg);
  transition: 0.3s;
  opacity: 0;
}
.home_contact .home_contact_swiper .icon img {
  display: block;
  width: 45%;
  height: 45%;
  object-fit: contain;
  transition: 0.3s;
}
.home_contact .home_contact_swiper .syedittext {
  padding: 0px 1rem;
  text-align: center;
}
.home_contact .home_contact_swiper .syedittext h4 {
  font-weight: 500;
  font-size: 2.26rem;
  margin-top: 2.2rem;
}
.home_contact .ball1 {
  width: 7.34375%;
  position: absolute;
  left: 5%;
  top: 0px;
  z-index: 2;
}
.home_contact .ball1 img {
  transform: translateY(-50%);
}
.home_contact .ball2 {
  width: 9.11458%;
  position: absolute;
  right: 2%;
  bottom: 0px;
  z-index: 2;
}
.home_contact .ball2 img {
  transform: translateY(60%);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0px 3rem;
  }
  .home_contact .image {
    margin-right: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
  .btn,
  .btn_b {
    line-height: 6.2rem;
    padding: 0px 3rem;
    min-width: 16rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 3rem;
  }
  .btn,
  .btn_b {
    line-height: 5.6rem;
  }
  .home_contact .home_contact_swiper .line {
    width: 36%;
    top: 3.9rem;
  }
  .home_contact .home_contact_swiper .syedittext h4 {
    font-size: 2rem;
  }
  .home_contact .home_contact_swiper .icon {
    width: 8rem;
    height: 8rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 2.6rem;
  }
  .home_contact .home_contact_swiper .syedittext h4 {
    font-size: 1.7rem;
  }
}

@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 20px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .btn,
  .btn_b {
    font-size: 14px;
    line-height: 42px;
    min-width: 120px;
    padding: 0px 20px;
  }
  .btn::after,
  .btn_b::after {
    width: 14px;
  }
  .home_contact .inner {
    border-radius: 15px;
    padding-bottom: 30px;
  }
  .home_contact .bgs {
    border-radius: 15px;
  }
  .home_contact .head {
    margin: 0px;
  }
  .home_contact .head p {
    margin-top: 12px;
  }
  .home_contact .head .btn {
    margin-top: 20px;
  }
  .home_contact .image {
    margin-right: 0px;
  }
  .home_contact .con {
    padding: 30px 0px;
    border-radius: 15px;
  }
  .home_contact h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .home_contact .home_contact_swiper .icon {
    width: 50px;
    height: 50px;
  }
  .home_contact .home_contact_swiper .line {
    top: 24px;
  }
  .home_contact .home_contact_swiper .syedittext {
    padding: 0px 5px;
  }
  .home_contact .home_contact_swiper .syedittext h4 {
    font-size: 13px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 576px) {
  .home_contact .flex {
    display: block;
  }
  .home_contact .image {
    margin-top: -100px;
    margin-left: auto;
  }
  .home_contact .con {
    overflow: hidden;
    width: calc(100% - 40px);
  }
  .home_contact .lt {
    max-width: unset;
  }
  .home_contact .home_contact_swiper {
    width: 100%;
    margin-top: 20px;
    overflow: visible;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #0096ff;
  --secondary: #0a6ac9;
  --title: #212121;
  --text: #4d4e4f;
  --bg: linear-gradient(to right, var(--secondary), var(--primary));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0px auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.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);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.syedittext .subtitle {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6.6rem;
}
.syedittext p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.swiper_btns {
  gap: 4rem;
  display: flex;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  transition: 0.3s;
  background-color: rgb(0, 35, 76);
  border: 1px solid rgb(0, 35, 76);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home5-home_advantage/assets/img/arrow-line-l-b.svg") center center / contain no-repeat;
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  border-color: rgb(123, 142, 158);
  background-color: transparent;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.advantage_list .active .item {
  box-shadow: rgba(151, 211, 255, 0.45) 0px 1rem 1rem;
}
.advantage_list .active .item::after {
  opacity: 1;
}
.advantage_list .active .top::after {
  opacity: 1;
}
.advantage_list .active .icon {
  background-color: rgb(255, 255, 255);
}
.advantage_list .active .icon img {
  filter: none;
}
.advantage_list .active .syedittext {
  overflow: auto;
  transform: translate(0px);
}
.advantage_list .active .syedittext h3 {
  color: rgb(255, 255, 255);
}
.advantage_list .item {
  display: block;
  height: 40rem;
  position: relative;
  z-index: 2;
  border-radius: 3rem;
  padding: 10.7143%;
  overflow: hidden;
  transition: 0.3s;
}
.advantage_list .item:hover .top::after {
  transform: rotate(45deg);
}
.advantage_list .item::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -2;
  border-radius: 3rem;
  box-sizing: border-box;
  border: 1px solid rgb(197, 213, 221);
  background-color: rgba(255, 255, 255, 0.91);
}
.advantage_list .item::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  border-radius: 3rem;
  background-image: var(--bg);
}
.advantage_list .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.advantage_list .top::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0;
  transition: 0.3s;
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home5-home_advantage/assets/img/arrow-tr-w.svg") center center / contain no-repeat;
}
.advantage_list .icon {
  width: 8.6rem;
  height: 8.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  background-color: rgb(223, 239, 253);
}
.advantage_list .icon img {
  display: block;
  width: 45%;
  height: 45%;
  object-fit: contain;
  transition: 0.3s;
  filter: contrast(0) brightness(0);
}
.advantage_list .syedittext {
  height: 17.2rem;
  margin-top: 24.2424%;
  transition: 0.3s;
  transform: translateY(10rem);
}
.advantage_list .syedittext::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
}
.advantage_list .syedittext h3 {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.4rem;
  transition: 0.3s;
}
.advantage_list .syedittext p {
  font-weight: 300;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}
.home_advantage {
  overflow: hidden;
  padding: 10.2rem 0px 5.6rem;
}
.home_advantage .head {
  flex: 1 1 0%;
  max-width: 79.6rem;
}
.home_advantage .head p {
  color: var(--text);
  max-width: 70.2rem;
  margin-top: 3rem;
}
.home_advantage .swiper_box {
  max-width: 256rem;
  margin: 6.8rem auto 0px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.home_advantage .swiper_box .bg {
  width: 123.333%;
  position: absolute;
  right: -3.9583%;
  bottom: 0px;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
}

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

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

@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 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .swiper_btns {
    gap: 15px;
  }
  .swiper_btns div {
    width: 42px;
    height: 42px;
  }
  .advantage_list .active .syedittext p {
    color: rgba(255, 255, 255, 0.8);
  }
  .advantage_list .item {
    height: 100%;
    padding: 20px;
    border-radius: 15px;
  }
  .advantage_list .item::before {
    border-radius: 15px;
  }
  .advantage_list .item::after {
    border-radius: 15px;
  }
  .advantage_list .top::after {
    width: 15px;
    height: 15px;
  }
  .advantage_list .icon {
    width: 50px;
    height: 50px;
  }
  .advantage_list .syedittext {
    height: auto;
    margin-top: 20px;
    transform: translate(0px);
  }
  .advantage_list .syedittext h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .advantage_list .syedittext p {
    color: var(--text);
    margin-top: 12px;
  }
  .home_advantage {
    padding: 50px 0px 30px;
  }
  .home_advantage .head p {
    margin-top: 12px;
  }
  .home_advantage .swiper_box {
    padding: 0px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .home_advantage .flex {
    flex-direction: column;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #0096ff;
  --secondary: #0a6ac9;
  --title: #212121;
  --text: #4d4e4f;
  --bg: linear-gradient(to right, var(--secondary), var(--primary));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  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;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.syedittext .subtitle {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6.6rem;
}
.syedittext p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.home_support {
  position: relative;
  z-index: 2;
  padding: 7.6rem 0px 6rem;
  overflow: hidden;
}
.home_support .bg {
  position: absolute;
  inset: 0px;
  z-index: -2;
  opacity: 0.78;
  pointer-events: none;
  background-image: linear-gradient(
    to right,
    rgb(149, 201, 244) 0%,
    rgb(249, 251, 255) 55%,
    rgb(149, 201, 244) 100%
  );
}
.home_support .bg::before,
.home_support .bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: -1px 0px 60%;
  background-image: linear-gradient(to top, transparent, rgb(255, 255, 255));
}
.home_support .bg::after {
  top: 60%;
  bottom: -1px;
  transform: rotate(180deg);
}
.home_support .home_support_swiper {
  margin-top: -2.08333%;
  padding-bottom: 6.4rem;
}
.home_support .home_support_swiper .active .cir::before {
  opacity: 1;
}
.home_support .home_support_swiper .active .cir::after {
  filter: contrast(0) brightness(2);
}
.home_support .home_support_swiper .swiper-slide {
  max-width: 35rem;
}
.home_support .home_support_swiper .swiper-slide:nth-child(3n + 2) {
  transform: translateY(6.4rem);
}
.home_support .home_support_swiper .swiper-slide:nth-child(3n + 2) .arrow {
  width: 44.5714%;
  margin-top: 45%;
}
.home_support .home_support_swiper .swiper-slide:nth-child(3n + 3) {
  transform: translateY(2.2rem);
}
.home_support .home_support_swiper .swiper-slide:nth-child(3n + 3) .arrow {
  right: -55%;
  margin-top: 55%;
}
.home_support .home_support_swiper .swiper-slide:last-child .arrow {
  display: none;
}
.home_support .home_support_swiper .arrow {
  width: 48.5714%;
  position: absolute;
  right: -50%;
  margin-top: 60%;
}
.home_support .home_support_swiper .image {
  width: 130.286%;
  margin: 0px -15.1429% -10%;
}
.home_support .home_support_swiper .syedittext {
  text-align: center;
}
.home_support .home_support_swiper .syedittext h3 {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.2rem;
}
.home_support .home_support_swiper .syedittext p {
  color: var(--text);
  margin-top: 2rem;
}
.home_support .home_support_swiper .cir {
  width: 5rem;
  height: 5rem;
  margin: 1.6rem auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.home_support .home_support_swiper .cir:hover::before {
  transform: scale(1.1);
}
.home_support .home_support_swiper .cir::before {
  content: "";
  position: absolute;
  inset: 0px;
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  transition: 0.3s;
  background-image: var(--bg);
}
.home_support .home_support_swiper .cir::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  transition: 0.3s;
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home6-home_support/assets/img/arrow-line-r-b.svg") center center / contain no-repeat;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
}

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

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

@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 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_support {
    padding: 50px 0px;
  }
  .home_support .home_support_swiper {
    margin: 0px;
    padding: 0px;
  }
  .home_support .home_support_swiper .swiper-slide {
    max-width: 235px;
  }
  .home_support .home_support_swiper .swiper-slide:nth-child(3n + 2) {
    transform: translate(0px);
  }
  .home_support .home_support_swiper .swiper-slide:nth-child(3n + 2) .arrow {
    width: 40%;
    right: -40%;
    margin-top: 40%;
  }
  .home_support .home_support_swiper .swiper-slide:nth-child(3n + 3) {
    transform: translate(0px);
  }
  .home_support .home_support_swiper .swiper-slide:nth-child(3n + 3) .arrow {
    width: 40%;
    right: -40%;
    margin-top: 40%;
  }
  .home_support .home_support_swiper .swiper-slide .arrow {
    width: 40%;
    right: -40%;
    margin-top: 40%;
  }
  .home_support .home_support_swiper .image {
    width: 100%;
    margin: 0px;
  }
  .home_support .home_support_swiper .syedittext h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .home_support .home_support_swiper .syedittext p {
    margin-top: 12px;
  }
  .home_support .home_support_swiper .cir {
    width: 42px;
    height: 42px;
    margin-top: 15px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #0096ff;
  --secondary: #0a6ac9;
  --title: #212121;
  --text: #4d4e4f;
  --bg: linear-gradient(to right, var(--secondary), var(--primary));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.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 .subtitle {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6.6rem;
}
.syedittext p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.swiper_btns {
  gap: 4rem;
  display: flex;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  transition: 0.3s;
  background-color: rgb(0, 35, 76);
  border: 1px solid rgb(0, 35, 76);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home7-home_testimonial/assets/img/arrow-line-l-b.svg") center center / contain no-repeat;
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  border-color: rgb(123, 142, 158);
  background-color: transparent;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
div.swiper-pagination.swiper-pagination-bullets {
  position: static;
  gap: 2px;
  display: flex;
}
div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
  opacity: 1;
  width: 12px;
  height: 12px;
  transition: 0.3s linear;
  transform: scale(0.666667);
  background-color: rgb(170, 170, 170);
}
div.swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  transform: scale(1);
  background-color: rgb(22, 22, 22);
}
.home_testimonial {
  padding: 6rem 0px 4rem;
  overflow: hidden;
}
.home_testimonial .inner {
  position: relative;
  z-index: 2;
  max-width: 256rem;
  margin: 0px auto;
}
.home_testimonial .bg {
  width: 114.219%;
  position: absolute;
  right: -7.1875%;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.home_testimonial .lt {
  flex: 1 1 0%;
  max-width: 47.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_testimonial .head {
  margin-top: -2rem;
}
.home_testimonial .users {
  max-width: 29rem;
}
.home_testimonial .users ul {
  display: flex;
  position: relative;
  padding-bottom: 24.1379%;
}
.home_testimonial .users li {
  position: absolute;
  left: 77.2414%;
  top: 0px;
  width: 24.1379%;
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(0.8);
}
.home_testimonial .users li.active {
  transform: scale(1);
}
.home_testimonial .users li.active1 {
  left: 0px;
  z-index: 2;
}
.home_testimonial .users li.active2 {
  left: 19.3103%;
  z-index: 3;
}
.home_testimonial .users li.active3 {
  left: 38.6207%;
  z-index: 4;
}
.home_testimonial .users li.active4 {
  left: 57.931%;
  z-index: 5;
}
.home_testimonial .users .img {
  --h: 100%;
  border-radius: 50%;
}
.home_testimonial .users .add {
  z-index: 6;
  left: 77.2414%;
  padding-bottom: 24.1379%;
  cursor: pointer;
  transition: 0.3s;
  transform: scale(1);
  background-color: var(--primary);
}
.home_testimonial .users .add::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home7-home_testimonial/assets/img/icon-plus.svg") center center / contain no-repeat;
}
.home_testimonial .users .add:hover {
  background-color: var(--title);
}
.home_testimonial .users .add:hover::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.home_testimonial .users .label {
  color: rgb(91, 91, 91);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-top: 2.2rem;
}
.home_testimonial .users .label span {
  color: var(--title);
}
.home_testimonial .rt {
  width: 56.4583%;
}
.home_testimonial .home_testimonial_swiper {
  color: rgb(255, 255, 255);
  cursor: grab;
}
.home_testimonial .home_testimonial_swiper:active {
  cursor: grabbing;
}
.home_testimonial .home_testimonial_swiper .swiper-slide {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
}
.home_testimonial .home_testimonial_swiper .swiper-slide-active {
  z-index: 5;
}
.home_testimonial .home_testimonial_swiper .swiper-slide-active .item {
  transform: translate(0px);
}
.home_testimonial .home_testimonial_swiper .swiper-slide-active .item::before {
  opacity: 1;
}
.home_testimonial .home_testimonial_swiper .swiper-slide-active .item::after {
  opacity: 0;
}
.home_testimonial .home_testimonial_swiper .swiper-slide-prev,
.home_testimonial .home_testimonial_swiper .swiper-slide-next {
  z-index: 3;
}
.home_testimonial .home_testimonial_swiper .swiper-slide-prev .item,
.home_testimonial .home_testimonial_swiper .swiper-slide-next .item {
  transform: translate(1.1rem, 1.1rem);
}
.home_testimonial .home_testimonial_swiper .swiper-slide-prev .item::before,
.home_testimonial .home_testimonial_swiper .swiper-slide-next .item::before {
  opacity: 0.5;
}
.home_testimonial .home_testimonial_swiper .item {
  position: relative;
  overflow: hidden;
  border-radius: 2.8rem;
  padding: 7.13407% 6.88807%;
  transition: 0.3s;
  transform: translate(2.2rem, 2.2rem);
  background-color: rgb(255, 255, 255);
}
.home_testimonial .home_testimonial_swiper .item::before {
  content: "";
  position: absolute;
  inset: 0px;
  opacity: 0.27;
  z-index: -2;
  border-radius: 2.8rem;
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home7-home_testimonial/assets/img/testimonials-bg.jpg") center center / cover no-repeat;
}
.home_testimonial .home_testimonial_swiper .item::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 2.8rem;
  background-color: rgb(255, 255, 255);
}
.home_testimonial .home_testimonial_swiper .stars {
  height: 2.1rem;
}
.home_testimonial .home_testimonial_swiper .stars img {
  width: auto;
}
.home_testimonial .home_testimonial_swiper .con {
  margin-top: 2rem;
  height: 20rem;
  overflow: auto;
}
.home_testimonial .home_testimonial_swiper .con p {
  font-size: 2.4rem;
  line-height: 4rem;
}
.home_testimonial .home_testimonial_swiper .user {
  gap: 2.6rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  margin-top: 3.5rem;
}
.home_testimonial .home_testimonial_swiper .user .avatar {
  padding: 0.5rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.home_testimonial .home_testimonial_swiper .user .avatar .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.home_testimonial .home_testimonial_swiper .user .syedittext strong {
  font-weight: 600;
  font-size: 2.2rem;
}
.home_testimonial .home_testimonial_swiper .user .syedittext p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.home_testimonial .controls {
  width: 56.4583%;
  margin-top: 5.8rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_testimonial .swiper-pagination {
  grid-column-start: 2;
}
.home_testimonial .swiper_btns {
  justify-content: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
}

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

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

@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 20px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .swiper_btns {
    gap: 15px;
  }
  .swiper_btns div {
    width: 42px;
    height: 42px;
  }
  .home_testimonial {
    padding: 50px 0px 30px;
  }
  .home_testimonial .lt {
    gap: 30px;
  }
  .home_testimonial .head {
    margin: 0px;
  }
  .home_testimonial .users {
    max-width: 80%;
  }
  .home_testimonial .users .label {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .home_testimonial .home_testimonial_swiper .item {
    padding: 20px;
    border-radius: 15px;
  }
  .home_testimonial .home_testimonial_swiper .item::before,
  .home_testimonial .home_testimonial_swiper .item::after {
    border-radius: 15px;
  }
  .home_testimonial .home_testimonial_swiper .stars {
    height: 15px;
  }
  .home_testimonial .home_testimonial_swiper .con {
    margin: 0px;
    height: auto;
  }
  .home_testimonial .home_testimonial_swiper .con p {
    font-size: 16px;
    line-height: 1.5;
  }
  .home_testimonial .home_testimonial_swiper .user {
    margin-top: 30px;
    gap: 15px;
  }
  .home_testimonial .home_testimonial_swiper .user .avatar {
    width: 60px;
    height: 60px;
  }
  .home_testimonial .home_testimonial_swiper .user .syedittext strong {
    font-size: 16px;
  }
  .home_testimonial .home_testimonial_swiper .user .syedittext p {
    font-size: 14px;
    margin-top: 8px;
  }
  .home_testimonial .controls {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .home_testimonial .flex {
    display: block;
  }
  .home_testimonial .rt {
    width: 100%;
    margin-top: 30px;
  }
  .home_testimonial .controls {
    width: 100%;
  }
}

.tools_template_vendor .tools_template_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_template_vendor .tools_template_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid;
}
.tools_template_vendor .tools_template_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;
}

.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;
}
.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;
}