* {
    margin: 0;
    padding: 0%;
}

body {
    font-family: 'Lato', sans-serif;
}

html, body {
    overflow-x:hidden 
} 

#topbar {
    background-color: #4e9736;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
}

#topbar .container {
    display: flex;
    justify-content: right;
}

.top-contact{
    list-style: none;
    padding: 0px;
}

#topbar .top-contact i {
    margin-right: 5px;
}

#topbar li {
    display: inline-block;
}

#topbar li a {
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    transition: all 0.5s;
}

#topbar li a:hover {
    text-decoration-line: none;
    color: #F0FF42;
}


/* navbar */
nav {
    background-color: #54B435;
}

nav .container {
    display: flex;
    justify-content: space-around;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
}

nav ul .navbar-nav {
    display: flex;
    list-style: none;
    width: 40%;
    justify-content: space-between;
}

nav ul li {
    display: inline-block;
}

nav dl, ol, ul {
    margin-bottom: 0;
    margin-top: 0;
}

nav ul li a {
    color: #fff;
    text-decoration-line: none;
    font-size: 0.8em;
    transition: all 0.5s;
    font-weight: 700;
    letter-spacing: 1px;
}

nav ul li a:hover {
    color: #F0FF42;
    text-decoration-line: none;
}

nav .logo {
    padding: 10px;
}

nav .logo h6 {
    font-family: 'Lato', sans-serif;
    padding-top: 10px;
}

nav .logo img {
    width: 100%;
    max-width: 375px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-top.scrolled {
    background-color: #fff !important;
    box-shadow: 5px 20px 35px #00000059;
    transition: ease-in-out 0.5s;
}

.sticky-top.scrolled .container {
    height: 3vmax;
}

.sticky-top.scrolled .container img {
    width: 100%;
    max-width: 20vw;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
 
.sticky-top.scrolled .nav-link {
    color: #212529;
    transition: all 0.5s;
}

.sticky-top.scrolled .nav-link:hover {
    color: #379237;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 5px;
    border-width: 0;
}

.dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > a:hover,
.dropdown-menu > .show {
	color: #379237;
    
}

.dropdown-menu > li.show > a{
	color: #379237;
    
}

.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
  }

/* hamburger menu */

.menu-toggle {
    display: none;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    position: relative;
}

.menu-toggle input {
    position: absolute;
    width: 30px;
    height: 21px;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
}

.menu-toggle span{
    display: block;
    width: 28px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.5s;
    z-index: 99;
}

/* animasi hamburger */

.menu-toggle span:nth-child(2){
    transform-origin: 0 0;
}

.menu-toggle span:nth-child(4){
    transform-origin: 0 100%;
}

.menu-toggle input:checked ~ span:nth-child(2){
    background-color: red;
    transform: rotate(45deg) translate(-1px, -1px);
}

.menu-toggle input:checked ~ span:nth-child(4){
    background-color: red;
    transform: rotate(-45deg) translate(-1px, 0);
}

.menu-toggle input:checked ~ span:nth-child(3){
    opacity: 0;
    transform: scale(0);
}


/* hero carousel */
#hero-area {
    position: relative;
}

#slider-hero-nav .owl-prev,
#slider-hero-nav .owl-next {
    position: absolute;
    bottom: 47%;
    z-index: 10;
    border: 5px solid #243a7325;
    background-color: transparent;
    color: #243a7325;
    outline: none;
    font-size: 1.8em;
    transition: all 0.5s;
}

#slider-hero-nav .owl-prev{
    left: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
}

#slider-hero-nav .owl-next{
    right: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
}

#slider-hero-nav .owl-prev:hover,
#slider-hero-nav .owl-next:hover {
    cursor: pointer;
    border: 5px solid #379237;
    color: #379237;
}

#hero-area .slider-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:rgba(255, 255, 255, 0.452);
    padding: 20px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    width: 50%;
}

#hero-area .owl-carousel .owl-item img{
    /* position: absolute; */
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#hero-area .slider-item-content h2 {
    font-size: 35px;
    font-weight: 600;
}

#hero-area .slider-item-content p {
    font-size: 18px;
}

#hero-area .owl-dots {
    text-align: center;
    padding-top: 8px;
}

#hero-area .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
  
#hero-area .owl-dots button.owl-dot.active {
    background-color: #379237;
}
  
#hero-area .owl-dots button.owl-dot:focus {
    outline: none;
}
  
#hero-area .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
  
#hero-area span {  
    font-size: 70px;    
    position: relative;
    top: -5px;
}
  
#hero-area .owl-nav button:focus {
    outline: none;
}

/* Gambar Background & Garis Landing */

.garis-atas {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: #379237;
    margin: auto;
    margin-bottom: 30px;
}

