 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1440px;
	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: #3fcc58;
  --subtheme_color: #0396e8;
  --title_color: #242424;
  --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color));
}
ul {
  list-style: none;
}
a {
  color: var(--title_color);
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1460px;
  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;
  font-family: unset;
}
.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 {
  color: var(--title_color);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
  max-width: 1220px;
}
.gap {
  gap: 1.25rem;
}
li.swiper-slide {
  height: auto;
}
.head h2 {
  font-size: 3rem;
  line-height: 62px;
  font-weight: 700;
}
.button {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, var(--theme_color), var(--subtheme_color), var(--theme_color));
  background-size: 200%;
  padding: 14px 49px 15px;
  cursor: pointer;
}
.button:hover {
  background-position: right;
}
.button_more {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  padding: 13px 45px 14px;
}
.button_more::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 4px;
  background-image: var(--bg_color);
  opacity: 0;
}
.button_more:hover {
  color: #fff;
}
.button_more:hover::after {
  opacity: 1;
}
.swiper_btns {
  display: flex;
}
.swiper_btns div {
  width: 19px;
  height: 35px;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_banner/assets/img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle {
  width: 98%;
  max-width: 1612px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.swiper_btns.middle div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.full {
  gap: 28px;
}
.swiper_btns.full div {
  border-radius: 50%;
  border: 1px solid rgba(36, 36, 36, 0.15);
  width: 5rem;
  height: 5rem;
  background: transparent;
  opacity: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_btns.full div:hover {
  filter: brightness(1.2);
}
.swiper_btns.full div::before {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  transition: all 0.3s;
  background-image: var(--bg_color);
}
.swiper_btns.full div::after {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_banner/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns.full div.swiper-button-disabled::before {
  opacity: 0;
}
.swiper_btns.full div.swiper-button-disabled::after {
  background-image: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_banner/assets/img/arrow-b.svg);
}
.swiper_btns.full.middle {
  max-width: 1646px;
}
.swiper_btns.full.middle div {
  position: absolute;
}
div.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  height: 1rem;
  width: 100%;
  gap: 21px;
}
div.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--title_color);
  background-color: var(--title_color);
  opacity: 1;
  transition: all 0.3s linear;
  margin: 0 4px;
}
div.swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  margin: 0 !important;
}
div.swiper-pagination.big {
  height: 19px;
}
div.swiper-pagination.big .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px;
}
div.swiper-pagination.big .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
}
div.swiper-pagination.white {
  filter: contrast(0) brightness(20);
}



.about_banner {
  padding-bottom: 83px;
}
.about_banner .banner {
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_banner/assets/img/home-num.webp) no-repeat bottom center / cover;
  position: relative;
  z-index: 2;
}
.about_banner .banner::before {
  content: '';
  display: block;
  width: 49.4271%;
  height: 100%;
  background-image: linear-gradient(to right, #fff, transparent);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.about_banner .banner .content {
  min-height: 816px;
}
.about_banner .banner .content::after {
  content: '';
  display: block;
  width: 18.2639%;
  aspect-ratio: 263/32;
  background-image: var(--bg_color);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
.about_banner .head {
  width: 604px;
  padding: 4rem 78px 66px 0;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}
.about_banner .head::after {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_banner/assets/img/home-num-bg.svg) no-repeat right center;
  background-size: auto 100%;
  background-color: #39c768;
  border-radius: 0 12px 12px 0;
}
.about_banner .head h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 73px;
}
.about_banner .head p {
  font-size: 17px;
  line-height: 30px;
  margin-top: 20px;
}
.about_banner .head .button {
  margin-top: 38px;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff, var(--subtheme_color), var(--theme_color));
  background-size: 300%;
  color: var(--theme_color);
}
.about_banner .head .button:hover {
  color: #fff;
}
.about_banner .nums {
  margin-top: 72px;
}
.about_banner .nums ul {
  display: flex;
  gap: 1rem;
}
.about_banner .nums ul li {
  flex: 1;
  padding-left: 8.333%;
  position: relative;
}
.about_banner .nums ul li i {
  width: 17.8161%;
  aspect-ratio: 62/70;
  background: no-repeat left center / contain;
  position: absolute;
  left: 12.069%;
  top: -8px;
}
.about_banner .nums ul li span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.about_banner .nums ul li p {
  opacity: 0.85;
  font-size: 18px;
  line-height: 23px;
  margin-top: 30px;
}
 
