@media only screen and (max-width: 600px) {

    .vr-footer-right{
        border-right: none !important;
    }

    /* .slide{
        margin-top: 76px;
    } */
    .carousel-item > img{
        /* height: 600px; */
        height: 500px;
    }
    .carousel-caption {
        position: absolute;
        bottom: 8% !important;
        color: #fff;
        text-align: center;
        left: 16%;
    }
    .home-recomend-post{
        margin-top: 30px;
    }
    /* .about-us{margin-top: 80px;} */
    .about-us .col-12 .btn-play {
            top: 30%;
            left: 40%;
            height: 70px;
            width: 70px;
    }
    .logo-footer{
        /* height: 93px;
        width: 111px; */
        margin-left: -40px;
    }
    .about-img{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about-txt{
        margin-top: 15px;
    }
    .submit-contact{
        margin-top: 30px;
    }
    .logo-footer-japfa{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        display: block;
    }
    .logo-footer-vaksindo{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }
    .footer-menu{
        text-align: center;
        padding-left: 0px;
    }
    .footer-menu > h5{
        font-weight: 600;
    }
    .footer-note{
        text-align: center;
        /* margin-top: 30px; */
        padding-left: 20px;
    }
    .about-us .btn-play{
        /* height: auto !important; */
        width: 66px;
    }
    
    
}

@media only screen and (min-width: 1600px) {
    .navbar-brand{
        position: relative;
        left: 54px;
        /* left:184px; */
    }
}