 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.home_service {
    padding: 96px 0px 4rem;
}

body>section {
    position: relative;
}

body>section:hover {}

@media screen and (max-width: 768px) {
    .home_service {
        overflow: hidden;
        padding: 4rem 0px 3rem;
    }
}

.content {
    max-width: 1280px;
    margin: 0px auto;
    position: relative;
}

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

@media screen and (min-width: 768px) and (max-width: 1280px) {

    .content,
    .swiper_content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {

    .content,
    .swiper_content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .content,
    .swiper_content {
        max-width: 768px;
    }
}

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

.head .subtitle {
    gap: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(61, 61, 61, 0.14);
    padding-bottom: 14px;
    margin-bottom: 1rem;
}

.head .subtitle::before {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--subtheme_color);
}

@media screen and (max-width: 768px) {
    .head .subtitle {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

.head h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 65px;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@media screen and (max-width: 768px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.flex_middle {
    align-items: center;
}

.gap {
    gap: 1.25rem;
}

.home_service .main {
    margin-top: 56px;
}

@media screen and (max-width: 768px) {
    .home_service .main {
        margin-top: 20px;
        flex-direction: column;
    }
}

.home_service .nav {
    flex: 1 1 0%;
    max-width: 250px;
}

@media screen and (max-width: 768px) {
    .home_service .nav {
        width: 100%;
        max-width: unset;
    }
}

ul {
    list-style: none;
}

.home_service .nav ul {
    gap: 22px;
    display: grid;
}

@media screen and (max-width: 768px) {
    .home_service .nav ul {
        display: flex;
        gap: 1rem;
        width: 100vw;
        padding: 0px 1.2rem;
        margin: 0px -1.2rem;
        overflow: auto;
    }
}

.home_service .nav li {
    cursor: pointer;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    border-radius: 100px;
    border: 1px solid rgba(79, 79, 79, 0.18);
    transition: 0.3s;
    padding: 7px 9.6%;
    gap: 15%;
    min-height: 68px;
}

.home_service .nav li.active,
.home_service .nav li:hover {
    border-color: var(--theme_color);
    background-color: var(--theme_color);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home_service .nav li {
        gap: 8px;
    }
}

@media screen and (max-width: 768px) {
    .home_service .nav ul li {
        gap: 8px;
        min-height: unset;
        padding: 8px 1rem;
    }
}

.home_service .nav li.active .icon,
.home_service .nav li:hover .icon {
    filter: contrast(0) brightness(2);
}

.home_service .nav li .icon {
    width: 34px;
    aspect-ratio: 1 / 1;
    transition: 0.3s;
    background: center center / contain no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home_service .nav li .icon {
        width: 30px;
    }
}

@media screen and (max-width: 768px) {
    .home_service .nav ul li .icon {
        width: 2rem;
    }
}

.home_service .nav li.active .title,
.home_service .nav li:hover .title {
    color: rgb(255, 255, 255);
}

.home_service .nav li .title {
    color: rgb(95, 99, 104);
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .home_service .nav ul li .title {
        font-size: 14px;
        line-height: 1.5;
        white-space: nowrap;
    }
}

.home_service .imgs {
    padding: 14px;
    width: 42.9688%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 2;
}

.home_service .imgs::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0px;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/home-service-bg.svg") center center / contain no-repeat;
    animation: 30s linear 0s infinite normal none running _spin;
}

@media screen and (max-width: 768px) {
    .home_service .imgs {
        width: 100%;
    }
}

.home_service .home_service_img_swiper {
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid var(--theme_color);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

li.swiper-slide {
    height: auto;
}

.img.img_cv {
    overflow: hidden;
}

.home_service .home_service_img_swiper .swiper-slide {
    aspect-ratio: 1 / 1;
    position: relative;
    pointer-events: none;
}

.home_service .home_service_img_swiper .swiper-slide-active {
    z-index: 2;
    pointer-events: all;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.img.img_cv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.home_service .home_service_img_swiper .swiper-slide:hover img {
    transform: scale(1.03);
}

.home_service .home_service_swiper {
    width: 26.25%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .home_service .home_service_swiper {
        width: 100%;
    }
}

.home_service .home_service_swiper h3 {
    font-size: 38px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .home_service .home_service_swiper .swiper-slide h3 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.home_service .home_service_swiper .desc {
    color: rgb(45, 45, 45);
    font-size: 17px;
    line-height: 24px;
    margin-top: 14px;
}

@media screen and (max-width: 768px) {
    .home_service .home_service_swiper .swiper-slide .desc {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 10px;
    }
}

.home_service .home_service_swiper .links {
    margin-top: 28px;
}

@media screen and (max-width: 768px) {
    .home_service .home_service_swiper .swiper-slide .links {
        margin-top: 1rem;
    }
}

.home_service .home_service_swiper .links ul {
    gap: 10px;
    display: grid;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.home_service .home_service_swiper .links a {
    gap: 12px;
    font-size: 18px;
    color: var(--subtheme_color);
    transition: 0.3s;
    filter: contrast(0) brightness(0);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    max-width: max-content;
}

.home_service .home_service_swiper .links a::after {
    content: "";
    display: block;
    width: 12px;
    aspect-ratio: 1 / 1;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/arrow-tr.svg") center center / contain no-repeat;
}

.home_service .home_service_swiper .links a:hover {
    filter: none;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .home_service .home_service_swiper .swiper-slide .links a {
        gap: 8px;
        font-size: 15px;
        line-height: 1.5;
    }
}

.btn {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 100px;
    background-color: var(--theme_color);
    gap: 8px;
    min-width: 192px;
    padding: 19px 36px;
}

.btn::after {
    content: "";
    display: block;
    width: 18px;
    aspect-ratio: 18 / 10;
    transition: 0.3s;
    filter: contrast(0) brightness(2);
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/arrow-line-r-b.svg") center center / contain no-repeat;
}

.btn:hover {
    background-color: var(--subtheme_color);
}

.btn:hover::after {
    transform: translateX(5px);
}

.home_service .home_service_swiper .btn {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .btn {
        font-size: 14px;
        min-width: 120px;
        padding: 12px 22px;
    }
}

@media screen and (max-width: 768px) {
    .btn::after {
        width: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .home_service .home_service_swiper .swiper-slide .btn {
        margin-top: 2rem;
    }
}

div.sytech_tools_bar {
    position: absolute;
    right: 0%;
    top: 0px;
    padding: 0.8rem;
    transition: 0.3s;
    z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
    right: 0%;
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}

button,
input,
textarea {
    outline: none;
    border: none;
    font-family: unset;
    color: var(--title_color);
}

input[type="submit"],
button {
    cursor: pointer;
}

div.sytech_tools_bar button {
    outline: none;
    border: none;
    font-family: unset;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    background-color: rgb(51, 189, 233);
    color: rgb(255, 255, 255);
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

.home_about {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .home_about {
        padding: 3rem 0px 4rem;
    }
}

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

@media screen and (min-width: 768px) and (max-width: 1280px) {

    .content,
    .swiper_content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {

    .content,
    .swiper_content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .content,
    .swiper_content {
        max-width: 768px;
    }
}

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

.home_about .bg {
    width: 174.688%;
    max-width: 2236px;
    aspect-ratio: 2236 / 1124;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_about/assets/img/home-about-bg.png") center center / contain no-repeat;
    position: absolute;
    z-index: -1;
    left: -28%;
    top: 8%;
    transition: 2s;
    pointer-events: none;
}

.home_about .flex {
    gap: 7.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home_about .flex {
        gap: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .home_about .flex {
        display: block;
    }
}

.home_about .head {
    min-width: 41.0938%;
    padding-top: 5.46875%;
}

@media screen and (max-width: 768px) {
    .home_about .head {
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .head .subtitle {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}

.home_about .head .desc {
    color: rgb(45, 45, 45);
    font-size: 17px;
    line-height: 28px;
    margin-top: 36px;
}

@media screen and (max-width: 768px) {
    .head .desc {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .home_about .head .desc {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 10px;
    }
}

.btn::after {
    content: "";
    display: block;
    width: 18px;
    aspect-ratio: 18 / 10;
    transition: 0.3s;
    filter: contrast(0) brightness(2);
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_about/assets/img/arrow-line-r-b.svg") center center / contain no-repeat;
}

.home_about .head .btn {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .btn {
        font-size: 14px;
        min-width: 120px;
        padding: 12px 22px;
    }
}

@media screen and (max-width: 768px) {
    .btn::after {
        width: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .home_about .head .btn {
        margin-top: 20px;
    }
}

.home_about .img {
    min-width: 80.7812%;
    transition: 1s;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .home_about .img {
        min-width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .home_about .img {
        margin-top: 20px;
    }
}

.home_about .nums {
    padding: 1rem 0px 130px;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .home_about .nums {
        padding-top: 5rem;
    }
}

@media screen and (max-width: 768px) {
    .home_about .nums {
        padding: 0px;
        margin-top: 3rem;
    }
}

.home_about .nums>div {
    display: grid;
    gap: 106px 7.34375%;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
    .home_about .nums>div {
        gap: 2rem 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

.home_about .nums .item span {
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .home_about .nums .item span {
        font-size: 1.6rem;
    }
}

.home_about .nums .item p {
    color: rgb(61, 61, 61);
    font-size: 20px;
    border-top: 1px solid rgb(229, 229, 229);
    margin-top: 26px;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .home_about .nums .item p {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 12px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}

.home_testimonial {
    overflow: hidden;
    border-radius: 36px;
    padding: 102px 0px 164px;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_testimonial/assets/img/home-testimonial-bg.jpg") center center / cover no-repeat;
}

@media screen and (max-width: 768px) {
    .home_testimonial {
        padding: 0rem 0px;
        border-radius: 1rem;
    }
}

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

@media screen and (min-width: 768px) and (max-width: 1280px) {

    .content,
    .swiper_content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {

    .content,
    .swiper_content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .content,
    .swiper_content {
        max-width: 768px;
    }
}

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

@media screen and (max-width: 768px) {
    .head .subtitle {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}

.swiper_box {
    position: relative;
}

.home_testimonial .swiper_box {
    margin-top: 94px;
}

@media screen and (max-width: 768px) {
    .home_testimonial .swiper_box {
        margin-top: 2rem;
    }
}

.swiper_btns {
    gap: 22px;
    display: flex;
}

.swiper_btns.middle {
    width: 98%;
    max-width: 1542px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .swiper_btns {
        gap: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .home_testimonial .swiper_btns {
        display: none;
    }
}

.swiper_btns div {
    width: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid rgb(208, 208, 208);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}

.swiper_btns div::after {
    content: "";
    display: block;
    width: 22.8571%;
    aspect-ratio: 1 / 1;
    transition: 0.3s;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_testimonial/assets/img/arrow-b.svg") center center / contain no-repeat;
    transform: translateX(-2px);
}

.swiper_btns div:hover {
    border-color: var(--theme_color);
    background-color: var(--theme_color);
}

.swiper_btns div:hover::after {
    filter: contrast(0) brightness(2);
}

.swiper_btns.middle div {
    pointer-events: all;
}

@media screen and (max-width: 768px) {
    .swiper_btns div {
        width: 40px;
    }
}

.swiper_btns .btn_next::after {
    transform: translateX(2px) rotate(180deg);
}

.swiper_btns .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.swiper_btns.middle .swiper-button-disabled {
    pointer-events: none;
}

.home_testimonial .home_testimonial_swiper {
    overflow: hidden;
}

.home_testimonial .home_testimonial_swiper .swiper-slide {
    display: flex;
    align-items: center;
}

.home_testimonial .home_testimonial_swiper .swiper-slide::before {
    content: "";
    display: block;
    width: 29px;
    aspect-ratio: 29 / 320;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_testimonial/assets/img/line.svg") center center / contain no-repeat;
    margin-left: auto;
}

.home_testimonial .home_testimonial_swiper .swiper-slide::after {
    content: "";
    display: block;
    width: 3.28125%;
    aspect-ratio: 42 / 32;
    align-self: flex-start;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_testimonial/assets/img/icon-yinhao.svg") center center / contain no-repeat;
}

@media screen and (max-width: 768px) {
    .home_testimonial .home_testimonial_swiper .swiper-slide {
        display: grid;
        gap: 20px 8px;
        grid-template-columns: 1fr auto;
    }
}

@media screen and (max-width: 768px) {
    .home_testimonial .home_testimonial_swiper .swiper-slide::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .home_testimonial .home_testimonial_swiper .swiper-slide::after {
        width: 1rem;
        transform: translateY(4px);
    }
}

.home_testimonial .home_testimonial_swiper .swiper-slide .infos {
    order: -1;
    text-align: center;
    width: 26.4062%;
    align-self: flex-start;
}

@media screen and (max-width: 768px) {
    .home_testimonial .home_testimonial_swiper .swiper-slide .infos {
        width: 100%;
        grid-column: 1 / -1;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.home_testimonial .home_testimonial_swiper .swiper-slide .infos .avatar {
    max-width: 182px;
    aspect-ratio: 1 / 1;
    padding: 6px;
    margin: 0px auto;
    border-radius: 50%;
    border: 1px solid var(--theme_color);
}

@media screen and (max-width: 768px) {
    .home_testimonial .home_testimonial_swiper .swiper-slide .infos .avatar {
        max-width: 120px;
        padding: 4px;
    }
}

.home_testimonial .home_testimonial_swiper .swiper-slide .infos .avatar .img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.home_testimonial .home_testimonial_swiper .swiper-slide .infos .avatar .img:hover img {
    transform: scale(1.03);
}

.home_testimonial .home_testimonial_swiper .swiper-slide .infos .name {
    font-size: 22px;
    font-weight: 500;
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .home_testimonial .home_testimonial_swiper .swiper-slide .infos .name {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 1rem;
    }
}

.home_testimonial .home_testimonial_swiper .swiper-slide .infos .desc {
    color: rgb(77, 77, 77);
    line-height: 28px;
    max-width: 300px;
    margin: 2px auto 0px;
}

@media screen and (max-width: 768px) {
    .home_testimonial .home_testimonial_swiper .swiper-slide .infos .desc {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 8px;
    }
}

.home_testimonial .home_testimonial_swiper .swiper-slide .detail {
    width: 50.7812%;
    margin: 0px 3.125% 0px 5.625%;
    font-size: 20px;
    line-height: 2rem;
    padding-bottom: 6.875%;
}

@media screen and (max-width: 768px) {
    .home_testimonial .home_testimonial_swiper .swiper-slide .detail {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        height: 46px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}

.home_testimonial .pagination_box {
    display: flex;
    align-items: center;
    gap: 20px;
    pointer-events: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: -30px 0px 0px 42.8125%;
}

@media screen and (max-width: 768px) {
    .home_testimonial .pagination_box {
        margin-top: 2rem;
        gap: 1rem;
        font-size: 14px;
    }
}

.home_testimonial .home_testimonial_pagination {
    position: relative;
    height: 1px;
    width: 173px;
    background-color: rgba(61, 61, 61, 0.3);
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.home_testimonial .home_testimonial_pagination .swiper-pagination-progressbar-fill {
    height: 3px;
    margin-top: -1px;
    background-color: rgb(22, 22, 22);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--primary-color);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}

.home_partner {
    padding: 102px 0px 5rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .home_partner {
        padding: 4rem 0px 3rem;
    }
}

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

@media screen and (min-width: 768px) and (max-width: 1280px) {

    .content,
    .swiper_content {
        max-width: 1220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {

    .content,
    .swiper_content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .content,
    .swiper_content {
        max-width: 768px;
    }
}

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

.home_partner .bg {
    width: 20.3906%;
    aspect-ratio: 261 / 342;
    background: url("https://www.accegen.com//wp-content/plugins/sytech-fronteditor/sytpl/home_partner/assets/img/home-partner-bg.png") center center / contain no-repeat;
    position: absolute;
    left: -30%;
    top: -5%;
    transition: 2s;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .head .subtitle {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }
}

.home_partner .home_partner_swiper {
    margin-top: 88px;
}

@media screen and (max-width: 768px) {
    .home_partner .home_partner_swiper {
        margin-top: 2rem;
    }
}

.home_partner .home_partner_swiper .swiper-wrapper {
    transition: linear;
}

.home_partner .home_partner_swiper .swiper-slide {
    transition: 0.3s;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 226 / 100;
    width: 226px;
}

.home_partner .home_partner_swiper .swiper-slide:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(161, 161, 161, 0.25) 0px 0px 15px;
}

.home_partner .home_partner_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 786px) {
    div.sytech_tools_bar {
        right: 0%;
    }
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
