body {
	background: #f8f8f8;
}
.img-logo {
	display: inline-block;
	vertical-align: middle;
}
	.img-logo img {
		height: 50px;
	}

.header-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.header {
	padding: 10px 0px;
	background: #090c21;
/*	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
	color: #fff;
}
	.header.web {
		background: #0000003b;
		position: absolute;
		width: 100%;
		height: 70px;
		z-index: 99;		
	}
	.header a {
		color: #fff;
	}
.box-setting {
	margin-top: 7px;
	text-align: right;
}
.content {
	margin-top: 40px;
}
.wrap-box {
	text-align: center;
}

.box-app {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	width: 200px;
}
	.box-app:hover {
		cursor: pointer;
	}
	.app-image {
		width: 200px;
		height: 200px;
		overflow: hidden;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		padding: 15px;
    	background: #fff;
	}
		.box-app:hover .app-image {
			box-shadow: rgba(0, 0, 0, 0.67) 0px 1px 4px;
			background: #94cffe;
			opacity: 0.8;
		}
		.box-app:hover .app-title {
			color: #0d47a1;
		}
	.app-image img {
		width: 100%;
	}
.app-title {
	font-size: 14px;
	line-height: 1;
	color: #000;
	margin-top: 10px;
	font-weight: bold;
}
	.wrap-box a {
		text-decoration: none;
	}

.background-wrap {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; 
    
}
	.bg-login {
		opacity: 0.5;
	}


.container-aset {
	display: none;
}
.btn-back {
	float: right;
}
.container-aset {
	background: #fff;
	padding: 30px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.container-filter-region {
	margin-top: 30px;
}

.box-detail {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 30px;
	background: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}

.list-facility {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
	.list-facility-image {
		display: table-cell;
		vertical-align: top;
		width: 100px;
	}
		.list-facility-image img {
			width: 100%;
			border: 1px solid #e9e9e9;
		}
	.list-facility-text {
		display: table-cell;
		vertical-align: top;
		padding-left: 15px;
	}
		.list-facility-name {
			font-size: 16px;
			font-weight: bold;
		}

.container-map {
	height: 500px;
}
#map {
	height: 500px;
}

.header-menu {
	text-align: right;
}
	.top-menu {
		padding-left: 0px;
		list-style: none;
		margin-bottom: 0px;
	}
		.top-menu li {
			display: inline-block;
		}
			.top-menu li a {
				padding: 15px;
				display: block;
			}

.container-slideshow {
	height: 400px;
	overflow: hidden;
	position: relative;
}
.slideshow img {
	width: 100%;
	/*max-height: 500px;*/
}
.slick-dots {
	bottom: 0px;
}
.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;
}
.slick-prev, .slick-next {
	top: 200px;
}

.a-news {
	color: #000 !important;
}
.wrap-box-news {
	margin-bottom: 30px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 20px;
	background: #fff;
}
.bnl-more {
	margin-top: 10px;
	text-align: right;
}
	.bnl-more button {
		border-radius: 10px;
		background-color: #000;
	}
		.bnl-more button:hover {
			background-color: #4a4a4a;
		}

.box-news-list {
	display: table;
	width: 100%;
}
	.box-news-image {
		display: table-cell;
		vertical-align: top;
		width: 200px;
	}
		.box-news-image img {
			width: 100%;
		}
	.box-news-detail {
		display: table-cell;
		vertical-align: top;
		padding-left: 30px;
	}
	.bnl-title {
		font-size: 18px;
		font-weight: bold;
	}

.txt-article-date {
	font-size: 10px;
	color: grey;
	margin-bottom: 10px;
}
.container-article {
	margin-top: 30px;
}
.container-article-wrapper {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 20px;
	margin-top: 30px;
	background: #fff;
}

.copyright {
	background-color: #090c21;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

.box-btn-area {
	margin-top: 20px;
	text-align: center;
}
.container-area {
	margin-top: 30px;
	display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

@media (max-width: 768px) {
	.app-image {
		width: 130px;
		height: 130px;
		display: inline-block;
	}
	.app-title {
		width: 130px;
	}
	.box-app {
		text-align: center;
		vertical-align: top;
		width: 130px;
	}

	.container-aset {
		padding: 10px;
	}
	.btn-back {
		float: none;
	}
	.content {
		margin-top: 10px;
	}
	.btn-wrapper {
		text-align: center;
	}
	.btn-wrapper button {
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
	}
	.container-slideshow {
		height: 195px;
	}
	.box-news-list {
		display: block;
	}
	.box-news-image {
		display: block;
	}
		.box-news-image img {
			width: 100%;
		}
	.box-news-detail {
		display: block;
		padding-left: 0px;
	}

	#btn_xs_menu {
		float: right;
		margin-top: -40px;
	}

	.header-menu {
		display: block;
	    position: absolute;
	    width: 100%;
	    right: 0px;
	    background: #363636ab;
	    z-index: 999999;
	    top: 10px;
	    display: none;
	}
	.top-menu li {
		display: block;
		margin-left: 0px;
		text-align: center;
	}
	.slick-prev, .slick-next {
		top: 90px;
	}

}