.bg-layanan {
    background-image: url(tabungan.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.bg-judul-halaman {
    background-image: url(gedung.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Judul Halaman */
#judul-halaman{
    padding: 30px;
    background-color: #ebebeb;
}

#judul-halaman .sub-title h4{
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

#judul-halaman .sub-title p{
    font-size: 0.8em;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color:#212529;
}

#judul-halaman a{
    color: #1E3163;
    text-decoration-line: none;
}

#judul-halaman i {
    margin-left: 5px;
    margin-right: 5px;
}

/* Tentang Kami Landing */

#tentang-kami .gambar-thumbnail {
    max-width: 100%;
    width: 100%;
    height: 300px;
    max-height: 100%;
    object-fit: cover;
}

#tentang-kami {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#tentang-kami h4{
    font-size: 1.7em;
    font-weight: 700;
}

#tentang-kami .landing-lainnya{
    text-decoration-line: none;
    color: #212529;
    transition: all 0.5s;
}

#tentang-kami .landing-lainnya:hover{
    text-decoration-line: none;
    color: #379237;
}

/* Layanan Landing */

#layanan {
    background-color: #dadada;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#layanan .garis-atas {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    /* background-color: #ffffff; */
    /* margin: auto; */
    margin-bottom: 30px;
}

#layanan h4{
    /* text-align: center; */
    /* padding-bottom: 30px; */
    font-size: 1.7em;
    font-weight: 700;
    /* color: #ffffff; */
}

#layanan .kotak-layanan {
    height: 375px;
    width: 100%;
    padding: 30px;
    background-color: #f8ffdb85;
    border-radius: 5px;
    color: #212529;
    text-align: center;
    transition: all 0.5s;
}

#layanan .lingkar {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-color: #54B435;
    margin: auto;
    display: block;
}

#layanan h5 {
    text-align: center;
    color: #212529;
    /* padding: 10px; */
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 10px;
}

#layanan .kotak-layanan a {
    font-size: 1em;
    font-weight: 600;
    color: #212529;
    position: absolute;
    bottom: 25px;
    right: 50px;
    transition: all 0.5s;
}

#layanan .kotak-layanan a i {
    font-size: 0.8em;
    margin-left: 5px;
    transition: all 0.5s;
}

#layanan .kotak-layanan:hover a {
    color: #177e0d;
}

#layanan a:hover {
    text-decoration-line: none;
}

#layanan .kotak-layanan i {
    font-size: 3.5em;
    text-align: center;
    line-height: 120px;
    color: #F0FF42;
    /* line-height: 150px; */
}

#layanan .kotak-layanan:hover{
    box-shadow: 0 0 10px #0000008c;
    transition: all 0.5s;
}

#layanan .padding-layanan {
    padding: 15px 0; 
}

/* Pengumuman Landing */

#pengumuman-landing{
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eeeeee;
}

#pengumuman-landing h4{
    font-size: 1.7em;
    font-weight: 700;
}

#pengumuman-landing .btn-semua {
    background-color: #379237;
    color: #fff;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: .01em;
    transition: all 0.5s;
}

#pengumuman-landing .btn-semua:hover{
    background-color: #F0FF42;
    color: #379237;
}

#pengumuman-landing .kartu-berita {
    background-color: #ffffff;
    padding: 0;
    color: #808080;
    transition: all 0.5s;
    max-width: 100%;
    width: 100%;
    display: block;
}

#pengumuman-landing .konten-berita {
    padding: 10px;
}

#pengumuman-landing img {
    width: 100%;
    max-width: 100%;
    height: 30vh;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

#pengumuman-landing .slider-item {
    width: 100%;
    display: block;
}

#pengumuman-landing .tag h6 {
    margin-top: 2vh;
    font-size: 0.7em;
    font-weight: 500;
    text-transform: uppercase;
} 

#pengumuman-landing .tag h6 span {
    background-color: #ddd;
    padding: 2px 10px;
    transition: all 0.5s;
    color: #808080;
    border-radius: 2px;
} 

#pengumuman-landing .selengkapnya {
    color: #808080;
    text-decoration-line: none;
}

#pengumuman-landing .slider-berita {
    background-color: #f5f5f5;
}

#pengumuman-landing .slider-berita:hover .selengkapnya {
    color: #1C6DD0;
    text-decoration-line: none;
}

#pengumuman-landing .slider-berita:hover {
    color: #212529;
}

#pengumuman-landing .slider-berita:hover .tag h6 span {
    background-color: #e2421a;
    color: #fff;
}

#pengumuman-landing .slider-berita a:hover h6 span {
    text-decoration-line: none
}

#pengumuman-landing .slider-berita:hover .badge-outline .isi-badge {
    background-color: #243A73;
    color: #fff;
}

#pengumuman-landing .slider-berita:hover {
    box-shadow: 0 0 10px #0000008c;
    transition: all 0.5s;
}

