body{
    font-family: 'Nunito', sans-serif;
    margin: auto;
    color: #2a363b;
}
ul{
    list-style: none;
}
a{
    text-decoration: none !important;
    color: #000000;
}
.line-devider{
    background-color: #182f61;
    height: 5px;
}
.btn-danger{
    background-color: #182f61 !important;
    color: #f9f7f7 !important;
    border-radius: 10px;
}
.card{
    border-radius: 10px;
    border: 0px
}
/* 
CSS FOR NAVBAR
=======================================================================
 */
ul{
    padding: 0 !important;
    margin-bottom: 0 !important;
}
header{
    position: sticky;
    top: 0px;
    background-color: #182f61;
    width: 100%;
    z-index: 1000;
}
.kontainer{
    max-width: 71rem;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.logo-container{
    flex: 2;
    display: flex;
    align-items: center;
    color: #f9f7f7;
    font-weight: bold;
}

.nav-btn{
    flex: 4;
    display: flex;
}

.navbar-links{
    flex: 4;
}

.navbar-links > ul{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.navbar-link{
    position: relative;
}

.navbar-linka{
    position: relative;
}

.navbar-link > a{
    line-height: 3rem;
    color: #fff;
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.navbar-linka > a{
    line-height: 1;
    padding: 1.6rem 2rem;
}

.navbar-linka:hover > a{
    transform: scale(1);
    background-color: #5d6164;
}

.navbar-linka:hover .arrow{
    background-color: #e0e0e0;
}

.navbar-linka > a > i{
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: .7s;
}
.navbar-linka > a{
    line-height: 3rem;
    color: #000000;
    padding: .5rem 1rem;
    letter-spacing: 1px;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.navbar-link > a > i{
    margin-left: .2rem;
}

.navbar-linka > a > i{
    margin-left: .2rem;
}

.navbar-link:hover > a{
    transform: scale(1.1);
}

.navbar-linka:hover > a{
    transform: scale(1.1);
}

/* .dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    z-index: 1;
} */

/* .dropdown ul{
    position: relative;
} */

/* .dropdown-link > a{
    display: flex;
    background-color: #e0e0e0;
    color: #182f61;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
} */

/*Scroll Dropdown
.dropdown{
  overflow-y: auto;
  max-height: 800px;
}

.dropdown-linka {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
*/

.dropdown-linka > a{
    display: flex;
    background-color: #c0c0c0;
    color: #182f61;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover > a{
    background-color: #182f61;
    color: #f9f7f7;
}

.dropdown-linka:hover > a{
    background-color: #182f61;
    color: #f9f7f7;
}

.dropdown-link:not(:nth-last-child(2)){
    border-bottom: 1px solid #efefef;
}


.dropdown-link i{
    transform: rotate(-90deg);
}

.dropdown-linka i{
    transform: rotate(-90deg);
}

.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #e0e0e0;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow{
    background-color: #e0e0e0;
}

.dropdown-linka:first-child:hover ~ .arrow{
    background-color: #e0e0e0;
}

.dropdown-link{
    position: relative;
}

.dropdown-linka{
    position: relative;
}

.dropdown.second{
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow{
    top: 10px;
    left: -5.5px;
}

.navbar-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.navbar-link:hover > .dropdown,
.dropdown-linka:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container{
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #e0e0e0;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #efefef;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}

#check{
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
}

/* .dropdown .dropdown-link:nth-child(2) .dropdown-linka {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    text-align: right;
    padding-right: 10px;
  } */
  

@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 1058px) and (min-width: 984px)  {
    .navbar-link > a{
        
        font-size: .8rem;
        
    }

    .dropdown-link > a{
        
        font-size: .8rem;
        
    }

    .navbar-linka > a{
        
        font-size: .8rem;
        
    }
}

@media only screen and (max-width: 984px) and (min-width: 920px)  {
    .navbar-link > a{
        
        font-size: .65rem;
        
    }

    .dropdown-link > a{
        
        font-size: .65rem;
        
    }

    .navbar-linka > a{
        
        font-size: .65rem;
        
    }
}

@media (min-width: 920px){
.dropdown-linka {
    display: none;
    position: relative;
    left: 168%;
    }
}

.dropdown-link.active .dropdown-linka {
    display: block;
}

@media (max-width: 920px){
    .hamburger-menu-container{
        display: flex;
    }

    #check{
        display: block;
    }

    .nav-btn{
        position: fixed;
        height: calc(100vh - 3rem);
        top: 4rem;
        left: 0;
        width: 100%;
        background-color: #182f61;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .65s;
    }

    #check:checked ~ .nav-btn{
        transform: translateX(0);
    }

    #check:checked ~ .nav-btn .navbar-link,
    #check:checked ~ .nav-btn .log-sign{
        animation: animation .5s ease forwards var(--i);
    }

    #check:checked ~ .nav-btn .navbar-linka,
    #check:checked ~ .nav-btn .log-sign{
        animation: animation .5s ease forwards var(--i);
    }

    .navbar-links{
        flex: initial;
        width: 100%;
    }

    .navbar-links > ul{
        flex-direction: column;
    }

    .navbar-link{
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .navbar-linka{
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .navbar-link > a{
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .navbar-linka > a{
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .navbar-link:hover > a{
        transform: scale(1);
        background-color: #5d6164;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
}

    .navbar-linka:hover > a{
        transform: scale(1);
        background-color: #5d6164;
    }

    .dropdown, .dropdown.second{
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #dddde4;

        display: none;
    }
    
    .navbar-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown{
        display: block;
    }

    .navbar-link:hover > .dropdown,
    .dropdown-linka:hover > .dropdown{
        display: block;
    }

    .navbar-link:hover > a > i,
    .dropdown-link:hover > a > i{
        transform: rotate(360deg);
    }

    .navbar-link:hover > a > i,
    .dropdown-linka:hover > a > i{
        transform: rotate(360deg);
    }

    .dropdown-link > a{
        background-color: transparent;
        color: #182f61;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown-linka > a{
        background-color: #c0c0c0;
        color: #182f61;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown-linka > a{
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown.second .dropdown.second .dropdown-linka > a{
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)){
        border-bottom: none;
    }

    .dropdown-linka:not(:nth-last-child(2)){
        border-bottom: none;
    }

    .arrow{
        z-index: 1;
        background-color: #e0e0e0;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
        -webkit-transform: scale(1.1) rotate(45deg);
        -moz-transform: scale(1.1) rotate(45deg);
        -ms-transform: scale(1.1) rotate(45deg);
        -o-transform: scale(1.1) rotate(45deg);
}

    .navbar-link:hover .arrow{
        background-color: #e0e0e0;
    }

    .navbar-linka:hover .arrow{
        background-color: #e0e0e0;
    }

    .dropdown .dropdown .arrow{
        display: none;
    }

    /* .dropdown-link:hover > a{
        background-color: #3a91bd;
    } */

    /* .dropdown-link:first-child:hover ~ .arrow{
        background-color: #50a9d6;
    } */

    .navbar-link > a > i{
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .navbar-linka > a > i{
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i{
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign{
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
}
/* 
CSS CAROUSEL 
==========================================================================================================================
 */
.carousel-caption{
    position: absolute;
    top: 50%;
}

/* 
CSS Side Menu
==========================================================================================================================
 */

#side-menu h4{
    color: #f9f7f7;
}
.accordion .card{
    border-radius: 20px;
}
.side-header{
    background-color: #182f61;
    color: #f9f7f7;
}

/* 
CSS Berita
==========================================================================================================================
 */
.card-berita {
    border: 3px;
}
#header-berita-terbaru h3{
    margin: auto;
    background-color: #182f61;
    color: #f9f7f7;
    border-radius: 50px;
}
.card-berita img{
    border-radius: 10px 0px 0px 10px;
}

.card-galeri img{
    border-radius: 10px 0px 0px 10px;
}

.read-more-berita{
    border-radius: 12px;
}
.btn-detail-lowongan{
    border-radius: 12px;
}
.judul-berita{
    font-weight: bold;
    color: #182f61;
}
.card-lowongan-baru {
    border: 0px;
}
#lowongan-terbaru h3{
    background-color: #182f61;
    color: #f9f7f7;
    border-radius: 50px;
}

.btn-danger{
    background-color: #182f61 !important;
    color: #f9f7f7 !important;
}
#info {
    background-color: #e0e0e0;
}
#info h4{
    color: #182f61;
    font-weight: bold;
}
#footer{
    color: #182f61;
    font-weight: bold;
}
#judul_poster h4{
    color: #182f61;

}
.bidang-header h3{
    color: #182f61;
    font-weight: bold;
}
.bidang-body h3{
    color: #182f61;
    font-weight: bold;
}
.layanan-header{
    color: #182f61;
    font-weight: bold;
}
.item-layanan{
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    color: #182f61;
    font-weight: bold;
    background-color: #e0e0e0;
}
.item-layanan:hover{
    background-color: #182f61;
    color: #f9f7f7;
}
@media screen and (max-width: 600px){

    .card-berita img{
        border-radius: 10px 10px 0px 0px;
    }

    .card-galeri img{
        border-radius: 10px 10px 0px 0px;
    }
}

