ol, ul, li {
  list-style: none;
  margin-left: 0px;
  margin-right: 0px;
}

.ribbon {
  font-size: 13px !important;
  /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
  width: 95%;
  position: relative;
  background: #301d6e;
  color: #fff;
  text-align: center;
  padding: 0.7em 1em;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  /* Adjust to suit */

}

.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.ribbon .ribbon-content:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #002f42 transparent transparent transparent;
  bottom: -1em;
}

.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

.kekiri {
  margin-left: -25px;
  margin-right: 20px;
}

.nav2>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.nav2>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #301d6e;
  color: white;
}

.active2 a {
  text-decoration: none;
  background-color: #301d6e;
  color: white;
}

*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.gap_5 {
  display: block;
  height: 5px
}

.gap_10 {
  display: block;
  height: 10px
}

.gap_15 {
  display: block;
  height: 15px
}

.gap_20 {
  display: block;
  height: 20px
}

.gap_25 {
  display: block;
  height: 25px
}

.gap_30 {
  display: block;
  height: 30px
}

.gap_35 {
  display: block;
  height: 35px
}

.gap_40 {
  display: block;
  height: 40px
}

.gap_45 {
  display: block;
  height: 45px
}

.gap_50 {
  display: block;
  height: 50px
}

.gap_55 {
  display: block;
  height: 55px
}

.gap_75 {
  display: block;
  height: 75px
}

.border_abu {
  height: 1px;
  background: #ccc
}


@media (min-width: 200px) and (max-width:790px) {
  .ribbon {
    font-size: 13px !important;
    width: 100%;
    position: relative;
    background: #301d6e;
    color: #fff;
    text-align: center;
    padding: 0.7em 1em;
    /* Adjust to suit */
  }
}