@import url("https://fonts.googleapis.com/css?family=Roboto:300, 400, 500, 700, 900");
    body {
    color: #a2b3b6;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
h1 {
    color: #fdfdfd;
    font-family: "Poppins", sans-serif;
    font-size: 45px !important;
    font-weight: 700;
}
h2 {
    color: #222;
    font-family: "Ubuntu", sans-serif;
    font-size: 36px !important;
    font-weight: 700;
}
h3 {
    color: #222;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
}

h5 {
    color: #000;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 400;
    text-align:center;
    padding-top: 10px;
}
h6 {
    color: #fdfdfd;
    font-size: 28px !important;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin:0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a:hover, a:focus {
    text-decoration: none;
}
input:focus, textarea:focus {
    outline: none;
}
.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #244cfd;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% {
    -webkit-transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    opacity: 0;
}
}@keyframes sk-scaleout {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}
.preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu>li {
    float: left;
}
.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%}
.nav-menu ul li {
    min-width: 180px;
    text-align: left;
}
.menu-has-children ul li a {
    padding: 4px 10px !important;
    text-transform: uppercase !important;
}

#nav-menu-container {
    margin: 0;
}
@media (max-width: 960px) {
    #nav-menu-container {
    display: none;
}
}
#nav-text {
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
    color: #fff;
    transition: all 0.5s;
}

#nav-text.scrolled {
    color: #000;
    transition: all 0.5s;
}
.nav-menu>li {
    margin-left: 15px;
}
.nav-menu ul {
    margin: 14px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none;
}
#nav-text:hover {
    color: #b87337;
}
.nav-menu ul ul {
    margin: 0;
}
#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    z-index: 999;
    top: 16px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #244cfd;
    font-weight: 900;
}
@media (max-width: 960px) {
    #mobile-nav-toggle {
    display: inline;
}
#nav-menu-container {
    display: none;
}
}#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
}
#mobile-nav ul li a:hover {
    color: #fff;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #244cfd;
}
#mobile-nav ul .menu-has-children li a {
    text-transform: capitalize;
}
#mobile-nav ul .menu-item-active {
    color: #244cfd;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
.header-top {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.header-top h6 {
    margin-top: 6px;
}
.header-top h6 i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-top {
    display: none;
}
}@media (min-width: 576px) and (max-width: 767.98px) {
    .header-top {
    display: none;
}
}@media (max-width: 575.98px) {
    .header-top {
    display: none;
}
}.header-top .social-links ul {
    float: right;
    margin-top: 5px;
}
.header-top .social-links ul li {
    display: inline;
    margin-left: 15px;
}
.header-top .social-links ul li a {
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-top .social-links ul li a:hover {
    color: #244cfd;
}
#header {
    background-color: rgba(19, 20, 20, 0.8);
    padding: 14px 0;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #header {
    top: 0;
}
}@media (min-width: 576px) and (max-width: 767.98px) {
    #header {
    top: 0;
}
}@media (max-width: 575.98px) {
    #header {
    top: 0;
    } 
    .banner-area .container .content .cta {
        padding: 1rem 5%;
        font-size: 1rem;
    }
}#header.header-scrolled {
    background: rgba(170, 170, 189, 0.6);
    transition: all 0.5s;
    top: 0;
    color: #000000;
}
@media (max-width: 673px) {
    #logo {
    margin-left: 20px;
}
}#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #244cfd;
}
#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
@media (max-width: 768px) {
    #header #logo h1 {
    font-size: 28px;
}

#header #logo img {
    max-height: 40px;
}

}

#header-text {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 0px;
}

.banner-area {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #b0b0b0;
    background-image: url("../img/rsudslg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-area .container {
    background-color: rgba(1, 1, 5, 0.5);
    max-width: 100%;
}

.banner-area .container .content {
    padding: 1.4rem 5%;
    max-width: 40rem;
}

.banner-area .container .content h4 {
    font-size: 2em;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(1, 1, 3, 0.9);
}

.banner-area .container .content p {
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(1, 1, 3, 0.9);
}

.banner-area .container .content .cta {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    display: inline;
    padding: 0.8rem 2.5rem;
    font-size: 1.2vw;
    font-weight: 600;
    color: #000;
    background-color: rgba(254, 254, 254, 0.5);
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px rgba(1,1,3, 0.5);
    transition: 0.5s ease;
}

.banner-area .container .content .cta:hover {
    color: #000;
    background-color: #f08c46;
    transition: 0.5s ease;
}

.cp {
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(1, 1, 3, 0.9);
}
.cp-content {
    gap:20px;
}

.cp img {
    max-height: 20px;
}

/* OVERVIEW ---------------------------------------------------------------------------------------------------*/

.overview-area {
    min-height: 100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/rsudslg2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}

.grafik_1 {
    text-align: center;
    margin-top: 60px;
}

.grafik {
    gap:20px
}
.grafik-laporan {
    padding: 10px;
    background-color: rgba(245, 247, 245, 0.9);
    width: 40rem;
    border-radius: 10px;
    margin-top: 20px;
}

/* PEKERJAAN ------------------------------------------------------------------------------------------------- */ 

.job-area {
    min-height: 100vh;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/rsudslg3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}

.grafik_2 {
    text-align: center;
    margin-top: 70px;
}

.grafik_pekerjaan {
    gap:10rem
}

.grafik-job {
    padding: 10px;
    background-color: rgba(245, 247, 245, 0.9);
    width: 30rem;
    border-radius: 10px;
    margin-top: 10px;
}

.category-btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bfb8b8;
    border-radius: 10px;
    position: relative;
}

.category-btn button {
    width: 24.3333%;
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.category-btn .active {
    background: white;
    height: calc(100% - 10px);
    width: calc(24.3333% - 10px);
    position: absolute;
    top: 5px;
    left: 0;
    transform: translateX(5px);
    border-radius: inherit;
    box-shadow: 0 2px 2px #ccc;
    transition: all 200ms;
}

.grap-ins {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #bfb8b8;
    border-radius: 10px;
    position: relative;
}

.grap-ins button {
    width: 33.3333%;
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.grap-ins .active {
    background: white;
    height: calc(100% - 10px);
    width: calc(33.3333% - 10px);
    position: absolute;
    top: 5px;
    left: 0;
    transform: translateX(5px);
    border-radius: inherit;
    box-shadow: 0 2px 2px #ccc;
    transition: all 200ms;
}

@media (min-width: 1920px) {
    .banner-area .container .content .cta {
        padding: 1rem 5%;
        font-size: 0.8rem;
    }
    .grafik-laporan {
        width: 50rem;
        margin-left: 20px;
    }
    
    .grafik-job {
        width: 50rem;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .banner-area {
    padding: 280px 0;
}
    .grafik-laporan {
        width: 45rem;
        margin-left: 20px;
    }
    .grafik {
        justify-content:center;
        gap:20px
    }
}@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-area {
    padding: 250px 0;
}
}@media (max-width: 575.98px) {
    .banner-area {
    padding: 200px 0;
}
}
@media (max-width: 450px) {
    .comments-area {
    padding: 50px 8px;
    }
    .banner-area .container .content .cta {
        padding: 1rem 5%;
        font-size: 0.8rem;
    }
    .grafik-laporan {
        width: 25rem;
        margin-left: 10px;
    }
    .grafik {
        justify-content:center;
        gap:20px
    }
}