/* Cornerstone Landing */
.cl-visual {
    background: #eaeff6;
}
.cl-visual .visual-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cl-visual .visual-title-box {
    max-width: 530px;
    margin: 0;
}
.cl-visual .visual-title {
    font-size: 2.75em;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}
.cl-visual .visual-text {
    margin: 2.5em 0 0;
    font-weight: 700;
    color: #333;
}
.cl-visual .visual-img {
    min-width: 50%;
}
.cl-visual .visual-img .cl-img {
    float: right;
}

@media (max-width: 767px) {
    .cl-visual {
        padding-top: 3em;
    }
    .cl-visual .visual-box {
        display: block;
        overflow: hidden;
    }
    .cl-visual .visual-title-box {
        padding-right: 28%;
    }
    .cl-visual .visual-title {
        font-size: 2em;
    }
    .cl-visual .visual-text {
        margin: 1.25em 0;
    }
    .cl-visual .visual-img {
        text-align: center;
        width: 100%;
    }
    .cl-visual .visual-img .cl-img {
        margin-top: -180px;
        width: 60%;
    }
}

@media (max-width: 625px) {
    .cl-visual .visual-title-box {
        padding-right: 35%;
    }
}

@media (max-width: 560px) {
    .cl-visual .visual-title-box {
        padding-right: 0;
        max-width: 100%;
    }
    .cl-visual .visual-img .cl-img {
        margin: 0;
        width: 100%;
        max-width: 300px;
        float: none;
    }
}

.cl-recent {
    padding: 3.75em 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .cl-recent {
        padding: 2.85em 0;
    }
}
.cl-recent .recent-title {
    margin-bottom: 2.5em;
    display: flex;
    justify-content: space-between;
}
.cl-recent .recent-tit {
    margin: 0;
    font-size: 2em;
    font-weight: 700;
}
.cl-recent .recent-prevnext {
    position: relative;
    width: 88px;
}
.cl-recent .swiper-button-next, .cl-recent .swiper-button-prev {
    top: 0px;
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding: 8px;
    background: #2659a8;
    border-radius: 100px;
    outline: none;
}
@media (max-width: 525px) {
    .cl-recent .recent-tit {
        font-size: 1.75em;
    }
    .cl-recent .recent-prevnext {
        width: 74px;
    }
    .cl-recent .swiper-button-next, .cl-recent .swiper-button-prev {
        width: 34px;
        height: 34px;
    }
}
.cl-recent .recent-prevnext svg {
    width: 24px;
    float: left;
}
.cl-recent .recent-prevnext .recent-icon {
    fill: #fff;
}
.cl-recent .swiper-button-next.swiper-button-disabled, .cl-recent .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #e1e1e1;
}
.cl-recent .swiper-button-next.swiper-button-disabled .recent-icon, .cl-recent .swiper-button-prev.swiper-button-disabled .recent-icon {
    fill: #fff;
}
.cl-recent .swiper-button-next:after, .cl-recent .swiper-button-prev:after {
    display: none;
}
.cl-recent .swiper-button-next {
    right: 0;
}
.cl-recent .swiper-button-prev {
    left: 0;
}

