.production-banner {
    margin-bottom: 6rem;
}
/* .production-banner .banner-text{
    bottom: 12.5rem;
    right: 9vw;
} */
.production-info{
    padding-right: 1%;
    margin-top: 50px;
    margin-bottom: 18.5rem;
}
.production-info span.big-circle{
    width: 1000px;
    height: 1000px;
    top: -45rem;
    right: 5%;
    min-height: 1100px;
    min-width: 1100px;
}
.production-info span.circle1 {
    width: 93px;
    height: 93px;
    background: linear-gradient(-138.31deg, #E3F2FF 9.8%, #41B6D5 81.78%);
    bottom: -5rem;
    left: 2%;
}
.production-info span.circle3,.production-info span.big-circle::before{
    content: '';
    width: 245px;
    height: 245px;
    background: linear-gradient(197.96deg, #E2F3FF 5.04%, #228AEA 95.05%), linear-gradient(138.31deg, #E3F2FF 9.8%, #41B6D5 81.78%);
    bottom: 1.3rem;
    position: absolute;
    border-radius: 50%;
}
.production-info span.big-circle::before{
    right: -6.5%;
    bottom: 19rem;
    width: 180px;
    height: 180px;
}
.production-view{
    max-width: 1165px;
    margin: 0 auto;
}
.production-view .select-list span, .production-view span.only-mobile{
    background: rgb(0, 0, 0,.2);
    text-align: center;
    padding: 1.5rem 0;
    font-size: 27px;
    border-radius: 1rem;
    position: relative;
    margin-bottom: 3rem;
    transition: 0.3s all ease;
    color: #595959;
    cursor: pointer;
}
.production-view .select-list span{
    background: rgb(220, 221, 221);
}
.production-view .select-list span.active,.production-view span.only-mobile{
    background: linear-gradient(278.26deg, #008AD8 5%, #41B6D5 85.17%);
    color: white;
}
.arrow-linear-bf span{
    position: relative;
}
.arrow-linear-bf span::before{
    content: '';
    width: 2.3rem;
    height: 2.3rem;
    background: url(../img/arrow-linear.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -2.6rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s all ease;
}
.arrow-linear-bf span.active:before{
    opacity: 1;
}
ul.production-list li{
    box-shadow: 0 0 40px rgb(0 0 0 / 4%);
    border-radius: 1.2rem;
    overflow: hidden;
    background-color: white;
    /* display: none; */
}
ul.production-list li.hide{
    display: none;
}
/* ul.production-list li.active{
    display: flex;
} */
ul.production-list li div.production-data{
    padding: 50px 65px;
    width: 45%;
    z-index: 1;
}
ul.production-list li div.right{
    width: 55%;
    overflow: hidden;
    position: relative;
}
/* div.production-data div:hover{
    transform: translateY(-10px);
} */
div.production-data figure img{
    width: 46px;
    height: auto;
}
div.production-data figure{
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.35s all ease;
}
div.production-data figure::before{
    content: '';
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(278.26deg, #008AD8 5%, #41B6D5 85.17%), linear-gradient(197.96deg, #E2F3FF 5.04%, #228AEA 95.05%), linear-gradient(23.31deg, #41B6D5 7.97%, #323F5D 100.83%), #C4C4C4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s all ease;
}
div.production-data h3{
    font-size: 23px;
    color: #397594;
    font-weight: 600;
    margin-bottom: 1.2rem;
    position: relative;
}
div.production-data p{
    font-size: 17px;
    line-height: 1.2;
}
div.production-data .wp-block-columns+.wp-block-columns{
    margin-top: 65px;
}
div.production-data p strong{
    color: #397594;
    font-size: 22px;
}
.swiper-production,.swiper-production .swiper-wrapper{
    height: 100%;
}
.swiper-production{
    overflow: hidden;
}
.swiper-production .swiper-slide{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    border-radius: 20px;
    transition: 0.5s all ease;
}
.swiper-production .swiper-pagination .swiper-pagination-bullet{
    margin: 0 1% !important;
    width: 30%;
    height: 8px;
    border-radius: 12px;
    background: #ffffff47;
    box-shadow: unset;
    transform: scale(1) !important;
    position: relative;
    overflow: hidden;
}
.swiper-production .swiper-pagination .swiper-pagination-bullet::before{
    content: '';
    width: 60%;
    height: 100%;
    border-radius: 12px;
    background: #E2F3FF;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s all ease;
}
.swiper-production .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    opacity: 1;
}
.production-content{
    position: relative;
    padding-bottom: 12rem;
}
/* .production-content::before{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/study-bg2.svg) no-repeat center top;
    position: absolute;
    top: 35rem;
    left: -10%;
    z-index: -1;
} */
.production-content .all-bg::before{
    width: 137%;
    height: 148%;
    background: url(../img/all-banner.png) no-repeat center right;
    background-position-x: 0;
    background-size: 72%;
    position: absolute;
    top: 67vw;
    left: -8vw;
    transform: rotate(54deg) translateX(-50%);
    z-index: -1;
    opacity: .3;
}
.production-content .all-bg{
    top: unset;
    bottom: -12rem;
}
.production-content .about-intro{
    padding-left: 13%;
    padding-right: 13%;
}
div.production-data p strong{
    font-size: 17px;
}