@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'futura';
    src: url(../fonts/futura/futura-md-bt_481.ttf);
	font-style: normal;
	font-weight: normal;
}
@font-face {
    font-family: 'futura';
    src: url(../fonts/futura/futura-md-bt_251.ttf);
	font-style: normal;
	font-weight: bold;
}
@font-face {
    font-family: 'myriadPro';
    src: url(../fonts/myriadPro/MyriadPro-Regular.otf);
	font-style: normal;
	font-weight: normal;
}
@font-face {
    font-family: 'myriadPro';
    src: url(../fonts/myriadPro/MyriadPro-It.otf);
	font-style: italic;
	font-weight: bold;
}
@font-face {
    font-family: 'myriadPro';
    src: url(../fonts/myriadPro/MyriadPro-Bold.otf);
	font-style: normal;
	font-weight: bold;
}
@font-face {
    font-family: 'myriadPro';
    src: url(../fonts/myriadPro/MyriadPro-BoldIt.otf);
	font-style: italic;
	font-weight: bold;
}
.text-article img {
    width: 100% !important;
    height: auto !important;
}
p{
	font-family: 'PT Sans Narrow', sans-serif;
	margin: 10px 0;
}
h1, h2, h3, h4, h5{
	font-family: 'Vidaloka', serif;
}
a{
	font-family: 'PT Sans Narrow', sans-serif;
}
a:hover{
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
.headline-immunization a{
	color:#000
}
.mt20{
	margin-top: 20px !important;
}
.category_tiitle{
	color: #FF5C00;
	font-weight: bold;
	margin: 10px 0 0 0 !important;
}
.date{
	font-size: 12px;
	color: #717171;
	margin-top: -5px;
}
.mb20{ 
	margin-bottom: 20px;
}

.pb00{
	padding-bottom: 0 !important;
}

.head-sosmed{
	background: #f0f0f0;
}
.mini-title{
	float: left;
	height: 34px;
}
.mini-title .dt{
	display: table;
	height: 100%;
}
.mini-title p{
	display: table-cell;
	vertical-align: middle;
}
.sosmed{
	float: right;
	max-width: 500px;
}
.sosmed input{
	border: none;
    background: transparent;
	box-shadow: none;
	border-radius: 0;
	max-width: 65px;
	padding-left: 0;
	padding-right: 0;
}
.sosmed .input-group{
	max-width: 135px;
}
.sosmed .btn{
	border: none;
    background: transparent;
    color: #cacaca;
}
.sosmed input:focus{
	box-shadow: none;
}
.sosmed ul{
	display: table;
}
.sosmed li{
	list-style: none;
    display: table-cell;
	vertical-align: middle;
}
.sosmed li a{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.sosmed li a img{
	height: 16px;
}
.login a{
	color: #fff;
}
.login{
	background: #f97e05;
}
#custom-search-input {
	margin:0;
	margin-top: 10px;
	padding: 0;
}
#custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */

	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#D9230F;
}
.search-query:focus + button {
	z-index: 3;   
}
.navbar{
	border: none;
	/*-webkit-box-shadow: 0px 2px 30px 7px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 2px 30px 7px rgba(0,0,0,0.32);
	box-shadow: 0px 2px 30px 7px rgba(0,0,0,0.32);*/
	margin-bottom: 0 !important;
}
.navbar-default{
	background: #fff;
}
.navbar-brand{
	height: auto;
    padding: 20px 15px;
}
.navbar-nav>li>a {
    line-height: 70px;
	color: #f97e05 !important;
	font-size: 20px !important;
	padding: 10px 15px !important;
	font-weight: bold;
	letter-spacing: 1px;
    opacity: 0.7;
}
.navbar-nav>li:last-child>a {
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #30BCDB;
	color: #fff !important;
}
/* Search bar */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
	z-index: 9999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.navbar-default .navbar-nav>.searchbox.active>a, .navbar-default .navbar-nav>.searchbox.active>a:focus, .navbar-default .navbar-nav>.searchbox.active>a:hover{
	background: none;
}
/* end-search bar */