.cl-recent .recent-slide {
    position: relative;
}
.cl-recent .recent-slide:before {
    content: "";
    position: absolute;
    right: -240px;
    top: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 22%, #ffffff 99%);
    z-index: 10;
}
.cl-recent .swiper-container {
    width: 100%;
    height: 100%;
}
.cl-recent .swiper-slide {
    width: auto !important;
    background: #2659a8;
    border-radius: 8px;

    /* Center slide text vertically */
    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: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cl-recent .recent-box {
    width: 240px;
    padding: 1.5em;
    text-decoration: none;
}
.cl-recent .recent-box-txt {
    margin-bottom: 1em;
    font-size: 14px;
    color: #ccc;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.cl-recent .recent-box-tit {
    margin: 0;
    font-size: 1.25em;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    display:-webkit-box;
    word-wrap:break-word;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    height:112px;
}

.cl-recent .recent-slide.end:before {
    right: auto;
    left: -240px;
    transform: rotate(180deg);
}

.cl-video {
    position: relative;
    overflow: hidden;
}
.cl-video:before {
    content: "";
    position: absolute;
    left: 65%;
    top: 0;
    width: 711px;
    height: 707px;
    background: url("https://pstatic.wordvice.com/wv-us/image/cl_video_bg.png") no-repeat left top;
    z-index: -1;
}
@media (max-width: 991px) {
    .cl-video:before {
        left: 50%;
        transform: scale(.85);
    }
}
@media (max-width: 767px) {
    .cl-video:before {
        top: 0%;
        left: auto;
        right: -15%;
        width: 60%;
        height: 100%;
        background-size: 100%;
        transform: scale(1);
    }
}
@media (max-width: 525px) {
    .cl-video:before {
        display: none;
    }
}
.cl-video .video-title-box {
    position: relative;
    max-width: 620px;
    padding: 6.25em 0 10em;
    z-index: 1;
}
.cl-video .video-title {
    margin: 0;
    font-size: 2.75em;
    color: #2659a8;
    font-weight: 700;
}
.cl-video .video-tit-box {
    margin: 2.5em 0 0;
    padding-right: 3.8em;
}
.cl-video .video-tit {
    font-size: 2em;
    font-weight: 700;
    color: #333;
    line-height: 1.35;
}
.cl-video .video-text {
    color: #333;
    margin: 1.5em 0 0;
}
.cl-video .video-btn {
    display: inline-block;
    margin-top: 2.5em;
    padding: .75em 2.5em;
    background: #2659a8;
    border-radius: 8px;
    color: #fff;

}

@media (max-width: 767px) {
    .cl-video .video-title-box {
        padding: 2.85em 0 11em;
    }
    .cl-video .video-title {
        font-size: 2em;
    }
    .cl-video .video-tit-box {
        margin-top: 2.25em;
        padding-right: 0;
    }
    .cl-video .video-tit {
        font-size: 1.5em;
    }
    .cl-video .video-text {
        margin-top: 1em;
    }
    .cl-video .video-btn {
        margin-top: 1.5em;
    }
}
.cl-video .video-icon {
    display: none;
    position: absolute;
    left: 60%;
    top: 0px;
}



.cl-video .video-list {
    background: #2659a8;
    padding-bottom: 3.25em;
}

@media (max-width: 767px) {
    .cl-video .video-list {
        padding-bottom: 2.85em;
    }
}
.cl-video .video-ul {
    position: relative;
    display: flex;
    margin: 0 -.75em;
    justify-content: space-between;
    z-index: 1;
}
.cl-video .video-li {
    width: 33.333333%;
    margin-top: -70px;
}
.cl-video .video-inner {
    margin: 0 .75em;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.cl-video .vd_img {
    position: relative;
    display: block;
    flex-shrink: 0;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.cl-video .vd_img.img1 {
    background: #BECDE5 url("https://pstatic.wordvice.com/wv-us/image/cn_video_bg1.png") no-repeat center top;
    background-size: 100%;
}
.cl-video .vd_img.img2 {
    background: #816EB9 url("https://pstatic.wordvice.com/wv-us/image/cn_video_bg2.png") no-repeat center top;
    background-size: 100%;
}
.cl-video .vd_img.img3 {
    background: #7ECAD3 url("https://pstatic.wordvice.com/wv-us/image/cn_video_bg3.png") no-repeat center top;
    background-size: 100%;
}

.cl-video .vd_img img {
    margin-top: -50px;
}

.cl-video .vd_logo {
    position: absolute;
    left: 1em;
    top: 12px;
    z-index: 2;
}
.cl-video .vd_cls-3{
    fill:#fff;
}
.cl-video .vd_cls-4 {
    fill:none;
    stroke:#fff;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:3px;
}

.cl-video .vd_txt {
    position: relative;
    display: block;
    text-align: left;
    padding: 1em 1em 1em 4.6em;
    flex-grow: 1;
    text-decoration: none !important;
    font-size: 16px;
}

.cl-video .vd_txt .cn_img-2 {
    fill:none;
    stroke:#2659a8;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:3px;
}

.cl-video .vd_txt .vd_icon {
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -22px;
}

.cl-video .vd_txt .txt {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 50px;
    line-height: 25px;
    font-size: 1em;
    font-weight: 700;
    overflow: hidden;
}

@media (min-width: 992px) {
    .cl-video .vd_txt:hover .txt {
        text-decoration: underline;
    }
}

@media (max-width: 767px) {
    .cl-video .video-ul {
        display: block;
        max-width: 353px;
        margin: 0 auto;
    }
    .cl-video .video-li {
        width: 100%;
        margin-top: 60px;
        display: inline-block;
    }
    .cl-video .video-li:first-child {
        margin-top: -70px;
    }
    .cl-video .video-inner {
        margin: 0;
    }
    .cl-video .vd_txt {
        font-size: 14px;
    }

    .cl-video .vd_txt .txt {
        line-height: 20px;
        height: 40px;
    }
    .cl-video .vd_txt .vd_icon {
        left: 10px;
    }
}

@media (max-width: 525px) {
    .cl-video .video-ul {
        max-width: 100%;
    }
}

.cl-faq {
    padding: 6.25em 0;
}
@media (max-width: 767px) {
    .cl-faq {
        padding: 2.85em 0;
    }
}
.cl-faq .faq-title {
    font-size: 2em;
    font-weight: 700;
    color: #333;
}
.cl-faq .faq-box {
    margin-top: 2.5em;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.cl-faq .card {
    border: 0;
    border-radius: 0;
}
.cl-faq .card+ .card {
    border-top: 1px solid #e1e1e1;
}
.cl-faq .card-header {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 1;
}
.cl-faq .card-header .btn {
    display: block;
    width: 100%;
    padding: 1.25em 3.5em 1.25em 2.815em;
    font-weight: 700;
    font-size: 1em;
    color: #2659a8 !important;
    text-align: left;
    border: 0;
    border-radius: 0;
    line-height: 1.3;
    text-decoration: none;
}
.cl-faq .card-header .btn {
    background: #f7f8fa !important;
}
.cl-faq .card-header .btn.collapsed {
    background: #fff !important;
}
.cl-faq .card-header .btn:before {
    content: "Q.";
    position: absolute;
    left: 1.25em;
    top: 1.25em;
    font-size: 1em;
    color: #2659a8 !important;
    font-weight: 700;
}

.cl-faq .btn:not(.btn-success):not(.btn-light):not(.btn-danger):not(.btn-warning):not(.btn-outline-danger):not(.btn-outline-success):not(.btn-outline-secondary) {
    color: #2659a8 !important;
}
.cl-faq .faq-arrow {
    position: absolute;
    right: 1.25em;
    top: 50%;
    margin-top: -12px;
    transform: rotate(180deg);
}
.cl-faq .collapsed .faq-arrow {
    transform: rotate(0deg);
}
.cl-faq .collapse.show:after {
    opacity: 1;
}
.cl-faq .faq-icon {
    fill: #2659a8;
}

.cl-faq .card-body {
    position: relative;
    padding: 1.75em 1.25em 1.75em 2.815em;
    color: #333;
}

.cl-faq .card-body:before {
    content: "A.";
    position: absolute;
    left: 1.25em;
    top: 1.75em;
    font-size: 1em;
    color: #333 !important;
    font-weight: 700;
}
