.auto-margin {
    margin-right: auto;
    margin-left: auto;
}
.flex {
    display: flex;
}
.flex-middle {
    align-items: center;
}
.between {
    justify-content: space-between;
}

.right-menu ul li {
    display: inline-block;
    list-style-type: none;
}

.content-wrap {
}

.land-bar {
    background-color: var(--theme-color);
    color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    height: var(--land-bar-height);
    z-index: 999;
}
.right-menu ul li:not(:last-child) {
    margin-right: 20px;
}

.land-bar ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.header-title {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.navbar .login-button a {
    background-color: var(--btn-light);
    color: #fff;
    padding: 5px 14px !important;
    display: inline-block;
    border-radius: 6px;
    line-height: inherit;
    margin-top: 3px;
    margin-left: 10px;
}

.section-page {
    height: 100vh;
    background-color: #f1f6f9;
    padding-top: var(--land-bar-height);
}

.section-content {
    /* padding: 2em 0; */
}

.bg-theme {
    background-color: var(--theme-color);
}

#footer.land-footer {
    margin-left: 0;
    text-align: center;
    padding: 1em 0;
    font-size: small;
    color: #748790;
    line-height: 1.8;
    margin-top: 2em;
}

.land-bar ul li:not(:last-child) {
    margin-right: 5px;
    /* letter-spacing: 1px; */
}

section {
    padding: 2em 0;
    padding-top: 3em;
}

h2.entry-title a {
    font-size: 22px;
    font-weight: 600;
    color: #444;
    line-height: inherit;
    margin-bottom: 0.5em;
    display: block;
    text-align: center;
}

.entry-thumbnail img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

img.thumb-img {
}

.entry-thumbnail {
    background: #e0e6e8;
    /* margin-bottom: 1em; */
    /* margin-bottom: -20px; */
}

.blog-meta {
    /* margin-bottom: 5px; */
    opacity: 0.5;
    font-size: small;
}

.entry-item.col-md-4.col-sm-4.col-xs-12 {
    /* text-align: center; */
    margin-bottom: 2em;
    /* max-width: 350px; */
}

h1.title-section.align-center {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 2em;
}

span.read-more a {
    font-size: small;
    font-weight: 500;
}

.news-btn {
    margin: 0 auto;
    display: inline-block;
    border: 2px solid var(--theme-color);
    padding: 8px 15px;
    border-radius: 50px;
    line-height: 1;
    color: var(--theme-color);
    /* font-size: small; */
    font-weight: 600;
}

.read-all-news {
    text-align: center;
    margin-top: 2em;
}

h2.entry-title a:hover {
    color: var(--theme-color);
}

h2.col-title {
    font-size: large;
    font-weight: 600;
    color: #838383;
    text-align: left;
}

