:root {
    --secondary-color: #283272;
}

#dark-breadcrumbs {
    display: none;
}

.section-title-container .section-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 150%;
    color: var(--secondary-color);
    text-transform: none;
    border-bottom: 0 solid #000;
    /* font-family: 'Playfair Display'; */
    margin-bottom: 0;
}

.section-title-container .section-title span {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
}

.section-title-center b {
    opacity: 0;
}

.intro {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}

.intro img {
    border-radius: 15px;
}

.intro .text {
    line-height: 150%;
}

.dncg .custom-padding .col-inner {
    padding-left: 7.03125vw;
    padding-right: 15px;
    max-width: calc(585px + 7.03125vw);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.csvc {
    padding-top: 0px !important;
}

.csvc .text {
    line-height: 150%;
}

.block-csvc .csvc-list {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.block-csvc .swiper-slide {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.block-csvc .swiper-pagination {
    position: initial;
    margin-top: 40px;
}

.block-csvc .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
    background: var(--secondary-color) !important;
}

.block-csvc .swiper-button-prev,
.block-csvc .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    top: 40%;
}

.block-csvc .swiper-button-prev:after,
.block-csvc .swiper-button-next:after {
    content: "" !important;
    font-family: initial;
    width: 50px;
    height: 50px;
    background-size: 50px;
}

.block-csvc .swiper-button-prev:after {
    background: url("../img/left-btn.svg") center no-repeat;
    background-size: contain;
}

.block-csvc .swiper-button-next:after {
    background: url("../img/right-btn.svg") center no-repeat;
    background-size: contain;
}

.partner {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 1199.98px) {
}

@media only screen and (max-width: 1024.98px) {
    .section-title-container .section-title {
        font-size: 30px;
    }

    .intro .text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 849.98px) {
    .dncg .custom-padding .col-inner {
        max-width: 100%;
        padding: 30px 15px;
    }

    .block-csvc .swiper-button-prev,
    .block-csvc .swiper-button-next {
        top: 38%;
    }

    .block-csvc .swiper-pagination {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 699.98px) {
    .section-title-container .section-title {
        font-size: 24px;
    }

    .intro .section-content > .row > .large-6 {
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 549.98px) {
}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 850px) {
    .intro {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }

    .partner {
        padding-top: 50px !important;
        padding-bottom: 80px !important;
    }

    .csvc {
        padding-top: 80px !important;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1600px) {
    .intro .large-6:nth-child(1) {
        padding-right: 30px;
    }

    .intro .large-6:nth-child(2) {
        padding-left: 30px;
    }

    .csvc .text,
    .intro .text,
    .dncg .custom-padding .col-inner {
        font-size: 16px;
    }

    .block-csvc .swiper-button-prev {
        left: -70px !important;
    }

    .block-csvc .swiper-button-next {
        right: -70px !important;
    }
}

@media only screen and (min-width: 1900px) {
    .dncg .custom-padding .col-inner {
        padding-left: 135px;
        max-width: calc(585px + 135px);
    }
}
