body {
    font-family: 'Roboto', 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.goog-logo-link,.goog-te-gadget span {
display:none !important;
}
.goog-te-gadget {
font-size: 0px!important;
}
      
.navbar-light .navbar-nav .nav-link{
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #176836;
}

.body {
    min-height: 70vh;
}

.container {
    max-width: 1300px;
}

.text-green {
    color: #BACD49;
}

.title {
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.excerpt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

header {
    font-weight: 500;
    font-size: 14px;
}

header .icon {
    width: auto;
    height: 20px;
}

header .logo {
    height: 50px;
    min-width: 100%;
}

header .nav-item {
    margin: 0 .5rem;
}

header .nav-item.active {
    margin: 0 .5rem;
    font-weight: 600;
}

.navbar-sosmed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.bg-green {
    background-color: #0f4323;
    color: #ffffff;
}

.post-body {
    font-size: 14px;
}

img {
    height: auto;
}

.thumbnail {
    object-fit: cover;
    object-position: top;
}

.gradient-overlay {
    position: absolute;
    top: 50%;
    opacity: .8;
    background-image: url(../img/gradient-bg-vertical.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 50%;
    width: 100%;
}

.wrapper {
    position: absolute;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 0;
}

.welcome-banner {
    height: 65vh;
}

.welcome-banner .background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 20%;
}

.headline {
    color: #ffffff;
    min-height: 200px;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(to bottom right, rgba(23, 104, 54, .65), rgba(37, 65, 49, .65));
}

.headline h1 {
    font-weight: 400;
    font-size: 20px;
}

.headline .description {
    font-size: 13px;
}

.btn-join,
.btn-readmore,
.btn-viewmore {
    background-color: #BACD49;
    color: #134D29 !important;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    /* padding: .7rem 2.5rem; */
}

.news-section h3 {
    font-size: 18px;
}

.news-section h1 {
    font-size: 20px;
}

.icon-rounded {
    background-color: rgba(19, 17, 41, .2);
    border-radius: 50%;
    padding: 1rem;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
}

.icon-rounded img {
    height: 18px;
    width: 18px;
    margin: auto;
}

.icon-title {
    font-size: 16px;
}

.icon-description {
    font-size: 22px;
}

.latest-article .thumbnail {
    height: 180px;
    width: 100% !important;
}

.latest-article .title {
    font-size: 20px;
}

/* custom carousel home article section */
#news-carousel .owl-dots {
    margin-top: 10px;
}

#news-carousel .owl-nav button.owl-next,
#news-carousel .owl-nav button.owl-prev {
    background-color: #BACD49;
    padding: 7px 12px !important;
    border-radius: 0;
}

#news-carousel .owl-nav button.owl-next img,
#news-carousel .owl-nav button.owl-prev img {
    height: 18px;
}

#news-carousel .owl-dots .owl-dot.active span,
#news-carousel .owl-dots .owl-dot:hover span {
    background: #BACD49 !important;
    background-color: rgb(186, 205, 73) !important;
}

#news-carousel .owl-dots .owl-dot span {
    background: #ffffff Im !important;
    background-color: rgb(255, 255, 255) !important;
}

#news-carousel .owl-dots .owl-dot.active span {
    width: 20px !important;
}

.news-section-outer {
    margin-top: 2rem;
}

.event-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top;
}

.event-section .title {
    font-size: 20px;
    font-weight: 700;
}

