body {
    width: 100%;
    font-family: 'Avenir LT Std', sans-serif;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 14px;
}

.btn-red {
    background-color: #800000;
    color: #fff;
}

.btn-red:hover {
    background-color: #670000;
}

img {
    max-width: 100%;
}

.bg-blue {
    background-color: #013A66;
    color: #fff;
}

.bg-dark-transparent {
    position: relative;
    color: #fff;
}

.bg-dark-transparent:before {
    background: linear-gradient(to bottom, #003A64, rgba(0, 0, 0, 0.6));
    opacity: 1;
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-grey {
    background-color: #f0f4f891;
}

.logo {
    width: auto;
    height: 55px;
    object-fit: contain;
    margin-left: -10px;
}

header {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all .3s ease;
}

header.dark-header {
    background-color: #2c6740;
}

#header-top {
    font-size: 12px;
}

#header-top nav {
    position: relative;
}

#header-top .date-time {
    padding-top: 8px;
    padding-bottom: 8px;
}

#header-top .navbar-nav {
    margin-right: 35px;
    transition: all .3s ease;
}

@media (min-width: 992px) {
    #header-middle .navbar-nav {
        transition: all .3s ease;
    }

    #header-middle .navbar-nav .dropdown-menu {
        background-color: rgba(7, 23, 64, 0.8);
        transform: scale(1, 0);
        display: block;
        -webkit-transform-origin: right top;
        -moz-transform-origin: right top;
        -ms-transform-origin: right top;
        -o-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        -moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    #header-middle .navbar-nav .dropdown-menu a {
        color: #c5dadc;
        font-size: 12px;
    }

    #header-middle .navbar-nav .dropdown-menu a:hover,
    #header-middle .navbar-nav .dropdown-menu a:focus {
        background-color: transparent;
        color: #fff;
    }

    #header-middle .navbar-nav li.nav-item:hover .dropdown-menu {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

#header-middle .navbar-nav .nav-item>.nav-link {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.scrolled #header-middle .navbar-nav {
    margin-bottom: 0 !important;
}

#navbarTop {
    position: relative;
}

#navbarTop:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
    position: absolute;
    bottom: -2px;
    width: 99%;
}

.navbar-nav .nav-item>.nav-link {
    color: #c5dadc;
}

.navbar-nav .nav-item>.nav-link:hover {
    color: #fff;
}

.hero .hero-item {
    width: 100%;
    height: 100vh;
}

.hero .hero-item:after {
    background: linear-gradient(to bottom, #041F47, rgba(0, 0, 0, 0.1), #19547b);
    opacity: 1;
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #fff;
    font-size: 14px;
}

.hero .owl-nav span {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 50%;
}

.hero .owl-prev {
    margin-bottom: 25px;
}

.hero .slide-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.33);
    padding: 30px 40px;
    color: #fff;
    z-index: 2;
}

nav.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    font-size: 15px;
    font-weight: 600;
}

.advantage__item {
    position: relative;
    transition: all .3s ease;
    overflow: hidden;
    margin-bottom: 0px;
    height: 150px;
}

.advantage__item:hover .advantage__title {
    font-size: 18px;
}

.advantage__item:hover:before {
    background: rgba(0, 0, 0, 0.4);
}

.advantage__item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
    text-align: center;
    transition: all .3s ease;
    z-index: 10;
}

.advantage__item img {
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}

.advantage__item .advantage__title {
    padding: 10px;
    text-align: center;
    z-index: 20;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    transition: all .2s ease;
}

.section-item-list h3 {
    color: #000;
}

.section-item-list hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section-item-list h4 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.section-item-list h6.item-meta {
    font-size: 12px;
    position: absolute;
    bottom: 0;
}

.section-item-list .item {
    position: relative;
    height: 90px;
    color: #000;
}

.section-item-list li {
    margin-bottom: 15px;
}

.section-item-list h5 {
    font-size: 14px;
    color: #000;
}

.section-item-list .item-content {
    padding: 7px 0;
}

.item-list-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.item-list-2 {
    padding-bottom: 0;
    position: relative;
}

.item-list-2 li h5 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.item-list-2 h3 {
    margin-bottom: 20px;
    color: #000;
}

.item-list-2 h4 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.right-full {
    padding-left: 15px;
}

.right-full:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    /*background: #f0f4f891;*/
    height: 100%;
    top: 0;
}

.calendar {
    margin-right: 10px;
}

.calendar h6 {
    margin: 0;
}

.calendar .date-month {
    background-color: #800000;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.calendar .date,
.calendar .month {
    display: block;
}

.calendar .year {
    background-color: #013A66;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    height: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.event-wrap .item {
    background-color: #f0f4f891;
}

.partner-item img {
    height: 100px;
    width: 100% !important;
    object-fit: contain !important;
    padding: 10px;
}

.btn-just-icon {
    height: 30px;
    width: 30px;
    min-width: 30px;
    padding: 5px;
}

.btn-twitter {
    color: #FFFFFF;
    background-color: #55acee;
    border-color: #55acee;
    opacity: 0.8;
}

.btn-youtube {
    color: #FFFFFF;
    background-color: #e52d27;
    border-color: #e52d27;
    opacity: 0.8;
}

.btn-instagram {
    color: #FFFFFF;
    background-color: #125688;
    border-color: #125688;
    opacity: 0.8;
}

.btn-facebook {
    color: #FFFFFF;
    background-color: #3b5998;
    border-color: #3b5998;
    opacity: 0.8;
}

.footer-top {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 140px;
    position: relative;
    background-image: url("../img/peta-indonesia.png");
    background-size: cover;
    background-color: #800000;
}

.footer-top:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #800000;
    opacity: .9;
}

