 
:root {
--title_color:#161616;
--theme_color:#119c60;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.nums_banner {
 color: rgb(255, 255, 255);
 padding-top: 124px;
 background: center center / cover no-repeat;
 }
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;
 }
.flex_middle {
 align-items: center;
 }
.nums_banner .flex {
 min-height: 508px;
 padding: 5rem 0px;
 }
.nums_banner .head {
 max-width: 1000px;
 padding-top: 10px;
 }
.nums_banner .head h1 {
 font-size: 4rem;
 line-height: 75px;
 font-weight: 700;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
a {
 color: var(--title_color);
 text-decoration: none;
 font-size: 1rem;
 }
.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 gap: 8px;
 cursor: pointer;
 transition: all 0.3s ease 0s;
 vertical-align: top;
 color: rgb(255, 255, 255);
 font-size: 18px;
 font-weight: 500;
 line-height: 2;
 border-radius: 4px;
 background-color: var(--theme_color);
 padding: 10px 31px;
 min-width: 186px;
 }
.btn::after {
 content: "";
 display: block;
 width: 14px;
 height: 12px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/index_0/assets/img/arrow-line-r-w.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.btn:hover {
 background-color: var(--title_color);
 }
.btn:hover::after {
 transform: translateX(5px);
 }
.nums_banner .head .btn {
 margin-top: 2rem;
 }
.nums_banner .nums {
 position: relative;
 z-index: 2;
 }
.nums_banner .nums::before {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 inset: 0px;
 background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
 opacity: 0.72;
 }
.nums_banner .nums .syeditorlist {
 display: flex;
 flex-wrap: wrap;
 }
.nums_banner .nums .item {
 flex: 1 1 0%;
 max-width: 402px;
 padding: 20px 3.7705% 3rem;
 border-left: 1px solid rgba(255, 255, 255, 0.05);
 }
i {
 font-style: normal;
 }
.nums_banner .nums .item i {
 display: block;
 width: 4rem;
 height: 52px;
 background: left center / contain no-repeat;
 margin-bottom: 22px;
 }
.nums_banner .nums .item span {
 line-height: 1;
 font-size: 42px;
 font-weight: 600;
 }
.nums_banner .nums .item p {
 font-size: 20px;
 line-height: 28px;
 opacity: 0.75;
 font-weight: 300;
 margin-top: 10px;
 }
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){

.nums_banner {
 padding-top: 94px;
 position: relative;
 z-index: 2;
 }
.nums_banner::after {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 inset: 0px;
 background-color: rgba(0, 0, 0, 0.3);
 }
.content {
 padding: 0px 1.2rem;
 }
.nums_banner .flex {
 min-height: unset;
 padding: 3rem 0px;
 }
.nums_banner .head {
 padding: 0px;
 text-align: center;
 }
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.nums_banner .head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.btn {
 font-size: 14px;
 padding: 7px 22px;
 min-width: 120px;
 }
.nums_banner .head .btn {
 margin-top: 20px;
 }
.nums_banner .nums .item {
 padding: 10px 5px 3rem;
 text-align: center;
 }
.nums_banner .nums .item:first-child {
 border-left: none;
 }
.nums_banner .nums .item i {
 width: 2rem;
 height: 2rem;
 margin: 0px auto 10px;
 }
.nums_banner .nums .item span {
 font-size: 18px;
 }
.nums_banner .nums .item p {
 font-size: 12px;
 line-height: 1.5;
 margin-top: 8px;
 }
}
.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;
 }
}
.home_solution {
 padding: 4rem 0px 78px;
 }
@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;
 }}
.home_solution .items {
 margin: 50px 0px 3rem;
 display: grid;
 overflow: hidden;
 border-radius: 8px;
 gap: 1rem;
 grid-template-columns: repeat(4, 1fr);
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.home_solution .items {
 gap: 10px;
 }}
.home_solution .items .item:first-child {
 grid-column: 1 / 3;
 }
.home_solution .items .item a {
 min-height: 350px;
 display: flex;
 align-items: flex-end;
 position: relative;
 z-index: 2;
 overflow: hidden;
 padding: 25px 2rem;
 word-break: break-word;
 }
.home_solution .items .item a::before {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 inset: 0px;
 background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
 opacity: 0.5;
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.home_solution .items .item a {
 padding: 20px;
 min-height: 220px;
 }}
