body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f8f9fa;
    color: #212529;
}

p {
    text-align: justify;
}


/* Navbar custom */

.navbar-custom {
    background-color: #004085;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
    color: #cce5ff;
}


/* Carousel captions */

.carousel-csssaption {
    /* background: rgba(0, 64, 133, 0.7); */
    background: rgba(133, 0, 0, 0.7);
    /* border-radius: 0.5rem; */
    padding: 1rem 1.5rem;
}

.carousel-caption {
    background: rgba(0, 64, 133, 0.7);
    padding: 1rem 1.5rem;
    position: absolute;
    right: 5px;
    bottom: 20px;
    left: 5px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption h1 {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none !important;
}

.carousel-caption p {
    font-size: 0.90rem;
    font-style: italic;
    color: #fff;
    text-decoration: none !important;
}

/* Content section */

.content-section {
    max-width: 1800px; 
     margin: 1rem auto; 
     background: white; 
    padding: 1.5rem 1.5rem;
     border-radius: 0.5rem; 
     box-shadow: 0 0 15px rgb(0 0 0 / 0.1); 
}
 

.content-section2 {
    max-width: 1800px;
    /* margin: 1rem auto; */
    /* background: white; */
    padding: 0.5rem 1rem;
    /* border-radius: 0.5rem; */
    /* box-shadow: 0 0 15px rgb(0 0 0 / 0.1); */
}
.content-section1 {
    max-width: 1800px; 
    margin: 1rem auto;
    background: white;
    /* padding: 2.5rem 2rem; */
    border-radius: 0.5rem;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}

.bupati {
    max-width: 1800px;
    /* margin: 0.5rem auto; */
    background: white;
    padding: 3rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}

.content-section h2 {
    color: #004085;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}

.list-group-item {
    font-size: 1.1rem;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

footer {
    background: #004085;
    color: white;
    text-align: center;
    padding: 1rem 0;
    /* margin-top: 4rem; */
    font-size: 0.9rem;
}

.banner {
    /* background: #557496; */
    background-image: url('../images/map-bg.png');
    background-color: rgba(107, 106, 106, 0.5);
    background-size: cover;
    background-position: center;
    /* color: white; */
    /* text-align: center; */
    padding: 1rem 0;
    margin-top: 4rem;
    margin-bottom: 0;
    font-size: 0.9rem;
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    .content-section {
        margin: 2rem 1rem;
        padding: 2rem 1rem;
    }
}

#map {
    margin: 2rem 1rem;
    padding: 2rem 1rem;
    height: 550px;
}

#map2 {
    margin: 2rem 1rem;
    padding: 2rem 1rem;
    height: 650px;
}

.table {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 0.9rem;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: .3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff;
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db;
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb;
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb;
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba;
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb;
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca;
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #383f45;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #383f45;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075);
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
    ;
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
    ;
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
    ;
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
    ;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    /* align-items: center; */
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
    background-color: #004085;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background-color: #004085;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
    background-color: #004085;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.link-custom {
    text-decoration: none;
    font-size: 0.9rem;
    color: #474748;
}

.breadcrumb {
    font-size: 0.9rem;
    color: #474748;
}

a {
    text-decoration: none !important;
}

#column-wrap-id-1553238325094 {
    max-width: 33.333333333333%;
    flex-basis: 33.333333333333%;
}

#sppb-addon-1553238325100 {
    color: #ffffff;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    bottom: 15px;
    right: 15px;
    /* display: none; */
    z-index: 996;
    background: #007bff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}


/* .back-to-top:hover {
    background-color: #555;
} */

.back-tjjo-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    bottom: 20px;
    right: 20px;
    z-index: 996;
    background: #007bff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #2990ff;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a,
.pagination>li>span,
.pagination>li:first-child>span,
.pagination>li:last-child>span {
    border-radius: 100px !important;
    margin: 0 2px;
    color: #777777;
    border-color: #ddd;
}

.pagination.pg-black>li.active>a,
.pagination.pg-black>li.active:first-child>a,
.pagination.pg-black>li.active:last-child>a,
.pagination.pg-black>li.active>span,
.pagination.pg-black>li.active:first-child>span,
.pagination.pg-black>li.active:last-child>span {
    background: #1a2035;
    border-color: #1a2035;
    color: #ffffff;
}

.pagination.pg-primary>li.active>a,
.pagination.pg-primary>li.active:first-child>a,
.pagination.pg-primary>li.active:last-child>a,
.pagination.pg-primary>li.active>span,
.pagination.pg-primary>li.active:first-child>span,
.pagination.pg-primary>li.active:last-child>span {
    background: #1572E8;
    border-color: #1572E8;
    color: #ffffff;
}

.pagination.pg-secondary>li.active>a,
.pagination.pg-secondary>li.active:first-child>a,
.pagination.pg-secondary>li.active:last-child>a,
.pagination.pg-secondary>li.active>span,
.pagination.pg-secondary>li.active:first-child>span,
.pagination.pg-secondary>li.active:last-child>span {
    background: #6861CE;
    border-color: #6861CE;
    color: #ffffff;
}

.pagination.pg-info>li.active>a,
.pagination.pg-info>li.active:first-child>a,
.pagination.pg-info>li.active:last-child>a,
.pagination.pg-info>li.active>span,
.pagination.pg-info>li.active:first-child>span,
.pagination.pg-info>li.active:last-child>span {
    background: #48ABF7;
    border-color: #48ABF7;
    color: #ffffff;
}

.pagination.pg-success>li.active>a,
.pagination.pg-success>li.active:first-child>a,
.pagination.pg-success>li.active:last-child>a,
.pagination.pg-success>li.active>span,
.pagination.pg-success>li.active:first-child>span,
.pagination.pg-success>li.active:last-child>span {
    background: #31CE36;
    border-color: #31CE36;
    color: #ffffff;
}

.pagination.pg-warning>li.active>a,
.pagination.pg-warning>li.active:first-child>a,
.pagination.pg-warning>li.active:last-child>a,
.pagination.pg-warning>li.active>span,
.pagination.pg-warning>li.active:first-child>span,
.pagination.pg-warning>li.active:last-child>span {
    background: #FFAD46;
    border-color: #FFAD46;
    color: #ffffff;
}

.pagination.pg-danger>li.active>a,
.pagination.pg-danger>li.active:first-child>a,
.pagination.pg-danger>li.active:last-child>a,
.pagination.pg-danger>li.active>span,
.pagination.pg-danger>li.active:first-child>span,
.pagination.pg-danger>li.active:last-child>span {
    background: #F25961;
    border-color: #F25961;
    color: #ffffff;
}