/* @media screen and (min-width: 700px) {
    .list-lowongan-terbaru
    { 
        column-count: 6;
    }
  } */

/* 
CSS Profile
==========================================================================================================================
 */
#header-profile img{
    max-width: 40%;
    max-height: 60%;
}
 #content-profile h3{
    color: #182f61;
    font-weight: bold;
 }


/* 
CSS Detail Lowongan
==========================================================================================================================
 */
#detail-lowongan-header h3{
    color: #182f61;
}
#detail-lowongan-header hr{
    background-color: #182f61;
    height: 5px;
}

/* 
CSS Zoom Image
==========================================================================================================================
 */
#my_image {width: 200px; margin: 20px; cursor: zoom-in;}
#my_image:hover {opacity: 0.7;}
#appear_image_div {width: 100%; height: 100%; position: absolute; z-index: 10; opacity: 0.7; background: #002447;}
#appear_image {display: block; margin: auto; position: relative; z-index: 11; top: 20px;}
#close_image {position: fixed; z-index: 12; top: 20px; right: 20px; cursor: pointer;
font-family: sans-serif; color: #fff; font-size: 15pt;}
      #close_image:hover{opacity: 0.7;}
      
/* 
CSS detail Berita
==========================================================================================================================
 */
 #header-detail-berita h3{
    color: #182f61;
 }
/* 
CSS GALERI
==========================================================================================================================
 */
#header-galeri h3{
    color: #182f61;
    font-weight: bold;
}

/* 
CSS berita
==========================================================================================================================
 */
 
 #header-berita h3{
    color: #182f61;
    font-weight: bold;
}

/* 
CSS Lowongan
==========================================================================================================================
 */
 
 #header-lowongan h3{
    color: #182f61;
    font-weight: bold;
}


/* 
CSS INFORMASI BERKALA
==========================================================================================================================
 */

#header-informasi-publik h3{
    color: #182f61;
    font-weight: bold;
}

#detail-berita-body img{
        
    max-height:580px;
}

 @media screen and (max-width: 600px){

    #header-profile img{
        margin-bottom: 2em;
    }
    #header-berita img{
        margin-bottom: 2em;
    }
    #header-lowongan img{
        margin-bottom: 2em;
    }
    #header-detail-berita img{
        margin-bottom: 2em;
    }

    #header-detail-berita img{
        margin-bottom: 2em;
    }

    .header-text{
        margin: 0 !important;
    }
}