#pengumuman-landing ul li{
    display: inline-block;
    list-style: none;
    margin-right: 1vw;
    font-size: 0.8em;
}

#pengumuman-landing ul li i{
    margin-right: 5px;
}

#slider-terkini-nav .owl-prev,
#slider-terkini-nav .owl-next {
    position: absolute;
    bottom: 50%;
    z-index: 10;
    color: #243a7300;
    outline: none;
    font-size: 2em;
    font-weight: 700;
    transition: all 0.5s;
    border: #00000000;
}

#slider-terkini-nav .owl-prev{
    left: -20px;
    transition: all 0.5s;
    height: 40px;
    width: 40px;
    background-color: #15208100;
}

#slider-terkini-nav .owl-next{
    right: -20px;
    transition: all 0.5s;
    height: 40px;
    width: 40px;
    background-color: #15208100;
}

#slider-terkini-nav .owl-prev:hover,
#slider-terkini-nav .owl-next:hover {
    cursor: pointer;
    color: #379237;
    font-size: 2em;
}

/* Halaman Kontak */

#kontak{
    padding: 30px;
}

#kontak ul {
    display: flex;
    justify-content: space-between;
}

#kontak ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

#kontak .row .col {
    height: 150px;
    background: #d9ffce;
}

#kontak .kotak {
    display: flex;
    flex-direction: column;
    background-color: #d9ffce;
}

#kontak .kotak i {
    font-size: 2em;
    color: #177e0d;
    margin-top: 20px;
}

#kontak .kotak p {
    margin-top: 10px;
}

#kontak a{
    color: #212529;
    text-decoration-line: none;
    transition: all 0.5s;
}

#kontak a:hover{
    color: #243A73;
}

#kontak ul{
    padding: 20px;
}

#kontak .pusat{
    text-align: right;
}

#kontak ul li{
    list-style: none;
}

#kontak iframe:hover{
    box-shadow: 0 0 10px #0000008c;
    transition: all 0.5s;
}

#kontak .pusat i{
    margin-left: 15px;
}

#kontak .kas i{
    margin-right: 15px;
}

#kontak h5{
    font-weight: 600;
    font-size: 1.6em;
}

#kontak .pusat {
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

#kontak .kas {
    display: flex;
    justify-content: first baseline;
    align-items: flex-end;
}

#kontak .kantor-pusat {
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}

#kontak .kantor-kas {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}

#kontak ul li p {
    margin-bottom: 0;
}

#karir {
    padding: 30px;
    font-family: 'Lato', sans-serif;
}

#karir h5 {
    font-weight: 600;
}

#karir img{
    margin-bottom: 15px;
}

#karir .tanggal {
    color: #808080;
    margin-bottom: 15px;
}

#karir .tanggal i {
    margin-bottom: 15px;
    margin-right: 7px;
}


/* Halaman Berita */

#beranda-berita {
    padding: 30px;
}

#beranda-berita img {
    width: 100%;
    max-width: 100%;
    height: 350px;
    max-height: 100%;
    object-fit: cover;
}

#beranda-berita .judul-berita {
    padding: 15px;
    background-color: #F9F9F9;
    color: #808080;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    transition: all 0.5s;
}

#beranda-berita .judul-berita ul li {
    display: inline-block;
}

#beranda-berita .judul-berita ul li {
    color: #808080;
    font-size: 0.8em;
    text-transform: capitalize;
}

#beranda-berita .judul-berita ul li i {
    padding: 10px;
}

#beranda-berita .judul-berita h4 {
    margin-top: 15px;
}

#beranda-berita .selengkapnya {
    margin-bottom: 15px;
}

#beranda-berita .judul-berita a {
    color: #808080;
    text-decoration-line: none;
    transition: all 0.5s;
}

#beranda-berita .judul-berita:hover {
    color: #212529;
}

#beranda-berita .judul-berita:hover i {
    color: #212529;
}

#beranda-berita .judul-berita:hover a {
    color: #212529;
}

#beranda-berita .judul-berita:hover ul li {
    color: #212529;
}

#beranda-berita .judul-berita a:hover {
    color: #238023;
}

#beranda-berita .pagination {
    justify-content: center;
}

#beranda-berita .pagination .page-item {
    padding: 10px 5px;
    margin: 0 2px;
    border-radius: 7px;
    transition: all 0.5s;
}


#beranda-berita .pagination .page-item:hover {
    background-color: #dadada;
}

#beranda-berita .pagination li.disabled {
    background: white;
}

#beranda-berita .pagination li.disabled i {
    color: white;
}

#beranda-berita .link-halaman {
    padding: 0 15px;
    color: #808080;
    text-decoration-line: none;
    transition: all 0.5s;
}

#beranda-berita .link-halaman:hover {
    color: #238023;
    font-weight: 700;
}

#beranda-berita li.page-item.active {
    background-color: #dadada;
}

