/* Dashboard */
.navbar-header{
	padding: 0 calc(24px / 2);
}

body[data-layout="horizontal"] .page-content{
	margin-bottom: 25px;
}

body[data-topbar="dark"] #page-topbar {
	background-color: #24278b;
}

.header-link{
	display: flex;
	align-items: center;
}

.topnav .navbar-nav .nav-link i{
	position: relative;
	top: 3px;
	font-size: 20px;
}

.topnav .navbar-nav .nav-link{
	padding: 10px 1.3rem 12px;
}

.carouselDashboard{
	top: -15px;
}

.carouselDashboard .img-fluid{
	border-radius: .25rem;
}

.carouselDashboard .carousel-inner{
	border-radius: .25rem;
}

.title-section{
	margin: 20px 0px 40px;
	position: relative;
	color: #252525;
	font-size: 23px;
	font-weight: 500;
}

.title-section:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 70px;
	height: 4px;
	background-color: #6ed0f7;
}

.img-fluid{
	width: 100%;
	height: 450px;
	object-fit: cover
}

.list-personil img{
	border-radius: 4px 4px 0px 0px;
}

.title-side-section{
	margin: 0px 0px 40px;
	position: relative;
	color: #252525;
	font-size: 16px;
	font-weight: 500;
}

.title-side-section:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #6ed0f7;
}

.img-poster{
	display: block;
	margin: auto;
	max-width: 100%;
	margin-bottom: 20px;
}

/* Paging */
.paging{
	margin: 28px auto;
	text-align: center;
}

.paging	ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.paging	li{
	display: inline-block;
	margin: 0px 4px;
}

.paging	a{
	width: 33px;
	height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #24278b;
	background-color: #fff;
	border-radius: 6px;
	transition: ease all 0.3s;
}

.paging a:hover{
	background-color: #eee;
	color: #24278b;
}

.paging .disabled{
	color: #eaeaea;
}

.paging .disabled:hover{
	background-color: #fff;
	color: #eaeaea;
}

.paging	i{
	font-size: 13px;
}

.paging	.df-all-next{
	position: relative;
	right: -1.5px;
}

.paging	.ds-all-prev{
	position: relative;
	left: -1.5px;
}

.paging	.disable{
	color: #989898;
	border: 1px solid #989898;
}

.paging	.active{
	color: #fff;
	background-color: #24278b;
}

/* table */
.no-whsp{
	white-space: normal;
}

.table-scroll-h {
	width: 1300px;
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0px 0px 40px;
}

/* Berita Terkini */
.berita .thumb{
	width: 100%;
	height: 230px;
	border-radius: .25rem .25rem 0px 0px;
	overflow: hidden;
}

.berita .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform .5s;
}

.berita:hover .thumb img{
	transform: scale(1.1);
}

.berita:hover .title{
	color: #70d1f7;
}

.berita .author{
	font-size: 11px;
	color: #fff;
	background-color: #24278b;
	padding: 2px 6px;
	border-radius: 4px;
	width: max-content;
}

.berita .title{
	line-height: 1.5;
	font-size: 18px;
	font-weight: 600;
	color: #252525;
	transition: ease all 0.3s;
}

.berita .date{
	font-size: 11px;
	color: #989898;
}

/* List Berita */
.list-berita{
	margin-bottom: 28px;
}

.list-berita .thumb{
	width: 100%;
	height: 160px;
	border-radius: .25rem;
	overflow: hidden;
}

.list-berita .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform .5s;
}

.list-berita:hover .thumb img{
	transform: scale(1.1);
}

.list-berita:hover .title{
	color: #70d1f7;
}

.list-berita .author{
	font-size: 11px;
	color: #fff;
	background-color: #24278b;
	padding: 2px 6px;
	border-radius: 4px;
	width: max-content;
}

.list-berita .title{
	line-height: 1.5;
	font-size: 18px;
	font-weight: 600;
	color: #252525;
	transition: ease all 0.3s;
}

.list-berita .date{
	font-size: 11px;
	color: #989898;
}

.btn-kaltara{
	color: #fff;
	background-color: #24278b;
}

.btn-kaltara:hover, .btn-kaltara:focus{
	color: #24278b;
	background-color: #fff;
	border: 1px solid #24278b;
}

/* Banner */
.banner{
	position: relative;
	display: flex;
	align-items: center;
}

.banner .title-b{
	position: absolute;
	left: 1.25rem;
}

