body {
    background-color: white;
}

.btn-submenu img {
    width: 100%;
    transition: 0.3s;
}

.btn-submenu:active img {
    filter: brightness(50%);
}

.btn-submenu:hover img {
    margin-top: -10px;
    filter: brightness(120%);
}

h3.title {
    color: white;
    margin-bottom: 18px;
    background-color: #007fc8;
    border-bottom: solid 3px #d50613;
    padding: 8px 14px;
    font-size: 1.25rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.title-area {
    color: white;
    margin-bottom: 18px;
    background-color: #007fc8;
    border-bottom: solid 3px #d50613;
    padding: 8px 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.title-area a {
    color: white;
}

.title-area h3.title {
    color: white;
    margin-bottom: 0px;
    background-color: none;
    border-bottom: none;
    padding: 0px;
    font-size: 1.25rem;
    border-radius: 0px;
}

.logo {
    max-width: 100%;
    width: 300px;
    display: inline-block;
}

.welcome {
    display: inline-block;
    border-left: solid thin black;
    padding: 0 16px;
    margin-top: 20px;
    width: 100%;
}

.market-info-item {
    background-color: #004899;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 8px;
}

.market-info-item img {
    width: 100%;
}

.market-info-item h5 {
    margin: 0 -8px;
    padding: 8px 14px;
    background-color: #0080c8;
    color: white;
    text-align: center;
}

.news-item, .milestone-item, .video-item {
    position: relative;
    display: block;
    transition: 0.3s;
    margin-bottom: 12px;
}

.news-item:hover, .milestone-item:hover, .video-item:hover {
    text-decoration: none;
    margin-top: -12px;
}

.news-item:hover img, .milestone-item:hover img {
    filter: brightness(120%);
}

.video-item:hover img {
    filter: brightness(50%);
}

.news-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.video-item img {
    width: 100%;
    height: 256px;
    object-fit: cover;
}

.news-item .title, .video-item .title {
    background-color: #004899;
    color: white;
    width: 100%;
    padding: 8px 16px;
    border-bottom: solid thick #d50613;
}

.video-item .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 57px;
    color: #d50613;
    opacity: 0.5;
}

.video-item:hover .play {
    color: #d50613;
    opacity: 1;
}

.milestone-item img {
    width: 100%;
    object-fit: cover;
    background-color: #004899;
    padding-bottom: 14px;
    border-bottom: solid thick #d50613;
    margin-bottom: 8px;
    height: 160px;
}

.social-media-embed {
    width: 100%;
    height: 212px;
}

#product-area {
    background-color: #f5f5f5;
    box-shadow: 0px 0px 14px #969696;
    padding: 16px 0;
}

#product-area img {
    max-height: 82px;
    max-width: 100%;
}

#foot-area {
    background-color: #004899;
    color: white;
    border-top: solid thick #d50613;
    padding: 32px 0;
}

#foot-area a {
    color: white;
}

#foot-area a:hover {
    text-decoration: underline;
}

#cooperation-area {
    padding: 16px 0;
}

#cooperation-area img {
    max-height: 56px;
    max-width: 100%;
}

#copryright-area {
    background-color: #004899;
    color: white;
    padding: 16px 0;
}

#head-area {
    position: relative;
    z-index: 2;
}

.gedung {
    background-image: url("../img/background.jpg");
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.gedung-gradient {
    background-image: url("../img/background-white-gradient.png");
    background-position-y: bottom;
    background-repeat: repeat-x;
}

#carousel-area {
    position: relative;
    margin: 0px;
}

.carousel-item img {
    width: 100%;
}

#carousel-area .container {
    border-bottom: solid 8px #d50613;
}

.carousel {
    border-bottom: solid 16px #004899;
    width: 100%;
}

.carousel-news {
    border-bottom: none;
}

.carousel-news .carousel-indicators {
    position: relative;
}

.carousel-news .carousel-indicators li {
    background-color: #d50613;
}

.header-gradient {
    background: linear-gradient(
        180deg, 
        rgba(255,255,255,8) 0%, 
        rgba(255,255,255,0.5) 50%, 
        rgba(255,255,255,0) 100%
    );
    height: 240px;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}

#submenu-area .container {
    background-color: white;
    overflow: hidden;
    padding-bottom: 16px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#submenu-area .container .container-shadow {
    box-shadow: 0px 0px 14px #969696; 
}

#back-to-top {
    background-color: #0080c8;
    color: white;
    position: fixed;
    bottom: 32px;
    right: 16px;
    padding: 8px 16px;
    cursor: pointer;
    z-index: 3;
}

.btn-rounded {
    cursor: pointer;
    border-radius: 100px;
    font-size: 38px;
    width: 60px;
    height: 60px;
    position: fixed;
    text-align: center;
    display: block;
    z-index: 3;
}

#support {
    background-color: #0080c8;
    color: white;
    bottom: 32px;
    left: 16px;
}

#whatsapp {
    background-color: #3ebe2a;
    color: white;
    bottom: 100px;
    left: 16px;
}

