 
:root {
--title_color:#161616;
--swiper-wrapper-transition-timing-function,initial:;
--theme_color:#161616;
--content_color:#3d3d3d;
}
html {
  font-size: clamp(7.5px, 0.52083333vw, 10px);
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.distributors_offer {
 padding: 7rem 0px 16.1rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.distributors_offer {
 padding: 2rem 0px 4rem;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) 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_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 2rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 1rem;
 }}
.head h2 {
 font-size: 4.6rem;
 font-weight: 600;
 line-height: 5.6rem;
 letter-spacing: 0.15rem;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.head h2 span {
 font-weight: 300;
 }
.swiper_btns {
 gap: 3rem;
 display: flex;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div {
 width: 6.4rem;
 aspect-ratio: 1 / 1;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 1px solid rgba(23, 23, 23, 0.45);
 background-color: transparent;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 1.4rem;
 aspect-ratio: 1 / 1;
 transition: 0.3s;
 background: url("https://www.vision-furniture.com/wp-content/plugins/sytech-fronteditor/sytpl/distributors_3/assets/img/arrow.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--title_color);
 background-color: var(--title_color);
 }
.swiper_btns div:hover::after {
 filter: contrast(0) brightness(2);
 }
.swiper_btns .swiper-button-disabled {
 opacity: 0.5;
 pointer-events: none;
 background-color: transparent;
 border-color: rgba(23, 23, 23, 0.45);
 }
.swiper_btns .swiper-button-disabled::after {
 filter: none;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 46px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div::after {
 width: 12px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.distributors_offer .distributors_offer_swiper {
 margin-top: 7rem;
 overflow: hidden;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.distributors_offer .distributors_offer_swiper {
 margin-top: 2rem;
 }}
ul {
 list-style: none;
 }
.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;
 }
.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;
 }
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.distributors_offer .distributors_offer_swiper .swiper-slide.active a::after {
 width: 100%;
 }
.distributors_offer .distributors_offer_swiper .swiper-slide a {
 display: flex;
 flex-direction: column;
 height: 100%;
 background-color: rgb(249, 249, 249);
 border-bottom: 2px solid rgb(211, 211, 211);
 position: relative;
 padding: 6.3rem 8% 4.5rem 9%;
 }
.distributors_offer .distributors_offer_swiper .swiper-slide a::after {
 width: 0px;
 height: 2px;
 background-color: var(--theme_color);
 position: absolute;
 bottom: -2px;
 left: 0px;
 content: "";
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.distributors_offer .distributors_offer_swiper .swiper-slide a {
 padding: 3rem 20px;
 }}
.distributors_offer .distributors_offer_swiper .icon {
 width: 8rem;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 border: 1px solid var(--theme_color);
 display: inline-flex;
 align-items: center;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.distributors_offer .distributors_offer_swiper .icon {
 width: 3.2rem;
 }}
i {
 font-style: normal;
 }
.distributors_offer .distributors_offer_swiper .icon i {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 background: center center / cover no-repeat;
 }
.distributors_offer .distributors_offer_swiper .info {
 flex: 1 1 0%;
 margin-top: 5.1rem;
 }
@media screen and (max-width: 768px){
.distributors_offer .distributors_offer_swiper .info {
 margin-top: 2rem;
 }}
.distributors_offer .distributors_offer_swiper h3 {
 font-size: 2.8rem;
 line-height: 3.8rem;
 font-weight: 500;
 margin-bottom: 2.1rem;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 }
@media screen and (max-width: 768px){
.distributors_offer .distributors_offer_swiper h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-bottom: 1rem;
 }}
.distributors_offer .distributors_offer_swiper p {
 font-size: 1.7rem;
 line-height: 3rem;
 color: var(--content_color);
 margin-bottom: 7.4rem;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 }
@media screen and (max-width: 768px){
.distributors_offer .distributors_offer_swiper p {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-bottom: 2.2rem;
 }}
.distributors_offer .distributors_offer_swiper .link {
 font-size: 1.6rem;
 line-height: 2rem;
 font-weight: 600;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.distributors_offer .distributors_offer_swiper .link::after {
 width: 7px;
 aspect-ratio: 5 / 10;
 content: "";
 display: inline-block;
 background: url("https://www.vision-furniture.com/wp-content/plugins/sytech-fronteditor/sytpl/distributors_3/assets/img/arrow-r-b.svg") center center / contain no-repeat;
 filter: contrast(0) brightness(0);
 }
@media screen and (max-width: 768px){
.distributors_offer .distributors_offer_swiper .link {
 font-size: 14px;
 line-height: 1.5;
 gap: 10px;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#161616;
--swiper-wrapper-transition-timing-function,initial:;
}
.factory_sustain {
 padding-top: 8.7rem;
 padding-bottom: 10.7rem;
 background: linear-gradient(to top, rgb(245, 245, 245), rgb(255, 255, 255));
 }
@media screen and (max-width: 768px){
.factory_sustain {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.gap {
 gap: 1rem;
 }}
@media screen and (max-width: 768px){
.factory_sustain .flex {
 flex-direction: column;
 }}
.factory_sustain .head {
 flex: 1 1 0%;
 max-width: 83.6rem;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.factory_sustain .head p {
 font-size: 1.7rem;
 font-weight: 400;
 color: rgb(61, 61, 61);
 line-height: 3rem;
 letter-spacing: -0.2px;
 margin-top: 3.4rem;
 }
@media screen and (max-width: 768px){
.factory_sustain .head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 0.5rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div::after {
 content: "";
 display: block;
 width: 1.4rem;
 aspect-ratio: 1 / 1;
 transition: 0.3s;
 background: url("https://www.vision-furniture.com/wp-content/plugins/sytech-fronteditor/sytpl/factory_4/assets/img/arrow.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 46px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div::after {
 width: 12px;
 }}
.swiper_content {
 max-width: 147rem;
 margin: 0px auto;
 position: relative;
 padding: 1.5rem;
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_content {
 padding: 1.5rem 2rem;
 }}
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 20px;
 }}
.factory_sustain .factory_sustain_swiper {
 margin-top: 3.6rem;
 }
@media screen and (max-width: 768px){
.factory_sustain .factory_sustain_swiper {
 margin-top: 20px;
 }}
.factory_sustain .factory_sustain_swiper .swiper-slide {
 display: flex;
 flex-direction: column;
 }
.img.img_cv {
 overflow: hidden;
 }
.factory_sustain .factory_sustain_swiper .img {
 aspect-ratio: 460 / 390;
 transition: 0.3s;
 }
.factory_sustain .factory_sustain_swiper .img:hover {
 box-shadow: rgba(66, 66, 66, 0.25) 0px 0.8rem 1rem;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.factory_sustain .factory_sustain_swiper .img:hover img {
 transform: scale(1.03);
 }
.factory_sustain .factory_sustain_swiper .info {
 padding-top: 2.9rem;
 display: flex;
 flex-direction: column;
 flex: 1 1 0%;
 }
@media screen and (max-width: 768px){
.factory_sustain .factory_sustain_swiper .info {
 padding-top: 1.2rem;
 }}
.factory_sustain .factory_sustain_swiper .info p {
 font-size: 2.2rem;
 font-weight: 500;
 color: rgb(22, 22, 22);
 }
@media screen and (max-width: 768px){
.factory_sustain .factory_sustain_swiper .info p {
 font-size: 16px;
 line-height: 1.5;
 }}
.factory_sustain .factory_sustain_swiper .info ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 1.6rem;
 margin-top: 2.7rem;
 margin-bottom: 2.2rem;
 flex: 1 1 0%;
 }
@media screen and (max-width: 768px){
.factory_sustain .factory_sustain_swiper .info ul {
 margin: 1rem 0px 1.3rem;
 grid-template-columns: 1fr;
 gap: 0.9rem;
 }}
.factory_sustain .factory_sustain_swiper .info li {
 display: flex;
 font-size: 1.7rem;
 color: rgb(22, 22, 22);
 line-height: 2.4rem;
 gap: 1.1rem;
 }
@media screen and (max-width: 768px){
.factory_sustain .factory_sustain_swiper .info ul li {
 font-size: 14px;
 line-height: 1.5;
 gap: 8px;
 }}
.factory_sustain .factory_sustain_swiper .info i {
 display: block;
 width: 2.3rem;
 height: 2.3rem;
 flex-shrink: 0;
 background: center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.factory_sustain .factory_sustain_swiper .info ul li i {
 width: 20px;
 height: 20px;
 }}
.factory_sustain .factory_sustain_swiper .info .desc {
 font-size: 1.7rem;
 font-weight: 300;
 color: rgb(61, 61, 61);
 line-height: 3rem;
 padding-top: 2rem;
 margin-top: auto;
 border-top: 1px solid rgb(201, 201, 201);
 }
@media screen and (max-width: 768px){
.factory_sustain .factory_sustain_swiper .info .desc {
 font-size: 14px;
 line-height: 1.5;
 padding-top: 0.5rem;
 }}
 
@media screen and (max-width: 786px){


}
 
:root {
--content_color:#3d3d3d;
--title_color:#161616;
}
.design_core {
 padding: 14.5rem 0px 15rem;
 background-color: rgb(244, 244, 244);
 }
@media screen and (max-width: 768px){
.design_core {
 padding: 4rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex_top {
 align-items: flex-start;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 1rem;
 }}
.design_core .left {
 width: 43.8rem;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.design_core .img {
 max-width: 23.7rem;
 margin-top: 6.8rem;
 }
@media screen and (max-width: 768px){
.design_core .img {
 max-width: 6rem;
 margin-top: 2rem;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.design_core .right {
 width: 55.5556%;
 color: var(--content_color);
 padding-top: 2.5rem;
 }
@media screen and (min-width: 768px) and (max-width: 896px){
.design_core .right {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.design_core .right {
 width: 100%;
 padding-top: 1rem;
 }}
.design_core .right > :first-child {
 margin-top: 0px;
 }
.design_core .right p {
 font-size: 1.7rem;
 line-height: 3rem;
 margin-top: 0.4rem;
 }
@media screen and (max-width: 768px){
.design_core .right p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 8px;
 }}
.design_core .right h3 {
 font-size: 2.4rem;
 font-weight: 600;
 margin-top: 2.8rem;
 }
@media screen and (max-width: 768px){
.design_core .right h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-top: 1rem;
 }}
 
@media screen and (max-width: 786px){


}
 
:root {
  --theme_color: #161616;
  --title_color: #161616;
  --content_color: #3d3d3d;
}
.section_customized {
 overflow: hidden;
 padding: 12.8rem 0px 16.8rem;
 }
@media screen and (max-width: 768px){
.section_customized {
 padding: 4rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.section_customized .control_box {
 gap: 2rem;
 display: grid;
 align-items: center;
 grid-template-columns: 1fr auto;
 margin-top: 3.2rem;
 }
@media screen and (max-width: 768px){
.section_customized .control_box {
 gap: 1rem;
 margin-top: 20px;
 }}
.section_customized .control_box .pagination_box {
 display: flex;
 align-items: center;
 gap: 1.6rem;
 font-weight: 500;
 }
@media screen and (max-width: 768px){
.section_customized .control_box .pagination_box {
 gap: 1rem;
 font-size: 14px;
 }}
.section_customized .control_box .section_customized_pagination {
 position: relative;
 height: 1px;
 width: 11.6rem;
 background-color: rgba(0, 0, 0, 0.3);
 }
.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){
.section_customized .control_box .section_customized_pagination {
 width: 50%;
 }}
.section_customized .control_box .section_customized_pagination .swiper-pagination-progressbar-fill {
 background-color: var(--theme_color);
 }
.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;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.section_customized .control_box .swiper_btns {
 gap: 1rem;
 }}
.swiper_btns div::after {
 content: "";
 display: block;
 width: 1.4rem;
 aspect-ratio: 1 / 1;
 transition: 0.3s;
 background: url("https://www.vision-furniture.com/wp-content/plugins/sytech-fronteditor/sytpl/single-design_8_1/assets/img/arrow.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 46px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div::after {
 width: 12px;
 }}
@media screen and (max-width: 768px){
.section_customized .control_box .swiper_btns div {
 width: 46px;
 }}
.section_customized .section_customized_swiper {
 margin-top: 3.4rem;
 }
@media screen and (max-width: 768px){
.section_customized .section_customized_swiper {
 margin-top: 2rem;
 }}
.section_customized .section_customized_swiper .swiper-slide {
 padding: 6rem 4.2rem 7.4rem;
 transition: 0.3s;
 border: 1px solid rgb(249, 249, 249);
 background-color: rgb(249, 249, 249);
 }
.section_customized .section_customized_swiper .active {
 background-color: rgb(255, 255, 255);
 border-color: rgba(216, 216, 216, 0.71);
 box-shadow: rgba(224, 224, 224, 0.45) 7px 7px 5px;
 }
@media screen and (max-width: 768px){
.section_customized .section_customized_swiper .swiper-slide {
 padding: 2rem 20px;
 }}
.section_customized .section_customized_swiper .icon {
 display: flex;
 align-items: center;
 justify-content: center;
 max-width: 8.5rem;
 aspect-ratio: 1 / 1;
 background-color: rgb(255, 255, 255);
 box-shadow: rgba(226, 226, 226, 0.45) 0px 15px 15px;
 }
@media screen and (max-width: 768px){
.section_customized .section_customized_swiper .icon {
 max-width: 4rem;
 }}
.section_customized .section_customized_swiper .icon i {
 display: block;
 width: 59%;
 aspect-ratio: 1 / 1;
 transition: 0.3s;
 background: center center / contain no-repeat;
 }
.section_customized .section_customized_swiper .active .icon i {
 filter: contrast(0) brightness(0);
 }
.section_customized .section_customized_swiper h3 {
 font-size: 2.4rem;
 font-weight: 600;
 line-height: 1.5;
 margin-top: 5.2rem;
 }
@media screen and (max-width: 768px){
.section_customized .section_customized_swiper h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-top: 1rem;
 }}
.section_customized .section_customized_swiper p {
 color: var(--content_color);
 font-size: 1.7rem;
 line-height: 2.8rem;
 margin-top: 1.8rem;
 }
@media screen and (max-width: 768px){
.section_customized .section_customized_swiper p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 12px;
 }}
 .section_customized_swiper ul {
  gap: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
 }
 @media screen and (min-width: 768px) and (max-width: 1024px){
  .section_customized_swiper ul{
    grid-template-columns: repeat(2, 1fr);
  }}
  @media screen and (max-width: 768px){
    html {
      font-size: 16px;
    }
    body {
      font-size: 1rem;
    }
    .section_customized .section_customized_swiper {
      margin-top: 0;
    }
    .section_customized_swiper ul {
      gap: 1rem;
      padding: 10px 20px;
      display: flex;
      overflow: auto;
      width: 100vw;
      margin: 0 -20px;
      &::-webkit-scrollbar {
        display:none;
      }
    }
    .section_customized_swiper ul li {
      flex: 1 0 260px;
    }
  }
 
@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;
  }
}
