html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#1D1D1F;
--primary:#1180E7;
--secondary:#70B3E5;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.about_banner {
 max-width: 187.5rem;
 margin: 0px auto;
 overflow: hidden;
 border-radius: 1.7rem;
 }
.about_banner::before {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 z-index: -1;
 opacity: 0.5;
 background-image: linear-gradient(to right, var(--title), transparent);
 }
.about_banner::after {
 content: "";
 display: block;
 width: 100%;
 height: 49.8772%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: -1;
 background-image: linear-gradient(to top, var(--title), transparent);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.about_banner .flex {
 padding: 4rem 0px;
 min-height: 70.8rem;
 }
@media screen and (max-width: 768px){
.about_banner .flex {
 min-height: unset;
 }}
.head.banner {
 color: rgb(255, 255, 255);
 }
.about_banner .head {
 max-width: 60rem;
 padding-top: 6.875%;
 }
.head.banner .subtitle {
 font-weight: normal;
 font-size: 2.2rem;
 color: rgb(255, 255, 255);
 letter-spacing: 0px;
 margin-bottom: 2.2rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }

[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }

@media screen and (max-width: 768px){
.head.banner .subtitle {
 font-size: 16px;
 margin-bottom: 8px;
 }}
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h1, .head .title {
 font-weight: 600;
 font-size: 5.8rem;
 line-height: 6.6rem;
 }
.about_banner .head h1 {
 max-width: 56rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.head h1, .head .title {
 font-size: 25px;
 line-height: 1.3;
 }}
.head.banner p {
 margin-top: 2.6rem;
 padding-top: 3rem;
 color: rgba(255, 255, 255, 0.85);
 font-size: 2rem;
 line-height: 2.9rem;
 border-top: 1px solid rgba(255, 255, 255, 0.3);
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 }
.about_banner .head p {
 max-width: 58.2rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.head.banner p {
 font-size: 16px;
 line-height: 1.5;
 padding-top: 12px;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
 text-align: center;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-weight: 600;
 font-size: 1.8rem;
 line-height: 6.4rem;
 border-radius: 0.6rem;
 padding: 0px 4rem;
 min-width: 18.2rem;
 background-color: var(--primary);
 }
.btn:hover {
 background-color: var(--secondary);
 }
.head.banner .btn {
 margin-top: 4rem;
 }
@media screen and (max-width: 768px){
.head.banner .btn {
 margin-top: 30px;
 }}
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 42px;
 min-width: 120px;
 padding: 0px 20px;
 }}
.about_banner .nav {
 padding-bottom: 3.8rem;
 }
.about_banner .nav ul {
 gap: 2.53906%;
 display: flex;
 }
@media screen and (max-width: 768px){
.about_banner .nav ul {
 overflow: auto;
 }}
li {
 list-style: none;
 }
.about_banner .nav li {
 flex: 1 1 0%;
 }
@media screen and (max-width: 768px){
.about_banner .nav li {
 white-space: nowrap;
 }}
.about_banner .nav .active a, .about_banner .nav a:hover {
 color: rgb(255, 255, 255);
 border-color: rgb(255, 255, 255);
 }
.about_banner .nav a {
 display: block;
 transition: 0.3s;
 padding: 2.2rem 0px;
 color: rgba(255, 255, 255, 0.6);
 border-top: 2px solid rgba(255, 255, 255, 0.25);
 }
