@charset "utf-8";
/* CSS Document */

	.carousel-indicators li { margin:0 6px; background-color:#eee; border-color:#eee; }
  	.carousel-indicators li.active { margin:0 10px; background-color:#7db53b; border-color:#7db53b; }
	.carousel-control { top:0; }
	
	
  	.list-group-wrapper {
		overflow-y:auto; overflow-x:hidden; width:80%; margin:auto; background-color:#fff; height:355px; text-align:justify;
		width:100%;
	}
	@media (max-width: 991px) {
	  	.list-group-wrapper {
			width:100%; 
		}
	}
  	ul.list-group.list-group-striped li:nth-of-type(odd){
		background: white; border:none;
		padding-left:30px;
	}
	ul.list-group.list-group-striped li:nth-of-type(even){
		background: #efefef; border:none;
		padding-left:30px;
	}
	ul.list-group.list-group-hover li:hover{
		background: red;
	}
  	.list-group-item-heading {
		/*padding:5px 15px; margin:0;	*/
		padding:12px !important;
	}
  	.list-group-item
	{
	  overflow:hidden;  
	  position: relative;
	  display: block;
	  padding: 10px 15px;
	  margin-bottom: -1px;
	  background-color: #fff;
	  border: 1px solid #ddd;
	}

	#service .row {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	  flex-wrap: wrap;
	}

	
	#service .row > [class*='col-'] {
	  display: flex;
	  flex-direction: column;
	}
	
	#berita .row {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	  flex-wrap: wrap;
	}

	
	#berita .row > [class*='col-'] {
	  display: flex;
	  flex-direction: column;
	}


#berita {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#berita::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#berita .container {
  position: relative;
  z-index: 10;
}

#berita .berita-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#berita .berita-col .img {
  position: relative;
}

#berita .berita-col .img img {
  border-radius: 4px 4px 0 0;
}

#berita .berita-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #54d0dd;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#berita .berita-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#berita .berita-col:hover .icon {
  background-color: #fff;
}

#berita .berita-col:hover i {
  color: #54d0dd;
}

#berita .berita-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#berita .berita-col h2 a {
  color: #000;
}

#berita .berita-col h2 a:hover {
  color: #54d0dd;
}

#berita .berita-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

@media (max-width: 360px) {
  #berita {
	  padding-top:10px !important;
	  padding-buttom:10px !important;
  }

}

@media (max-width: 412px) {
  #berita {
	  padding-top:10px !important;
  }

}

#berita .description { text-align:justify; }

	
	.fasilitas-info {
		margin-top:10px
	}
	.fasilitas-info a { color:white; font-size:smaller }
	
	
	#peta_rsud { height:360px; width:100px; overflow:hidden; }
	
	
	
	.dropdown-submenu {
		position: relative;
	}
	
	.dropdown-submenu .dropdown-menu {
		top: -6px;
		left: calc(100%);
		/*margin-top: -1px;*/
	}		
/*Tautan*/	
.bg-tautan {
	background: #fff;
}

.btn-secondary {
  background-color: #fff;
  color:#666666;
  border-color: #666666;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border: 1px solid #729825;
    outline: 0;
    color: #729825;
    /*background-color: #CCC;*/
}

footer .widget h5 {
  position: relative;
  padding-bottom: 12px;
}

footer .widget h5::before, footer h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

footer .widget h5::before {
  right: 0;
  background: #CCC;
}

footer .widget h5::after {
  background: #729825;
  width: 60px;
}

footer .counters  { padding:30px; }
footer .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 36px;
  display: block;
  color: #729825;
}


.wrapper .content { padding:40px 0; }

#grafik-canvas { height:400px; background-color:#e0e0e0; margin-top: 50px; padding:20px; }
@media (max-width: 767px) {
	#grafik-canvas { height:650px; }
}



#konten .row {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	  flex-wrap: wrap;
	}

	
	#konten .row > [class*='col-'] {
	  display: flex;
	  flex-direction: column;
	}