:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --grey: #ecedf3;
    --primary-blue: #0067b8;
    --secondary-blue: #0078d4;
    --primary-green: #359096;

     /* --primary-blue: #dbedfa; */
     --secondary-blue: #02518d;
     --primary-green: #359096;
     --kemkes-green:#026c7c;
     --kemkes-green1:#5de1a2;
     --kemkes-green2:#40AE86;
     --kemkes-green3:#0F7953;
     --kemkes-blue:#05386d;
     --kemkes-blue1:#5e9cff;
     --kemkes-blue2:#54cbed;
     --kemkes-orange:#C3512F;
     --kemkes-purple:#da5aee;
     

     --mint-primary:#48cfad;
     --mint-secondary:#37bc9b;
     --font-color:#808080;
     /* --kemkes-purple:#f0f0f0; */
}
html, body{
    background-color: var(--white);
}
body{
    position: relative;
}
header{
    background-color: var(--kemkes-green2);
    height: 120px;
}

#main-nav{
    width: 782px;
    height: 69px;
    position: absolute;
    top: 83px;
    left: 50%;
    transform: translate(-50%);
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}
#main-nav .nav-container{
    margin-left: 28px;
    margin-right: 28px;
    width: auto;
}
#main-nav > .nav-container ul.nav-bar{
    
    display: table;
    width: 100%;
    padding-left: 0;
}
#main-nav > .nav-container ul.nav-bar li{
    display: table-cell;
}
#main-nav > .nav-container ul.nav-bar li a{
    text-align: center;
    height: 69px;
    display: block;
    line-height: 69px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: var(--font-color);
}
#main-nav > .nav-container ul.nav-bar li a:hover{
    font-weight: 600;
    border-bottom: 4px solid var(--kemkes-orange);
}
ul.top-nav-bar{
    float: right;
    margin-right: 100px;
    margin-top: 30px;
}
ul.top-nav-bar li{
    display: inline-block;
    margin-left: 50px;
}
ul.top-nav-bar li a{
    color: var(--white);
    text-decoration: none;
}
#other-apps{
    width: 782px;
    /* width: 740px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
}
#other-apps > ul{
    padding-left: 0;
    display: table;
    width: 100%;
}
#other-apps > ul >li{
    display: table-cell;
}
#other-apps > ul > li a{
    height: 90px;
    background: #EDEDED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-left: 8px;
    margin-right: 28px;
    display: block;
    width: 100px;
    text-align: center;
    padding-top: 10px;
}
#other-apps > ul > li a:hover{
    background: #f2f0f0;

}
#other-apps > ul > li a img{
    margin-bottom: 5px;
}
.apps{
    position: absolute;
    width: 740px;
    height: 90px;
    top: 176px;
}
.apps div{
    position: absolute;
    width: 100px;
    height: 90px;
    left: 350px;
    background: #EDEDED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.apps div img{
    position: absolute;
    left: 26.18%;
    right: 70.64%;
    top: 3.59%;
    bottom: 95.51%;
    z-index: 9999;
}
/*  */
#content{
    padding-bottom: 10px;
}
.carousel-inner .item img{
    width:100%
}
.hotline{
    background: #C32F2F;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}
.text-danger{
    color: #C32F2F !important;
    font-weight: 500;
    font-size: 16px;
}
.hotline img{
    margin-right: 15px;
}
.sub-title{
    text-align: center !important;
    font-size: 32px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.bottom-bordered{
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
}
ul.layanan{
    padding-left: 0;
}
ul.layanan > li:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 20px;
    background-image: url('../img/icon/list-layanan.png');
    background-size: contain;
    background-repeat: no-repeat;
    /* margin-left: -20px; */

    /* list-style-image: url('../img/icon/list-layanan.png'); */
}
ul.layanan > li{
    list-style: none;
}
ul.layanan li{
    font-size: 20px;

}
article .entry-content{

}
article .entry-content .entry-content-header{
    font-size: 18px;
}
article .entry-content .entry-content-header{
    font-size: 18px;
    margin-bottom: 10px;
}
article .entry-content .entry-content-body{
    font-size: 16px;
}
.img-container{
    width: 100%;
    height: 200px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    display:block;
    justify-content: center;
    grid-column: 1 /  span 12;
    margin-bottom:1rem;
    background-position: top;
}
.post-meta-infos{
    font-size: 14px;
}
.other-list{
    font-size: 14px;
    padding-left: 0;
}
.other-list li{
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
}

.img-container{
    width: 100%;
    height: 200px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    display:block;
    justify-content: center;
    grid-column: 1 /  span 12;
    margin-bottom:1rem;
    background-position: top;
}
/* list aplikasi */
.app-list{
    margin-bottom: 10px;
}
.app-list p{
    font-size: 16px;
}
.app-list .img{
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;  
    background-position:center center;
    background-size: auto auto;
    border: 1px solid #888888;
    border-radius: 10px;
}
ul.link {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.link li {
    display: inline-block;
    margin-left: 10px;
}
.link li a img{
    height: 154px;
}

marquee {
	margin-top: 5px;
	width: 100%;
}

.runtext-container {
    margin-top: 20px;
    background-color:var(--kemkes-green2);
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    padding:0 3px 0 3px;
}

.main-runtext {margin: 0 auto;
    overflow: visible;
    position: relative;
    height: 40px;
}

.runtext-container .holder {
    position: relative;
    overflow: visible;
    display:inline;
    float:left;

}

.runtext-container .holder .text-container {
	display:inline;
}

.runtext-container .holder a{
	text-decoration: none;
	color:var(--white);
	line-height: -0.5em;
	font-size:16px;
}

.runtext-container .holder a:hover{
	text-decoration: none;
}
.carousel-caption{
    font-size: 16px;
    background-blend-mode: lighten;
}
/*  */
footer{
    background-color: var(--kemkes-green2);
    /* position: absolute; */
    bottom: 0;
    height: 217px;
    width: 100%;
    color: var(--white);
}
footer #copy-right{
    background-color: var(--kemkes-green3);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: var(--white);
    /* padding: 3px 85px; */
    font-size: 16px;
    font-weight: 600;
}
.container{
    width: auto;
    margin-left: 100px;
    margin-right: 100px;
    padding-right: 0px;
    padding-left: 0px;
}
.sos-med{
    padding-left: 0;
}
.sos-med li{
    display: inline-block;
    margin-right: 10px;
}
.sos-med li a img{
    display: block;
    height: 20px;
}
.link li{
    margin-left: 0;
    padding-left: 0;
}
#carousel-lainnya{
    margin-bottom: 10px;
}
.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.page-container {
    position: relative;
    min-height: 100vh;
    padding-bottom: 253px;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer .footer-container{
    width: auto;
    margin-left: 100px;
    margin-right: 100px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 25px;
}
#copy-right{
    text-align: center;
    padding: 0;
}
@media (max-width: 400px) {
    ul.top-nav-bar{
        margin-right: 10px;
    }
    ul.top-nav-bar li{
        margin-left:26px;
    }
    #main-nav{
        width: 100%;
    }
    .nav-container{
        height: 69px;
        position: absolute;
        z-index: 9999;
    }
    #main-nav .nav-container ul.nav-bar{
        margin-top: 0px;
        position: relative;
    }
    #other-apps{
        width: 100%;
        overflow-y:auto;
    }
    #other-apps > ul > li a{
        margin-left: 10px;
        margin-right: 10px;
    }
    .container{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    #carousel-lainnya{
        margin-bottom: 10px;
    }
    footer{
        height: 271px;
    }
    footer .container{
        margin-left: 10px;
        margin-right: 10px;
    }
    footer .footer-container{
        margin-left: 10px;
        margin-right: 10px;
    }
    #copy-right{
        padding: 0;
    }
}

@media (max-width: 767px) {
    ul.top-nav-bar{
        margin-right: 10px;
    }
    ul.top-nav-bar li{
        margin-left:26px;
    }
    #main-nav{
        width: 100%;
        z-index: 9999;
        position: absolute;
    }
    .nav-container{
        height: 69px;
        position: relative;
    }
    #main-nav .nav-container ul.nav-bar{
        margin-top: 0px;
        position: relative;
    }
    #other-apps{
        width: 100%;
        overflow-y:auto;
    }
    #other-apps > ul > li a{
        margin-left: 10px;
        margin-right: 10px;
    }
	.container{
        margin-left: 10px;
        margin-right: 10px;
    }
    #carousel-lainnya{
        margin-bottom: 10px;
    }
    .row-hotline div{
        padding-bottom: 10px;
    }
    .media{
        margin-bottom: 10px;
    }
    .video_gallery iframe{
        width: 100% !important;
    }
    .link li a img{
        width: 150px;
        height: auto;
    }
    footer{
        height: 271px;
    }
    footer .footer-container{
        margin-left: 10px;
        margin-right: 10px;
    }
}
.entry-title{
    font-size: 16px;
    font-weight: bold;
}
.article-list{
    height: 400px;
    overflow: hidden;
}