#beranda-berita li.page-item.active a {
    color: #238023;
    font-weight: 700;
}

#beranda-berita .garis-header {
    position: absolute;
    content: "";
    width: 10%;
    height: 3px;
    background-color: #808080;
    border-radius: 10px;
}

#beranda-berita .side-header{
    margin-bottom: 25px;
}

#beranda-berita .side-header h5 {
    font-weight: 600;
}

#beranda-berita .side-content {
    margin-bottom: 15px;
}

#beranda-berita .side-content .samping {
    padding-left: 0;
    padding-right: 0;
}

#beranda-berita .side-content img {
    padding: 0;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

#beranda-berita .side-content ul li {
    display: inline-block;
    color: #808080;
    font-size: 0.8em;
    margin-right: 10px;
}

#beranda-berita .side-content i {
    margin-right: 5px;
}

#beranda-berita .side-content a {
    color: #212529;
    text-decoration-line: none;
}

#beranda-berita .side-bar {
    background-color: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #808080;
    transition: all 0.5s;
}

#beranda-berita .side-bar a {
    color: #808080;
}

#beranda-berita .side-bar:hover {
    color: #212529;
}

#beranda-berita .side-bar:hover a {
    color: #212529;
}

#beranda-berita .side-bar:hover ul li {
    color: #212529;
}

#beranda-berita .side-bar:hover .garis-header {
    background-color: #238023;
}

#beranda-berita .side-bar a:hover {
    color: #238023;
}

/* Isi Berita */

#isi-berita {
    padding: 30px;
}

#isi-berita img {
    width: 100%;
}


#isi-berita .judul-berita .keterangan-gambar {
    font-size: 0.8em;
    color: #949494;
    margin-top: 10px;
    margin-bottom: 10px;
}

#isi-berita .judul-berita i {
    margin-right: 5px;
}

#isi-berita .judul-berita ul {
    font-size: 0.8em;
    color: #949494;
    margin-top: 5px;
    margin-bottom: 5px;
}

#isi-berita .judul-berita ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    text-transform: capitalize;
}

#isi-berita .bagikan {
    justify-content: center;
    display: flex;
}

#isi-berita .bagikan li {
    background-color: #238023;
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 47px;
    border-radius: 50%;
    margin-right: 5px;
}

#isi-berita .bagikan a {
    color: #ffffff;
    transition: all 0.5s;
}

#isi-berita .bagikan i {
    font-size: 1.5em;
}

#isi-berita .bagikan li:hover {
    background-color: #135a13;
    border-radius: 50%;
}

#isi-berita .judul-berita {
    width: 100%;
    display: block;
}

#isi-berita .garis-header {
    position: absolute;
    content: "";
    width: 10%;
    height: 3px;
    background-color: #808080;
    border-radius: 10px;
}

#isi-berita h6 {
    display: flex;
}

#isi-berita .side-header{
    margin-bottom: 25px;
}

#isi-berita .side-header h5 {
    font-weight: 600;
}

#isi-berita .side-content {
    margin-bottom: 15px;
}

#isi-berita .side-content .samping {
    padding-left: 0;
    padding-right: 0;
}

#isi-berita .side-content img {
    padding: 0;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

#isi-berita .side-content ul li {
    display: inline-block;
    color: #808080;
    font-size: 0.8em;
    margin-right: 10px;
}

#isi-berita .side-content i {
    margin-right: 5px;
}

#isi-berita .side-content a {
    color: #212529;
    text-decoration-line: none;
}

#isi-berita .side-bar {
    background-color: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #808080;
    transition: all 0.5s;
}

#isi-berita .side-bar a {
    color: #808080;
}

#isi-berita .side-bar:hover {
    color: #212529;
}

#isi-berita .side-bar:hover a {
    color: #212529;
}

#isi-berita .side-bar:hover ul li {
    color: #212529;
}

#isi-berita .side-bar:hover .garis-header {
    background-color: #238023;
}

#isi-berita .side-bar a:hover {
    color: #238023;
}



/* Produk */

#produk {
    padding: 30px;
}

#produk img {
    width: 100%;
}

#produk h4 {
    margin-top: 10px;
}

#produk .nav-produk {
    border: none;
    color: #379237;
    border-left: 3px solid #238023;
    margin-bottom: 10px;
    background-color: #fafafa;
    transition: background-color 0.5s;
}

#produk .nav-produk:hover {
    border: none;
    border-left: 3px solid #f2c808;
    color: #f8f8f8;
    margin-bottom: 10px;
    background-color: #1daa10;
}

#produk .active {
    border: none;
    background-color: #1daa10;
    color: #f2c808;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}


/* PROFIL */

#sejarah img {
    width: 100%;
    padding: 30px 0 30px 0;
}

#sejarah h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3rem;
}

#visi-misi {
    background-color: #cbffa369;
    padding: 5%;
    height: 250px;
}
    
