 
/*
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 {
--theme_color:#119c60;
--title_color:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_why {
 padding: 68px 0px 4rem;
 }
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;
 }}
.center {
 text-align: center;
 }
.head h2 {
 font-size: 3rem;
 line-height: 62px;
 font-weight: 700;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
.head p {
 color: rgb(61, 61, 61);
 font-size: 20px;
 line-height: 2rem;
 max-width: 923px;
 margin: 40px auto 0px;
 }
.swiper_content {
 max-width: 1240px;
 margin: 0px auto;
 position: relative;
 padding: 10px;
 overflow: hidden;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.swiper_content {
 padding: 10px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.swiper_content {
 max-width: 1020px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.swiper_content {
 max-width: 806px;
 }}
.about_why .about_why_swiper {
 margin-top: 66px;
 }
ul {
 list-style: none;
 }
.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;
 }
.about_why .about_why_swiper .swiper-slide {
 max-width: 386px;
 min-height: 488px;
 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: 66px 2.623% 54px;
 }
.about_why .about_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/dealer_1/assets/img/about-why-bg.jpg") center center / cover no-repeat;
 transition: all 0.3s ease 0s;
 opacity: 0;
 }
.about_why .about_why_swiper .swiper-slide::after {
 content: "";
 display: block;
 width: 18px;
 height: 14px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/dealer_1/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 position: absolute;
 left: 50%;
 bottom: 110px;
 transform: translateX(-50%);
 transition: all 0.3s ease 0s;
 }
.about_why .about_why_swiper .swiper-slide.active::before {
 opacity: 1;
 }
.about_why .about_why_swiper .swiper-slide.active::after {
 opacity: 0;
 transform: translate(-50%, -2rem);
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.about_why .about_why_swiper .swiper-slide {
 max-width: 20rem;
 }}
.about_why .about_why_swiper .swiper-slide .title {
 position: relative;
 transition: all 0.3s ease 0s;
 transform: translateY(54px);
 }
.about_why .about_why_swiper .swiper-slide.active .title {
 transform: translate(0px);
 }
.about_why .about_why_swiper .swiper-slide .title .icon {
 width: 100px;
 height: 100px;
 border-radius: 50%;
 transition: all 0.3s ease 0s;
 background-color: var(--theme_color);
 margin: 0px auto;
 }
.about_why .about_why_swiper .swiper-slide.active .title .icon {
 background-color: rgb(255, 255, 255);
 }
i {
 font-style: normal;
 }
.about_why .about_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);
 }
.about_why .about_why_swiper .swiper-slide.active .title .icon i {
 filter: none;
 }
.about_why .about_why_swiper .swiper-slide .title h3 {
 color: rgb(35, 35, 35);
 font-size: 24px;
 line-height: 34px;
 font-weight: 700;
 transition: all 0.3s ease 0s;
 margin-top: 30px;
 }
.about_why .about_why_swiper .swiper-slide.active .title h3 {
 color: rgb(255, 255, 255);
 transform: translateY(-5px);
 }
.about_why .about_why_swiper .swiper-slide p {
 color: rgb(255, 255, 255);
 font-size: 20px;
 font-weight: 200;
 line-height: 2rem;
 transition: all 0.4s ease 0s;
 opacity: 0;
 transform: translateY(54px);
 margin-top: 10px;
 }
.about_why .about_why_swiper .swiper-slide.active p {
 opacity: 0.8;
 transform: translate(0px);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.about_why {
 padding: 3rem 0px 2rem;
 margin: 0px !important;
 }
.content {
 padding: 0px 1.2rem;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }
.swiper_content {
 padding: 10px 1.2rem;
 }
.about_why .about_why_swiper {
 margin-top: 22px;
 }
.about_why .about_why_swiper .swiper-slide, .about_why .about_why_swiper .swiper-slide.active {
 max-width: 260px;
 padding: 2rem 20px;
 min-height: unset;
 }
.about_why .about_why_swiper .swiper-slide::before, .about_why .about_why_swiper .swiper-slide.active::before {
 opacity: 1;
 }
.about_why .about_why_swiper .swiper-slide::after, .about_why .about_why_swiper .swiper-slide.active::after {
 display: none;
 }
.about_why .about_why_swiper .swiper-slide .title, .about_why .about_why_swiper .swiper-slide.active .title {
 transform: translate(0px);
 }
.about_why .about_why_swiper .swiper-slide .title .icon, .about_why .about_why_swiper .swiper-slide.active .title .icon {
 width: 4rem;
 height: 4rem;
 background-color: rgb(255, 255, 255);
 }
.about_why .about_why_swiper .swiper-slide .title .icon i, .about_why .about_why_swiper .swiper-slide.active .title .icon i {
 filter: none;
 }
.about_why .about_why_swiper .swiper-slide .title h3, .about_why .about_why_swiper .swiper-slide.active .title h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-top: 1rem;
 color: rgb(255, 255, 255);
 transform: translate(0px);
 }
.about_why .about_why_swiper .swiper-slide p, .about_why .about_why_swiper .swiper-slide.active p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 opacity: 1;
 transform: translate(0px);
 }
}
 
:root {
--title_color:#161616;
--theme_color:#119c60;
}
.partner_box {
 padding: 102px 0px 34px;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.partner_box {
 padding: 102px 0px;
 }}
@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;
 }}
.partner_box .main {
 width: calc(100% - 2.4rem);
 max-width: 1244px;
 margin: 102px auto 0px;
 }
.partner_box .main .syeditorlist {
 display: grid;
 gap: 46px 1rem;
 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 }
.partner_box .item {
 border-radius: 4px;
 overflow: hidden;
 transition: all 0.3s ease 0s;
 background-color: rgb(255, 255, 255);
 position: relative;
 padding-bottom: 39.7712%;
 }
.partner_box .item:hover, .partner_box .item.active {
 box-shadow: rgba(161, 161, 161, 0.25) 0px 0px 15px;
 }
.partner_box .item img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
 position: absolute;
 left: 0px;
 top: 0px;
 filter: contrast(0) brightness(0.8);
 transition: all 0.3s ease 0s;
 }
.partner_box .item:hover img, .partner_box .item.active img {
 filter: none;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.partner_box .item:nth-child(8) ~ .item {
 display: none;
 }}
.btn_line {
 display: inline-block;
 vertical-align: top;
 background-color: transparent;
 cursor: pointer;
 color: rgb(48, 48, 48);
 font-size: 18px;
 font-weight: 500;
 position: relative;
 transition: all 0.3s ease 0s;
 padding: 6px 22px 6px 0px;
 border-bottom: 2px solid var(--theme_color);
 overflow: hidden;
 }
.btn_line::after {
 content: "";
 display: block;
 width: 14px;
 height: 12px;
 background: url("https://villotech.com/wp-content/plugins/sytech-fronteditor/sytpl/index_1/assets/img/arrow-line-r-b.svg") right center / contain no-repeat;
 transition: all 0.4s ease 0s;
 position: absolute;
 right: 0px;
 top: 50%;
 transform: translateY(calc(-50% + 1px));
 }
.btn_line:hover {
 padding: 6px 11px;
 }
.btn_line:hover::after {
 transform: translate(100%, calc(-50% + 1px));
 }
.partner_box .btn_line {
 margin-top: 31px;
 opacity: 0;
 pointer-events: none;
 }
 
@media screen and (max-width: 786px){

.partner_box {
 padding: 3rem 0px;
 margin: 0px !important;
 }
.partner_box .main {
 margin-top: 2rem;
 }
.partner_box .main .syeditorlist {
 gap: 14px;
 grid-template-columns: repeat(2, 1fr);
 }
.partner_box .main .item:nth-child(4) ~ .item {
 display: none;
 }
.btn_line {
 font-size: 14px;
 }
.partner_box .btn_line {
 display: none;
 }
}
 
@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;
  }
}
