@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2f2f2f;
	color: #fff;
	font-family: 'Calibri', sans-serif;
	font-size: 16px;
}

.hit-the-floor {
	display: inline-block;
	margin-bottom: 8px;
	color: #4AB5C7;
	font-size: 2em;
	font-weight: bold;
	font-family: Helvetica;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}


.hit-the-floor a {
	text-decoration: none;
	color: #4AB5C7;
}

.hit-the-floor a:hover {
	text-decoration: none;
}

.hit-the-floor-title {
	color: #727272;
	font-size: 1.5em;
	font-family: Helvetica;
	text-shadow: 0 1px 0 #ccc, 0 1px 0 #c9c9c9, 0 2px 0 #bbb, 0 3px 0 #b9b9b9, 0 4px 0 #aaa, 0 5px 0px rgba(0, 0, 0, .1), 0 0 4px rgba(0, 0, 0, .1), 0 0px 2px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .2), 0 4px 9px rgba(0, 0, 0, .25), 0 9px 9px rgba(0, 0, 0, .2), 0 19px 19px rgba(0, 0, 0, .14);
}

a {
	color: inherit;
}

.headbar,
.nav-menu {
	width: 100%;
	height: auto;
	display: flex;
	background-color: #111111;
	position: relative;
	align-content: center;
	top: 0px;
}

.nav-menu {
	height: 60px;
}

.carusel,
.sliderhome,
.categoribox,
.newsbox,
.newshome,
.footerbox,
.footx-a,
.footx-b,
.contentainer,
.canal_title,
.isicontent,
.articlebox,
.article_title,
.article_thumb,
.article_thumb_small,
.article_tx,
.sidebarbox,
.commentbox,
.filterbox,
.filter-product,
.productbox,
.product-ket,
.parallaxbox,
.contact_thumb,
.adds_officebox,
.formbox,
.catbox {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	background: #ccc;
}

.commentbox {
	display: none;
}

.article_title,
.isicontent,
.contentainer,
.article_tx,
.commentbox,
.product-ket,
.parallaxbox {
	background: none;
}

.product-ket p {
	margin: 0px;
	display: block;
}

.product-ket p:first-child {
	height: 30px;
}

.product-ket p:first-child a {
	padding: 0px 3px 0px 3px;
	color: #fff;
	background: red;
	font-size: 10px;
	border-radius: 3px;
	display: none;
}

.product-ket p:last-child a {
	padding: 5px;
	color: #fff;
	background: #666666;
	font-size: 12px;
	border-radius: 3px;
	position: relative;
	float: right;
}

.product-ket p:last-child a:hover {
	background: #D90000;
}

.namaproduct {
	font-size: 16px;
	font-weight: bold;
	color: #FFDE00;
}

.productbox {
	background: none;
	display: flex;
	padding: 20px;
	border: 1px #272727 solid;
	background-color: #3c3c3c;
	margin-bottom: 5px;
}

.product-thumb {
	width: 210px;
	max-height: 270px;
	position: relative;
	display: block;
	margin-right: 20px;
	overflow: hidden;
}

.filter-product {
	display: flex;
	justify-content: center;
	background: none;
	margin-bottom: 20px;
}

.filter-item {
	width: 100%;
	max-height: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 5px;
}

.filterbox {
	display: flex;
	justify-content: space-between;
	background: none;
	margin-bottom: 20px;
}

.sidebarbox {
	margin-bottom: 10px;
	background: none;
}

.terbaru {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #404041;
}

.terbaru p:last-child {
	font-size: 12px;
	margin: 0px;
	color: #848484;
}

