@font-face {
   font-family: 'opensans';
   src: url(../../../../../../assets/fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
   font-family: 'akzi';
   src: url(../../fonts/akzi.woff2) format("woff2");
}
@font-face {
   font-family: 'eutype';
   src: url(../../fonts/eutype.ttf) format("truetype");
}

html, body {
	font-family: 'opensans';
	background: #fff;
	overflow-x: hidden;
}

.box-logo img {
	height: 100px;
}
.header {
	background: #efefef;
	padding: 10px 0px;
	color: #0b6b40;
}
.container-header-menu {
	position: relative;
}

.top-menu {
	margin-bottom: 0px;
	padding-left: 0px;
}
	.top-menu li {
		display: inline-block;
		margin-right: -3px;
	}
		.top-menu li a {
			display: block;
		    padding: 15px;
		    color: #333;
		}
			.top-menu li:hover, .top-menu li a:hover {
				background: #e6e6e6;
			}
.container-top-menu {
	
}

.slideshow img {
	width: 100%;
}

.slick-dots {
	bottom: 10px;
}
.slick-dots li button:before {
	font-size: 15px;
}
.slick-next {
	right: 30px;
}
.slick-prev {
    left: 30px;
    z-index: 9;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.copyright {
	text-align: center;
	padding: 5px;
	font-size: 12px;
	background: #0c6a40;
	color: #dadada;
}
	.copyright a {
		color: #dadada !important;
	}


.menu-xs {
    font-size: 31px;
}

.slideshow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slideshow.slick-initialized {
    visibility: visible;
    opacity: 1;    
}


.contact-us-icon {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
	.cui-img {
		display: table-cell;
		vertical-align: middle;
		font-size: 45px;
	    background: #0c6b41;
	    text-align: center;
	    color: #fff;
	    width: 91px;
	}
	.cui-value {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
	    background: #fff;
	    font-size: 16px;
	    color: #0c6b41;
	}
	.contact-us-icon:hover {
		opacity: 0.8;
		cursor: pointer;
	}
.container-map {
	height: 500px;
}
#map {
	height: 500px;
}

.container-menu {
	background: #fff;
	box-shadow: 0px 0px 2px 2px #0000000f;
}

.list-menu {
	margin-right: 5px;
	position: relative;
}


.container-submenu {
	position: absolute;
    background: #fff;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0px 0px 2px #d6d6d6;
}
	.list-menu:hover .container-submenu {
		display: block;
	}
.top-menu li .container-submenu a {
	padding: 6px 15px;
}

.container-cs {
	position: relative;
}
	.cs-image {
		position: absolute;
	    width: 400px;
	    left: -64px;
	    top: -89px;
	    z-index: 10;
	}
.wrap-closing {
	padding-left: 285px;
}

.img-delivery {
	margin-bottom: 3px;
	height: 35px;
	display: inline-block;
}
	.img-delivery img {
		height: 100%;
	}

.separate {
	height: 3px;
    background: #b3e1ff;
    margin-bottom: 10px;
    margin-top: -5px;
}
.wrap-product .txt-title {
	margin-top: 15px;
	border-bottom: 2px solid #e0e0e0;
}

.wrap-gallery-video {
	margin-bottom: 30px;
}

.container-home-article {
	
}
.box-article {
	background: #f7f7f7;
	display: table;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
}
	.box-article:hover {
		background: #cbe5ec;
	}
	.box-article-image {
		width: 200px;
		display: table-cell;
		vertical-align: top;
	}
		.box-article-image img {
			width: 100%;
			border: 1px solid #c7c5c5;
		    padding: 3px;
		    border-radius: 11px;
		}
	.box-article-text {
		padding-left: 20px;
		display: table-cell;
		vertical-align: top;
	}
		.box-article-title {
			font-size: 20px;
			color: #00a6d2;
		}
		.box-article-short-content {
			color: #333;
			font-size: 14px;
		}
	.box-article-creator {
		font-size: 10px;
    	margin-bottom: 8px;
	}
	.box-article-description {
		margin-bottom: 10px;
	}

.box-info-polyclinic {
	max-height: 279px;
    overflow-y: auto;
}
		

.article-detail-list,
.container-other-article>div,
.container-share .share-content,
.container-share .share-text {
    display: inline-block;
    vertical-align: middle
}
.container-share ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.container-share ul li {
    display: inline-block;
    padding: 3px
}

.container-share ul li img {
    height: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.container-product-home {
	background: #efefef;
}
.container-banner-home img {
	max-width: 100%;
}


.container-popup {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background: #0093ffdb;
	z-index: 99999999999999999999;
	margin-top: 0px;
	margin-left: -50%;
	text-align: center;
}
	.box-popup {
		position: absolute;
		top: 50%;
		margin-top: -200px;
		width: 100%;
	}
	.container-popup img {
		width: 600px;
		height: 400px;
	}
.close-popup {
	display: inline-block;
    background: red;
    color: #fff;
    padding: 5px;
}
	.close-popup:hover {
		cursor: pointer;
	}

.container-logo-text {
	display: table;
}
	.box-logo {
		display: table-cell;
		vertical-align: middle;
		width: 10px;
	}
	.box-text {
		padding-left: 10px;
		display: table-cell;
		vertical-align: middle;
	}

.app-cab {
	font-size: 18px;
}
.app-title {
	font-size: 33px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 10px;
}

.header-right {
	float: right;
    margin-top: 20px;
}

.container-service {
	margin-top: 30px;
}
	.box-cs {
		padding: 20px;
	    background: #fff;
	    color: #000;
	    box-shadow: 1px 3px 6px #00000061;
	    border-radius: 7px;
	}
		.box-cs h3 {
			margin-top: 0px;
			color: #333;
			border-bottom: 1px solid #bdc1bf;
			padding-bottom: 7px;
			display: inline-block;
			padding-right: 20px;
			margin-bottom: 20px;
		}
.bss-item {
	background: #fbfbfb;
    padding: 6px 15px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
    border-radius: 13px;
}

.container-article-home {
	margin-top: 30px;
}

.list-article-home {
    padding: 15px;
    border-bottom: 1px solid #005d38;
    margin-bottom: 10px;
	display: table;
	width: 100%;
}
	.lah-image {
		display: table-cell;
		vertical-align: top;
		width: 150px;
	}
		.lah-image img {
			width: 100%;
			border: 1px solid #c7c5c5;
		    padding: 3px;
		    border-radius: 11px;
		}
	.lah-detail {
		padding-left: 15px;
		display: table-cell;
		vertical-align: top;
	}
		.lah-detail h4 {
			margin-top: 0px;
		}
.lah-detail-link {
	margin-top: 5px;
}
.container-room {
	margin-top: 30px;
}
.container-room {
	background-image: url(../../images/bgcontainer.jpg);
    background-position: center;
    background-size: cover;
    min-height: 300px;
    padding: 20px 0px;
    margin-bottom: 30px;
}

.box-requirement {
	margin-bottom: 30px;
	text-align: center;
}
	.box-requirement img {
		display: inline-block;
		max-width: 100%;
	}

.container-flow {
	margin-bottom: 30px;
}
	.container-flow img {
		width: 100%;
	    border: 1px solid #c7c5c5;
	    padding: 3px;
	    border-radius: 11px;
	}
h3.title {
    color: #000000;
    border-bottom: 1px solid #bdc1bf;
    padding-bottom: 7px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.container-link {
	margin-top: 30px;
}
	.container-link a {
		color: #333;
	}

.box-link {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
	.box-link-img {
		display: table-cell;
		vertical-align: middle;
		width: 50px;
	}
		.box-link-img img {
			width: 100%;
		}
	.box-link-detail {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
	}
		.bld-title {
			font-size: 16px;
			margin-bottom: 5px;
			line-height: 1;
		}
		.bld-subtitle {
			font-size: 12px;
			line-height: 1;
		}

@media (min-width: 767px) {
	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0px;
		z-index: 999999;
	}

	.sticky + .content {
		padding-top: 50px;
	}	
}

.container-body {
	padding-bottom: 30px;
}

.container-contact {
	margin-top: 30px;
}

.table-contact td {
	padding-bottom: 10px;
}
	.table-contact {
		margin-bottom: 10px;
	}
	.table-contact tr:nth-child(1) td:nth-child(1)  {
		padding-right: 5px;
	}
	.table-contact tr:nth-child(1) td:nth-child(2)  {
		padding-left: 5px;
	}
	.table-contact input {
		height: 45px;
	}
	.table-contact button {
		font-size: 16px;
    	padding: 10px 25px;
	}

.txt-register-info {
	font-size: 18px;
}

.img-register img {
	width: 100%;
	border: 1px solid #c7c5c5;
    padding: 3px;
    border-radius: 11px;
}
.container-info-register {
	margin-top: 30px;
}

.btn-register-online {
	margin-top: 15px;
}

.steps {
    min-height: 90px;
    padding: 30px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    position: relative
}

.steps .steps-container {
    background: #DDD;
    height: 10px;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    margin: 0;
    list-style: none;
    padding-left: 0px;
}

.steps .steps-container li {
    text-align: center;
    list-style: none;
    float: left
}

.steps .steps-container li .step {
    padding: 0 50px
}

.steps .steps-container li .step .step-image {
    margin: -14px 0 0 0
}

.steps .steps-container li .step .step-image span {
    background-color: #DDD;
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -ms-border-radius: 37px
}

.steps .steps-container li .step .step-current {
    font-size: 11px;
    font-style: italic;
    color: #999;
    margin: 8px 0 0 0
}

.steps .steps-container li .step .step-description {
    font-size: 13px;
    font-style: italic;
    color: #538897
}

.steps .steps-container li.activated .step .step-image span {
    background-color: #5DC177
}

.steps .steps-container li.activated .step .step-image span:after {
    background-color: #FFF;
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    width: 27px;
    height: 27px;
    margin: 5px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    -ms-border-radius: 27px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15)
}

.steps .step-bar {
    background-color: #5DC177;
    height: 10px;
    position: absolute;
    top: 30px;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px
}

.steps .step-bar.last {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

.box-register-online {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
	.register-online-title {
		font-size: 20px;
		font-weight: bold;
	}
	.register-online-subtitle {
		font-size: 18px;
	}

.wrap-login-register {
	text-align: center;
}
	.box-login-register {
	    width: 500px;
	    border: 1px solid #bdbdbd;
	    padding: 20px;
	    display: inline-block;
	    box-shadow: 0px 0px 6px #00000059;
	}

.blr-menu {
	display: table;
	width: 100%;
}
	.blr-list {
		display: table-cell;
		vertical-align: top;
	}
.btn-tab-lr {
	color: #0c6a40;
}
	.btn-tab-lr:hover {
		cursor: pointer;
	}
	.btn-tab-lr.active {
		font-size: 16px;
	    font-weight: bold;
	    text-decoration: underline;		
	}

.txt-info-login {
	margin-bottom: 10px;
	font-size: 12px;
}

.field-input {
	margin-bottom: 10px;
}

.box-action button {
	width: 100%;
}
.foot-login {
	margin-top: 20px;
	text-align: left;
}
.foot-login-right {
	float: right;
	margin-top: -20px;
}

.box-guide {
	display: inline-block;
	width: 400px;
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
}

.list-guide {
	border-top: 1px solid #dadada;
	padding: 5px;
	font-size: 12px;
}
	.list-guide.green {
		background: #effff3;
	}

.modal-dialog {
    margin: 65px auto;
}

.box-shadow {
	padding: 20px;
    border-radius: 10px;
    border: 1px solid #dad8d8;
    box-shadow: 0px 1px 6px 0px #0000003d;
    margin-bottom: 15px;
    margin-top: 15px;
}
.button-biodata button {
	width: 100%;
	margin-bottom: 10px;
}

.img-biodata-wrap {
	margin-bottom: 20px;
	text-align: center;
}
	.img-biodata {
		font-size: 35px;
	    border: 1px solid #0c6a40;
	    border-radius: 50%;
	    line-height: 1;
	    padding: 15px;
	    width: 70px;
	    display: inline-block;
	    color: #0c6a40;
	}

.txt-medik {
	font-size: 16px;
	text-align: center;
}
.field-medik-wrap {
	text-align: center;
	margin-bottom: 15px;
}
.field-medik {
	display: inline-block;
	width: 500px;
}
	.field-medik input {
		height: 50px;
		font-size: 18px;
		text-align: center;
		margin-top: 20px;
	}

.box-form {
	text-align: right;
	border-right: 3px solid #0c6a40;
	padding: 10px 17px;
	margin-bottom: 10px;
}
	.bf-title {
		font-size: 18px;
		line-height: 1;
	}
	.bf-subtitle {
		line-height: 1;
		font-size: 12px;
	}
	.box-form span {
		font-size: 17px;
	}
.field-profile label {
	font-size: 12px;
    font-weight: normal;
}

.list-info {
	border-left: 5px solid #0c6a40;
	margin-bottom: 10px;
	padding-left: 15px;
}

.txt-confirm {
	font-size: 18px;
	text-align: center;
}
	.box-action-confirm {
		margin-top: 20px;
		text-align: center;
	}
		.box-action-confirm button {
			display: inline-block;
			width: 100px;
		}

.info-bpjs {
	font-size: 10px;
}
	ul.info-bpjs {
		padding-left: 15px;
    	font-size: 10px;
	}

.btn-print-data {
	float: right;
}

.form-field {
	margin-bottom: 30px;
	margin-top: 15px;
}

.wrap-info-register {
	text-align: center;
}
.box-info-register {
	width: 500px;
    display: inline-block;
    background: whitesmoke;
    text-align: center;
    font-size: 12px;
}

.panel-rsud:hover {
	cursor: pointer;
}
.panel-rsud .panel-body {
	display: none;
}
.wrap-poly {
	text-align: center;
}
.box-poly {
	width: 500px;
	display: inline-block;
}

.img-wa {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
 .img-wa img {
    height: 85px
 }

@media (max-width: 768px) {
	.img-wa img {
	    height: 55px
	 }

	.box-poly {
		width: auto;
	}
	.top-menu li {
		display: block;
	}
	.container-top-menu {
		text-align: left;
		position: absolute;
	    z-index: 999;
	    width: 100%;
	    background: whitesmoke;
	    margin-left: -15px;
	    display: none;
	}
	.top-menu li a {
		padding: 5px 10px;
	}
	.header {
		padding-bottom: 10px;
	}
	.box-product-image {
		/*height: 150px;*/
	}
	.btn-detail-product {
		float: none;
	    margin-top: 5px;
	    width: 100%;
	}
	.box-product-name {
		min-height: 56px;
	}
	.box-package {
		margin-bottom: 30px;
	}
	.testimonial-photo {
		display: block;
		width: 100%;
		text-align: center;
	}
		.testimonial-photo img {
			width: 100px;
			display: inline-block;
		}
	.testimonial-description {
		display: block;
		text-align: center;
	}
	.container-footer {
		margin-bottom: 30px;
	}
	.box-category {
		margin-bottom: 30px;
	}
	.container-package-description {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.container-map {
		margin-bottom: 30px;
	}
	.box-search {
		position: absolute;
	    top: -140px;
	    left: 0px;
	    z-index: 9999;
	    display: none;
	    width: 100%;
	}
	.container-menu {
	    color: #fff;
	    text-align: right;
	    width: 100%;
	    border-bottom: none;
	    border-top: none;
	}
	.box-logo img {
		height: 50px;
		display: inline-block;
	}
	.box-logo {
		text-align: center;
	}

	.wrap-product .row {
		margin-left: -3px;
		margin-right: -3px;
	}
		.wrap-product .row .col-xs-6 {
			padding-left: 3px;
			padding-right: 3px;
		}
	.box-product {
		margin-bottom: 6px;
	}
	.container-submenu {
		position: relative;
    	padding-left: 15px;
    	width: 100%;
	}
	.wrap-closing {
		padding-left: 15px;
	}
	.cs-image {
		width: 176px;
	    left: -28px;
	    top: -126px;
	}
	.closing-title {
		font-size: 16px;
	}
		.closing-title span {
			font-size: 14px;
		}
	.container-closing {
		margin-bottom: 30px;
	}

	
	.header-right {
		display: none;
	}
	.menu-xs {
		color: green;
	}
	.header {
		padding: 0px;
	}
	.box-logo img {
		height: 60px;
	}
	.box-cs {
		margin-bottom: 20px;
	}
	.list-article-home {
		display: block;
	}
	.lah-image {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.lah-detail {
		display: block;
	}
	.wrap-gallery {
		margin-bottom: 20px;
	}
	.container-submenu {
		padding-left: 0px;
	}
	.box-article {
		display: block;
	}
		.box-article-image {
			display: block;
			width: 100%;
			margin-bottom: 10px;
		}
		.box-article-text {
			display: block;
			padding-left: 0px;
		}

	.container-article-wrapper img {
		max-width: 100%;
	}
	.app-cab {
		font-size: 12px;
	}
	.app-title {
		font-size: 14px;
	}
	.app-subtitle {
		font-size: 12px;
	}

	.box-text {
		padding: 10px;
	}

	.box-login-register {
		width: 100%;
	}
	.box-info-register {
		width: 100%;
	}
	.box-guide {
		padding-left: 0px;
		width: 100%;
	}
	.steps {
		display: none;
	}
	.field-medik {
		width: 100%;
		text-align: center;
	}
	.field-medik-wrap button {
		margin-bottom: 10px;
		width: 100%;
	}
	.btn-print-data {
		float: none;
	}
		.btn-print-data a {
			margin-bottom: 10px;
			display: block;
		}
		.btn-print-data button {
			width: 100%;
		}
}