body {
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Roboto Serif', sans-serif; */
  background-color: #ffffff;
  /* margin-top: 80px; */
}

.top-section {
  background-image: linear-gradient(to right, #6495ED 0%, #7d99cf 51%, #DCDCDC 100%);
  padding: 7px 0;
}

.content-top-section {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}


/* NAVBAR */
.navbar {
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Roboto', calibri;
  /* font-family: 'Montserrat', sans-serif; */
}

.nav-link {
  text-transform: capitalize;
  font-weight: 600;
}

a.nav-link:link,
a.nav-link:visited {
  color:  #6495ED;
}

a.nav-link:hover {
  color:  #6495ED;
  text-decoration: none;
}

.dropdown-header {
  font-size: 13pt;
  font-weight: 500;
  color:  #6495ED;
}

.dropdown-menu {
  background-color: #F8F9FA;
}

.dropdown-item {
  text-transform: capitalize;
  font-weight: 400;
}

a.dropdown-item:link,
a.dropdown-item:visited {
  color:  #6495ED;
}

a.dropdown-item:hover {
  background-color: #ffffff;
  color: #383838;
  text-decoration: none;
}

.brand-dekstop {
  padding-bottom: 5px;
}

a.brand-mobile:link,
a.brand-mobile:visited {
  font-family: 'Poppins', calibri;
  color:  #6495ED;
  font-weight: 500;
  font-size: 20pt;
  text-transform: capitalize;
}

a.brand-mobile:hover {
  color: #383838;
  text-decoration: none;
}

.navbar .navbar-toggler {
  color:  #6495ED;
}

@media (min-width: 992px) {

  .nav-item::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background:  #6495ED;
    transition: 0.2s;
    margin: auto;
  }

  .nav-item:hover::after {
    width: 50%;
  }

  .nav-link {
    margin-right: 0px;
  }
}

