 
/*
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;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.service_main {
 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_main .sidebar {
 width: 230px;
 position: sticky;
 top: 120px;
 }
ul {
 list-style: none;
 }
.service_main .sidebar ul {
 counter-reset: nav 0;
 }
.service_main .sidebar ul li {
 counter-increment: nav 1;
 position: relative;
 z-index: 2;
 margin-bottom: 28px;
 }
.service_main .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_main .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_main .sidebar ul li.active::before, .service_main .sidebar ul li:hover::before {
 background-color: var(--theme_color);
 }
a {
 color: var(--title_color);
 text-decoration: none;
 font-size: 1rem;
 }
.service_main .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_main .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_main .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_main .sidebar ul li:first-child a::after {
 display: none;
 }
.service_main .sidebar ul li.active a, .service_main .sidebar ul li:hover a {
 color: var(--theme_color);
 }
.service_main .sidebar ul li.active a::before, .service_main .sidebar ul li:hover a::before {
 opacity: 1;
 }
.service_main .sidebar ul li.active a {
 font-weight: 600;
 }
.service_main .sidebar ul li.active a::after {
 opacity: 1;
 }
.service_main .sidebar ul li:last-child::after {
 display: none;
 }
.service_main .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_main .detail .content {
 padding: 0px;
 }
.service_main .detail .content > :first-child {
 margin-top: 0px;
 }
.service_main .detail .content > h2 {
 margin: 68px 0px 34px;
 }
.service_main .detail h2 {
 font-size: 3rem;
 line-height: 62px;
 font-weight: 700;
 color: var(--title_color);
 }
.service_main .detail .content > p {
 margin: 24px 0px;
 }
.service_main .detail .content > img {
 margin: 40px 0px;
 }
.service_main .detail img {
 max-width: 100%;
 height: auto;
 display: block;
 }
.service_main .detail .wp-block-columns {
 display: flex;
 gap: 1rem;
 align-items: center !important;
 }
.service_main .detail .wp-block-columns .wp-block-column {
 flex: 1 1 0%;
 }
.service_main .detail .wp-block-columns .wp-block-column a {
 margin: 24px 0px;
 }
.service_main .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_main .detail a:not(.email, .download)::after {
 content: "";
 display: block;
 width: 14px;
 height: 12px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/service1_1/assets/img/arrow-line-r-w.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.service_main .detail a:not(.email, .download):hover {
 background-color: var(--theme_color);
 }
.service_main .detail a:not(.email, .download):hover::after {
 transform: translateX(5px);
 }
.service_main .detail .content > :last-child {
 margin-bottom: 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){

.service_main {
 padding: 4rem 0px 3rem;
 }
.content {
 padding: 0px 1.2rem;
 }
.service_main .flex {
 display: block;
 }
.service_main .sidebar {
 position: static;
 width: 100%;
 }
.service_main .sidebar ul {
 display: flex;
 gap: 1rem;
 overflow: auto;
 scroll-snap-type: x;
 }
.service_main .sidebar ul li {
 margin: 0px;
 scroll-snap-align: start;
 }
.service_main .sidebar ul li::after {
 display: none;
 }
.service_main .sidebar ul li a {
 font-size: 14px;
 line-height: 1.5;
 white-space: nowrap;
 }
.service_main .sidebar ul li a::after {
 display: none;
 }
.service_main .detail {
 margin-top: 3rem;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.service_main .detail .content > h2 {
 margin: 2rem 0px 1.5rem;
 }
.service_main .detail h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.service_main .detail .content > p {
 margin: 1rem 0px;
 }
.service_main .detail .content > img {
 margin: 20px 0px;
 }
.service_main .detail .wp-block-columns {
 flex-direction: column;
 }
.service_main .detail a:not(.email, .download) {
 font-size: 14px;
 padding: 7px 22px;
 }
.service_main .detail .wp-block-columns .wp-block-column a {
 margin: 1rem 0px;
 }
}
.cta_box {
 padding: 5rem 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;
 }}
.cta_box .items > div {
 display: grid;
 gap: 20px;
 grid-template-columns: repeat(2, 1fr);
 }
.cta_box .items .item a {
 display: flex;
 align-items: flex-end;
 height: 100%;
 min-height: 374px;
 overflow: hidden;
 border-radius: 8px;
 position: relative;
 z-index: 2;
 padding: 28px 5%;
 }
.cta_box .items .item a::before {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 z-index: -1;
 opacity: 0.36;
 background-image: linear-gradient(to top, rgb(19, 24, 29) 0%, transparent 88%, transparent 100%);
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.cta_box .items .item a {
 min-height: 300px;
 }}
.cta_box .items .item a:hover img {
 transform: scale(1.03);
 }
.cta_box .items .item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 vertical-align: top;
 transition: all 0.5s ease 0s;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.cta_box .items .item a:hover .title {
 border-color: var(--theme_color);
 }
.cta_box .items .item .title {
 color: rgb(255, 255, 255);
 font-size: 26px;
 line-height: 2rem;
 font-weight: 700;
 border-bottom: 4px solid transparent;
 transition: all 0.3s ease 0s;
 padding: 4px 0px;
 }
 
@media screen and (max-width: 786px){

.cta_box {
 padding: 3rem 0px !important;
 margin: 0px !important;
 }
.cta_box .items > div {
 grid-template-columns: 1fr;
 }
.cta_box .items .item a {
 padding: 20px;
 min-height: 200px;
 }
.cta_box .items .item .title {
 font-size: 1rem;
 border-width: 2px;
 line-height: 1.5;
 padding: 6px 0px;
 }
}
.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;
 }}
.center {
 text-align: center;
 }
.head h2 {
 font-size: 3rem;
 line-height: 62px;
 font-weight: 700;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
.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;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.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;
 }
}