@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;
    line-height: 1.5;
  }
  .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;
  }

  .about_banner {
    padding-bottom: 3rem;
  }
  .about_banner .banner .content {
    min-height: unset;
    padding: 0;
  }
  .about_banner .banner .head {
    width: 100%;
    padding: 3rem 1.2rem;
    position: static;
    transform: translate(0);
  }
  .about_banner .banner .head::after {
    border-radius: 0;
    opacity: 0.8;
  }
  .about_banner .banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .about_banner .banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_banner .banner .head .button {
    margin-top: 1.25rem;
  }
  .about_banner .nums {
    padding: 0;
    margin-top: 2rem;
  }
  .about_banner .nums ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .about_banner .nums ul li {
    padding: 0;
  }
  .about_banner .nums ul li i {
    position: static;
    width: 2rem;
    height: 2rem;
    display: block;
    margin-bottom: 0.5rem;
  }
  .about_banner .nums ul li span {
    font-size: 1.6rem;
  }
  .about_banner .nums ul li p {
    margin-top: 0.5rem;
    font-size: 12px;
    line-height: 1.5;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
  .about_banner .head {
    padding-left: 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1220px;
  }
  .swiper_content {
    max-width: 1240px;
  }
}
@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;
  }
  .home_about .nums ul li span,
  .about_banner .nums ul li span {
    font-size: 2rem;
  }
}
.swiper_btns div {
  width: 19px;
  height: 35px;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_intro/assets/img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div::after {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_intro/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns.full div.swiper-button-disabled::after {
  background-image: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_intro/assets/img/arrow-b.svg);
}


.about_intro {
  padding: 83px 0;
}
.about_intro .gap {
  gap: 3.5%;
}
.about_intro .head {
  min-width: 46.389%;
  padding-top: 3.8889%;
}
.about_intro .head p {
  max-width: 609px;
  color: #666666;
  line-height: 27px;
  margin-top: 30px;
}
.about_intro .head ul {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 6.9%;
}
.about_intro .head ul li i {
  display: block;
  width: 56px;
  height: 54px;
  background: no-repeat left center / contain;
}
.about_intro .head ul li strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  display: block;
}
.about_intro .img {
  min-width: 53.4028%;
}
.about_intro .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .about_intro {
    padding: 3rem 0;
  }
  .about_intro .flex {
    display: block;
  }
  .about_intro .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_intro .head ul {
    margin-top: 1.25rem;
    gap: 1rem;
  }
  .about_intro .head ul li i {
    width: 2rem;
    height: 2rem;
  }
  .about_intro .head ul li strong {
    font-size: 14px;
    line-height: 1.5;
  }
  .about_intro .img {
    margin-top: 2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1220px;
  }
  .about_intro .head {
    width: 45%;
    min-width: unset;
  }
  .about_intro .img {
    width: 53%;
    min-width: unset;
  }
}
@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: 19px;
  height: 35px;
  background: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_certificate/assets/img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div::after {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_certificate/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns.full div.swiper-button-disabled::after {
  background-image: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_certificate/assets/img/arrow-b.svg);
}