#visi-misi img {
    width: 100%;
    padding: 30px 0 30px 0;
}

#visi-misi h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3rem;
}

#visi-misi p {
    margin-bottom: 0;
}

#struktur-organisasi {
    padding: 30px;
}


#struktur-organisasi img {
    width: 100%;
}

#struktur-organisasi h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
}

#struktur-organisasi .judul {
    display: block;
}

#karyawan .kotak-karyawan {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

#karyawan img {
    border-radius: 20px;
    max-width: 200px;
    width: 100%;
    height: 200px;
    object-fit: cover;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#karyawan h5 {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1rem;
}


/* Kembali ke Atas */

#scrollToTopBtn {

    border: 5px solid #799fff34;
    background-color: transparent;
    color: #799fff34;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: fixed;
    visibility: hidden;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
}

#scrollToTopBtn i {
    font-size: 30px;
    line-height: 35px;
}

#scrollToTopBtn:hover {
    border: 5px solid #82CD47;
    color: #82CD47;
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}


/* Simulasi */

#simulasi {
    padding: 30px;
}

#simulasi .link-simulasi li {
    display: inline-block;
    list-style: none;
}

#simulasi .kotak-perhitungan {
    background-color: #f5f5f5e6;
    padding: 30px;
}

#simulasi .judul-simulasi {
    padding-bottom: 7vh;
}

#simulasi .judul-simulasi h5:after{
    position: absolute;
    width: 40px;
    height: 3px;
    content: "";
    background-color: #379237;
    border-radius: 2px;
    margin-top: 5vh;
    left: 50%;
    transform: translate(-50%);
}

#simulasi .disclaimer {
    padding-top: 20px;
}

#simulasi .disclaimer ul {
    padding-left: 1vw;
}

#simulasi .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #f10a0a;
    background-color: #ffffff00;
}

#simulasi .text-red {
    color: #f10a0a;
}

#simulasi .nav-link {
    padding: 0 1rem;
    font-weight: 600;
}

#simulasi a {
    color: #212529;
    transition: all 0.5s;
}


#simulasi .nav-pills .nav-link.active:hover {
    color: #e20d0d;
    background-color: #ffffff00;
}


/* Footer */

#footer-kami {
    background-color: #54B435;
    color: #ffffff;
    padding: 40px;
}


#footer-kami ul li {
    list-style: none;
    font-size: 0.9em;
}

#footer-kami p {
    font-size: 0.9em;
}

#footer-kami h6{
    font-weight: 700;
}

#footer-kami i{
    margin-right: 5px;
}

#footer-kami .ikuti {
    margin-top: 15px;
}

#footer-kami .ikuti li {
    display: inline-block;
}

#footer-kami .ikuti li i {
    font-size: 1.8em;
}

#footer-kami a {
    color: #ffffff;
    transition: all 0.5s;
}

#footer-kami a:hover {
    color: #F0FF42;
    text-decoration-line: none;
}

footer{
    background-color: #54B435;
    color: #ffffff;
}

footer .footer-copyright {
    border-top: 1px #ffffff solid;
    padding: 15px;
}



/* breakpoint */

/* large */

/* @media (min-width: 992px) and (max-width: 1199.98px){
    nav ul {
        width: 60%;
    }

    #landing {
        height: auto;
    }

    footer {
        height: auto;
        padding: 20px 10px;
    }

    footer .col-md-3 {
        margin-top: 20px;
    }
} */


/* medium */