.content{
	padding-top: 124px;
	padding-bottom: 50px;
	display: block;
	overflow: hidden;
}
.link-path{
	background: rgba(1,157,174,1);
	background: -moz-linear-gradient(left, rgba(1,157,174,1) 0%, rgba(0,188,209,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,157,174,1)), color-stop(100%, rgba(0,188,209,1)));
	background: -webkit-linear-gradient(left, rgba(1,157,174,1) 0%, rgba(0,188,209,1) 100%);
	background: -o-linear-gradient(left, rgba(1,157,174,1) 0%, rgba(0,188,209,1) 100%);
	background: -ms-linear-gradient(left, rgba(1,157,174,1) 0%, rgba(0,188,209,1) 100%);
	background: linear-gradient(to right, rgba(1,157,174,1) 0%, rgba(0,188,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019dae', endColorstr='#00bcd1', GradientType=1 );
}
.link-path .breadcrumb{
	background: transparent;
	margin:  0;
}
.link-path .breadcrumb a{
	color: #fff;
}
.breadcrumb>.active {
    color: #fff;
}
.text-article{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 65px;
}
.text-article li{
	list-style: none;
}
.share-btn li{
	margin-top: 15px;
}
.share-btn img{
	width: 30px !important;
}
.info-ads{
	padding: 15px;
	width: 100%;
	background: #dfdfdf;
}
.big-head{
	padding: 60px 0;
}
.big-head h2{
	color: rgba(1,157,174,1);
	font-weight: bold;
}
.big-head p{
	color: #f97e05 !important;
}
.big-image{
	background: url('../images/bg-big-images.png') no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}
.big-image .container{
	position: relative;
}
.big-image .container:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	top: -20px;
	left: 0;
}
.big-image img{
	width: 100%;
}
.tagging{
	margin-top: 30px;
}
.tagging .lefty,
.tagging .righty{
	float: left;
}
.righty a{
	float: left;
	padding: 2px 15px;
	background: #dfdfdf;
	margin-left: 10px;
}
.related-content .container{
	position: relative;
}
.related-content .container:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #b5b5b5;
	top: -30px;
	left: 0;
}
.related-content .container:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #b5b5b5;
	top: -20px;
	left: 0;
}
.list-info{
	margin-bottom: 65px;
	position: relative;
	z-index: 99;
}
.list-info:before{
	position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    height: 400px;
    width: 100vw;
    background: url(../images/bg-big-images.png) no-repeat;
    background-size: cover;
    z-index: 0;
}
.grid-item { width: 300px; overflow: hidden; padding: 10px; }
.grid-item--width2 { width: 300px; }
.info-text{
	padding: 0 15px 15px;
}
.info-text a{
	color: #333;
}
.show-box{
	-webkit-box-shadow: 0px 0px 34px -6px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 34px -6px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 34px -6px rgba(0,0,0,0.50);
	background: #fff;
}

/*slide01*/
.index-slide{
	margin-top: 100px;
	padding: 60px 0;
	background: #019dae;
	text-align: center;
}
.img-slide01{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
.img-slide01 img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: auto;
}
.index-slide p{
	font-size: 14px;
	color: #fff;
}
.index-slide h4{
	color: #fff;
	text-transform: uppercase;
}
.slick-next:before {
	content: '>';
}
.slick-prev:before {
    content: '<';
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
	width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #019dae;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 97px -5px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 97px -5px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 97px -5px rgba(0,0,0,0.60);
	z-index: 99;
}

/*immunization-sect*/
.immunization-sect{
	padding: 60px 0;
}
.title-sect{
	position: relative;
}
.title-sect h3{
	position: relative;
    background: #fff;
    padding-right: 10px;
    z-index: 10;
	display: inline-block;
	margin: 0;
}
.title-sect:after{
	position: absolute;
	content: "";
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	height: 1px;
	background: #333;
}
.title-sect a{
	padding: 5px 20px;
	color: #fff;
	background: #f97e05;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.diag{
	background: url('../images/diagonal-line.png') no-repeat;
	background-size: cover;
	margin-top: 30px;
	padding-left: 10px;
}
.diag-img{
	width: 600px;
	height: 600px;
	position: relative;
	overflow: hidden;
	top: -15px;
}
.diag-img img{
	width: 160%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
}
.immunization-l{
	position: relative;
}
.headline-immunization{
	padding: 30px;
	background: #fff;
	max-width: 300px;
	position: absolute;
	right: 20px;
    bottom: 90px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.30);
}
.ask-dokter{
	padding: 10px 20px;
	background: #e4e4e4;
}
.dokter{
	display: table;
}
.dok-img{
	display: table-cell;
	vertical-align: middle;
}
.dok-img-wrap{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.dok-img-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.detail-dok{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.ask-question a{
	padding: 5px 20px;
	color: #fff;
	background: #f97e05;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 20px;
}
.immunization-art{
	height: 200px;
	overflow: hidden;
	position: relative;
}
.immunization-art img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
}
.hot-issue, .kesehatan{
	padding: 30px 0;
}
.hot-issue{
	padding-right: 30px;
}
.hot-issue a,
.hot-issue h3{
	color: #fff;
}
.hot-issue ol {
	list-style: none;
	counter-reset: item;
	padding-left: 65px;
}
	.hot-issue li {
	counter-increment: item;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
	padding-bottom: 18px;
}
	.hot-issue li:before {
	margin-right: 10px;
	content: counter(item);
	background: #fff;
	border-radius: 100%;
	color: #00bacf;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	position: absolute;
	display: inline-block;
	left: 0;
}
.hot-issue li a{
	font-size: 14px;
}
.hot-issue h3{
	margin-bottom: 30px;
}
.kesehatan{
	background: #e6e5e4;
	padding: 50px 30px 30px;
}
.kesehatan .title-sect h3{
	background: #e6e5e4;
}

/*hot-issue-kesehatan*/
.hot-kesehatan{
	background: url(../images/orange-diag.jpg) no-repeat #e6e5e4;
    background-size: 43% 100%;
}
.kesehatan-art{
	margin-top: 30px;
}
.kesehatan-art > div{
	margin-bottom: 20px;
}

/*tumbuh-kembang*/
.tumbuh-kembang{
	padding: 60px 0;
}

/* infografik */
.infografik{
	background: #f5f5f5;
	padding: 60px 0;
}
.infografik .img-slide01 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 290px;
}
.infografik .img-slide01 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
	width: 100%;
	padding: 0 5px;
}
.infografik .slick-next:before {
	content: '>';
	color: #333;
}
.infografik .slick-prev:before {
    content: '<';
	color: #333;
}
.infografik .slick-prev, .infografik .slick-next {
    color: #333;
    background: #f5f5f5;
}
.infografik .title-sect h3 {
    background: #f5f5f5;
}