.banner .title-b h6{
	color: #008fc8;
}

.banner .title-b h3{
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 600;
	color: #24278b;
}

.images-b{
	width: 100%;
	height: auto;
}

.img-struktur-organisasi img{
	width: 100%;
	height: auto;
}

/* Publikasi */
/* Swiper */
.swiperFoto .swiper-slide{
	height: 450px;
}

.swiperFoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.thumb-detail{
	margin: 0px -16px 28px;
	padding: 16px;
	display: flex;
	position: relative;
	top: -1px;
}

.thumb-detail .swiper-slide{
	width: 50px !important;
	height: 50px !important;
	opacity: 0.4;
	border: 1px solid rgba(255,255,255,0);
}

.thumb-detail .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #fff;
}

.thumb-detail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

/* Artikel */
.img-artikel{
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}

.title-artikel{
	font-size: 28px;
	font-weight: bold;
	color: #252525;
	margin-bottom: 8px;
}

.date-artikel{
	font-size: 12px;
	color: #7d7d7d;
	margin-bottom: 24px;
}

.isi-artikel{
	font-size: 14px;
	color: #252525;
}

.social-share{
	margin: 50px 0px 20px;
}

/* Artikel Side */
.img-artikel-sm{
	width: 100%;
	height: 100px;
	border-radius: 4px;
	object-fit: cover;
	object-position: center;
}

.title-artikel-sm{
	font-size: 14px;
	color: #252525;
}

.list-side-artikel:hover .title-artikel-sm{
	color: #556ee6;
}

.date-artikel-sm{
	font-size: 10px;
	color: #7d7d7d;
	margin-bottom: 8px;
}

/* Video */
.multimedia-video{
	width: 100%;
	height: 400px;
}

/* Pengaduan */
/* Image Bukti */
.img-bukti{
	position: relative;
	height: 130px;
}

.img-bukti img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	margin: auto;
	object-fit: cover;
	object-position: top;
}

.del-image-bukti{
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 3px 6px;
}

/* Survey */
.row-survey{
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}
.row-survey h5{
	font-size: 15px;
}
.no{
	width: 30px;
}
.survey{
	width: calc(100% - 30px);
}
.list-jawab{
	width: 20%;
	text-align: center;
}
.text-right{
	text-align: right;
}

/* Footer */
.footer-user{
	width: 100%;
}

.logo-footer{
	height: 60px;
}

.footer-top{
	background: url('../assets/images/bg-footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px var(--bs-gutter-x,12px);
	color: #fff;
	font-size: 14px;
}

.footer-top a{
	color: #fff;
	font-size: 14px;
	display: block;
	margin: 8px 0px;
	transition: ease all 0.2s;
}

.footer-top a.social{
	display: inline;
	font-size: 23px;
	padding-right: 25px;
}

.footer-top a:hover{
	color: #70d1f7;
}

.footer-top p{
	margin: 8px 0px;
}

.footer-top .title-footer{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.footer-bottom{
	background-color: #2e3192;
	padding: 16px 0px 0px;
	color: #fff;
	font-size: 14px;
	z-index: 9999;
	position: relative;
}

.img-g-play{
	margin-top: 20px;
}

.img-g-play img{
	height: 40px;
	transition: transform 0.2s;
}

.img-g-play img:hover{
	transform: scale(0.95);
}

@media (max-width: 575.98px) {
	/* Dashboard */
	.carouselDashboard img{
		height: 200px;
	}
	
	.title-section{
		font-size: 18px;
	}

	.title-section:before{
		width: 50px;
		height: 3px;
	}
	
	.list-personil h5{
		font-size: 12px;
	}
	
	.list-personil p{
		font-size: 10px;
	}
	
	/* Publikasi */
	/* Swiper */
	.swiperFoto .swiper-slide{
		height: 200px;
	}
	
	.swiper-button-next, .swiper-button-prev{
		display: none !important;
	}
	
	/* Survey */
	.row-jawab{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0px;
	}
	
	/* Footer */
	.footer-top{
		background: linear-gradient(180deg, rgba(104,206,246,1) 0%, rgba(46,49,144,1) 100%);;
	}
	
	.logo-footer{
		width: 100%;
		height: auto;
	}
	
	.logo span.logo-sm {
		margin-left: -10px;
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	.navbar-brand-box {
		display: block !important;
	}
	
	.row-jawab{
		display: flex;
		flex-wrap: wrap;
		padding: 0px 30px;
	}
}