@media screen and (max-width: 768px){
.about_banner .nav a {
 font-size: 1.5rem;
 padding: 1rem 0px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--text:#474747;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_intro {
 padding: 13.6rem 0px 16.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_intro {
 padding: 4rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.about_intro .head {
 max-width: 79rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }

[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }

@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.about_intro .flex {
 margin-top: 4.6rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_intro .flex {
 flex-flow: wrap;
 }}
@media screen and (max-width: 768px){
.about_intro .flex {
 margin-top: 1.2rem;
 }}
.img.img_cv {
 overflow: hidden;
 }
.about_intro .img {
 width: 50%;
 border-radius: 2rem;
 }
@media screen and (max-width: 768px){
.about_intro .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_intro .img:hover img {
 transform: scale(1.03);
 }
.about_intro .text {
 flex: 1 1 0%;
 max-width: 55.8rem;
 }
@media screen and (max-width: 768px){
.about_intro .text {
 flex: unset;
 width: 100%;
 }}
.about_intro .text p {
 color: var(--text);
 font-size: 1.8rem;
 line-height: 3rem;
 }
@media screen and (max-width: 768px){
.about_intro .text p {
 font-size: 14px;
 line-height: 1.5;
 }}
.about_intro .text ul {
 margin-top: 3.4rem;
 }
@media screen and (max-width: 768px){
.about_intro .text ul {
 margin-top: 1.5rem;
 }}
li {
 list-style: none;
 }
.syedittext ul li {
 font-size: 2.2rem;
 line-height: 3rem;
 position: relative;
 padding-left: 5rem;
 }
.syedittext ul li::before {
 content: "";
 display: block;
 width: 3rem;
 height: 3rem;
 position: absolute;
 left: 0px;
 top: 0px;
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/about_1/assets/img/icon-gou-full.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.syedittext ul li {
 font-size: 1.4rem;
 padding-left: 30px;
 line-height: 2.5rem;
 }}
@media screen and (max-width: 768px){
.syedittext ul li::before {
 width: 20px;
 height: 20px;
 top: 2px;
 }}
.syedittext ul li + li {
 margin-top: 2.4rem;
 }
@media screen and (max-width: 768px){
.syedittext ul li + li {
 margin-top: 10px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_values {
 padding: 13.6rem 0px 12.8rem;
 background-color: rgb(247, 248, 250);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_values {
 padding: 80px 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.about_values .bg {
 width: 18.2812%;
 position: absolute;
 right: 3.28125%;
 top: -2.4rem;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }


@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
.about_values .head h2 {
 max-width: 91rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 }
.about_values .head p {
 margin-top: 1.6rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.about_values .head p {
 font-size: 1.5rem;
 line-height: 1.5;
 margin-top: 0.5rem;
 }}
.about_values .items {
 margin-top: 4.2rem;
 }
@media screen and (max-width: 768px){
.about_values .items {
 margin-top: 1rem;
 }}
.about_values .items .syeditorlist {
 gap: 2.5%;
 display: flex;
 }
@media screen and (max-width: 768px){
.about_values .items .syeditorlist {
 flex-direction: column;
 gap: 1rem;
 }}
.about_values .item {
 flex: 1 1 0%;
 display: block;
 position: relative;
 border-radius: 2rem;
 overflow: hidden;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_values .item .img {
 border-radius: 2rem;
 padding-bottom: 67.3077%;
 }
.about_values .item .img::before {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 z-index: 2;
 pointer-events: none;
 background-color: rgba(29, 29, 31, 0.44);
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.about_values .item:hover img {
 transform: scale(1.03);
 }
.about_values .item .syedittext {
 width: 100%;
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: 3;
 background-image: linear-gradient(to top, var(--title), transparent);
 color: rgb(255, 255, 255);
 padding: 13.141% 6.41026% 5.44872%;
 overflow: auto;
 max-height: 100%;
 }
@media screen and (max-width: 768px){
.about_values .item .syedittext {
 padding: 1.2rem;
 }}
.about_values .item .syedittext h3 {
 font-weight: 600;
 font-size: 2.6rem;
 line-height: 3.4rem;
 }
@media screen and (max-width: 768px){
.about_values .item .syedittext h3 {
 font-size: 1.8rem;
 line-height: 1.5;
 }}
.about_values .item .syedittext p {
 display: none;
 font-weight: 300;
 font-size: 1.8rem;
 line-height: 2.8rem;
 margin-top: 1.6rem;
 }
@media screen and (max-width: 768px){
.about_values .item .syedittext p {
 font-size: 1.5rem;
 line-height: 1.7;
 margin-top: 0.5rem;
 }}
.about_values .nums {
 margin-top: 8rem;
 }
@media screen and (max-width: 768px){
.about_values .nums {
 margin-top: 2.5rem;
 }}
.about_values .nums ul {
 gap: 3.75%;
 display: flex;
 }
@media screen and (max-width: 768px){
.about_values .nums ul {
 overflow: auto;
 }}
li {
 list-style: none;
 }
.about_values .nums li {
 flex: 1 1 0%;
 text-align: center;
 }
@media screen and (max-width: 768px){
.about_values .nums li {
 flex: unset;
 min-width: 150px;
 }}
.about_values .nums .img {
 width: 5.4rem;
 height: 5.4rem;
 margin: 0px auto 4.5rem;
 }
@media screen and (max-width: 768px){
.about_values .nums .img {
 width: 3.2rem;
 height: 3.2rem;
 margin-bottom: 2.5rem;
 }}
.about_values .nums span, .about_values .nums i {
 line-height: 1;
 font-weight: 700;
 font-size: 4.2rem;
 }
@media screen and (max-width: 768px){
.about_values .nums span, .about_values .nums i {
 font-size: 2.5rem;
 }}
.about_values .nums .label {
 font-size: 2rem;
 line-height: 1.5;
 margin-top: 1.5rem;
 }
@media screen and (max-width: 768px){
.about_values .nums .label {
 font-size: 1.6rem;
 margin-top: 0.8rem;
 display: block;
 white-space: nowrap;
 }}
i, em {
 font-style: normal;
 }
.about_values .nums i {
 color: var(--primary);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--swiper-wrapper-transition-timing-function,initial:;
--title:#1D1D1F;
--h:;
--secondary:#70B3E5;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_history {
 padding: 14.5rem 0px 19rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_history {
 padding: 3rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_history .content > .flex {
 flex-direction: column;
 align-items: flex-start;
 }}
.about_history .left {
 flex: 1 1 0%;
 max-width: 52rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }


@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.about_history .right {
 width: 50%;
 overflow: hidden;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.about_history .right {
 width: 100%;
 margin-top: 0px;
 }}
.about_history .about_history_thumbs_swiper {
 overflow: hidden;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.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 {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.about_history .about_history_thumbs_swiper .swiper-slide {
 position: relative;
 z-index: 2;
 }
.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;
 }
.about_history .about_history_thumbs_swiper .dot {
 cursor: pointer;
 width: 2.2rem;
 height: 2.2rem;
 border-radius: 50%;
 background-color: rgb(255, 255, 255);
 border: 0.6rem solid var(--primary);
 margin: 0px auto 1.2rem;
 transition: 0.3s;
 }
.about_history .about_history_thumbs_swiper .dot::before, .about_history .about_history_thumbs_swiper .dot::after {
 content: "";
 display: block;
 width: 50%;
 height: 2px;
 position: absolute;
 left: 0px;
 top: 1rem;
 z-index: -1;
 transition: 0.3s;
 background-color: var(--primary);
 }
.about_history .about_history_thumbs_swiper .dot::after {
 left: 50%;
 }
@media screen and (max-width: 768px){
.about_history .about_history_thumbs_swiper .dot {
 width: 1.6rem;
 height: 1.6rem;
 margin-top: 0.4rem;
 }}
.about_history .about_history_thumbs_swiper .year {
 cursor: pointer;
 color: var(--primary);
 font-weight: 700;
 font-size: 2.4rem;
 transition: 0.3s;
 text-align: center;
 }
@media screen and (max-width: 768px){
.about_history .about_history_thumbs_swiper .year {
 font-size: 1.6rem;
 }}
.about_history .about_history_thumbs_swiper .swiper-slide-thumb-active .dot::after {
 background-color: var(--title);
 }
.about_history .about_history_thumbs_swiper .swiper-slide-thumb-active ~ .swiper-slide .dot {
 border-color: var(--title);
 }
.about_history .about_history_thumbs_swiper .swiper-slide-thumb-active ~ .swiper-slide .dot::before, .about_history .about_history_thumbs_swiper .swiper-slide-thumb-active ~ .swiper-slide .dot::after {
 background-color: var(--title);
 }
.about_history .about_history_thumbs_swiper .swiper-slide-thumb-active ~ .swiper-slide .year {
 color: var(--title);
 }
.swiper_box {
 position: relative;
 }
.about_history .about_history_swiper {
 margin-top: 3rem;
 padding: 3.6rem 0px;
 overflow: hidden;
 position: relative;
 z-index: 2;
 }
.about_history .about_history_swiper::before {
 content: "";
 display: block;
 width: 68.9062%;
 height: calc(100% - 4.2rem);
 position: absolute;
 left: 0px;
 top: 3.6rem;
 z-index: -1;
 border-radius: 3.6rem 1.8rem 1.8rem 3.6rem;
 background-color: rgb(246, 248, 250);
 }
@media screen and (max-width: 768px){
.about_history .about_history_swiper::before {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.about_history .about_history_swiper {
 margin-top: 1rem;
 padding-top: 0px;
 }}
.about_history .about_history_swiper .swiper-slide {
 display: flex;
 }
@media screen and (max-width: 768px){
.about_history .about_history_swiper .swiper-slide {
 flex-direction: column;
 }}
.about_history .about_history_swiper .intro {
 flex: 1 1 0%;
 margin-left: 3.75%;
 margin-bottom: 10%;
 padding-top: 3.90625%;
 padding-right: 3.75%;
 border-bottom: 1px solid rgba(26, 26, 26, 0.14);
 }
@media screen and (max-width: 768px){
.about_history .about_history_swiper .intro {
 padding: 1.2rem;
 width: 100%;
 flex: unset;
 border: none;
 margin: 0px;
 order: 9;
 }}
.about_history .about_history_swiper .intro h3 {
 color: var(--primary);
 font-size: 5.4rem;
 }
@media screen and (max-width: 768px){
.about_history .about_history_swiper .intro h3 {
 font-size: 2rem;
 }}
.about_history .about_history_swiper .intro ul {
 margin-top: 1.4rem;
 }
.syedittext ul li {
 font-size: 2.2rem;
 line-height: 3rem;
 position: relative;
 padding-left: 5rem;
 }
.syedittext ul li::before {
 content: "";
 display: block;
 width: 3rem;
 height: 3rem;
 position: absolute;
 left: 0px;
 top: 0px;
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/about_3/assets/img/icon-gou-full.svg") center center / contain no-repeat;
 }
.about_history .about_history_swiper .intro li {
 font-size: 1.8rem;
 line-height: 3.2rem;
 position: relative;
 padding-left: 2.2rem;
 }
.about_history .about_history_swiper .intro li::before {
 content: "";
 display: block;
 width: 1rem;
 height: 1rem;
 border-radius: 50%;
 background-image: none;
 background-color: var(--primary);
 position: absolute;
 left: 0px;
 top: 1.1rem;
 }
@media screen and (max-width: 768px){
.syedittext ul li {
 font-size: 1.4rem;
 padding-left: 30px;
 line-height: 2.5rem;
 }}
@media screen and (max-width: 768px){
.syedittext ul li::before {
 width: 20px;
 height: 20px;
 top: 2px;
 }}
@media screen and (max-width: 768px){
.about_history .about_history_swiper .intro li {
 font-size: 1.5rem;
 line-height: 2.5rem;
 padding-left: 2rem;
 }}
@media screen and (max-width: 768px){
.about_history .about_history_swiper .intro li::before {
 width: 0.7rem;
 height: 0.7rem;
 top: 0.4rem;
 }}
.syedittext ul li + li {
 margin-top: 2.4rem;
 }
.about_history .about_history_swiper .intro li + li {
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.syedittext ul li + li {
 margin-top: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.about_history .about_history_swiper .img {
 width: 50%;
 --h: 71.875%;
 border-radius: 2rem;
 transform: translateY(-3.6rem);
 }
@media screen and (max-width: 768px){
.about_history .about_history_swiper .img {
 width: 100%;
 transform: translateY(0px);
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_history .about_history_swiper .img:hover img {
 transform: scale(1.03);
 }
.swiper_btns {
 gap: 3.4rem;
 display: flex;
 }
.about_history .swiper_btns {
 margin-left: 3.75%;
 margin-top: -9.6875%;
 position: relative;
 z-index: 2;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns {
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div {
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 pointer-events: all;
 transition: 0.3s;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 30%;
 height: 30%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/about_3/assets/img/arrow-line-l-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns div {
 width: 6rem;
 height: 6rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--swiper-wrapper-transition-timing-function,initial:;
--secondary:#70B3E5;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_services {
 padding: 13.4rem 0px 17.3rem;
 background-color: rgb(247, 248, 251);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_services {
 padding: 4.8rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.about_services .head {
 max-width: 91rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }


@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.swiper_box {
 position: relative;
 }
.about_services .swiper_box {
 margin-top: 2.8rem;
 }
@media screen and (max-width: 768px){
.about_services .swiper_box {
 margin-top: 1rem;
 }}
.swiper_content {
 max-width: 131rem;
 margin: 0px auto;
 position: relative;
 padding: 1.5rem;
 overflow: hidden;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_content {
 padding: 1.5rem 4rem;
 }}
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 20px;
 }}
.swiper-horizontal {
 touch-action: pan-y;
 }
.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 {
 list-style: none;
 }
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;
 }
.about_services .about_services_swiper .active .item {
 border-radius: 1rem;
 }
.about_services .about_services_swiper .active .item::before {
 opacity: 1;
 }
.about_services .about_services_swiper .active .item::after {
 opacity: 0;
 }
.about_services .about_services_swiper .item {
 height: 100%;
 display: block;
 position: relative;
 z-index: 2;
 overflow: hidden;
 transition: 0.3s;
 background-color: rgb(255, 255, 255);
 border-radius: 1rem 1rem 0px 0px;
 box-shadow: rgba(155, 155, 155, 0.25) 0px 0px 1rem;
 padding: 5rem 4rem 6.8rem;
 }
.about_services .about_services_swiper .item::before {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 z-index: -1;
 opacity: 0;
 transition: 0.3s;
 pointer-events: none;
 background-image: linear-gradient(45deg, var(--primary), var(--secondary));
 }
.about_services .about_services_swiper .item::after {
 content: "";
 display: block;
 width: 100%;
 height: 0.5rem;
 position: absolute;
 left: 0px;
 bottom: 0px;
 transition: 0.3s;
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.about_services .about_services_swiper .item {
 padding: 2rem;
 }}
.about_services .about_services_swiper .active .icon {
 filter: contrast(0) brightness(2);
 }
.about_services .about_services_swiper .icon {
 width: 7rem;
 height: 7rem;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.about_services .about_services_swiper .icon {
 width: 4rem;
 height: 4rem;
 }}
.about_services .about_services_swiper .icon img {
 width: auto;
 height: auto;
 max-width: 100%;
 max-height: 100%;
 display: block;
 object-fit: contain;
 }
.about_services .about_services_swiper .active h3 {
 color: rgb(255, 255, 255);
 }
.about_services .about_services_swiper h3 {
 font-size: 2.482rem;
 font-weight: 600;
 transition: 0.3s;
 margin-top: 4rem;
 }
@media screen and (max-width: 768px){
.about_services .about_services_swiper h3 {
 font-size: 1.6rem;
 margin-top: 1.6rem;
 }}
.about_services .about_services_swiper .active p {
 color: rgba(255, 255, 255, 0.85);
 }
.about_services .about_services_swiper p {
 color: rgb(128, 128, 128);
 font-size: 1.814rem;
 line-height: 3rem;
 transition: 0.3s;
 margin-top: 2.4rem;
 }
@media screen and (max-width: 768px){
.about_services .about_services_swiper p {
 font-size: 1.5rem;
 line-height: 2.5rem;
 margin-top: 1.6rem;
 }}
.swiper_btns {
 gap: 3.4rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 157.6rem;
 justify-content: space-between;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns {
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div {
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 pointer-events: all;
 transition: 0.3s;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 30%;
 height: 30%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/about_4/assets/img/arrow-line-l-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
.swiper_btns .swiper-button-disabled {
 border-color: rgba(22, 22, 22, 0.5);
 background-color: transparent;
 pointer-events: none;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: none;
 }
.swiper_btns .swiper-button-lock {
 display: none;
 }
.swiper-button-lock {
 display: none;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns div {
 width: 6rem;
 height: 6rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.about_market {
 overflow: hidden;
 padding: 12.6rem 0px 19.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_market {
 padding: 3rem 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_market .content > .flex {
 flex-flow: wrap;
 }}
.about_market .head {
 flex: 1 1 0%;
 color: rgb(255, 255, 255);
 max-width: 45.2rem;
 }
@media screen and (max-width: 768px){
.about_market .head {
 max-width: unset;
 width: 100%;
 }}
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }


@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 }
.about_market .head p {
 max-width: 43.8rem;
 font-weight: 300;
 color: rgba(255, 255, 255, 0.75);
 margin-top: 2rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.about_market .head p {
 margin-top: 1rem;
 }}
.about_market .nums {
 margin-top: 4.5rem;
 }
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
@media screen and (max-width: 768px){
.about_market .nums {
 margin-top: 1em;
 }}
.about_market .nums ul {
 gap: 2rem;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 }
li {
 list-style: none;
 }
.about_market .nums li {
 flex: 1 1 0%;
 }
.about_market .nums span, .about_market .nums i {
 line-height: 1;
 font-size: 4.2rem;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.about_market .nums span, .about_market .nums i {
 font-size: 2rem;
 }}
i, em {
 font-style: normal;
 }
.about_market .nums i {
 color: var(--primary);
 }
.about_market .nums .label {
 font-size: 2rem;
 line-height: 1.5;
 margin-top: 1.5rem;
 }
@media screen and (max-width: 768px){
.about_market .nums .label {
 font-size: 1.5rem;
 margin-top: 0.5rem;
 }}
.about_market .img {
 width: 73.4375%;
 margin-top: 7.5%;
 margin-right: -15.7812%;
 }
@media screen and (max-width: 768px){
.about_market .img {
 width: 100%;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--swiper-wrapper-transition-timing-function,initial:;
--secondary:#70B3E5;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_exhibition {
 padding: 11rem 0px 6.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_exhibition {
 padding: 3rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }


@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.swiper_box {
 position: relative;
 }
.about_exhibition .swiper_box {
 margin-top: 4rem;
 }
.about_exhibition .about_exhibition_swiper {
 overflow: hidden;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.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 {
 list-style: none;
 }
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;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_exhibition .about_exhibition_swiper .img {
 border-radius: 1.2rem;
 padding-bottom: 63.8978%;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_exhibition .about_exhibition_swiper .img:hover img {
 transform: scale(1.03);
 }
.about_exhibition .about_exhibition_swiper h3 {
 font-size: 2rem;
 font-weight: 500;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.about_exhibition .about_exhibition_swiper h3 {
 font-size: 1.6rem;
 line-height: 2.5rem;
 margin-top: 1.6rem;
 }}
.swiper_btns {
 gap: 3.4rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 157.6rem;
 justify-content: space-between;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns {
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div {
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 pointer-events: all;
 transition: 0.3s;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 30%;
 height: 30%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/about_6/assets/img/arrow-line-l-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns div {
 width: 6rem;
 height: 6rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.swiper_btns .swiper-button-disabled {
 border-color: rgba(22, 22, 22, 0.5);
 background-color: transparent;
 pointer-events: none;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: none;
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--swiper-pagination-bottom,8px:;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-horizontal-gap,4px:;
--swiper-pagination-bullet-opacity, 1:;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_customers {
 padding: 6.6rem 0px 14rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_customers {
 padding: 3rem 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }


@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.swiper_content {
 max-width: 131rem;
 margin: 0px auto;
 position: relative;
 padding: 1.5rem;
 overflow: hidden;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_content {
 padding: 1.5rem 4rem;
 }}
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 20px;
 }}
.about_customers .about_customers_swiper {
 margin-top: 2.8rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.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);
 }
.swiper-grid > .swiper-wrapper {
 flex-wrap: wrap;
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.about_customers .about_customers_swiper .active .img {
 border-color: rgb(239, 239, 239);
 box-shadow: rgba(216, 216, 216, 0.45) 1rem 1rem 1rem;
 }
.about_customers .about_customers_swiper .img {
 --h: 43.434343%;
 transition: 0.3s;
 border-radius: 0.8rem;
 border: 1px solid transparent;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_customers div.swiper-pagination {
 position: static;
 gap: 1.8rem;
 display: flex;
 justify-content: center;
 margin-top: 3.6rem;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: var(--swiper-pagination-bottom,8px);
 top: var(--swiper-pagination-top,auto);
 left: 0px;
 width: 100%;
 }
.about_customers div.swiper-pagination .swiper-pagination-bullet {
 flex: 1 1 0%;
 max-width: 5.6rem;
 height: 2px;
 margin: 0px;
 opacity: 1;
 border-radius: 0px;
 background-color: rgb(219, 219, 219);
 }
.about_customers div.swiper-pagination .swiper-pagination-bullet::after {
 content: "";
 display: block;
 width: 0px;
 height: 100%;
 background-color: var(--primary);
 }
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
 display: inline-block;
 border-radius: var(--swiper-pagination-bullet-border-radius,50%);
 background: var(--swiper-pagination-bullet-inactive-color,#000);
 opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
 }
.about_customers div.swiper-pagination .swiper-pagination-bullet-active::after {
 width: 100%;
 transition: 3.3s linear;
 }
.swiper-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}