@media (min-width: 768px) and (max-width: 991.98px){
    #topbar {
        height: 30px;
        line-height: 30px;
    }

    #topbar .top-contact {
        text-align: center;
    }

    #topbar li a {
        font-size: 0.7em;
        padding: 1px;
    }

    nav .logo img {
        width: 100%;
        max-width: 230px;
    }

    .sticky-top.scrolled .container img {
        width: 100%;
        max-width: 230px;
    }
    
    .menu-toggle {
        display: flex;
    }

    .sticky-top.scrolled {
        height: 60px;
    }

    .sticky-top.scrolled .slide {
        background-color: #ffffff;
    }

    .sticky-top.scrolled .menu-toggle span {
        background-color: #238023;
    }

    nav ul {
        display: flex;
        position: absolute;
        right: 0;
        flex-direction: column;
        background-color: #379237;
        top: 0;
        height: 100vh;
        align-items: center;
        justify-content: space-evenly;
        z-index: 1;
        width: 80%;
        transform: translateX(100%);
        transition: all 1s;
        text-align: center;
    }

    nav ul.slide{
        transform: translateX(0);
    }

    .dropdown-menu {
        position: initial;
    }

    .dropdown-menu.show{
        width: 50vw;
    }

    .dropdown-menu.multi {
        display: block;
    }

    #hero-area .owl-carousel .owl-item img {
        max-height: 300px;
        object-fit: cover;
    }

    #hero-area .slider-item-content {
        width: 70%;
    }

    #hero-area .slider-item-content h2 {
        font-size: 1.2em;
    }

    #hero-area .slider-item-content p {
        font-size: 1em;
    }

    #slider-hero-nav .owl-prev,
    #slider-hero-nav .owl-next {
        display: none;
    }

    .bg-layanan {
        background-position: left;
    }

    #layanan .kotak-layanan {
        height: 300px;
        padding: 10px;
        font-size: 0.8em;
    }

    #layanan .lingkar {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: auto;
        display: block;
    }

    #layanan .kotak-layanan i {
        font-size: 3em;
        text-align: center;
        line-height: 100px;
        color: #F0FF42;
    }

    #layanan .col-md-4 {
        margin-bottom: 5vh;
    }

    #pengumuman-landing .btn-semua {
        margin-bottom: 20px;
    }

    #pengumuman-landing img {
        height: 150px;
    }

    #pengumuman-landing h4 {
        font-size: 1.2em;
    }

    #pengumuman-landing .landing-lainnya {
        display: block;
        margin: auto;
        width: 50%;
        border: 1px solid #212529;
        padding: 1vh;
        border-radius: 7px;
        font-weight: 600;
        color: #152081;
        font-size: 0.8em;
        text-transform: uppercase;
        text-align: center;
    }

    #pengumuman-landing .landing-lainnya:hover {
        color: #8f1e1e;
        border: 1px solid #8f1e1e;
    }

    #slider-terkini-nav .owl-prev,
    #slider-terkini-nav .owl-next {
        display: none;
    }

    #simulasi .kotak-perhitungan {
        padding: 10px 10px;
        margin-top: initial;
    }

    #simulasi .btn-block {
        margin-bottom: 15px;
    }

    #simulasi {
        padding: 15px;
    }

    #simulasi .navbar.navbar-member {
        padding: 0;
    }

    #beranda-berita img {
        height: 250px;
    }

    #beranda-berita .judul-berita a {
        font-size: 0.9em;
    }

    #beranda-berita p {
        font-size: 0.9em;
    }

    #beranda-berita ul {
        font-size: 0.9em;
    }

    #produk .btn-block {
        margin-bottom: 1vh;
    }

    #produk .hubungi-kami {
        padding: 15px;
        border-radius: 5px;
    }

    #produk .kalkulator-kredit {
        margin-top: 5vh;
        margin-bottom: 5vh;
        border-radius: 5px;
    }

    #produk .link-pengajuan {
        border-radius: 5px;
    }

    #produk .link-pengajuan-dana {
        border-radius: 5px;
    }

    #produk .link-pengajuan h4 {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 700;
    }

    #produk .link-pengajuan-dana h4 {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 700;
    }

    #beranda-berita .garis-header {
        width: 10%;
    }

    #beranda-berita .side-bar {
        margin-left: initial;
    }

    #beranda-berita .side-content img {
        height: 50px;
        width: 100%;
        max-width: 50px;
        object-fit: cover;
        display: flex;
    }

    #beranda-berita .thumbnail {
        flex: 0 0 25%;
    }

    #beranda-berita .samping {
        flex: 1;
    }

    #isi-berita .side-content img {
        height: 50px;
        width: 100%;
        max-width: 50px;
        object-fit: cover;
        display: flex;
    }

    #isi-berita .thumbnail {
        flex: 0 0 25%;
    }

    #isi-berita .samping {
        flex: 1;
    }

    #isi-berita .bagikan {
        margin-bottom: 30px;
    }

    #isi-berita .side-bar {
        margin-left: initial;
    }

    #beranda-berita .pagination {
        margin-bottom: 15px;
    }

    #kontak .kop {
        display: block; 
    }

    #kontak .kotak {
        margin-bottom: 15px;
    }

    iframe {
        margin-top: 20px;
        margin-bottom: 5px;
    }

   
}



/* tablet */