.home_solution .items .item a img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 position: absolute;
 z-index: -2;
 left: 0px;
 top: 0px;
 transition: all 0.5s ease 0s;
 }
.home_solution .items .item a:hover img {
 transform: scale(1.02);
 }
.home_solution .items .item a h3 {
 padding: 10px 0px;
 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;
 }
.home_solution .items .item a:hover h3 {
 border-color: var(--theme_color);
 }
.home_solution .items .item.active a h3 {
 border-color: var(--theme_color);
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.home_solution .items .item a h3 {
 font-size: 22px;
 }}
.home_solution .items .item:last-child {
 grid-column: 3 / 5;
 }
.btn_more {
 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;
 }
.btn_more::after {
 content: "";
 display: block;
 width: 14px;
 height: 12px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/index_2/assets/img/arrow-line-r-w.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.btn_more:hover {
 background-color: var(--theme_color);
 }
.btn_more:hover::after {
 transform: translateX(5px);
 }
 
@media screen and (max-width: 786px){

.home_solution {
 padding: 3rem 0px;
 }
.home_solution .items {
 margin: 2rem 0px;
 gap: 8px;
 grid-template-columns: repeat(2, 1fr);
 }
.home_solution .items .item:not(.remove) {
 grid-column: unset;
 }
.home_solution .items .item:not(.remove) a {
 min-height: 160px;
 padding: 1rem 12px;
 }
.home_solution .items .item:not(.remove) a h3 {
 font-size: 1rem;
 line-height: 1.5;
 border-width: 2px;
 padding: 6px 0px;
 }
.btn_more {
 font-size: 14px;
 padding: 7px 22px;
 min-width: 120px !important;
 }
}
 
:root {
--title_color:#161616;
}
.home_provide {
 padding: 78px 0px 84px;
 }
@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;
 }}
.home_provide .head {
 max-width: 950px;
 margin: 0px auto;
 }
.head p {
 color: rgb(61, 61, 61);
 font-size: 20px;
 line-height: 2rem;
 max-width: 923px;
 margin: 40px auto 0px;
 }
.home_provide .main {
 margin-top: 58px;
 }
.home_provide .main > div {
 display: grid;
 gap: 22px;
 grid-template-columns: repeat(3, 1fr);
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.home_provide .main > div, .home_provide .nums > div {
 gap: 12px;
 }}
.home_provide .main .item a {
 color: rgb(255, 255, 255);
 display: block;
 height: 100%;
 overflow: hidden;
 border-radius: 8px;
 position: relative;
 z-index: 2;
 text-align: center;
 padding: 10.7143%;
 min-height: 530px;
 }
.home_provide .main .item a::before {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 inset: 0px;
 background-image: linear-gradient(to top, transparent, rgb(0, 0, 0));
 opacity: 0.5;
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.home_provide .main .item a {
 padding: 2rem 20px;
 min-height: 400px;
 }}
.home_provide .main .item a:hover img {
 transform: scale(1.02);
 }
.home_provide .main .item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 position: absolute;
 z-index: -2;
 left: 0px;
 top: 0px;
 transition: all 0.5s ease 0s;
 }
.home_provide .main .item h3 {
 font-size: 28px;
 font-weight: 600;
 }
.home_provide .main .item a:hover .more {
 border-color: rgb(255, 255, 255);
 }
.home_provide .main .item .more {
 margin-top: 8px;
 display: inline-block;
 vertical-align: top;
 font-size: 17px;
 position: relative;
 transition: all 0.3s ease 0s;
 padding: 6px 22px 6px 0px;
 border-bottom: 1px solid transparent;
 overflow: hidden;
 font-weight: 300;
 }
.home_provide .main .item .more::after {
 content: "";
 display: block;
 width: 14px;
 height: 12px;
 background: url("https://villotech.com//wp-content/plugins/sytech-fronteditor/sytpl/index_3/assets/img/arrow-line-r-w.svg") right center / contain no-repeat;
 transition: all 0.4s ease 0s;
 position: absolute;
 right: 0px;
 top: 50%;
 transform: translateY(calc(-50% + 1px));
 }
.home_provide .main .item .more:hover {
 padding: 6px 11px;
 }
.home_provide .main .item .more:hover::after {
 transform: translate(100%, calc(-50% + 1px));
 }