/*jadwal*/
.jadwal{
	background: url('../images/jadwal-bg.png') no-repeat right center;
}
.jadwal-fill{
	padding: 60px 0;
	background: rgba(1, 157, 174, 0.6);
}
.jadwal h4{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
.btn-orange {
    padding: 5px 20px;
    color: #fff;
    background: #f97e05;
    display: inline-block;
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
	font-weight: bold;
}
.line-v{
	position: relative;
}
.line-v:before{
	position: absolute;
    height: 150px;
    width: 1px;
    background: #fff;
    top: 50%;
    left: -20%;
    transform: translate(0,-50%);
    content: "";
}
.index-slide.hot-iss{
	margin-top: 0;
}
.hot-iss h2{
	color: #fff;
	margin-bottom: 30px;
}
.list-wrap{
	display: table;
}
.list-box,
.list-text{
	vertical-align: middle;
	display: table-cell;
}
.list-box{
	height: 250px;
	width: 340px;
	position: relative;
	overflow: hidden;
}
.list-box img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
}
.list-text{
	padding-left: 15px;
}
.list-text p{
	margin-top: 0px;
}
.list-art-small .list-box{
	display: block;
	height: 120px;
	width: 120px;
	position: relative;
	overflow: hidden;
}
.art-small {
    padding: 15px 20px;
    background: #e4e4e4;
}
.list-text a{
	color: #333;
}
.list-text a:hover{
	color: #333;
}
.infografik-img{
	position: relative;
}
.infografik-img:before{
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	height: 400px;
	width: 100vw;
	background: url(../images/bg-big-images.png) no-repeat;
	background-size: cover;
	z-index: 0;
}
.infografik-img img{
	z-index: 99;
    position: relative;
}

