/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

*{
    font-family: 'Sora', sans-serif;
}

.border {
     border: 1px solid #ffffff!important;
}

.border.active {
    border: 1px solid black!important;
}

.nav-item{
    font-size: 16px;
}

.navbar {
    transition: all 0.4s;
    background: #204789;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #E9E8B5;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #204789;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #204789;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #fff;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #fff;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #204789;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #fff;
    }
}

body {
    /* min-height: 110vh; */
    background-color: #EEF3FF;
}

.text-title{
    font-weight: bold;
    font-size: 3em;
    max-width: 100%;
    padding: 15;
}

.img-title{
    display: block;
    margin: 0 auto;
}

#header{
    background-image: url("img/bg_wave.png");
    background-repeat: round;
    background-size: cover;
    height: 500px;
}

.main-card{
    background-color: white;
    padding: 25px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0px 12px 24px rgba(9, 0, 30, 0.0760303);
}

.main-card > img{
    display: block;
    margin: 0 auto;
    height: 180px;
}

.main-card > p{
    font-size: 16px;
    color: rgba(51, 51, 51, 0.5);
}

.main-card > a{
    font-size: 16px;
    text-decoration: none;
    color: #2151A3;
    padding: 10px 25px;
}

.section-1{
    background-image: url("img/bg_wave_2.png");
    background-repeat: round;
    background-size: cover;
    /* height: 500px; */
}

.section-1 > .container > .text-white{
    padding-top: 60px;
}

.section-2{
    background-image: url("img/bg_wave_2.png");
    background-repeat: round;
    background-size: cover;
    height: 1020px;
}

.section-2 > .container > .text-white{
    padding-top: 130px;
}

.btn-lainnya{
    border: 1px solid #2151A3;
    border-radius: 25px;
    font-weight: bold;
    color: #2151A3;
    display: block;
    margin: 30px auto;
    width: fit-content;
    padding: 10px 30px;
}

.pt-200{
    padding-top: 200px;
}

.pt-100{
    padding-top: 100px;
}

.pt-150{
    padding-top: 150px;
}

.main-card.visi-misi{
    box-shadow: none;
    min-height: 240px;
}

.main-card.visi-misi > img{
    display: block;
    margin: 0 auto;
    height: 90px;
}

.main-card.visi-misi.kementrian{
    max-height: 535px;
    background: linear-gradient(180deg, #224E97 0%, #2C63BB 100%);
    color: white;
}

.main-card.visi-misi.kementrian > img{
    height: 213.74px;
}

.main-card.visi-misi.kementrian > p{
    color: rgba(255, 255, 255, 0.502972);
    font-size: 14px;
}

.btn-white{
    border: 1px solid #ffffff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    margin: 30px auto;
    width: fit-content;
    padding: 10px 15px;
}

.ngo{
    line-height: 32px;
}

.ngo .btn-white{
    margin: 0;
}


.nog{
    box-shadow: none;
    transition: all 0.4s;
}

.nog > img{
    max-height: 96.64px;
    max-width: 300px;
    width: auto;
    height: auto;
}

.nog > p{
    font-family: 'Montserrat', sans-serif;
    color: #576078;
    font-size: 14px;
    min-height: 80px;
}

.nog > h5{
    font-weight: 600;
}

.nog > a{
    font-weight: bold;
}

.nog:hover{
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    margin-top: -2px;
}

.nog > a:hover{
    background: #2757A5;
    border-radius: 20px;
    color: white;
    padding: 10px 25px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  left: 101.5%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -2rem;
}

.owl-next {
  right: 1rem;
}

/* .owl-carousel .owl-item img{
    width: auto;
    padding: 10px 25px;
} */

.dropdown > .btn{
    color: white;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 14px;
}

.blog{
    font-weight: bold;
    color: #2A5BAE;
    letter-spacing: 3px;
    transition: all 0.4s;
    margin-right: 15px;
}

.blog:hover{
    color: white;
    background-color: #2A5BAE;
    border-radius: 8px;
}

.card{
    border-radius: 24px;
}

.card .bingkai{
    overflow: hidden;
    height: 200px;
}


.card-img-top{
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}

.card-text{
    font-size: 16px;
    text-align: left;
    font-family: 'Sora', sans-serif;
}

.card-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}

.card a{
    text-decoration: none;
    text-align: right;
    display: block;
    color: #2151A3;
    margin-top: 30px;
}

.contact{
    background-image: url("img/block.png");
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 45px;
    color: white;
    position: relative;
    bottom: 70px;
}

.contact2{
    background-image: url("img/box-atas.png");
    border-radius: 24px;
    color: white;
    bottom: 70px;
    margin-top: 150px;
    width: 100%;
    position: relative;
    padding: 75px;
}

