.urusan-row img {
	height: 200px;
	object-fit: cover;
}

.list-tombol {
	display: flex;
	flex-direction: row;
	margin-top: 5rem;
	justify-content: space-between;
	text-align: center;
	margin-top: 7rem;
}

.pencarian {
	margin: 0 auto;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 360px) and (max-width: 640px) {
	.modal-content {
		margin-left: 0px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 60px;
	}

	.logo-client {
		width: 100% !important;
	}

	.geoportal {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		color: #fff;
	}

	/* ul {
		margin: auto;
	} */
	/* .img-a{
		display: none;
	} */
	.btn-a {
		box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
		border-radius: 5px;
		/* background-color: #fff; */
		padding: 0.5rem;
		color: #fff;
	}

	.list-tombol {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-top: 100px;
		height: auto;
	}

	.list-tombol>div:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		width: 50%;
	}

	img.img-a.rounded.float-right {
		width: 50px;
	}

	body.noscroll {
		height: 100% !important;
		overflow: hidden !important;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block
	}

	.container {
		margin: 0;
	}

	.header {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		height: 60px !important;
		background: #1F4376 !important;
		z-index: 999;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	}

	.navbar-brand {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
	}

	.navbar-brand img {
		margin: 0 auto 0 !important;
		height: 40px !important;
		width: auto;
	}

	.navbar-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		z-index: 9999;
		margin: 0 !important;
	}

	.mobile-navbar-brand {
		line-height: 50px;
		color: #fff !important;
		font-weight: bold;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		position: absolute;
		top: 0;
		left: 100px;
		bottom: 0;
		right: 60px;
		font-size: 16px;
		text-align: left !important;
		text-transform: uppercase;
	}

	.navbar-toggle {
		position: absolute;
		top: 15px;
		left: 15px;
		display: block;
		margin: 0;
		padding: 5px 15px;
		text-align: center;
		border: none;
		background: none !important;
		z-index: 999;
		color: #fff;
		font-weight: bold;
		border: 2px solid #fff;
	}

	.navbar-toggle .icon-bar {
		margin: 0 auto;
		background: #fff !important;
	}

	.navbar-header {
		background: var(--accent-color) !important;
	}

	.navigation {
		position: fixed;
		top: 0px;
		left: 0;
		bottom: 0;
		right: 0;
		max-height: none;
		height: auto !important;
		background: var(--accent-color) !important;
		border: none;
		visibility: hidden;
		display: block !important;
		transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		transition: all .1s linear;
		-webkit-transition: all .1s linear;
		margin: 0 !important;
		padding: 80px 0;
	}

	.navigation.in {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	.navigation .navbar-nav {
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
	}

	.navigation>.navbar-nav>li {
		/* display: block; */
		float: none;
		/* display: flex; */
	}

	.navigation>.navbar-nav>li>a {
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		color: #fff !important;
		font-size: 16px;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.navigation>.navbar-nav>li>a:before {
		display: none;
	}

	.navigation>.navbar-nav>li>a:hover,
	.navigation>.navbar-nav>li>a:active {
		background: rgba(255, 255, 255, 0.1) !important;
	}

	.navigation>.navbar-nav>li>a .caret {
		float: right;
		margin: 20px 0 0;
		display: none;
	}

	.navigation>.navbar-nav>li .sub-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: rgba(255, 255, 255, 0.1);
		display: block;
		color: #fff;
		font-size: 30px;
	}

	.navigation>.navbar-nav>li .sub-toggle .caret {
		display: inline-block;
	}

	.navigation>.navbar-nav>li>ul {
		position: relative;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	.navigation>.navbar-nav>li:hover>ul {
		display: none;
	}

	.navigation>.navbar-nav>li:hover>ul>li>a {
		padding-left: 50px;
	}

	h1 {
		font-size: 25px !important;
	}

	h2 {
		font-size: 22px !important;
	}

	h3 {
		font-size: 20px !important;
	}

	h4 {
		font-size: 16px !important;
	}

	.section-lg,
	.section-xl {
		padding: 15px 0;
	}

	.thumbnail img {
		width: 100%;
	}

	.section .thumbnail-bg {
		right: 0 !important;
		width: auto !important;
		left: 0 !important;
	}

	.section {
		max-width: 100vw;
		overflow: hidden;
	}

	.section-info {
		padding: 0;
		min-height: 0px !important;
	}

	.section-info .text {
		padding: 15px !important;
		min-height: 0px !important;
		width: auto !important;
		margin: 0 !important;
	}

	.section-info .bg {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: 200px;
		width: auto;
	}

	#intro-video {
		display: none !important;
	}

	#intro-video-container {
		margin: 0;
		height: auto;
		background: none;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) !important;
		z-index: 99;
		position: fixed !important;
		top: 60px;
		left: 0;
		right: 0;
		height: 50px;
	}

	#intro-video-container .caption {
		position: relative !important;
		top: auto;
		left: auto;
		right: 0;
		transform: translate(0, 0);
		max-width: 100%;
	}

	.searchform {
		border-radius: 0;
	}

	#section-feature {
		margin-top: 50px;
	}

	.section-popup-mobile {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 9999;
		overflow: auto;
		background: #eee;
		padding-top: 60px;
		visibility: hidden;
		opacity: 0;
		transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	}

	.section-popup-mobile.active {
		visibility: visible;
		opacity: 1;
	}

	.mobile-header {
		height: 60px;
		line-height: 60px;
		background: #515151;
		padding-left: 60px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	}

	.mobile-header .btn-back {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 99;
		background: none;
		border: none;
		color: #fff;
		box-shadow: none;
		outline: none;
		width: 50px;
		text-align: center;
	}

	.mobile-header .title {
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}

	.btn-contact {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		text-align: center;
		font-size: 20px;
		height: 60px;
		line-height: 60px;
		padding: 0;
		z-index: 9999;
		background: none;
		color: #fff !important;
		box-shadow: none;
		outline: none !important;
	}

	.row-menu-utama-mobile {
		margin: 0 -10px;
	}

	.row-menu-utama-mobile>div {
		padding: 0 5px;
	}

	.row-menu-utama-mobile .card {
		display: block;
		background: #fff;
		padding: 15px;
		color: #333;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		margin: 0 0 10px;
	}

	.row-menu-utama-mobile .card .fa {
		font-size: 40px;
		margin: 0 0 20px;
		display: block;
	}

	#map {
		height: 511px !important;
	}

	h3.heading {
		display: none;
	}

	.social-link .btn.visible-xs {
		display: inline-block !important;
	}

	.card .card-image {
		position: relative;
		width: 100%;
	}

	.card .card-info {
		margin: 0;
	}

	.preloader-mobile {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.8);
		z-index: 99999;
	}

	.preloader-mobile.hidden {
		visibility: hidden;
		opacity: 0;
		display: none;
	}

	.preloader-mobile .loader {
		width: 50px;
		height: 50px;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		border-radius: 5px;
		padding: 5px;
	}

	.preloader-mobile .loader:before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		border: 5px solid rgba(255, 255, 255, 0.2);
		border-top-color: rgba(255, 255, 255, 0.9);
		border-radius: 50%;
		animation: preloaderMobile 1s linear infinite;
	}

	@keyframes preloaderMobile {
		0% {
			transform: rotate(0deg)
		}

		100% {
			transform: rotate(360deg);
		}
	}

	.dashboard-panel {
		padding: 10px;
		margin: 0 -15px;
		border-radius: 0;
		box-shadow: none;
		border-radius: 0;

	}

	.dashboard-panel h2 {
		font-size: 14px !important;
		font-weight: bold;
	}

	div.pagination {
		margin: 0 0 0;
	}

	.table-sdgis th,
	.table-sdgis td {
		white-space: normal !important;
	}

	.urusan-row>div {
		width: 25% !important;
	}

	.urusan-row img {
		height: 200px;
		object-fit: cover;
	}

	.list-row {
		display: flex;
		flex-wrap: wrap;
	}

	.carousel-caption {
        right: 3%;
        left: 3%;
    }

	.hero-row{
		justify-content: start;
		align-items: flex-start;
		padding-top: 90px;
	}

	.home__img{
		transform: initial;
	}

	.produk-data-grid, .kontak-data-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.visible-xs {
		display: block
	}
}

