 
/*
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 (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .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%;
  }
}
 
:root {
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_service {
 background-color: rgb(227, 227, 227);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1328px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
ul {
 list-style: none;
 }
.flex_middle {
 align-items: center;
 }
.home_service ul {
 height: 85px;
 }
.home_service ul li {
 flex: 1 1 0%;
 display: flex;
 font-weight: 600;
 font-size: 17px;
 justify-content: center;
 }
.gap1 {
 gap: 1rem;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
 .home_service ul li{
    font-size: 0.85rem;
    white-space: nowrap;
 }
 .home_service ul{
    overflow: auto;
    height: 55px;
    gap: 1rem;
 }
 .home_service ul li img{
    max-width: 22px;
    max-height: 22px;
 }
 .home_service ul li .gap1{
    gap: 0.5rem;
 }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
.home_masterpiece {
 padding: 100px 0px;
 }
.home_masterpiece > .content {
 overflow: hidden;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
.home_masterpiece .head {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 }
.ovo-regular {
 font-family: Ovo, serif;
 font-weight: 400;
 }
.head h2 {
 font-size: 3rem;
 font-weight: 700;
 line-height: 59px;
 }
.home_masterpiece .head h2 {
 font-size: 35px;
 font-weight: 500;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
.home_masterpiece .head p {
 font-weight: 600;
 max-width: 800px;
 text-align: center;
 font-size: 17px;
 line-height: 26px;
 margin: 1.5rem auto 4rem;
 }
.swiper_btns {
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 justify-content: space-between;
 }
.swiper_btns.small {
 max-width: 1766px;
 }
.home_masterpiece .swiper_btns {
 position: unset;
 margin-bottom: 2.5rem;
 justify-content: right;
 gap: 1rem;
 width: 100%;
 }
.swiper_btns div {
 width: 1rem;
 height: 30px;
 background: url("https://crudo-leather.com/wp-content/plugins/sytech-fronteditor/sytpl/home_masterpiece1/assets/img/arrow-w.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 cursor: pointer;
 }
.swiper_btns div.swiper-button-disabled {
 cursor: default;
 opacity: 0.68;
 }
.swiper_btns.middle div {
 position: absolute;
 left: 0px;
 top: 0px;
 transform: translateY(-50%);
 }
.swiper_btns.small div {
 width: 12px;
 height: 22px;
 }
.home_masterpiece .swiper_btns.small div {
 width: 30px;
 height: 30px;
 background-image: url("https://crudo-leather.com/wp-content/plugins/sytech-fronteditor/sytpl/home_masterpiece1/assets/img/arrow-up.svg");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center;
 position: unset;
 transform: rotate(90deg);
 }
.home_masterpiece .swiper_btns.small div:nth-child(1) {
 transform: rotate(270deg);
 }
.swiper_btns .btn_next {
 transform: rotate(180deg);
 }
.swiper_btns.middle .btn_next {
 left: unset;
 right: 0px;
 transform: translateY(-50%) rotate(180deg);
 }
.swiper-container-horizontal {
 position: relative;
 }
.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);
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
a {
 color: rgb(0, 0, 0);
 text-decoration: none;
 font-size: 1rem;
 }
.home_masterpiece ul.swiper-wrapper li a {
 text-align: center;
 display: block;
 }
.home_masterpiece ul.swiper-wrapper li .image_box {
 overflow: hidden;
 border-radius: 10px;
 }
.home_masterpiece ul.swiper-wrapper li img {
 width: 100%;
 height: auto;
 object-fit: contain;
 transition: all 0.5s ease 0s;
 vertical-align: top;
 }
.home_masterpiece ul.swiper-wrapper li a:hover img {
 transform: scale(1.05);
 }
.home_masterpiece ul.swiper-wrapper li .image_box:hover img {
 transform: scale(1.1);
 }
.home_masterpiece ul.swiper-wrapper li .image_box img {
 width: 100%;
 transition: all 0.3s ease 0s;
 }
.home_masterpiece ul.swiper-wrapper li p {
 margin: 2rem auto 0px;
 font-size: 17px;
 font-weight: 600;
 display: inline-block;
 padding-bottom: 5px;
 border-bottom: 2px solid rgb(0, 0, 0);
 transition: all 0.3s ease 0s;
 }
.home_masterpiece ul.swiper-wrapper li a:hover p {
 border-color: transparent;
 }
 
@media screen and (max-width: 786px){
    .content {
        padding: 0px 1.2rem;
    }
    .home_masterpiece{
        padding: 4rem 0;
    }
    .home_masterpiece .head h2{
        font-size: 25px;
        line-height: 1.4;
    }
    .home_masterpiece .head p{
        font-size: 0.9rem;
        line-height: 1.5rem;
        font-weight: 500;
        margin: 0.5rem 0 1rem;
    }
    .home_masterpiece .swiper_btns.small div{
        width: 25px;
        height: 25px;
    }
    .home_masterpiece ul.swiper-wrapper li p{
        font-size: 0.9rem;
        margin-top: 1rem;
    }
}
 
:root {
--primary-color:;
}
.home_stories {
 padding-bottom: 82px;
 width: 97.5%;
 margin: 1rem auto;
 overflow: hidden;
 }
.home_stories .home_stories_swiper {
 height: 920px;
 }
.home_stories .home_stories_swiper ul li {
 background-size: cover;
 background-position-y: 20px;
 background-repeat: no-repeat;
 }
.home_stories .home_stories_swiper ul li > .flex {
 flex-direction: column;
 justify-content: end;
 align-items: start;
 height: 100%;
 }
.home_stories .home_stories_swiper ul li > .flex .head {
 margin-bottom: 4.8rem;
 margin-left: 70px;
 }
.home_stories .home_stories_swiper ul li > .flex .head .subtitle {
 font-size: 22px;
 margin-bottom: 1.5rem;
 display: block;
 color: rgb(0, 0, 0);
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
.home_stories .home_stories_swiper ul li > .flex .head p {
 max-width: 660px;
 font-size: 17px;
 line-height: 26px;
 font-weight: 600;
 }
.button_t {
 background-color: rgb(0, 0, 0);
 font-size: 13px;
 border: 2px solid rgb(0, 0, 0);
 border-radius: 5px;
 color: rgb(255, 255, 255);
 display: inline-block;
 transition: all 0.3s ease 0s;
 padding: 13px 26px;
 }
.button_t:hover {
 background-color: transparent;
 color: rgb(0, 0, 0);
 }
.home_stories .home_stories_swiper ul li > .flex .button_t {
 width: 100%;
 border-radius: 0px;
 font-size: 17px;
 text-align: center;
 padding: 28px 0px;
 margin-bottom: -80px;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all 0.3s ease 0s;
 gap: 0px;
 }
.home_stories .home_stories_swiper ul li > .flex .button_t:hover {
 gap: 30px;
 color: rgb(255, 255, 255);
 background-color: rgb(0, 0, 0);
 }
i {
 font-style: normal;
 }
.home_stories .home_stories_swiper ul li > .flex .button_t:hover i {
 width: 68px;
 }
.home_stories .home_stories_swiper ul li > .flex .button_t i {
 position: relative;
 width: 0px;
 height: 1rem;
 transition: all 0.4s ease 0s;
 overflow: hidden;
 }
.home_stories .home_stories_swiper ul li > .flex .button_t i::before {
 content: "";
 display: block;
 width: 100%;
 height: 2px;
 background-color: rgb(255, 255, 255);
 position: absolute;
 right: 2.5px;
 top: 50%;
 transform: translateY(-50%);
 }
.home_stories .home_stories_swiper ul li > .flex .button_t i::after {
 content: "";
 display: block;
 width: 14px;
 height: 14px;
 box-sizing: border-box;
 border-width: 2px;
 border-style: solid;
 border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
 border-image: initial;
 position: absolute;
 right: 0px;
 top: 50%;
 transform: translate(-2px, -50%) rotate(45deg);
 }
.swiper-container-horizontal .swiper-notification.swiper-pagination-bullets {
 position: absolute;
 left: 50%;
 z-index: 99;
 margin-left: -2rem;
 bottom: 2rem;
 }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: 10px;
 left: 0px;
 width: 100%;
 }
.swiper-container-horizontal .swiper-notification.swiper-pagination-bullets .swiper-pagination-bullet {
 background-color: transparent;
 border: 1px solid rgb(0, 0, 0);
 width: 10px;
 opacity: 1;
 height: 10px;
 transition: all 0.3s ease 0s;
 }
.swiper-container-horizontal .swiper-notification.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
 width: 25px;
 border-radius: 10px;
 }
.swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 display: inline-block;
 border-radius: 100%;
 background: rgb(0, 0, 0);
 opacity: 0.2;
 }
.swiper-pagination-bullet-active {
 opacity: 1;
 background: var(--primary-color);
 }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0px 4px;
 }
 
@media screen and (max-width: 786px){
    .home_stories{
        margin: 0;
        width: 100%;
        padding-bottom: 1.5rem;
    }
    .home_stories .home_stories_swiper{
        height: auto;
    }
    .home_stories .home_stories_swiper ul li > .flex{
        position: relative;
        z-index: 5;
    }
    .home_stories .home_stories_swiper ul li > .flex .head{
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .home_stories .home_stories_swiper ul li{
        padding: 4rem 1.2rem 10rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .home_stories .home_stories_swiper ul li > .flex .head p{
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .home_stories .home_stories_swiper ul li > .flex .button_t{
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }
    .home_stories .home_stories_swiper ul li:after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
    }
}
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
.swiper_btns div {
 width: 1rem;
 height: 30px;
 background: url("https://crudo-leather.com/wp-content/plugins/sytech-fronteditor/sytpl/home_masterpiece/assets/img/arrow-w.svg") center center / contain no-repeat;
 transition: all 0.3s ease 0s;
 cursor: pointer;
 }
.home_masterpiece .swiper_btns.small div {
 width: 30px;
 height: 30px;
 background-image: url("https://crudo-leather.com/wp-content/plugins/sytech-fronteditor/sytpl/home_masterpiece/assets/img/arrow-up.svg");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center;
 position: unset;
 transform: rotate(90deg);
 }
.home_masterpiece ul.swiper-wrapper li a .img {
 overflow: hidden;
 border-radius: 10px;
 }
 
@media screen and (max-width: 786px){
    .content {
        padding: 0px 1.2rem;
    }
    .home_masterpiece .head p{
        font-size: 0.9rem;
        line-height: 1.5rem;
        font-weight: 500;
        text-align: left;
        margin: 0.5rem 0 1rem;
    }
}
.home_affiche {
 margin: 3rem auto;
 height: 800px; background-image: url(https://crudo-leather.com/wp-content/plugins/sytech-fronteditor/sytpl/home_affiche/assets/img/home-affiche-banner.webp);
 background-repeat: no-repeat;
 background-size: cover;
 }
.home_affiche .large_content {
 display: flex;
 align-items: center;
 height: 100%;
 max-width: calc(100% - 150px);
 margin: auto;
 }
.home_affiche .large_content .head {
 color: rgb(255, 255, 255);
 }
.home_affiche .large_content .head .subtitle {
 display: block;
 font-size: 22px;
 margin-bottom: 0.8rem;
 }
.home_affiche .large_content .head strong {
 font-size: 50px;
 display: block;
 max-width: 500px;
 }
.home_affiche .large_content .head p {
 margin: 1.5rem 0px;
 font-size: 17px;
 }
 
@media screen and (max-width: 786px){
    .home_affiche{
        padding: 4rem 0;
        height: auto;
    }
    .home_affiche .large_content{
        position: relative;
        z-index: 5;
    }
    .home_affiche:after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .home_affiche .large_content, .content{
        padding: 0 1.2rem;
        max-width: 100%;
    }
    .home_affiche{
        margin-top: 0;
    }
    .home_affiche .large_content .head .subtitle{
        font-size: 0.9rem;
    }
    .home_affiche .large_content .head strong{
        font-size: 25px;
        line-height: 1.5;
    }
    .home_affiche .large_content .head p{
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 0.5rem;
    }
    .home_affiche .button_t{
        padding: 0.6rem 1.5rem;
        font-size: 0.8rem;
    }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}