@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(Montserrat.woff2) format('woff2');
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #212529;
    text-decoration: none !important;
}

.page-section {
    padding: 50px 0;
    position: relative;
}

/**
    header
*/
nav.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

#nav.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.navbar-nav.navbar-center {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-bg {
    transition: background-color 0.5s ease;
    background-color: #00A1A6;
}

.navbar-transparent {
    transition: background-color 0.5s ease;
    background-color: rgb(0 0 0 / 0%);
}

.navbar input {
    border: 1px solid #f8f9fa;
}

.nav-link {
    font-weight: bold;
}

.masthead {
    position: relative;
}

/**
    search_form
*/
#navbarNav {
    position: relative;
}

#search_form {
    position: absolute;
    z-index: 10;
    right: 0px;
}

.bg-theme .nav-link.active {
    background-color: #00A1A6 !important;
}

.text-theme {
    color: #00A1A6 !important;
}

.border-theme {
    border: 3px solid #00A1A6;
}

.heading-title {
    position: relative;
}

.heading-title span {
    color: #00A1A6;
    background-color: white;
    padding-right: 10px;
}

.heading-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 3px solid #00A1A6;
    z-index: -1;
}

/**
    owl
*/
.owl-carousel a {
    text-decoration: none;
    color: #FFF;
}

.box {
    background-color: #00A1A6;
    border-right: 1px solid #36a072;
    text-align: center;
    text-align: center;
    vertical-align: middle;
}

.box:hover {
    background-color: #02686b;
}

.box table {
    height: 100%;
    width: 100%;
}

/**
    kajian
*/
#kajian,
#kajian .list-group-flush .list-group-item {
    background-color: aliceblue;
}

li.list-group-item.kajian:nth-child(odd) .tanggal-kajian {
    background-color: #00a1a673;
}

li.list-group-item.kajian:nth-child(even) .tanggal-kajian {
    background-color: #f5d05762;
}

#datakajian thead {
    display: none;
}

/* #daftar-kajian {
    padding: 25px;
    background-color: aliceblue;
    border-radius: 10px 10px 0 0;
    margin-top: -50px;
    z-index: 2;
    position: relative;
} */

/**
    product
*/
#product {
    background-color: #00A1A6;
    /*margin-top: -100px;*/
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.product {
    position: relative;
    overflow: hidden;
}

.product-desc {
    bottom: 10px;
    transform: translateY(0);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.4, 0.4, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.4, 0.4, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.4, 0.4, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.4, 0.4, 1);
}

.product-desc h3 {
    color: #FFF;
}

.img-cover {
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.img-cover:before {
    background-color: rgb(0 0 0 / 25%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
}

.product:hover>.product-desc {
    transform: translateY(-25%);
}

.product:hover>.img-cover {
    transform: scale(1.1);
    filter: blur(1px);
}

/**
    product
*/
.banner-bg {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.banner-bg:before {
    background-color: rgb(0 0 0 / 25%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#contact {
    height: 450px;
    padding: 0;
}

.contact {
    padding: 10px;
    position: relative;
    z-index: 1;
}

.contact-desc {
    background-color: #ffffffad;
    padding: 10px;
}

.footer {
    background-color: #00A1A6;
    padding: 20px;
}

.footer-link {
    margin: 0;
    padding: 0;
}

.footer-link li {
    list-style: none;
    color: #FFFFFF;
}

.copyright {
    font-size: 14px;
}

.btn-elipse,
.input-elipse,
.input-group-sm>.form-control {
    border-radius: 1.2rem;

}

.input-group-sm>.input-group-append>.btn {
    border-radius: 1.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 480px) {
    /* .rslides {
        height: 400px;
    }

    .rslides img {
        width: auto;
    } */
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 992px) {

    .dropdown-menu,
    .submenu {
        background-color: #ffffffbf;
        border: none;
        border-radius: 0;
    }

    .dropdown-menu>.nav-link {
        display: block;
        width: 100%;
        padding-top: 0.25rem;
        padding-right: 1.5rem !important;
        padding-bottom: 0.25rem;
        padding-left: 1.5rem !important;
        clear: both;
        font-weight: 400;
        color: #212529 !important;
        text-align: inherit;
        white-space: nowrap;
        border: 0;
    }

    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -0;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-item:hover,
    .dropdown-menu>.nav-link:hover {
        background-color: #00A1A6;
    }

    .nav-link:hover+.submenu,
    .submenu:hover {
        display: block !important;
    }
}