.wrapper img {
    pointer-events: none;
    outline: none;
    user-select: none;
    width: 100%;
    height: auto;
}
.wrapper img {
    pointer-events: none;
    outline: none;
    user-select: none;
    width: 100%;
    height: auto;
}

.swiper-button-next, .swiper-button-prev{
    width: 63px !important;
    height: 63px !important;
    top: 50% !important;
    margin-top: -32px !important;
    border-radius: 50em;
    box-shadow: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}
.swiper-button-next{
    right: 8px !important;
    transform: rotate(180deg);
}
.swiper-button-prev{
    left: 8px !important;
}
.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover{
    filter: brightness(1.2);
}

.views-container{
    max-width: 100%;
    width: 1600px;
    padding: 0 30px;
    margin: 0 auto;
}
.views-container.bg{
    background-color: #CFDCE3;
}
.views-container .swiper-wrapper{
    align-items: stretch;
}
.views-container.bg .views-swiper-container:before{
    width: 100%;
    height: 78px;
    background-color: white;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
}
.views-swiper{
    position: relative;
    max-width: 1440px;
    width: calc(100vw - 150px);
    overflow: hidden;
    margin: 0;
}
.views-swiper .big-image{
    
}
.views-swiper .swiper-slide{
    height: auto;
}
.views-swiper .content{
    user-select: none;
    border-radius: 25px;
    background-color: white;
    overflow: hidden;
    height: 100%;
}
.views-swiper2 .content{
    user-select: none;
}
.views-swiper .text-content{
    padding: 28px 34px;
}
.views-swiper .text-content .title,
.views-swiper2 .text-content .title{
    position: relative;
}
.views-swiper .text-content .title:before,
.views-swiper2 .text-content .title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 19px;
    height: 40px;
}
.views-swiper .text-content .title div,
.views-swiper2 .text-content .title div{
    padding-left: 33px;
    font-size: 35px;
    font-weight: bold;
    color: var(--fontcolor);
    line-height: 1.3;
}
.views-swiper .text-content .title span,
.views-swiper2 .text-content .title span{
    font-size: 16px;
    font-weight: normal;
    display: block;
}
.views-swiper .text-content > .desc,
.views-swiper2 .text-content > .desc{
    font-size: 20px;
    line-height: 32px;
    padding: 13px 0 7px;
    text-align: justify;
    font-weight: normal;
}
.views-container-bg{
    background-color: #C3DEDE;
    position: absolute;
    top: 11em;
    width: 100%;
    left: 0;
    z-index: -1;
    height: calc(100% - 11em);
}

.views-swiper-container{
    position: relative;
    /*margin-bottom: 1em;*/
    z-index: 1;
}


.w830{
    max-width: 830px;
}
.views-swiper2 .big-image{
    padding-right: 34.1305%;
    padding-bottom: 100px;
}
.views-swiper2 .text-content{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 646px;
    background-color: white;
    padding: 84px 90px 50px 45px;
    box-sizing: border-box;
    /*overflow: hidden;*/
}
.views-swiper2 .text-content:before{
    content: '';
    width: 86px;
    height: 86px;
    position: absolute;
    bottom: 32px;
    left: 42px;
    background: url(../images/ic_bg_chi.png) center center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.views-swiper2 .text-content:after{
    content: '';
    width: 86px;
    height: 86px;
    position: absolute;
    top: 32px;
    right: 42px;
    background: url(../images/ic_bg_chi.png) center center no-repeat;
    background-size: contain;
}
.views-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: calc(-11px - 25px);
}
.views-swiper-container .swiper-pagination-bullet{
    width: 57px;
    height: 6px;
    border-radius: 0;
    background-color: #D8D8D8;
    opacity: 1;
}
.views-swiper-container .swiper-pagination-bullet-active{
    background-color: #09CE8B;
}
.views-swiper2 .text-content > .desc{
    padding-left: 33px;
}
.views-swiper2 .btn-prevnext{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 33px;
    margin-top: 30px;
}
.views-swiper2 .btn-prevnext .swiper-button-next,
.views-swiper2 .btn-prevnext .swiper-button-prev{
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}
.views-swiper2 .btn-prevnext .swiper-button-prev{
}
.text-content .big-title{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    padding: 16px 40px 18px 20px;
    color: white;
    transform: translateY(-50%);
    background-color: #61A8BC;
    line-height: 1;
}
.text-content .big-title:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent white transparent;
    transform: rotate(0deg);
}
.subtitle{
    position: relative;
}
.subtitle h3{
    font-size: 30px;
    background-color: #f2f2f2;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}
.subtitle:after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--fontcolor);
    transform: translateX(-50%);
    margin-top: -1.5px;
    position: absolute;
    top: 50%;
    width: 830px;
    z-index: 0;
    left: 50%;
}
.subtitle.white h3{
    background-color: white;
    color: #00A498;
}