.terbaru p:first-child {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.article_thumb,
.article_thumb_small {
	max-height: 750px;
	overflow: hidden;
}

.article_thumb_small {
	max-height: 380px;
}

.article_title,
.article_tx {
	padding: 0 10px;
	color: #ffffff !important;
}

.articlebox {
	margin-bottom: 30px;
	background: #3a3a3a;
	padding-bottom: 20px;
}

.articlebox+.list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

.titleberita {
	height: 80px;
	font-weight: 700;
	display: block;
	font-size: 22px;
}

.article_title p:first-child {
	height: 100px;
}

.article_cat {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin: 10px 0;
}

.article_date {
	right: 0px;
}

.canal_title {
	padding: 20px 0px;
	text-align: center;
	background-color: #424141;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footx-a,
.footx-b,
.footx-c {
	background: none;
	padding-left: 50px;
	margin: 10px 0;
	font-size: 11px;
}

.footx-a::before,
.footx-b::before {
	content: url(../images/img_foot_25.png);
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0px;
	left: -5px;
}

.footx-b::before {
	content: url(../images/img_foot_27.png);
}

.footerbox {
	background-color: #000;
	padding: 20px 0px;
	color: #fff;
}

.newshome {
	background: none;
	margin-bottom: 40px;
}

.newsbox {
	background: url(../images/bg-news_02.jpg) top left no-repeat;
	background-size: cover;
	padding: 20px 0;
}

.categoribox {
	padding: 30px 0;
	background-color: #3d3d3d;
}

.slide-item {
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.more-arrow,
.slider-block {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	height: auto;
	bottom: 75px;
}

.slider-block {
	bottom: -7px;
}

.nav-menu {
	background-color: #000;
}

.search-right {
	flex-grow: 11;
	text-align: right;
}

.search-right input {
	padding: 2px !important;
	background-color: #282828 !important;
	border: none !important;
	text-align: center;
	width: 200px !important;
	border-radius: 10px !important;
	margin-top: 5px !important;
	margin-right: 10px !important;
}

.logox,
.menu-left {
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	flex-grow: 1;
}

.menu-left {
	margin: 20px 0 0 0;
}

.menu-left a {
	margin: 5px 10px 0 10px;
	font-weight: 700;
	font-size: 15px;
}

.menu-left a:hover {
	color: #FF0000;
}

.nav-sosmed {
	flex-grow: 8;
	text-align: right;
}

.nav-sosmed span {
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

.nav-sosmed span:first-child {
	top: -20px;
}

.subtitletx {
	padding-bottom: 10px;
	border-bottom: 5px solid red;
	width: 300px;
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
}

.subsubtitle {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #fefefe;
	margin-bottom: 20px;
}

.subsubtitle::before {
	content: " ";
	background-color: #ccc;
	color: blue;
	font-weight: bold;
	position: absolute;
	bottom: -10px;
	width: 30px;
	border-bottom: 5px solid red;
}

.brandbox {
	width: 326px;
	height: 161px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 5px auto;
	border-radius: 5px;
}

.brandbox a img:hover {
	margin-top: -161px;
}

.catbox {
	background: none;
	overflow: hidden;
	text-align: center;
}

.img2 {
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
}

.catbox:hover>.img2 {
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
}

.filterhome ul li {
	margin-bottom: 25px;
}

.filtercat {
	display: flex;
	flex-wrap: wrap;
}

.filtercat a {
	background-color: #6c6c6c;
	width: auto;
	margin: 2px;
	text-align: center;
	color: #bfbfbf;
	padding: 5px;
	border-radius: 5px;
}

.pilihan {
	background-color: #fff;
	width: 100%;
	padding: 5px;
	border: none;
	border-radius: 2px;
	height: 3rem;
	color: #515454;
}

.thumbhome {
	width: 100%;
	height: 200px;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
	clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

.thumket {
	width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	display: block;
	padding: 2px 10px;
	color: #fff;
	background-color: #FF0004;
	border-radius: 0px 5px 5px 0;
}

.thumbhome img {
	width: 100%;
}

.deschome {
	width: 90%;
	min-height: 130px;
	padding: 20px 10px;
	background: rgba(255, 0, 4, .80);
	display: block;
	position: relative;
	margin: 0 auto;
	top: -1px;
	-webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
	clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
	font-size: 16px;
	font-weight: 700;
}

.smalldesc {
	width: 90%;
	/*  height:240px;*/
	position: relative;
	display: block;
	margin: 0 auto;
	font-size: 13px;
}

/* font deskripsi berita di home */

.newshome .smalldesc {
	font-size: 15px;
}


.seemore-article {
	width: auto;
	height: auto;
	padding: 10px;
	color: #fff;
	display: inline-block;
	background-color: red;
	border-radius: 10px;
}

.parallax-container {
	height: auto;
	padding: 20px 0;
	text-align: center;
}

.title-product {
	padding: 10px;
	background-color: red;
	color: #fff;
}

.tombol {
	padding: 10px;
	color: #fff;
	background: #666666;
	font-size: 14px;
	border-radius: 5px;
}

a:hover div.tombol {
	background: #000000;
	max-width: 500px;
}


/* Content Statis */

.staticpage {
	width: 90%;
	margin: auto;
	max-width: 1200px;
}

/* FONTS */

.judul-barang {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* COLOR CHANGES */

.blue {
	background: rgba(2, 6, 158, .8) !important;
}

/* Adjust list produk */
.listboksproduk {
	min-height: 220px !important;
}

/* Adjust list berita */
.articlebox {
	min-height: 440px !important;
}

/* Adjust list circle */
.articlebox ul {
	padding-left: 40px !important;
}

.articlebox ul li {
	list-style-type: disc !important;
}

/*hanging menu*/
.logox,
.nav-sosmed {
	position: fixed;
	z-index: 1;
}

.nav-sosmed {
	margin-left: 53%;
}

.nav-menu {
	margin-top: 70px;
	position: fixed;
	z-index: 1;
}

.contentainer,
.sliderhome {
	margin-top: 130px;

}

.diitemin {
	background-color: #000000;
	height: 70px;
	position: fixed;
	z-index: 1;
	width: 100%;
}

/*dropdown*/
.dropdownz {
	position: relative;
	display: inline-block;
}

.dropdown-contentz {
	display: none;
	position: absolute;
	background-color: rgba(249, 249, 249, 0.7);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 8px 8px;
	z-index: 1;
	color: #000000;
}

.dropdown-contentz a {
	margin: 0px;
}

.dropdown-contentz a li {
	list-style: none;
	padding: 8px 16px;
}

.dropdown-contentz a li:hover {
	background-color: #a0a0a0;
	list-style: none;
}

.dropdownz:hover .dropdown-contentz {
	display: block;
}

.iconsosmednav {
	position: absolute;
	right: 20px;
	margin-top: -5px;
}

/* MOBILE VERSION */

@media only screen and (min-width : 1367px) and (max-device-width: 1920px) {

	.catbox img {
		height: -27.3vh;
	}

}

/* Menghandle mobile landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 880px) {
	.logox img {
		max-width: 300px;
	}

	.nav-menu {
		height: 40px;
	}

	.carimobile {
		text-align: left;
		padding-left: 5px;
		margin-top: -5px;
	}

	.carimobile input {
		width: 150px !important;
		height: 33px !important;
	}

	.side-nav {
		background: #000;
		color: #ffffff;
	}

	.side-nav li a {
		color: #ffffff;
	}
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

	.productbox {
		padding: 0px;
		margin-bottom: 20px;
		background: none;
		display: flex;

	}


	.article_thumb,
	.article_thumb_small {
		height: 250px;
	}

	.brandbox {
		height: 160px;
	}

	.catbox {
		max-width: 390px;
		height: 50vw;
	}

	.catbox a img:hover {
		margin-top: -211px;
	}

	.logox img,
	.catbox img {
		width: 100%;
	}

	.burger {
		padding: 5px;
		background-color: #666;
		display: block;
		height: 35px;
		border-radius: 5px;
		margin-left: 10px;
		margin-top: 2px;
	}

	.side-nav {
		background: #000;
	}

	.side-nav a {
		color: #fff !important;
	}

	.more-arrow,
	.slider-block {
		display: none;
	}

	.slide-item {
		height: 175px;
	}

	.slick-dots {
		bottom: 25px;
	}




	.filter-product {
		display: block;
	}

	.filter-item {
		width: 46%;
	}

	.catbox {
		height: 25vw;
	}

	.homebox {
		height: 50vw;
	}

	.smalldesc {
		height: 150px;
	}

	/*hanging menu*/
	.logox {
		position: fixed;
		z-index: 1;
	}

	.nav-menu {
		margin-top: 50px;
		position: fixed;
		z-index: 1;
	}

	.contentainer,
	.sliderhome {
		margin-top: 110px;

	}


	/* halamanproduk */
	.img2 {
		display: none;
	}

	.catbox:hover>.img2 {
		display: block;
		top: 0px;
		left: 0px;
		position: absolute;
		width: 100%;
		opacity: 0;
	}

}


/* Ngatur Font */
.deschome,
.nav-menu,
.titleberita,
.subsubtitle {
	font-family: 'Sunflower', sans-serif;
}


/*buat ios*/
/* Safari 9+ */

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

	.headbar,
	.nav-menu {
		ztop: -60px;
	}

}


@media not all and (min-resolution:.001dpcm) {
	@media {

		.headbar,
		.nav-menu {
			top: -50px;
		}

	}
}


@supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {

	.hedadbar,
	.nsav-menu {
		tsop: -50px;
	}

}

/* Menu Mobile */

.side-nav ul {
	padding-left: 18px;
}

.side-nav .collapsible-body {
	background-color: #000000;
}


/* buat toko */
.kotakmerek {
	width: 50%;
	float: left;
	text-align: center;
	height: 260px;
}

.kotakmerek ul {
	padding-left: 0px !important;
	margin-top: 0px;
}

.kotakmerek ul li {
	list-style-type: none !important;
	display: inline !important;
	margin-right: 10px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.kotakmerek {
		width: 100%;
	}
}

/* buat video */
.kotakvideo {
	width: 25%;
	float: left;
	text-align: center;
	height: 280px;
	padding: 5px;
	color: #eaeaea;
}

.kotakvideo h3 {
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
}

.containerv {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.videov {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kotakvideoutama {
	width: 70%;
	float: left;
	padding: 5px;
}

.kotakvideoutama h3 {
	font-size: 24px;
	margin-top: 10px;
	font-weight: bold;
}

.kotakvideolain {
	width: 30%;
	float: left;
	padding: 5px 20px 5px 20px;
}

.kotakvideodetil {
	width: 100%;
	float: left;
	text-align: center;
	height: 200px;
	color: #eaeaea;
}

.kotakvideodetil h3 {
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.kotakvideo {
		width: 100%;
		height: auto;
	}

	.kotakvideoutama {
		width: 100%;
		float: left;
		padding: 5px;
	}

	.kotakvideolain {
		width: 100%;
		float: left;
		padding: 25px 20px 5px 20px;
	}
}

/* Buat beli offline */
.belioffline {
	/*background-image: url("http://localhost/autochem/assets/images/prestone-bg.jpg");*/
	background-image: url("http://localhost/autochem/assets/images/iridium-bg.jpg");
	background-size: cover;
}

.kotakcarialamat {
	margin: 100px auto 10px auto;
	max-width: 500px;
	background-color: #737373d9;
	padding: 15px;
	position: relative;
}

.kotakhasilalamat {
	margin: 10px auto 10px auto;
	width: 100%;
	padding: 15px;
	position: relative;
	background-color: #272727c9;
}

.hasilsearch {
	margin: 10px 0px;
	padding: 15px;
	background-color: #737373d7;
	width: 100%;
	clear: both;
}

.bengkel {
	padding: 25px;
}

.bengkel input {
	width: 80% !important;
	padding-left: 5px !important;
	margin-bottom: 0px !important;
}

.bengkel .tombols {
	padding: 10px;
	color: #fff;
	background: #424242;
	font-size: 14px;
	border-radius: 5px;
	border: 0px;
}

.fotobengkel {
	width: 150px;
	float: left;
}

.databengkel {
	float: left;
	padding-left: 10px;
}

.databengkel h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

.databengkel p {
	margin: 0px;
	padding: 0px;
}

strong {
	font-weight: bold !important;
}