 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1760px;
	margin: 0 auto;
	position: relative;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
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;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}

:root {
  --theme_color: #fc0102;
  --subtheme_color: #212121;
  --title_color: #232323;
  --content_color: #828282;
  --bg_color: linear-gradient(to right, #000, #000);
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1780px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-family: 'Poppins', sans-serif;
}
.only_mobile {
  display: none;
}
.head h2 {
  color: var(--title_color);
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
}
.head p{
  font-size: 17px;
  color: #606060;
}
.head .subtitle{
  font-size: 16px;
  font-weight: 600;
  color: var(--theme_color);
  text-transform: uppercase;
}
.head .subtitle + h2{
  margin-top: 1.3rem;
}
.normal-title h1{
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.normal-title p{
  max-width: 563px;
  color: #fff;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  /* margin: 7px 0 0; */
}
.head h1{
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 75px;
  text-transform: uppercase;
}
.head p{
  /* max-width: 563px; */
    color: #fff;
    opacity: 0.85;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin: 7px 0 0;
}
.button {
  display: inline-block;
  line-height: 1;
  border-radius: 6px;
  transition: all 0.3s;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--theme_color);
  padding: 15px 45.4px;
  border: 2px solid var(--theme_color);
}
.button:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.button_more {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  padding: 17px 59.5px;
  transition: all 0.3s;
}
.button_more:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1872px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_banner/assets/img/left-g.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.swiper_btns .btn_next {
  background-image: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_banner/assets/img/right-g.svg);
}
.swiper-pagination{
  display: flex;
  width: 100%;
  margin-top: 70px;
  justify-content: center;
  position: unset !important;
  align-items: center;
  gap: 28px;
}

.about_banner{
  background: url('https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_banner/assets/img/about_banner.jpg') no-repeat center/cover;
}
.about_banner .head{
  min-height: 90vh;
  max-height: 800px;
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.about_banner .head h1{
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 75px;
  text-transform: uppercase;
}
.about_banner .head p{
  max-width: 563px;
  color: #fff;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin: 7px 0 0;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px !important;
    line-height: 1.5 !important;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .button {
    font-size: 14px;
    padding: 11px 22px 12px;
    min-width: 120px;
  }
  .button_more {
    font-size: 14px;
    padding: 9px 22px 10px;
  }

  .content {
    padding: 0 1.2rem;
  }
  .swiper_btns {
    display: none;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .button {
    font-size: 14px;
    padding: 11px 20px;
  }
  .button_more {
    font-size: 14px;
    padding: 11px 20px;
  }

  .about_banner {
    padding: 4rem 0;
    position: relative;
    z-index: 2;
  }
  .about_banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .about_banner .head {
    min-height: unset;
    padding: 0;
  }
  .about_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .about_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1800px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    max-width: 1400px;
  }
  .swiper_content {
    max-width: 1420px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1200px;
  }
  .swiper_content {
    max-width: 1220px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_num/assets/img/left-g.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns .btn_next {
  background-image: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_num/assets/img/right-g.svg);
}

.about_num{
  padding: 55px 0;
}
.about_num ul li{
  flex: 1;
}
.about_num ul li .img{
  width: 60px;
  height: 64px;
  margin-right: 25px;
}
.about_num ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_num ul li strong{
  font-size: 45px;
  font-weight: 600;
}
.about_num ul li p{
  font-size: 17px;
  margin-top: 1rem;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .about_num {
    padding: 3rem 0;
  }
  .about_num ul {
    display: grid;
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .about_num ul li .img {
    width: 2rem;
    height: 2rem;
    margin-right: 8px;
  }
  .about_num ul li strong {
    font-size: 1.6rem;
    line-height: 1;
  }
  .about_num ul li p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1800px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    max-width: 1400px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1200px;
  }
  .about_num ul li .img {
    width: 3rem;
    height: 3rem;
  }
  .about_num ul li strong {
    font-size: 38px;
  }
}
@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;
  }
  
  .about_num ul {
    flex-wrap: wrap;
  }
  .about_num ul li {
    min-width: 33%;
  }
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_about/assets/img/left-g.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns .btn_next {
  background-image: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_about/assets/img/right-g.svg);
}