@media (min-width: 577px) and (max-width: 767.98px){
    #topbar {
        height: 30px;
        line-height: 30px;
    }

    #topbar .top-contact {
        text-align: center;
    }

    #topbar li a {
        font-size: 0.7em;
        padding: 1px;
    }

    nav .logo img {
        width: 100%;
        max-width: 230px;
    }

    .sticky-top.scrolled .container img {
        width: 100%;
        max-width: 230px;
    }
    
    .menu-toggle {
        display: flex;
    }

    .sticky-top.scrolled {
        height: 60px;
    }

    .sticky-top.scrolled .slide {
        background-color: #ffffff;
    }

    .sticky-top.scrolled .menu-toggle span {
        background-color: #238023;
    }

    nav ul {
        display: flex;
        position: absolute;
        right: 0;
        flex-direction: column;
        background-color: #379237;
        top: 0;
        height: 100vh;
        align-items: center;
        justify-content: space-evenly;
        z-index: 1;
        width: 80%;
        transform: translateX(100%);
        transition: all 1s;
        text-align: center;
    }

    nav ul.slide{
        transform: translateX(0);
    }

    .dropdown-menu {
        position: initial;
    }

    .dropdown-menu.show{
        width: 50vw;
    }

    .dropdown-menu.multi {
        display: block;
    }

    #hero-area .owl-carousel .owl-item img {
        max-height: 300px;
        object-fit: cover;
    }

    #hero-area .slider-item-content {
        width: 70%;
    }

    #hero-area .slider-item-content h2 {
        font-size: 1.2em;
    }

    #hero-area .slider-item-content p {
        font-size: 1em;
    }

    #slider-hero-nav .owl-prev,
    #slider-hero-nav .owl-next {
        display: none;
    }

    .bg-layanan {
        background-position: left;
    }

    #layanan .kotak-layanan {
        height: 300px;
        padding: 20px;
        margin-bottom: 15px;
    }

    #layanan .col-md-4 {
        margin-bottom: 5vh;
    }

    #pengumuman-landing .btn-semua {
        margin-bottom: 20px;
    }

    #pengumuman-landing img {
        height: 150px;
    }

    #pengumuman-landing h4 {
        font-size: 1.2em;
    }

    #pengumuman-landing .landing-lainnya {
        display: block;
        margin: auto;
        width: 50%;
        border: 1px solid #212529;
        padding: 1vh;
        border-radius: 7px;
        font-weight: 600;
        color: #152081;
        font-size: 0.8em;
        text-transform: uppercase;
        text-align: center;
    }

    #pengumuman-landing .landing-lainnya:hover {
        color: #8f1e1e;
        border: 1px solid #8f1e1e;
    }

    #slider-terkini-nav .owl-prev,
    #slider-terkini-nav .owl-next {
        display: none;
    }

    #footer-kami {
        padding: 25px;
    }

    #footer-kami .col-md-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

    #footer-kami h6 {
        margin-top: 10px;
    }

    #simulasi .kotak-perhitungan {
        padding: 10px 10px;
        margin-top: initial;
    }

    #simulasi .btn-block {
        margin-bottom: 15px;
    }

    #simulasi {
        padding: 15px;
    }

    #simulasi .navbar.navbar-member {
        padding: 0;
    }

    #beranda-berita img {
        height: 250px;
    }

    #beranda-berita .judul-berita a {
        font-size: 0.9em;
    }

    #beranda-berita p {
        font-size: 0.9em;
    }

    #beranda-berita ul {
        font-size: 0.9em;
    }

    #beranda-berita .garis-header {
        width: 10%;
    }

    #beranda-berita .side-bar {
        margin-left: initial;
    }

    #beranda-berita .side-content img {
        height: 75px;
        width: 100%;
        max-width: 75px;
        object-fit: cover;
        display: flex;
    }

    #beranda-berita .thumbnail {
        flex: 0 0 25%;
    }

    #beranda-berita .samping {
        flex: 1;
    }

    #isi-berita .side-content img {
        height: 75px;
        width: 100%;
        max-width: 75px;
        object-fit: cover;
        display: flex;
    }

    #isi-berita .thumbnail {
        flex: 0 0 25%;
    }

    #isi-berita .samping {
        flex: 1;
    }

    #isi-berita .bagikan {
        margin-bottom: 30px;
    }

    #isi-berita .side-bar {
        margin-left: initial;
    }


    #beranda-berita .pagination {
        margin-bottom: 15px;
    }

    #kontak h5 {
        font-size: 1.2em;
    }

    #kontak .kop {
        display: block; 
    }

    #kontak .kotak {
        margin-bottom: 15px;
    }

    iframe {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    
}

/* Mobile */