.views-container.bg .swiper-button-next, .views-container.bg .swiper-button-prev{
    background: url(../images/ic_arrow.png) center center no-repeat;
    background-size: contain;
}
.views-container .text-content .title:before{
    /* background: url(../images/ic.png) center center no-repeat; */
    background-size: contain;
}
.views-swiper2 .btn-prevnext .swiper-button-next,
.views-swiper2 .btn-prevnext .swiper-button-prev{
    background: #0988CE url(../images/ic_arrow.png) center center no-repeat;
    background-size: 40px;
}
.views-container .text-content .title:before{
    /* background: url(../images/ic.png) center center no-repeat; */
    background-size: contain;
}

@media only screen and (max-width: 1280px){	
    .views-swiper2 .text-content .title:before{
        width: 15px;
        height: 32px;
    }
    .views-swiper2 .text-content .title div{
        font-size: 26px;
        padding-left: 26px;
    }
    .views-swiper2 .text-content .title span{
        font-size: 13px;
    }
    .views-swiper2 .text-content > .desc {
        font-size: 15px;
        line-height: 21px;
        padding: 7px 0 4px;
    }
    .desc-content{
        font-size: 17px;
        line-height: 28px;
    }
}
@media (max-width: 1024px) {
    .views-swiper2 .text-content {
        width: 419px;
        padding: 50px 30px 30px 29px;
    }
    .views-swiper2 .text-content:after{
        width: 46px;
        height: 46px;
        top: 29px;
        right: 29px;
    }
    .views-swiper2 .text-content:before{
        width: 46px;
        height: 46px;
        bottom: 29px;
        left: 29px;
    }
    .views-swiper2 .btn-prevnext{
        gap: 15px;
        margin-top: 20px;
    }
    .views-swiper2 .btn-prevnext .swiper-button-next, .views-swiper2 .btn-prevnext .swiper-button-prev {
        background-size: 27px;
    }
    .views-swiper2 .big-image{
        padding-bottom: 40px;
    }
    .views-swiper .content{
        border-radius: 20px;
    }
    .views-swiper .text-content .title:before, .views-swiper2 .text-content .title:before {
        width: 12px;
        height: 27px;
    }
    .views-swiper .text-content .title div, .views-swiper2 .text-content .title div {
        font-size: 21px;
        padding-left: 21px;
    }
    .views-swiper .text-content .title span, .views-swiper2 .text-content .title span {
        font-size: 11px;
    }
    .views-swiper .text-content > .desc, .views-swiper2 .text-content > .desc {
        font-size: 13px;
        line-height: 20px;
        padding: 9px 0 4px;
    }
    .views-swiper .text-content {
        padding: 15px 21px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        top: 50% !important;
        margin-top: -20px !important;
    }
}
@media (max-width: 768px) {
    .views-swiper2 .text-content .title div {
        font-size: 18px;
        padding-left: 16px;
    }
    .views-swiper2 .text-content .title:before {
        width: 9px;
        height: 18px;
    }
    .views-swiper2 .text-content .title span{
        font-size: 9px;
    }
    .views-swiper2 .text-content > .desc {
        font-size: 12px;
        line-height: 17px;
        padding: 6px 0 0px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 36px !important;
        height: 36px !important;
        margin-top: -18px !important;
    }
    .views-container{
        padding-bottom: 0;
    }
    .views-swiper2 .text-content {
        width: 340px;
        padding: 40px 29px 20px;
    }
    .views-swiper2 .btn-prevnext{
        gap: 14px;
        margin-top: 25px;
    }
    .views-swiper2 .text-content:before {
        width: 32px;
        height: 32px;
        bottom: 23px;
        left: 29px;
    }
    .views-swiper2 .text-content:after {
        width: 32px;
        height: 32px;
        top: 23px;
        right: 29px;
    }
    .text-content .big-title {
        font-size: 20px;
        padding: 10px 18px 12px 9px;
    }
    .text-content .big-title:after {
        border-width: 0 0 15px 15px;
    }
}
@media (max-width: 576px) {
    .swiper-button-next{
        right: 10px !important;
    }
    .swiper-button-prev{
        left: 10px !important;
    }
    .views-swiper2 .content{
        display: flex;
        flex-direction: column;
    }
    .views-swiper2 .text-content {
        background-size: auto 14px;
        position: relative;
        margin-left: 0px;
        width: calc(100% - 0px);
        transform: translateY(-40px);
        padding: 34px 21px 20px 21px;
    }
    .views-swiper2 .text-content:before{
        left: 21px;
    }
    .views-swiper2 .text-content:after{
        right: 21px;
    }
    .views-swiper2 .big-image{
        padding-right: 0;
    }
    .views-swiper2 .btn-prevnext {
        margin-top: 18px;
    }
    .views-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px;
    }
    .views-swiper{
        width: 100vw;
    }
    .views-swiper .swiper-slide{
        padding: 0 50px;
        box-sizing: border-box;
    }
    .side-left{
        flex-direction: column;
    }
    .side-left_block {
        padding: 22px 30px 36px 30px;
        text-align: center;
    }
    .side-left .img {
        margin-bottom: -19px;
    }
    .views-swiper-container .swiper-pagination-bullet {
        width: 26px;
        height: 3px;
    }
}

