.senkatech-navbar-top {
  border-top: 2px solid #7ebf50;
  position: relative;
  background: #ffffff;
  /*padding-top: 10px;*/
}

.bahasa-active {
  font-weight: 500;
  color: #3b8811 !important;
}

.list-inline-item {
  font-size: 11px;
}

a {
  text-decoration: none;
}

a {
  color: inherit;
}

.senka-icon {
  font-size: 10px;
  color: #3b8811;
}

.senkatech-logo {
  margin-bottom: 10px;
  width: 200px;
}

.dropdown-menu {
  min-width: 250px;
}

.padding-nav-top {
  padding-top: 5px;
}

.senkatech-padding {
  background: #357611;
  padding: 20px;
}

.cool-link-two::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #7ebf50;
  transition: width .3s;
}

.cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #7ebf50;
  transition: width .3s;
}

.cool-link-two:hover::after {
  width: 100px;
  //transition: width .3s;
}

.cool-link:hover::after {
  width: 100%;
  //transition: width .3s;
}