.contact h2{
    font-weight: bold;
    letter-spacing: 3px;
    text-align: left;
}

.form-control{
    background: none;
    color: black;
    border-radius: 10px;
}

.form-control::placeholder{
    color: rgba(238, 243, 255, 0.38);
}

.form-control:focus{
    background: none;
    color: black;
}

.contact .btn-white{
    background-color: white;
    color: #2856A4 !important;
    float: right;
}

.contact img{
    display: block;
    margin: 0 auto;
}

.footer-bg{
    background-image: url("img/Rectangle.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.mt-200{
    margin-top: 200px;
}

.footer{
    color: white;
}

.footer p{
    line-height: 29px;
}

.footer a{
    text-decoration: none;
    display: block;
    color: white;
}

.footer img{
    margin-top: -16px;
}

.footer .title{
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFC361
}

.footer .col-md-3{
    line-height: 32px;
}

hr.singo {
    display: block;
    height: 1px;
    width: 72px;
    border: 0;
    border-top: 0.75px solid #D1D1D1;
    margin: 15px 0;
    padding-top: 15px;
}

p > img{
    margin-top: -2px !important;
    margin-right: 19px;
}

.social-widget a{
    background: linear-gradient(#21498A,#3E84FC);
    width: 50px;
    height: 50px;
    color: #000;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
}

.social-widget a:last-child {
    margin: 0;
}

.social-widget a:hover {
    transform: rotate(360deg);
    background: rgb(37, 75, 141);
}

.social > p{
    line-height: normal;
}

hr.footer {
    display: block;
    height: 1px;
    width: 100%;
    opacity: 0.16;
    border: 0;
    border-top: 0.75px solid white;
    margin: 15px 0;
    padding-top: 15px;
}

.copyright{
    color: rgba(255, 255, 255, 0.502972);
    font-size: 16px;
}

.copyright span{
    color: white;
}

.tnc > a{
    display: inline;
    float: right;
    margin-left: 60px;
}

/* LOGIN */
#login-back{
    background-image: url("img/wave.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#login-left{
    background-image:white;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#back-blue{
    background-image: url("img/wave.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#seacrh-box{
    margin-right: -10px;
}

.banner{
    background-image: url("img/banner.png") !important;
    color: white;
    position: relative;
    /* padding: 180px; */
    width: 100%;
    /* height: 100%; */
    background-color: white;
    justify-content: center;
    display: flex;
    padding: 100px;
    background-repeat: round;
    background-size: cover;
}

.resize  {
    height: 100vh;
    width: 100%;
    align-content: center;
}

.resize-banner  {
    height: 100vh;
    width: 100%;
    align-content: center;
}

/* CAROUSEL */
.caption-banner {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2% 5%;
    box-sizing: border-box;
    color: white;
    font-size: 1.1rem;
}

.caption-banner-layout {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    opacity: 50%;
    background-color: black;
    height: auto;
    display: block;
    padding: 3.3em;
}

.header-layout{
    padding: 10px 0;
}

.header-title{
    font-size: 35px;
}

.card-carousel {
    height: 400px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.card-logo{
    width: auto !important;
    max-width: 100% !important;
}

.card-carousel-2{
    height: 400px;
}

.card-carousel-body-2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo-profile-banner {
    max-width: 30em;
    height: auto;
    /* padding: 180px 0; */
}

.logo-layout {
    /* background-color: white; */
    padding: 20px 0;
}

.select-box {
    color: black;
    border-color: black;
}

.select-box:focus{
    color: black !important;
    border-color: black !important;
}

.grid-document {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.tab-active {
    color: white;
    background-color: #2A5BAE;
    border-radius: 8px;
}

.card-another-news {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.title-main{
    text-align: center;
}

.title-publication-item {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    justify-content: start;
}

.author-publication-item {
    text-align: left;
    font-size: 12px;
    justify-content: start;
}

/* Responsive */
/* Default css 1440px */
@media only screen and (max-width: 425px) {
    .caption-banner{
        font-size: 0.5rem;
    }
    .caption-banner-layout{
        padding: 2.2em;
    }
    .resize-banner{
        height: 50vh;
    }
    .header-title{
        font-size: 30px;
    }
    #header{
        background-repeat: no-repeat;
        height: 600px;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .caption-banner-layout{
        padding: 2.8em;
    }
    .caption-banner{
        font-size: 0.8rem;
    }
    .header-title{
        font-size: 30px;
    }
    #header{
        height: 470px;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .caption-banner-layout{
        padding: 3.8em;
    }
    .header-title{
        font-size: 30px;
    }
    #header{
        height: 400px;
    }
}

/*
@media (min-width: 769px) and (max-width: 1024px) {

} */

