/*=============================================================================================	
	Author : Muhammad Febriansyah
	Date       : Mei 2017
==============================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');
html{
	background: #1a1a1a;
}
body {
	color: #1a1a1a;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
.wow {
   visibility: hidden;
}
.overflowHidden {
    overflow: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.regular {
	font-weight: lighter;
}
.left {
	float: left;
	display:inline;
}
.right {
	float: right;
	display:inline;
}
.relative{
	position:relative;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
    transition: all 0.3s ease-in-out 0s;
}
a:focus{
	outline: 0;
}
strong {
	font-weight: 700;
}
p {
	margin: 1px 0 15px;
	line-height: 25px;
}
input, textarea, select {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	border: none;
	border: 1px solid #c9c9c9;
	padding: 5px;
	margin: 0;
	color: #666;
}
img {
	margin-bottom: -3px;
}
input[type=checkbox], input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
}
section {
    position: relative;
}
.pad-section{
	padding: 40px 0;
}
.text-center {
	text-align: center;
}
.rows{
	padding: 20px 0;
}
.overflowhidden{
	overflow: hidden;
}
/* structure
----------------------------------------------------------------------------------------------*/
.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 20px;
}
.mid-wrapper{
	width: 960px;
	margin: 0 auto;
}
.inner_wrap{ width:800px; margin: 0 auto; }
.afterclear:after {
	clear: both;
	content: '';
	display: block;
}
/* style button
----------------------------------------------------------------------------------------------*/
.red-bt{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-size: 18px;
	background: #d0112b;
	color: #fff;
	text-transform: uppercase;
}
.red-bt:hover{
	background: #8c0013;
}
.bt-black{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	background: transparent;
	color: #ed1c22;
	border-radius: 10px;
	border:1px solid #ed1c22;
	text-transform: uppercase;
}
.bt-black:hover{
	background: #ed1c22;
	color: #fff;
}
[type='submit'], [type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
[type='submit'].green-bt, [type='button'].green-bt{
	border-radius: 20px;
	border:none;
}
.green_ref{
	display: inline-block;
	color: #ed1c22;
}
.green_ref:hover{
	color: #fff;
}
.green_text{
	color: #ed1c22 !important;
}
/* style header
----------------------------------------------------------------------------------------------*/
.top_head{
	padding: 0 0 0px 0;
	display: block;
	width: 100%;
	text-align: right;
}
.lang_content{
	display: inline-block;
	background: #0a0a0a;
	text-align: center;
	border-radius: 0 0 10px 10px;
	padding: 5px;
}
.drop_button{
	position: absolute;
	display: inline-block;
	background: #0a0a0a;
	right: 0;
	width: 70px;
	top: 23px;
	padding: 3px 0;
	border-radius: 0 0 5px 5px;
	height: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}
.drop_button button{
	border:none;
	color: #aeafae;
	background: transparent;
}
.dropdown_lang:hover .drop_button{
	height: 55px;
	opacity: 1;
}
.indo .ind_text{
	display: none;
}

.english .eng_text{
	display: none;
}
.lang_content .langnya{
	display: inline-block;
	color: #5c5959;
	display: inline-block;
	font-size: 12px;
}
.lang_content .dropdown_lang{
	display: inline-block;
}
.lang_choice{
	color: #aeafae;
	font-size: 12px;
	background: url(../images/material/arrow_down_select.png) center right no-repeat;
	padding-right: 15px;
	cursor: pointer;
	width: 65px;
	display: inline-block;
}
#mainheader{
	display: block;
	width: 100%;
	background: transparent;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all 0.3s ease-in-out 0s;
	padding:20px 0 20px 0;
	overflow: hidden;
}
#mainheader.fixNav {
	padding:10px 0 10px 0;
	background: #1a1a1a;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(255, 255, 255, 0.1);
}
.main-logo{
	display: inline-block;
	max-width: 150px;
	float: left;
	transition: all 0.3s ease-in-out 0s;
	vertical-align: middle;
	position: relative;
}
.main-logo img{
	width: 100%;
	position: relative;
}
.main-logo img.with_glow{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}
.main-logo:hover img.with_glow{
	opacity: 1;
}
#mainheader.fixNav .main-logo{
	max-width: 110px;
}
.main-menu{
	float: right;
	text-align: left;
	vertical-align: middle;
	margin-left: 100px;
}
.desktop_menu{
	display: block;
}
.menu_mobile{
	display: none;
	max-width: 30px;
	float: right;
}
.main-menu ul{
	padding: 0;
	margin: 0;
}
.main-menu ul li{
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li a{
	display: block;
	transition: all 0.3s ease-in-out 0s;
	margin:0 10px;
	position: relative;
	
}
.main-menu ul li a .with_move{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li a:hover .no_move{
	transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li a:hover .with_move{
	opacity: 1;
}
.main-menu ul li a:hover .no_move{
	opacity: 0;
}

.main-menu ul li a img{
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.main-menu ul li a.logo_store{
	max-width: 80px;
}
#mainheader.fixNav .main-menu ul li a img{
	width: 90%;
}
.float_mobile_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: #1a1a1a;
    text-align: right;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}
.float_mobile_menu.expand {
    right: 0;
}
.close_menu {
    display: inline-block;
    padding-top: 10px;
}
.main_mobile_menu {
    display: block;
    margin-top: 15px;
}
.main_mobile_menu ul {
    padding: 0;
    margin: 0;
}
.main_mobile_menu ul li {
    display: block;
    text-align: left;
    padding: 20px 10px;
}
.main_mobile_menu ul li a, #mainheader.fixNav .main_mobile_menu ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
/* style kontent
----------------------------------------------------------------------------------------------*/
.only_mobile{
	display: none;
}
.only_dekstop2{
	display: block;
}
.img_uninstall{
	max-width: 500px;
	display: inline-block;
	margin-bottom: 20px;
}
#middle-content{
	padding-top: 80px;
}
#middle-content.driverJempolan{
	padding-top: 0px;
}
.row-list{
	margin-right: -15px;
	margin-left: -15px;
}
.row-list:after,
.row-list:before{
	content: '';
	display: table;
}
.row-list:after{
	content: '';
	clear: both;
}
.cols2{
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.cols5{
	position: relative;
	float: left;
	width: 20%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.left-feature{
	position: relative;
	float: left;
	width: 40%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.share_icon{
	position: fixed;
	width: 34px;
	height: 34px;
	right: 0;
	top: 30%;
	z-index: 5;
}
.share_icon a:hover{
	opacity: 0.8;
}
.icon_share_list{
	display:none;
	padding: 5px;
	text-align: center;
	background: #000;
	border-radius: 0 0 10px 10px;
}
.icon_share_list a{
	display: block;
	margin-bottom: 5px;
}
.right-feature{
	position: relative;
	float: left;
	width: 60%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.logo-banner{
	display: inline-block;
	padding: 40px 0;
}
.caption-banner{
	display: block;
	padding: 100px 0 0 0;
	text-align: left;
}
#atasbanget .caption-banner{
	width: 50%;
	position: absolute;
	right: 0;
	top: 10%;
	padding-right: 150px;
}
.caption-banner h1,.text-features h1{
	font-size: 32px;
	margin: 0;
	color: #fff;
}
.help_text{
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	color: #a7a9ac;
	float: right;
	padding-top: 10px;
	font-size: 11px;
}
.caption-banner h3{
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	color: #fff;
}
.greenHas{
	font-size: 32px;
	margin: 5px 0 10px 0;
	color: #ed1c22;
}
#feature_home{
	background: #1a1a1a;
	display: block;
	width: 100%;
	padding: 80px 0 0 0;
}
.text-features{
	padding-top: 100px;
	display: block;
}
.caption-banner p,.text-features p{
	color: #a7a9ac;
}
.item-features{
	display: block;
	text-align: center;
}
/*
.right-feature{
	background: url(../images/material/grey-shadow.png) no-repeat center 70%;
	background-size: 100%;
}*/
.icon-features{
	display: inline-block;
	margin-bottom: 20px;
}
.hp_frame{
	position: relative;
	z-index: 2;
}
.anim_rotate {
		-webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.circle_hp{
	max-width: 262px;
	position: absolute;
	z-index: 1;
	left: 10px;
}
.caption-features{
	display: block;
	text-align: center;
	padding: 0 20px;
}
.caption-features h3{
	font-size: 18px;
	margin: 0 0 5px 0;
	font-weight: 400;
	color: #ed1c22;
}
.caption-features p{
	color: #a7a9ac;
}
.title-section{
	display: block;
	width: 100%;
	text-align: center;
}
.title-section h1{
	font-size: 32px;
	color: #fff;
	margin: 0 0 0px 0
}
.title-section p{
	font-size: 14px;
	color: #a7a9ac;
	max-width: 800px;
	display: inline-block;
	padding: 0 20px 10px 20px;
}
.list_overview .row-list{
	margin-right: 0;
	margin-left: 0;
}
.list_overview .row-list .cols5{
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.thumb-over {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
}
.thumb-over img {
    width: 100%;
    object-fit: cover;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.overflow_black{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0);
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
}
.thumb-over:hover img{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
     opacity: 0.9;
}
.thumb-over:hover .overflow_black{
	background: rgba(0,0,0,0.3);
}
.overflow_foto{
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transition: all 0.3s ease-in-out 0s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+52&0+0,0.84+73 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 52%, rgba(0,0,0,0.84) 73%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 52%,rgba(0,0,0,0.84) 73%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 52%,rgba(0,0,0,0.84) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 ); /* IE6-9 */
}
.caption_foto{
    position: absolute;
    width: 100%;
    padding:0 20px;
    left: 0;
    bottom: 0px;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
}

.caption_foto h4{
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 25px 0;
	color: #fff;
}
.line_green{
	display: inline-block;
	width: 70px;
	height: 5px;
	background: #ed1c22;
}
#overview_home{
	background: url(../images/material/bg-driver-jempolan.png) no-repeat center center; 
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	padding: 20px 0 0 0;
}
#dorothea{
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	padding: 0px 0 0 0;
}
#atas{
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	padding: 20px 0 0 0;
}
#ganteng{
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	padding: 60px 0 0 0;
}
#tengah{
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	padding: 60px 0 0 0;
}
#bawah{
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	padding: 60px 0 0 0;
}
.hydrants{
	display: block;
	text-align: center;
}
.hydrants img{
	display: inline-block;
}
#insurance_home{
	background: #1a1a1a;
	padding: 60px 0;
}
.owl-carousel_driver .cols5{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.owl-carousel_driver .owl-stage{
	padding-left: 0 !important;
}
.overflow_bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;;
	background: url(../images/material/overflow_img.png) repeat;
	z-index: 2;
}
.item_card{
	display: block;
	width: 100%;
	margin-top: -240px;
}
.macetpotkes .item_card{
	margin-top: -20%;
} 
.quote_top{
	padding: 35px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: #000;
	position: relative;
	min-height: 275px;
	display: table;
}
.quote_top .isi_quote{
	vertical-align: middle;
	display: table-cell;
}
.quote_top::before {
	content: '';
	background: #000;
	bottom: -15px;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	position: absolute;
	left: 65px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.quote_top h3{
	font-size: 33px;
	color: #fff;
	margin: 0 0 10px 0;
}
.quote_top p{
	font-size: 16px;
	color: #fff;
}
.quote_top.with_video{
	min-height: 237px;
	display:table;
}
.quote_top.with_video p{
	display: table-cell;
	vertical-align: middle;
}
#testi_hydrant,#cards_section{
	display: block;
	padding-bottom: 60px;
	position: relative;
	z-index: 3;
	padding: 10px 0 0 0;
}
.quote_atas{
	width: 43px;
	height: 37px;
	position: absolute;
	left: 20px;
	top: -15px;
}
.quote_user{
	background: #ed1c22;
	display: block;
	border-radius: 0 0 10px 10px;
	padding: 35px;
	position: relative;
}
.quote_user .user_foto{
	display: inline-block;
	max-width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.quote_user .user_foto img{
	
}
.quote_user .user_caption{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	padding-left: 15px;
}
.user_caption h3{
	font-size: 24px;
	margin: 0 0 5px 0;
}
.quote_bawah{
	width: 43px;
	height: 38px;
	position: absolute;
	right: 20px;
	top: -15px;
}
#data_hydrant{
	padding: 40px 0;
	display: block;
	background: url(../images/material/hatakiwir.jpg) #000 no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.text_count{
	display: inline-block;
	width: 33%;
	vertical-align: middle;
	text-align: center;
}
.text_count h3{
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
.text_count h4{
	font-size: 44px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.text_count .text_month{
	display: inline-block;
	font-size: 32px;
	color: #ffffff;
	font-weight: 200;
	padding-left: 10px;
	vertical-align: middle;
}
.img_cover{
	position: relative;
}
.img_cover img{
	width: 100%;
}
.play_abs{
	width: 100%;
	position: absolute;
	top: 40%;
	text-align: center;
}
.video_card .play_abs{
	top: 40%;
}
.video_card .play_abs a.trigger_play{
	max-width: 80px;
}
.play_abs a.trigger_play{
	display: inline-block;
	max-width: 100px;
}
.play_abs a.trigger_play:hover{
	opacity: 0.8;
}
.cover-text{
	width: 100%;
	color: #FFF;
	position: absolute;
	padding: 20px;
	bottom: 0;
	background: #000;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(31%,rgba(0,0,0,.47)),color-stop(100%,rgba(0,0,0,.7)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
	text-shadow: 2px 1px 2px #000;

}
.cover-text h2{
	margin: 0 auto;
	font-size: 34px;
	clear: both;
	max-width: 600px;
	text-align: center;
	margin-bottom: 30px;
}

/* Style the list */
ul.breadcrumb {
  padding:0;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #ed1c22;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #ed1c22;
  content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #a7a9ac;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #a7a9ac;
  text-decoration: underline;
}
.owl-carousel_features .owl-controls .owl-nav .owl-prev, .owl-carousel_features .owl-controls .owl-nav .owl-next {
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 30%;
}
.owl-carousel_features .owl-controls .owl-nav .owl-prev {
    left: -10px;
    background: url(../images/material/arrow_prev.png) no-repeat;
    background-size: 25px;
}
.owl-carousel_features .owl-controls .owl-nav .owl-next {
    right: -28px;
    background: url(../images/material/arrow_next.png) no-repeat;
    background-size: 25px;
}
.video_cover{
	padding: 15px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
	background: #000;
	position: relative;
}
.images_cover img{
	width: 100%;
}
.caption_video{
	background: #101010;
    display: block;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.caption_video h3{
	    font-size: 30px;
    color: #fff;
    margin: 0 0 10px 0;
}
.caption_video p{
    font-size: 16px;
    color: #fff;
}
.banner-images{
	display: block;
	width: 100%;
}
.banner-images img{
	width: 100%;
}
#dorothea_jojoe{
	display: block;
	margin-top: -15%;
	padding-bottom: 80px;
}
.box_black_rounded{
	display: block;
	margin-left: 5%;
	width: 95%;
	background: #000;
	border-radius: 15px;
	padding: 20px 20px 20px 20px;
}
.driverJempolan .item_card{
	margin-top: 0;
}
.thumb_cerita {
	display: inline-block;
	max-width: 140px;
	vertical-align: top;
	margin-left: -7%;
}
.klikdetail {
    position: absolute;
    background: #f8142b;
    width: 250px;
    border-radius: 4px;
    top: -30%;
    left: 25px;
    z-index: 17;
    text-align: center;
}
.klikdetail::before {
    bottom: -8px;
    width: 20px;
    height: 20px;
    content: '';
    background: #f8142b;
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    margin-left: auto;
    margin-right: auto;
}
.klikdetail small {
    color: #000;
    position: relative;
    z-index: 17;
    display: block;
    padding: 6px;
    font-weight: 700;
    font-size: 14px;
}
.caption_cerita{
	display: inline-block;
	width: 70%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	vertical-align: middle;
}
.caption_cerita p{
	color: #fff;
}
.driverJempolan .breadcrumb{
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 2;
}
#banner_edukasi .bx-wrapper{
	margin-bottom: 0;
}
#banner_edukasi .logo-banner{
	padding: 0;
}
#banner_edukasi .cols2{
	margin-bottom: 0;
}
#banner_edukasi .bx-wrapper .bx-pager{
	bottom: 10px;
}
#jnjo_video{
	background: url(../images/material/light.png) right top no-repeat;
	padding-top: 40px;
}
.video_abs{
    width: 50%;
    position: absolute;
    left: 0;
    top:10%;
    padding-left: 80px;
}
.jnj_cover{
	width: 100%;
}
.jnj_cover img{
	width: 100%;
}
.title_video{
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px 0;
}
.owl-carousel_driver .owl-controls .owl-nav .owl-prev, .owl-carousel_driver .owl-controls .owl-nav .owl-next{
	text-indent: -9999px;
	width: 30px;
	height: 45px;
	position: absolute;
	top: 30%;	
}
.owl-carousel_driver .owl-controls .owl-nav .owl-next {
    right: 0px;
    background: url(../images/material/arrow_next.png) no-repeat;
    background-size: 25px;
}

