.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 70px;
    display: block;
}

#home {
  height: 100vh;
}

#home .home-wrapper {
    position: relative;
    background: #000;
    padding: 30px 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: unset;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(-50%);
    transform: translateY(0%);
    text-align: left;
}

#home .carousel-item {
  height: 78vh;
  min-height: 78vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#home .carousel-inner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #1C1D21;
}

#home .carousel-caption h2 {
    color: #fff;
}

#home .owl-carousel .owl-nav.disabled {
    display: block;
}

#home .owl-theme .owl-prev {
    left: -100px;
}

#home .owl-theme .owl-next {
    right: -100px;
}

#home .home-content i{
	font-size: 30px;
}

#home .home-content p{
  font-size: 14px;
}

#home .home-content .outline-btn{
  font-size: 14px;
}

#home .home-content .round-blue {
    text-align: center;
}

#home .home-content i {
    font-size: 30px;
    padding: 20px 20px;
    border: 4px solid blue;
    border-radius: 100%;
}

.navbar {
    position: absolute;
}


#program:after {
    content:'';
    background: url('../img/bg.png') no-repeat center center;
    position: absolute;
    top:0px;
    left: 0px;
    width:100%;
    height: 100%;
    z-index:-1;
    opacity: 0.1; /* Here is your opacity */
}

.program {
    position: relative;
    text-align: left;
    padding: 40px 20px;
    border: 0px solid #EEE;
    margin: 15px 0px;
}

#portfolio ul{
  list-style: disc;
}

#service img{
  width: 50%;
  height: auto;
}


.has-dropdown>a:before {
    margin-top: 8px;
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
}


@media only screen (max-width: 575.98px) { 
  #home .home-content .round-blue {
      text-align: left;
      margin-bottom: 10px;
  }
}


@media (max-width: 767.98px) {
  .main-nav li a {
    display: block;
    color: #FFF;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    padding: 10px 15px;
  }

  #home {
    height: auto;
  }

  #home .owl-carousel .owl-nav.disabled {
      display: none;
  }

  #home .owl-theme .owl-prev {
    left: 0px;
  }

  #home .owl-theme .owl-next {
      right: 0px;
  }

  #home .home-wrapper {
      padding: 20px 0;
  }

  #home .home-content{
      width: 65%;
      margin-left: auto;
      margin-right: auto;
      display: block;
  }

  #home .home-content .round-blue {
      text-align: center;
      margin-bottom: 10px;
  }

  #home .home-content h5{
      text-align: center !important;
  }

  #home .home-content p{
      text-align: center !important;
  }

  #program .jenisprog{
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  #home .home-content .round-blue {
      text-align: center;
  }
}

@media (max-width: 991.98px) {
  
}


@media (max-width: 1199.98px) {

}


@media (min-width: 1200px) {

}