html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4e4e4e;
--primary:#14ae66;
--title:#222222;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.section_banner {
 max-width: 256rem;
 margin: 0px auto;
 overflow: hidden;
 border-radius: 0px 0px 6rem 6rem;
 }
.section_banner::before {
 content: "";
 position: absolute;
 inset: 0px;
 z-index: -1;
 opacity: 0.82;
 pointer-events: none;
 background-image: linear-gradient(to right, rgb(0, 19, 37), rgba(0, 19, 37, 0.2));
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.section_banner {
 border-radius: 0px 0px 10px 10px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 152.5rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.section_banner .flex {
 height: 100vh;
 min-height: max-content;
 max-height: 91.8rem;
 padding: 18rem 0px 8rem;
 }
@media screen and (max-width: 768px){
.section_banner .flex {
 height: calc(64px + 30vh);
 padding: 94px 0px 30px;
 }}
.section_banner .head {
 color: rgb(255, 255, 255);
 max-width: 85rem;
 padding-bottom: 3.14754%;
 }
@media screen and (max-width: 768px){
.section_banner .head {
 padding: 0px;
 }}
.Inter, h1, h2, h3 {
 font-family: "Inter Tight", sans-serif;
 }
.syedittext h1 {
 font-weight: 700;
 font-size: 8.6rem;
 line-height: 10.3rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.head h1 {
 font-size: 25px;
 line-height: 1.3;
 }}
.syedittext p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 2.7rem;
 }
.section_banner .head p {
 margin-top: 2.8rem;
 color: rgba(255, 255, 255, 0.8);
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.head .desc, .head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.section_banner .head p {
 margin-top: 12px;
 }}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 gap: 1.6rem;
 display: inline-flex;
 align-items: center;
 vertical-align: top;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 5.6rem;
 padding: 0px 3rem;
 border-radius: 0.8rem;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.btn::after {
 content: "";
 display: block;
 width: 1.6rem;
 height: 1.2rem;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://jscytev.com//wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
.btn:hover {
 color: var(--primary);
 background-color: rgb(255, 255, 255);
 }
.btn:hover::after {
 filter: none;
 transform: translateX(5px);
 }
.section_banner .head .btn {
 margin-top: 5rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_more {
 gap: 8px;
 font-size: 14px;
 padding: 0px 20px;
 line-height: 40px;
 }}
@media screen and (max-width: 768px){
.section_banner .head .btn {
 margin-top: 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.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;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#14ae66;
--text:#4e4e4e;
--secondary:#0e313a;
--title:#222222;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.section_about {
 padding-top: 6.6rem;
 max-width: 256rem;
 margin: 0px auto;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.section_about {
 padding-top: 50px;
 }}
.content {
 max-width: 152.5rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
.section_about .head {
 position: relative;
 z-index: 2;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.section_about .head {
 display: block;
 }}
.section_about .head .lt, .section_about .head .rt {
 flex: 1 1 0%;
 }
.section_about .head .lt {
 max-width: 60rem;
 }
.Inter, h1, h2, h3 {
 font-family: "Inter Tight", sans-serif;
 }
.syedittext h2 {
 font-weight: 700;
 font-size: 5.9rem;
 line-height: 6.2rem;
 }
.section_about .head h2 {
 max-width: 58rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.section_about .head .line {
 width: 5.2rem;
 height: 5px;
 border-radius: 10px;
 background-color: var(--primary);
 position: relative;
 margin-top: 2.8rem;
 }
.section_about .head .line::before, .section_about .head .line::after {
 content: "";
 display: block;
 width: 5px;
 height: 5px;
 position: absolute;
 left: 6rem;
 top: 0px;
 border-radius: 50%;
 background-color: var(--primary);
 }
.section_about .head .line::after {
 left: 7.3rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.section_about .head .line {
 margin-top: 12px;
 }}
.section_about .head .lt strong {
 font-size: 2.3rem;
 display: block;
 margin-top: 3rem;
 }
.section_about .head strong {
 font-weight: 600;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.section_about .head .lt strong {
 margin-top: 12px;
 font-size: 16px;
 }}
.section_about .head .rt {
 max-width: 77.2rem;
 padding-top: 6rem;
 }
@media screen and (max-width: 768px){
.section_about .head .rt {
 width: 50%;
 padding-top: 0px;
 }}
@media screen and (max-width: 576px){
.section_about .head .rt {
 width: 100%;
 margin-top: 12px;
 }}
.syedittext p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 2.7rem;
 }
.section_about .head p {
 max-width: 67.6rem;
 }
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
 transition-delay: 0.15s;
 }
@media screen and (max-width: 768px){
.head .desc, .head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.section_about .head .rt p:first-child {
 margin-top: 0px;
 }}
.section_about .items {
 max-width: 67.6rem;
 margin-top: 4rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.section_about .items {
 margin-top: 15px;
 }}
.section_about .items ul {
 gap: 3rem 0px;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.section_about .items ul {
 grid-template-columns: repeat(2, 1fr);
 }}
@media screen and (max-width: 768px){
.section_about .items ul {
 gap: 15px 0px;
 grid-template-columns: repeat(2, 1fr);
 }}
li {
 list-style: none;
 }
.section_about .items li {
 gap: 1.8rem;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr;
 padding-right: 2rem;
 }
@media screen and (max-width: 768px){
.section_about .items li {
 gap: 8px;
 padding-right: 15px;
 }}
.section_about .items .img {
 width: 5.4rem;
 height: 5.4rem;
 }
@media screen and (max-width: 768px){
.section_about .items .img {
 width: 42px;
 height: 42px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.section_about .items strong {
 font-size: 2.1rem;
 }
@media screen and (max-width: 768px){
.section_about .items strong {
 font-size: 14px;
 }}
.section_about .items li:last-child {
 padding-right: 0px;
 }
.img.img_cv {
 overflow: hidden;
 }
.section_about .image {
 position: relative;
 margin-top: calc(-1 * min(6.77083%, 13rem));
 overflow: visible;
 }
.section_about .image::before {
 content: "";
 position: absolute;
 left: 0px;
 top: 0px;
 right: 0px;
 height: 22rem;
 pointer-events: none;
 background-image: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
 }
.section_about .image {
 margin-top: -3.2rem;
 }
@media screen and (max-width: 768px){
.section_about .image {
 margin-top: -10%;
 }}
@media screen and (max-width: 576px){
.section_about .image {
 margin-top: -42px;
 }}
@media screen and (max-width: 576px){
.section_about .image::before {
 height: 100px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.section_about .image .mask {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: -3.8rem;
 }
@media screen and (max-width: 768px){
.section_about .image .mask {
 bottom: -10px;
 }}
.section_about .nums {
 color: rgb(255, 255, 255);
 text-align: center;
 background-color: var(--secondary);
 padding-top: 12rem;
 }
@media screen and (max-width: 768px){
.section_about .nums {
 padding-top: 30px;
 }}
.section_about .nums ul {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 }
@media screen and (max-width: 576px){
.section_about .nums ul {
 gap: 20px 0px;
 grid-template-columns: repeat(2, 1fr);
 }}
.section_about .nums li {
 padding: 0px 1rem;
 }
.section_about .nums span {
 font-weight: 700;
 font-size: 6.8rem;
 }
@media screen and (max-width: 768px){
.section_about .nums span {
 font-size: 32px;
 }}
i, em {
 font-style: normal;
 }
.section_about .nums i {
 color: var(--primary);
 font-size: 4.3rem;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.section_about .nums i {
 font-size: 20px;
 }}
.section_about .nums p {
 color: rgba(255, 255, 255, 0.8);
 font-size: 2rem;
 font-weight: 500;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.section_about .nums p {
 font-size: 14px;
 margin-top: 12px;
 }}
.section_about .cir {
 margin-top: calc(-1 * min(4.16667%, 8rem));
 }
@media screen and (max-width: 576px){
.section_about .cir {
 margin-top: -2px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4e4e4e;
--primary:#14ae66;
--swiper-wrapper-transition-timing-function,initial:;
--swiper-pagination-bottom,8px:;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-horizontal-gap,4px:;
--swiper-pagination-bullet-opacity, 1:;
--title:#222222;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.section_solution {
 padding: 8rem 0px 10.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.section_solution {
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.section_solution {
 overflow: hidden;
 }}
.content {
 max-width: 152.5rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.Inter, h1, h2, h3 {
 font-family: "Inter Tight", sans-serif;
 }
.syedittext h2 {
 font-weight: 700;
 font-size: 5.9rem;
 line-height: 6.2rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.syedittext p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 2.7rem;
 }
.section_solution .head p {
 max-width: 103.4rem;
 margin: 2.2rem auto 0px;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.head .desc, .head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.section_solution .head p {
 margin-top: 12px;
 }}
.section_solution .nav {
 margin-top: 3.8rem;
 }
@media screen and (max-width: 768px){
.section_solution .nav {
 margin-top: 20px;
 }}
.section_solution .nav ul {
 gap: 2rem 3.9rem;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.section_solution .nav ul {
 gap: 10px 20px;
 flex-wrap: nowrap;
 justify-content: flex-start;
 width: calc(100% + 40px);
 padding: 0px 20px;
 margin: 0px -20px;
 overflow: auto;
 }}
li {
 list-style: none;
 }
.section_solution .nav li {
 cursor: pointer;
 font-weight: 600;
 font-size: 1.8rem;
 transition: 0.3s;
 padding: 1.5rem 0px;
 border-radius: 0.8rem;
 }
.section_solution .nav li:hover {
 color: var(--primary);
 }
@media screen and (max-width: 768px){
.section_solution .nav li {
 white-space: nowrap;
 font-size: 14px;
 padding: 10px 0px;
 }}
@media screen and (max-width: 768px){
.section_solution .nav li:first-child {
 margin-left: auto;
 }}
.section_solution .nav li.active {
 color: rgb(255, 255, 255);
 padding: 1.5rem 2.9rem;
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.section_solution .nav li.active {
 padding: 10px 20px;
 }}
@media screen and (max-width: 768px){
.section_solution .nav li:last-child {
 margin-right: auto;
 }}
.swiper_box {
 position: relative;
 }
.section_solution .swiper_box {
 margin-top: 5.4rem;
 }
@media screen and (max-width: 768px){
.section_solution .swiper_box {
 margin-top: 30px;
 }}
.section_solution .section_solution_swiper {
 overflow: hidden;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 576px){
.section_solution .section_solution_swiper {
 overflow: visible;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.section_solution .section_solution_swiper .swiper-slide {
 gap: 3rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 576px){
.section_solution .section_solution_swiper .swiper-slide {
 display: block;
 }}
.section_solution .section_solution_swiper .lt {
 width: 49.8361%;
 }
@media screen and (max-width: 576px){
.section_solution .section_solution_swiper .lt {
 width: 100%;
 margin-bottom: 15px;
 }}
.section_solution .section_solution_image_swiper {
 overflow: hidden;
 border-radius: 1.6rem;
 }
@media screen and (max-width: 768px){
.section_solution .section_solution_image_swiper {
 border-radius: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.section_solution .section_solution_image_swiper .img {
 display: block;
 width: 100%;
 border-radius: 1.6rem;
 padding-bottom: 62.5%;
 }
@media screen and (max-width: 768px){
.section_solution .section_solution_image_swiper .img {
 border-radius: 10px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.section_solution .section_solution_image_swiper .img:hover img {
 transform: scale(1.03);
 }
.section_solution div.swiper-pagination {
 position: static;
 margin-top: 2.6rem;
 gap: 2rem;
 display: flex;
 justify-content: center;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: var(--swiper-pagination-bottom,8px);
 top: var(--swiper-pagination-top,auto);
 left: 0px;
 width: 100%;
 }
@media screen and (max-width: 768px){
.section_solution div.swiper-pagination {
 gap: 8px;
 margin-top: 15px;
 }}
.section_solution div.swiper-pagination .swiper-pagination-bullet {
 opacity: 1;
 margin: 0px;
 flex: 1 1 0%;
 height: 3px;
 max-width: 10.6rem;
 border-radius: 10px;
 transition: 0.3s;
 background-color: rgb(223, 229, 234);
 }
.section_solution div.swiper-pagination .swiper-pagination-bullet::before {
 content: "";
 display: block;
 width: 0px;
 height: 100%;
 border-radius: 100px;
 background-color: var(--primary);
 }
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
 display: inline-block;
 border-radius: var(--swiper-pagination-bullet-border-radius,50%);
 background: var(--swiper-pagination-bullet-inactive-color,#000);
 opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
 }
@media screen and (max-width: 768px){
.section_solution div.swiper-pagination .swiper-pagination-bullet {
 max-width: 30px;
 }}
.section_solution div.swiper-pagination .swiper-pagination-bullet-active::before {
 width: 100%;
 transition: 3.3s linear;
 }
.swiper-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 }
.section_solution .section_solution_swiper .rt {
 flex: 1 1 0%;
 max-width: 64.5rem;
 padding-bottom: 2.09836%;
 }
@media screen and (max-width: 768px){
.section_solution .section_solution_swiper .rt {
 padding-bottom: 0px;
 }}
.section_solution .section_solution_swiper strong {
 color: var(--primary);
 font-weight: 600;
 font-size: 2.4rem;
 display: block;
 margin-bottom: 1.8rem;
 }
@media screen and (max-width: 768px){
.section_solution .section_solution_swiper strong {
 font-size: 16px;
 margin-bottom: 12px;
 }}
.section_solution .section_solution_swiper h3 {
 font-weight: 600;
 font-size: 3.2rem;
 }
@media screen and (max-width: 768px){
.section_solution .section_solution_swiper h3 {
 font-size: 18px;
 }}
.section_solution .section_solution_swiper p {
 max-width: 58.6rem;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.section_solution .section_solution_swiper p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
.section_solution .section_solution_swiper .rt ul {
 padding-top: 0.8rem;
 }
@media screen and (max-width: 768px){
.section_solution .section_solution_swiper .rt ul {
 padding-top: 0px;
 }}
.section_solution .section_solution_swiper .rt li {
 position: relative;
 font-size: 1.8rem;
 line-height: 2.7rem;
 padding-left: 1.6rem;
 margin-top: 0.8rem;
 }
.section_solution .section_solution_swiper .rt li::before {
 content: "";
 display: block;
 width: 0.6rem;
 height: 0.6rem;
 border-radius: 50%;
 background-color: var(--primary);
 position: absolute;
 left: 0px;
 top: 1rem;
 }
@media screen and (max-width: 768px){
.section_solution .section_solution_swiper .rt li {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.section_solution .section_solution_swiper .rt li::before {
 top: 6px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 gap: 1.6rem;
 display: inline-flex;
 align-items: center;
 vertical-align: top;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 5.6rem;
 padding: 0px 3rem;
 border-radius: 0.8rem;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.btn::after {
 content: "";
 display: block;
 width: 1.6rem;
 height: 1.2rem;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://jscytev.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
.btn:hover {
 color: var(--primary);
 background-color: rgb(255, 255, 255);
 }
.btn:hover::after {
 filter: none;
 transform: translateX(5px);
 }
.section_solution .section_solution_swiper .btn {
 margin-top: 4.6rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_more {
 gap: 8px;
 font-size: 14px;
 padding: 0px 20px;
 line-height: 40px;
 }}
@media screen and (max-width: 768px){
.section_solution .section_solution_swiper .btn {
 margin-top: 20px;
 }}
.swiper_btns {
 gap: 2.4rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 179.2rem;
 justify-content: space-between;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.section_solution .swiper_btns {
 width: auto;
 position: static;
 transform: translate(0px);
 padding: 0px 20px;
 justify-content: flex-end;
 margin-top: 20px;
 }}
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns div {
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 32%;
 height: 32%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://jscytev.com//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/arrow-line-l.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 background-color: rgb(255, 255, 255);
 }
.swiper_btns div:hover::after {
 filter: none;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.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;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--secondary:#0e313a;
--primary:#14ae66;
--swiper-wrapper-transition-timing-function,initial:;
--text:#4e4e4e;
--h:;
--title:#222222;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_application {
 position: relative;
 padding: 6.4rem 0px 11.8rem;
 background-color: var(--secondary);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_application {
 padding: 50px 0px 30px;
 }}
@media screen and (max-width: 576px){
.home_application {
 overflow: hidden;
 }}
.home_application .cir1 {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: calc(100% - 2px);
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.content {
 max-width: 152.5rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.home_application .nav ul {
 gap: 2rem;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.home_application .nav ul {
 gap: 10px;
 justify-content: flex-start;
 flex-wrap: nowrap;
 width: calc(100% + 40px);
 padding: 0px 20px;
 margin: 0px -20px;
 overflow: auto;
 }}
li {
 list-style: none;
 }
.home_application .nav li {
 cursor: pointer;
 transition: 0.3s;
 font-size: 1.8rem;
 font-weight: 600;
 color: rgb(255, 255, 255);
 border-radius: 0.8rem;
 border: 1px solid rgba(255, 255, 255, 0.25);
 padding: 1.4rem 2.8rem;
 text-align: center;
 min-width: 20.8rem;
 }
.home_application .nav li:hover, .home_application .nav li.active {
 color: rgb(255, 255, 255);
 border-color: var(--primary);
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.home_application .nav li {
 min-width: unset;
 font-size: 14px;
 padding: 10px 20px;
 white-space: nowrap;
 }}
@media screen and (max-width: 768px){
.home_application .nav li:first-child {
 margin-left: auto;
 }}
@media screen and (max-width: 768px){
.home_application .nav li:last-child {
 margin-right: auto;
 }}
.swiper_box {
 position: relative;
 }
.home_application .swiper_box {
 margin-top: 10.6rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
@media screen and (max-width: 768px){
.home_application .swiper_box {
 margin-top: 30px;
 }}
.home_application .home_application_swiper {
 overflow: hidden;
 border-radius: 1.8rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_application .home_application_swiper {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.home_application .home_application_swiper {
 overflow: visible;
 border-radius: 0px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.home_application .home_application_swiper .swiper-slide {
 gap: 3rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 576px){
.home_application .home_application_swiper .swiper-slide {
 flex-direction: column-reverse;
 }}
.home_application .home_application_swiper .text {
 flex: 1 1 0%;
 max-width: 68rem;
 }
.Inter, h1, h2, h3 {
 font-family: "Inter Tight", sans-serif;
 }
.syedittext h2 {
 font-weight: 700;
 font-size: 5.9rem;
 line-height: 6.2rem;
 }
.home_application .home_application_swiper .text h2 {
 color: rgb(255, 255, 255);
 font-size: 7rem;
 line-height: 7.2rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_application .home_application_swiper .text h2 {
 font-size: 6rem;
 line-height: 1.3;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_application .home_application_swiper .text h2 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
.home_application .home_application_swiper .text h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.syedittext p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 2.7rem;
 }
.home_application .home_application_swiper .text p {
 max-width: 56.4rem;
 margin-top: 2.8rem;
 color: rgba(255, 255, 255, 0.8);
 }
@media screen and (max-width: 768px){
.home_application .home_application_swiper .text p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 gap: 1.6rem;
 display: inline-flex;
 align-items: center;
 vertical-align: top;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 5.6rem;
 padding: 0px 3rem;
 border-radius: 0.8rem;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.btn::after {
 content: "";
 display: block;
 width: 1.6rem;
 height: 1.2rem;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://jscytev.com//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
.btn:hover {
 color: var(--primary);
 background-color: rgb(255, 255, 255);
 }
.btn:hover::after {
 filter: none;
 transform: translateX(5px);
 }
.home_application .home_application_swiper .text .btn {
 margin-top: 3.5rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_more {
 gap: 8px;
 font-size: 14px;
 padding: 0px 20px;
 line-height: 40px;
 }}
@media screen and (max-width: 768px){
.home_application .home_application_swiper .text .btn {
 margin-top: 20px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_application .home_application_swiper .img {
 width: 50.0984%;
 --h: 66.230366%;
 border-radius: 1.8rem;
 }
@media screen and (max-width: 768px){
.home_application .home_application_swiper .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.home_application .home_application_swiper .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_application .home_application_swiper .img:hover img {
 transform: scale(1.03);
 }
.swiper_btns {
 gap: 2.4rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 179.2rem;
 justify-content: space-between;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_application .swiper_btns {
 width: auto;
 padding: 0px 20px;
 margin-top: 20px;
 position: static;
 transform: translate(0px);
 justify-content: flex-end;
 }}
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns div {
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 32%;
 height: 32%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://jscytev.com//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/arrow-line-l.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 background-color: rgb(255, 255, 255);
 }
.swiper_btns div:hover::after {
 filter: none;
 }
@media screen and (max-width: 768px){
.swiper_btns.white div:hover::after {
 filter: none;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.swiper_btns.middle .swiper-button-disabled {
 pointer-events: none;
 }
.swiper_btns.white .swiper-button-disabled::after {
 filter: contrast(0) brightness(2);
 }
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 border-color: rgb(145, 145, 145);
 background-color: transparent;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: contrast(0) brightness(0);
 }
.home_application .cir2 {
 position: absolute;
 left: 0px;
 right: 0px;
 top: calc(100% - 2px);
 transform: rotate(180deg);
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4e4e4e;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#14ae66;
--title:#222222;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_core {
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.home_core .text {
 padding: 14.5rem 0px 7.8rem;
 background-image: linear-gradient(rgb(245, 246, 247), rgb(253, 253, 253), rgb(245, 246, 247));
 }
 .home_core .home_core_image_swiper:has(.active) .img {
  opacity: 0;
}
.home_core .home_core_image_swiper:has(.active) strong {
  opacity: 0.5;
}
.home_core .home_core_image_swiper:has(.active) .active strong {
  opacity: 1;
}

.home_core .list li.active {
  display: block;
}
@media screen and (max-width: 768px){
.home_core .text {
 padding: 50px 0px;
 }}
.content {
 max-width: 152.5rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.home_core .head {
 max-width: 103.4rem;
 margin: 0px auto;
 }
.Inter, h1, h2, h3 {
 font-family: "Inter Tight", sans-serif;
 }
.syedittext h2 {
 font-weight: 700;
 font-size: 5.9rem;
 line-height: 6.2rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.syedittext p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 2.7rem;
 }
.home_core .head p {
 margin-top: 2.4rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.head .desc, .head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.home_core .head p {
 margin-top: 12px;
 }}
.home_core .home_core_swiper {
 overflow: hidden;
 margin-top: 5rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_core .home_core_swiper {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.home_core .home_core_swiper {
 overflow: visible;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.home_core .home_core_swiper .icon {
 width: 8rem;
 height: 8rem;
 border-radius: 50%;
 border: 1px solid var(--primary);
 display: flex;
 align-items: center;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.home_core .home_core_swiper .icon {
 width: 50px;
 height: 50px;
 }}
.home_core .home_core_swiper .icon img {
 display: block;
 width: 60%;
 height: 60%;
 object-fit: contain;
 }
.home_core .home_core_swiper h3 {
 font-weight: 600;
 font-size: 2.4rem;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.home_core .home_core_swiper h3 {
 font-size: 18px;
 margin-top: 20px;
 }}
.home_core .home_core_swiper p {
 font-size: 1.6rem;
 line-height: 2.5rem;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.home_core .home_core_swiper p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
.home_core .image {
 background-color: rgb(245, 246, 247);
 }
.home_core .image > div {
 position: relative;
 max-width: 256rem;
 margin: 0px auto;
 }
.home_core .cir1 {
 position: absolute;
 left: 0px;
 right: 0px;
 top: -1px;
 z-index: 5;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_core .list {
 position: absolute;
 inset: 0px;
 z-index: 2;
 }
.home_core .list::before {
 content: "";
 position: absolute;
 left: 0px;
 top: 0px;
 right: 0px;
 height: 31.2rem;
 pointer-events: none;
 background-image: linear-gradient(to top, transparent, rgba(17, 26, 30, 0.88));
 }
.home_core .list ul, .home_core .list li, .home_core .list .img {
 width: 100%;
 height: 100%;
 }
.home_core .list li {
 display: none;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_cv img {
 object-fit: cover;
 }
.swiper_box {
 position: relative;
 }
.home_core .home_core_image_swiper {
 position: relative;
 z-index: 3;
 }
.home_core .home_core_image_swiper .swiper-slide {
 border-right: 1px solid rgb(255, 255, 255);
 }
.img.img_ab {
 position: relative;
 }
.home_core .home_core_image_swiper .img {
 transition: 0.3s;
 padding-bottom: 153.573%;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_core .home_core_image_swiper strong {
 position: absolute;
 left: 3rem;
 top: 6.4rem;
 right: 3rem;
 z-index: 2;
 color: rgb(255, 255, 255);
 transition: 0.3s;
 font-weight: 700;
 font-size: 2.8rem;
 }
@media screen and (max-width: 768px){
.home_core .home_core_image_swiper strong {
 font-size: 18px;
 left: 20px;
 right: 20px;
 top: 30px;
 }}
.home_core .cir2 {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: -1px;
 z-index: 5;
 transform: rotate(180deg);
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4e4e4e;
--primary:#14ae66;
--swiper-wrapper-transition-timing-function,initial:;
--title:#222222;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_certificate {
 padding: 9.6rem 0px 6.2rem;
 background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(245, 246, 247));
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_certificate {
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.home_certificate {
 overflow: hidden;
 }}
.content {
 max-width: 152.5rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.home_certificate .flex {
 display: block;
 }}
.home_certificate .head {
 flex: 1 1 0%;
 max-width: 87rem;
 }
.Inter, h1, h2, h3 {
 font-family: "Inter Tight", sans-serif;
 }
.syedittext h2 {
 font-weight: 700;
 font-size: 5.9rem;
 line-height: 6.2rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.syedittext p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 2.7rem;
 }
.home_certificate .head p {
 margin-top: 2.6rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.head .desc, .head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.home_certificate .head p {
 margin-top: 12px;
 }}
.swiper_btns {
 gap: 2.4rem;
 display: flex;
 }
.home_certificate .swiper_btns {
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.home_certificate .swiper_btns {
 margin-top: 20px;
 }}
.swiper_btns div {
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 32%;
 height: 32%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://jscytev.com//wp-content/plugins/sytech-fronteditor/sytpl/home_7/assets/img/arrow-line-l.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 background-color: rgb(255, 255, 255);
 }
.swiper_btns div:hover::after {
 filter: none;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 border-color: rgb(145, 145, 145);
 background-color: transparent;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: contrast(0) brightness(0);
 }
.home_certificate .home_certificate_swiper {
 overflow: hidden;
 margin-top: 7.2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_certificate .home_certificate_swiper {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.home_certificate .home_certificate_swiper {
 overflow: visible;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_certificate .home_certificate_swiper .active .img {
 border-color: var(--primary);
 }
.home_certificate .home_certificate_swiper .img {
 overflow: hidden;
 border-radius: 1.6rem;
 border: 2px solid rgb(244, 244, 244);
 background-color: rgb(244, 244, 244);
 padding-bottom: 106.667%;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.home_certificate .home_certificate_swiper .img {
 border-radius: 10px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_certificate .home_certificate_swiper .img:hover img {
 transform: scale(1.03);
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_certificate .home_certificate_swiper .active .btn_zoom {
 opacity: 1;
 }
.home_certificate .home_certificate_swiper .btn_zoom {
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 transition: 0.3s;
 transform: translate(-50%, -50%);
 opacity: 0;
 width: 9rem;
 height: 9rem;
 border-radius: 50%;
 background: url(https://jscytev.com//wp-content/plugins/sytech-fronteditor/sytpl/home_7/assets/img/icon-zoom.svg) no-repeat center / 30% var(--primary);
 overflow: hidden;
 text-indent: -999px;
 }
.home_certificate .home_certificate_swiper .btn_zoom:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
@media screen and (max-width: 768px){
.home_certificate .home_certificate_swiper .btn_zoom {
 width: 50px;
 height: 50px;
 }}
.home_certificate .home_certificate_swiper .syedittext {
 text-align: center;
 }
.home_certificate .home_certificate_swiper .syedittext p {
 color: var(--title);
 font-size: 2rem;
 line-height: 2.8rem;
 padding: 2rem 2.6rem 0px;
 }
@media screen and (max-width: 768px){
.home_certificate .home_certificate_swiper .syedittext p {
 padding: 10px 10px 0px;
 font-size: 14px;
 line-height: 1.5;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


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