h3 {
    font-size: 30px;
}
.header-transparent {
    position: relative;
}
.site-header .main-bar {
    padding: 10px 0;
}
.site-header .extra-nav #quik-search-btn.link_extra, .link_extra {
    color: #000;
    font-size: 18px;
}
.widget_links .list-icon li a {
    padding-left: 20px;
    position: relative;
}
.icon-list {
    position: absolute;
    left: 0;
    top: 9px;
    color: #BA2623;
}
footer .footer-title {
    padding-bottom: 12px;
    border-bottom: 2px solid #000085;
    display: inline-block;
}
.site-footer.style-1 .footer-bottom {
    background-color: #000085 !important;
}
.site-footer.style-1 .footer-bottom .copyright-text, footer .footer-bottom .copyright-text a {
    color: #fff !important;
}
.site-footer.style-1 .footer-top.sapping {
    padding: 50px 0 10px;
}
.site-footer.style-1 .footer-top .widget ul li a, .site-footer.style-1 .footer-top .widget p {
    color: #000 !important;
}
footer.site-footer {
    box-shadow: 0px -1px 10px 0px rgb(0 0 0 / 15%);
    z-index: 1;
}
.post_slider {
    text-align: center;
}
.prev_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    z-index: 3;
}
.prev_btn {
    left: 5%;
}
.next_btn {
    right: 5%;
}
.section_banner-post {
    height: 60vh;
    min-height: 600px;
}
.section_banner-post .slick-dotted.slick-slider {
    height: 100%;
}
.section_banner-post .slick-list.draggable {
    height: 100%;
}
.section_banner-post .slick-dots {
    bottom: 0;
}
.section_banner-post .slick-dots li {
    width: 30px;
}
.section_banner-post .slick-dots li button {
    width: 30px;
    margin: 0 4px;
}
.section_banner-post .slick-dots li button:before {
    width: 30px;
    height: 4px;
    background-color: #fff;
    font-family: 'Courier New', Courier, monospace;
}
.post_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}
.slider_content {
    height: 60vh;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.slider_content .container {
    z-index: 3;
    color: #fff;
}
.slider_content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg,rgb(0 0 0 / 80%) 5%,rgb(255 255 255 / 0%) 120%);
    z-index: 2;
}
.section-head .title_slider.title {
    color: #fff;
    font-size: 34px;
    padding-bottom: 60px;
    margin-bottom: 0;
}
.readmore_slider {
    padding: 5px 10px;
    margin: 30px auto 0;
    display: block;
    width: 140px;
    background: #000085;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
}
.grid_post .icon-bx-wraper.style-1 {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
}
.grid_post img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
#struktur-organisasi.grid_post img {
    aspect-ratio: 14 / 15;
}
.title_post {
    color: #000085;
    margin-top: 0.5rem;
    font-size: 1.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu {
    top: calc(100% + 10px);
    border-top: 2px solid #000085;
    border-radius: 10px !important;
}
#banner_pages {
    background-image: url(../images/gedungpancasila.jpg);
}
#banner_pages.overlay-primary-light:before, #banner_pages.overlay-primary-middle:before, #banner_pages.overlay-primary-dark:before, #banner_pages.overlay-primary:before {
    background-color: #fff;
}
.shadow_title {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: calc(50% - 35px);
    opacity: .1;
    font-size: 200%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.content-inner {
    padding: 100px 0 0;
}
.content-inner:last-child {
    padding-bottom: 100px;
}
.section-head h2.title, .section-head .title.h2, .title {
    font-size: 32px;
}
.trapesium {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.list-disc, .list-number {
    padding-left: 20px;
}
.list-disc li {
    list-style: disc;
}
.list-number li {
    list-style: decimal;
}
.bordered-container {
    padding: 50px;
    border-radius: 20px;
    border: 1px solid;
    width: 94%;
}
.rounded-topleft {
    border-top-left-radius: 20px;
}
.specialcol_left {
    position: relative;
    display: inline-block;
    width: 100%;
}
.specialcol_right {
    padding: 15px;
}
.specialcol_left img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}
.box-float-left {
    float: right;
    position: relative;
    z-index: 1;
}
.box-float-left.bg-grey {
    width: 50%;
    max-width: 310px;
    padding: 15px;
}
.box-float-left.bg-primary {
    width: 80%;
    max-width: 640px;
    padding: 15px;
}
.bg-darker {
    background-color: #000035;
}
.btn-border-white {
    border: 1px solid #fff;
}
.bg-2 {
    background-image: url(../images/background-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 100px;
}
.list-agenda .style-1 {
    height: 100%;
}
.text-red {
    color: #B92422;
}
.mitra_slider img {
    margin: auto;
}
.arrow_black .prev_next {
    color: #AEAEAE;
    font-size: 20px;
}
.arrow_black .prev_next.next_btn {
    right: 0;
}
.arrow_black .prev_next.prev_btn {
    left: 0;
}
.pb-100 {
    padding-bottom: 100px;
}
.dz-bnr-inr h1, .dz-bnr-inr .h1 {
    font-size: 40px;
    position: relative;
}
.header_select {
    display: block;
    margin: 16px auto 0;
    width: 90%;
    max-width: 400px;
    background-color: transparent;
    border-radius: 20px;
}
.featured_img {
    width: 100%;
}
.wrapper_btnnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper_btnnav a {
    color: #5C71CF;
}
.wrapper_btnnav a:first-child {
    margin-right: 8px;
}
.wrapper_btnnav a:last-child {
    margin-left: 8px;
}
.btn {
    border-radius: 20px;
    padding: 10px 25px;
}
.radius-10 {
    border-radius: 10px !important;
}
.btn-bordered {
    border: 1px solid;
}
.bordered {
    border: 1px solid #000;
}
.gauge_cart {
    height: 200px;
    width: 100%;
}
.flex-gallery:not(:last-child) {
    margin-bottom: 24px;
}
.flex-gallery img {
    width: 100%;
    height: auto;
}
.flex-gallery h4 {
    color:#000085;
    margin-bottom: 16px;
}
.flex-gallery p {
    color: #000;
}
.list-gallery:not(:first-child), .card-gallery .fancybox-video {
    display: none;
}
.nav-gallery .nav-link {
    border-radius: 8px;
    padding: 10px 25px;
    border: 1px solid #5C71CF;
    font-weight: 700;
    color: #000085;
    background-color: #fff;
    text-transform: capitalize;
}
.nav-gallery .nav-link.active {
    color: #fff;
    background-color: #000085;
    border-color: #000085;
}
.form-select#selectGallery {
    background: transparent;
}
#eselon_progress, #kemlu_progress, #perwakilan_progress {
    height: 100%;
    width: 100%;
    min-height: 584px;
}
.form-control[type="file"] {
    height: auto;
}
.zc-rel {
    position: relative !important;
}
.zc-rel > div > a {
    visibility: hidden !important;
}
#struktur-organisasi.grid_post .icon-bx-wraper.style-1 {
    height: 100%;
}
#struktur-organisasi.grid_post .icon-bx-wraper p {
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .flex-gallery a {
        display: flex;
    }
    .flex-gallery img {
        max-width: 230px;
        height: 185px;
        object-fit: cover;
        margin-right: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu {
        width: 230px;
    }
}

@media only screen and (max-width: 1480px) {
    .section-head h2.title, .section-head .title.h2 {
        font-size: 32px;
    }
    .content-inner {
        padding: 100px 0 0;
    }
    .content-inner:last-child, .bg-2, .pb-100 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head .title_slider.title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 0px) {
    .DZ-theme-btn.DZ-bt-buy-now, .DZ-theme-btn.DZ-bt-support-now {
        display: none !important;
    }
}