/* video */
.video-sect{
	padding: 60px 0;
	background: #fff;
}
.video-sect .slick-initialized .slick-slide {
    padding: 0 10px;
}
.video-sect .slick-next:before {
	content: '>';
	color: #333;
}
.video-sect .slick-prev:before {
    content: '<';
	color: #333;
}
.video-sect .slick-prev, .video-sect .slick-next {
    color: #333;
    background: #f5f5f5;
}
.video-sect .title-sect h3 {
    background: #f5f5f5;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-dok{
	margin-top: 50px;
}
.list-dok .list-box {
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.pertanyaan{
	margin-top: 30px;
}

footer{
	padding: 10px 15px;
    background: #000;
    z-index: 9999;
}
footer a, footer li{
	color: #fff;
}
footer a:hover{
	color: #fff;
}
.left-sider{
	float: left;
}
.right-sider{
	float: right;
}
.left-sider ul
.right-sider ul{
	display: table;
}
.left-sider ul li,
.right-sider ul li{
	display: table-cell;
	vertical-align: middle;
}
.left-sider ul li img{
	max-width: 150px;
	margin: auto;
	max-height: 25px;
}
.right-sider ul li img{
	max-width: 40px;
	padding: 0 5px;
}
.left-sider ul li{
	padding: 0 10px;
	text-align: center;
	line-height: 29px;
}
.nav-footer{
	display: table;
	margin: auto;
}
.nav-footer li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
	position: relative;
}
.nav-footer li:first-child::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: #333;
	top: 0;
	right: 0;
}
.nav-footer li a{
	font-weight: bold;
	color: #333;
}
.copyright{
	background: #000;
	padding: 0;
}
.copyright p{
	color: #fff;
	padding: 5px; 
	margin: 0; 
	font-size: 12px
}
.form-regis{
	width: 100%;
    background: url(../images/bg-form.jpg) no-repeat 0 90px;
    background-attachment: fixed;
    margin-top: 0px;
    background-size: 100%;
	position: relative;
}
.form-regis h2{
	font-weight: normal;
	color: #fff;
	background: url(../images/icmf.png) no-repeat right bottom;
	background-size: auto 60%;
}
.form-regis h2 span{
	font-weight: lighter;
	font-size: 50px;
}
.form-regis .form-control {
    height: 50px;
	opacity: 0.9;
}
.form-regis .form-control:focus {
	opacity: 1;
}
.form-regis button{
	width: 100%;
	height: 50px;
	background: #30BCDB;
	transition: ease-in-out 0.2s;
	letter-spacing: 1px;
}
.form-regis button:hover{
	letter-spacing: 5px;
}
.form-regis label{
	color: #fff;
    font-weight: normal;
}
.form-regis .btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 15px;
	border-radius: 30px;
}
.notes{
	color: #fff;
}

.modal-dialog {
    max-width: 350px;
}
.modal-footer .pricing__action{
	width: 100%;
	margin-bottom: 20px;
}
.modal-body input{
	height: 50px;
}
/* General button style (reset) */

/* Button 2 */
.btn-2 {
	background: #43BDD9;
	color: #fff;
	box-shadow: 0 6px #4397bb;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

@media (max-width: 1200px){
.judges-box {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 50px;
    background: #fff;
    border-radius: 50%;
}
}

@media (max-width: 992px){
.navbar-nav>li>a {
    line-height: 70px;
    color: #1f1c1c !important;
    font-size: 12px !important;
    padding: 10px 10px !important;
    font-weight: bold;
}

}

@media (min-width: 768px){
.navbar-right {
    margin-right: 0;
}
}

@media (max-width: 768px){
.navbar-nav>li>a {
    color: #1f1c1c !important;
    font-size: 12px !important;
    padding: 10px 13px !important;
	line-height: 30px;
}
.hot-issue li::before{
	left:15px;
}

.diag{
	margin-top: 0px;
	padding-left: 0px;
}
.big-head {
    padding: 10px 0;
}
.navbar-brand>img {
    width: 125px;
}
.big-image {
    background: url('../images/bg-big-images.png') no-repeat;
        background-size: auto auto;
    background-size: cover;
    margin-bottom: 10px;
}
.immunization-sect {
    padding: 0px;
}
.navbar-default .navbar-toggle {
    border: none;
	margin-top: 20px;
}
.caption-box p {
    font-size: 12px;
}
#assesment ul.list01 > li {
    width: 50%;
    height: 345px;
}
.right-sider {
    display: block;
    float: none;
    text-align: -webkit-center;
    margin-top: 26px;
}
.left-sider {
    float: none;
	text-align: -webkit-center;
}
.form-regis h2 {
    font-weight: normal;
    color: #fff;
    background: url(../images/icma-form.png) no-repeat right bottom;
    background-size: auto 40%;
    font-size: 16px;
}
.form-regis h2 span {
    font-weight: lighter;
    font-size: 30px;
}
.form-regis label {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.form-regis .form-control {
    height: 40px;
    opacity: 0.9;
    font-size: 12px;
}
.form-regis {
    margin-top: 75px;
	background-size: cover;
}
.diag-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    top: -15px;
	height: 400px;
}
.headline-immunization {
    padding: 15px;
    background: #fff;
    max-width: 100%;
    position: static;
	right: 0;
	left: 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.02);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.02);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.02);
    margin-bottom: 40px;
}
.immunization-art {
	margin-top: 30px;
	height: 54vw;
}
.hot-issue, .kesehatan {
	padding: 30px 15px;
}
.hot-kesehatan {
    background: url(../images/orange-diag.jpg) no-repeat #e6e5e4;
    background-size: cover;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.list-box {
    height: 30vw;
    width: 30vw;
    position: relative;
    overflow: hidden;
}
.copyright p {
    text-align: center;
}
.share-btn li {
    margin-top: 15px;
    float: left;
    margin-right: 15px;
}
}