.footer-top li a {
    color: #fff;
    font-size: 14px;
}

.footer-top p {
    font-size: 14px;
}

.counter-visitor {
    background-color: #0e3a65;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 160px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 6px;
    border-radius: 10px 10px 0 0;
}

.counter-visitor a h4 {
    color: #fff;
    margin: 0;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1F1D1E;
    color: #fff;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
}

.login-page {
    overflow-y: hidden;
}

.login-page .hero-img img {
    object-fit: cover;
}

.login-page .logo-login {
    width: auto;
    height: 100px;
    object-fit: contain;
    margin-right: 10px;
}

.login-page header {
    position: relative;
}

.hero-img:after {
    background: linear-gradient(to bottom, #000102bf, rgba(0, 0, 0, 0.1), #01000094);
    opacity: 1;
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.breadcrumb {
    margin: 0;
    /*text-transform: uppercase;*/
    background-color: #085293;
    color: #fff;
    border-radius: 0;
}

.breadcrumb p {
    margin: 0;
    font-size: 12px;
}

.breadcrumb a {
    color: #fff;
}

.page-detail {
    padding-top: 141px;
}

.page-detail .page-title {
    margin-bottom: 30px;
}

.page-detail .item-list-2:first-child {
    padding-top: 0;
}

.page-detail .list-widget {
    position: relative;
}

.page-detail .widget-item {
    margin-bottom: 30px;
}

.page-detail .widget-item img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.page-content img {
    margin-top: 10px;
    margin-bottom: 30px;
}

.nav-search {
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
    position: absolute;
    right: 0;
}

.nav-search .search-submit {
    position: relative;
    top: 0;
    width: 20px;
    min-height: 20px;
    border: none;
    background-color: transparent;
    background-image: url(../img/svg/search-white.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 center;
    text-indent: -9999px;
}

.nav-search .search-submit:focus {
    outline: none;
}

.nav-search #search:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nav-search #m_search {
    position: absolute;
    display: none;
    top: 0;
    right: 10px;
    font-size: 13px;
    color: #c5dadc;
    background-color: rgba(7, 23, 64, 0.8);
    border: none;
    z-index: 1;
    padding: 8px 25px 8px 15px;
}

.nav-search #m_search:focus {
    outline: none;
}

.nav-search #search {
    padding: 0 .5rem;
    height: 100%;
    cursor: pointer;
}

.nav-search #search form {
    height: 100%;
}


.show-search #header-top .navbar-nav {
    opacity: 0;
    visibility: hidden;
}

.share-section {
    margin-bottom: 15px;
}

.page-content h3 {
    font-weight: 600;
    font-size: 22px !important;
    margin-bottom: 15px;
}

.page-content h5 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-content h6 {
    margin-bottom: 15px;
}

.page-content p+h3 {
    margin-top: 30px;
}

.page-content .download-section h5 {
    font-size: 14px;
    margin-bottom: 5px !important;
}

.page-content .download-section h6 {
    font-size: 12px;
}

.page-content .download-section h5,
.page-content .download-section h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.page-content .download-section td {
    vertical-align: top;
}

.page-content .download-sectiontable,
.page-content .download-section th,
.page-content .download-section td {
    border: 1px solid #e4e4e4;
}

.page-content .download-section thead {
    background: #085293;
    color: #fff;
}

.page-content .download-section .category {
    color: #6c757d !important;
    margin-top: 5px;
}

.page-content .download-section td:first-child {
    text-align: center;
}

#accordion .card-header {
    padding: 7px;
}

#accordion .card-header .btn {
    color: #000;
    text-decoration: none;
}

ol {
    font-size: 14px;
}

.newslist-item img {
    margin-top: 0;
}

.newslist-item h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

.post-meta {
    margin-bottom: 5px;
    font-size: 12px;
}

.newslist-item {
    background-color: #f6f9fb;
    margin-bottom: 15px;
}

.newslist-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    object-fit: cover;
}

.newslist-content {
    padding: 15px;
}

.newslist-content p {
    margin-bottom: 0;
}

.eventlist .post-meta .date,
.eventlist .post-meta .category {
    display: inline-block;
    background: #085293;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

.eventlist .post-meta .category {
    background: #f7a430;
}

.eventlist .post-meta {
    margin-bottom: 10px;
}

.sharethis-inline-share-buttons {
    text-align: left !important;
}

.sharethis-inline-share-buttons .st-btn {
    min-width: 70px !important;
    padding: 0 !important;
    height: 20px !important;
    line-height: 20px !important;
}

.sharethis-inline-share-buttons .st-label {
    min-width: 20px !important;
    padding: 0 !important;
}

.sharethis-inline-share-buttons svg {
    top: 2px !important;
}

.login-wrap .hero-img {
    height: calc(100vh - 141px);
}

.login-wrap .hero-img img {
    height: 100%;
    width: 100%;
}