@media screen and (max-width: 575.98px){

    #topbar {
        height: 30px;
        line-height: 30px;
    }

    #topbar .top-contact {
        text-align: center;
    }

    #topbar li a {
        font-size: 0.6em;
        padding: 1px;
    }
    
    .menu-toggle {
        display: flex;
    }

    .sticky-top.scrolled {
        height: 60px;
    }

    .sticky-top.scrolled .slide {
        background-color: #ffffff;
    }

    .sticky-top.scrolled .menu-toggle span {
        background-color: #238023;
    }

    .sticky-top.scrolled .container img {
        width: 100%;
        max-width: 50vw;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    nav .logo {
        width: 70%;
    }

    nav ul {
        display: flex;
        position: absolute;
        right: 0;
        flex-direction: column;
        background-color: #379237;
        top: 0;
        height: 100vh;
        align-items: center;
        justify-content: space-evenly;
        z-index: 1;
        width: 100%;
        transform: translateX(100%);
        transition: all 1s;
        text-align: center;
    }

    nav ul.slide{
        transform: translateX(0);
    }

    .dropdown-menu {
        position: initial;
    }

    .dropdown-menu.show{
        width: 85vw;
    }
    

    .dropdown-menu.multi {
        display: block;
    }

    #hero-area .owl-carousel .owl-item img {
        max-height: 300px;
        object-fit: cover;
    }

    #hero-area .slider-item-content {
        width: 70%;
    }

    #hero-area .slider-item-content h2 {
        font-size: 1em;
    }

    #hero-area .slider-item-content p {
        font-size: 0.8em;
    }

    #slider-hero-nav .owl-prev,
    #slider-hero-nav .owl-next {
        display: none;
    }

    #tentang-kami {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    #tentang-kami h4 {
        padding-top: 2vh;
    }

    .bg-layanan {
        background-position: left;
    }

    #layanan .kotak-layanan {
        margin-bottom: 10px;
    }

    #pengumuman-landing .btn-semua {
        margin-bottom: 20px;
    }

    #pengumuman-landing img {
        height: 40vh;
    }

    #pengumuman-landing .landing-lainnya {
        display: block;
        margin: auto;
        width: 50%;
        border: 1px solid #212529;
        padding: 1vh;
        border-radius: 7px;
        font-weight: 600;
        color: #152081;
        font-size: 0.8em;
        text-transform: uppercase;
        text-align: center;
    }

    #pengumuman-landing .landing-lainnya:hover {
        color: #8f1e1e;
        border: 1px solid #8f1e1e;
    }

    #slider-terkini-nav .owl-prev,
    #slider-terkini-nav .owl-next {
        display: none;
    }

    #suku-bunga .col-md-3 {
        padding: 0 5vw;
    }

    #kerja-sama img{
        width: 100%;
        height: 50px;
        object-fit: scale-down;
    }

    #footer-kami .col-md-4 {
        margin-bottom: 5vh;
    }

    #sejarah .promo {
        padding: 5%;
    }

    #simulasi .kotak-perhitungan {
        padding: 10px 10px;
        margin-top: 20px;
    }

    #simulasi .btn-block {
        margin-bottom: 15px;
    }

    #simulasi {
        padding: 15px;
    }

    #simulasi .navbar.navbar-member {
        padding: 0;
    }

    #beranda-berita img {
        height: 250px;
    }

    #beranda-berita .judul-berita a {
        font-size: 0.9em;
    }

    #beranda-berita p {
        font-size: 0.9em;
    }

    #beranda-berita ul {
        font-size: 0.9em;
    }

    #beranda-berita .garis-header {
        width: 10%;
    }

    #beranda-berita .side-bar {
        margin-left: initial;
    }

    #beranda-berita .side-content img {
        height: 50px;
        width: 100%;
        max-width: 50px;
        object-fit: cover;
        display: flex;
    }

    #beranda-berita .thumbnail {
        flex: 0 0 25%;
    }

    #beranda-berita .samping {
        flex: 1;
    }

    #isi-berita .side-content img {
        height: 50px;
        width: 100%;
        max-width: 50px;
        object-fit: cover;
        display: flex;
    }

    #isi-berita .thumbnail {
        flex: 0 0 25%;
    }

    #isi-berita .samping {
        flex: 1;
    }

    #isi-berita .bagikan {
        margin-bottom: 30px;
    }

    #isi-berita .side-bar {
        margin-left: initial;
    }

    #beranda-berita .pagination {
        margin-bottom: 15px;
    }

    #profil .garis-bawah {
        width: 10%;
        margin-top: 4vh;
    }

    #kontak .kop {
        display: block; 
    }

    #kontak .kotak {
        margin-bottom: 15px;
    }

    iframe {
        margin-top: 20px;
        margin-bottom: 5px;
    }
}

/* TIDAK DITEMUKAN */
  
    #tidak-ditemukan {
        background-color: #54B435;
    }

    #tidak-ditemukan .mainbox {
        background-color: #54B435;

        margin: auto;
        height: 600px;
        width: 600px;
        position: relative;
    }
    
    #tidak-ditemukan .err {
        color: #ffffff;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 11rem;
        position:absolute;
        left: 20%;
        top: 8%;
        }
    
    #tidak-ditemukan .far {
        position: absolute;
        font-size: 8.5rem;
        left: 42%;
        top: 15%;
        color: #ffffff;
    }
    
    #tidak-ditemukan .err2 {
        color: #ffffff;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 11rem;
        position:absolute;
        left: 68%;
        top: 8%;
        }
    
    #tidak-ditemukan .msg {
        text-align: center;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 1.6rem;
        position:absolute;
        left: 16%;
        top: 45%;
        width: 75%;
        }
    
    #tidak-ditemukan a {
        text-decoration: none;
        color: white;
    }
    
    #tidak-ditemukan a:hover {
        text-decoration: underline;
    }