
body {
    overflow-x: hidden;
}

.quote p {
    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;

    color: #000000;
}

.quote::before {
    display: block;
    margin-top: 20px;
    width: 64px;
    height: 10px;

    border-top: 2px solid #CC292A;
    content: '';
}

.statistik .score {
    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 86px;

    text-align: center;
}

.statistik .detail p{
    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.statistik {
    margin-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
}

.btn-primary:hover {
    background-color: #CC292A !important ;
    border-color: #CC292A !important;
}

.btn-primary {
    background-color: #006EC7 !important;
    border-color: #006EC7 !important;
}

.produk {
    margin-top: 50px;
}

.berita {
    margin-top: 90px;
}


/* Produk bisnis */


.produk-bisnis .bg{
    position: absolute;
    left: 0;
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, rgba(1, 110, 198, 0.9) 0%, rgba(0, 72, 130, 0.9) 100%);
    opacity: 0.9;
}

.produk-bisnis .owl-carousel-produk-bisnis{
    width: 100%;
    height: 320px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.produk-bisnis .owl-carousel-produk-bisnis .item{
    width: 100%;

    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;

}

.produk-bisnis .owl-carousel-produk-bisnis .card{
    width: 100%;
    height: 100%;
    min-height: 300px;

    border-radius: 5%;
}

.produk-bisnis .owl-carousel-produk-bisnis .card .btn:hover{
    background-color: #CC292A;
    border-color: #CC292A;
}

.produk-bisnis .card .card-title{
    margin-bottom: 0;
}

.produk-bisnis .card .card-body{
    display: flex;
    flex-direction: column;
}

.produk-bisnis .card .card-body .card-title{
    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    text-align: center;

    color: #000000;
}

.produk-bisnis .card .card-body .logo{
    display: block;
    min-height: 80px;

    display:flex;
    align-items:center;
    justify-content:center;
}
.produk-bisnis .card .card-body .deskripsi {
    margin-top: auto;
}

.produk-bisnis .card .card-body .deskripsi p{

    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;

    color: #000000;
}

.produk-bisnis .card .deskripsi .btn{
    width: 100%;
}

.produk-bisnis .card p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

/* /Produk bisnis */

/* Berita terkini */

.berita-terkini a {
    color: #000000 !important;
    text-decoration: none !important;
}

.berita-terkini .card .thumbnail {
    width: 100%;
    left: 0;
    top: 0;
}

.berita-terkini .card-body {
    font-family: Markazi Text !important;
    font-style: normal;
    font-weight: normal;
}

.berita-terkini .title h5 {
    text-align: left !important;
    font-size: 22px;
    line-height: 26px;
}

.berita-terkini .tanggal {
    font-size: 18px;
    line-height: 22px;

    color: #BDBDBD;
}

/* /Berita terkini */

.eclipse1 {
    position: absolute;
    width: 166px;
    height: 166px;
    left: -82px;
    top: 630.88px;
    border-radius: 50%;
    /* Blue */

    background: #006EC7;
    opacity: 0.1;
}

.eclipse2 {
    position: absolute;
    width: 264px;
    height: 264px;
    right: -100px;
    /* left: 900px; */
    top: 522.88px;
    border-radius: 50%;
    /* Red */

    background: #CC292A;
    opacity: 0.05;
}

.vector1 {
    position: absolute;
    right: -60px;
    /* left: 900px; */
    top: 100px;

    /* White */

}

@media screen and (min-width: 1800px) {
    .vertical-banner-left {
        visibility: visible !important;
    }

    .vertical-banner-right {
        visibility: visible !important;
    }
}

