.banner{
    height: 793px;
    background-image: url(../images/banner-bg.jpg);
    background-position: center center;
    background-size: 100% auto;
}

.banner .wrapper{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}


.banner-info h3{
    font-size: 57px;
    color: #000;
}

.banner-info h3 .blue{
    color: #113AED;
    font-size: 57px;
}

.banner-info p{
    font-size: 16px;
    color: #666;
    line-height: 20px;
    width: 520px;
    margin-top: 60px;
}

.banner-img{
    position: absolute;
    bottom: 0; right: 0;
    width: 656px;
    height: 400px;
}

.banner-img > img{
    position: absolute; 
}

.banner-img .b1{    
    right: 126px;
    bottom: 0;
}

.banner-img .b2{    
    right: 303px;
    bottom: 91px;
}

.banner-img .b3{    
    right: 0;
    bottom: 219px;
}

.banner-img .b4{    
    right: 0;
    bottom: 1px
}


.section{
    padding: 100px 0;
}

.section-header{
    margin-bottom: 25px;
    text-align: center;
}

.section-title-front{
    font-size: 32px;
    color: #212834;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

.section-title-front::before, .section-title-front::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #0561F0;
    margin: 0 30px;
    position: relative;
    top: -5px;
}

.section-title-back{
    display: inline-block;
    font-size: 48px;
    color: #E8E8E8;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 6;
    top: -58px;
}

.section-title-back::before,.section-title-back::after{
    content: '';
    display: block;
    width: 438px;
    height: 1px;
    background-color: #E8E8E8;
    position: absolute;
    bottom: 15px;
}

.section-title-back::before{
    right: 100%;
}

.section-title-back::after{
    left: 100%;
}

.section01 {
    text-align: center;
}

.section .btn{
    margin-top: 60px;
    text-transform: uppercase;
    padding: 12px 28px;
}

.section01-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1-item{
    width: 270px;
    box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.08);
    border-radius: 8px;
    text-align: center;
    padding: 40px 30px;
    box-sizing: border-box;
}

.s1-item h4{
    font-size: 20px;
    color: #212834;
    margin-bottom: 23px;
}

.s1-item p{
    margin-top: 11px;
    color: #666;
    font-size: 16px;
}

.section02{
    background-color: #F2F9FE;
    position: relative;
}

.section02 .btn{
    margin-top: 40px;
}

.section02 .wrapper {
    position: relative;
}

.slide01{
    overflow: hidden;
}

.slide01 .swiper-slide{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide-img{
    width: 570px;
}

.slide-info{
    width: 530px;
    text-transform: uppercase;
}

.slide-info .decor{   
    background: linear-gradient(to bottom, #FFF, #F2F9FE);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 106px;
    font-weight: bold;
}

.slide-info h4{
    font-size: 22px;
    color: #212834;
    margin-bottom: 17px;
}

.slide-info p{
    color: #666;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.section02 .swiper-button-prev::after, .section02 .swiper-button-next::after{
    display: none;
}

.section02 .swiper-button-prev, .section02 .swiper-button-next{
    width: 60px;
    height: 60px;
    background-size: 80% 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0561F0;
    border-radius: 60px;
    top: 35%;
}

.section .swiper-button-prev.swiper-button-disabled, .section .swiper-button-next.swiper-button-disabled{
    border: 1px solid #DCDCDC;
    background-color: transparent;
}

.section02 .swiper-button-prev{
    left: -140px;
    top: 150px;
    background-image: url(../images/left-white.png);
}

.section02 .swiper-button-next{
    right: -140px;
    top: 150px;
    background-image: url(../images/right-white.png);
  
}

.section02 .swiper-button-prev.swiper-button-disabled{
    background-image: url(../images/left.png);
}

.section02 .swiper-button-next.swiper-button-disabled{
    background-image: url(../images/right.png);
  
}


.section02 .swiper-pagination{
    position: relative;
    margin-top: 70px;
    white-space: nowrap;
}

.section02 .swiper-pagination::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color:  #DCDCDC;
    position: absolute;
    top: 8px;
    z-index: 3;
}

.section02 .swiper-pagination-bullet{
    width: auto;
    height: auto;
    background-color: transparent !important;
    vertical-align: middle;
    margin: 0 100px !important;
    position: relative;
    z-index: 4;
    opacity: 1;
}

.section02 .swiper-pagination-bullet::before{
    content: '';
    display: block;
    margin: 0 auto 15px;
    width: 16px;
    height: 16px;
    background-color: #666 !important;
    border-radius: 0;
}


.section02 .swiper-pagination-bullet-active{
    color: #0561F0
}

.section02 .swiper-pagination-bullet-active::before{
    background-color: #0561F0 !important;
}


.section03{
    background-image: url(../images/s3-bg.png);
    background-position: center center;
    background-size: 100% auto;
}

.section03 .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s3-info{
    width: 500px;
}

.s3-info h4{
    font-size: 24px;
    color: #212834;
    margin-bottom: 20px;
}

.s3-info p{
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.s3-info p + p{
    margin-top: 10px;
}

.s3-img{
    width: 570px;
}


.slide02 .swiper-slide{
    width: 913px;
    height: 556px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    background-color: #0561F0;
    border-radius: 31px;
    padding: 45px;
    box-sizing: border-box;
}

.slide02 .slide-info {
    width: 335px;
    text-transform: capitalize;
    text-align: left;
}

.slide02 .slide-info h4{
    color: #fff;
}

.slide02 .slide-info p{
    color: #fff;
}

.slide02 .slide-info .btn{
    width: 335px;
    height: 70px;
    line-height: 46px;
    text-align: center;
    background: linear-gradient(90deg, #0096FF, #96ACFF);
    border-radius: 35px;    
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
}

.slide02 .slide-img{
    width: 322px;
    height: 442px;
    background-position: center center;
    background-repeat: no-repeat;
}

.slide02 .swiper-slide {
    opacity: 0 !important;
}

.slide02 .swiper-slide-active{
    opacity: 1 !important;
}

.slide02 .swiper-slide-prev, .slide02 .swiper-slide-next{
    opacity: 0.6 !important;
}