.owl-carousel_driver .owl-controls .owl-nav .owl-prev {
    left: 10px;
    background: url(../images/material/arrow_prev.png) no-repeat;
    background-size: 25px;
}
.owl-carousel_driver .owl-dots{
	display: none !important;
}
#jaminan_section{
	padding-bottom:40px;
}
.images_jam{
	display: inline-block;
	width: 55%;
	vertical-align: middle;
}
.caption_jaminan{
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	margin-left: -10px;
}
.images_jam img{
	width: 100%;
}
.row_item{
	display: block;
	padding: 10px;
	background: #000;
	border-left: 5px solid #ed1c22;
	border-bottom: 1px solid #1a1a1a;
}
.row_item:last-child{
	border-bottom: none;
}
.row_item a{
	display: inline-block;
	background: url(../images/material/icon_plus.png) no-repeat left center;
	padding-left: 25px;
	color: #fff;
	font-size: 17px;
}
.row_item a:hover{
	color: #ed1c22;
}
.video_full_frame{
	display: none;
}
#video_hydrant,.video_full{ 
	width: 100%    !important;
  height: auto   !important;
  padding-top: 100px;
}
.dislcaimer{
	font-size: 12px;
	color: #777777;
}
/*------------- footer -----------------*/
#footer{
	background:#141414;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}