a.spaces-btn {
    background: var(--second-color);
    color: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: "Nunito", sans-serif;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.spaces {
    padding: 2em 0;
}

.spaces .row {
    align-items: center;
}

.contribution-space {
    padding: 1em;
    /* background: #e5ebee; */
    /* border-radius: 20px; */
    border-top: 1px #beced5 solid;
}

footer .social-container svg {
    height: 18px;
    width: 18px;
    display: inline-block;
    fill: #fff;
    line-height: 1;
    vertical-align: -5px;
}

footer .social-container ul li {
    display: inline;
}

footer .social-container ul li a {
    /* background: var(--theme-color); */
    padding: 8px 11px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
}

footer .social-container ul li:not(:last-child) {
    margin-right: 1em;
}

.social-media-wrap {
    margin-bottom: 2em;
}

footer .social-container ul {
    padding: 0;
}

.entry-item .entry-card {
    max-width: 340px;
    background: #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    margin: 0 5px;
    box-shadow: 1px 3px 11px rgb(0 0 0 / 1%);
    transition: all 0.3s;
}

.entry-detail {
    padding: 1.5em;
    background: #fff;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.row.entry-footer {
    justify-content: space-between;
    display: flex;
}

.row.entry-footer .col {
    display: inline-block;
}

.row.entry-footer .read-more {
    text-align: right;
}

.entry-index-description {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

span.read-more .bi {
    font-weight: bold;
    font-size: medium;
    vertical-align: -2px;
    margin-left: 2px;
    transition: all 0.3s;
}

li.nav-item.login-button .bi {
    vertical-align: -2px;
    font-size: 16px;
    line-height: 1;
    margin-left: 4px;
}

.land-bar a.dropdown-item {
    color: #555;
    padding: 8px 20px;
}

a.dropdown-item.color-danger {
    color: #de5353;
}

.land-bar .user .bi {
    font-size: 22px;
    vertical-align: -4px;
    line-height: 1;
    margin-right: 7px;
}

.land-bar a.dropdown-item .bi {
    vertical-align: -2px;
}

.entry-item .entry-card:hover {
    box-shadow: 1px 3px 15px 11px rgb(0 0 0 / 5%);
    transform: scale(1.02);
}

.entry-item .entry-card:hover .read-more .bi {
    margin-left: 8px;
}

li.page-item.disabled {
    /* display: none; */
    opacity: 0.5;
}

.kontak-content h2 .bi {
    color: var(--theme-color);
    border-radius: 50px;
    font-size: 28px;
    vertical-align: -10px;
}

.kontak-content h2 {
    padding: 0px 5px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    background-color: #edf8fd;
    margin-left: 1.7em;
}

h6.kontak-title {
    color: #444;
    text-transform: uppercase;
}

.about-sec .about-im img {
    width: 100%;
    transform: scale(0.9);
    transition: all 0.3s;
}

.about-im img:hover {
    transform: scale(1);
}

.about-sec h1.title-section,
.theme-title {
    font-size: 30px;
    font-weight: bold;
    color: #1ba1e2;
    margin-bottom: 1em;
    padding: 0;
}

.btn.btn-about-m {
    color: var(--theme-color);
    background: #ebf2fa;
    margin-top: 15px;
    letter-spacing: 0px;
    font-size: 15px;
    padding: 5px 15px 5px 20px;
}

.about-sec h5 {
    line-height: 1.6;
}

.btn.btn-about-m .bi {
    font-size: 18px;
    vertical-align: -1px;
}

section#about-sec {
    height: 100vh;
    background: wheat;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vh {
    height: 100vh;
    display: block;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    min-height: 700px;
}

.bg-facebook {
    background-color: #1877f2;
}

.bg-instagram {
    background: deeppink;
}

.bg-twitter {
    background: #2ab1f3;
}

.rounded-corner {
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

._tujuan ol {
    counter-reset: li;
    position: relative;
    list-style-type: none;
    padding-left: 2.5rem;
}

._tujuan ol li {
    transition: all 0.3s;
    font-size: 17px;
    position: relative;
    margin-bottom: 1em;
    display: block;
}

._tujuan ol li:before {
    background: #92cc97;
    color: #fff;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -40px;
    top: 0px;
    padding: 2px 11px;
    border-radius: 50px;
    min-width: 30px;
    min-height: 30px;
    font-size: 16px;
    transition: all 0.3s;
}

._tujuan ol li:hover {
    transform: scale(1.1);
    color: var(--theme-color);
}

._tujuan ol li:hover:before {
    background-color: var(--theme-color);
}

.tujuan-slider .carousel-item {
    max-height: 330px;
    /* border-radius: 20px; */
    /* overflow: hidden; */
    /* box-shadow: 3px 8px 14px rgb(0 0 0 / 23%); */
}

.tujuan-slider .carousel-item img {
    /* transform: rotate(2deg) scale(1.5); */
}

.tujuan-slider {
    transform: scale(0.9);
}

a.btn-next {
    border: 2px solid var(--theme-color);
    padding: 4px 15px 4px 15px;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-block;
    font-size: small;
    letter-spacing: 1px;
    margin-top: 2em;
    transition: 0.3s;
    opacity: 0.7;
}

a.btn-next:hover {
    opacity: 1;
}

.news-btn .bi {
    font-size: 18px;
    vertical-align: -2px;
    margin-right: 5px;
}

section#berita-sec {
    min-height: 720px;
}

.flex-contibution.col {
    display: flex;
    align-items: center;
}

.flex-contribution .col-icon .bi {
    font-size: 20px;
}

.col-icon .bi {
    font-size: 60px;
    line-height: 1;
    color: var(--theme-color);
}

.flex-contibution.col .col-icon {
    margin-right: 15px;
}

.contribution-space h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 6px;
    color: #444;
}

/* out mobile */

@media only screen and (min-width: 800px) {
    .vh {
    }
}

/* mobil size */
@media only screen and (max-width: 800px) {
    .navbar-toggler-icon {
        filter: invert(1);
    }

.container {
    padding-right: 25px;
    padding-left: 25px;
}

    .land-bar ul li:not(:last-child) {border-bottom: 1px solid #d1d1d1;}
    .navbar .login-button a {margin: 2em 0 0 0;}

    body section {}
    .vh {
    }

    .navbar-collapse {
        background-color: rgb(252 252 252 / 86%);
        margin-top: 12px;
        box-shadow: 0px 3px 8px rgb(0 0 0 / 8%);
        border: 1px solid rgb(0 0 0 / 14%);
        border-radius: 7px;
        backdrop-filter: blur(20px);
    }
    .land-bar ul li a {
        color: #333;
    }

    ul.navbar-nav {
        max-width: 540px;
        padding: 2em 2em;
    }
}


.article-page {
    padding: 75px 0;
    background: #fff;
}

.article-page h1.entry-title {
    font-size: 28px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #282828;
    background: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.meta-post {
    font-size: small;
    margin-bottom: 2em;
}

.meta-post span {
    margin-right: 15px;
    COLOR: #6c6c6c;
}

h2.sider-title {
    font-size: 15px;
    letter-spacing: 1px;
    color: #444;
    border-radius: 8px;
    text-align: center;
    background: #eee;
    padding: 14px;
    /* font-weight: 600; */
}

.post-body.col-lg-8 {
    /* padding-right: 2em; */
    box-sizing: border-box;
    margin-bottom: 2em;
}

p.entry-index-description h2 {
    font-size: inherit;
}

.entry-index-description h2 {
    font-size: inherit;
    margin: 0;
}

span.meta-date {
    font-size: small;
}

h5.recent-title {
    font-size: 17px;
}

.info-recent {
    width: 70%;
}

.meta-post .meta-author .user-info {
    color: var(--theme-color);
    font-weight: 600;
}