.image16-9 {
	position: relative;
	padding-bottom: 56.2%;
}

.image16-9 img {
	position: absolute;
	object-fit: cover;
	object-position: 0 0;
	width: 100%;
	height: 100%;
}
.imagedirektori {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.imagedirektori img {
	position: absolute;
	object-fit: cover;
	object-position: 0 0;
	width: 100%;
}
.judullink {
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-transform: uppercase;
}
.thumb-info-floating-caption-title {
	padding: 5px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.portfolio-item i {
	margin-right: 5px;
}
.logo {
	position: static; /*absolute*/
	top: 0;
	left: 50%;
	width: 110px;
	height: 130px;
	margin-top: -4px; /* Half the height */
	/*margin-left: -150px; /* Half the width */
	background-color: red;
	background-color: #fff0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	border-radius: 0 0 10px 10px;
	border-top: 0;
	transition: 0.3s;
	/*-moz-box-shadow: 0 0 20px #aaa;
	-webkit-box-shadow: 0 0 20px #aaa;
	box-shadow: 0 0 20px #aaa;*/
	-moz-box-shadow: 0 0 15px rgba(20, 163, 52, 0.5);
	-webkit-box-shadow: 0 0 15px rgba(20, 163, 52, 0.5);
	box-shadow: 0 0 15px rgba(20, 163, 52, 0.5);
	z-index: 1003;
}

.logo img {
	width: 80px;
}

.side-costum {
	background-color: #28166f;
}

/*.side-panel-wrapper li {
  	color: #fff !important;
	font-size: 14px !important;
	display: block;
	height: 70px;
}

.side-panel-wrapper li a {
	left: 25px;
}

.side-panel-wrapper li i {
	font-size: 18px !important;
}

.side-panel-wrapper li:hover {
	background-color: #281699;
	text-decoration: none;
}
.side-panel-wrapper .active {
	background-color: #2e19b3;
	text-decoration: none;
}*/
.navigasi {
	z-index: 1002;
	position: absolute;
	left: 0px;
	top: 10px;
}

.navigasi button,
.navigasi button:hover:after {
	font-size: 24px !important;
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	padding: 15px 20px 15px 20px !important;
}

.navigasi button:hover {
	font-size: 24px !important;
	border: none;
	outline: none;
	background: #fff;
	color: #14a334;
	padding: 15px 20px 15px 20px !important;
}

html.side-panel .body:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(33, 37, 41, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 9998;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}

html.side-panel .side-panel-wrapper1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100vh;
	background: #14a334; /*#28166F;/*ganti #FFF;*/
	/*padding: 32px;
	padding: 2rem;*/
	padding: 0px;
	padding: 0rem;
	-webkit-box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: ease transform 600ms;
	transition: ease transform 600ms;
	z-index: 9999;
}

html.side-panel .side-panel-wrapper1 .side-panel-close {
	position: absolute;
	top: 0;
	right: 0;
}

html.side-panel.side-panel-push .body {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: ease transform 600ms;
	transition: ease transform 600ms;
}

html.side-panel.side-panel-right .side-panel-wrapper1 {
	left: auto;
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

html.side-panel.side-panel-without-overlay .body:before {
	content: none;
}

html.side-panel.side-panel-open .body:before {
	opacity: 1;
	visibility: visible;
	height: 100%; /*tambahan*/
}

html.side-panel.side-panel-open .side-panel-wrapper1 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

html.side-panel.side-panel-open.side-panel-push .body {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

html.side-panel.side-panel-open.side-panel-push.side-panel-right .body {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

.side-panel-wrapper1 ul {
	list-style: none;
	padding: 0;
}

.side-panel-wrapper1 a {
	text-decoration: none;
}
.side-panel-wrapper1 a > span {
	color: #fff !important;
	font-size: 14px !important;
	height: 70px;
	padding-left: 70px;
	padding-right: 25px;

	display: table-cell;
	vertical-align: middle;
}
.side-panel-wrapper1 i {
	position: absolute;
	color: #fff !important;
	font-size: 18px;
	padding-left: 25px;
	padding-top: 25px;
}
.side-panel-wrapper1 li:hover {
	background-color: #16b339; /*#281699;*/
	text-decoration: none;
}
.side-panel-wrapper1 .active {
	background-color: #19c53f; /*#2e19b3;*/
	text-decoration: none;
}

@media (min-width: 200px) and (max-width: 500px) {
	.search-box {
		padding-left: 50px;
		padding-right: 50px;
		position: relative;
	}
	.search-box .fa {
		color: #fff;
		top: 15px;
		left: 65px;
		position: absolute;
	}
	.txt-kiri {
		display: none;
	}
	.txt-kanan {
		display: none;
	}
	.txt-tengah {
		width: 100% !important;
	}
	.botton-menu {
		display: none;
	}
	.burber-menu {
		display: block;
	}
}

@media (min-width: 501px) and (max-width: 767px) {
	.search-box {
		padding-left: 75px;
		padding-right: 75px;
		position: relative;
	}
	.search-box .fa {
		color: #fff;
		top: 15px;
		left: 90px;
		position: absolute;
	}
	.txt-kiri {
		display: none;
	}
	.txt-kanan {
		display: none;
	}
	.txt-tengah {
		width: 100% !important;
	}
	.botton-menu {
		display: none;
	}
	.burber-menu {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.search-box {
		padding-left: 100px;
		padding-right: 100px;
		position: relative;
	}
	.search-box .fa {
		color: #fff;
		top: 15px;
		left: 115px;
		position: absolute;
	}
	.txt-kiri {
		display: none;
	}
	.txt-kanan {
		display: none;
	}
	.txt-tengah {
		width: 100% !important;
	}
	.botton-menu {
		display: none;
	}
	.burber-menu {
		display: none;
	}
}
@media (min-width: 1025px) {
	.search-box {
		padding-left: 100px;
		padding-right: 100px;
		position: relative;
	}
	.search-box .fa {
		color: #fff;
		top: 15px;
		left: 115px;
		position: absolute;
	}
	.burber-menu {
		display: none;
	}
}
/*
.search {
	color: #fff;
	font-size: 16px;
	background-color: transparent !important;
	border-color: transparent !important;
	transition: box-shadow 1s ease,border-color 1s ease;
	padding-left: 40px;
}

::placeholder {
	color: #fff !important;
}
.search:focus {
	width: 100% !important;
	background-color: #A5D0E9 !important;
	color: #fff !important;
}
*/
.search {
	color: #fff;
	font-size: 16px;
	width: 100% !important;
	/* background-color: transparent !important; */
	/* border-color: transparent !important; */
	background-color: #a9d996 !important;
	border-color: #8bc34a !important;
	border-style: solid;
	transition: box-shadow 1s ease, border-color 1s ease;
	padding-left: 40px;
}

.search::placeholder {
	color: #fff !important;
}
.search:focus {
	width: 100% !important;
	background-color: #a9ea53 !important;
	color: #fff !important;
	outline: none;
}
ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;

	.ui-menu-item > a.ui-corner-all {
		display: block;
		padding: 3px 15px;
		clear: both;
		font-weight: normal;
		line-height: 18px;
		color: #555555;
		white-space: nowrap;

		&.ui-state-hover,
		&.ui-state-active {
			color: rgb(38, 20, 94) !important;
			text-decoration: none;
			background-color: #0088cc;
			border-radius: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			background-image: none;
		}
	}
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
	max-height: 400px !important;
	overflow-y: scroll !important;
}
.ui-menu-item {
	height: 80px;
	border: 1px solid #ececf9;
}
.ui-menu-item:hover {
	background: #f5f5f5 !important;
}
.ui-widget-content .ui-state-active {
	background-color: #f5f5f5 !important;
	border: none !important;
}
.list_item_container {
	height: 80px;
	margin-left: -0px;
	margin-top: -20px;
}
.ui-widget-content .ui-state-active .list_item_container {
	background-color: #f5f5f5;
	margin-top: -20px;
	color: rgb(9, 135, 196) !important;
}
.logosearch {
	width: 90px;
	float: left;
	padding: 10px;
}
.logosearch img {
	width: 50px;
	height: auto;
}
.ui-menu-item-wrapper {
	padding: 3px 0px 0px 0.4em !important;
}
@media only screen and (max-width: 600px) {
	.logosearch {
		width: 20%;
		float: left;
		padding: 10px;
	}
	.logosearch img {
		width: 30px;
		height: auto;
	}
	.label h4 {
		font-size: 10px;
	}
}
.label {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

/*.row.menu-bar {
    margin: 5% auto 0;
}*/

ul#menu {
	list-style-type: none;
	padding-left: 6%;
	width: 100%;
	text-align: center;
	position: relative;
	display: table-cell;
}

ul#menu li.menubar {
	width: 90px !important;
	height: 90px !important;
	border-radius: 50px;
	position: relative;
	padding: 0;
	margin: 0 7% 80px 0;
	display: inline-flex;
	text-align: center;
}

ul#menu li.menubar > a {
	width: 90px;
	height: 90px;
	border-radius: 50px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	border: 4px solid #d7fd2c; /*#A5D0E9;*/

	display: block;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 0;
	width: 100%;
	height: 100%;
	left: 0;
}
ul#menu li.menubar > .title {
	margin-top: 100px;
	position: absolute;
	width: 130px; /*90*/
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	/*left:0;
    right:0;*/
	margin-left: -20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul#menu li.menubar:hover {
	color: orange !important;
	text-decoration: none;
	color: black;
	-moz-box-shadow: 0 0 15px #f5ff52; /*#A5D0E9;*/
	-webkit-box-shadow: 0 0 15px #f5ff52; /*#A5D0E9;*/
	box-shadow: 0 0 15px #f5ff52; /*#A5D0E9;*/
}

ul#menu li.menubar > a.icon:before {
	content: "";
	left: 20px;
	top: 20px;
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
}
ul#menu li.menubar > a img {
	left: 20px;
	top: 20px;
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
}

