.home_banner{
    padding: 18rem 0 21rem;
}
.home_banner .head h1{
    max-width: 75rem;
    margin-bottom: 3rem;
}
.home_banner .head h1 span{
    color: #d12c2c;
}
.home_banner .head p{
    max-width: 54.6rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 3.3rem;
}
.home_banner .btns{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.home_banner .btns .btn{
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 6rem;
}

.home_equipment{
    padding: 10.4rem 0 9.5rem;
    overflow: hidden;
}
.home_equipment .head p{
    padding-top: 5rem;
    max-width: 78rem;
}
.home_equipment .head{
    padding-bottom: 4.8rem;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 5.5rem;
}
.home_equipment .main .left{
    width: 69.49%;
    padding: 6rem 0 8rem;
    position: relative;
    z-index: 9;
}
.home_equipment .main .left:before{
    content: "";
    width: calc(100% + 23.5rem) ;
    height: 100%;
    background: linear-gradient(to right, #D6E4F1, #F4F8FB);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 200rem 200rem 0;
}
.swiper_equipment_left{
    overflow: hidden;
}
.home_equipment .main .left .info{
    width: 38%;
}
.home_equipment .main .left .info span{
    font-size: 1.4rem;
    color: var(--primary);
}
.home_equipment .main .left .info strong{
    font-size: 3.6rem;
    color: #0f0f0f;
    font-weight: 600;
    display: block;
    margin-bottom: 1.5rem;
}
.home_equipment .main .left .info p{
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #353535;
    font-weight: 500;
    margin-bottom: 3rem;
}
.home_equipment .main .left .img{
    width: 63.76%;
    padding-left: 4rem;
    aspect-ratio: 627/428;
}
.home_equipment .main .left .img img{
    width: 97%;
    height: 97%;
    object-fit: contain;
}
.swiper_equipment_left .swiper-slide{
    transition: all 0.3s;
}
.swiper_equipment_left .swiper-slide.swiper-slide-next{
    transform: scale(0.5);
    opacity: 0;
}
.home_equipment .main .right{
    width: 30.51%;
    padding-left: 4rem;
}
.home_equipment .swiper_equipment_img{
    overflow: visible;
    margin-bottom: 8rem;
}
.home_equipment .swiper_equipment_img .swiper-slide{
    transition: all 0.4s;
}
.home_equipment .swiper_equipment_img .swiper-slide a{
    display: block;
    aspect-ratio: 1/0.85;
    display: flex;
    align-items: flex-end;
}
.home_equipment .swiper_equipment_img .swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home_equipment .right .swiper_btns{
    margin-left: 3rem;
}

.home_equipment .right .swiper-slide-prev{
    transform: scale(0.1);
    opacity: 0;
}
.home_wealth{
    padding-bottom: 10rem;
}
.home_wealth .head h2{
    line-height: 5.7rem;
    margin-top: 1.5rem;
}
.home_wealth .head p{
    max-width: 67rem;
}
.home_wealth .head{
    padding-bottom: 4.5rem;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 9rem;
}
.home_wealth .left .circle_flow{
    position: relative;
    width: 53.4rem;
    height: 53.4rem;
}
.home_wealth .left{
    padding-left: 4rem;
    flex: 1;
}
.home_wealth .left .circle_flow svg{
    width: 100%;
    height: 100%;
}
.home_wealth .left .circle_flow .arc_active{
    transition: stroke-dasharray 0.6s ease;
}
.home_wealth .left .circle_flow .dot{
    position: absolute;
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: border-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
}
.home_wealth .left .circle_flow .dot span{
    font-size: 1.9rem;
    color: #000000;
    font-weight: 500;
    position: absolute;
    bottom: calc(100% + 1.1rem);
    left: 50%;
    transform: translateX(-50%);
}
.home_wealth .left .circle_flow:after{
    content: "";
    width: 95%;
    height: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    background: url('../img/circle_border.svg') no-repeat center/contain;
    animation: rotate 15s linear infinite;
}
@keyframes rotate{
    from{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to{
        transform: translate(-50%,-50%) rotate(360deg) ;
    }
}
.home_wealth .left .circle_flow .dot_2 span{
    bottom: unset;
    top: calc(100% + 0.6rem);
    left: 5rem;
    transform: translateX(0);
}
.home_wealth .left .circle_flow .dot_3 span{
    bottom: unset;
    top: calc(100% + 0.6rem);
    right: 4.5rem;
    left: unset;
    transform: translateX(0);
}
.home_wealth .left .circle_flow .dot.active{
    border-color: var(--primary);
    color: white;
    background-color: var(--primary);
}
.home_wealth .left .circle_flow .dot_1{
    top: 5.99%;
    left: 50%;
}

.home_wealth .left .circle_flow .dot_2{
    top: 72.03%;
    left: 88.13%;
}
.home_wealth .left .circle_flow .dot_3{
    top: 72.03%;
    left: 11.87%;
}
.home_wealth .left .info{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home_wealth .right{
    width: 46.38%;
    overflow: hidden;
    padding-bottom: 3rem;
}
.home_wealth .left .info p{
    font-size: 2.1rem;
    font-weight: 500;
}

.home_wealth .left .info strong{
    font-size: 3.9rem;
    font-weight: 600;
    margin-top: -0.5rem;
    color: var(--primary);
}
.home_wealth .left .info span{
    font-size: 1.6rem;
    color: #48484c;
}

.home_wealth .right span{
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primary);
    text-transform: uppercase;
}
.home_wealth .right strong{
    font-size: 3rem;
    font-weight: 500;
    color: #0f0f0f;
    margin-top: 0.5rem;
    margin-bottom: 1.3rem;
}
.home_wealth .right p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #353535;
    margin-bottom: 2.7rem;
}
.home_wealth .right .flex span{
    display: inline-block;
    line-height: 2.8rem;
    padding:  0 1.1rem;
    background-color: var(--secondary);
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
}

.home_case{
    padding: 8rem 0 8.3rem;
}
.home_case .swiper_case_main{
    overflow: hidden;
}
.home_case .left{
    width: 49.94%;
}
.home_case .left .img{
    aspect-ratio: 883/758;
}
.home_case .right{
    width: 50.06%;
    padding-left: 12.8rem;
    padding-right: 15.8rem;
    padding-top: 11.4rem;
    background-color: #EDF1F4;
}
.home_case .right .head .title{
    font-size: 4.8rem;
    line-height: 5.7rem;
    color: var(--title);
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 4.1rem;
}
.home_case .right .head p{
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 3.5rem;
}
.home_case .right .more{
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--title);
    display: flex;
    align-items: center;
    gap: 0.9rem;
}
.home_case .right .more:after{
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    display: inline-block;
    background: url('../img/btn_arrow_red.svg') no-repeat center/contain;
}
.home_case .right .head{
    padding-bottom: 4rem;
    margin-bottom: 4.7rem;
    border-bottom: 1px solid #bcbcbc;
}
.home_case .right .items{
    display: flex;
    gap: 9rem;
}
.home_case .right .item p{
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #353535;
    font-weight: 500;
}
.home_case .right .item strong{
    font-size: 3.8rem;
    font-weight: 600;
    color: var(--primary);
}
.home_case .right .item strong span:nth-of-type(2){
    font-size: 2.6rem;
    color: var(--title);
    display: inline-block;
    margin-left: 1rem;
}
.home_case .swiper_btns.middle{
    max-width: 182.7rem;
}

.home_about{
    padding: 8.3rem 0 14.5rem;   
}
.home_about .head{
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #bcbcbc;
}
.home_about .head h2{
    max-width: 56rem;
    margin-bottom: 6rem;
    margin-top: 1rem;
    line-height: 5.7rem;
}
.home_about .head p{
    max-width: 67.2rem;
    margin-bottom: 3.4rem;
}
.home_about .swiper_about_img{
    overflow: hidden;
}

.home_about .main{
    position: relative;
}
.home_about .nav{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: white;
}
.home_about .nav ul{
    display: flex;
    gap: 7.5rem;
    padding: 0 3.4rem;
    padding-right: 1.3rem;
}
.home_about .nav li{
    line-height: 4rem;
    padding-top: 0.8rem;
    font-size: 2.2rem;
    color: #333333;
    transition: all 0.3s;
    cursor: pointer;
}
.home_about .nav li.active{
    font-size: 2.2rem;
    color: var(--title);
    font-weight: 600;
}
.home_about .items{
    margin-top: 6.8rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5.3rem;
}
.home_about .items .img{
    width: 7.4rem;
    height: 7.4rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: url('../img/blue_cir_bg.svg') no-repeat center/contain;
    margin-bottom: 2.5rem;
    transition: all 0.5s;
}
.home_about .items .active .img{
    background-image: url('../img/red_cir_bg.svg');
}
.home_about .items .img img{
    width: 65%;
    height: 65%;
    object-fit: contain;
    transform: translateY(-0.5rem);
}
.home_about .items .item{
    padding-bottom: 7rem;
    border-bottom: 1px solid #bcbcbc;
    position: relative;
}
.home_about .items .item.active:after{
    width: 100%;
}
.home_about .items .item:after{
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--primary);
    transition: all 0.4s;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.home_about .items .item strong{
    font-size: 2.6rem;
    font-weight: 600;
    display: block;
    margin-bottom: 2.3rem;
}
.home_about .items .item p{
    font-size: 1.7rem;
    line-height: 2.6rem;
    color: #353535;
    padding-right: 7rem;
    font-weight: 450;
    font-family: 'Manrope', sans-serif;
}

.home_applications{
    padding: 11.3rem 0 11.5rem;
    background-color: #ECF1F7;
}
.home_applications .head{
    padding-bottom: 4.7rem;
    margin-bottom: 5.4rem;
    border-bottom: 1px solid #c7ccd1;
}
.home_applications .head h2{
    max-width: 50rem;
}
.home_applications .head p{
    max-width: 67.6rem;
}
.home_applications .left{
    width: 38.68%;
}
.home_applications .left li{
    padding: 2.1rem 0 1.8rem;
    border-bottom: 1px solid #c7ccd1;
    gap: 3.6rem;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}
.home_applications .left li .icon{
    width: 3.5rem;
    height: 3.5rem;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.home_applications .left li p{
    font-size: 2.4rem;
    font-weight: 500;
    color: #3a3a3a;
}
.home_applications .right{
    width: 46.38%;
    overflow: hidden;
}
.home_applications .left li span{
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: url('../img/arrow_gray.svg') no-repeat center/contain;
    margin-left: auto;
}
.home_applications .left li.active .icon{
    filter: grayscale(0);
    transform: scale(1.2);
}
.home_applications .left li.active{
    margin-bottom: 1rem;
}
.home_applications .left li.active p{
    font-weight: 600;
    color: var(--title);
}
.home_applications .left li.active span{
    filter: brightness(0);
}
.home_applications .right .img{
    aspect-ratio: 666/364;
    position: relative;
    margin-bottom: 2rem;
}
.home_applications .right .img:hover img{
    transform: scale(1.1);
}
.home_applications .right .img:after{
    content: "";
    width: 6rem;
    height: 6rem;
    background: url('../img/home_app_icon.svg') no-repeat center/cover;
    position: absolute;
    right: 1.7rem;
    bottom: 1.6rem;
}
.home_applications .right strong{
    font-size: 2.6rem;
    display: block;
    font-weight: 500;
    margin-bottom: 1rem;
}
.home_applications .right p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #353535;
    font-family: 'Manrope', sans-serif;
}
.home_quality{
    padding: 12.3rem 0 10.5rem;
}
.home_quality .head{
    padding-bottom: 5rem;
    margin-bottom: 6.4rem;
    border-bottom: 1px solid #bcbcbc;
}
.home_quality .head p{
    max-width: 67.6rem;
}
.home_quality .main .right{
    width: 78.81%;
}
.home_quality .swiper_cer_img{
    overflow: hidden;
}
.home_quality .swiper_cer_img .swiper-slide{
    aspect-ratio: 264/315;
    padding-bottom: 2.8rem;
    text-align: center;
    padding-top: 8rem;
    border: 1px solid #bcbcbc;
    transition: all 0.3s;
}
.home_quality .swiper_cer_img .swiper-slide.active{
    border-color: var(--primary);
}
.home_quality .swiper_cer_img .swiper-slide .img img{
    height: 9.5rem;
    width: auto;
    display: inline-block;
}
.home_quality .swiper_cer_img .swiper-slide p{
    font-size: 2.2rem;
    font-weight: 600;
    color: #0f0f12;
    margin-top: 6.7rem;
}

.home_news{
    padding: 10.5rem 0 12.5rem;
}

.home_news .nav ul{
    display: flex;
    gap: 1.2rem;
}
.home_news .nav li{
    line-height: 4.4rem;
    background-color: #ECF1F7;
    color: var(--title);
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 2.3rem;
    cursor: pointer;
}
.home_news .nav li.active{
    background-color: var(--primary);
    color: white;
}
.home_news .news_top{
    padding-bottom: 4.4rem;
    margin-bottom: 4.2rem;
    border-bottom: 1px solid #bcbcbc;
}

.home_news .swiper_news_main{
    overflow: hidden;
}
.home_news .swiper_btns{
    max-width: 173rem;
    width: 150%;
    margin-top: -4rem;
}
.news_item .img{
    aspect-ratio: 464/290;
    position: relative;
    margin-bottom: 2.2rem;
}
.news_item .img img{
    position: relative;
    z-index: 1;
}
.news_item:hover .img img{
    transform: scale(1.05);
}
.news_item .img span{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 4rem;
    font-size: 1.6rem;
    color: white;
    font-weight: 500;
    padding: 0 1.7rem;
    text-transform: uppercase;
    background-color: var(--primary);
    z-index: 9;
}
.news_item .info .date{
    font-size: 1.6rem;
    color: #353535;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.6rem;
}
.news_item .info strong{
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 600;
    display: block;
    padding-bottom: 4.5rem;
    margin-bottom: 2rem;
    transition: all 0.3s;
    border-bottom: 2px solid #bcbcbc;
}
.news_item:hover .info strong{
    border-color: var(--primary);
}

.home_news p.center{
    margin-top: 6.3rem;
}