#chat {
    background-color: #d50613;
    color: white;
    bottom: 32px;
    left: 86px;
}

#whatsapp, #chat {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

#whatsapp.active, #chat.active {
    display: block;
    opacity: 1;
}

#nav-area {
    z-index: 1030;
}

#nav-area .nav-item:hover {
    background-color: #d50613;
}

#nav-area .nav-item {
    border-radius: 0px;
}

#nav-area .nav-item.active {
    background-color: #004899;
}

#nav-area .nav-item a {
    color: white !important;
}

#nav-area .nav-item .dropdown-menu {
    background-color: #d50613;
    border-radius: 0;
}

#nav-area .nav-item .dropdown-menu .dropdown-item {
    color: white;
}

#nav-area .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #004899;
}

#nav-area .navbar {
    background-color: #0080c8;
    border-bottom: solid thick #d50613;
    padding: 0.5rem 0rem;
}

#nav-area .nav-head {
    padding: 0rem 1rem;
    width: 100%;
}

#nav-area .nav-head {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#nav-area .dropdown-item.active, #nav-area .dropdown-item:active {
    background-color: #004899;
}

.nav-item .nav-link.active {
    color: #d50613;
}

.nav-item a {
    color: #004899;
}

.guideline-youtube-iframe {
    width: 100%;
    height: 315px;
}

.disclaimer li {
    margin-bottom: 14px;
    padding-left: 8px;
}

.btn-primary {
    background-color: #0080c8;
}

.btn-primary:hover {
    background-color: #004899;
    border-color: #004899;
}

a {
    color: #d50613;
}

a:hover {
    color: #d50613;
    text-decoration: underline;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    object-fit: cover;
}

.sticky-top.sidebar { 
    top: 69px; 
}

.flex-square{
    width: 100%;
    position: relative;
}

.flex-square:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.news-thumbnail.flex-square:before {
    content: "";
    display: block;
    padding-top: 66.6%;
}

.flex-square img {
    position: absolute; 
    top: 0; 
    left: 0; 
    object-fit: cover; 
    height: 100%; 
    width: 100%;
}

.col-lg-5ths {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.carousel-control-news, .carousel-control-news:hover {
    text-decoration: none;
}

.carousel-control-circle {
    background-color: rgba(0,0,0,0.7);
    border-radius: 100%;
    width: 48px;
    height: 48px;
    padding-top: 12px;
    text-align: center;
}

.custom-nav a {
    padding: 10px 24px;
    border: solid thin #004899;
    border-radius: 3px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    color: #004899;
    text-decoration: none;
    margin: 0 8px;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.custom-nav a:hover, .custom-nav a.active:hover {
    background-color: #002e63;
    color: white;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0px #888;
    top: -2px;
}

.custom-nav a.active {
    background-color: #004899;
    color: white;
    box-shadow: 0px 0px 4px 0px #888;
}

.owl-carousel .card {
    box-shadow: 0px 0px 4px 0px #888;
}

.owl-carousel .owl-col {
    padding: 14px;
}

.owl-carousel .owl-nav {
    text-align: center;
    position: absolute;
    top: -36px;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    font-size: 1.5em;
    margin: 0 8px;
}

.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.7;
}

.board-item, .milestone-item {
    margin-bottom: 12px;
    padding: 4px; 
    background-color: white; 
    position: relative;
}

.board-item {
    cursor: pointer;
}

.truncate-desc, .bod-truncate-desc {
    position: relative;
    z-index: 2;
    height: 48px;
    overflow: hidden;
    background-color: white;
    padding-bottom: 12px;
    transition: 1s;
    width: 100%;
}

.truncate-desc:after, .bod-truncate-desc:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 100%);
    width: 100%;
    height: 4em;
    transition: 0.3s;
    opacity: 1;
}

.truncate-desc:hover {
    height: auto;
    margin-bottom: 0px;
    cursor: pointer;
}

.truncate-desc:hover::after {
    opacity: 0;
}

.truncate-desc.show {
    height: auto !important;
    margin-bottom: 0px;
    cursor: pointer;
}

.truncate-desc.show:after {
    opacity: 0;
}

.img-border {
    background: url('../img/border.png');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background-size: 100%;
}

.bod-preview {
    max-width: 100%;
}

/* Responsive */

@media (min-width: 576px) {

    #nav-area .navbar .container {
        max-width: 100%;
    }

}

@media (min-width: 768px) {

    #nav-area .nav-head {
        padding: 0rem 0rem;
    }

    #nav-area .navbar .container {
        max-width: 720px;
    }

}

@media (min-width: 992px) {

    #nav-area .navbar .container {
        max-width: 960px;
    }

    #nav-area .navbar {
        padding: 0.5rem 1rem;
    }

    #nav-area .nav-head {
        display: none;
    }

    #nav-area .nav-item {
        border-radius: 100px 0px 100px 0px;
    }

    .guideline-youtube-iframe {
        height: 480px;
    }

    .bod-preview {
        max-width: 50%;
    }

}

@media (min-width: 1200px) {

    #nav-area .navbar .container {
        max-width: 1140px;
    }

    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
}