@font-face {
  font-family: Gotham-bold;
	src: url('https://cdn4.uzone.id/assets/fonts/Gotham-Bold.ttf');
}
.top-border{
	height:10px;
	width: 100%;
	background-color: #4fc3f6;
}
.top-section{
	background-color: #FFF;
	padding: 20px 0px;
	min-height: 130px;
}
.top-banner-section{
	background-color: #cd242b;
}
.top-banner-section img{
	width: 100%;
}
.main-banner-section{
	background-color: #d9d9d9;
	padding:20px;
	min-height: 420px;
	position: relative;
}
.top-section{
	margin:auto;
}
.top-section .div-logo{
	height:90px;
	width:190px;
	float:left;
}
@media(max-width: 991px){
	.top-section .div-logo{
		height:90px;
		width:190px;
		text-align: center;
		margin:auto;
		float:none;
	}
}
.top-section .div-logo img{
	width:100%;
}
.top-section .div-ads-right-lba{
	width:728px;
	height:90px;
	float:right;
}
.footer-section{
	background-color: #727070;
	padding:20px 0px 15px 0px;
	color: #FFF;
}
/*SKINNER*/
.skinner-left{
	top:20px;
	height: 200px;
	left: 50%;
	margin-left: -652px;
	position: absolute;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;	
}
.skinner-right{
	top:20px;
	height: 200px;
	position: absolute;
	right: 50%;
	margin-right: -650px;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;	
}
.fixed-skinner{
	position:fixed;
	top:20px;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}
@media(max-width:991px){
	.skinner-left{
		position: fixed;
	}
	.skinner-right{
		position: fixed;
	}
}	
/*SKINNER*/

.ads-section{
	padding: 15px;
	text-align: center;
}
.main-section{
	min-height: 1000px;
}
.main-content{
	overflow: hidden;
}
.main-content-list-container{
	padding: 10px;
	height: 250px;
	margin: 0px auto 20px auto;
}
.main-content-list-container a:hover{
	text-decoration: none;
}
.main-content-list-images{
	width:100%;
	text-align: center;
	overflow: hidden;
}
.main-content-list-images img{
	width:100%;
	object-fit: cover;
	object-position: 0% 0%;	
	height: 175px;
}
.main-content-list-images:hover > img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.main-content-list-description{
	padding: 10px 0px;
}
.main-content-list-description h3{
	padding: 0px;
	margin: 3px 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Gotham-bold;
	color: #cd242b;
}
.main-content-list-description p{
	padding: 1px 0px;
	color: #707070;
	font-size: 12px;
	font-family: Gotham-bold;	
}
.main-banner-container{
	margin: 0px 10px;
	min-height: 390px;
	overflow: hidden;
}
.main-banner-left{
	height: 390px;
	position: relative;
}
.main-banner-left a{
	color: #000;
}
.main-banner-left-images{
	overflow: hidden;
}
.main-banner-left-images img{
	height: 390px;
	width: 100%;
	object-fit: cover;
	object-position: 0% 0%;
}
.main-banner-left-images img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.main-banner-left-description{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgba(255,255,255,0.8);
	padding: 15px 20px;
}
.main-banner-left-description h2{
	margin: 0px;
	padding: 0px;
	font-family: Gotham-bold;
	font-weight: bold;
	font-size: 20px;
	max-height: 50px;
	overflow: hidden;
}
.main-banner-left-description h4{
	font-size: 11px;
	padding: 6px 10px;
	font-family: Gotham-bold;
	font-weight: bold;
	text-transform: uppercase;
	border:solid 1px #e52625;
	width: 120px;
	text-align: center;
}
.main-banner-right{
	height: 130px;
	overflow: hidden;
	position: relative;
}
.main-banner-right-images img{
	height: 130px;
	width: 100%;
	object-fit: cover;
	object-position: 0% 0%;
}
.main-banner-right-images img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.main-banner-right-description{
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.main-banner-right-description h3{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #fd403f;
	font-family: Gotham-bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333;
}
.main-banner-right-description h4{
	padding: 5px 0px;
	margin: 0px;
	font-size: 12px;
	color: #FFF;
	font-family: Gotham-bold;
	text-transform: uppercase;
	line-height: 16px;
	text-shadow: 1px 1px 1px #333;
}
.main-banner-right-layer{
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
@media(max-width: 768px){
	.ads-section,.div-ads-right-lba{
		display: none;
	}
}
@media(max-width: 480px){
	.main-banner-section {
	    padding: 10px;
	}
	.main-banner-right{
		margin:10px auto;
	}	
	.main-banner-left{
		height: 240px;
	}
	.main-banner-left-images img{
		height: 240px;
	}	
	.main-banner-left-description{
		bottom: 10px;
		left: 10px;
		right: 10px;
		padding: 5px 10px;
	}
	.main-banner-left-description h2{
		font-size: 15px;
		max-height: 70px;
	}
	.main-banner-left-description h4{
		font-size: 11px;
		padding: 6px 10px;
	}	
	.top-banner-section{
		padding: 30px 0px;
	}
}
