.negeri_topmenu{
    background : #ff6600;
    margin-bottom:20px;
}

.negeri_topmenu .navbar-default {
    background-color: transparent;
    border:0;
}

.negeri_topmenu .navbar-default .navbar-nav > li > a {
    color: white;
}

.negeri_banner{
   /* border : 5px solid white;*/
    width : 100%;
    margin-top: 2em;
}

.negeri_pengumuman{
    margin-bottom : 20px;
    
}
.states-top-bottom{
    margin: 2em 0;
}
.states-top-bottom .state-contents{
padding-right: 0;
padding-left:0;
}

/*slider*/
.states .owl-nav {
    margin-top: 0;
    display: inline-flex;
    position: absolute;
    top: 25%;
    font-size: 6em;
    width: 100%;
  }
  
  .states .owl-nav [class*="owl-"]:hover,
  .states .owl-nav [class*="owl-"]:focus {
    background: transparent !important;
    color: #fff;
    text-decoration: none;
  }
  .states button.owl-next,
  .states button.owl-next:hover,
  .states button.owl-next:focus,
  .states button.owl-next:active{
    text-decoration: none;
    border:none;  
  }
  
  .states .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }

  .states span{
      text-decoration: none;
      border:0;
  }
  
  .states .owl-dots .owl-dot span {
    width: 30px !important;
    height: 3px !important;
  }
  
  .states .owl-dots {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-left: 15%;
    margin-right: 15%;
    list-style: none;
  }
  
  .states .owl-dots .owl-dot.active span,
  .states .owl-dots .owl-dot:hover span {
    background: #6c757d;
    text-decoration: none;
    border:none;  
  }

  .content-states{
    margin : 3em 0;
  }

  /*menu update*/

.state-menu .nav {
  padding: 0;
}

.state-menu .navbar,
.dropdown-item,
.dropdown-menu {
  border-radius: 0;
}


.state-menu .navbar-light .navbar-nav .nav-link {
  color: white;
  padding: 0 1em;
  font-weight: 600;
}

.state-menu .navbar-light .navbar-nav .nav-link:hover,
.state-menu .navbar-light .navbar-nav .active {
  color: #eee;
}

.state-menu .dropdown-menu li a {
  padding: 10px 20px;
  border-bottom: 1px solid #dee2e6;
}

.state-menu .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}

.state-menu .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.state-menu .dropdown-submenu {
  position: relative;
}

.state-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.state-menu .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.state-menu .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.state-menu .pb-2 {
  color: white;
}

@media (min-width: 500px) {
  .mobile-menu {
    display: none;
  }
}

@media (max-width: 480px) {
  .mobile-menu {
    display: block;
  }

  .state-menu .navbar-light .navbar-nav .nav-link {
    color: white;
   
  }

  .state-menu .navbar-light .navbar-toggler {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .state-menu .navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }

  
}
.state-menu .dropdown-menu{
  padding:0 !important;
  margin:0 !important;
}

.state-menu .dropdown-menu>li>a {
  white-space: normal;
  width: 300px !important;
}

.state-menu .dropdown-menu li a {
  padding: 15px;
  border-bottom: 0px solid #dee2e6;
  font-weight: 600;
}
.template-states {
  padding-left: 2em;
  padding-top: 0;
}

/*modal pengumuman*/
.modal-states .modal .close {
  right: 0;
  left: 100%;
  margin-left: 93%;
  margin-top: 0%;
  opacity: 1;
  font-size: 3em;
}

.modal-states .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0px;
}



.modal-states .modal-body h4 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.modal-states .modal-body .contents {
  text-align: center;
}

.modal-states .modal-header {
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 0;
}

.modal-states .modal-footer {
  border-top: 1px solid transparent;
}

.link-bawah .list-group-item a,
.link-bawah .list-group-item,
.second-footer .text-muted{
  color: #333 !important;
}


.footer {
  background: #ccc !important;
}

