/* Header awal (transparan) */
.site-header {
	position: absolute;
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1020;
	height: 250px;
	transition: height .35s ease;
}

/* Header saat fixed 
.site-header.fixed {
	position: fixed;
	background: #003d80; /* ganti sesuai warna biru solid 
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}*/

.site-header.scroll {
	background-color: rgba(255, 255, 255, .85);
	-webkit-backdrop-filter:saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	height: auto;
}

.site-header a {
	color: rgba(255,255,255,0.7);
	transition: all .15s ease-in-out;
}

.site-header a.dropdown-item,.site-header a.dropdown-item:hover{
	color: #333;
}

.site-header.scroll a {
	color: rgba(0,0,0,0.8);
}

.site-header.scroll a:hover {
	color: #333;
}

.site-header a.menu-items, .menu-items {
	margin-top: 110px;
	font-weight: bold;
	font-size: 1.1rem;
}

.site-header.scroll a.menu-items,.scroll .menu-items {
	margin-top: 18px;
}

.navbar-nav .nav-link.active{
	color: #fff;
	background-color: #009b4c;
	border-radius: 10px;
}

.header-right{
	color: rgba(255,255,255,0.8);
}

.site-header a:hover, .header-right:hover,.site-header a.menu-items.active, .menu-items.active {
	color: #fff;
	text-decoration: none;
}

#rmenu{
	color: #fff;
	margin-top:-5px;
}

.site-header.scroll #rmenu{
	color: #444;
}

.mobile-menu li{
	border-bottom: 1px solid #eee;
}

.mobile-menu li:last-child{
	border-bottom: none;
}

.mobile-menu li a{
	display: block;
	color: #444;
	padding: 15px 0;
}

.swiperHot h5{
	font-size: 1rem;
}

.swiperHot .card-img-overlay{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.swiper-button-prev, .swiper-button-next{
	color: #fff;
	padding: 0 20px;
	height: 100%;
	top: 22px;
}

.fixed-top {
	top: -55px;
	transform: translateY(15px);
	transition: transform .3s;
	padding-left: 30px;
	padding-right: 30px;
	background-color: rgb(0 66 130);
	background-image: none;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	height: auto;
	position: fixed;
	z-index: 0 !important;
}