.event-section {
    background-image: linear-gradient(to bottom right, #2A392C, #465A49);
    padding: 15px;
    color: #ffffff;
}

.partner h1 {
    font-size: 20px;
}

.partner .logo-cover {
    text-align: center;
    background-color: #556A58;
    padding: 15px 0;
}

.partner img {
    height: 80px;
    width: auto;
}

@media (min-width: 992px) {
    .excerpt {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .welcome-banner {
        height: 100vh;
    }

    .headline h1 {
        font-weight: 400;
        font-size: 41px;
    }

    .headline {
        color: #ffffff;
        min-height: none;
        height: 280px;
        width: 62vw;
        background-color: transparent;
        background-image: linear-gradient(to bottom right, rgba(23, 104, 54, .65), rgba(37, 65, 49, .65));
    }

    .headline .description {
        font-size: 16px;
    }

    .btn-join,
    .btn-readmore,
    .btn-viewmore {
        background-color: #BACD49;
        color: #134D29 !important;
        font-weight: 500;
        font-size: 18px;
        border-radius: 50px;
        padding: .7rem 2.5rem;
    }

    .news-section h3 {
        font-size: 26px;
    }

    .news-section h1 {
        font-size: 46px;
    }

    .px-3r {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .icon-rounded {
        background-color: rgba(19, 17, 41, .2);
        border-radius: 50%;
        padding: 1rem;
        height: 76px;
        width: 76px;
        text-align: center;
        display: flex;
    }

    .icon-rounded img {
        height: 32px;
        width: 32px;
        margin: auto;
    }

    .icon-title {
        font-size: 26px;
    }

    .icon-description {
        font-size: 46px;
    }

    .latest-article .thumbnail {
        height: 450px;
        width: 550px !important;
    }

    .latest-article .title {
        font-size: 30px;
    }

    #news-carousel {
        margin-top: -380px
    }

    /* custom carousel home article section */
    #news-carousel .owl-nav {
        margin-top: 0 !important;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 3rem;
    }

    #news-carousel .owl-dots,
    #news-carousel .owl-nav {
        text-align: right !important;
        margin-right: 3rem;
    }

    #news-carousel .owl-dots {
        margin-top: 10px;
    }

    #news-carousel .owl-nav button.owl-next,
    #news-carousel .owl-nav button.owl-prev {
        background-color: #BACD49;
        padding: 7px 12px !important;
        border-radius: 0;
    }

    #news-carousel .owl-nav button.owl-next img,
    #news-carousel .owl-nav button.owl-prev img {
        height: 18px;
    }

    #news-carousel .owl-dots .owl-dot.active span,
    #news-carousel .owl-dots .owl-dot:hover span {
        background: #BACD49 !important;
        background-color: rgb(186, 205, 73) !important;
    }

    #news-carousel .owl-dots .owl-dot span {
        background: #ffffff Im !important;
        background-color: rgb(255, 255, 255) !important;
    }

    #news-carousel .owl-dots .owl-dot.active span {
        width: 20px !important;
    }

    .news-section-outer {
        margin-top: 8rem;
    }

    .event-img {
        width: 100%;
        height: 390px;
        object-fit: cover;
        object-position: top;
    }

    .event-section .title {
        font-size: 46px;
        font-weight: 700;
    }

    .event-section {
        background-image: linear-gradient(to bottom right, #2A392C, #465A49);
        padding: 4rem 3rem;
        color: #ffffff;
    }

    .partner h1 {
        font-size: 46px;
    }

    .partner .logo-cover {
        text-align: center;
        background-color: #556A58;
        padding: 50px 0;
    }

    .partner img {
        height: 140px;
        width: auto;
    }

}

.font-light {
    font-weight: 300;
}

.news-section {
    background-image: linear-gradient(to bottom right, #176836, #254131);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #ffffff;
}

.vertical-border {
    width: 1px;
    background-color: #ffffff;
    height: 100%;
}

.bg-latest-article {
    width: 100%;
    height: 300px;
    background-color: rgba(11, 55, 27, .6);
}

.date-event {
    font-size: 13px;
    font-weight: 300;
}

.date-event span {
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.title-event {
    font-size: 16px;
    font-weight: 400;
}

.title-event a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.event-section hr {
    border-color: #556A58;
    border-width: 2px;
}

/* custom carousel home event section */
#event-carousel .owl-nav {
    /* margin-top: 0 !important; */
    /* position: absolute; */
    /* bottom: 0; */
    margin-right: 0;
}

#event-carousel .owl-dots,
#event-carousel .owl-nav {
    text-align: right !important;
}