@media (max-width:480px) {
	.select2-container {
		max-width: 100% !important;
		width: 100% !important;
	}

	section.home + .section {
		margin-top: -50px;
	}

	.urusan-row>div {
		width: 50% !important;
	}

	.urusan-row img {
		height: 150px;
		object-fit: cover;
	}

	.table-condensed td {
		white-space: normal !important;
	}

	.section-header .carousel .item img{
		height: 550px;
	}

	.hero-img{
		max-height: 330px;
		left: 0%;
		right: initial;
	}

	.pages-header + .section .content-wrapper{
		padding: 15px;
	}
	
	.home__container {
		flex-direction: column-reverse;
		padding: 30px 0 60px;
		row-gap: 16px;
	}

	.home__img {
		width: 250px;
		height: 200px;
		justify-content: center;
	}

	.home__search-input{
		width: 100%;
	}

	.home__search{
		width: 100%;
	}

	.produk-data-grid, .kontak-data-grid {
		grid-template-columns: repeat(1, 1fr);
	}

}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
	.searchbox {
		position: fixed;
		top: 45%;
		left: 90px;
		;
		width: 60%;
		z-index: 99;
		display: flex;
		flex-direction: row;
		flex: 1;
	}

	/* #login-modal .modal-dialog{
		width: 21%;
		position: absolute;
		margin-top: -8vh;
		margin-left: -18vh;
	} */
}

