html, body{
    height: 100%;
    margin: 0;
}

h5, p, a, span{
    font-family: Arial, Helvetica, sans-serif !important;
}

.header .brand-title{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.header .brand-title:hover{
    color: rgb(255, 255, 255);
}

.header{
    position: absolute;
    width: 100%;
    top: 5%;
    z-index: 9;
}

.header nav{
    background-color: transparent !important;
}

.header nav .nav-link.active{
    background-color: white;
    border-radius: 100px;
    padding-top:4px;
    margin-top: 13px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: black !important;
    text-decoration: none;
    font-weight: bold;
}

.header nav .nav-link{
    color: white !important;
    font-size: 18px;
    text-decoration: underline;
    margin: 10px;
}

.header nav .nav-link.btn {
    border-radius: 8px;
    width: 120px;
    text-decoration: unset;
    background: #c0392b;
}

/* SLIDER */
.slider{
    position: relative;
    width: 100%;
    height: 750px;
    background-color: aliceblue;
}

.background-image{
    background-image: url('/assets/images/newHome/merah-idm.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    width: inherit;

    display: grid;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.background-image .content{
    margin-top: 8%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 40px;
    max-width: 65%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.543);
}

.background-image .content h5{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}


.background-image .content p{
    font-size: 18px;
    margin-bottom: 45px;
}

.background-image .content .link-rekomendasi{
    font-size: 20px;
    background-color: #F6A22C;
    color: white;
    border-radius: 100px;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.background-image .link-more{
    position: absolute;
    right: 10%;
    bottom: 5%;
    color: black;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 18px;
    text-decoration: none;
    background-color: #F6A22C;
    font-size: 14px;
    font-weight: bold;
}

.background-image i{
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    margin-left: 15px;
    margin-right: -10px;
}


/* SECTION */

section{
    margin-top: 5%;
    margin-bottom: 5%;
}

section h5{
    font-size: 25px;
    font-weight: bold;
}

section #sortDropdown{
    color: black;
    text-decoration: none;
}

section .dropdown-item{
    cursor: pointer;
    color: black;
    text-decoration: none;
}

section .maps{
    margin-top: 5%;
}

section .maps img{
    width: 100%;
    height: 100%;
}

section .link-more{
    color: black;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 18px;
    text-decoration: none;
    background-color: #F6A22C;
    font-size: 14px;
    font-weight: bold;
}

section .link-more i{
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    margin-left: 15px;
    margin-right: -10px;
}

section .news{
    margin-top: 5%;
    border-radius: 30px;
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.articel{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #c0392b;
    /* background: linear-gradient(0deg, rgba(0,110,92,1) 0%, rgba(0,188,99,1) 100%); */
}

section .news-text{
    position: relative;
    margin-left: 10%;
    background-color: white;
    border-radius: 30px;
    width: 80%;
    height: 300px;
    margin-top: -60px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 25px;
    padding-bottom: 15px;
}

section .news-text h5{
    font-size: 17px;
    font-weight: 700;
}

section .news-text p{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}

section .news-text span{
    font-size: 12px;
    font-weight: 500;
}

section .view-articel{
    position:absolute;
    bottom: 10%;
    right: 10%;
    font-size: 14px !important;
}

section .view-articel i{
    font-size: 18px;
    margin-right: 3px;
    margin-bottom: -10px;
}

section .pengumuman{
    margin-top: 5%;
    background-color: white;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    height: 200px;
}

section .pengumuman h5{
    font-size: 17px;
}

section .pengumuman hr{
    background-color: black !important;
    color: black !important;
    opacity: 1;
}

section .pengumuman i{
    color: rgb(0, 217, 255);
    font-size: 25px;
}

section .pengumuman span{
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

section .link-more-pengumuman{
    position: absolute;
    right: 0;
    bottom: 5%;
    color: black;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 18px;
    text-decoration: none;
    background-color: #F6A22C;
    font-size: 14px;
    font-weight: bold;
}

section .link-more-pengumuman i{
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
    margin-left: 15px;
    margin-right: -10px;
}

section .full-send-email{
    width: 100%;
    background: #c0392b;
    /* background: linear-gradient(0deg, rgba(0,110,92,1) 0%, rgba(0,188,99,1) 100%); */
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 200px;
    display: grid;
    align-items: center;
}

.input-group-text{
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 60px;
    background-color: white !important;
    border: none !important;
}
.input-text-button{
    padding-right: 25px !important;
}

.input-text-button i{
    background-color: black;
    color: white;
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px !important;
}

.input-group-text i{
    font-size: 30px;
}

.form-control{
    font-size: 18px;
    height: 55px;
    border: none !important;
}


.form-control:active, .form-control:focus{
    box-shadow: none !important;
}

footer img.icon-footer{
    width: 85px;
}

footer .icon-logo{
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    max-width: 70%;
    margin-left: 20px;
}

footer p{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 400;
    margin-left: 15px;
}

.list-group-item a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: black !important;
}

.title-footer{
    color: #009396 !important;
}

.fulset-images img{
    width: 150px;
}

footer{
    padding-bottom: 35px;
}



/* SLIDER */
.btn-slider{
    position: absolute;
    top:40%;
    color: white;
    font-weight: bold;
    background-color: black;
    opacity: 0.5;
    border-radius: 50%;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-slider i{
    font-size: 45px;
}

.btn-slider.right i{
    margin-right: -6px;
    padding-left: 8px;
}

.btn-slider.left{
    left:8% !important;
}

.btn-slider.right{
    right:8% !important;
}