.about_certificate {
  background: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_certificate/assets/img/home-solu-bg.jpg) no-repeat center / cover;
  padding: 186px 0 166px;
  position: relative;
}
.about_certificate .con {
  overflow: hidden;
}
.about_certificate::before {
  content: '';
  display: block;
  width: 25.677%;
  aspect-ratio: 493/32;
  background-image: var(--bg_color);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.about_certificate .main {
  gap: 9.5833%;
}
.about_certificate .head {
  min-width: 415px;
}
.about_certificate .head p {
  color: #666666;
  line-height: 27px;
  margin-top: 14px;
}
.about_certificate .head ul {
  margin-top: 36px;
}
.about_certificate .head ul li {
  padding-left: 2rem;
  position: relative;
  color: #757575;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 18px;
}
.about_certificate .head ul li:last-child {
  margin-bottom: 0;
}
.about_certificate .head ul li::before {
  content: '';
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #757575;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_certificate .head ul li.active {
  color: #282828;
}
.about_certificate .head ul li.active::before {
  background-image: var(--bg_color);
}
.about_certificate .head .swiper_btns {
  margin-top: 65px;
}
.about_certificate .swiper_box {
  min-width: 100%;
  padding: 10px;
  overflow: hidden;
}
.about_certificate_swiper.hide{
  display: none;
}
.about_certificate .about_certificate_swiper {
  max-width: 786px;
}
.about_certificate .about_certificate_swiper .swiper-slide {
  aspect-ratio: 372/527;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.about_certificate .about_certificate_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .about_certificate {
    padding: 4rem 0;
  }
  .about_certificate .main {
    display: block;
  }
  .about_certificate .head {
    min-width: 100%;
  }
  .about_certificate .head p {
    margin-top: 0.5rem;
  }
  .about_certificate .head ul {
    margin-top: 1.25rem;
  }
  .about_certificate .head ul li {
    font-size: 1rem;
    padding-left: 22px;
  }
  .about_certificate .head ul li::before {
    width: 1rem;
  }
  .about_certificate .head .swiper_btns {
    margin-top: 2rem;
    gap: 1rem;
  }
  .about_certificate .head .swiper_btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_certificate .swiper_box {
    margin-top: 3rem;
    overflow: visible;
    padding: 0;
  }
  .about_certificate .about_certificate_swiper {
    max-width: 100%;
  }
}

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


  .about_certificate .main {
    gap: 2rem;
  }
  .about_certificate .about_certificate_swiper {
    max-width: 373px;
  }
}
@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_certificate .head {
    min-width: 330px;
  }
}
.swiper_btns div {
  width: 19px;
  height: 35px;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_different/assets/img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div::after {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_different/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns.full div.swiper-button-disabled::after {
  background-image: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_different/assets/img/arrow-b.svg);
}



.about_different {
  padding: 182px 0 176px;
}
.about_different .swiper_box {
  margin: 88px 0 70px;
}
.about_different .about_different_swiper .swiper-slide {
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 88px 2.7778% 60px;
}
.about_different .about_different_swiper .swiper-slide i {
  display: block;
  width: 72px;
  height: 68px;
  background: no-repeat left center / contain;
}
.about_different .about_different_swiper .swiper-slide h3 {
  color: #212427;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 33px;
}
.about_different .about_different_swiper .swiper-slide p {
  color: #5c6266;
  font-size: 17px;
  line-height: 29px;
  margin-top: 1rem;
}
.about_different div.swiper-pagination {
  justify-content: center;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .about_different {
    padding: 4rem 0;
  }
  .about_different .swiper_box {
    margin: 2rem 0;
  }
  .about_different .swiper_box .swiper_btns {
    display: none;
  }
  .about_different div.swiper-pagination,
  .about_different div.swiper-pagination.big {
    gap: 1rem;
  }
  .about_different div.swiper-pagination .swiper-pagination-bullet,
  .about_different div.swiper-pagination.big .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
  }
  .about_different div.swiper-pagination .swiper-pagination-bullet-active,
  .about_different div.swiper-pagination.big .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 !important;
  }
  .about_different .about_different_swiper .swiper-slide {
    padding: 2rem 1.2rem 1.6rem;
  }
  .about_different .about_different_swiper .swiper-slide i {
    width: 3rem;
    height: 3rem;
  }
  .about_different .about_different_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .about_different .about_different_swiper .swiper-slide p {
    font-size: 13.6px;
    line-height: 1.3rem;
    margin-top: 0.5rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1220px;
  }
}
@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: 19px;
  height: 35px;
  background: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_say/assets/img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div::after {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_say/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns.full div.swiper-button-disabled::after {
  background-image: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_say/assets/img/arrow-b.svg);
}




