@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf");
    font-weight: bolder;
    font-style: normal;
    color: #000000;
}

/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext'); */

/* #Primary
================================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 22px;
    color: #212112;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 1px;
    background-color: #c5c5c5;
}

body::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}


/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 11px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: 210px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #004a88 !important;
    cursor: pointer;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #004a88;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.dark {
    background-color: #f2f6fa;
}

.bg-white {
    background-color: #fff !important;
}

th,
td {
    background-color: #ffffff00 !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #e9ecef !important;
}

thead tr {
    background-color: #e5f2fe !important;
}

thead tr th {
    color: #144e83 !important;
}

.nav_link_active {
    color: #004a88 !important;
    cursor: pointer;
}

.nav_item_active:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #004a88;
    opacity: 0;
    transition: all 200ms linear;
}

.nav_item_active:after {
    bottom: 0;
    opacity: 1;
}

.nav_item_active {
    position: relative;
    transition: all 200ms linear;
}

/* #Components
================================================== */
.weight_bold {
    font-weight: bold;
}

.color_sub_text {
    color: #3e3e3e;
}

.title {
    color: #144e83;
}

.bold {
    font-weight: bold !important;
}

.svg {
    width: 120px;
    height: 120px;
}

.custom-svg-background {
    border-radius: 50%;
    background-color: #005caa;
}

.bg-destinasi {
    width: 135px;
    color: #005caa;
    border-color: #005caa !important;
    border-radius: 0.75rem;
}

.custom-ol {
    padding-left: 1rem !important;
}

/* #Main
================================================== */

#div_background_first {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../images/rock_ocean.jpg");
    /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        url("../images/tropical_view.jpg"); */
    height: 70vh;
    margin-top: 10px;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
}

.background_text {
    color: white;
}

.background_section {
    background-image: linear-gradient(to right, #004a88, #1963a8);
    /* #005caa #144e83 */
    padding-top: 15px;
    padding-bottom: 15px;
    color: white
}


/* #Lokasi Layanan
================================================== */
.lokasitile {
    border-radius: 20px;
    border: none;
    box-shadow: 6px 6px 3px #e6eded;
    min-height: 240px !important;
    padding: 20px !important;
}

.colorbirubca {
    color: #144e83;
}

.colorsubtitlelayanan {
    color: #00a8b7;
}

.fontsublayanan {
    font-size: 13px;
}

/* #Lokasi Layanan
================================================== */

#div-beli {
    width: 100%;
    position: fixed;
    bottom: 25px;
    padding-bottom: 2%;
}

#belisekarang {
    padding-left: 2%;
    padding-right: 2%;
    background-color: #005caa;
    color: white;
    width: 190px;
    border-radius: 1.5rem;
    padding: 0.65rem 1.5rem;
}

#belisekarang:hover {
    background-color: #144c80;
}

#belisekarang:active {
    background-color: #00335e;
    border-color: #00335e;
}

/* #footer
================================================== */
.footer_section {
    background-color: #005caa;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text_footer {
    text-align: center;
    color: #fff;
}

/* #Media
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    .nav-item {
        padding: 5px;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 24px;
        left: 0;
        width: 11px;
        height: 1.5px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .nav-item:hover:before {
        background-color: #004a88;
    }
}

/* #Link to page
================================================== */

.table>:not(caption)>*>* {
    border-width: 1px !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #b8b8b8 !important;
}

.table_layout {
    table-layout: fixed;
}