.about_about{
  padding: 110px 0 65px;
}
.about_about .left{
  width: 40%;
}
.about_about .left h2{
  margin-bottom: 40px;
}
.about_about .left p{
  font-size: 18px;
  color: #666;
}
.about_about .right{
  width: 60%;
  padding-left: 7.38636%;
}
.about_about .right .img{
  height: 650px;
  border-radius: 13px;
  overflow: hidden;
}
.about_about .right .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .about_about {
    padding: 3rem 0;
  }
  .about_about .flex {
    display: block;
  }
  .about_about .left {
    width: 100%;
  }
  .about_about .head h2 {
    margin-bottom: 0.5rem;
  }
  .about_about .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_about .right {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
  .about_about .right .img {
    height: 220px;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1800px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    max-width: 1400px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1200px;
  }
}
@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;
  }
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_brand/assets/img/left-g.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns .btn_next {
  background-image: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_brand/assets/img/right-g.svg);
}
.about_brand{
  padding: 75px 0;
}
.about_brand ul li{
  width: 300px;
  height: 125px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  filter: grayscale(1.2);
  opacity: 0.4;
  transition: all 0.3s;
}
.about_brand ul li.active{
  filter: grayscale(0);
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.about_brand ul li img{
  max-width: 160px;
  max-height: 75px;
}
.about_brand{
  overflow: hidden;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .about_brand {
    padding: 3rem 0;
  }
  .about_brand ul li {
    height: 5rem;
  }
  .about_brand ul li img {
    width: 80%;
    height: 80%;
    object-fit: contain;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1800px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    max-width: 1400px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1200px;
  }
}
@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;
  }
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_service/assets/img/left-g.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns .btn_next {
  background-image: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_service/assets/img/right-g.svg);
}

.about_service{
  padding: 130px 0 70px;
  overflow: hidden;
}
.about_service .head h2{
  margin-bottom: 20px;
}
.about_service .swiper-btns{
  display: flex;
  gap: 25px;
  position: relative;
  top: -5px;
}
.about_service .swiper-btns div{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid var(--subtheme_color);
  background-color: var(--subtheme_color);
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.about_service .swiper-btns div::after {
  content: '';
  display: block;
  width: 35%;
  height: 35%;
  background: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_service/assets/img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.about_service .swiper-btns div.next::after {
  background-image: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_service/assets/img/right-b.svg);
}
.about_service .head{
  margin-bottom: 70px;
}
.about_service .swiper_service li{
  width: 415px;
  padding: 50px 37px;
  border-radius: 8px;
  transition: all 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.about_service .swiper_service li .img{
  width: 70px;
  height: 98px;
  margin-bottom: 35px;
}
.about_service .swiper_service li img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_service .swiper_service li strong{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
  display: block;
  line-height: 35px;
}
.about_service .swiper_service li p{
  font-size: 18px;
  color: #7a7a7a;
  line-height: 28px;
  margin-bottom: 45px;
}
.about_service .swiper_service li a{
  font-size: 19px;
  color: var(--theme_color);
  display: inline-block;
  font-weight: 500;
  padding-right: 25px;
  background: url('https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_service/assets/img/arrow-right.svg') no-repeat right/18px;
}
.about_service .swiper-btns div.swiper-button-disabled {
  background-color: transparent;
  cursor: default;
}
.about_service .swiper-btns div.swiper-button-disabled:after{
  filter: brightness(0);
}
.about_service .swiper_service li.active{
  background-color: #212121;
}
.about_service .swiper_service li.active strong, .about_service .swiper_service li.active p{
  color: #fff;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .about_service {
    padding: 3rem 0 4rem;
  }
  .about_service .head {
    margin-bottom: 2rem;
  }
  .about_service .head .flex {
    display: block;
  }
  .about_service .head h2 {
    margin-bottom: 0.5rem;
  }
  .about_service .head p {
    color: var(--title_color);
  }
  .about_service .head .swiper-btns {
    margin-top: 1.25rem;
    gap: 1rem;
  }
  .about_service .head .swiper-btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_service .swiper_service li {
    padding: 2rem 1.2rem 1.6rem;
  }
  .about_service .swiper_service li > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
  }
  .about_service .swiper_service li .img {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
  }
  .about_service .swiper_service li strong {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .about_service .swiper_service li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    flex: 1;
  }
  .about_service .swiper_service li a {
    font-size: 14px;
    background-size: 14px;
  }
  .about_service .swiper-pagination {
    margin-top: 1.25rem;
    gap: 1rem;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1800px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    max-width: 1400px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1200px;
  }
}
@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;
  }
}