 
:root {
--title_color:#141414;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_banner {
 position: relative;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.swiper_btns {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 display: flex;
 z-index: 9;
 justify-content: space-between;
 width: 98.5%;
 }
.swiper_btns > div {
 width: 16px;
 cursor: pointer;
 height: 23px;
 display: inline-block;
 background: url("https://globalfabricwholesale.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/arrow-left.svg") center center / contain no-repeat;
 }
.swiper_btns > div.btn_next {
 background-image: url("https://globalfabricwholesale.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/arrow-right.svg");
 }
ul {
 list-style: none;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.home_banner .swiper-slide {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 padding-top: 175px;
 padding-bottom: 175px;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.content {
 max-width: 1740px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.home_banner .swiper-slide .head {
 max-width: 535px;
 color: white;
 }
.home_banner .swiper-slide .head h1, .home_banner .swiper-slide .head strong {
 font-size: 55px;
 line-height: 71px;
 margin-bottom: 1rem;
 display: block;
 }
.head p {
 color: rgba(255, 255, 255, 0.808);
 font-family: Montserrat, sans-serif;
 line-height: 24px;
 font-weight: 300;
 }
.home_banner .icons {
 margin-top: 33px;
 display: flex;
 align-items: center;
 }
.home_banner .icons p {
 font-family: Unna, sans-serif;
 color: white;
 font-size: 19px;
 display: flex;
 align-items: center;
 }
.home_banner .icons p span {
 width: 42px;
 height: 42px;
 display: inline-block;
 margin-right: 1rem;
 background-size: contain;
 background-position: center center;
 background-repeat: no-repeat;
 }
.home_banner .icons p + p {
 margin-left: 60px;
 }
a {
 color: var(--title_color);
 text-decoration: none;
 font-size: 1rem;
 }
.default_btn {
 padding: 15px 50px;
 color: rgb(0, 0, 0);
 font-size: 18px;
 display: inline-block;
 position: relative;
 z-index: 5;
 transition: all 0.3s ease 0s;
 }
.default_btn::after {
 content: "";
 height: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 background-color: white;
 z-index: -2;
 }
.default_btn::before {
 content: "";
 height: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 transition: all 0.5s ease-out 0s;
 background: linear-gradient(to right, rgb(12, 27, 84) 0%, rgb(12, 26, 84) 50%, rgba(12, 26, 84, 0) 100%) right center / 200%;
 z-index: -1;
 opacity: 0;
 }
.default_btn:hover::before {
 background-position: left center;
 opacity: 1;
 }
.default_btn:hover {
 color: white;
 }
.home_banner .default_btn {
 margin-top: 40px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
 
@media screen and (max-width: 786px){

.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.content {
 padding: 0px 1.2rem;
 }
 .home_banner .head p{
    text-align: center;
 }
 .home_banner .swiper-slide::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
 }
 .home_banner .swiper-slide .head{
    text-align: center;
    max-width: 100%;
 }
 .home_banner .swiper-slide .head h1, .home_banner .swiper-slide .head strong{
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
 }
 .home_banner .swiper-slide{
    padding: 4rem 0;
 }
 .home_banner .swiper-slide .content{
    position: relative;
    z-index: 9;
 }
 .home_banner .icons{
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
 }
 .home_banner .icons p span{
    width: 30px;
    height: 30px;
    min-width: 30px;
 }
 .home_banner .icons p{
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.3rem;
 }
 .home_banner .icons p + p{
    margin-left: 0;
 }
 .home_banner .default_btn{
    padding: 10px 30px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
 }
}
 
@media screen and (min-width: 786px) and (max-width: 1920px) {
    .fullcontent {
      padding: 0 1.2rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1850px) {
    .largecontent {
      padding: 0 1.2rem;
    }
    .content {
      max-width: 1740px;
      margin: 0 auto;
      position: relative;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1750px) {
    .content {
      max-width: 1440px;
      margin: 0 auto;
      position: relative;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1450px) {
    .content, .fullcontent, .largecontent{
      max-width: 1220px;
      margin: 0 auto;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1250px) {
    .content, .fullcontent, .largecontent{
      max-width: 900px;
      margin: 0 auto;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1000px) {
    .content, .fullcontent, .largecontent{
      max-width: 900px;
      margin: 0 auto;
    }
  }
  
 
:root {
}
.home_certification {
 padding: 54px 0px 44px;
 background-color: rgb(247, 247, 247);
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.home_certification .left {
 width: 30%;
 }
.head h2 {
 font-size: 50px;
 line-height: 60px;
 }
.home_certification .head h2 {
 max-width: 320px;
 font-size: 32px;
 line-height: 39px;
 }
.home_certification .right {
 width: 70%;
 }
.home_certification .right ul {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 14px;
 }
.home_certification .right ul li .img {
 aspect-ratio: 231 / 108;
 transition: all 0.3s ease 0s;
 }
.img img {
 transition: all 0.3s ease 0s;
 }
.home_certification .right ul li .img img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
 }
.home_certification .right ul li p {
 text-align: center;
 font-size: 18px;
 line-height: 32px;
 margin-top: 23px;
 }
.home_certification .right ul li.active .img {
 background-color: white;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
 filter: brightness(110%);
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
 .home_certification > .content > .flex{
    flex-flow: wrap;
 }
 .home_certification .left{
    width: 100%;
 }
 .home_certification .left .head{
    text-align: center;
 }
 .home_certification .right{
    width: 100%;
 }
 .home_certification .right ul{
    grid-template-columns: repeat(2,1fr);
 }
 .home_certification .right ul li p{
    font-size: 13px;
    margin-top: 5px;
 }
 .home_certification .head h2{
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 100%;
 }
}
 
@media screen and (min-width: 786px) and (max-width: 1920px) {
    .fullcontent {
      padding: 0 1.2rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1850px) {
    .largecontent {
      padding: 0 1.2rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1750px) {
    .content {
      max-width: 1440px;
      margin: 0 auto;
      position: relative;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1450px) {
    .content, .fullcontent, .largecontent{
      max-width: 1220px;
      margin: 0 auto;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1250px) {
    .content, .fullcontent, .largecontent{
      max-width: 900px;
      margin: 0 auto;
    }
    .home_certification > .content > .flex{
      flex-flow: wrap;
    }
    .home_certification .left{
        width: 100%;
    }
    .home_certification .right{
        width: 100%;
        margin-top: 1.5rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1000px) {
    .content, .fullcontent, .largecontent{
      max-width: 900px;
      margin: 0 auto;
    }
  }
  
 
/*
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 {
--theme_color:#0c1b54;
--title_color:#141414;
}
.fullcontent {
 max-width: 1920px;
 margin: 0px auto;
 }
.home_categories .cats-list {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 5px;
 }
.home_categories .cats-list > li {
 background-color: rgb(247, 247, 247);
 aspect-ratio: 640 / 900;
 overflow: hidden;
 transition: all 0.3s ease 0s;
 }
.home_categories .cats-list > li.active {
 background-color: var(--theme_color);
 }
.home_categories .cats-list li.active {
 }
.home_categories .img {
 aspect-ratio: 636 / 678;
 overflow: hidden;
 transition: all 0.4s ease 0s;
 }
.home_categories .cats-list > li.active .img, .home_categories .cats-list li.active .infos {
 transform: translateY(-130px);
 }
.home_categories .img img {
 transition: all 0.3s ease 0s;
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.home_categories .cats-list li.active .infos {
 padding-top: 50px;
 }
.home_categories .cats-list li .infos {
 padding: 75px 42px;
 text-align: center;
 transition: all 0.4s ease 0s;
 }
.home_categories .cats-list li.active .infos > span {
 color: white;
 }
.home_categories .cats-list li .infos > span {
 font-size: 20px;
 color: rgb(12, 27, 84);
 display: block;
 font-family: Montserrat, sans-serif;
 font-weight: 500;
 transition: all 0.3s ease 0s;
 }
.home_categories .cats-list li.active .infos > strong {
 color: white;
 border-color: rgba(238, 238, 238, 0.22);
 }
.home_categories .cats-list li .infos > strong {
 font-size: 34px;
 color: rgb(20, 20, 20);
 font-weight: 500;
 display: block;
 margin-top: 0.8rem;
 padding-bottom: 17px;
 margin-bottom: 25px;
 border-bottom: 1px solid transparent;
 transition: all 0.3s ease 0s;
 }
.home_categories .cats-list li.active ul {
 transform: translateY(0px);
 }
.home_categories .cats-list li ul {
 padding-left: 80px;
 padding-right: 80px;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 0px 2rem;
 text-align: left;
 transform: translateY(100%);
 transition: all 0.3s ease 0s;
 }
.home_categories .cats-list li ul a {
 font-size: 18px;
 line-height: 36px;
 color: rgb(255, 255, 255);
 font-weight: 300;
 opacity: 0.9;
 font-family: Montserrat, sans-serif;
 }
.home_categories .cats-list li ul a:hover {
 text-decoration: underline;
 }
 
@media screen and (max-width: 786px){
    .content {
        padding: 0px 1.2rem;
    }
    .home_categories .cats-list > li{
        min-width: 350px;
    }
    .home_categories .cats-list li.active .infos{
        padding: 1.2rem;
    }
    .home_categories .cats-list li.active .infos > span{
        font-size: 14px;
    }
    .home_categories .cats-list li.active .infos > strong{
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .home_categories .cats-list li ul{
        padding: 0;
    }
    .home_categories .cats-list li ul a{
        font-size: 14px;
        line-height: 30px;
    }
}
 
@media screen and (min-width: 786px) and (max-width: 1920px) {
    .fullcontent {
      padding: 0 1.2rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1850px) {
    .largecontent {
      padding: 0 1.2rem;
    }
    .home_categories .cats-list > li.active .img, .home_categories .cats-list li.active .infos{
        transform: translateY(-50%);
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1750px) {
    .content {
      max-width: 1440px;
      margin: 0 auto;
      position: relative;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1450px) {
    .content, .fullcontent, .largecontent{
      max-width: 1220px;
      margin: 0 auto;
    }
    .home_categories .cats-list li ul{
      padding: 0;
    }
    .home_categories .cats-list li .infos > strong{
      font-size: 25px;
    }
    .home_categories .cats-list li .infos{
      padding: 30px 42px;
    }
    .home_categories .cats-list > li.active .img{
      transform: translateY(-45%);
    }
    .home_categories .cats-list li.active .infos{
        transform: translateY(-60%);
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1250px) {
    .content, .fullcontent, .largecontent{
      max-width: 900px;
      margin: 0 auto;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1000px) {
    .content, .fullcontent, .largecontent{
      max-width: 900px;
      margin: 0 auto;
    }
  }
 
@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;
  }
}
.content {
	
	margin: 0 auto;
	position: relative;
}
 
@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;
  }
}
 
:root {
--title_color:#141414;
--theme_color:#0c1b54;
}
.home_about {
 padding: 165px 0px 130px;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.home_about .left {
 width: 46.8%;
 padding-right: 13%;
 padding-left: 50px;
 }
.home_about .left .head h2 {
 margin-bottom: 45px;
 }
.home_about .left .head p {
 font-family: Montserrat, sans-serif;
 color: rgb(73, 73, 73);
 font-size: 17px;
 line-height: 30px;
 font-weight: 400;
 }
.home_about .left .head p + p {
 margin-top: 30px;
 }
.button_more {
 padding: 15px 50px;
 background-color: white;
 color: rgb(0, 0, 0);
 font-size: 18px;
 display: inline-block;
 position: relative;
 z-index: 5;
 transition: all 0.3s ease 0s;
 border: 1px solid rgba(136, 136, 136, 0.69);
 text-transform: uppercase;
 }
.button_more:hover {
 background-color: var(--theme_color);
 border-color: var(--theme_color);
 color: white;
 }
.home_about .left .head .button_more {
 margin-top: 50px;
 }
.home_about .left .advs {
 padding-top: 40px;
 margin-top: 45px;
 border-top: 2px solid rgba(222, 222, 222, 0.494);
 }
.home_about .left .advs ul {
 display: flex;
 }
.home_about .left .advs ul li {
 flex: 1 1 0%;
 }
i {
 font-style: normal;
 }
.home_about .left .advs i {
 width: 50px;
 height: 50px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center;
 display: inline-block;
 margin-bottom: 20px;
 }
.home_about .left .advs strong {
 font-size: 63px;
 color: rgb(12, 27, 84);
 display: block;
 }
.home_about .left .advs strong .small {
 font-size: 40px;
 }
.home_about .right {
 width: 53.2%;
 padding-right: 63px;
 background: linear-gradient(to right, rgb(247, 247, 247), rgb(247, 247, 247)) right center / 647px 590px no-repeat;
 }
.home_about .right > img:nth-of-type(1) {
 margin-left: 80px;
 margin-bottom: 38px;
 display: block;
 }
.home_about .right img {
 transition: all 2s ease 0s;
 }
.between {
 justify-content: space-between;
 }
.home_about .right div img:nth-of-type(2) {
 width: 173px;
 margin-left: auto;
 animation: 20s linear 0s infinite normal none running rotate;
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
 .home_about{
    padding: 3rem 0;
    overflow: hidden;
 }
 .home_about>.content>.flex{
    flex-flow: wrap;
 }
 .home_about .left{
    width: 100%;
    padding: 0;

 }
 .home_about .right{
    width: 100%;
    padding: 0;
    margin-top: 2rem;
 }
 .home_about .right img{
    width: 100%;
 }
 .home_about .right div img:nth-of-type(1){
    width: 60%;
 }
 .home_about .right div img:nth-of-type(2){
    width: 40%;
 }
 .home_about .left .head h2{
    margin-bottom: 1rem;
 }
 .home_about .left .head p{
    font-size: 0.9rem;
    line-height: 1.5rem;
 }
 .home_about .left .head p + p{
    margin-top: 10px;
 }
 .home_about .left .head .button_more{
    padding: 10px 30px;
    font-size: 13px;
    margin-top: 1.5rem;
 }
 .home_about .left .advs strong .small{
    font-size: 25px;
 }
 .home_about .left .advs strong{
    font-size: 30px;
 }
 .home_about .left .advs i{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
 }
 .home_about .right > img:nth-of-type(1){
    margin-left: 30px;
    margin-bottom: 25px;
 }
}
 
@media screen and (min-width: 786px) and (max-width: 1920px) {
    .fullcontent {
      padding: 0 1.2rem;
    }
    .home_about{
      overflow: hidden;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1850px) {
    .largecontent {
      padding: 0 1.2rem;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1750px) {
    .content {
      max-width: 1440px;
      margin: 0 auto;
      position: relative;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
    }
    .home_about .left{
      padding-left: 0;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1450px) {
    .content, .fullcontent, .largecontent{
      max-width: 1220px;
      margin: 0 auto;
    }
    .home_about .left{
      padding-right: 10%;
    }
  }
  @media screen and (min-width: 786px) and (max-width: 1250px) {
    .content, .fullcontent, .largecontent{
      max-width: 900px;
      margin: 0 auto;
    }

    .home_about>.content>.flex{
      flex-flow: wrap;
   }
   .home_about .left{
      width: 100%;
      padding: 0;
  
   }
   .home_about .right{
      width: 100%;
      padding: 0;
      margin-top: 2rem;
   }
  }
  @media screen and (min-width: 786px) and (max-width: 1000px) {
    .content, .fullcontent, .largecontent{
      max-width: 900px;
      margin: 0 auto;
    }
  }
 
@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;
  }
}