body {
  background: url("../images/bg01.jpg") no-repeat fixed center;
  background-size:100% 100%;
}

.header {
  padding:50px;
}
.asci-regular {
  font-size:10pt;
}

.rotis-regular2 {
  font-family: "rotis";
  font-size:10pt;
  color:#000;
}

.rotis-menu {
  font-family: "rotis";
  font-size:12pt;
  color:#fff;
}

.rotis-header1 {
  font-family:"rotis";
  font-size:32pt;
  color:#000;
  margin-bottom:15px;
}

.rotis-header2 {
  font-family:"rotis";
  font-size:12pt;
  color:#000;
}

.menuatas {
  padding:30px 20px 30px 60px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.05rem;
}

.menu-hover a:hover {
  color:blue !important; 
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
/* menghilangkan tanda panah kebawah (bottom arrow) */
a.menu:after, .dropdown-toggle:after {
  content: none;
  }

