.swiper-container:not(#swiper_home) {
    height: 300px;
}

#swiper-banner {
    height: 450px !important;
}

#swiper_rupiah.swiper-container{
    height: 600px;
}

.swiper-slide{
    background-color: #03126d;
    color: white;
}

.gold-left{
    border-left: 10px solid #f2ba01;
    text-indent: 10px;
    font-weight: bold;
    color: #03126d;
    float: right;
    font-size: 42px;
}

#swiper_home .swiper-slide{
    cursor: grabbing;
}

.gold-bot{
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: center center;
    transform: rotate(-90deg);

    position: absolute;
    font-size: 42px;
    color: #03126d;
    margin-left: -126px;
    margin-top: 118px;
    width: 300px;
    border-bottom: 10px solid #f2ba01;
}
.gold-line{
    border-top: 2px solid gold;
    border-left: 2px solid gold;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.gold-half-bottom{
    border-top: 2px solid gold;
    width: 50%;
}

#swiper_berita{
    margin-top: 35px;
    margin-left: 62px;
}

.swiper-button-next {
    background: none;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: none;
}

.swiper-button-next .fas.fa-play.fa-2x{
    color: #f2ba01;
    opacity: 0.7;
    margin-top: 5px;
}

.bg-grey .f-blue {
    position: absolute;
    left: 100px;
    margin-top: -25px;
    background: #faf6f5;
    padding: 10px;
}

.ekonomi-title{
    background-color: #f2ba01;
    display: inline-block;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    vertical-align: bottom;
}

.ekonomi-title strong{
    color: #03126d;
    font-size: 24px;
    vertical-align: bottom;
}

.foto-lain{
    position: absolute;
    right: 100px;
    margin-top: 22px;
    padding: 10px;
    background: #03126d;
    color: white;
}

.ekonomi-title small{
    color: white;
    font-size: 20px;
}

.title-artikel{
    color: #2e73b3;
}

.line-blue{
    border: 2px solid #03126d;
}

.line-blue .bg-blue{
    height: 200px;
}

.swiper-scrollbar-drag{
    background: #03126d;
}

.swiper-scrollbar{
    background: white;
}

.line-gold{
    border-top: 2px solid #f2ba01;
    margin-top: -25px;
}

.tb-gold{
    border-top: 2px solid #f2ba01;
    border-bottom: 2px solid #f2ba01;
}

.list-unstyled.mt-3{
    height: 500px;
    overflow-y: scroll;
}

.section-title{
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 13px;
    width: 282px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f2ba01;
    margin-top: -25px;
    padding-bottom: 2px;
}

.news{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    width: 100%;
}

#swiper_rupiah{
    height: 600px;
    cursor: grabbing;
}

#dn .img-fluid{
    max-width: 200px;
    cursor: pointer;
    margin: 15px;;
}

@media (max-width: 576px) { 
    #swiper-banner {
        height: 120px !important;
    }
    
    .form-check-label {
        font-size: 12px !important;
    }
    
    section.mt-5.bg-gold.pb-5{
        padding-bottom: 30px !important;
    }
    section.mt-5.bg-gold.pb-5 > .f-white.p-4{
        padding: 10px !important
    }

    section.bg-grey.p-5 > div > .row.m-0{
        overflow-y: scroll;
        max-height: 400px;
    }
    section.bg-grey.p-5 > h3{
        font-size: 16px;
        margin-top: -15px;
    }

    section.mt-5.bg-gold.pb-5 > h2 > strong{
        font-size: 25px;
    }

    section.mt-5.bg-gold.pb-5 > h2 > small{
        font-size: 20px;
    }

    section.bg-grey.p-5 > div > h4.foto-lain{
        font-size: 12px;
        margin-top: 8px;
        padding: 5px;
        right: 42px;
    }

    .gold-line{
        padding-top: 20px !important;
        padding-left: 20px !important;
        padding-bottom: 20px !important;
    }

    .gold-bot{
        width: 100px !important;
        font-size: 25px !important;
        margin-top: 30px !important;
        margin-left: -35px !important;
    }

    .gold-left{
        font-size: 25px !important;
    }

    #swiper_berita {
        margin-left: 45px !important;
    }

    .swiper-container:not(#swiper_home, ) {
        height: 100px !important;
    }

    .bg-grey.p-5, .line-blue.p-5{
        padding: 20px !important;
    }

    .img-fluid.w-75{
        width: 100% !important;
    }

    .container.mt-2 .m-5{
        margin: 20px !important;
    }
}