/* TOP PAGE SECTION */
.top-page-section {
  background-image: linear-gradient(to right, #bdd2f9 0%, #bdd2f9 51%, #bdd2f9 100%);
  padding: 7px 0;
}

.top-page-title {
  font-size: 30pt;
  font-weight: 400;
  color: #f9fafa;
  text-align: center;
}

/* LINK GENERAL */
a.link-light:link,
a.link-light:visited {
  color:  #6495ED;
}

a.link-light:hover {
  color: #6495ED;
  text-decoration: none;
}

a.link-dark:link,
a.link-dark:visited {
  color: #eeeeee;
}

a.link-dark:hover {
  color: #ffffff;
  text-decoration: none;
}

/* TPAKD */
.title-tpakd {
  color:  #6495ED;
  font-size: 20pt;
  font-weight: 700;
  text-align: center;
}

.content-tpakd {
  color:  #6495ED
  font-size: 14pt;
  text-align: justify;
}

@media (min-width: 992px) {
  .title-tpakd {
    font-size: 28pt;
  }

  .content-tpakd {
    font-size: 18pt;
  }
}


/* BERITA FRONT END */
.wraper-img-berita {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.judul-berita {
  font-size: 12pt;
  font-weight: 500;
  line-height: 20px;
}

@media (min-width: 992px) {
  .wraper-img-berita {
    height: 180px;
  }

  .judul-berita {
    font-size: 14pt;
    line-height: 20px;
  }
}


/* SIDEBAR */
/* JUDUL HEADING SIDEBAR */
.title-sidebar {
  color: #000000;
  font-size: 20pt;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Roboto Serif', calibri;
}

/* BERITA SIDEBAR */
.wraper-img-sidebar-konten {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.posted-sidebar-konten {
  font-size: 10pt;
}

.judul-sidebar-konten {
  font-size: 12pt;
  font-weight: 400;
  line-height: 20px;
}

/* SIDEBAR PENGUMUMAN DAN BANK DATA FRONT END */
.sidebar-pengumuman-list {
  padding: 5px 5px 10px 10px;
  text-align: justify;
}

a.sidebar-pengumuman-list:link,
a.sidebar-pengumuman-list:visited {
  color: #464646;
}

a.sidebar-pengumuman-list:hover {
  color: #0468BF;
  text-decoration: none;
  background-color: #fcfcfc;
}

.sidebar-pengumuman-icon {
  font-size: 20pt;
  padding-right: 10px;
  padding-top: 10px;
  color: #555;
}

.sidebar-pengumuman-posted {
  font-size: 9pt;
  padding-bottom: 5px;
  color: #464646;
}

.sidebar-pengumuman-judul {
  font-size: 12pt;
  line-height: 18px;
}

/* LINK TERKAIT */
.card {
  padding: 30px;
  border: none;
  cursor: pointer;
  /* height: 130px; */
  border: 1px solid #ab2f263d;
}

.card:hover {
  background-color: #fff0f0
}

/* KONTAK KAMI */
.kontak-title {
  color: #535353;
  font-size: 18pt;
  font-weight: bold;
  line-height: 30px;
}

.kontak-content {
  color: #5c5c5c;
  font-size: 14pt;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 10px;
}



hr.hr-footer {
  border-top: 1px solid #a5a5a5;
}

.footer-left-title {
  color: #e0e0e0;
  font-size: 14pt;
  font-weight: bold;
}

.footer-left-content {
  color: #C1C2C3;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}

.footer-copyright {
  font-size: 10pt;
  color: #F6EABE;
  text-align: center;
}

@media (min-width: 992px) {
  .content-top-section {
    font-size: 16px;
  }
}


/* PAGINATION */
.pagination>li>a {
  background-color: white;
  color: #000000;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #5a5a5a;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a {
  color: white;
  background-color: #9E0507 !Important;
  border: solid 1px #9E0507 !Important;
}

.pagination>.active>a:hover {
  background-color: #9E0507 !Important;
  border: solid 1px #9E0507;
}


/* INFORMASI KUR */
.paralax-kur {
  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-kur {
  font-size: 18pt;
  color: #000000;
}

.title-bank-penyedia-kur {
  font-size: 18pt;
  font-weight: 600;
  line-height: 28px;
}

.button {
  padding: 10px 10px;
  text-align: center;
  display: inline-block;
  font-size: 10pt;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 10px;
}

.button:hover {
  background-color: #ffffff;
  color: #6495ED;
  text-decoration: none;
  transition-duration: 0.4s;
}

@media (min-width: 992px) {
  .paralax-kur {
    min-height: 400px;
  }

  .title-kur {
    font-size: 26pt;
  }

  .button {
    padding: 10px 20px;
    font-size: 16pt;
    border-radius: 20px;
  }
}

/* FLOAT BUTTON WHATSAPP*/
.whatsapp {
  z-index: 100;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #3EBD4E;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.whatsapp:hover {
  text-decoration: none;
  color: #000000;
  transition-duration: 0.4s;
}

.my-whatsapp {
  margin-top: 13px;
  font-size: 25pt;
}

/* +++++++++++++++++++++ */
/*         UMKM          */
/* +++++++++++++++++++++ */
/* VIEW UMKM */
.link-umkm:link {
  text-decoration: none;
}

.wrap-produk {
  box-shadow: 3px 0px 2px 3px #ebebeb;
  border-radius: 10px;
}

.wraper-image-produk-beranda {
  width: 100%;
  height: 210px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}

.wraper-image-produk {
  width: 100%;
  height: 210px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}

.label-produk {
  font-size: 10pt;
  font-weight: 500;
  padding: 6px;
  color: #FFF;
  background-color: #ae3227d8;
  width: 100%;
}

.nama-umkm {
  font-family: 'Roboto', calibri;
  font-size: 12pt;
  font-weight: 500;
  color: #383838;
  line-height: 20px;
}

.view-umkm {
  margin-top: 7px;
  font-size: 8pt;
  color: #797979;
}

@media screen and (min-width: 997px) {
  .wraper-image-produk-beranda {
    height: 190px;
    border-radius: 7px;
  }

  .wraper-image-produk {
    height: 290px;
    border-radius: 10px;
  }

  .label-produk {
    font-size: 15pt;
    padding: 10px;
  }

  .nama-umkm {
    font-size: 15pt;
  }
}


/* DETAIL PRODUK UMKM */
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
  width: 18%;
  height: 57px;
  margin-right: 2.5%;
  background-color: #ffffff;
  border: #E9584A solid 1px;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  /* width: 100%; */
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.tab-pane {
  width: 100%;
  height: 350px;
  background-color: #fcfcfc;
  position: relative;
}

.fit {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 997px) {
  .preview-thumbnail.nav-tabs li {
    height: 97px;
  }

  .tab-pane {
    height: 540px;
  }
}


@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */

.wrap-galery {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}




.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #ff8742;
  border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size: 25pt;
  color: #f7f7f7;
  text-shadow: #000000 1px 2px;
  background-image: url("");
}