/*=========*/

ul#menu1 {
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	text-align: center;
	position: relative;
	display: table-cell;
}

ul#menu1 li.menubar1 {
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 25px;
	position: relative;
	margin: 0 0 80px 0; /*0 0 20% 0;*/
	display: inline-flex;
	text-align: center;
}

ul#menu1 li.menubar1 > a {
	width: 200px;
	border-radius: 25px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	border: 4px solid #d7fd2c; /*#A5D0E9;*/

	display: block;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	left: 0;
}
ul#menu1 li.menubar1 > .title {
	margin-top: 125px;
	position: absolute;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	left: 0;
	right: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul#menu1 li.menubar1 > a:hover {
	color: orange !important;
	text-decoration: none;
	color: black;
	-moz-box-shadow: 0 0 15px #f5ff52; /*#A5D0E9;*/
	-webkit-box-shadow: 0 0 15px #f5ff52; /*#A5D0E9;*/
	box-shadow: 0 0 15px #f5ff52; /*#A5D0E9;*/
}

ul#menu1 li.menubar1 > a img {
	border-radius: 21px;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}

/*@media only screen and (max-width: 1024px) {

    ul#menu li.menubar {
        margin-top: 20px !important;
    }

    ul#menu1 li.menubar1 {
        margin-top: 20px !important;
    }
    
}*/

.partmenu a {
	color: inherit;
}

.partmenu a:hover {
	text-decoration: none;
}

.partfooter a {
	padding-right: 10px;
	color: inherit;
	white-space: nowrap;
}

.partfooter a:hover,
.partfooter a:active,
.partfooter a:visited {
	color: inherit;
	text-decoration: none;
}

.img-footer {
	height: 80px;
	padding-left: 10px;
	padding-right: 10px;
}

.isimenu {
	padding-left: 35px;
}

.isimenu i {
	margin-left: -20px;
	position: absolute;
	padding-top: 5px;
}
.isimenu a {
	color: inherit;
}

.isimenu a:hover {
	color: inherit;
	text-decoration: none;
}

.isimenu a:visited {
	color: inherit;
	text-decoration: none;
}

.login {
	color: #fff;
	font-size: 16px;
	border-color: transparent !important;
	background-color: #a9ea53 !important;
}

.login::placeholder {
	color: #fff !important;
}
.login:focus {
	width: 100% !important;
	background-color: #a9ea53 !important;
	color: #fff !important;
	outline: none;
}
