/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */
html {
	min-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	height: 100%;
	overflow-wrap: anywhere;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

input[type="button"]{
	outline:none !important;
	border: 0 !important;
	box-shadow: unset !important;
}
input[type="button"]::-moz-focus-inner {
	outline:none !important;
	border: 0 !important;
	box-shadow: unset !important;
}
input[type="button"]:focus {
	outline:none !important;
	border: 0 !important;
	box-shadow: unset !important;
}
button:focus {
    outline:none !important;
	border: 0 !important;
	box-shadow: unset !important;
}

strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
	outline: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a:hover {
    color: #cd3333;
}
a, a:hover {
    text-decoration: none;
}
a, a:focus{
	outline: 0;
}
i {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
p strong {
	font-weight: 600;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 98;
	background: #fff;
}

.lg-sub-html h4 {
	color: #fff !important;
}
.lg-sub-html p {
	color: #fff !important;
}

/*------------------------------------------*/
/*	   FAQ
/*------------------------------------------*/
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #000000 !important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}
.accordion-item {
    border: 1px solid #000000 !important;
}
.accordion-body {
    background: #dfe6ec !important;
}
/*------------------------------------------*/
/*	   UL Font Awesome
/*------------------------------------------*/

.ullifontawesome ul,.ullifontawesome li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ullifontawesome ul {
  margin: 2em 0;
}

.ullifontawesome li {
  margin-left: 1.5em;
}

.ullifontawesome li:before {
  content: '\f058';
  font-family: 'Font Awesome\ 5 Free';
  float: left;
  margin-left: -1.5em;
}

/*------------------------------------------*/
/*	    Paralax
/*------------------------------------------*/
.section-parallax {
  /* The image used */
 /*  background-image: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%), url('img_parallax.jpg'); */

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------------------------------*/
/*	    Card 4
/*------------------------------------------*/
.block-cardku-4 {
	margin-top: 75px;
}
.block-cardku-4 .cardku-4-custom {
  position: relative;
  font-size: 1rem;
}
.block-cardku-4 .cardku-4-col {
	margin-bottom: 100px;
}
.block-cardku-4 .cardku-4-custom-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 35%;
}
.block-cardku-4 .cardku-4-custom:hover {
  border: none !important;
}
.block-cardku-4 .cardku-4-custom:hover .cardku-4-custom-icon {
  border: none !important;
}

/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/
.form-group {
    margin-bottom: 1.25em;
}

/* equal column */
@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
}

/* thumbnail */
.thumbnail {
	border-width: 0;
	padding: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumbnail .caption{
	padding: 5px 15px;
}

/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */
.top-bar{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: linear-gradient(180deg, #000000 0%, #000000 100%);
	color: #fff;
}
.top-bar h2 {
	color: #fff;
}
.top-bar .contact-info{list-style:none;margin:0;padding:0;font-size: 12px;color:#fff;border:0;}
.top-bar .contact-info li{height:30px;line-height:30px;display: inline-block;margin-right:15px}
.top-bar .contact-info .circle{border-color: #fff;}
.top-bar .contact-info i, .top-bar .contact-info svg {
    color: #fff;
}

/*------------------------------------------*/
/*	        Menu Atas Kanan
/*------------------------------------------*/
.top-bar .menu-atas-kanan{
	list-style:none;
	margin:0;
	padding:0;
	font-size: 16px;
	color:#fff;
}
.top-bar .menu-atas-kanan li{
	margin-left:15px;
	display: inline-block;
}
.top-bar .menu-atas-kanan li a {
	color:#fff;
}
.top-bar .menu-atas-kanan li a:hover {
	color:#fff;
}
.btn-orange {
    color: #fff;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}
.form-orange {
    border-color: #7F7F7F !important;
	max-width: 74% !important;
}

/***** lang button *****/
.lang-button{
	margin: 3px 0 0 15px;
	padding: 0;
	list-style: none;
}
.lang-button li{
	display: inline-block;
	margin-left: 5px;
}
.lang-button, .frm-search{
	display: inline-block;
}
.lang-button{
	margin: 0 30px 0 0;
}
.lang-button li{
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0;
}
.lang-button li:last-child:before{
	content: '|';
	margin: 0 7px;
}
.lang-button a{
	color: #333;
}

/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
.navbar{
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
}
.navbar-default{
	background: #fff;
}
.navbar-brand{padding-top: 5px;}
.navbar-brand > img {
	height: 30px;
}
@media(min-width:992px){
	.blockstikyheader {
		position: fixed;
		top: 0;
		z-index: 99;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		left: 0;
		right: 0;
		max-width: 1440px;
	}
	.navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.navbar-collapse{
		text-align: center;
	}
	.navbar-nav{
		display: inline-block;
		float: none;
	}
	.navbar-brand > img {
		max-height: 50px;
		height: auto;
		max-width: 100%;
	}
	.navbar-nav > li{
		margin-left: 15px;
		display:inline-block;
		position:relative;
	}
	.navbar-nav > li > a {
		text-transform: uppercase;
		padding: 25px 0;
	}
	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		/* background: #fff; */
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: rgba(255,255,255,0);
	}
	
	/* submenu */
	.navbar-nav li:hover > ul {
		display: block !important;
		moz-animation: fadeInDown .1s ease-out ;
		-webkit-animation: fadeInDown .1s ease-out ;
		animation:fadeInDown .1s ease-out ;
	}
	.navbar-nav ul{
		margin: 0;
		padding: 0;
		width: auto;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-width: 2px 0 0 0;
		border-style: solid;
		border-color: #ddd;
		font-size: 13px;
		text-transform: capitalize;

		box-shadow: 0 0 0 ;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
		margin-top:15px;
	}
	.navbar-nav > li > .dropdown-menu li{ border-bottom: 1px solid #eee; position: relative;background:#7F7F7F; }
	.navbar-nav > li > .dropdown-menu li:last-child{ border-bottom: 0 }
	.navbar-nav > li > .dropdown-menu li,
	.navbar-nav > li > .dropdown-menu li a { color: #fff; font-weight: 300 }
	.navbar-nav > li > .dropdown-menu a { padding: 10px 15px; position: relative; }
	.navbar-nav > li > .dropdown-menu a:hover,
	.navbar-nav > li > .dropdown-menu > .active > a, 
	.navbar-nav > li > .dropdown-menu > .active > a:focus, 
	.navbar-nav > li > .dropdown-menu > .active > a:hover{ color: #fff !important;}
	
	.navbar-nav .dropdown-menu li { padding: 5px 0;}
	
	/* sub submenu */
	.navbar-nav ul ul{	
		/* left: 200px !important;
		top: -1px; */
		left: 100%;
		top: 0px;
		border-top: 0;
	}
	.navbar-nav .dropdown-toggle::after {
		content: none !important;
	}
}

/*------------------------------------------*/
/*	    Kontent
/*------------------------------------------*/
.btn-biruku-kontent {
    background-color: #0075C4;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px !important;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.btn-biruku-kontent:hover {
    background-color: #dc3545;
	color: #fff;
}
a.btn-biruku-kontent {
    color: #fff !important;
}
.kotak-artikelku .card-title {
    color: #0075C4;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
.kotak-artikelku .published {
    color: #363636;
    font-size: 11px;
    margin-bottom: 20px;
}
.kotak-artikelku .card-text {
    color: #363636;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
	margin-bottom: 30px;
}
.kotak-artikelku a {
    color: #0075C4;
	text-decoration: none;
}
.kotak-artikelku a:hover {
    color: #dc3545;
	text-decoration: none;
}

/*------------------------------------------*/
/*	    Sidebar
/*------------------------------------------*/
.sidebar-artikel-title-block {
    padding: 10px 25px 5px 25px;
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
	color: #fff;
}
.h2judulsidebar {
    color: #fff;
    font-size: 26px;
}
.sidebar-artikel {
    padding: 15px 25px 10px 25px;
}
.sidebar-artikel-time {
    color: #363636;
    font-size: 14px;
    font-weight: 500;
}
.sidebar-artikel-title {
    color: #0075C4;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.sidebar-artikel a {
	color: #0075C4;
	text-decoration: none;
}
.sidebar-artikel a:hover {
	color: #dc3545;
	text-decoration: none;
}

@media(max-width:991px){
	.custom-top-bar {
		padding-left: 0px;
		padding-right: 0px;
	}
	.blockstikyheader {
		position: fixed;
		top: 0;
		z-index: 99;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		left: 0;
		right: 0;
		max-width: 1440px;
	}
	.navbar-nav .dropdown-menu {
		background-color: #7F7F7F;
		padding: 10px;
		color: #fff;
	}
	.navbar-nav .dropdown-menu a:hover {
		color: #fff
	}
}
@media(max-width:575px){
	.custom-top-bar {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section{
	margin: 30px 0 30px;
}
section.margin0{
	margin: 0;
}
.heading{
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
}
.heading::before {
	content: '';
	height: 2px;
	width: 70px;
	position: absolute;
	right: 50%;
	margin-right: -35px;
	bottom: -10px;
	display: block;
	background: #ddd;
}
.heading.heading-light{color: #fff}
.heading.heading-light::before{background: #fff}

/*------------------------------------------*/
/*			Services
/*------------------------------------------*/
.section-service {
	/* background: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%) */;
	color: #fff;
	position: relative;
	
	height: 100%; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-wrapper {
	margin: 0 auto;
	padding: 70px 0 70px;
}
.section-service .service-icon {
	border: 1px solid #ddd;
	color: #ddd;
	height: 84px;
	line-height: 84px;
	margin: 0 auto;
	width: 84px;
	font-size: 32px;
	
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
}
.section-service .service-icon,.section-service h3, .section-service p{border-color: #fff;color: #fff;}

/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features .media-left{
	padding-top: 5px;
}
.section-features .media-body{
	padding-left: 15px;
}

.section-features .media-heading{
	margin-bottom: 15px;
}

/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item{margin-bottom: 30px;}
.post-item .media{margin: 0;}
.post-item .media-left{padding-right: 15px;}
.post-date{
	text-align: center;
	margin-top: 30px;
}
.post-date .day {
	background-color: #444;
	color: #fff;
	padding: 12px 0;
	width: 42px;
	display: block;
	font-size: 22px;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.post-date .month {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	background: #ddd;
	text-align: text-align;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
h3.post-title {
    margin-top: 25px;
}

/*------------------------------------------*/
/*			Destination
/*------------------------------------------*/
.destination-item{
	margin-bottom: 20px;
	position: relative;
}
.destination-info {
    text-align: left;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 10;
}
.destination-info h3 {
	margin: 0;
	font-weight: 600;
	color: #fff;
}
.destination-info h5 {
    margin: 0;
    padding: 9px 25px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    color: #0075C4;
    font-size: 14px;
    font-weight: 500;
}

/*------------------------------------------*/
/*			Package Tour
/*------------------------------------------*/
.package-item{
	background: #fff;
	margin-bottom: 30px;
}
.package-item figcaption{
	color: #fff;
	bottom: 15px;
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 10;
}
.package-title{
	background: #f94141;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	margin-bottom: 10px;
}
.package-title:hover{
	background: #FEC107;
	color: #fff;
}
.package-price{
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.25);
	color: #FEC107;
}
.package-price .curency-symbol{
	color: #fff;
	font-size: 14px;
}
.package-duration{
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
.package-star{
	color: #FEC107;
	font-size: 12px;
}
.package-star .disabled{
	color: #ddd;
}
.ribbon {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: center;
}
.ribbon span {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #f94141;
	background: linear-gradient(#f94141 0,#f94141 100%);
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	position: absolute;
	top: 19px;
	left: -21px;
}

/*------------------------------------------*/
/*			Testimonial
/*------------------------------------------*/
.section-testimonial {
	/* background: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%) */;
	color: #fff;
	position: relative;
	
	height: 100%; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial-wrapper {
	margin: 0 auto;
	padding: 70px 0 70px;
}
@media (min-width: 768px) {
	.testimonial-wrapper { width:70%; }
}
.testimonial-wrapper p{ 
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	font-style: italic;
}
.testimonial-wrapper .owl-pagination{
	bottom: -55px
}
.testimonial-wrapper .owl-theme .owl-controls .owl-page.active span, .testimonial-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #ddd;
	opacity: 1;
}
.testimonial-wrapper  .owl-theme .owl-controls .owl-page span {
	border-color: #fff;
}

.square.testimonial-avatar{
	width: 120px;
	position: relative;
	overflow: hidden;
	margin: 20px auto 40px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.square.testimonial-avatar:after{
	border: 4px solid rgba(255,255,255,0.4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*------------------------------------------*/
/*			Gallery
/*------------------------------------------*/
.section-gallery li{
	display: inline-block;
	width: 20%;
	margin-bottom: -6px;
}
@media only screen and (max-width : 550px) {    
	.section-gallery li{
		width: 100%;
	}
}

@media only screen and (max-width : 767px) and (min-width : 551px){    
	.section-gallery li {
		width: 50%;
	}
}

/*------------------------------------------*/
/*			Contact
/*------------------------------------------*/
.contact-wrapper{
	margin-bottom: 30px;
}
.contact-intro{
	text-align: center;
	margin-bottom: 60px
}
.contact-info {
	padding: 30px;
	text-align: center;
	border: 1px solid #7F7F7F;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-info i {
	color: #ddd;
	font-size: 45px;
	margin: 0 0 15px;
}
.contact-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
}
.contact-info  p{margin:0}
@media (min-width: 768px) {
	.contact-intro{margin: 0 20% 60px}
}
@media(max-width:767px){
	.contact-info {padding: 20px 10px;}
	.contact-info h5 {
		font-size: 14px;
		margin: 0;
	}
	.contact-info  p{font-size: 11px;}
}
.section-map{}
#map-canvass {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 30px;
}
#map-canvass iframe,   
#map-canvass object,  
#map-canvass embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------*/
/*			Client
/*------------------------------------------*/
.client-carousel {padding: 0 30px;text-align:center;}
.client-carousel .owl-stage-outer{overflow-x:hidden;}
.client-carousel .owl-stage{display:flex;}
.client-carousel img {
    width: unset !important;
    max-height: 50px;
    margin: auto;
}
.client-brand img{
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
	
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.client-brand:hover img{
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}

.section-client .owl-theme .owl-nav{font-size:28px;position:initial;width:100%;z-index:-1;top:0;bottom:0;margin:auto;}
.section-client .owl-theme .owl-nav .owl-prev{position:absolute;left:-20px;top:0;bottom:0;margin:auto;}
.section-client .owl-theme .owl-nav .owl-next{position:absolute;right:-20px;top:0;bottom:0;margin:auto;}
.owl-theme .owl-nav [class*="owl-"]:hover{background:none;color:#7F7F7F;}

@media(max-width:767px){
	.section-client .owl-theme .owl-nav .owl-prev{left:0;}
	.section-client .owl-theme .owl-nav .owl-next{right:0;}
	
	.gallery-carousel.owl-carousel .owl-nav button{position:absolute;top:auto;bottom:0;margin:auto;}
	.gallery-carousel.owl-carousel .owl-nav button.owl-next{right:0;}
	.gallery-carousel.owl-carousel .owl-nav button.owl-prev{left:0;}
}
/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav{ margin: 30px 0; text-align: center; }
.page-nav ul{margin:0;padding:0}
.page-nav li{ display: inline-block; border:none !important }
.page-nav span,
.page-nav a{
	padding: 3px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #eee;
	display: block;
}
.page-nav span{ color: #999; }
.page-nav .active a,.page-nav .current{ background: #01B5EA; border-color: #01B5EA; color: #fff }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }


/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/
footer {
	background: #7F7F7F;
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
	color: #fff;
	font-size: 14px;
	position: relative;
}
footer img {
    max-width: 100%;
    height: auto;
}
.footer-section{
	padding: 70px 0 50px;
}
footer h3{
	color: #fff;
	margin-bottom: 30px;
}
footer p ,
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .form-control,footer input[type="text"] {
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	color: #fff;
	margin-bottom: 15px;
}
footer textarea.form-control {
	height: 80px;
}
footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	font-size: 12px;
}
footer .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	font-size: 12px;
}
footer .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	font-size: 12px;
}
footer .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-size: 12px;
}
.nav-footer li a{
	text-transform: capitalize;
}
.connect-icon{width: 15px;}
.copyright-section {
    padding: 15px 0;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #fff;
}
.copyright-section p{
	margin: 0;
	color: #fff;
}
.copyright-section a{
	color: #fff;
	text-decoration: none;
}
.copyright-section a:hover{
	color: #fff;
	text-decoration: none;
}

/*------------------------------------------*/
/*			Keunggulan
/*------------------------------------------*/
.block-dg-icon-card-gradient-2 {
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
	margin-bottom: 30px;
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 {
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    background-color: #7F7F7F;
    background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 p {
    margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -30px;
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 p span {
    margin-left: 8px;
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 p:nth-child(odd) {
    background: none;
    padding: 10px 15px 10px 50px;
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 p:nth-child(even) {
    background: rgb(255 255 255 / 15%);
    padding: 10px 15px 10px 50px;
}

/*------------------------------------------*/
/*			Produk
/*------------------------------------------*/
.cardku-wave-col .custom-shape-divider-bottom-wave-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.cardku-wave-col .custom-shape-divider-bottom-wave-2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.cardku-wave-col .custom-shape-divider-bottom-wave-2 .shape-fill {
    fill: #7F7F7F;
}

.cardku-wave-col .card-title {
	color: #fff;
}

.cardku-wave-col .card-body {
	background: linear-gradient(180deg, #7F7F7F 0%, #000000 100%);
	color: #fff;
}

.cardku-wave-col .btnproduk .btn-beli {
	background: #ff9800 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}
.cardku-wave-col .btnproduk .btn-beli:hover {
	background: #ff1100 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

.cardku-wave-col .btnproduk .btn-tanya {
	background: #01c501 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}
.cardku-wave-col .btnproduk .btn-tanya:hover {
	background: #ff1100 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}
.cardku-wave-col .card-notify-year {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ff4444;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    padding: 15px 0 0 0;
	z-index: 5;
}
.cardku-wave-col .card-notify-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #f2d900;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
	z-index: 5;
}

/*------------------------------------------*/
/*			Back to top
/*------------------------------------------*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
	z-index: 98;
}
.back-to-top i,.back-to-top svg {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	border-radius: 5px;
}


/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated{
	display:block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}


/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container{
	position: relative;
}
.owl-container .owl-buttons [class*="owl-"]{
	position: absolute;
	top: 50%;
	font-size: 24px;
	z-index: 10;
}
.owl-container .owl-buttons .owl-prev{
	left: 0;
}
.owl-container .owl-buttons .owl-next{
	right: 0;
}

/* Styling Owl navigation*/
.owl-buttons .owl-prev,
.owl-buttons .owl-next{
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
.owl-buttons .owl-prev{left: 0;}
.owl-buttons .owl-next{right: 0;}

/* ======================================
Form 
========================================*/

/* btn */
.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-default{
	background: #01B5EA;
	border-color:  #01B5EA;
	color: #fff;
}
.btn-default:hover,
.btn-default.focus, .btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background-color: #009FCC;
	border-color: #009FCC;
	color: #fff;
}

/* input */
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.control-group select, .control-group textarea, .control-group input[type="text"], .control-group input[type="password"], .control-group input[type="datetime"], .control-group input[type="datetime-local"], .control-group input[type="date"], .control-group input[type="month"], .control-group input[type="time"], .control-group input[type="week"], .control-group input[type="number"], .control-group input[type="email"], .control-group input[type="url"], .control-group input[type="search"], .control-group input[type="tel"], .control-group input[type="color"] {
	background: none repeat scroll 0 0 #FFFFFF;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	background-color: #FFFFFF;
	border-color: #01B5EA;
	color: #696969;
	box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
	border-width: 1px;
	color: #858585;
	box-shadow: none;
}
.checkbox label, .radio label {
	padding-left: 0;
	padding-right: 20px;
}
.checkbox-inline, .radio-inline {
	padding-left: 0;
}
.checkbox input[type=checkbox],.radio input[type=radio],.checkbox-inline input[type=checkbox],.radio-inline input[type=radio] { opacity: 0; }
input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}
input[type=checkbox]:disabled+.lbl, input[type=radio]:disabled+.lbl { color: #bbb; cursor: not-allowed }
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before,
input[type=radio]+.lbl::after{
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    font-family: fontAwesome;
    content: "\a0";
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    height: 16px;
    line-height: 14px;
    width: 16px;
	text-align: center;
}
input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: '\f00c';
    background-color: #fff;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}
input[type=radio]+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: "";
	border-radius: 8px;
}
input[type=radio]:checked+.lbl::after {
    background: #00b6e3;
	border-radius: 8px;
	content: "";
	height: 10px;
	left: 3px;
	top: 6px;
	width: 10px;
}
input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    color: #00b6e3;
}
input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #ffc107
}
.checkbox, .radio {
	margin-bottom: 15px;
}
.btn-spinner{
	font-size: 18px;
	border: 1px solid #ddd;
}


/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide{opacity:0}
.iconleft{margin-right:5px}
.iconright{margin-left:5px}
.no-border{border:none}
.no-shadow{box-shadow: 0 0 rgba(0,0,0,0)}

.list-item{
	margin-bottom: 30px;
}
.icon-sm{
	width: 25px;
}
.icon-lg{
	width: 60px;
	font-size: 48px;
}

/* sparator */
.sparator{
	background: #333;
	height: 1px;
}

/* typo */
.lowercse{text-transform: lowercse !important;}
.uppercase{text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}

/* color */
.white{color: #ffffff !important}
.red{color: #cd3333 !important}
.orange{color: #FF9800 !important}
.deep-orange{color: #f46e39 !important}
.purple{color: #c032bb !important}
.green{color: #37c770 !important}
.lime{color: #CDDC39 !important}
.lime-dark{color: #827717 !important}
.blue{color: #4993e6 !important}
.amber{color: #FFC107 !important}
.pink{color: #e91e63 !important}


@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}


.dropdown-menu {
	border: none !important;
}

/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
@media(min-width:768px){	
	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		/* color: #7F7F7F !important; */
	}
	.navbar-nav > li:hover > a,
	.navbar-nav > li > a:hover,
	.navbar-nav > .active > a,
	.navbar-nav > .active > a:focus,
	.navbar-nav > .active > a:hover {
		color: #7F7F7F;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		color: #7F7F7F;
	}	
	.navbar-nav ul{
		border-color: #7F7F7F;
	}
}

/*------------------------------------------*/
/*	                Section
/*------------------------------------------*/
.heading::before {
	background: #7F7F7F;
}

/*------------------------------------------*/
/*	                Blog
/*------------------------------------------*/
.post-date .month {
	background: #7F7F7F;
}

/*------------------------------------------*/
/*	          Page Navigation
/*------------------------------------------*/
.page-nav .active a, .page-nav .current {
	background: #7F7F7F;
	border-color: #7F7F7F;
}

/*------------------------------------------*/
/*	          Owl carousel
/*------------------------------------------*/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #7F7F7F;
}
.owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover{
	color: #7F7F7F;
}

/*------------------------------------------*/
/*	          Gallery
/*------------------------------------------*/
.nav-album .active a{background: #7F7F7F;border-color: #7F7F7F; }

/*------------------------------------------*/
/*	          Contact
/*------------------------------------------*/
.contact-info i,.contact-info .svg-inline--fa {
	color: #7F7F7F;
}

/*------------------------------------------*/
/*	          features
/*------------------------------------------*/
.section-features .fa,.section-features .svg-inline--fa {
	color: #7F7F7F;
}

/*------------------------------------------*/
/*	          Form
/*------------------------------------------*/
.btn-view:hover{
	background: #7F7F7F;
	border-color:  #7F7F7F;
}
input[type=radio]:checked+.lbl::after {
    background: #7F7F7F;
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    color: #7F7F7F;
}
.btn-default{
	background: #7F7F7F;
	border-color:  #7F7F7F;
}
.btn-default:hover,
.btn-default.focus, .btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background-color: #b71c1c;
	border-color: #b71c1c;
}

/* OWL-CAROUSEL */
#owl-slider{
    padding-top: 0;
	overflow:hidden;
}
#owl-slider, #owl-slider .owl-video-wrapper{
    max-height: 580px;
}
#owl-slider h2{
    font-weight: 800;
}
#owl-slider .owl-stage{
    padding:0 !important;
}
#owl-slider .item{
    position: relative;
    padding-top:47.92307%;
}
#owl-slider .item, #owl-slider .item-video{}
#owl-slider .item .gambar, #owl-slider .item-video .gambar{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    overflow:hidden;
}
#owl-slider img{
    max-width: 100%;
    height: auto;
}
.owl-video-wrapper{
    width: 100%;
    height: auto;
}
.owl-video-wrapper{
    height: 48vw !important;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    top:50%;
}
.owl-prev{
    left: 20px;
}
.owl-next{
    right: 20px;
}
.owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#owl-slider .item .item-caption{
    /* top: 20%; */
    left: 5%;
    right: 20%;
    bottom: 20%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

}
#owl-slider .item .item-caption a, #owl-slider .item-video .item-caption a {
    color: #F86C07;
}
#owl-slider .carousel-caption {
}
#owl-slider .carousel-caption h2 span{
    color: #fff;
	text-shadow:0 0 5px #000;
	font-size:24px;
	width:100%;
}
#owl-slider .carousel-caption p span{
    color: #fff;
	text-shadow:0 0 5px #000;
	font-size:16px;
}
#owl-slider .btn-slider{
    background:transparent;
	border:2px solid #fff;
	box-shadow:0 0 5px #000;
	text-shadow:0 0 5px #000;
	color:#fff;
	border-radius:8px;
}
#owl-slider .btn-slider:hover{
    background:#fff;
	color:#000 !important;
	text-shadow:none;
}
#owl-slider .item .item-caption .learn-more, #owl-slider .item-video .item-caption .learn-more {
    height: 38px;
    width: 144px;
    /* background-color: #F86C07; */
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 14px;
    /* padding: 12px 27px; */
}

#owl-slider .owl-nav .owl-next, #owl-slider .owl-nav .owl-prev{width:40px;top:0;bottom:0;opacity:1;color:#FFF;margin:auto;}
#owl-slider .owl-nav .owl-next:hover, #owl-slider .owl-nav .owl-prev:hover{color:#D81A27;background:transparent;}
#owl-slider .owl-nav .owl-next{margin-right:0;}
#owl-slider .owl-nav .owl-prev{margin-left:0;}
#owl-slider .owl-nav .svg-inline--fa{color:#FFF;opacity:0.6;}
#owl-slider .owl-nav:hover .svg-inline--fa{opacity:1;}
/* #owl-slider .owl-dots{bottom:120px;} */
#owl-slider .owl-dots{display: none !important;}
#owl-slider .owl-dots .owl-dot span{border-color:#FFF;background:transparent;margin:3px 5px;border:1px solid #FFF;}
#owl-slider .owl-dots .owl-dot.active span{border-color:#FFF;background:#FFf;}
#owl-slider .carousel-caption{bottom:140px;}
#owl-slider .carousel-caption h2 span{margin-bottom:20px;font-family:arial;}
@media(min-width:768px){
	#owl-slider .carousel-caption h2{/* min-height:90px;width:85%; */}
}
@media(max-width:767px){
	#owl-slider .owl-nav .owl-next, #owl-slider .owl-nav .owl-prev{bottom:5px;}
}

#owl-slider .owl-theme .owl-dots .owl-dot{/* display:block; */}
#owl-slider .carousel-caption h2 a .svg-inline--fa{color:#00971b;}

/*------------------------------------------*/
/*			Team
/*------------------------------------------*/
.team-carousel {padding: 0 30px;text-align:center;}
.team-carousel .owl-stage-outer{overflow-x:hidden;}
.team-carousel .owl-stage{display:flex;}
.section-client .owl-theme .owl-nav{font-size:28px;position:initial;width:100%;z-index:-1;top:0;bottom:0;margin:auto;}
.section-client .owl-theme .owl-nav .owl-prev{position:absolute;left:-20px;top:0;bottom:0;margin:auto;}
.section-client .owl-theme .owl-nav .owl-next{position:absolute;right:-20px;top:0;bottom:0;margin:auto;}

@media(max-width:767px){
	.section-client .owl-theme .owl-nav .owl-prev{left:5px;}
	.section-client .owl-theme .owl-nav .owl-next{right:5px;}
}

.logobawahfooter {
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

.nav-footer .dropdown-menu.show {
    display: block;
}
.nav-footer .dropdown-menu {
    border: none !important;
}
.nav-footer .dropdown-menu {
    position: static;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 10px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background: linear-gradient(180deg, #000000 0%, #000000 100%);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.text-justify {
    text-align: justify;
}

.block-videofoto1 img {
    width: 100%;
    transition: all .2s ease-in-out;
    object-fit: cover;
    height: 200px;
}

.block-videofoto1:hover img {
	transform:scale(1.1);
}

.block-videofoto2 img {
    width: 100%;
	transition:all .2s ease-in-out;
    object-fit: cover;
    height: 200px;
}

.block-videofoto2:hover img {
	transform:scale(1.1);
}

.gradienku {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #000000 100%);
    overflow: hidden;
}
.imagegradienku {
    opacity: 0.5;
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
}
.middlegradienku {
    opacity: 1;
    position: absolute;
    top: 40%;
    left: 0;
	right: 0;
    text-align: center;
}
.textgradienku {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.block-videofoto1 {
		padding: 0px 15px 0px 15px !important;
	}
	.block-videofoto2 {
		padding: 0px 15px 0px 15px !important;
	}
}

.card-title {
    text-transform: capitalize;
}

/*------------------------------------------*/
/*			Kategori
/*------------------------------------------*/
ul.kategori{margin-bottom:25px;}
ul.kategori li{display:inline-block;margin:0 5px;}
ul.kategori li a{border:1px solid #000000;color:#000000;padding:5px 10px;border-radius:5px;}
ul.kategori li a.active,ul.kategori li a:hover{background:#000000;color:#fff;}