.entry-subtitle small {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* maksimal 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entry-thumbnail {
    max-height: 300px;
}

/* .homepage-two.fixed-nav .sticky-nav #menubar {
    float: none;
} */

#navigation .navbar-nav li a {
    font-size: 14px;
    /* font-weight: bold; */
    padding: 5px 10px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: .25em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

#navigation #mainmenu {
    max-height: 700px;
}