#event-carousel .owl-dots {
    margin-top: 10px;
}

#event-carousel .owl-nav button.owl-next,
#event-carousel .owl-nav button.owl-prev {
    background: #556A58 !important;
    padding: 7px 12px !important;
    border-radius: 0;
}

#event-carousel .owl-nav button.owl-next {
    margin-right: 0;
}

#event-carousel .owl-nav button.owl-next img,
#event-carousel .owl-nav button.owl-prev img {
    height: 18px;
}

#event-carousel .owl-nav button.owl-next:hover,
#event-carousel .owl-nav button.owl-prev:hover,
#event-carousel .owl-nav button.active,
#event-carousel .owl-nav button.active {
    background: #BACD49 !important;
    background-color: rgb(186, 205, 73) !important;
}

.event-item .active {
    color: #BACD49 !important;
}

.footer hr {
    border-color: #ffffff;
}

.pr-15 {
    padding-right: .6rem;
}

.pl-15 {
    padding-left: .6rem;
}

.footer {
    background-image: linear-gradient(to bottom right, #176836, #254131);
    color: #ffffff;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    text-decoration: none;
}

.pb-6 {
    padding-bottom: 5rem;
}

.logo-footer {
    background-color: #ffffff;
    /* padding: 1.5rem 1rem; */
    text-align: center;
    box-shadow: 0px 0px 2px #f1f1f1, 0px -2px 2px #f1f1f1;
    margin-top: -66px;
    height: 232px;
}

.logo-footer img {
    height: 110px;
    width: auto;
}

.logo-footer .icon {
    height: 20px;
}

.bg-box-top {
    position: absolute;
    z-index: 1;
    left: 0;
    margin-top: -2.5rem;
}

.bg-box-top img {
    height: 350px;
}

.bg-box-bot {
    position: absolute;
    z-index: 1;
    right: 0;
    margin-top: -310px;
}

.bg-box-bot img {
    height: 350px;
}

.menu-footer-title span {
    border-bottom: 3px solid #BACD49;
    font-size: 16px;
}

.footer ul {
    margin-top: 1.5rem;
}

.footer ul li {
    margin-top: .5rem;
}

.footer-contact {
    display: flex;
    padding: .75rem 1rem;
}

.footer-contact img {
    margin-right: 1.5rem;
    margin-top: auto;
    margin-bottom: auto;
}

.footer-contact span {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 13px;
}

.footer .icon {
    width: 16px;
    height: auto;
}

@media (min-width:992px) {
    header .logo {
        height: 67px;
    }

    .footer {
        padding: 4rem 3rem;
    }

    .menu-footer-title span {
        border-bottom: none;
        font-size: 1.25rem;
    }

    .footer ul {
        margin-top: 0;
    }

    .footer ul li {
        margin-top: 0;
    }

    .logo-footer {
        background-color: #ffffff;
        padding: 3rem 2rem;
        margin-top: -115px;
        text-align: center;
        height: auto;
    }

    .logo-footer img {
        height: 150px;
        width: auto;
    }

    .logo-footer .icon {
        height: 21px;
    }

    .footer .icon {
        width: auto;
        height: 20px;
    }

    .footer-contact {
        display: block;
        padding: 0 15px;
    }

    .footer-contact img {
        margin: 0;
    }

    .footer-contact span {
        font-size: inherit;
        margin: 0;
    }
}

/* bootstrap navigation */
.page-item.active .page-link {
    color: #465A49;
    font-weight: 500;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

.page-link {
    color: #8f8f8f;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

.page-item.disabled .page-link {
    color: #8f8f8f;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.pagination-custom {
    justify-content: center;
    margin: 20px 0px;
}

footer {
    font-size: 12px;
}

@media (min-width: 992px) {
    .pagination-custom {
        justify-content: right;
    }

    footer {
        font-size: 14px;
    }
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #176836;
}