.left-footer{
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.logo-footer{
	display: inline-block;
	margin-top: 30px;
}

.right-footer{
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.right-footer p{
	color: #fff;
}
.menu-footer{
	display: block;
	width: 100%;
	text-align: left;
}
.menu-footer ul{
	padding: 0;
	margin: 0;
}
.menu-footer ul li{
	display: inline-block;
	width: 24%;
	padding: 20px 0;
}
.menu-footer ul li a{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.menu-footer ul li a:hover{
	text-decoration: underline;
}

.bx-wrapper{
	border:none;
	background: transparent;
	box-shadow:none;
}
.images_slider img{
	width: 100%;
}
.abs_box{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 100px;
	z-index: 3;
	padding-right: 2em;
	padding-left: 2em;
}
.box_green{
	display: inline-block;
	background: #f8142b;
	max-width: 500px;
	padding:15px 20px 10px 20px;
	z-index: 3;
}
.rifatLabs .abs_box{
	bottom: 250px;
}
.rifatLabs .bx-controls{
	padding-top: 145px;
}
.rifatLabs .bx-wrapper .bx-pager{
	bottom: 200px;
}
.box_green h3{
	color: #000000;
	font-size: 32px;
	margin: 0;
}
.box_green p{
	color: #000;
}
.bx-controls{
	background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
	padding-top: 80px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 2;
}
.bx-wrapper .bx-pager.bx-default-pager a.inactive, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background: #ccc;
}
.bx-wrapper .bx-pager{
	display: inline-block;
	width: auto;
	padding: 5px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	bottom: 65px;
	width: 100%;
	text-align: center;
	left: 0;
}
.bx-controls-direction{
	display: none;
}
.owl-carousel_features .cols2{
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
.owl-carousel_features .owl-dots{
	display: none !important;
}
#banner_flying_mobile {
    display: none;
}
.flying_banner {
    position: fixed;
    height: 75px;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    border-radius: 15px 15px 0 0;
    width: 100%;
    z-index: 20;
    background-color: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.2);
    display: table;
    margin: auto;
    transition: all 0.3s ease-in-out 0s;
}
.flying_banner.hidding{
	bottom: -100%;
}
.flying_banner>div {
    display: table-cell;
    vertical-align: middle;
}
.close_banner_flyer img {
    border-radius: 5px;
    width: 13px;
    margin-right: 5px;
}
.banner_icon_hpn img {
    width: 35px;
    padding: 5px;
    background-color: #000;
}
.text_fly_banner h3 {
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}
.text_fly_banner p {
    font-size: 10px;
    margin: 0;
}
.button_green {
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background-color: #ed1c22;
    width: 100%;
    position: relative;
    top: 20px;
    letter-spacing: normal;
    color: #fff;
    border-radius: 5px;
    padding: 12px 10px 10px;
    font-size: 12px;
}
#page_overview{
	padding: 80px 0;
}
/* ------------------------- popup style -----------------------*/
.popup-body{
	display: none;
}
.bg-popup{
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.content-popup .close_button{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 0px;
	color: #fff;
	font-size:22px;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}
.content-popup .close_button img{
	padding-top: 12px;
}
.content-popup{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
	z-index: 9999;
	border-radius: 10px;
	width: 800px;
	height: 400px;
	position: fixed;
}
.wrapper-popup{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background:#000;
	width: 100%;
	height: auto;
	border:2px solid #505050;
	border-radius: 10px;
}
.popup_video .wrapper-popup{
	background: transparent;
	border:none;
}
.video_frame_popup{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video_frame_popup iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#infscr-loading{
	clear: both;
}
.opacity_none{
	opacity: 0;
}
.popup_content{
	padding: 20px 40px;
	color: #fff;
}
.help_bintang{
	font-size: 11px;
}
.buttonnya{
	display: inline-block;
	vertical-align: middle;
}
#video_driver_jempolan .content-popup{
	text-align: center;
	height: 500px;
}
#video_driver_jempolan .wrapper-popup{
	display: inline-block;
	max-width: 500px;
}
#bannerjnjo_mobile{
 display:none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) {
/* Mobile styles */
}
 @media screen and (min-width:481px) and (max-width:1024px) {
/* Tablet styles */
}
 @media only screen and (min-width: 1140px) {
/* Desktop styles */
}
