main {
    margin: 0 30px;
    padding: 0;
    overflow: auto;
}

.left {
    float: left;
    width: 65%;
}

aside {
    float: right;
    width: 33%;
}

#navbarUtama {
    font-weight: bold;
}

#navbarUtama .nav-link:hover {
    background-color: #198754;
    color: azure;
}

.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-color: black;
    border-radius: 8px;
}

#imgCarousel {
    margin-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel-inner > .carousel-item > img {
    height: 480px;
}

.title-border {
    border-left: 5px solid #29b6f6;
}

.title-bg-line {
    position: relative;
}

.title-bg-line::after{
    content: "";
    background-color:#29b6f6;
    top: 50%;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    transform:translateY(-50%);
}

.title-border > span {
    background-color: white;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}

.isi img{
    width: 80%;
    height: 400px;
    padding: 0 10px;
}

.sidecontent {
    margin-bottom: 20px;
}

.btn-survey {
    margin-top: 20px;
}

footer {
    background: url(/assets/img/footer_bg.png);
    color: white;
    background-size: cover;
}

.title-footer {
    font-size: medium;
}

.title-footer::after {
    content: "";
    background-color:#198754;
    width: 26%;
    height: 2px;
    display: block;
    position: absolute;
}

.row {
    margin-bottom: 20px;
}

address{
    color: rgb(177, 177, 177);
    padding: 10px;
    margin: 0;
    text-align: justify;
    font-size: small;
}

address a {
    text-decoration: none;
    color: rgb(177, 177, 177);
}

address a:hover {
    color: white;
}

.copyright {
    background-color: #198754;
    padding: 15px;
    text-align: center;
}

.pres_release{
    border: solid #888;
    border-width: 1px;
    border-radius: 5px;
}

.pres_release .txtbox{
    display: flex;
    align-items: center;
}

.pres_release img{
    height: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pres_release a{
    color: black;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}
    /* news carousel */

    .berita{
        height: 475px;

    }

    .post-slide10{padding-bottom:10px;margin:0 15px;position:relative;background:#fff!important;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}
    .post-slide10 img{width:100%;height:auto}
    .post-slide10 .post-date{position:absolute;top:2%;left:8%;padding:3% 5%;background:#e74c3c}
    .post-slide10 .month{font-size:14px;color:#fff;font-weight:700;text-transform:uppercase}
    .post-slide10 .month:after{content:"";display:block; background-color: white;border:1px solid #fff}
    .post-slide10 .date{font-size:14px;color:#fff;display:block;text-align:center;font-weight:700}
    .post-slide10 .post-title{margin:25px 0 15px 0; text-align: justify;}
    .post-slide10 .post-title a{text-decoration: none; font-size:15px;font-weight:700;color:#333;padding:0 15px;display:inline-block;text-transform:uppercase;transition:all .3s ease 0s}
    .post-slide10 .post-title a:hover{text-decoration:none;color:#e74c3c}
    .post-slide10 .post-description{font-size:14px;line-height:24px;color:grey;padding:0 15px; text-align: justify;}
    .post-slide10 .read-more{ position: absolute; bottom: 10px; color:#333;padding:0 15px;text-transform:capitalize;transition:color .2s linear}
    .post-slide10 .read-more i{margin-left:10px;font-size:10px}
    .post-slide10 .read-more:hover{text-decoration:none;color:#e74c3c}
    .owl-controls .owl-buttons{margin-top:-30px;position:relative}
    .owl-controls .owl-prev{left:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}
    .owl-controls .owl-next{right:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}
    .owl-controls .owl-next:after,.owl-controls .owl-prev:after{content:"\f104";font-family:FontAwesome;color:#d3d3d3;font-size:16px}
    .owl-controls .owl-next:after{content:"\f105"}
    .owl-controls .owl-next:hover,.owl-controls .owl-prev:hover{background:#e74c3c}
    @media only screen and (max-width:990px){.post-slide10{margin:0 20px}
    .owl-controls .owl-buttons .owl-prev{left:-20px;padding:5px 14px}
    .owl-controls .owl-buttons .owl-next{right:-20px;padding:5px 14px}
    }
    @media only screen and (max-width:767px){.owl-controls .owl-buttons .owl-prev{left:0;bottom:260px}
    .owl-controls .owl-buttons .owl-next{right:0;bottom:260px}
    }


    /* properties change when using mobile screen */

@media only screen and (max-width: 900px) {
    .carousel-inner > .carousel-item > img {
        height: 250px;
    }

    .left, aside {
        width: 100%;
        padding: 0;
    }

    aside{
        margin: 0;
    }

    .title-footer::after {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .carousel-inner > .carousel-item > img {
        height: 150px;
    }
}