html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text_op:rgba(35, 24, 21, 0.8);
--text:#474747;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.cases_banner {
 padding: 8.4rem 0px 5.75rem;
 }
.cases_banner::before {
 width: 100%;
 height: 79.2233%;
 position: absolute;
 left: 0px;
 bottom: 5.63%;
 background-image: linear-gradient(to top, rgb(255, 255, 255) 19.0787%, transparent 76%);
 content: "";
 pointer-events: none;
 z-index: -1;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.cases_banner {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.cases_banner > img {
 height: 79.2233%;
 }
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@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 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h1 {
 font-size: 6.4rem;
 line-height: 1.20312;
 font-weight: 700;
 letter-spacing: 1.4px;
 }
.cases_banner h1 {
 max-width: 62.6rem;
 margin: 0px auto;
 }
[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 (min-width: 769px) and (max-width: 1220px){
.head h1 {
 font-size: 5.6rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1 {
 font-size: 4.5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.head.bn p {
 font-size: 2rem;
 color: var(--text_op);
 letter-spacing: 0.09px;
 }
.head p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.cases_banner p {
 max-width: 90rem;
 hyphens: auto;
 margin: 2.8rem auto 0px;
 }
[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){
div.head.bn p {
 font-size: 14px;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
[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;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 border-radius: 0.6rem;
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 6.2rem;
 padding: 0px 3.5rem 0px 3.4rem;
 min-width: 18.6rem;
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.cases_banner .btn {
 margin-top: 3.6rem;
 min-width: 26rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 min-width: 120px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 margin-top: 20px;
 min-width: 120px;
 padding: 0px 20px;
 }}
.cases_banner .imgs {
 margin-top: 7.4rem;
 position: relative;
 padding-bottom: 32.5694%;
 }
@media screen and (max-width: 768px){
.cases_banner .imgs {
 margin-top: 30px;
 }}
.cases_banner .imgs > div {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 }
.cases_banner .imgs .syeditorlist {
 display: flex;
 gap: 1.4rem;
 }
@media screen and (max-width: 768px){
.cases_banner .imgs .syeditorlist {
 gap: 10px;
 }}
.cases_banner .imgs > div > div {
 flex: 1 1 25.4181%;
 }
.cases_banner .imgs .syeditorlist .syeditorlist {
 flex-direction: column;
 height: 100%;
 }
.img.img_cv {
 overflow: hidden;
 }
.cases_banner .imgs .img {
 flex: 1 1 54.8%;
 border-radius: 1.2rem;
 }
@media screen and (max-width: 768px){
.cases_banner .imgs .img {
 border-radius: 10px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.cases_banner .imgs .img:hover img {
 transform: scale(1.02);
 }
.cases_banner .imgs .img.normal {
 flex: 1 1 42.22%;
 }
.cases_banner .imgs .sm {
 flex: 1 1 20.4167%;
 }
.cases_banner .imgs .lar {
 flex: 1 1 25.8333%;
 }
input, button, textarea {
 border: none;
 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){


}
/*
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;
  }
}

/*
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;
  }
}

html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#006ab4;
--bg:#f6f8f9;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.cases_analyze {
 padding: 7.8rem 0px 12rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.cases_analyze {
 padding: 50px 0px;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@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 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.head .subtitle {
 display: inline-grid;
 grid-template-columns: 1.3rem 1fr;
 align-items: center;
 font-size: 1.6rem;
 color: rgb(97, 102, 107);
 text-transform: uppercase;
 gap: 0.4rem;
 margin-bottom: 2rem;
 }
.head .subtitle::before {
 display: block;
 padding-bottom: 92.31%;
 content: "";
 background: url("https://rcnc.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/cases_3/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
[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){
div.head .subtitle {
 font-size: 14px;
 grid-template-columns: 10px 1fr;
 gap: 5px;
 margin-bottom: 10px;
 word-spacing: unset;
 letter-spacing: unset;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 600;
 letter-spacing: 1.3px;
 }
[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 (min-width: 769px) and (max-width: 1024px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 3.5rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
.cases_analyze .flex {
 margin-top: 5.8rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.cases_analyze .flex {
 margin-top: 30px;
 align-items: center;
 }}
.img.img_cv {
 overflow: hidden;
 }
.cases_analyze .img {
 border-radius: 2.4rem;
 width: 44.4444%;
 height: auto;
 }
@media screen and (max-width: 768px){
.cases_analyze .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.cases_analyze .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.cases_analyze .img:hover img {
 transform: scale(1.02);
 }
.cases_analyze .items {
 position: relative;
 flex: 1 1 0%;
 width: 100%;
 max-width: 67.4rem;
 }
.cases_analyze .items::before {
 width: 2px;
 position: absolute;
 left: 1.3rem;
 top: 0px;
 bottom: 0px;
 background-color: rgb(0, 0, 0);
 content: "";
 opacity: 0.14;
 z-index: -1;
 }
@media screen and (max-width: 768px){
.cases_analyze .items::before {
 left: 10px;
 }}
li {
 list-style: none;
 }
.cases_analyze .items li {
 display: grid;
 grid-template-columns: auto 85.905%;
 justify-content: space-between;
 align-items: center;
 }
i, em {
 font-style: normal;
 }
.cases_analyze .items .dot {
 width: 2.8rem;
 height: 2.8rem;
 border-radius: 50%;
 border: 0.7rem solid rgb(194, 217, 231);
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.cases_analyze .items .dot {
 width: 22px;
 height: 22px;
 border-width: 5px;
 }}
.cases_analyze .items .desc {
 border-radius: 1.2rem;
 background-color: var(--bg);
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: rgb(22, 22, 22);
 padding: 2.7634% 5.0086% 3.1088%;
 }
@media screen and (max-width: 768px){
.cases_analyze .items .desc {
 font-size: 14px;
 border-radius: 10px;
 padding: 14px;
 line-height: 1.5;
 }}
.cases_analyze .items .desc strong {
 font-weight: 600;
 }
.cases_analyze .items li + li {
 margin-top: 2rem;
 }
input, button, textarea {
 border: none;
 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 {
--bg:#f6f8f9;
--text:#474747;
--primary:#006ab4;
--title:#232323;
--swiper-wrapper-transition-timing-function,initial:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.cases_solutions {
 background-color: var(--bg);
 padding: 11.6rem 0px 11.9rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.cases_solutions {
 padding: 50px 0px;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@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 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.head .subtitle {
 display: inline-grid;
 grid-template-columns: 1.3rem 1fr;
 align-items: center;
 font-size: 1.6rem;
 color: rgb(97, 102, 107);
 text-transform: uppercase;
 gap: 0.4rem;
 margin-bottom: 2rem;
 }
.head .subtitle::before {
 display: block;
 padding-bottom: 92.31%;
 content: "";
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/cases_4/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
.cases_solutions .subtitle {
 margin-bottom: 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){
div.head .subtitle {
 font-size: 14px;
 grid-template-columns: 10px 1fr;
 gap: 5px;
 margin-bottom: 10px;
 word-spacing: unset;
 letter-spacing: unset;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 600;
 letter-spacing: 1.3px;
 }
.cases_solutions h2 {
 letter-spacing: 1.1px;
 }
[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 (min-width: 769px) and (max-width: 1024px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 3.5rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.head p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.cases_solutions p {
 margin-top: 2.9rem;
 }
[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){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
.swiper_btns {
 gap: 3.7rem;
 display: flex;
 }
.cases_solutions .swiper_btns {
 margin-bottom: 1rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.cases_solutions .swiper_btns {
 margin-bottom: 0px;
 }}
.swiper_btns div {
 width: 7rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/cases_4/assets/img/arrow.svg") center center / 30.88% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 border-color: var(--title);
 background-color: var(--title);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.cases_solutions .cases_solutions_swiper {
 margin-top: 5.4rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.cases_solutions .cases_solutions_swiper {
 margin-top: 30px;
 }}
.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;
 }
.cases_solutions .cases_solutions_swiper .swiper-slide {
 max-width: 38.6rem;
 }
.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: 768px){
.cases_solutions .cases_solutions_swiper .swiper-slide {
 max-width: 277px;
 }}
.cases_solutions .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 transition: 0.3s;
 background-color: rgb(255, 255, 255);
 border-radius: 1.4rem;
 padding: 9.0674% 5.9585% 5.9585% 5.6995%;
 }
@media screen and (max-width: 768px){
.cases_solutions .item {
 border-radius: 10px;
 padding: 10px;
 }}
.cases_solutions .item .info {
 flex: 1 1 0%;
 padding: 0px 3.81232%;
 }
@media screen and (max-width: 768px){
.cases_solutions .item .info {
 padding: 10px;
 }}
.cases_solutions .item .info span {
 font-weight: 500;
 color: rgb(112, 112, 112);
 transition: 0.3s;
 }
.cases_solutions .item .info h3 {
 font-size: 2.8rem;
 font-weight: 500;
 color: rgb(9, 27, 53);
 transition: 0.3s;
 margin-top: 2.5rem;
 letter-spacing: 0.6px;
 min-height: 6.6rem;
 }
@media screen and (max-width: 768px){
.cases_solutions .item .info h3 {
 font-size: 18px;
 letter-spacing: unset;
 min-height: unset;
 margin-top: 10px;
 }}
.cases_solutions .item .info p {
 font-size: 1.7rem;
 line-height: 2.7rem;
 color: var(--text);
 hyphens: auto;
 transition: 0.3s;
 margin-top: 2.5rem;
 }
@media screen and (max-width: 768px){
.cases_solutions .item .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.cases_solutions .item .img {
 margin-top: 3.8rem;
 border-radius: 1.2rem;
 padding-bottom: 69.21%;
 }
@media screen and (max-width: 768px){
.cases_solutions .item .img {
 border-radius: 10px;
 margin-top: 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;
 }
.cases_solutions .cases_solutions_swiper .active .item {
 background-color: var(--primary);
 }
.cases_solutions .cases_solutions_swiper .active .info span, .cases_solutions .cases_solutions_swiper .active .info h3, .cases_solutions .cases_solutions_swiper .active .info p {
 color: rgb(255, 255, 255);
 }
.cases_solutions .cases_solutions_swiper .active .info p {
 opacity: 0.7;
 }
input, button, textarea {
 border: none;
 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 {
  --primary:#006ab4;
  --title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_showcases {
 padding: 11.5rem 0px 11.6rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_showcases {
 padding: 50px 0px;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@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 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head .subtitle {
 display: inline-grid;
 grid-template-columns: 1.3rem 1fr;
 align-items: center;
 font-size: 1.6rem;
 color: rgb(97, 102, 107);
 text-transform: uppercase;
 gap: 0.4rem;
 margin-bottom: 2rem;
 }
.head .subtitle::before {
 display: block;
 padding-bottom: 92.31%;
 content: "";
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/cases_5/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
[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){
div.head .subtitle {
 font-size: 14px;
 grid-template-columns: 10px 1fr;
 gap: 5px;
 margin-bottom: 10px;
 word-spacing: unset;
 letter-spacing: unset;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 600;
 letter-spacing: 1.3px;
 }
[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 (min-width: 769px) and (max-width: 1024px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 3.5rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.page_showcases .page_showcases_swiper {
 margin-top: 8.2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.page_showcases .page_showcases_swiper {
 margin-top: 30px;
 }}
.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;
 }
.page_showcases .page_showcases_swiper .swiper-slide {
 max-width: 36.5rem;
 }
.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: 768px){
.page_showcases .page_showcases_swiper .swiper-slide {
 max-width: 277px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.page_showcases .item {
 display: block;
 height: 100%;
 }
.page_showcases .item .pic {
 position: relative;
 border-radius: 2.1rem;
 border: 1px solid rgba(79, 79, 79, 0.18);
 overflow: hidden;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.page_showcases .item .pic {
 border-radius: 10px;
 border-color: var(--primary);
 }}
.img.img_ab {
 position: relative;
 }
.page_showcases .item .img {
 width: 100%;
 padding-bottom: 115.385%;
 }
.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;
 }
.page_showcases .item:hover img {
 transform: scale(1.02);
 }
.wrap {
 flex-wrap: wrap;
 }
.page_showcases .item .wrap {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 background-color: rgba(0, 106, 180, 0.88);
 z-index: 2;
 display: flex;
 flex-direction: column;
 color: rgb(255, 255, 255);
 transform: translateY(50%);
 opacity: 0;
 transition: 0.5s, opacity 0.4s;
 padding: 10.4683% 10.4683% 6.0606%;
 }
@media screen and (max-width: 768px){
.page_showcases .item .wrap {
 transform: translateY(0px);
 opacity: 1;
 padding: 20px;
 }}
.page_showcases .item ul {
 flex: 1 1 0%;
 overflow-y: auto;
 }
.page_showcases .item ul li {
 border-bottom: 1px solid rgba(255, 255, 255, 0.15);
 padding: 2rem 0px 1.7rem;
 }
@media screen and (max-width: 768px){
.page_showcases .item ul li {
 padding: 10px 0px;
 }}
.page_showcases .item ul strong {
 opacity: 0.6;
 font-weight: 300;
 font-size: 1.8rem;
 letter-spacing: 0.2px;
 }
@media screen and (max-width: 768px){
.page_showcases .item ul strong {
 font-size: 16px;
 letter-spacing: unset;
 }}
.page_showcases .item ul p {
 font-size: 2rem;
 margin-top: 0.9rem;
 letter-spacing: 0.15px;
 }
@media screen and (max-width: 768px){
.page_showcases .item ul p {
 font-size: 14px;
 margin-top: 10px;
 letter-spacing: unset;
 }}
.btn_i {
 display: inline-flex;
 align-items: center;
 cursor: pointer;
 transition: 0.3s;
 font-size: 2rem;
 font-weight: 600;
 color: var(--primary);
 gap: 1.7rem;
 letter-spacing: 0.1px;
 }
.btn_i::before {
 width: 5rem;
 height: 5rem;
 display: inline-block;
 content: "";
 transition: 0.3s;
 flex-shrink: 0;
 border-radius: 50%;
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/cases_5/assets/img/arrow-r-w.svg") no-repeat center / 30% var(--title);
 }
.btn_i:hover {
 gap: 2rem;
 }
.btn_i:hover::before {
 background-color: var(--primary);
 transform: rotate(-45deg);
 }
.btn_i.rv {
 flex-direction: row-reverse;
 justify-content: space-between;
 font-size: 1.8rem;
 }
.btn_i.rv:hover {
 padding-left: 1rem;
 }
.page_showcases .item .btn_i {
 color: rgb(255, 255, 255);
 margin-top: 2rem;
 }
.page_showcases .item .btn_i::before {
 background-image: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/cases_5/assets/img/arrow-r.svg");
 background-color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.btn_i {
 font-size: 14px;
 gap: 12px;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
.btn_i::before {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.btn_i.rv {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.page_showcases .item .btn_i {
 margin-top: 10px;
 }}
.page_showcases .item .title {
 font-size: 2.2rem;
 font-weight: 500;
 color: rgb(0, 0, 0);
 margin-top: 2.4rem;
 letter-spacing: 0.2px;
 }
@media screen and (max-width: 768px){
.page_showcases .item .title {
 font-size: 18px;
 letter-spacing: unset;
 margin-top: 20px;
 }}
.page_showcases .page_showcases_swiper .active .pic {
 border-color: var(--primary);
 }
.page_showcases .page_showcases_swiper .active .wrap {
 transform: translateY(0px);
 opacity: 1;
 }
.page_showcases .pagination {
 display: flex;
 align-items: center;
 justify-content: center;
 color: rgb(0, 0, 0);
 gap: 1.3rem;
 margin-top: 8.4rem;
 }
@media screen and (max-width: 768px){
.page_showcases .pagination {
 gap: 12px;
 margin-top: 40px;
 }}
.page_showcases .pagination .current {
 font-weight: 500;
 }
.page_showcases .pagination div.swiper-pagination.swiper-pagination-progressbar {
 width: 13.8rem;
 }
div.swiper-pagination.swiper-pagination-progressbar {
 position: static;
 width: 16.2rem;
 height: 1px;
 background: rgb(211, 211, 211);
 pointer-events: all;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-pagination-progressbar {
 background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
 position: absolute;
 }
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
 width: 100%;
 height: var(--swiper-pagination-progressbar-size,4px);
 left: 0px;
 top: 0px;
 }
@media screen and (max-width: 768px){
.page_showcases .pagination div.swiper-pagination.swiper-pagination-progressbar {
 width: 100px;
 }}
@media screen and (max-width: 768px){
div.swiper-pagination.swiper-pagination-progressbar {
 width: 100px;
 }}
div.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 background: var(--primary);
 height: 2px;
 }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 transform: scale(0);
 transform-origin: left top;
 }
.page_showcases .pagination .total {
 opacity: 0.5;
 }
input, button, textarea {
 border: none;
 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){


}