.logo [role="banner"]{
	background: url('/image/2019/09/logo.png') no-repeat 0 0 transparent;
	height: 115px;
}

.label{
	height: 57px;
	width: auto;
	position: initial;
	margin: 5px;
}

nav .inlineList {
    margin-top: 12px;
}

.page.service {
    background: #000;
}

.gradient {
    top: -50px;
}

footer{
	border-top: 2px solid #fab037;
	position: relative !important;
}

.sideMenuToggle{
	background: #fab037 !important;
}

.sideMenuToggle .arrows {
	display: none;
}

header .inner::after {
    width: 100%;
    display: none;
}

header{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
 .content.home, .content {
	margin-top: 0px;
	margin-bottom: 30px;
 }
 
 #sliderHome {
	height: 495px !important;
}

.menuBox.on {
    width: 100%;
    background: #1c1b1b;
}

.menuBox.on::after{
	border-bottom: none !important;
}

.menuBox::after{
	border-top: none !important;
}

.rsGCaption { 
	background-color: #0000 !important;
	right: 0px !important;
	width: 100%;
	text-transform: uppercase;
}

#sliderHome .rsGCaption .title{
    font-size: 40px;
	color: #fff !important;
}

.rsArrow.rsArrowLeft, .rsArrow.rsArrowRight, .rsNav.rsBullets {
    /* display: none !important; */
}

.rsBullets {
	margin: auto;
	width: 100%;
}

.rsArrowIcn {
	top: 50%;
}

.service .mainContent article {
	color: #fff;
}

.service .mainContent article {
	/* width: 72%; */
	width: 100%;
	padding-left: 15%;
}

#content{
	width: 100%
}

header nav {
	padding-top: 0px;
	text-align: right;
}

.contact label {
	color: #fff;
}

.page .layanan article {
	width: 30%;
}

.inlineList li a{
	color: #fab037;
}

.unggul {
    width: 50%;
    float: left;
    line-height: 1.5em;
}

.unggul ul li{
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	line-height: 1.5em;
}

.inner{
	/* height: 103px; */
	height: 50px;
}

footer .inner{
	height: 70px;
}

form.contact ul > li {
    font-size: 13px;
}

form.contact {
    margin-top: 0.5em;
 }
 
 .prefooter {
    height: 19px;
    display: block;
    margin: 50px;
}

/** Product **/
.text-right {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    float: left;
	margin-bottom: 20px;
}

.img-left {
    width: 50%;
    height: auto;
    position: relative;
    display: block;
	float: left;
}

.block {
    min-height: 330px;
    display: block;
    position: relative;
	margin-bottom: 18px;
}

.banner img {
    object-fit: cover;
    object-position: center bottom;
}

.mobNav .navToggle span.iconBar {
    background: #fefefe;
}

.rsGCaption p {
    text-transform: capitalize;
}

.rsGCaption p a:hover {
    color: #fff;
}
#sliderHome .rsGCaption{
	width: max-content;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.block-f{
	display: block;
	width: max-content;
	float: left;
}


@media screen and (max-width: 680px) {
	.img-left {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
	float: left;
	}
	.text-right {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    float: left;
	margin-bottom: 20px;
	}
	.unggul {
    width: 100%;
    float: left;
    line-height: 1.5em;
	}
	.service .mainContent article {
    width: 100%;
	}
	#sliderHome .rsGCaption .title{
	font-size: 28px;
	word-break: break-word;
	}
	#wh-widget-send-button {
    bottom: 10% !important;
	}
	#sliderHome .rsGCaption {
    /* width: min-content; */
	}
}

@media screen and (max-width: 680px) {
	#sliderHome {
		height: 250px !important;
		width: auto !important;
	}

	.rsGCaption {
		top: 28% !important;
	}

	.rsGCaption .title {
		font-size: 1em !important;
	}
}

/* download page */
/* ------------------------- */
.download-grid-item {
	background-color: white; 
	height: 260px;
}

.download-image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.download-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
  
 .download-grid-item:hover .download-image {
	opacity: 0.3;
}
  
.download-grid-item:hover .download-middle {
	opacity: 1;
}

.download-button {
	display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 5px;
    width: 100%;
    max-width: 200px;
    background: rgb(255, 164, 9);
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
	transition: all 0.3s ease-out;
	border: 1px solid #fff;
}

.download-button:hover, .download-button:link{
	text-decoration: none;
}

