/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2020 IMAJIKU.
*/


/* =GENERAL
------------------------------------------------------------ */


/* =RATIO
------------------------------------------------------------ */
[data-aspect-ratio] {
	display: block;
	max-width: 100%;
	position: relative;
	background-color: #000000;
	overflow: hidden;
}
[data-aspect-ratio]:before {
	content: '';
	display: block;
}
[data-aspect-ratio] > * {
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	object-fit: cover;
}

/*for landscape*/
[data-aspect-ratio="13:3"]:before {
	padding-top: 25.33%;
}
[data-aspect-ratio="3:1"]:before {
	padding-top: 33.33%;
}
[data-aspect-ratio="15:7"]:before {
	padding-top: 48%;
}
[data-aspect-ratio="2:1"]:before {
	padding-top: 50%;
}
[data-aspect-ratio="16:9"]:before {
	padding-top: 56.25%;
}
[data-aspect-ratio="3:2"]:before {
	padding-top: 66.66%;
}
[data-aspect-ratio="4:3"]:before {
	padding-top: 75%;
}

/*for square fit*/
[data-aspect-ratio="1:1"]:before {
	padding-top: 100%;
}

/*for potrait*/
[data-aspect-ratio="3:4"]:before {
	padding-top: 133.33%;
}
[data-aspect-ratio="2:3"]:before {
	padding-top: 150%;
}
[data-aspect-ratio="9:16"]:before {
	padding-top: 177.77%;
}
[data-aspect-ratio="1:2"]:before {
	padding-top: 200%;
}
[data-aspect-ratio="1:3"]:before {
	padding-top: 300%;
}

/* = NAVBAR
-------------------------------------------------------------*/
/*centering navbar*/
.navbar-default .navbar-nav>li {
	display: flex;
	width: auto;
	float: left;
	vertical-align: middle;
	height: 80px;
	position: relative;
	align-items: center;
	justify-content: center;
}
.navbar-default .navbar-nav>li>a {
	padding: 15px;
}
.navbar-default .navbar-nav>li:first-child>a {
	padding: 15px;
}
.navbar-default .navbar-nav>li:nth-last-of-type(-n+6)>a {
	padding-right: 15px;
}
.navbar-nav.navbar-left {
	display: flex;
	width: 44%;
	flex-direction: row;
	justify-content: flex-end;
}
.navbar-nav.navbar-right {
	display: flex;
	width: 44%;
	flex-direction: row;
	justify-content: flex-start;
}
#logo-center {
	position: absolute;
	top: 0;
	width: 150px;
	height: 96px;
	text-align: center;
	margin: auto;
}
#logo-center img {
	width: 135px;
	top: 15px;
	background-color: transparent;
}
.logo-main img {
	position: absolute;
	top: 18px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 0 13px 9px;
	width: 185px;
}

.logo-round {
	display: block;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 0px;
	background: #ffffff;
	opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 200;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
}
.navbar-shrink #logo-center {
	height: 75px;
	width: 115px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	background-color: #ffffff;
}

.header-top{
	display: block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.navbar-shrink .header-top{
	opacity: 0;
	visibility: hidden;
	margin-top: -40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


/*dropdown*/
.dropdown .caret {
	display: none;
}

/*scrolling dropdown*/
.dropdown-mega .dropdown-menu {
	max-height: 500px;
	overflow-y: auto;
}


/*disable scrollbar when showing mainmenu resposive*/ 
.disablescrollbar{
	overflow:hidden;
}

/*breadcrumb*/
.breadcrumb {
	background-color: transparent;
	padding: 0px 0px
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #f24036;
}
.breadcrumb .active {
	color: #f24036;
}
.breadcrumb li:first-child {
	padding-left: 0;
}

/*slider 4 home*/
.slider-4slides .thumb-imgdesc .thumb-img img {
	height: unset;
}


/* = BACKGROUND CLOUD
-------------------------------------------------------------*/
.bg-cloudsbig {
	padding-top: 70px;
}

/* = HERO SLIDER
-------------------------------------------------------------*/
.single-slide .slick-slide{
	background-color: #000000;
}
.single-slide .slick-slide img{
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 400px;
	margin: 0 auto;
}

/* = BANNER HOME
-------------------------------------------------------------*/
/*banner link*/
.banner-link {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 38px;
}
.banner-link img{
	display: block;
	width: 290px;
	height: 290px;
	margin: 0 0 0 auto;
}

/*banner ads*/
.banner-ads {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.banner-ads img{
	display: block;
	width: 290px;
	height: auto;
	margin: 0 0 0 auto;
}

.thumb-imgdesc {
    margin-bottom: 20px;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    background-color: #fff;
}