body {
  overflow-x: hidden;
  /*font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #333;

}
a:hover,
a:focus,
a:active,
a.active {
  color: #333;
  /*text-decoration: none;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Roboto Slab", Helvetica, Arial; 
  
}

.sub-sec-berita{
  /*border-right: 1px dotted #eee;*/
  padding: 40px;
}

.sub-sec-pengumuman{
  padding: 40px;
}


/*.news-update{
	border: 1px solid red;
}
*/
.service-heading{
	margin-top:0px;
  line-height: 1.6;
}

.news-thumb{
	float:left;
	margin:10px;
	border: 1px solid #eee;
	padding: 2px;
}

.news-date{
	font-size: 11px;
	color: #999;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.news-isi{
  text-align: justify;
}

.news-item{
  /*border-bottom: 1px dotted #eee;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.sub-sec-pengumuman{

}


.pengumuman-item{
	/*border-bottom: 1px dotted #d6d6c2;*/
/*  padding-top: 20px;
  padding-bottom: 20px;*/
}


.pengumuman-head,
.pengumuman-head a,
.pengumuman-head a:visited{
  color: #224b5d;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family:"Roboto Slab", Helvetica, Arial; 
}

.section-heading{
	/*border-bottom: 1px dashed #eee;*/
	padding: 0px;
  font-weight: bold;
  color: #224b5d;
  font-size: 30px;
  margin-bottom: 40px;
}

.news-title,
.news-title a,
.news-title a:visited{
  color: #224b5d;
  margin: 0px;
  padding: 0px;
  font-size: 34px;
  font-weight: bold;
}

.news-title  
a:hover,
a:focus,
a:active,
a.activ{
  text-decoration: none;
  color: #990000;
  margin: 0px;
  padding: 0px;
}

.img-berita{
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
  border:1px solid #eee;
  padding:4px;
}

.img-isi{
  /*border: 1px solid #49e600;*/
  border:1px solid #d9d9d9;
  padding:4px;
  margin-right:6px
}

.text-bold{
  font-weight: bold;
}

footer{
  background-color: #000;
  color: #fff;
  padding: 20px;
}

.navbar{
  border-bottom:4px solid #FEBF01;
  font-weight:bold;
  color:#fff
}

/*
  DROP DOWN
*/
.dropdown-menu{ 
  font-family: arial;
  font-size: 12px;
}

.dropdown-menu{
  background-color: #222222
}

.dropdown-menu >li a{
  padding-top: 10px;
  padding-bottom: 10px; 
  color: #fff;
}

.dropdown-menu > li a:hover { 
    background-color: #000; 
    background-image: none; 
    color: #FFF;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    width: 100%;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
} 

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;

}
/*
  END DROPDOWN
*/