*, ::before, ::after, hr, hr::before, hr::after, input[type="search"], input[type="search"]::before, input[type="search"]::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::selection { background: #fff;}
html, body
{
	overflow-x: hidden;
	font-family: 'Lato';
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: bold;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Lato-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: bold italic;
	font-display: swap;
}
body
{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	background-color: #030200;
	color: #fff;
	font-weight: 300;
	width: 100%;
	height: 100%; 
	transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6, p {margin: 0;}
h1 { font-size: 60px; font-family: 'Red Rose', cursive;}
h2 { font-size: 40px; font-family: 'Red Rose', cursive;}
h3 { font-size: 32px; font-family: 'Red Rose', cursive;}
h4 { font-size: 22px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
p { font-size: 18px; font-family: 'Heebo', sans-serif;}
p:last-child { margin-bottom: 0px; }
ul { padding: 0px; }
a { color: inherit; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-font-smoothing: antialiased;}
a:focus, a:hover { color: #fdcc39; text-decoration: none; }
img{width: 100%;height: 100%;object-fit: contain;}
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(0,0,0,0.1); }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }
.mt0 { margin-top: 0px; }
.mt5{ margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px;}
.mt120 { margin-top: 120px;}
.mt140 { margin-top: 140px; }

.btn-utama
{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	padding: 15px 30px;
	background-color: #d1b15a;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0px;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	box-shadow: none;
	border: 0;
	transition: all 300ms ease;
}
.btn-utama:hover
{
	color: #fff;
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}
.btn-utama.black-button
{
	background-color: #030200;
}
.btn-kedua
{
	cursor: pointer;
	background: transparent;
	color: #fff;
	position: relative;
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 1.2px;
	padding: 15px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-kedua:hover
{
	color: #d1b15a;
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}
.button-hover {
	position: relative;
	height: 56px;
	-moz-transition: ease 0.35s all;
	-o-transition: ease 0.35s all;
	-webkit-transition: ease 0.35s all;
	transition: ease 0.35s all;
}
.button-hover:hover {
	line-height: 9em;
}
.button-hover:before {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: -3.15em;
	width: 100%;
	text-align: center;
}
/*  ==========================  FORM FIELD  ==========================*/

.form-control:focus, .has-warning .form-control:focus,
.has-error .form-control:focus, .has-success .form-control:focus
{
	outline: 0; -webkit-box-shadow: none; box-shadow: none;
}
.form-control[disabled]
{
	border: 0;
	background-color: #dedede;
}
.form-control[disabled]:hover
{
	border: 0;
}
.form-group
{
	position: relative;
	margin-bottom: 20px;
}
.has-error .form-control
{
	box-shadow: none;
}
input.form-control{
	position: relative;
	height: 50px;
	padding: 0 15px;
	background-color: #272727;
	color: #fff;
	border: 0;
	border-radius: 0;
	border: 2px solid rgba(0,0,0,0.1);
	box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
	text-transform: none;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all 0.3s;
}
input.form-control::placeholder,
textarea.form-control::placeholder
{
	color: rgba(0,0,0,0.20);
}
input.form-control:hover,
input.form-control:focus,
input.form-control:active
{
	border-color: #d1b15a;
}
select.form-control
{ 
	color: #fff;
	height: 50px;
	padding: 0 15px;
	background-color: transparent;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: 95% 45%;
	background-repeat: no-repeat;
	background-image: url("../images/chevron-down.png");
	background-size: 20px;
	font-size: 16px;
	box-shadow: none;
	cursor: pointer;
	font-weight: 400;
}
select.form-control:hover,
select.form-control:focus,
select.form-control:active
{
	border: 2px solid #d1b15a;
}
.select2-container--default .select2-selection--single
{
	height: 40px !important;
	border-bottom: 2px solid rgba(0,0,0,0.1) !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 2px solid rgba(0,0,0,0.1) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	color: #fdcc39 !important;
	font-size: 16px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
	padding: 5px !important;
}
textarea.form-control {
	background-color: #272727;
	min-height: 85px;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 15px;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #fff;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	box-shadow: none;
	/*resize: none;*/
}
textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active
{
	border-bottom: 2px solid #d1b15a;
}
label.control-label
{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}
.modal-content
{
	border-radius: 20px;
}
.modal-footer
{
	border: 0;
}
.modal-header .miles-category
{
	display: inline-block;
	position: relative;
}
.modal-header .close{
	position: absolute;
	top: 15px;
	right: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	margin-top: -4px;
	margin-right: 10px;
	font-size: 30px;
	width: 35px;
	height: 35px;
	transition: all 0.3s;
}
.modal-header .close span
{
	position: relative;
	top: -3px;
}
#select-dropdown {
	margin-top: 5px;
	background: transparent;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	outline: 0;
	display: block;
	text-align: left;
	font-size: 16px;
	width: 100%;
	cursor: pointer;
	color: #5A5957;
	text-decoration: none;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
#select-dropdown.open {
	opacity: 0;
}
.button-group {
	position: relative;
	width: 215px;
}
.button-group .marka {
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 10;
	cursor: pointer;
}
.button-group .marka i {
	background: grey!important;
}
.marka-icon-times{
	border: 1px solid grey;
	border-radius: 50%; 
	top: 5px !important;
	right: 5px !important;
}
#dropdown-menu {
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: 1em auto;
	padding: 15px 20px;
	width: 100%;
	list-style: none;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
}
#dropdown-menu li {
	position: relative;
	line-height: 24px;
	margin-bottom: 15px;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	opacity: 0;
}
#dropdown-menu li:nth-last-child(1){
	margin-bottom: 0;
}
#dropdown-menu li:hover{
	background-color: #33b8c41a;
}
#dropdown-menu li a {
	color: #5A5957;
	text-decoration: none;
	font-size: 1em;
}
#dropdown-menu.open {
	-webkit-transform: scale(1);
	transform: scale(1);
}
#dropdown-menu.open li {
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.open li:nth-child(1) {
	transition-delay: 0.07s !important;
}
.open li:nth-child(2) {
	transition-delay: 0.14s !important;
}
.open li:nth-child(3) {
	transition-delay: 0.21s !important;
}
.open li:nth-child(4) {
	transition-delay: 0.28s !important;
}
.open li:nth-child(5) {
	transition-delay: 0.35s !important;
}
/*====================================== SECTION WORD ======================================*/
.miles-head{
	line-height: 72px;
	letter-spacing: 0;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s;
}
.miles-category{
	line-height: 52px;
	letter-spacing: 0;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s;
}
.miles-main{
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0;
	color: #d1b15a;
	transition: all 0.3s;
}
.miles-semi{
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #fff;
	transition: all 0.3s;
}
.miles-info{
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 300;
	color: #fff;
	transition: all 0.3s;
}
.miles-break{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.miles-small{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	letter-spacing: 1.5px;
}
.main-color{
	color: #d1b15a !important;
	/*#ffbc06*/
}
.red
{
	color: #A91F24 !important;
}
.black{
	color: #030200 !important;
}
.info{
	color: rgba(0,0,0,0.50) !important;
}
.bold{
	font-weight: 600 !important;
}
.white{
	color: #fff !important;
}
.box-shadow{
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	transition: box-shadow .5s ease-out;
}
.no-pad{
	padding: 0;
}
.block{
	display: block;
}
.full{
	display: block;
	width: 100%;
}
.inline-block{
	display: inline-block;
}
.regular
{
	font-weight: 400;
}
.normal
{
	font-weight: 300;
}
.no-transform
{
	text-transform: none;
}
.italic
{
	font-style: italic;
}
.justify
{
	text-align: justify;
}
.and-more button.btn-kedua
{
	margin: 20px 0;
	padding-left: 30px;
	padding-right: 30px;
}
.navbar-space
{
	margin-top: 100px;
}
.sticky-subhead
{
	position: -webkit-sticky; 
	position: sticky;
	top: 100px;	
}
.section-shadow
{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 25px;
}
.section-heading
{
	max-width: 568px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.section-heading .miles-head
{
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-size: 60px;
}
.relative
{
	position: relative;
}
.dash
{
	position: relative;
	display: inline-block;
	background-color: #d1b15a;
	height: 1px;
	width: 75px;
	margin: 10px auto;
}
.word .dash
{
	top: 5px;
	margin-left: 5px;
}
.overflow-hidden
{
	overflow: hidden
}
/*====================================== SECTION NAVBAR ======================================*/
header {
	/*background-color: #fff;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*border-bottom: 2px solid #fff;*/
	z-index: 99;
	will-change: transform;
	transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
header nav
{
	overflow: hidden;
	padding: 15px;
}
header nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}	
header #navigation .logo
{
	display: block;
	float: left;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	font-weight: 500;
	color: #393e46;
}
#navigation
{
	background-color: transparent;
}
header #navigation .logo.black
{
	display: block;
}
header #navigation.scrolled .logo.black
{
	display: none;
}
header #navigation .logo.white
{
	display: none;
}
header #navigation.scrolled .logo.white
{
	display: block;
}
header #navigation .logo img.navbar-logo
{
	position: absolute;
	top: 10px;
	left: 30px;
	margin-top: 0;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
@media (min-width: 768px) {
	header nav ul li {
		margin-left: 2rem;
	}
}
@media (max-width: 10000px) {
	.nav-toggle
	{
		display: block !important;
	}
	header nav ul li a
	{

	}
}
header nav ul li a {
	display: block;
	font-size: 18px;
}
.hide-nav {
	transform: translateY(-120%) !important;
	-webkit-transform: translateY(-120%) !important;
}
ul.menu-right
{
	/*display: none;*/
	top: 0;
	position: fixed;
	transform: translateX(2000px);
	right: 0;
	width: 30%;
	height: 100vh;
	background-color: #fff;
	transition: all 0.6s;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
}
ul.menu-right.collapse
{
	display: block !important;
	transform: translateY(0);
}
ul.menu-right .wrapper-menu
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: 100vh;
	background-color: #030200;
	padding-right: 30px;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	background-image: url("../images/footer-left.png"), url("../images/footer-right.png");
	background-size: 300px, 300px;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
}
ul.menu-right .wrapper-menu li a .menu-logo
{
	max-width: 100px;
}
ul.menu-right li 
{
	margin-left: 15px;
	display: block;
	margin-bottom: 20px;
}
ul.menu-right li a
{
	width: 100%;
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 1.2px;
	padding: 10px 15px 12px 15px;
	background-color: transparent;
	color: #fff;
	transition: all 0.3s;
}
ul.menu-right li:hover a
{
	/*background-color: #fcf6e6;*/
	background-color: #d1b15a;
	color: #fff;
}
.close-wrapper
{
	position: absolute;
	top: 50px;
	left: 50px;
}
.close-toggle,
.nav-toggle {
	border-radius: 5px;
	background-color: transparent;
	float: right;
	height: 28px;
	width: 28px;
	cursor: pointer;
	padding: 0;
	margin-top: 0px;
}
.close-toggle span:nth-child(2),
.nav-toggle span:nth-child(2)
{
	width: 65%;
	margin-left: auto;
}
.close-toggle span:last-child,
.nav-toggle span:last-child 
{
	width: 90%;
	margin-left: auto;
}
.close-toggle span:first-child,
.nav-toggle.open span:first-child {
	transform: rotate(45deg) translate(4.4px, 5.4px);
}
.close-toggle span:nth-child(2),
.nav-toggle.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.close-toggle span:last-child,
.nav-toggle.open span:last-child {
	width: 100%;
	transform: rotate(-45deg) translate(4.4px, -6.4px);
}
.close-toggle span,
.nav-toggle span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	background-color: #fff;
	transition: all 0.3s;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper
{
	margin: 20px 0;
}
.swiper-slide {
	font-size: 18px;
	background: transparent;
	width: auto;
	margin-right: 20px;
	border-radius: 5px;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide:nth-child(2n) {
	width: 40%;
}
.swiper-slide:nth-child(3n) {
	width: 40%;
}
.swiper-slide .desc
{
	margin-top: 20px;
}
.swiper-wrapper .swiper-slide > a{
	width: 100%;
}
.swiper-button-wrapper
{
	position: absolute;
	top: 22px;
	text-align: center;
}
.swiper-button-next{
	background-image: url("../images/chevron-right.png");
	opacity: 1;
	transition: all 0.3s;
	right: 20px;
}
.swiper-button-prev{
	background-image: url("../images/chevron-left.png");
	opacity: 1;
	transition: all 0.3s;
	left: 20px;
}
.swiper-button-next, .swiper-button-prev{
	top: 45%;
	width: 48px;
	height: 48px;
	background-size: contain;
	cursor: pointer;
}
/*====================================== SECTION LANDING PAGE ======================================*/
section.section-hero
{
	padding-top: 40px;
	height: 120vh;
	background-image: url("../images/hero.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
@media only screen and (min-width: 1440px)
{
	section.section-hero
	{
		height: 130vh;
	}
}
.hero-container
{
	position: relative;
	max-width: 720px;
	margin: 150px auto 0 auto;
	text-align: center;
}
@media screen and (max-height: 650px)
{
	.hero-container
	{
		margin-top: 100px;
	}
	section.section-hero
	{
		height: 130vh;
	}
}
.hero-container .dash
{
	margin: 20px 0;
}
.hero-container .hero-word
{
	position: relative;
	z-index: 9;
}
.hero-container .hero-image
{
	position: relative;
	margin-top: -250px;
	z-index: -1;
}
p.miles-semi.p-heading
{
	font-family: 'Red Rose', cursive;
	font-size: 22px;
}
section.section-product-home
{
	margin: 100px 0;
	background-image: url("../images/graphic-right.png");
	background-size: 300px 300px;
	background-repeat: no-repeat;
	background-position: center right;
}
section.section-about-home
{
	background-image: url(../images/bg-about-three.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.home-about-left .image
{
	margin-left: -15px;
	max-width: 720px;
}
.home-about-right
{
	height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-about-right .word
{
	max-width: 480px;
}
.product-home .word .heading 
{
	display: inline-block;
}
.product-home .word .cta
{
	float: right;
	margin-top: 20px;
}
.product-card
{
	background-image: url("../images/product-bg.png");
	background-size: 175px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px;
	background-color: #a91e23;
	margin: 0 auto 30px auto;
	max-width: 250px;
	text-align: center
}
.product-card .image
{
	max-width: 100%;
	width: 100%;
	height: 250px;
}
.home-brand
{
	margin-bottom: 40px;
}
.home-brand .word
{
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.home-brand .word .dash
{
	top: 0;
	margin-left: 0;
}
.brand-card
{
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.brand-card .image
{
	max-width: 100%;
	width: 100%;
	height: 150px;
}
.brand-card .name
{
	margin-top: 10px;
	min-height: 64px;
	max-height: 64px;
	overflow: hidden;
}
.brand-card.partner .image
{
	height: 150px;
}
.button-slide .swiper-button-prev
{
	left: -60px;
}
.button-slide .swiper-button-next
{
	right: -60px;
}
section.section-home-brand
{
	padding-bottom: 100px;
	background-image: url("../images/bg-partner-left.png"), url("../images/bg-join-right.png");
	background-size: 500px 750px, 500px 750px;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, center right;
}
.load-more
{
	text-align: center;
	margin: 15px auto;
	display: inline-block;
	padding: 15px 30px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0;
	color: #fff;
	transition: all 0.3s;
	font-size: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
section.section-contact-home
{
	margin-bottom: 100px;
}
.col-location-home
{
	padding: 0;
}
.location-home
{
	height: 450px;
	background-color: #A91F24;
	padding: 15px;
}
.location-home.store
{
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.location-home .word
{
	max-width: 480px;
	margin: 35px auto;
}
.location-home .word .cta
{
	margin-top: 20px;
}
.location-home .map
{
	margin-top: -15px;
	margin-right: -15px;
}
.location-home .map iframe
{
	width: 100%;
	height: 450px;
	border: 0;
}
section.section-event-home
{
	overflow: hidden;
	background-image: url("../images/aksen-left.png"), url("../images/bg-home-event.png");
	background-size: 300px 300px, contain;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	padding-bottom: 60px;
	margin-bottom: 0;
}
.event-card
{
	position: relative;
}
.event-card .image
{
	width: 100%;
}
.event-card .wrapper
{
	padding: 15px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
/*====================================== SECTION ABOUT ======================================*/
.hero-banner.about
{
	background-position: right
}
.hero-about
{
	height: 75vh;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
	max-width: 480px;
	margin-right: auto;
	align-items: flex-start;
}
.hero-about .dash,
.hero-wrapper .dash
{
	margin-left: 0;
	margin-bottom: 20px;
}
section.section-about.one
{
	height: 75vh;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-image: url("../images/bg-about-one-aksen.png"), url("../images/bg-about-one.png");
	background-size: 400px 400px, contain;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
}
.about-one .image
{
	max-width: 200px;
	margin: 0 auto 30px auto;
}
section.section-about.two
{
	overflow: hidden
}
.about-two
{
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.about-two .image
{
	width: 950px;
	height: 100%;
	margin-left: -100px;
}
.about-two .image img
{
	object-fit: cover;
}
.about-two .wrapper
{
	background-color: #A91F24;
	padding: 75px 100px;
	background-image: url("../images/about-left-top.png");
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: top left;
}
section.section-about.three
{
	margin-top: 100px;
	padding: 50px 0;
	background-image: url("../images/bg-about-three.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.about-three .image
{
	margin-left: -15px;
	max-width: 720px;
}
.about-three .word
{
	height: 50vh;
	max-width: 480px;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section.section-about.four
{
	background-image: url("../images/aksen-left.png");
	background-size: 500px 500px;
	background-repeat: no-repeat;
	background-position: center left;
}
.about-four .wrapper
{
	height: 75vh;
	max-width: 600px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-four .image
{
	max-width: 480px;
	margin: 0 auto;
}
/*====================================== SECTION PRODUCT & SECTION BRAND ======================================*/
section.section-product
{
	background-image: url("../images/bg-product-left.png");
	background-size: 500px 500px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 100px;
}
section.section-partner
{
	background-image: url("../images/bg-partner-left.png"), url("../images/graphic-right.png");
	background-size: contain, 400px 400px;
	background-repeat: no-repeat, no-repeat;
	background-position: top 50px left, center right;
	transition: all 0.3s;
}
.nav-slider
{
	overflow: hidden;
	display: block;
	max-width: 768px;
	margin: 15px auto 40px auto;
}
.nav-product
{
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-product li
{
	float: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.nav-product li a
{
	border-radius: 0;
}
.nav-product li a:hover
{
	background-color: #d1b15a91;
}
.nav-product li.active a
{
	background-color: transparent !important;
	color: #d1b15a;
	border-bottom: 1px solid #d1b15a;
	font-weight: 700;
	border-radius: 0;
	padding: 10px 20px;
}
.product-card.product .image
{
	margin-bottom: 30px;
}
.row-partner
{
	margin-top: 40px;
}
.partner-list ul li
{
	list-style: none;
	margin-bottom: 5px;
}
.partner-list ul li p.miles-semi
{
	text-transform: capitalize;
}
/*====================================== SECTION STORE LOCATION ======================================*/
.hero-banner
{
	height: 100vh;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 100px;
}
.hero-banner.store
{
	background-position: left;
}
.hero-wrapper
{
	height: 75vh;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
	max-width: 720px;
	margin-left: auto;
	align-items: flex-start;
}
section.section-location-store
{
	margin-top: 50px;
}
.card-store
{
	background-image: url("../images/bg-card-store-left.png"), url("../images/bg-card-store-right.png");
	background-size: 250px 250px, 250px 250px;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	padding: 30px;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.card-store:hover
{
	background-color: #A91F24
}
.card-store .address
{
	min-height: 64px;
	max-height: 64px;
	overflow: hidden;
}
.card-store .cta img
{
	max-width: 32px;
	margin-right: 10px;
}
.card-store .cta .store-map,
.card-store .cta .store-number
{
	display: block;
}
.card-store .cta .store-map a
{
	background-color: #140e0d;
	padding: 10px 20px;
}
.card-store:hover .cta .store-map a
{
	background-color: #d1b15a;
}
.row-join
{
	margin-top: 150px;
}
section.section-join
{
	background-image: url("../images/bg-join-left.png"), url("../images/bg-join-right.png");
	background-size: 300px 300px, contain;
	background-repeat: no-repeat, no-repeat;
	background-position: top 50px left, center right;
	transition: all 0.3s;
}
.store-join
{
	background-image: url("../images/store-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	background-color: #d1b15a;
	padding: 50px;
}
.store-join .wrapper .word
{
	max-width: 480px;
}
.store-join .image
{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 500px;
}
/*====================================== SECTION EVENT & PROMOTION ======================================*/
section.section-event
{
	margin-bottom: 100px;
}
.hero-image-event
{
	height: 100vh;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.hero-event .hero-word
{
	position: relative;
	max-width: 720px;
	margin: -100px auto 0 auto;
	text-align: center;
}
.hero-event .hero-word .dash
{
	margin: 20px auto;
}
.card-event
{
	margin-bottom: 60px;
	transition: all 0.3s;
}
.card-event a
{
	display: block;
	width: 100%;
	height: 100%;
}
.card-event .image
{
	margin-bottom: 10px;
	width: 100%;
	height: 360px;
	transition: all 0.3s;
}
.card-event .image img
{
	object-fit: cover;
}
.card-event .category
{
	margin-bottom: 5px;
}
.card-event .category p.miles-small
{
	font-size: 14px;
}
.card-event .title
{
	margin-bottom: 5px;
}
.card-event .title h3.miles-category
{
	line-height: 40px;
}
.card-event .dash
{
	top: 2px;
	height: 1px;
	width: 50px;
	margin: 5px auto;
}
.card-event .desc
{
	min-height: 168px;
	max-height: 168px;
	transition: all 0.3s;
}
.card-event .desc p.miles-info
{
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.card-event:hover
{
	transform: translateY(-10px);
}
/*====================================== SECTION CONTACT ======================================*/
section.section-contact
{
	height: 100vh;
	background-image: url("../images/hero-contact.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	margin-bottom: 100px;
}
.hero-contact
{
	text-align: center;
	/*margin-top: 100px;*/
	margin-bottom: -100px;
	padding-bottom: 50px;
}
.hero-contact .hero-word .dash
{
	margin: 20px 0;
}
.contact-map
{
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}
.contact-map iframe
{
	width: 100%;
	height: 100%;
	border: 0;
}
.contact-info
{
	display: inline-block;
	margin: 30px 50px;
}
.contact-info.border-right
{
	border-right: 1px solid #d1b15a;
}
.contact-info .icon
{
	width: 72px;
	height: 72px;
	margin: 10px auto 20px auto;
}
.contact-office .dash
{
	margin: 20px 0;
}
.contact-wrapper
{
	max-width: 720px;
	margin: 50px auto 25px auto;
}
.contact-wrapper h3
{
	line-height: 40px;
}
.contact-socmed 
{
	margin: 25px 0;
}
.contact-socmed .socmed
{
	display: inline-block;
	margin: 10px 5px;
	transition: all 0.3s;
}
.contact-socmed .socmed a
{
	display: block
	width: 100%;
	height: 100%;
}
.contact-socmed .socmed .image
{
	width: 36px;
	height: 36px;
}
.socmed:hover
{
	transform: translateY(-10px);
}
/*====================================== SECTION FOOTER ======================================*/
footer.footer
{
	margin-top: 50px;
	position: relative;
	background-color: #A91F24;
	padding: 50px 0;
	background-image: url("../images/footer-left.png"), url("../images/footer-right.png");
	background-size: 300px, 400px;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, center right;
}
.footer-logo .image
{
	max-width: 150px;
	margin: 0 auto 40px auto;
}
.footer-logo .image a
{
	display: block;
	width: 100%;
	height: 100%;
}
.footer-menu .menu
{
	display: inline-block;
	margin: 5px 10px;
}
.footer-socmed
{
	margin-top: 30px;
}
.footer-socmed .socmed
{
	display: inline-block;
	margin: 0 10px;
	transition: all 0.3s;
}
.footer-socmed a
{
	font-size: 30px;
	transition: all 0.3s;
}





