div.application-banner{
    height: 672px;
    margin-top: unset;
    text-align: center;
    padding-top: 14rem;
}
div.application-banner h1,div.application-banner p{
    max-width: 38rem;
    line-height: 28px;
    margin: 0 auto 1.2rem;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
}
div.application-banner p{
    letter-spacing: 0;
}
div.application-banner h1{
    line-height: 4rem;
    max-width: 40rem;
}
/* div.application-banner p::before{
    content: '';
    width: 1.2rem;
    height: 2rem;
    background: url(/wp-content/themes/sytech/assets/img/double-arrow-pruple.svg) no-repeat center;
    position: absolute;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
} */
div.app-sidebar {    
    /* background-image: linear-gradient(to left,#d5d6da,#e8e8ea,#f9f9f9,#e8e8ea,#d5d6da); */
    position: relative;
    margin-top: -23px;
}
div.app-sidebar:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 70%;
    background: #1C232F;
}
div.app-sidebar ul {
    display: flex;
    justify-content: space-between;
}
div.app-sidebar ul li{
    text-align: center;
    padding: 2.8rem 1rem;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    transition: 0.2s all ease;
    min-width: unset;
    font-size: 1.2rem;
    font-weight: 500;
    /* width: max-content !important;
    max-width: 12rem; */
}
div.app-sidebar ul li:last-of-type{
    margin-right: 0;
}
div.app-sidebar ul li p{
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
.swiper-container.sidebar-swiper{
    padding: 20px 0;
}
div.app-sidebar ul li::before{
    content: '';
    width: 100%;
    height: 113%;
    background-color: var(--hover-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotateX(-90deg);
    transform-style: preserve-3d;
    border-radius: 4px;
    transition: 0.4s all ease;
    opacity: 0;
    z-index: 1;
    transform-origin: bottom;
}
div.app-sidebar ul li.active{
    color: white;
}
div.app-sidebar ul li.active::before{
    opacity: 1;
    transform: translateY(-50%) rotateX(0);
}
div.app-container {
    display: flex;
    justify-content: space-between;
    margin: 10rem auto 13rem;
    flex-wrap: wrap;
    min-height: 31rem;
}
div.app-container div.left {
    width: 49%;
    line-height: 28px;
    color: #8e8e8e;
    line-height: 28px;
    font-size: 17px;
    padding-top: 5rem;
    padding-bottom: 2rem;
}
div.app-container div.right {
    width: 46%;
    max-height: 44rem;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
div.app-container div.right span{
    background-size: cover !important;
}
/* div.app-container.fields-content div.right img{
    max-height: unset;
    width: 100%;
    transition: 0.6s all ease;
} */
div.app-container div.left span.title{
    text-align: left;
    font-size: 2.7rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.5px;
    line-height: 46px;
    color: #242424;
    display: block;
    font-weight: 600;
    position: relative;
}
div.app-container div.left span.title::before {
    content: '';
    width: 38px;
    height: 4px;
    background-color: #06489f;
    position: absolute;
    top: -2.5rem;
    left: 0;
}
div.app-container div.left h3{
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    margin-bottom: 1rem;
    margin-top: 3rem;
    color: #242424;
}
div.app-container div.img span.pic{
    height: 37rem;
}
div.app-container ul.advance li{
    background-size: 24px;
    font-size: 15px;
    line-height: 22px;
}
div.app-container ul.advance li strong{
    display: block;
    background: url(../image/true-icon.svg) no-repeat center left;
    color: #1C232F;
    color: #1C232F;
    font-size: 19px;
    font-weight: 600;
    line-height: 46px;
    background-size: 2.3rem;
    background-position-y: 8px;
}
div.app-container ul.advance li:nth-child(even),div.app-container ul.advance li strong{
    padding-left: 3.7rem;
}
div.app-container ul.advance li:nth-child(even){
    margin-bottom: 1rem;
}
div.app-container ul.advance {
    margin-top: 3rem;
}
div.fields-name ul{
    display: flex;
    justify-content: space-between;
}
div.fields-name ul li{
    width: 23.6%;
    border-radius: 5px;
    background-color:  #f2f2f2;
    color: #515151;
    transition: 0.3s all ease;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 24px;
    cursor: pointer;
}
div.fields-name ul li.active{
    color: white;
    background-color: #037fdd;
}
div.fields-part p.title-text{
    margin: -0.5rem auto 3.5rem;
}
div.fields-content.app-container {
    margin: 4rem 0 6rem;
    align-items: center;
}
div.fields-content.app-container div.right{
    width: 49%;
    height: 31rem;
    overflow: hidden;
    border-radius: 6px;
}
div.fields-content.app-container div.right span{
    border-radius: 6px;
    background-size: cover !important;
}
div.app-container div.left p:last-child{
    margin-bottom: 0;
}
div.related-part{
    text-align: center;
    margin-bottom: 12rem;
    position: relative;
}
div.related-part ul li .img span{
    background-size: contain !important;
}
div.related-part h2{
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
div.related-part h2+p{
    color: #949494;
    margin-bottom: 50px;
}
div.related-part ul.recommend-pro{
    justify-content: unset;
    flex-wrap: unset;
}
div.related-part .swiper-content{
    overflow: hidden;
    padding-bottom: 3rem;
}
div.related-part .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: -4rem;
}
.app-content{
    overflow-x: hidden;
    padding-top: 12px;
    margin-top: -12px;
}
/* div.related-part .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, div.related-part .swiper-pagination-bullet{
    width: 0.8rem !important;
    height: 0.8rem !important;
    background-color: #cccccc !important;
    border: 0 !important;
}
div.related-part .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.5rem;
}
.related-btn .swiper-btn {
    width: 3.4rem;
    height: 3.4rem;
    background-image: url(/wp-content/themes/sytech/assets/img/swiper-right-white.svg) !important;
    background-color: #037fdd;
    background-size: 10px !important;
    z-index: 21;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    left: 0;
    opacity: 1 !important;
    margin-left: 0.8rem;
}
.related-btn .swiper-btn.swiper-button-prev {
    background-image: url(/wp-content/themes/sytech/assets/img/arrow-left-grey.svg) !important;
    background-color: #dbdbdb;
    background-size: 10px !important;
}
.related-btn{
    position: absolute;
    top: 8.2rem;
    right: 0;
} */
div.app-sidebar.app-sidebar-2 ul li::before{
    background-color: rgb(42, 22, 117);
}
.flex-content{
    display: flex;
}
.app-container .flex-content .part-left,.app-container .flex-content .part-right{
    width: 50%; 
}
.app-container .flex-content .part-left h2{
    font-size: 43px;
    color: #333;
    font-weight: 600;
    text-align: left;
    margin-bottom: 35px;
}
.app-container .flex-content .part-left p,.app-container .appi-advanatge-content span{
    font-size: 16px;
    font-weight: 500;
    color: #9C9C9C;
    line-height: 27px;
    letter-spacing: 0;
}
.app-container .flex-content .part-left h3{
    font-size: 23px;
    margin-top: 45px;
    margin-bottom: 10px;
}
.app-container .appi-advanatge-content .item{
    padding-left: 68px;
    background: url('/wp-content/themes/sytech/assets/img/duigou.svg') no-repeat;
    background-position: left 5px;
    background-size: 37px;
    margin-bottom: 30px;
}
.app-container .appi-advanatge-content{
    margin-top: 45px;
}
.app-container .appi-advanatge-content .item p{
    font-size: 19px;
    color: #242424;
    font-weight: 500;
    margin-bottom: 15px;
}
.app-container .flex-content .part-right .img-content{
    background: url('/wp-content/themes/sytech/assets/img/');
}
.application-industry-content{
    background: url('/wp-content/themes/sytech/assets/img/industry.bg.png') no-repeat center;
    background-size: cover;
    padding: 170px 0;
}
.application-industry-content .flex-content{
    margin-bottom: 80px;
    justify-content: space-between;
    align-items: center;
}
.application-industry-content .flex-content .part-left{
    width: 70%;
}
.application-industry-content .flex-content h2{
    font-size: 43px;
    color: #333;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.application-industry-content .flex-content .part-left p{
    font-size: 16px;
    font-weight: 500;
    color: #959595;
    line-height: 27px;
    letter-spacing: 0;
}
.industry-swiper.swiper-container{
    overflow: hidden;
}
.industry-swiper .swiper-slide{
    padding: 45px 50px;
    background-color: white;
    border-radius: 5px;
    transition: all 0.3s ease;
    min-height: 350px;
}
.industry-swiper .swiper-slide h3{
    font-size: 53px;
    color: #1B1156;
    margin-bottom: 15px;
}
.industry-swiper .swiper-slide p{
    font-size: 22px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 30px;
}
.industry-swiper .swiper-slide span{
    font-size: 16px;
    color: #717171;
    font-weight: 500;
    line-height: 25px;
}
.industry-swiper .swiper-slide.swiper-slide-active h3,.industry-swiper .swiper-slide.swiper-slide-active p,.industry-swiper .swiper-slide.swiper-slide-active span,.industry-swiper .swiper-slide:hover h3,.industry-swiper .swiper-slide:hover p,.industry-swiper .swiper-slide:hover span{
    color: white;
}
.industry-swiper .swiper-slide.swiper-slide-active span,.industry-swiper .swiper-slide:hover span{
    opacity: 0.5;
}
.industry-btn{
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url('/wp-content/themes/sytech/assets/img/industry-left.svg') no-repeat center;
    cursor: pointer;
    background-size: contain;
}
.industry-btn.industry-right{
    background-image: url('/wp-content/themes/sytech/assets/img/industry-right.svg');
    margin-left: 15px;
}
.two-btn button{
    cursor: pointer;
    padding: 12px 35px;
    font-size: 16px;
    color: #000000;
    border: 1px solid #DBDBDB;
    border-radius: 7px;
    background-color: transparent;
    font-weight: 400;
    transition: all 0.3s ease;
    min-width: 203px;
    margin-bottom: 50px;
}
.two-btn button.active{
    background-color: #1B1156;
    color: white;
    border-color: #1B1156;
}
.two-btn button:first-of-type{
    margin-right: 20px;
}
.page-template-application .all-banner{
    position: relative;
}
/* .page-template-application .all-banner:before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
} */
.page-template-application .all-banner .content{
    position: relative;
    z-index: 2;
    text-align: left;
}
.sidebar-btn-content{
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    z-index: 1;
}
.sidebar-btn-content span{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../image/arrow-white.svg') no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.sidebar-btn-content .sidebar-next{
    position: absolute;
    left: 102%;
    top: 0;
    transform: translateY(-50%) rotate(-180deg);
    background-image: url('../image/arrow-white.svg');
}
.sidebar-btn-content .sidebar-prev{
    position: absolute;
    right: 102%;
    top: 0;
    transform: translateY(-50%);
}
.sidebar-btn-content span.swiper-button-disabled{
    display: none;
}
div.all-banner.application-banner::before{
    background-color: rgba(0, 0, 0, 0.3);
}