@media screen and (max-width: 680px) {
	.download-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* Homepage sosmed/marketplace links */
/* ----------------------------------------- */
.homepage-socmed-container {
	margin-top: 20px; 
	margin-bottom: 50px;
}

.homepage-socmed-item {
	height: 260px; 
	background-color: #797979;
}

.homepage-socmed-image {
	width: 50%;
    margin: auto;
    display: block;
    padding-top: 60px;
}

.homepage-socmed-item img {
	transition: transform .5s ease;
}

.homepage-socmed-item:hover img {
	transform: scale(1.1);
 }

.homepage-socmed-title {
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-family: sans-serif;
}

.homepage-socmed-image-text {
	text-align: center;
	margin: auto;
    display: block;
	padding-top: 15px;
	font-family: sans-serif;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0.05em;
}

.homepage-socmed-container a:active, .homepage-socmed-container a:hover, 
.homepage-socmed-container a:visited, .homepage-socmed-container a:link {
	text-decoration: none;
}

@media screen and (max-width: 680px) {
	.homepage-socmed-container {
		padding: 10px;
	}
	.homepage-socmed-container .col-xs-6:nth-child(even) {
		padding-right: 0 !important;
	}
	.homepage-socmed-container .col-xs-6:nth-child(odd) {
		padding-left: 10px !important;
	}
}


/* promo page */
/* ------------------------------------------ */
@media screen and (max-width: 680px) {
	.promo-text-container {
		padding-left: 25px !important;
		padding-right: 20px !important;
		padding-top: 25px !important;
	}
	.homepage-socmed-item {
		margin-bottom: 10px;
	}
}

/* socmed/marketplace footer */
/* ------------------------------------- */
.footer-socmed-links {
	height: 60px;
	width: 100%;
	background-color: #fba306;
}

.footer-socmed-links-item {
	margin-right: 20px;
	float: right;
	transform: translateY(20%);
}

.footer-socmed-links-item img{
	height: 42px;
}

@media screen and (max-width: 680px) {
	.footer-socmed-links-item {
		margin-right: 10px;
	}
}


/* fix padding class on mobile */
@media screen and (max-width: 660px) {
	.dasgluck-mobile-padding {
		padding-left: 40px;
		padding-right: 10px;
	}
}


/* Header dropdown menu */
.header-menu a {
	text-decoration: none !important;
}
  
.header-menu ul {
	background: darkorange !important;
	list-style: none !important;
	margin: 0 !important;
	padding-left: 0 !important;
}
  
.header-menu li {
	color: #fff !important;
	background: darkorange !important;
	display: block !important;
	float: left !important;
	padding: 1rem !important;
	position: relative !important;
	text-decoration: none !important;
	transition-duration: 0.5s !important;
}
	
.header-menu li a {
	color: #fff !important;
}
  
.header-menu li:hover,
.header-menu li:focus-within {
	background: black!important;
	cursor: pointer !important;
}
  
.header-menu li:focus-within a {
	outline: none !important;
}
  
  /* .header-menu ul li ul { */
.header-menu ul {
	background: orange !important;
	visibility: hidden;
	opacity: 0;
	min-width: 5rem !important;
	position: absolute;
	transition: all 0.5s ease !important;
	margin-top: 1rem !important;
	/* left: 0; */
	display: none;
}
  
  /* .header-menu ul li:hover > ul,
  .header-menu ul li:focus-within > ul,
  .header-menu ul li ul:hover,
  .header-menu ul li ul:focus {
	 visibility: visible !important;
	 opacity: 1 !important;
	 display: block !important;
  } */
.header-menu:hover > ul,
.header-menu:focus-within > ul,
.header-menu ul:hover,
.header-menu ul:focus {
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
}
  
  /* .header-menu ul li ul li { */
.header-menu ul li {
	clear: both !important;
	width: 100% !important;
	text-align: left;
	padding: 12px !important;
	border-right: 1px solid black !important;
}


/* mobnav logo */
.mobnav-logo {
	background: url('/image/2019/09/logo.png') no-repeat 0 0 transparent; 
	background-size: 100px; 
	float: left; 
	width: 100px; 
	height: 55px; 
	margin-left: 17px;
}

/* expired promo */
.expired-promo-overlay-container {
	position: relative;
}

.expired-promo-overlay {
	position: absolute; 
	width: 100%;
	height: 100%; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6); 
	z-index: 2; 
}

.expired-line {
	border-top: 1px solid #ffa409;
	margin-top: 60px;
	margin-bottom: 60px;
	/* border: 0; */
}

/* testimonial */
.testimonial-container {
	/* padding-left: 50px;
	padding-right: 50px; */
	margin-top: 100px;
}

.testimonial-container img {
	width: 100%;
	margin-bottom: 20px;
}

.testimonial-item {
	color: white;
	float: left;
	margin-bottom: 25px;
}

.testimonial-text {
	
}

.testimonial-source {
	float: right;
	color: white;
	line-height: 0px;
	margin-right: 20px;
}