 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.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;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
:root {
--title_color:#161616;
--theme_color:#119c60;
--icon:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.service_main2 {
 padding: 136px 0px 184px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1220px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 1.25rem;
 }
.service_main2 .sidebar {
 width: 230px;
 position: sticky;
 top: 120px;
 }
ul {
 list-style: none;
 }
.service_main2 .sidebar ul {
 counter-reset: nav 0;
 }
.service_main2 .sidebar ul li {
 counter-increment: nav 1;
 position: relative;
 z-index: 2;
 margin-bottom: 28px;
 }
.service_main2 .sidebar ul li::before {
 content: "0" counter(nav);
 display: flex;
 align-items: center;
 justify-content: center;
 width: 2rem;
 height: 2rem;
 border-radius: 50%;
 background-color: var(--title_color);
 transition: all 0.3s ease 0s;
 position: absolute;
 left: 9px;
 top: 9px;
 z-index: 2;
 font-size: 14px;
 font-weight: 500;
 color: rgb(255, 255, 255);
 pointer-events: none;
 }
.service_main2 .sidebar ul li::after {
 content: "";
 display: block;
 width: 1px;
 height: calc(100% + 28px);
 position: absolute;
 left: 25px;
 top: 9px;
 z-index: -1;
 pointer-events: none;
 border-left: 1px dashed rgba(36, 36, 36, 0.15);
 }
.service_main2 .sidebar ul li.active::before, .service_main2 .sidebar ul li:hover::before {
 background-color: var(--theme_color);
 }
a {
 color: var(--title_color);
 text-decoration: none;
 font-size: 1rem;
 }
.service_main2 .sidebar ul li a {
 position: relative;
 display: grid;
 align-items: center;
 gap: 10px;
 grid-template-columns: auto 1fr;
 color: rgb(117, 117, 117);
 font-size: 17px;
 line-height: 20px;
 font-weight: 500;
 transition: all 0.3s ease 0s;
 height: 50px;
 }
.service_main2 .sidebar ul li a::before {
 content: "";
 display: block;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 transition: all 0.3s ease 0s;
 opacity: 0;
 background-color: rgba(17, 156, 96, 0.13);
 align-self: start;
 }
.service_main2 .sidebar ul li a::after {
 content: "";
 display: block;
 position: absolute;
 left: 24px;
 bottom: calc(100% - 41px);
 width: 3px;
 height: 78px;
 background-color: var(--theme_color);
 transition: all 0.3s ease 0s;
 opacity: 0;
 pointer-events: none;
 border-radius: 100px;
 }
.service_main2 .sidebar ul li:first-child a::after {
 display: none;
 }
.service_main2 .sidebar ul li.active a, .service_main2 .sidebar ul li:hover a {
 color: var(--theme_color);
 }
.service_main2 .sidebar ul li.active a::before, .service_main2 .sidebar ul li:hover a::before {
 opacity: 1;
 }
.service_main2 .sidebar ul li.active a {
 font-weight: 600;
 }
.service_main2 .sidebar ul li.active a::after {
 opacity: 1;
 }
.service_main2 .sidebar ul li:last-child::after {
 display: none;
 }
.service_main2 .detail {
 flex: 1 1 0%;
 max-width: 968px;
 color: rgb(61, 61, 61);
 font-size: 20px;
 line-height: 1.6;
 font-weight: 300;
 overflow: hidden;
 }
.content .content {
 padding: 0px;
 }
.service_main2 .detail .content {
 padding: 0px;
 }
.service_main2 .detail .content > :first-child {
 margin-top: 0px;
 }
.service_main2 .detail .content > h2 {
 margin: 68px 0px 34px;
 }
.service_main2 .detail h2 {
 font-size: 3rem;
 line-height: 62px;
 font-weight: 700;
 color: var(--title_color);
 }
.service_main2 .detail .content > p {
 margin: 24px 0px;
 }
.service_main2 .detail .content > img {
 margin: 40px 0px;
 }
.service_main2 .detail img {
 max-width: 100%;
 height: auto;
 display: block;
 }
.service_main2 .process {
 margin: 52px 0px;
 }
.service_main2 .process h2 {
 margin-bottom: 10px;
 }
.service_main2 .process .service_process_swiper {
 margin-top: 50px;
 overflow: hidden;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.service_main2 .process .service_process_swiper .swiper-slide {
 text-align: center;
 position: relative;
 z-index: 2;
 }
.service_main2 .process .service_process_swiper .swiper-slide::before {
 content: "";
 display: block;
 width: calc(100% + 30px);
 height: 1px;
 border-top: 2px dashed rgba(36, 36, 36, 0.15);
 position: absolute;
 z-index: -2;
 left: 50%;
 top: 158px;
 }
.service_main2 .process .service_process_swiper .swiper-slide::after {
 content: "";
 display: block;
 width: 0px;
 height: 2px;
 background-color: var(--theme_color);
 transition: all 2.5s linear 0s;
 position: absolute;
 left: 50%;
 top: 158px;
 z-index: -1;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.service_main2 .process .service_process_swiper .icon {
 width: 108px;
 margin: 0px auto;
 background-color: rgb(255, 255, 255);
 border-radius: 1rem;
 overflow: hidden;
 box-shadow: rgba(157, 157, 157, 0.2) 0px 10px 10px;
 }
.service_main2 .process .service_process_swiper .icon::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 background: var(--icon) no-repeat center / contain;
 transition: all 0.3s ease 0s;
 filter: contrast(0) brightness(0);
 }
.service_main2 .process .service_process_swiper .order {
 margin: 2rem auto 0px;
 display: inline-block;
 vertical-align: top;
 line-height: 36px;
 text-align: center;
 border-radius: 100px;
 color: rgb(255, 255, 255);
 font-size: 1rem;
 font-weight: 600;
 background-color: var(--title_color);
 transition: all 0.3s ease 0s;
 padding: 0px 5px;
 min-width: 36px;
 position: relative;
 }
.service_main2 .process .service_process_swiper .order::after {
 content: "";
 display: block;
 width: calc(100% + 20px);
 height: calc(100% + 20px);
 border-radius: 100px;
 background-color: rgba(17, 156, 96, 0.21);
 transition: all 0.3s ease 0s;
 position: absolute;
 z-index: -2;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%) scale(0.5);
 }
.service_main2 .process .service_process_swiper h3 {
 margin-top: 30px;
 color: rgb(96, 96, 96);
 font-size: 19px;
 line-height: 30px;
 font-weight: 700;
 transition: all 0.3s ease 0s;
 }
.service_main2 .process .service_process_swiper p {
 margin-top: 10px;
 color: rgb(76, 76, 76);
 font-size: 1rem;
 line-height: 28px;
 font-weight: 300;
 }
.service_main2 .process .service_process_swiper .swiper-slide:last-child::before, .service_main2 .process .service_process_swiper .swiper-slide:last-child::after {
 display: none;
 }
.service_main2 .why {
 padding: 52px 0px;
 }
.service_main2 .why h2 {
 margin-bottom: 6px;
 }
.service_main2 .why .service_why_swiper {
 overflow: hidden;
 margin: 42px -10px 0px;
 width: calc(100% + 20px);
 padding: 10px;
 }
.service_main2 .why .service_why_swiper .swiper-slide {
 max-width: 305px;
 border-radius: 8px;
 overflow: hidden;
 background-color: rgb(255, 255, 255);
 box-shadow: rgba(192, 192, 192, 0.35) 0px 0px 10px;
 text-align: center;
 position: relative;
 z-index: 2;
 padding: 68px 2.623% 76px;
 }
.service_main2 .why .service_why_swiper .swiper-slide::before {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 inset: 0px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/about-why-bg.jpg") center center / cover no-repeat;
 transition: all 0.3s ease 0s;
 opacity: 0;
 }
.service_main2 .why .service_why_swiper .swiper-slide::after {
 content: "";
 display: block;
 width: 14px;
 height: 10px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 position: absolute;
 left: 50%;
 bottom: 75px;
 transform: translateX(-50%);
 transition: all 0.3s ease 0s;
 }
.service_main2 .why .service_why_swiper .swiper-slide.active::before {
 opacity: 1;
 }
.service_main2 .why .service_why_swiper .swiper-slide.active::after {
 opacity: 0;
 transform: translate(-50%, -2rem);
 }
.service_main2 .why .service_why_swiper .swiper-slide .title {
 position: relative;
 transition: all 0.3s ease 0s;
 transform: translateY(28px);
 }
.service_main2 .why .service_why_swiper .swiper-slide.active .title {
 transform: translate(0px);
 }
.service_main2 .why .service_why_swiper .swiper-slide .title .icon {
 width: 78px;
 height: 78px;
 border-radius: 50%;
 transition: all 0.3s ease 0s;
 background-color: var(--theme_color);
 margin: 0px auto;
 }
.service_main2 .why .service_why_swiper .swiper-slide.active .title .icon {
 background-color: rgb(255, 255, 255);
 }
i {
 font-style: normal;
 }
.service_main2 .why .service_why_swiper .swiper-slide .title .icon i {
 display: block;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background: center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 filter: contrast(0) brightness(2);
 }
.service_main2 .why .service_why_swiper .swiper-slide.active .title .icon i {
 filter: none;
 }
.service_main2 .why .service_why_swiper .swiper-slide .title h3 {
 color: rgb(35, 35, 35);
 font-size: 20px;
 line-height: 27px;
 font-weight: 700;
 transition: all 0.3s ease 0s;
 margin-top: 26px;
 }
.service_main2 .why .service_why_swiper .swiper-slide.active .title h3 {
 color: rgb(255, 255, 255);
 transform: translateY(-5px);
 }
.service_main2 .why .service_why_swiper .swiper-slide p {
 color: rgb(255, 255, 255);
 font-size: 18px;
 font-weight: 200;
 line-height: 26px;
 transition: all 0.4s ease 0s;
 opacity: 0;
 transform: translateY(28px);
 margin-top: 5px;
 }
.service_main2 .why .service_why_swiper .swiper-slide.active p {
 opacity: 0.8;
 transform: translate(0px);
 }
.service_main2 .services {
 padding: 52px 0px 90px;
 }
.flex_middle {
 align-items: center;
 }
.service_main2 .services .main {
 margin-top: 28px;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.service_main2 .services .main, .service_main2 .report .main, .service_main2 .parameters .main {
 flex-direction: column-reverse;
 gap: 2rem;
 }}
.service_main2 .services .intro {
 flex: 1 1 0%;
 max-width: 474px;
 position: relative;
 z-index: 2;
 }
.service_main2 .services .intro::before {
 content: "";
 display: block;
 width: 1px;
 height: 100%;
 background-color: rgb(221, 221, 221);
 position: absolute;
 z-index: -1;
 left: 1px;
 top: 0px;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.service_main2 .services .main .intro, .service_main2 .report .main .intro, .service_main2 .parameters .main .intro {
 max-width: unset;
 }}
.service_main2 .services .intro .item {
 padding-left: 28px;
 position: relative;
 transition: all 0.3s ease 0s;
 }
.service_main2 .services .intro .item::before {
 content: "";
 display: block;
 width: 3px;
 height: 100%;
 background-color: var(--theme_color);
 border-radius: 100px;
 transition: all 0.3s ease 0s;
 position: absolute;
 left: 0px;
 top: 0px;
 opacity: 0;
 }
.service_main2 .services .intro .item .title {
 transition: all 0.3s ease 0s;
 opacity: 0.5;
 font-size: 22px;
 font-weight: 500;
 cursor: pointer;
 padding: 5px 0px;
 }
.service_main2 .services .intro .item .desc {
 display: none;
 color: rgb(89, 89, 89);
 font-size: 20px;
 line-height: 1.5;
 font-weight: 300;
 padding-top: 8px;
 }
.service_main2 .services .intro .item:first-child .desc {
 display: block;
 }
.service_main2 .services .intro .item.active {
 margin-bottom: 12px;
 }
.service_main2 .services .intro .item.active:last-child {
 margin-bottom: 0px;
 }
.service_main2 .services .intro .item.active::before {
 opacity: 1;
 }
.service_main2 .services .intro .item.active .title {
 opacity: 1;
 font-size: 28px;
 font-weight: 600;
 }
.service_main2 .services .imgs {
 position: relative;
 overflow: hidden;
 border-radius: 1rem;
 width: 45.7645%;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.service_main2 .services .main .imgs, .service_main2 .report .main .imgs, .service_main2 .parameters .main .imgs {
 width: 100%;
 }}
.service_main2 .services .imgs .syeditorlist {
 padding-bottom: 91.8736%;
 }
.service_main2 .services .imgs .img {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 transition: all 0.3s ease 0s;
 opacity: 0;
 pointer-events: none;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.service_main2 .services .main .imgs .img, .service_main2 .report .main .imgs .img, .service_main2 .parameters .main .imgs .img {
 width: 100%;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.service_main2 .services .main a.img, .service_main2 .report .main a.img, .service_main2 .parameters .main a.img, .service_main2 .services .main .img, .service_main2 .report .main .img, .service_main2 .parameters .main .img {
 width: 80%;
 }}
.service_main2 .services .imgs .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 vertical-align: top;
 transition: all 0.5s ease 0s;
 }
.service_main2 .services .imgs .img img:hover {
 transform: scale(1.03);
 }
.service_main2 .services .imgs .img.active {
 opacity: 1;
 pointer-events: all;
 z-index: 2;
 }
.service_main2 .report {
 padding: 90px 0px 42px;
 }
.service_main2 .report .main {
 margin-top: 24px;
 }
.service_main2 .report .intro {
 flex: 1 1 0%;
 max-width: 420px;
 padding-top: 4.54546%;
 }
.service_main2 .report .intro p {
 margin-top: 28px;
 }
.service_main2 .report .intro ul {
 padding-top: 4px;
 }
.service_main2 .report .intro ul li {
 margin-top: 20px;
 color: var(--title_color);
 font-size: 20px;
 line-height: 26px;
 font-weight: 500;
 padding-left: 2rem;
 position: relative;
 }
.service_main2 .report .intro ul .pos::before {
 content: "";
 display: block;
 width: 18px;
 height: 22px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/pos.svg") center center / contain no-repeat;
 position: absolute;
 left: 0px;
 top: 2px;
 }
.service_main2 .report .intro ul .email::before {
 content: "";
 display: block;
 width: 20px;
 height: 1rem;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/email.svg") center center / contain no-repeat;
 position: absolute;
 left: 0px;
 top: 6px;
 }
.service_main2 .report .intro ul li a {
 color: var(--title_color);
 font-size: 20px;
 line-height: 26px;
 font-weight: 500;
 transition: all 0.3s ease 0s;
 }
.service_main2 .report .intro ul li a:hover {
 color: var(--theme_color);
 }
.service_main2 .report .intro .download {
 margin-top: 36px;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr auto;
 border-radius: 4px;
 transition: all 0.3s ease 0s;
 border: 1px solid rgba(186, 186, 186, 0.53);
 font-size: 18px;
 font-weight: 500;
 gap: 14px;
 max-width: max-content;
 padding: 9px 26px 9px 2rem;
 line-height: 2;
 }
.service_main2 .report .intro .download::before {
 content: "";
 display: block;
 width: 1rem;
 height: 22px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/file.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.service_main2 .report .intro .download::after {
 content: "";
 display: block;
 width: 1rem;
 height: 1rem;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/download.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.service_main2 .report .intro .download:hover {
 color: rgb(255, 255, 255);
 border-color: var(--title_color);
 background-color: var(--title_color);
 }
.service_main2 .report .intro .download:hover::before, .service_main2 .report .intro .download:hover::after {
 filter: contrast(0) brightness(2);
 }
.service_main2 .report .img {
 width: 53.3058%;
 }
.service_main2 .report .img img {
 width: 100%;
 height: auto;
 display: block;
 }
.service_main2 .parameters {
 padding: 42px 0px 3rem;
 }
.service_main2 .parameters .main {
 margin-top: 30px;
 }
.service_main2 .parameters .intro {
 flex: 1 1 0%;
 max-width: 539px;
 padding-bottom: 5.78512%;
 }
.service_main2 .parameters .intro ul {
 margin-top: 12px;
 }
.service_main2 .parameters .intro ul li {
 color: var(--title_color);
 font-size: 17px;
 line-height: 2rem;
 font-weight: 300;
 display: grid;
 align-items: start;
 grid-template-columns: auto 1fr;
 gap: 12px;
 }
.service_main2 .parameters .intro ul li::before {
 content: "";
 display: block;
 width: 5px;
 height: 5px;
 border-radius: 50%;
 background-color: var(--title_color);
 transform: translateY(14px);
 }
.service_main2 .detail a:not(.email, .download) {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
 text-align: center;
 cursor: pointer;
 vertical-align: top;
 color: rgb(255, 255, 255);
 font-size: 18px;
 font-weight: 500;
 border-radius: 4px;
 background-color: var(--title_color);
 transition: all 0.3s ease 0s;
 line-height: 2;
 padding: 10px 31px;
 }
.service_main2 .detail a:not(.email, .download)::after {
 content: "";
 display: block;
 width: 14px;
 height: 12px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/arrow-line-r-w.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.service_main2 .detail a:not(.email, .download):hover {
 background-color: var(--theme_color);
 }
.service_main2 .detail a:not(.email, .download):hover::after {
 transform: translateX(5px);
 }
.service_main2 .parameters a.img {
 width: 44.3182%;
 display: block;
 padding: 0px;
 aspect-ratio: 429 / 394;
 background-color: transparent;
 }
.service_main2 .parameters a.img::after {
 display: none;
 }
.service_main2 .parameters a.img:hover {
 background-color: transparent;
 }
.service_main2 .devices {
 padding: 3rem 0px 4rem;
 }
.wrap {
 flex-wrap: wrap;
 }
.swiper_btns {
 display: flex;
 gap: 45px;
 }
.swiper_btns div {
 width: 44px;
 height: 35px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/arrow-line-b.svg") center center / contain no-repeat;
 cursor: pointer;
 transition: all 0.3s ease 0s;
 }
.swiper_btns .swiper-button-disabled {
 opacity: 0.5;
 pointer-events: none;
 }
.service_main2 .devices .swiper_btns div {
 width: 35px;
 height: 28px;
 }
.swiper_btns .btn_next {
 transform: rotate(180deg);
 }
.service_main2 .devices .service_devices_swiper {
 overflow: hidden;
 margin-top: 50px;
 }
.service_main2 .devices .service_devices_swiper .swiper-slide .item {
 display: block;
 }
.service_main2 .devices .service_devices_swiper .swiper-slide .img {
 overflow: hidden;
 border-radius: 8px;
 position: relative;
 padding-bottom: 80.7693%;
 }
.service_main2 .devices .service_devices_swiper .swiper-slide .item:hover img {
 transform: scale(1.03);
 }
.service_main2 .devices .service_devices_swiper .swiper-slide .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 vertical-align: top;
 transition: all 0.5s ease 0s;
 position: absolute;
 left: 0px;
 top: 0px;
 }
.service_main2 .devices .service_devices_swiper .swiper-slide .info h3 {
 margin-top: 20px;
 color: var(--title_color);
 font-size: 20px;
 line-height: 1.5;
 font-weight: 600;
 }
.service_main2 .devices .service_devices_swiper .swiper-slide .info p {
 margin-top: 8px;
 color: rgb(81, 81, 81);
 font-size: 17px;
 line-height: 28px;
 font-weight: 300;
 }
.service_main2 .detail .content > :last-child {
 margin-bottom: 0px;
 }
.service_main2 .questions {
 padding: 4rem 0px 0px;
 }
.service_main2 .questions .faqs {
 margin-top: 38px;
 }
.service_main2 .questions .faqs .faq {
 transition: all 0.3s ease 0s;
 border-bottom: 1px solid rgb(219, 219, 219);
 }
.service_main2 .questions .faqs .faq.active {
 border-color: rgb(36, 36, 36);
 }
.service_main2 .questions .faqs .faq .question {
 cursor: pointer;
 display: grid;
 align-items: start;
 grid-template-columns: auto 1fr auto;
 padding: 20px 0px 30px;
 gap: 12px;
 transition: all 0.3s ease 0s;
 }
.service_main2 .questions .faqs .faq .question::after {
 content: "";
 display: block;
 width: 14px;
 height: 14px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/add-b.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 margin-top: 18px;
 }
.service_main2 .questions .faqs .faq.active .question {
 padding-bottom: 22px;
 }
.service_main2 .questions .faqs .faq.active .question::after {
 transform: rotate(135deg);
 }
.service_main2 .questions .faqs .faq .question span {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 border: 1px solid rgb(209, 209, 209);
 transition: all 0.3s ease 0s;
 }
.service_main2 .questions .faqs .faq .question span::after {
 content: "";
 display: block;
 width: 40%;
 height: 40%;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service_main2/assets/img/tip.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.service_main2 .questions .faqs .faq.active .question span {
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
.service_main2 .questions .faqs .faq.active .question span::after {
 filter: contrast(0) brightness(2);
 }
.service_main2 .questions .faqs .faq .question strong {
 color: var(--title_color);
 font-size: 24px;
 line-height: 2rem;
 font-weight: 500;
 margin-top: 9px;
 }
.service_main2 .questions .faqs .faq .answer {
 color: rgb(61, 61, 61);
 font-size: 20px;
 line-height: 1.6;
 font-weight: 300;
 display: none;
 padding-bottom: 2rem;
 }
.service_main2 .questions .faqs .faq:first-child .answer {
 display: block;
 }
.service_main2 .questions > p {
 color: rgb(61, 61, 61);
 font-size: 18px;
 margin-top: 28px;
 }
.service_main2 .questions > p a {
 font-size: 18px;
 color: var(--theme_color);
 text-decoration: underline;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }



 .service_main2 .process .service_process_swiper .swiper-slide.active::after {
  width: calc(100% + 30px);
}
.service_main2 .process .service_process_swiper .swiper-slide.active .icon::after {
  filter: none;
}
.service_main2 .process .service_process_swiper .swiper-slide.active .order {
  background-color: var(--theme_color);
}
.service_main2 .process .service_process_swiper .swiper-slide.active .order::after {
  transform: translate(-50%, -50%);
}
.service_main2 .process .service_process_swiper .swiper-slide.active h3 {
  color: #242424;
}
 
@media screen and (max-width: 786px){

.service_main2 {
 padding: 4rem 0px 3rem;
 }
.content {
 padding: 0px 1.2rem;
 }
.service_main2 .flex {
 display: block;
 }
.service_main2 .sidebar {
 position: static;
 width: 100%;
 }
.service_main2 .sidebar ul {
 display: flex;
 gap: 1rem;
 overflow: auto;
 scroll-snap-type: x;
 }
.service_main2 .sidebar ul li {
 margin: 0px;
 scroll-snap-align: start;
 }
.service_main2 .sidebar ul li::after {
 display: none;
 }
.service_main2 .sidebar ul li a {
 font-size: 14px;
 line-height: 1.5;
 white-space: nowrap;
 }
.service_main2 .sidebar ul li a::after {
 display: none;
 }
.service_main2 .detail {
 margin-top: 3rem;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.service_main2 .detail .content > h2 {
 margin: 2rem 0px 1.5rem;
 }
.service_main2 .detail h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.service_main2 .detail .content > p {
 margin: 1rem 0px;
 }
.service_main2 .detail .content > img {
 margin: 20px 0px;
 }
.service_main2 .process {
 margin: 2rem 0px;
 }
.service_main2 .process .service_process_swiper h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-top: 20px;
 }
.service_main2 .process .service_process_swiper p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }
.service_main2 .why {
 padding: 2rem 0px;
 }
.service_main2 .why .service_why_swiper {
 margin-top: 22px;
 }
.service_main2 .why .service_why_swiper .swiper-slide, .service_main2 .why .service_why_swiper .swiper-slide.active {
 max-width: 250px;
 min-height: unset;
 padding: 2rem 1rem;
 }
.service_main2 .why .service_why_swiper .swiper-slide::before, .service_main2 .why .service_why_swiper .swiper-slide.active::before {
 opacity: 1;
 }
.service_main2 .why .service_why_swiper .swiper-slide::after, .service_main2 .why .service_why_swiper .swiper-slide.active::after {
 display: none;
 }
.service_main2 .why .service_why_swiper .swiper-slide .title, .service_main2 .why .service_why_swiper .swiper-slide.active .title {
 transform: translate(0px);
 }
.service_main2 .why .service_why_swiper .swiper-slide .title .icon, .service_main2 .why .service_why_swiper .swiper-slide.active .title .icon {
 width: 4rem;
 height: 4rem;
 background-color: rgb(255, 255, 255);
 }
.service_main2 .why .service_why_swiper .swiper-slide .title .icon i, .service_main2 .why .service_why_swiper .swiper-slide.active .title .icon i {
 filter: none;
 }
.service_main2 .why .service_why_swiper .swiper-slide .title h3, .service_main2 .why .service_why_swiper .swiper-slide.active .title h3 {
 margin-top: 1rem;
 color: rgb(255, 255, 255);
 font-size: 18px;
 line-height: 1.5;
 transform: translate(0px);
 }
.service_main2 .why .service_why_swiper .swiper-slide p, .service_main2 .why .service_why_swiper .swiper-slide.active p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 opacity: 1;
 transform: translate(0px);
 }
.service_main2 .services {
 padding: 2rem 0px;
 }
.service_main2 .services .main {
 display: flex;
 gap: 2rem;
 flex-direction: column-reverse;
 }
.service_main2 .services .intro .item {
 padding-left: 1rem;
 }
.service_main2 .services .intro .item .title {
 font-size: 18px;
 line-height: 1.5;
 padding: 8px 0px;
 }
.service_main2 .services .intro .item .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 padding: 0px;
 }
.service_main2 .services .intro .item.active .title {
 font-size: 20px;
 }
.service_main2 .services .imgs {
 width: 100%;
 }
.service_main2 .report {
 padding: 2rem 0px;
 }
.service_main2 .report .main {
 display: flex;
 flex-direction: column-reverse;
 gap: 22px;
 }
.service_main2 .report .intro {
 padding: 0px;
 }
.service_main2 .report .intro p {
 margin-top: 10px;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.service_main2 .report .intro ul {
 padding: 0px;
 }
.service_main2 .report .intro ul li {
 margin-top: 12px;
 font-size: 0.9rem;
 line-height: 1.5rem;
 padding-left: 22px;
 }
.service_main2 .report .intro ul .pos::before {
 width: 1rem;
 height: 1rem;
 top: 4px;
 }
.service_main2 .report .intro ul .email::before {
 width: 1rem;
 height: 1rem;
 }
.service_main2 .report .intro ul li a {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.service_main2 .report .intro .download {
 margin-top: 2rem;
 font-size: 14px;
 padding: 7px 22px;
 }
.service_main2 .report .img {
 width: 100%;
 }
.service_main2 .parameters {
 padding: 2rem 0px;
 }
.service_main2 .parameters .main {
 display: flex;
 gap: 1rem;
 flex-direction: column-reverse;
 }
.service_main2 .parameters .intro ul {
 display: grid;
 gap: 4px;
 }
.service_main2 .parameters .intro ul li {
 font-size: 0.9rem;
 line-height: 1.5rem;
 gap: 8px;
 }
.service_main2 .parameters .intro ul li::before {
 transform: translateY(10px);
 }
.service_main2 .detail a:not(.email, .download) {
 font-size: 14px;
 padding: 7px 22px;
 }
.service_main2 .parameters a.img {
 width: 100%;
 }
.service_main2 .devices {
 padding: 2rem 0px;
 }
.service_main2 .devices .swiper_btns {
 gap: 1rem;
 margin-top: 1rem;
 justify-content: flex-end;
 }
.service_main2 .devices .swiper_btns div {
 width: 2.5rem;
 height: 1.5rem;
 }
.service_main2 .devices .service_devices_swiper {
 margin-top: 2rem;
 }
.service_main2 .devices .service_devices_swiper .swiper-slide {
 max-width: 260px;
 }
.service_main2 .devices .service_devices_swiper .swiper-slide .info h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-top: 1rem;
 }
.service_main2 .devices .service_devices_swiper .swiper-slide .info p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }
.service_main2 .questions {
 padding: 2rem 0px;
 }
.service_main2 .questions .faqs {
 margin-top: 2rem;
 }
.service_main2 .questions .faqs .faq .question {
 padding: 1rem 0px;
 }
.service_main2 .questions .faqs .faq .question::after {
 width: 12px;
 height: 12px;
 margin-top: 14px;
 }
.service_main2 .questions .faqs .faq .question span {
 width: 40px;
 height: 40px;
 }
.service_main2 .questions .faqs .faq .question strong {
 font-size: 15px;
 line-height: 1.5;
 }
.service_main2 .questions .faqs .faq .answer {
 font-size: 13px;
 line-height: 1.6;
 padding-bottom: 1rem;
 }
.service_main2 .questions > p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 20px;
 }
.service_main2 .questions > p a {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