.about_say {
  padding: 106px 0 82px;
  overflow: hidden;
  background: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_say/assets/img/home-say-bg.webp) no-repeat center / cover;
}
.about_say .head {
  color: #fff;
}
.about_say .about_say_swiper {
  max-width: 548px;
  overflow: hidden;
  margin: 76px 0 0 auto;
  padding-top: 35px;
}
.about_say .about_say_swiper .swiper-slide {
  background-color: #fff;
  position: relative;
  padding: 62px 6.9344% 56px;
}
.about_say .about_say_swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 69px;
  height: 69px;
  position: absolute;
  left: 6.9344%;
  top: 0;
  transform: translateY(-50%);
  background: url(https://jsacrel.it/wp-content/plugins/sytech-fronteditor/sytpl/about_say/assets/img/maohao.svg) no-repeat center / contain;
}
.about_say .about_say_swiper .swiper-slide p {
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
}
.about_say .about_say_swiper .swiper-slide .info {
  display: flex;
  align-items: center;
  margin-top: 46px;
}
.about_say .about_say_swiper .swiper-slide .info .logo {
  width: 134px;
  height: 47px;
}
.about_say .about_say_swiper .swiper-slide .info .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_say .about_say_swiper .swiper-slide .info .name {
  border-left: 1px solid #d6d6d6;
  padding: 2px 0 2px 26px;
  margin-left: 11%;
}
.about_say .about_say_swiper .swiper-slide .info .name strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.about_say .about_say_swiper .swiper-slide .info .name span {
  color: #979797;
}
.about_say div.swiper-pagination {
  margin-top: 35px;
}
.about_say .about_partner_swiper {
  margin-top: 60px;
}
.about_say .about_partner_swiper .swiper-wrapper {
  transition: all linear;
}
.about_say .about_partner_swiper .swiper-slide {
  aspect-ratio: 194/83;
}
.about_say .about_partner_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1220px;
  }
}
@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;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  

  .about_say {
    padding: 4rem 0;
  }
  .about_say .about_say_swiper {
    margin-top: 2rem;
    padding-top: 1.25rem;
  }
  .about_say .about_say_swiper .swiper-slide {
    padding: 2rem 1.2rem 1.6rem;
  }
  .about_say .about_say_swiper .swiper-slide::before {
    width: 2.5rem;
    height: 2.5rem;
    left: 1.2rem;
  }
  .about_say .about_say_swiper .swiper-slide p {
    font-size: 0.95rem;
    line-height: 1.7;
    font-weight: normal;
  }
  .about_say .about_say_swiper .swiper-slide .info {
    margin-top: 1.6rem;
  }
  .about_say .about_say_swiper .swiper-slide .info .logo {
    width: 5rem;
    aspect-ratio: 134/47;
  }
  .about_say .about_say_swiper .swiper-slide .info .name {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .about_say .about_say_swiper .swiper-slide .info .name strong {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .about_say .about_say_swiper .swiper-slide .info .name span {
    font-size: 13px;
  }
  .about_say div.swiper-pagination,
  .about_say div.swiper-pagination.big {
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .about_say div.swiper-pagination .swiper-pagination-bullet,
  .about_say div.swiper-pagination.big .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
  }
  .about_say div.swiper-pagination .swiper-pagination-bullet-active,
  .about_say div.swiper-pagination.big .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 !important;
  }
  .about_say .about_partner_swiper {
    margin-top: 2rem;
  }
}
.swiper_btns div {
  width: 19px;
  height: 35px;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_history/assets/img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div::after {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_history/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns.full div.swiper-button-disabled::after {
  background-image: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_history/assets/img/arrow-b.svg);
}



.about_history {
  padding: 160px 0 156px;
  overflow: hidden;
}
.about_history .head div {
  max-width: 508px;
  margin-right: 1.2rem;
}
.about_history .head div h2 {
  margin-top: 20px;
  font-size: 46px;
  line-height: 60px;
}
.about_history .head p {
  font-size: 17px;
  line-height: 26px;
  max-width: 574px;
}
.about_history .main {
  position: relative;
  margin-top: 10px;
}
.about_history .main::after {
  content: '';
  display: block;
  aspect-ratio: 430/600;
  width: 29.86%;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_history/assets/img/about-exhibition-bg.svg) no-repeat center / contain;
  position: absolute;
  right: -3.333%;
  top: 0;
}
.about_history .main .nav {
  width: 160px;
  position: relative;
}
.about_history .main .nav .line {
  display: block;
  width: 3px;
  border-radius: 6px;
  background-color: var(--theme_color);
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
}
.about_history .main .nav ul {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.about_history .main .nav ul li {
  font-weight: 800;
  line-height: 58px;
  color: #636363;
  font-size: 18px;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 25px;
  font-family: 'Nunito', sans-serif;
}
.about_history .main .nav ul li:last-child {
  margin-bottom: 0;
}
.about_history .main .nav ul li.active {
  color: var(--theme_color);
}
.about_history .main .about_history_swiper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.about_history .main .about_history_swiper .block {
  pointer-events: none;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_history/assets/img/about-exhibition-block.svg) no-repeat center / contain;
  position: absolute;
  right: 5.46875%;
  top: 12px;
  z-index: 2;
  transition: all 1s;
}
.about_history .main .about_history_swiper .swiper-slide {
  padding: 50px 2.1875% 50px 5.625%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.about_history .main .about_history_swiper .swiper-slide .info {
  flex: 1;
  max-width: 400px;
}
.about_history .main .about_history_swiper .swiper-slide .info h3 {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
.about_history .main .about_history_swiper .swiper-slide .info p {
  color: #666;
  line-height: 27px;
  max-width: 370px;
  margin-top: 20px;
}
.about_history .main .about_history_swiper .swiper-slide .pic {
  width: 54.40678%;
  aspect-ratio: 642/462;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about_history .main .about_history_swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .about_history {
    padding: 4rem 0;
  }
  .about_history .main {
    margin-top: 1.25rem;
    display: block;
  }
  .about_history .main::after {
    display: none;
  }
  .about_history .main .nav {
    width: 100%;
  }
  .about_history .main .nav .line {
    display: none;
  }
  .about_history .main .nav ul {
    display: flex;
    overflow: auto;
    gap: 1rem;
    border: none;
  }
  .about_history .main .nav ul li {
    white-space: nowrap;
    line-height: 1.5;
    padding-bottom: 12px;
    margin: 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
  }
  .about_history .main .nav ul li.active {
    border-color: var(--theme_color);
  }
  .about_history .main .about_history_swiper {
    margin-top: 2rem;
    overflow: visible;
  }
  .about_history .main .about_history_swiper .block {
    width: 3rem;
    height: 3rem;
    right: -0.6rem;
    top: -1rem;
  }
  .about_history .main .about_history_swiper .swiper-slide {
    padding: 0;
    flex-direction: column-reverse;
  }
  .about_history .main .about_history_swiper .swiper-slide .pic {
    width: 100%;
  }
  .about_history .main .about_history_swiper .swiper-slide .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_history .main .about_history_swiper .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1220px;
  }
}
@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_history .main::after {
    top: 20%;
  }
  .about_history .main .about_history_swiper .block {
    top: 20%;
  }
}
.swiper_btns div {
  width: 19px;
  height: 35px;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_service/assets/img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div::after {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_service/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns.full div.swiper-button-disabled::after {
  background-image: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_service/assets/img/arrow-b.svg);
}


.about_service {
  background-color: #e8f1f8;
  padding: 182px 0 182px;
}
.about_service .head {
  max-width: 847px;
  margin: 0 auto;
}
.about_service .head p {
  color: #666666;
  line-height: 27px;
  margin-top: 38px;
}
.about_service .about_service_swiper {
  margin: 76px 0 2rem;
}
.about_service .about_service_swiper .swiper-slide {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 46px 2.639% 54px;
  position: relative;
}
.about_service .about_service_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 2rem;
  background-image: var(--bg_color);
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 0 0 12px 12px;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
.about_service .about_service_swiper .swiper-slide.active::after {
  transform: translateY(-8px);
  opacity: 1;
}
.about_service .about_service_swiper .swiper-slide i {
  display: block;
  width: 49px;
  height: 65px;
  background: no-repeat left center / contain;
}
.about_service .about_service_swiper .swiper-slide h3 {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
  margin-top: 38px;
}
.about_service .about_service_swiper .swiper-slide p {
  color: #6b6b6b;
  font-size: 19px;
  line-height: 2rem;
  margin-top: 1rem;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .about_service {
    padding: 4rem 0;
  }
  .about_service .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_service .about_service_swiper {
    margin: 2rem 0 1rem;
  }
  .about_service .about_service_swiper .swiper-slide {
    padding: 2rem 1rem 1.6rem;
  }
  .about_service .about_service_swiper .swiper-slide i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_service .about_service_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .about_service .about_service_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_service .about_service_swiper .swiper-slide::after {
    height: 1.5rem;
  }
  
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1220px;
  }
}
@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: 19px;
  height: 35px;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_global/assets/img/arrow-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div::after {
  content: '';
  display: block;
  width: 27.5%;
  height: 27.5%;
  background: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_global/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns.full div.swiper-button-disabled::after {
  background-image: url(https://jsacrel.it//wp-content/plugins/sytech-fronteditor/sytpl/about_global/assets/img/arrow-b.svg);
}



.about_global {
  padding: 208px 0;
}
.about_global .head p {
  max-width: 730px;
  margin: 26px auto 0;
  color: #666666;
  line-height: 27px;
}
.about_global img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 98px auto 0;
}

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

  .about_global {
    padding: 4rem 0 5rem;
  }
  .about_global .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_global img {
    margin-top: 2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1220px;
  }
}
@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;
  }
}
 
.video_section {
  padding: 3rem 0;
}
.video_section .iframe {
  overflow: hidden;
  aspect-ratio: 1920/1080;
}
.video_section .iframe iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video_section input {
  display: none;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
}
.toplevel_page_sytech_fronteditor .video_section input {
  display: block;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    padding: 0 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;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  
}