@media only screen and (min-width: 1366px) and (orientation: landscape) {}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
	.mb-5 {
		margin-left: -470px;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		color: #fff;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		color: #fff;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		color: #fff;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		color: #fff;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	#login-modal .modal-dialog {
		/* width: 100%; */
		position: absolute;
		/* margin-top: -8vh; */
		margin-left: -26vh;
	}

	.modal-content {
		margin-top: 1px;
	}
}

@media (min-width: 411px) and (max-width: 823px) {

	.modal-content {
		margin-top: 1px;
	}
}

@media (min-width: 411px) and (max-width: 731px) {
	#login-modal .modal-dialog {
		/* width: 89%;
		position: absolute; */
		/* margin-top: -8vh; */
		/* margin-left: -2vh; */
	}

	.modal-content {
		margin-top: 1px;
	}
}


@media only screen and (min-height: 1366px) {

	.modal-content {
		border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		border: none !important;
		box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.5);
		overflow: hidden;
		width: 27vh;
		margin-left: 10vh;
	}

	/* .modal.in .modal-dialog {
		width: 376px;
	} */
}

@media screen and (min-width: 1023px) {
	.container-small{
		margin-left: auto;
    	margin-right: auto;
	}
}

@media only screen and (min-device-width: 1024px) and (orientation: portrait) {
	img.rounded.float-right.bumi {
		width: 70px;
		margin-left: 9px;
	}

	/* h5.text-start.text-white {
		font-size: 20px;
		margin-left: -63px;
	} */

	h5.text-start.text-white.bps {
		font-size: 20px;
		margin-left: 187px;
		margin-top: -52px;
	}

	img.rounded.float-right.data {
		width: 70px;
		margin-left: 520px;
		margin-top: -195px;
	}

	h5.text-start.text-white.data {
		margin-top: -62px;
		margin-left: 361px;
	}

	img.rounded.float-right.statistik {
		width: 70px;
		margin-left: 260px;
		margin-top: -175px;
	}

	/* .modal-content{
		border-radius: 5px!important;
		-webkit-border-radius: 5px!important;
		border:none!important;
		box-shadow: 0px 20px 50px -20px rgba(0,0,0,0.5);
		overflow: hidden;
		width: 50vh;
		margin-left: -3vh;
	} */

}

@media screen and (device-aspect-ratio: 40/71) {
	img.rounded.float-right.bumi {
		width: 40px;
		margin-left: -20px;
	}

	h5.text-start.text-white {
		font-size: 10px;
		margin-left: -11px;
	}

	h5.text-start.text-white.bps {
		font-size: 10px;
		margin-left: 45px;
		margin-top: -42px;
	}

	img.rounded.float-right.data {
		width: 40px;
		margin-left: 195px;
		margin-top: -140px;
	}

	h5.text-start.text-white.data {
		margin-top: -52px;
		margin-left: 201px;
	}

	img.rounded.float-right.statistik {
		width: 40px;
		margin-left: 20px;
		margin-top: -120px;
	}

	modal-content {
		margin-left: 0px;
		width: 53vh;
		overflow: scroll;
	}

	.list-tombol {
		/* flex-direction: column; */
		/* margin-top: 60px; */
	}

	img.img-a.rounded.float-right {
		width: 32px;
	}

	h5.btn-a.text-start.text-white {
		font-size: 10px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	.navigation>.navbar-nav>li {
		/* display: block;
		float:none; */
		display: flex;
	}
}

@media screen and (min-width: 375) and (max-width: 812) {
	#login-modal .modal-dialog {
		width: 93%;
		position: absolute;
		/* margin-top: 94vh; */
		margin-left: -26vh;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
	#login-modal .modal-dialog {
		width: 88%;
		/* position: absolute; */
		/* margin-top: 94vh; */
		/* margin-left:-26vh; */
	}


	img.rounded.float-right.bumi {
		width: 40px;
		margin-left: 1px;
	}

	h5.text-start.text-white {
		font-size: 10px;
		margin-left: 7px;
	}

	h5.text-start.text-white.bps {
		font-size: 10px;
		margin-left: 25px;
		margin-top: -42px;
	}

	img.rounded.float-right.data {
		width: 40px;
		margin-left: 255px;
		margin-top: -140px;
	}

	h5.text-start.text-white.data {
		margin-top: -52px;
		margin-left: 252px;
	}

	img.rounded.float-right.statistik {
		width: 40px;
		margin-left: 30px;
		margin-top: -120px;
	}
}

@media screen and(max-width: 320px) {
	.continer-small{
		margin-left: 1rem;
		margin-right: 1rem;
	}
}