.home_provide .nums {
 margin-top: 60px;
 }
.home_provide .nums > div {
 display: flex;
 flex-wrap: wrap;
 gap: 2rem 22px;
 }
.home_provide .nums .item {
 flex: 1 1 0%;
 text-align: center;
 }
.home_provide .nums .item .icon {
 width: 57px;
 height: 47px;
 margin: 0px auto 2rem;
 background: center center / contain no-repeat;
 }
.home_provide .nums .item span {
 font-size: 66px;
 line-height: 1;
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.home_provide .nums .item span {
 font-size: 3.5rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.home_provide .nums .item span {
 font-size: 2.8rem;
 }}
.home_provide .nums .item p {
 margin-top: 28px;
 color: rgb(86, 86, 86);
 font-size: 22px;
 line-height: 29px;
 }
.home_provide .nums .item i {
 font-size: 3rem;
 line-height: 1;
 padding-left: 8px;
 }
 
@media screen and (max-width: 786px){

.home_provide {
 padding: 3rem 0px;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }
.home_provide .main {
 margin-top: 2rem;
 }
.home_provide .main > div {
 display: flex;
 gap: 1rem;
 overflow: auto;
 border-radius: 8px;
 scroll-snap-type: x mandatory;
 }
.home_provide .main .item {
 min-width: 240px;
 scroll-snap-align: start;
 }
.home_provide .main .item a {
 min-height: 300px;
 padding: 20px;
 }
.home_provide .main .item a h3 {
 font-size: 18px;
 line-height: 1.5;
 }
.home_provide .main .item a .more {
 font-size: 14px;
 }
.home_provide .nums {
 margin-top: 2rem;
 }
.home_provide .nums > div {
 gap: 10px;
 }
.home_provide .nums .item .icon {
 width: 2rem;
 height: 2rem;
 margin: 0px auto 10px;
 }
.home_provide .nums .item span {
 font-size: 20px;
 }
.home_provide .nums .item p {
 font-size: 12px;
 line-height: 1.5;
 margin-top: 8px;
 }
.home_provide .nums .item i {
 font-size: 14px;
 padding: 0px;
 }
}
 
/*
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;
  }
}
.home_certification {
 padding: 58px 0px 72px;
 }
@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;
 }}
.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;
 }}
.home_certification .home_certification_swiper {
 margin-top: 34px;
 }
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;
 }
.home_certification .home_certification_swiper .swiper-slide {
 width: 203px;
 aspect-ratio: 20250 / 14759;
 transition: all 0.3s ease 0s;
 border-radius: 4px;
 cursor: pointer;
 }
.home_certification .home_certification_swiper .swiper-slide.active {
 cursor: default;
 box-shadow: rgba(161, 161, 161, 0.25) 0px 0px 15px;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.home_certification .home_certification_swiper .swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 vertical-align: top;
 transition: all 0.3s ease 0s;
 filter: contrast(0) brightness(0.8);
 }
.home_certification .home_certification_swiper .swiper-slide.active img {
 filter: none;
 }
.home_certification .swiper-scrollbar {
 position: static;
 height: 1px;
 padding-top: 1px;
 background-color: rgb(212, 212, 212);
 margin-top: 40px;
 }
.swiper-scrollbar {
 border-radius: 10px;
 position: relative;
 background: rgba(0, 0, 0, 0.1);
 }
.home_certification .swiper-scrollbar .swiper-scrollbar-drag {
 height: 3px;
 margin-top: -2px;
 background-color: var(--title_color);
 cursor: grab;
 }
.swiper-scrollbar-drag {
 height: 100%;
 width: 100%;
 position: relative;
 background: rgba(0, 0, 0, 0.5);
 border-radius: 10px;
 left: 0px;
 top: 0px;
 }
.home_certification .home_certification_text_swiper {
 margin-top: 36px;
 }
.home_certification .home_certification_text_swiper .swiper-slide h3 {
 font-size: 26px;
 font-weight: 600;
 }
.home_certification .home_certification_text_swiper .swiper-slide p {
 margin-top: 20px;
 font-size: 20px;
 line-height: 2rem;
 }
 
@media screen and (max-width: 786px){

.home_certification {
 padding: 3rem 0px;
 }
.swiper_content {
 padding: 10px 1.2rem;
 }
.home_certification .home_certification_swiper {
 margin-top: 22px;
 }
.home_certification .swiper-scrollbar {
 margin-top: 1rem;
 }
.home_certification .home_certification_text_swiper {
 margin-top: 20px;
 }
.home_certification .home_certification_text_swiper .swiper-slide h3 {
 font-size: 18px;
 line-height: 1.5;
 }
.home_certification .home_certification_text_swiper .swiper-slide p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }
}
.home_service {
 padding: 72px 0px 4rem;
 }
@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;
 }}
.home_service .swiper_content {
 max-width: 1280px;
 }
@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;
 }}
.home_service .home_service_swiper {
 margin: 26px 0px 0px;
 }
.home_service .home_service_swiper .swiper-slide.active a {
 box-shadow: rgba(176, 176, 176, 0.35) 0px 0px 10px;
 }
.home_service .home_service_swiper .swiper-slide.active a::before {
 opacity: 1;
 }
.home_service .home_service_swiper .swiper-slide.active a::after {
 opacity: 0;
 }
.home_service .home_service_swiper .swiper-slide a {
 height: 100%;
 display: flex;
 flex-direction: column;
 position: relative;
 z-index: 2;
 padding: 58px 8.254%;
 border-radius: 4px;
 overflow: hidden;
 transition: all 0.4s ease 0s;
 min-height: 588px;
 }
.home_service .home_service_swiper .swiper-slide a::before {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 inset: 0px;
 background-color: rgba(19, 24, 29, 0.65);
 transition: all 0.3s ease 0s;
 opacity: 0;
 pointer-events: none;
 }
.home_service .home_service_swiper .swiper-slide a::after {
 content: "";
 display: block;
 width: 1px;
 height: calc(100% - 180px);
 background-color: rgb(227, 227, 227);
 position: absolute;
 right: 0px;
 top: 50%;
 transform: translateY(-50%);
 transition: all 0.3s ease 0s;
 }
.home_service .home_service_swiper .swiper-slide.active img {
 opacity: 1;
 }
.home_service .home_service_swiper .swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 position: absolute;
 z-index: -2;
 left: 0px;
 top: 0px;
 transition: all 0.4s ease 0s;
 opacity: 0;
 }
.home_service .home_service_swiper .swiper-slide.active .title {
 transform: translate(0px);
 }
.home_service .home_service_swiper .swiper-slide.active .title::after {
 opacity: 0;
 }
.home_service .home_service_swiper .swiper-slide .title {
 transition: all 0.4s ease 0s;
 transform: translateY(110px);
 position: relative;
 }
.home_service .home_service_swiper .swiper-slide .title::after {
 content: "";
 display: block;
 width: 18px;
 height: 12px;
 background: url("https://villotech.com/wp-content/plugins/sytech-fronteditor/sytpl/index_6/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 transition: all 0.4s ease 0s;
 position: absolute;
 left: 0px;
 bottom: -70px;
 }
.home_service .home_service_swiper .swiper-slide.active .title .icon {
 filter: contrast(0) brightness(2);
 }
.home_service .home_service_swiper .swiper-slide .title .icon {
 display: block;
 width: 70px;
 height: 70px;
 background: left center / contain no-repeat;
 transition: all 0.3s ease 0s;
 }
.home_service .home_service_swiper .swiper-slide.active .title h3 {
 color: rgb(255, 255, 255);
 }
.home_service .home_service_swiper .swiper-slide .title h3 {
 margin-top: 36px;
 color: rgb(36, 36, 36);
 font-size: 2rem;
 line-height: 39px;
 font-weight: 700;
 transition: all 0.3s ease 0s;
 }
.home_service .home_service_swiper .swiper-slide.active .list, .home_service .home_service_swiper .swiper-slide.active .more {
 opacity: 1;
 transform: translate(0px);
 }
.home_service .home_service_swiper .swiper-slide .list {
 margin-top: 22px;
 flex: 1 1 0%;
 transition: all 0.4s ease 0.02s;
 opacity: 0;
 transform: translateY(110px);
 }
.home_service .home_service_swiper .swiper-slide .list ul {
 display: grid;
 gap: 10px;
 }
.home_service .home_service_swiper .swiper-slide .list ul li {
 color: rgb(255, 255, 255);
 font-size: 20px;
 line-height: 28px;
 font-weight: 200;
 display: grid;
 align-items: start;
 grid-template-columns: auto 1fr;
 gap: 14px;
 }
.home_service .home_service_swiper .swiper-slide .list ul li::before {
 content: "";
 display: block;
 width: 5px;
 height: 5px;
 background-color: rgb(255, 255, 255);
 transform: translateY(12px);
 }
.home_service .home_service_swiper .swiper-slide .more {
 margin-top: 24px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: rgb(255, 255, 255);
 background-color: var(--theme_color);
 gap: 6px;
 transition: all 0.4s ease 0.05s;
 border-radius: 4px;
 padding: 17px;
 opacity: 0;
 transform: translateY(110px);
 }
.home_service .home_service_swiper .swiper-slide .more::after {
 content: "";
 display: block;
 width: 14px;
 height: 12px;
 background: url("https://villotech.com/wp-content/plugins/sytech-fronteditor/sytpl/index_6/assets/img/arrow-line-r-w.svg") center center / contain no-repeat;
 transform: translateY(1px);
 }
.home_service .home_service_swiper .swiper-slide .more:hover {
 background-color: var(--title_color);
 }
.home_service .home_service_swiper .swiper-slide:last-child a::after {
 display: none;
 }
.home_service .swiper-pagination {
 margin-top: 40px;
 position: static;
 color: transparent;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
 }
.home_service .swiper-pagination::after {
 order: 3;
 content: "";
 display: block;
 width: 58px;
 height: 1px;
 background-color: rgba(171, 171, 171, 0.6);
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s ease 0s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: 10px;
 left: 0px;
 width: 100%;
 }
.home_service .swiper-pagination span {
 font-size: 20px;
 color: rgb(36, 36, 36);
 }
.home_service .swiper-pagination .swiper-pagination-total {
 color: rgb(147, 147, 147);
 order: 4;
 margin-left: 15px;
 }
 
@media screen and (max-width: 786px){

.home_service {
 padding: 3rem 0px;
 }
.home_service .home_service_swiper {
 margin-top: 22px;
 }
.home_service .home_service_swiper .swiper-slide {
 max-width: 250px;
 }
.home_service .home_service_swiper .swiper-slide a {
 min-height: unset;
 padding: 2rem 20px;
 }
.home_service .home_service_swiper .swiper-slide a::after {
 height: calc(100% - 4rem);
 }
.home_service .home_service_swiper .swiper-slide a {
 box-shadow: rgba(176, 176, 176, 0.35) 0px 0px 10px;
 }
.home_service .home_service_swiper .swiper-slide a::before, .home_service .home_service_swiper .swiper-slide a img {
 opacity: 1;
 }
.home_service .home_service_swiper .swiper-slide a::after {
 display: none;
 }
.home_service .home_service_swiper .swiper-slide .title {
 transform: translateY(5rem);
 }
.home_service .home_service_swiper .swiper-slide .title {
 transform: translate(0px);
 }
.home_service .home_service_swiper .swiper-slide .title::after {
 opacity: 0;
 }
.home_service .home_service_swiper .swiper-slide .title .icon {
 width: 3rem;
 height: 3rem;
 }
.home_service .home_service_swiper .swiper-slide .title .icon {
 filter: contrast(0) brightness(2);
 }
.home_service .home_service_swiper .swiper-slide .title h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-top: 1rem;
 }
.home_service .home_service_swiper .swiper-slide .title h3 {
 color: rgb(255, 255, 255);
 }
.home_service .home_service_swiper .swiper-slide .list {
 margin-top: 1rem;
 }
.home_service .home_service_swiper .swiper-slide .list, .home_service .home_service_swiper .swiper-slide .more {
 opacity: 1;
 transform: translate(0px);
 }
.home_service .home_service_swiper .swiper-slide .list ul {
 gap: 8px;
 }
.home_service .home_service_swiper .swiper-slide .list ul li {
 font-size: 0.9rem;
 line-height: 1.5rem;
 gap: 8px;
 }
.home_service .home_service_swiper .swiper-slide .list ul li::before {
 transform: translateY(8px);
 }
.home_service .home_service_swiper .swiper-slide .more {
 margin-top: 20px;
 font-size: 14px;
 padding: 12px 22px;
 }
.home_service .swiper-pagination {
 margin-top: 22px;
 }
.home_service .swiper-pagination span {
 font-size: 14px;
 }
}
 
@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;
  }
}
