*, ::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;
}
/*@font-face {
font-family: 'Spectral';
src: url('./fonts/spectral/spectral-bold-webfont.woff2') format('woff2'),
url('./fonts/spectral/spectral-bold-webfont.woff') format('woff'),
url('./fonts/spectral/spectral-bolditalic-webfont.woff2') format('woff2'),
url('./fonts/spectral/spectral-bolditalic-webfont.woff') format('woff'),
url('./fonts/spectral/spectral-regular-webfont.woff2') format('woff2'),
url('./fonts/spectral/spectral-regular-webfont.woff') format('woff'),
url('./fonts/spectral/spectral-regular-webfont.woff2') format('woff2'),
url('./fonts/spectral/spectral-regular-webfont.woff') format('woff');
}*/
::selection { background: #CEEBF8;}
html, body
{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body
{
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.2px;
	background-color: #ffffff;
	color: #1A1919;
	font-weight: 300;
	width: 100%;
	height: 100%; 
	transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {margin: 0;}
h1 { font-size: 46px; }
h2 { font-size: 34px;}
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
p { margin-bottom: 0; }
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: #292D79; 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
{
	cursor: pointer;
	background: #292D79;
	border-radius: 20px;
	color: #fff;
	position: relative;
	display: inline-block;
	text-align: center;
	width: auto;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1.2px;
	padding: 15px 25px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3;
	transition: all 0.3s;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	outline: none;
}
.btn-utama:hover,
.btn-utama:active,
.btn-utama:focus
{
	color: #fff;
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}
.btn-kedua
{
	cursor: pointer;
	background: transparent;
	color: #292D79;
	position: relative;
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1.2px;
	padding: 15px 25px;
	border: 1px solid #292D79;
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-kedua:hover
{
	color: #292D79;
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}
.btn-pols
{
	cursor: pointer;
	background: transparent;
	color: #292D79;
	position: relative;
	display: inline-block;
	text-align: center;
	width: auto;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1.2px;
	padding: 15px 25px;
	border: 1px solid transparent;
	border-radius: 20px;
	-webkit-transition: all 0.55;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-pols:hover
{
	box-shadow: 1px 1px 2px 2px hsla(0,0%,0%,0.1);
}

/*  ==========================  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;
	padding: 25px 20px;
	background-color: #fdf1e5;
	border: 0;
	border-left: 2px solid #f5b76c;
	border-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
	text-transform: none;
	color: #1A1919;
	font-size: 16px;
	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.14);
}
input.form-control:hover,
input.form-control:focus,
input.form-control:active
{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-color: #292D79;
}
select.form-control
{ 
	color: #1A1919;
	height: 45px;
	padding: 0 15px;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	border-radius: 0px;
	-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-bottom: 2px solid #292D79;
}
.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: #292D79 !important;
	font-size: 16px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
	padding: 5px !important;
}
textarea.form-control {
	background-color: transparent;
	min-height: 85px;
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 20px;
	text-transform: none;
	color: #1A1919;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	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 #292D79;
}
label.control-label
{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: rgba(0,0,0,0.45);
	letter-spacing: 1px;
	font-weight: 400;
	border-radius: 0;
	margin-bottom: 10px;
}
.modal-content
{
	border-radius: 20px;
}
.modal-footer
{
	border: 0;
}
.modal-header .pahoa-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: 9999;
	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 ======================================*/
.pahoa-head{
	line-height: 54px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #1A1919;
	text-transform: capitalize;
	transition: all 0.3s;
}
.pahoa-category{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1.2px;
	font-weight: 400;
	color: #1A1919;
	text-transform: capitalize;
	transition: all 0.3s;
}
.pahoa-main{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1.2px;
	font-weight: 400;
	color: #292D79;
	transition: all 0.3s;
}
.pahoa-semi{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 300;
	color: #1A1919;
	transition: all 0.3s;
}
.pahoa-info{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 300;
	color: rgba(0,0,0,0.50);
	transition: all 0.3s;
}
.pahoa-break{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pahoa-small{
	font-size: 12px;
	color: rgba(0,0,0,0.50);
	line-height: 24px;
	letter-spacing: 1.5px;
}
.main-color{
	color: #292D79 !important;
}
.red{
	color: #D8222B !important;
}
.yellow
{
	color: #FCDA1B;
}
.info{
	color: rgba(0,0,0,0.50) !important;
}
.semi-bold{
	font-weight: 400 !important;
}
.bold{
	font-weight: 700 !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{
	width: 100%;
}
.inline-block{
	display: inline-block;
}
.normal
{
	font-weight: 300;
}
.no-transform
{
	text-transform: none;
}
.italic
{
	font-style: italic;
}
.justify
{
	text-align: justify;
}
.load-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 .pahoa-head
{
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.relative
{
	position: relative;
}
.divider
{
	clear: both;
	display: block;
	margin: 20px auto;
	width: 35px;
	height: 4px;
	border-radius: 20px;
	background-color: #292D79;
	transition: all 0.3s;
}
.dash
{
	position: relative;
	top: -5px;
	display: inline-block;
	background-color: #1A1919;
	margin-right: 5px;
	height: 2px;
	width: 25px;
}
/*====================================== SECTION NAVBAR ======================================*/
header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	border-bottom: 2px solid #292D791c;
	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);
}
@media (min-width: 768px) {
	header nav ul li {
		float: left;
		margin-left: 2rem;
	}
}
@media (max-width: 768px) {
	.nav-toggle
	{
		display: block;
	}
}
.navbar
{
	margin-bottom: 0;
}
header nav.navbar.navbar-default .navbar-collapse
{
	margin-top: 10px;
	background-color: #fff;
	border-color: #fff;
}
header nav.navbar.navbar-default
{
	background-color: #fff;
	border: 0;
	padding: 10px 0;
}
header nav.navbar.navbar-default .navbar-brand
{
	position: absolute;
	left: 0;
	top: 10px;
	max-width: 110px;
	float: none;
	height: auto;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
.navbar-default .navbar-toggle
{
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #f5b76c;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(1)
{
	width: 60%;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3)
{
	width: 70%;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background-color: #ffffff80;
}
header nav.navbar.navbar-default ul li.li-contact
{
	background-color: #292D79;
	border-radius: 30px;
	padding: 0 10px;
}
header nav.navbar.navbar-default ul li
{
	position: relative;
	transition: all 0.5s;
}
header nav.navbar.navbar-default ul li.li-contact a
{
	color: #fff;
}
header nav.navbar.navbar-default ul li a
{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 400;
	color: #1A1919;
	border-bottom: 1px solid transparent;
	transition: all 0.5s;
}
/*header nav.navbar.navbar-default ul li:hover a
{
border-bottom: 1px solid #292D79;
color: #292D79;
}*/
header nav.navbar.navbar-default ul li.li-contact:hover a
{
	border-bottom: 1px solid transparent;
	color: #fff;
}
header nav.navbar.navbar-default ul li.li-contact:hover
{
	box-shadow: -1px 4px 18px 0 rgb(0 0 0 / 30%);
}
header nav.navbar.navbar-default ul li .dropdown-content
{
	display: none;
	padding: 30px 0;
	position: absolute;
	left: 0;
	top: 30px;
}
.dropdown-content ul
{
	overflow: hidden;
	text-align: left;
	background-color: #fce5ca;
	border-radius: 10px;
	padding: 15px;
	width: 225px;
}
.dropdown-content li
{
	float: none;
	margin-left: 0;
	margin-bottom: 15px;
	list-style: none;
}
.dropdown-content li:last-child
{
	margin-bottom: 0;
}
.dropdown-content li a
{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 400;
	color: #1A1919;
	padding: 5px 0;
	border-bottom: 1px solid transparent !important;
	transition: all 0.5s;
}
.dropdown-content li a:hover
{
	border-bottom: 1px solid #292D79 !important;
	color: #292D79 !important;
}
header nav.navbar.navbar-default ul li:hover .dropdown-content
{
	display: block
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper
{
	margin: 20px 0;
}
.swiper-slide {
	font-size: 18px;
	background: transparent;
	width: 40%;
	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-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 ======================================*/
.btn-utama.utama-home,
{
	background-color: #f5b76c;
}
.btn-utama.utama-home.disabled
{
	background-color: grey;
	cursor: default;
}
section
{
	margin-bottom: 100px;
}
.hero-image
{
	position: relative;
	margin-top: -150px;
	width: 100%;
	/*height: 100vh;*/
}
.hero-image .player
{
	z-index: -1;
	padding-top: 100px;
}
.hero-image .word
{
	padding: 0 15px;
	position: absolute;
	top: 250px;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 1440px)
{
	.hero-image .word
	{
		top: 30%;
	}
}
.hero-cloud
{
	background-image: url("../images/bg-hero-cloud.gif");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 100px;
	width: 100%;
}
section#section-home-about
{
	background-image: url("../images/bg-home-about-bottom.svg");
	background-repeat: no-repeat;
	background-size: 400px 400px;
	background-position: bottom 0 left -125px;
}
section#section-home-visimisi
{
	background-image: url("../images/bg-home-visi-right.svg");
	background-repeat: no-repeat;
	background-size: 400px 400px;
	background-position: top 200px right -150px;
}
section#section-home-eventlist
{
	background-image: url("../images/bg-home-event-left.svg"),
	url("../images/bg-home-event-right.svg") ;
	background-repeat: no-repeat, no-repeat;
	background-size: 300px 300px, 300px 300px;
	background-position: top 100px left -100px, bottom 0 right -80px;
}
.subject-heading
{
	display: block;
	margin-bottom: 20px;
}
.bg-hero-logo
{
	max-width: 400px;
	position: absolute;
	top: -20px;
	left: 60px;
	opacity: 0.1;
}
.about-home-word .image img
{
	max-width: 125px;
}
.visimisi-image
{
	max-width: 500px;
	margin: 0 auto;
}
.row-visimisi
{
	margin-bottom: 50px;
}
ul.ul-visi
{
	margin-left: 20px;
}
ul.ul-visi li
{
	margin-top: 5px;
}
ol.ul-misi
{
	position: relative;
	margin-left: 50px;
}
ol.ul-misi li
{
	position: relative;
	margin-bottom: 10px;
}
ol.ul-misi li:nth-child(1)
{
	margin-bottom: 20px;
}
ol.ul-misi li:nth-child(2)
{
	margin-bottom: 30px;
}
ol.ul-misi .image
{
	position: absolute;
	top: 5px;
	left: -90px;
	max-width: 50px;
}
ol.ul-misi li:nth-child(2) .image
{
	top: -20px;
}
ol.ul-misi span
{
	display: block;
	margin-top: 5px;
}
.about-home-word
{
	height: 350px;
	max-height: 350px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.eventlist-card
{
	width: 100%;
	/*border: 1px solid rgba(0,0,0,0.1);*/
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 30px;
}
.eventlist-card .eventlist-image
{
	min-height: 290px;
	max-width: 350px;
	height: 350px;
	margin: 0 auto;
}
.eventlist-card .eventlist-word
{
	text-align: center;
	margin: 10px 0;
	min-height: 114px;
}
.eventlist-card .eventlist-word h2
{
	margin-bottom: 5px;
}
.eventlist-card .cta
{
	text-align: center;
}
.home-join
{
	overflow: hidden;
	background-color: #1e438f;
	position: relative;
	text-align: center;
	max-width: 768px;
	margin: 125px auto;
	padding: 15px;
	border-radius: 50px;
	transition: all 0.3s;
}
.home-join:hover
{
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.10);
}
.home-join a
{
	display: block;
}
.home-join .arrow
{
	position: absolute;
	top: 30%;
	right: 20px;
	transform: translateX(100px);
	transition: ease-in-out 0.3s;
}
.home-join .arrow i
{
	font-size: 30px;
	color: #fff;
}
.home-join a:hover .arrow
{
	transform: translateX(0);
}
.home-join-image .image
{
	max-width: 250px;
	margin: 0 auto;
}
.home-join h2, .home-join .cta
{
	display: inline-block;
	margin: 0 10px;
}
.contact-image
{
	max-width: 600px;
	margin: 0 auto 20px -40px;
}
.contact-word
{
	margin-bottom: 40px;
}
.contact-list
{
	margin: 40px 0;
}
.contact-list .list
{
	margin-bottom: 50px;
}
.contact-list .list .image
{
	display: inline-block;
	max-width: 100px;
}
.contact-list .list .word
{
	display: inline-block;
	transition: all 0.3s;
}
.contact-list .list .word 
{
	padding: 15px;
}
.contact-list .list:hover .word
{
	transform: translateY(-5px);
}
/*====================================== SECTION PASS LANDING ======================================*/
section#section-pass-top
{
	background-color: #000103;
	background-image: url("../images/pass-landing-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	min-height: 100vh;
}
section#section-pass-top-middle
{
	background-image: url("../images/pass-landing-top-middle.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	min-height: 100vh;
}
.modal-blur
{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.pass-teaser
{
	width: 100%;
	height: 75vh;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}
.pass-teaser .teaser-wrapper
{
	/*padding: 15px;*/
	border-radius: 100px;
}
.pass-teaser .teaser-wrapper:before
{
	content: "";
	position: absolute;
	left: 0;
	background-color: #ffffff7a;
	border-radius: 100px;
	width: 0;
	height: 100%;
	transition: all 0.5s;
}
.pass-teaser .btn-kedua
{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	color: #1A1919;
	background-color: #fff;
	font-size: 50px;
	text-align: center;
	margin-right: 20px;
}
.pass-teaser .button-text
{
	padding-right: 40px;
}
.pass-teaser .teaser-wrapper .button-text h2.pahoa-category
{
	font-size: 50px;
	color: #292828;
	transition-delay: 0.3s;
}
.pass-teaser .teaser-wrapper:hover .btn-kedua
{
	border-color: #fff;
	color: #292D79;
}
.pass-teaser .teaser-wrapper:hover:before
{
	width: 100%;
}
.pass-teaser .teaser-wrapper:hover .button-text h2.pahoa-category
{
	color: #fff;
}
.pass-teaser .word
{
	margin: 20px 0;
}
.shake-slow {
	display: inherit;
	animation-name: shake-slow;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite
}

.pass-hero 
{
	max-width: 720px;
	margin: 50px auto;
}
.pass-hero .image
{
	max-width: 300px;
	margin: 0 auto;
}
.shake-freeze:hover,
.shake-trigger:hover .shake-freeze,
.shake-slow:hover,
.shake-trigger:hover .shake-slow
{
	animation-play-state: running;
}
@keyframes shake-slow
{
	2% {
		transform: translate(7px, 8px) rotate(3.5deg);
	}
	4% {
		transform: translate(-9px, 8px) rotate(1.5deg);
	}
	6% {
		transform: translate(-3px, 10px) rotate(-1.5deg);
	}
	8% {
		transform: translate(9px, 7px) rotate(-2.5deg);
	}
	10% {
		transform: translate(6px, -9px) rotate(2.5deg);
	}
	12% {
		transform: translate(-4px, 9px) rotate(-2.5deg);
	}
	14% {
		transform: translate(1px, 2px) rotate(3.5deg);
	}
	16% {
		transform: translate(0px, 10px) rotate(2.5deg);
	}
	18% {
		transform: translate(-7px, 8px) rotate(-2.5deg);
	}
	20% {
		transform: translate(8px, -9px) rotate(-1.5deg);
	}
	22% {
		transform: translate(0px, 9px) rotate(-1.5deg);
	}
	24% {
		transform: translate(7px, -8px) rotate(-1.5deg);
	}
	26% {
		transform: translate(-6px, 1px) rotate(0.5deg);
	}
	28% {
		transform: translate(0px, 5px) rotate(3.5deg);
	}
	30% {
		transform: translate(3px, 8px) rotate(0.5deg);
	}
	32% {
		transform: translate(10px, -1px) rotate(1.5deg);
	}
	34% {
		transform: translate(8px, 4px) rotate(-2.5deg);
	}
	36% {
		transform: translate(4px, -8px) rotate(-0.5deg);
	}
	38% {
		transform: translate(-3px, 6px) rotate(1.5deg);
	}
	40% {
		transform: translate(-2px, -3px) rotate(-1.5deg);
	}
	42% {
		transform: translate(10px, 4px) rotate(2.5deg);
	}
	44% {
		transform: translate(-7px, 3px) rotate(0.5deg);
	}
	46% {
		transform: translate(2px, 3px) rotate(0.5deg);
	}
	48% {
		transform: translate(-5px, 0px) rotate(0.5deg);
	}
	50% {
		transform: translate(1px, 9px) rotate(2.5deg);
	}
	52% {
		transform: translate(-7px, 1px) rotate(3.5deg);
	}
	54% {
		transform: translate(2px, 10px) rotate(0.5deg);
	}
	56% {
		transform: translate(-8px, 4px) rotate(3.5deg);
	}
	58% {
		transform: translate(1px, -3px) rotate(-2.5deg);
	}
	60% {
		transform: translate(1px, 1px) rotate(0.5deg);
	}
	62% {
		transform: translate(10px, -3px) rotate(3.5deg);
	}
	64% {
		transform: translate(-7px, 8px) rotate(1.5deg);
	}
	66% {
		transform: translate(1px, 5px) rotate(-1.5deg);
	}
	68% {
		transform: translate(1px, 0px) rotate(-1.5deg);
	}
	70% {
		transform: translate(10px, 4px) rotate(-0.5deg);
	}
	72% {
		transform: translate(-4px, 8px) rotate(-0.5deg);
	}
	74% {
		transform: translate(3px, 8px) rotate(-0.5deg);
	}
	76% {
		transform: translate(9px, 8px) rotate(-0.5deg);
	}
	78% {
		transform: translate(9px, -5px) rotate(3.5deg);
	}
	80% {
		transform: translate(-3px, -9px) rotate(1.5deg);
	}
	82% {
		transform: translate(8px, 5px) rotate(-1.5deg);
	}
	84% {
		transform: translate(-9px, -9px) rotate(2.5deg);
	}
	86% {
		transform: translate(4px, -3px) rotate(2.5deg);
	}
	88% {
		transform: translate(2px, -3px) rotate(1.5deg);
	}
	90% {
		transform: translate(9px, 7px) rotate(2.5deg);
	}
	92% {
		transform: translate(5px, -5px) rotate(2.5deg);
	}
	94% {
		transform: translate(6px, 8px) rotate(-2.5deg);
	}
	96% {
		transform: translate(9px, 0px) rotate(3.5deg);
	}
	98% {
		transform: translate(-4px, -6px) rotate(-2.5deg);
	}
	0%,
	100% {
		transform: translate(0, 0) rotate(0);
	}
}
section#section-pass-top-bottom
{
	margin-top: -2px;
	background-image: url("../images/pass-landing-top-bottom.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 100vh;
}
.hero-word
{
	margin: 30px;
}
section#section-pass-about
{
	background-image: url("../images/pass-about.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	min-height: 100vh;
}
.pass-about
{
	max-width: 480px;
	margin: 150px 0 20px auto;
}
section#section-pass-whatwedo
{
	background-image: url("../images/pass-whatwedo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	min-height: 100vh;
}
.pass-whatwedo
{
	max-width: 400px;
	margin: 75px auto 20px 0;
}
.pass-whatwedo ul
{
	list-style-type: circle;
}
.pass-whatwedo ul li
{
	margin-bottom: 10px;
}
section#section-pass-throwback
{
	background-image: url("../images/pass-throwback.jpg");
	background-repeat: repeat;
	background-size: contain;
	background-position: center top -200px;
	background-color: #fff;
	padding-bottom: 100px;
}
.pass-throwback
{
	margin: 50px auto;
	max-width: 1024px;
	padding: 30px;
}
.throwback-video
{
	position: relative;
	padding: 30px;
}
.throwback-video iframe
{
	width: 100%;
	height: 500px;
}
.video-frame-top
{
	position: absolute;
	top: 15px;
	right: 0px;
}
.video-frame-top .image
{
	width: 250px;
}
.video-frame-bottom .image
{
	width: 200px;
}
.video-frame-bottom
{
	position: absolute;
	top: 15px;
	left: 10px;
}
.pass-throwback .word
{
	margin: 30px 0;
}
.row-cp
{
	display: none;
}
.pass-cp
{
	margin: 20px auto;
}
.pass-cp h2
{
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px solid #e9f9fd;
	border-bottom: 1px solid #e9f9fd;
	transition: ease-in-out 0.3s;
}
.pass-cp:hover h2
{
	border-color: #292D79;
}
.pass-cp .cp-wrapper
{
	overflow: hidden;
	display: flex;
	margin: 10px auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.pass-cp .cp-wrapper .cp
{
	max-width: 350px;
	margin: 10px;
}
.pass-cp .cp-wrapper .cp p.pahoa-semi.bold
{
	/*min-height: 24px;*/
}
.pass-cp .cp-wrapper .cp p.contact-person
{
	/*min-height: 48px;*/
}
section#section-pass-footer
{
	background-image: url("../images/pass-footer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
	background-color: #fff;
}
.pass-footer .image
{
	max-width: 100px;
	margin: 0 auto;
}
.pass-footer .cta
{
	margin-top: 400px;
}
.modal-teaser
{
	width: 90%;
	margin: 20px auto;
}
.modal-teaser .modal-header button.close
{
	opacity: 1;
	border: 0;
	position: relative;
	float: none;
	color: #fff;
	width: auto;
	height: auto;
}
.modal-teaser .modal-header button.close:before
{
	content: "";
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 0;
	width: 0;
	height: 3px;
	border-radius: 20px;
	transition: all 0.3s;
}
.modal-teaser .modal-header button.close:hover:before
{
	width: 100%;
}
.modal-teaser .modal-header,
.modal-teaser .modal-body
{
	border: 0;
	background-color: #010307;
}
.modal-teaser .modal-body iframe.iframe-teaser
{
	width: 100%;
	height: 80vh;
}
/*====================================== SECTION REGISTER ======================================*/
section#section-register
{
	background-image: url("../images/bg-register.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
	margin-bottom: 0;
}

.register-form
{
	position: relative;
	background-color: transparent;
	max-width: 600px;
	margin: 30px 0 0 auto;
	transition: all 0.3s;
}
.register-form .header
{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-top: 15px;
}
.register-form .header,
.register-form .body ul#progressbar
{
	background: #d1eef9f0;
	margin-bottom: 0;
}
.register-form .body
{
	max-height: 85vh;
	overflow: auto;
}
.register-form .body fieldset:not(:first-of-type) {
	display: none;
}
.register-form .body fieldset {
	position: relative;
	background: #d1eef9f0;
	padding: 20px 15px;
	border-radius: 10px;
	box-sizing: border-box;
	width: 100%;
	max-height: 75vh;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.10);
}
.register-form .body fieldset .field-head
{
	margin-bottom: 40px;
}
.register-form .body fieldset .field-body
{
	display: block;
	margin-bottom: 40px;
}
.radio-wrapper
{
	margin-bottom: 15px;
}
.register-form .body fieldset .field-body .level .radio-wrapper .image
{
	min-width: 100px;
	max-width: 100px;
	height: 100px;
	margin: 0 auto 20px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.radio-custom {
	box-sizing: border-box;
	display: inline-block;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 15px;
	color: #5A5957;
	font-size: 16px;
	text-transform: initial;
	word-wrap: break-word;
	white-space: normal;
	border: 1px solid transparent;
	border-radius: 10px;
	transition: all 0.3s;
}
.radio-custom:hover {
	border-color: #292D79;
}
.radio-custom:first-of-type {
	margin-left: 0;
}
.radio-custom:hover {
	cursor: pointer;
}
input[type="radio"][name="leveltype"],
input[type="radio"][name="competition"],
input[type="radio"][name="payment"]
{
	display: none;
}
input[type="radio"][name="leveltype"]:checked+label {
	background-color: #292D79;
	color: #fff;
}
input[type="radio"][name="leveltype"]:checked+label:hover {
	border-color: transparent;
}
.register-form .body fieldset .field-body .grade
{
	max-width: 200px;
	margin: 0 auto;
}
.register-form .body fieldset .field-body .competition .radio-wrapper
{
	margin-bottom: 30px;
}
.register-form .body fieldset .field-body .competition .player
{
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	text-align: center;
}
.register-form .body fieldset .field-body .competition .player p.pahoa-small
{
	display: inline-block;
	background-color: #d1eef9f0;
	border-radius: 20px;
	padding: 0 10px;
}
input[type="radio"][name="competition"]+label,
input[type="radio"][name="payment"]+label
{
	position: relative;
	border: 1px solid #292D79;
}
input[type="radio"][name="competition"]:checked+label,
input[type="radio"][name="payment"]:checked+label {
	background-color: #292D79;
	color: #fff;
}
input[type="radio"][name="competition"]:checked+label:hover,
input[type="radio"][name="payment"]:checked+label:hover {
	border-color: #292D79;
}
input[type="radio"][name="competition"]+label
{
	min-width: 125px;
}
.register-profile .player_list
{
	overflow: hidden;
	border-bottom: 2px dashed #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.avatar-upload
{
	position: relative;
	max-width: 205px;
	margin: 0 auto 0 auto;
}
.count-player
{
	position: absolute;
	top: 5%;
	right: -120px;
	color: #1A1919;
	border: 2px solid #fff;
	padding: 10px 15px;
	font-weight: 700;
	border-radius: 20px;
	box-shadow: 9px 9px 15px 0px rgb(0 0 0 / 20%);
}
.avatar-upload .avatar-preview
{
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
}
.avatar-upload:hover .avatar-preview
{
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
	border-color: #fdf1e5;
}
.avatar-upload .avatar-preview>div
{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.avatar-upload .avatar-edit input
{
	display: none;
}
.avatar-upload .avatar-edit input+label
{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-bottom: 0;
	border-radius: 20px;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input+label:after
{
	content: "Upload";
	color: #757575;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transition: all 0.3s;
}
.avatar-upload .avatar-edit input+label:hover {
	background-color: #fdf1e5;
}
.avatar-warning
{
	max-width: 400px;
	margin: 10px auto 20px auto;
}
.register-add
{
	margin-bottom: 40px;
}
.register-add .image
{
	max-width: 100px;
	margin: 0 auto 0 auto;
}
.register-file label.control-label
{
	margin-bottom: 0;
}
.register-file .file-upload p.pahoa-small
{
	margin-bottom: 5px;
}
.file-upload{display:block;text-align:center;}
.file-upload .file-select{display:block;border: 2px solid #fdf1e5;border-radius: 10px;color: #1A1919;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#fdf1e5;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#292D79;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#292D79;color:#fff;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#292D79;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#292D79;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #fdf1e5;color: #fdf1e5;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#fdf1e5;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.avatar-upload .avatar-edit input+label:hover:after {
	color: #1A1919;
}
.register-form .body fieldset .field-body .payment-card
{
	text-align: center;
	transition: all 0.5s;
}
.register-form .body fieldset .field-body .payment-card:hover
{
	transform: translateY(-5px);
}
.register-form .body fieldset .field-body .payment-card .image
{
	max-width: 100px;
	height: 100px;
	margin: 0 auto;
}
/*progressbar*/
#progressbar {
	padding: 10px 0;
	margin: 0 auto 30px auto;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #1A1919;
	text-transform: capitalize;
	font-size: 12px;
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: center;
	color: #1A1919;
	background: #fdf1e5;
	border-radius: 50%;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #292D79;
	color: #fff;
}
/*====================================== SECTION PAYMENT ======================================*/
#section-payment
{
	background-image: url("../images/bg-thankyou.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
}
.payment-container
{
	max-width: 720px;
	margin: 0 auto;
	background-color: #f3f3f3c7;
	padding: 30px 15px;
	border-radius: 20px;
}
.payment-container .word 
{
	margin-bottom: 20px;
	max-width: 500px;
	margin: 0 auto 20px auto;
}
.payment-container .word .qr
{
	max-width: 250px;
	margin: 20px auto;
}
#form-payment
{
	max-width: 500px;
	margin: 0 auto;
}
.payment-container .image-upload-proof
{
	max-width: 250px;
	margin: 0 auto;
}
.payment-container .image-thankyou
{
	max-width: 250px;
	margin: 0 auto 10px auto;	
}
.payment-container .cta .wrapper
{
	display: inline-block;
	margin: 0 15px;
}
/*====================================== SECTION UPLOAD PAYMENT ======================================*/
.payment-container .file-upload
{
	/*background-color: #ffffff;*/
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	transition: all 0.3s;
}
.payment-container .file-upload-btn
{
	width: 100%;
	margin: 0;
	color: #fff;
	background: #1AA059;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #15824B;
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}
.payment-container .file-upload-btn:hover
{
	background: #1AA059;
	color: #ffffff;
	transition: all .2s ease;
	cursor: pointer;
}
.payment-container .file-upload-btn:active
{
	border: 0;
	transition: all .2s ease;
}
.payment-container .file-upload-content
{
	position: relative;
	display: none;
	text-align: center;
}
.payment-container .file-upload-input
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}
.payment-container .image-upload-wrap
{
	min-height: 172px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fdf0e4;
	border: 4px dashed #ffffff;
	position: relative;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.payment-container .image-dropping
{
	background-color: #fdf0e4;
	border: 4px dashed #ffffff;
}
.payment-container .image
{
	max-height: 200px;
	max-width: 200px;
	margin: 20px auto;
}
.payment-container .image-title-wrap
{
	position: absolute;
	top: -15px;
	right: -10px;
}
.payment-container .remove-image
{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	background: #D8222B;
	border: none;
	transition: all .3s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}
.payment-container .remove-image:hover
{
	background: #c13b2a;
	color: #ffffff;
	transition: all .2s ease;
	cursor: pointer;
}
.payment-container .remove-image:active
{
	border: 0;
	transition: all .3s ease;
}
.file-upload-content .file-upload-image
{
	height: 100%;
	max-height: 200px;
}
/*====================================== SECTION BAZAAR REGIS ======================================*/
section#section-regis-bazaar
{
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.bz-regis-bg
{
	/*z-index: -1;*/
	position: absolute;
	left: 0;
	top: -25px;
	width: 100%;
}
@media (min-width: 1440px) {
	.bz-regis-bg
	{
		top: -50px;
	}
}
.bz-regis-bg #bz-lottie-bg
{
	width: 100%;
	height: 100%;
}
.bz-regis
{
	background-color: #d1eef9db;
	max-width: 720px;
	margin: 125px auto 60px auto;
	padding: 30px 15px;
	border-radius: 20px;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.10);
}
.bz-regis .register-back
{
	margin-top: -50px;
}
.bz-regis .register-back .cta
{
	padding: 10px 15px;
	background-color: #d1eef9db;
	border-radius: 30px;
	box-shadow: 0 8px 18px 0 rgb(0 0 0 / 5%);
}
.bz-regis .register-back .cta .hover-border:after
{
	display: none;
}
.bz-regis-divider
{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1A1919;
}
.bz-regis .avatar-upload.ktp
{
	max-width: 250px;
}
.bz-regis .avatar-upload.ktp .avatar-preview
{
	width: 100%;
	border-radius: 20px;
}
.bz-regis .avatar-upload .avatar-preview>#imagePreview1
{
	border-radius: 15px;
}
.checkbox-container .wrapper
{
	display: inline-block;
	min-width: 200px;
	max-width: 200px;
	margin: 10px 5px 15px 5px;
}
.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label.label-checkbox {
	position: relative;
	cursor: pointer;
	padding: 0;
}
label.label-checkbox
{
	font-weight: 300;
	transition: all 0.3s;
}
.styled-checkbox + label.label-checkbox:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	transition: all 0.3s;
}
.styled-checkbox:hover + label.label-checkbox:before {
	background: #fdf1e5;
}
.styled-checkbox:focus + label.label-checkbox:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label.label-checkbox:before {
	background: #f5b76c;
}
.styled-checkbox:disabled + label.label-checkbox {
	color: #b8b8b8;
	cursor: not-allowed;
	transition: all 0.3s;
}
.styled-checkbox:disabled + label.label-checkbox:before {
	box-shadow: none;
	background: #ddd;
}
.styled-checkbox:checked + label.label-checkbox:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 11px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}
.styled-checkbox:checked + label.label-checkbox
{
	color: #292D79;
	font-weight: 700;
}
.styled-checkbox:disabled + label.label-checkbox:before
{
	background-color: #fff;
}
.socmed-container
{
	margin-bottom: 10px;
	min-height: 60px;
}
.socmed-container .image
{
	display: inline-block;
	max-width: 50px;
	margin-right: 10px;
}
.socmed-container input.form-control
{
	display: inline-block;
	max-width: 250px;
}
.bg-regis-submit
{
	margin-top: 10px;
}
.bz-regis-buyer
{
	margin-bottom: 0;
}
.bz-exist
{
	margin: 20px 0 60px 0;
}
.bz-forget-pass .btn-pols
{
	font-size: 12px;
	padding: 5px 15px;
	letter-spacing: 0.1px;
}
.bg-regis-submit .forget-pass
{
	text-align: left;
	margin-bottom: 10px;
}
.bg-regis-submit .forget-pass .btn-pols
{
	font-size: 14px;
	padding: 5px 15px;
	letter-spacing: 0.1px;
	text-decoration: underline;
}
/*====================================== SECTION FORGOT PASSWORD ======================================*/
input.form-control:read-only
{
	/*color: #cecece;*/
	background-color: #ddd;
}
/*====================================== SECTION DASHBOARD SELLER ======================================*/
section#section-dashboard
{
	margin-top: 150px;
}
.sticky-menu
{
	position: sticky;
	top: 100px;
}
.dashboard-menu-mobile
{
	display: none;
	padding: 15px;
	border-radius: 15px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	transition: all 0.3s;
}
.dashboard-menu
{
	display: block;
	padding: 15px;
	border-radius: 15px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	transition: all 0.3s;
}
.dashboard-menu:hover
{
	border-color: transparent;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.05);
}
.dashboard-menu .logo,
.dashboard-menu-mobile .logo
{
	max-width: 75px;
	margin: 0 auto 5px auto;
}
.dashboard-menu ul,
.dashboard-menu-mobile ul
{
	list-style: none;
	margin-left: -10px;
}
.dashboard-menu ul li,
.dashboard-menu-mobile ul li
{
	margin-bottom: 5px;
}
.dashboard-menu ul li.li-branch a,
.dashboard-menu ul li.li-branch:hover a,
.dashboard-menu-mobile ul li.li-branch a
{
	background-color: transparent;
}
.dashboard-menu ul li.li-branch ul.menu-branch,
.dashboard-menu-mobile ul li.li-branch ul.menu-branch
{
	margin-left: 25px;
}
.dashboard-menu ul li.menu-logout,
.dashboard-menu-mobile ul li.menu-logout
{
	margin-top: 20px;
	margin-bottom: 0;
}
.dashboard-menu ul.menu-branch li.active a,
.dashboard-menu ul.menu-branch li.active:hover a,
.dashboard-menu ul li.active a,
.dashboard-menu ul li.active:hover a,
.dashboard-menu-mobile ul.menu-branch li.active a,
.dashboard-menu-mobile ul li.active a
{
	background-color: #f5b76c;
}
.dashboard-menu ul li a,
.dashboard-menu-mobile ul li a
{
	position: relative;
	display: block;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 400;
	color: #1A1919;
	border-radius: 20px;
	transition: all 0.3s;
}
.dashboard-menu ul li.menu-logout a,
.dashboard-menu-mobile ul li.menu-logout a
{
	color: #D8222B;
}
.dashboard-menu ul li a .icon,
.dashboard-menu-mobile ul li a .icon
{
	width: 32px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
.dashboard-menu ul li a span.notif,
.dashboard-menu-mobile ul li a span.notif
{
	position: absolute;
	top: 12px;
	right: 15px;
	background-color: #292D79;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.dashboard-menu ul li:hover a
{
	background-color: #f5b76c6e;
}
.dashboard-menu ul li.menu-logout:hover a
{
	background-color: #D8222B;
	color: #fff;
}
.dashboard-content
{
	overflow: hidden;
	min-height: 600px;
	padding: 15px 30px;
	box-shadow: 0 1px 6px 0 rgba(49,53,59,0.12);
	border-radius: 15px;
}
.dashboard-content .bz-regis-divider
{
	cursor: pointer;
}
.dashboard-content .collapse-arrow
{
	position: absolute;
	right: 10px;
	top: 5px;
}
.dashboard-content .collapse-arrow .image i
{
	font-size: 20px;
	transition: all 0.3s;
}
.dashboard-content .bz-regis-divider[aria-expanded="true"] .image i
{
	transform: rotate(180deg);
}
.seller-stall
{
	position: relative;
	margin-bottom: 50px;
}
.seller-stall .swiper-button-wrapper
{
	position: relative;
	max-width: 150px;
	margin: 0 auto;
}
.seller-stall .swiper-button-wrapper .swiper-button-prev,
.seller-stall .swiper-button-wrapper .swiper-button-next
{
	width: 40px;
}
input[type="radio"][name="stall"]
{
	display: none;
}
.radio-custom:hover
{
	border-color: transparent;
	background-color: #f5b76c24;
}
input[type="radio"][name="stall"]:checked+label {
	background-color: #f5b76c6e;
	color: #fff;
}
input[type="radio"][name="stall"]:checked+label:hover {
	border-color: transparent;
}
/*====================================== SECTION DASHBOARD SELLER TRANSACTION ======================================*/
.table-list
{
	width: 100%;
	overflow: scroll;
}
table.table.table-custom
{
	border-radius: 10px;
}
table.table.table-custom th
{
	text-align: center;
}
table.table.table-custom td
{
	vertical-align: middle;
	text-align: center;
	border: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 300;
	color: #1A1919;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
table.table-custom td:nth-child(1)
{
	width: 250px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
}
table.table-custom .table-image
{
	float: left;
	display: inline-block;
	max-width: 75px;
	margin-right: 10px;
}
table.table-custom .table-name p.pahoa-semi
{
	font-weight: 400;
}
.form-notfull .form-control
{
	display: inline-block;
	width: 100%;
	text-align: left;
}
.order-detail .form-group
{
	margin-bottom: 10px;
}
.order-detail .form-group label.control-label
{
	margin-bottom: 5px;
}
table.table-order
{
	width: 100%;
	margin: 10px 0;
}
table.table-order thead
{
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}
table.table-order td
{
	text-align: center;
}
table.table-order thead th
{
	padding: 5px 0;
	text-align: center;
}
table.table-order td
{
	padding: 5px 0;
}
table.table-order thead th:nth-child(1),
table.table-order tbody td:nth-child(1)
{
	min-width: 150px;
	max-width: 150px;
	text-align: left !important;
}
table.table-order td.total
{
	font-weight: 700;
}
table.table-order th.th-price,
table.table-order td.td-price
{
	text-align: right;
}
#detailOrder .modal-header
{
	border-bottom: 2px solid #e5e5e5;
}
.modal-body .modal-subheading
{
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.modal-body .modal-subheading p.pahoa-semi
{
	font-size: 20px;
}
.modal-body .modal-subheading span i
{
	margin-right: 10px;
	transition: all 0.3s;
}
.modal-body .modal-subheading[aria-expanded="true"] span i
{
	transform: rotate(180deg);
	transition: all 0.3s;
}
.table-list table tbody tr.resi
{
	background-color: #fdf1e5;
}
.modal-status
{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.seller-list
{
	padding: 10px 0;
	border-top: 1px solid #1A1919;
}
.product-photo
{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 200px;
	margin: 10px
}
.imagePreview {
	width: 100%;
	height: 150px;
	background-position: center center;
	background-image:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
	background-color:#fff;
	background-size: contain;
	background-repeat:no-repeat;
	display: inline-block;
	box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.imgUp
{
	margin-bottom:15px;
}
.del
{
	position:absolute;
	top:0px;
	right:15px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	background-color:rgba(255,255,255,0.6);
	cursor:pointer;
}
.imgAdd
{
	display: block;
	border-radius: 20px;
	background-color:#4bd7ef;
	color:#fff;
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
	text-align:center;
	margin: 10px 15px 0 15px;
	cursor:pointer;
	font-size:16px;
	padding: 10px;
}
/*====================================== SECTION DASHBOARD SELLER REPORT ======================================*/
.report-total
{
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
/*====================================== SECTION DASHBOARD BUYER ======================================*/
.dashboard-status
{
	margin-bottom: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px 0;
}
.table-list table tbody tr.cancel
{
	background-color: #d8222b26;
}
.image-prove
{
	cursor: pointer;
	max-width: 100px;
	margin-bottom: 2px;
}
.modal-problem
{
	margin-top: 20px;
}
a.wa-seller
{
	display: inline-block;
	background-color: #25D366;
	color: #fff;
	margin-top: 5px;
	font-size: 17px;
	padding: 5px 10px;
	border-radius: 20px;
}
.modal-problem a.problem-wa
{
	display: inline-block;
	margin-top: 10px;
	font-size: 20px;
	background-color: #25D366;
	color: #fff;
	padding: 10px 15px;
	border-radius: 20px;
}
span.cancel
{
	color: #D8222B;
}
span.true
{
	color: #039502;
}
.radio-button input[type="radio"]
{
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #555555;
	border-radius: 50%;
	background-clip: content-box;
	padding: 3px;
}
.radio-button input[type="radio"]:checked
{
	background-color: #555555;
}
.radio-button span
{
	display: inline-block;
	position: relative;
	top: -5px;
	margin-right: 20px;
}
.seller-summary
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0;
	border-top: 1px solid #1A1919;
	border-bottom: 2px dashed rgba(0,0,0,0.1);
}
/*====================================== SECTION BAZAAR LIST ======================================*/
section#section-bz-list
{
	height: 100vh;
	position: relative;
	padding-top: 80px;
	background-image: url("../images/bazaar/bg-bazaar.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	transform:translatez(0);
	-webkit-transform:translatez(0);
	margin-bottom: 0;
}
.col-bz
{
	/*width: 100%;*/

	text-align: center;
}
.bz-filter
{
	margin: 35px 0;
	padding: 15px 5px;
	border-radius: 20px;
	background-color: #f4f2e6;
}
.bz-filter .filter-list
{
	max-height: 150px;
	overflow-y: auto;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.bz-filter .filter-list p
{
	margin-left: 5px;
	margin-bottom: 5px;
}
.bz-filter .filter-list .wrapper
{
	display: inline-block;
	min-width: 100px;
	margin: 5px;
}
.bz-character
{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.bz-character .image
{
	max-width: 110px;
	width: 100%;
	margin: 0 auto;
}
.bz-list-container
{
	/*margin-top: 20px;*/
	background-color: #f4f2e6;
	max-width: 1152px;
	width: 100%;
	height: 85vh;
	padding: 15px 30px;
	border-radius: 20px;
	overflow: hidden;
	transform:translatez(0);
	-webkit-transform:translatez(0);
}
.bz-list-wrapper
{
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 150px;
	padding: 15px;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.bz-list-wrapper::-webkit-scrollbar
{
	width: 0;
	height: 0;
}
.bz-back
{
	position: absolute;
	top: 15px;
	left: 15px;
}
.bz-back .icon
{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	transition: all 0.3s;
}
.bz-back .icon:hover
{
	color: #f5b76e;
	font-weight: 700;
}
.bz-shop
{
	height: 200px;
	max-height: 200px;
	position: relative;
	border-radius: 20px;
	margin-bottom: 30px;
	box-shadow: inset 0 0 20px 20px transparent;
	transition: box-shadow 0.1s;
}
.bz-shop:hover
{
	box-shadow: inset 0 0 20px 20px #f5b76e80;
}
.bz-shop a
{
	display: block;
	width: 100%;
	height: 100%;
}
.bz-shop .stall
{
	max-width: 250px;
	margin: 0 auto;
}
.bz-shop .logo
{
	width: 100%;
	position: absolute;
	left: 0;
	top: -10px;
	text-align: center;
}
.bz-shop .logo .image
{
	background-color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 3px auto 0 auto;
}
.bz-shop .name
{
	position: absolute;
	top: 64px;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 0 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.bz-shop .name p
{
	color: #fff;
	margin: 0 auto;
	max-width: 175px;
}
.bz-shop .category
{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
.bz-shop .category .image
{
	display: inline-block;
	max-width: 50px;
	background-color: #f5b76e;
	border-radius: 50%;
	padding: 10px;
	margin: 0 auto;
}
section#section-bz-list .register-back
{
	margin-top: 100px;
}
.bz-shop.bz-shop-detail:hover
{
	box-shadow: none
}
.bz-shop.bz-shop-detail .stall
{
	max-width: 500px;
}
.bz-shop.bz-shop-detail .logo .image
{
	width: 110px;
	height: 110px;
}
.bz-shop.bz-shop-detail .logo .image img
{
	border-radius: 50%;
}
.bz-shop.bz-shop-detail .name
{
	top: 135px;
}
.bz-shop.bz-shop-detail .name p
{
	max-width: 350px;
	font-size: 35px;
	margin: 0 auto;
	padding: 5px 0;
}
.bz-shop.bz-shop-detail .category
{
	bottom: -175px;
}
.bz-shop.bz-shop-detail .category .image
{
	max-width: 60px;
}
.row-shop
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.54);
}
.bz-shop-profile
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.bz-shop-profile .logo
{
	float: left;
	display: inline-block;
	max-width: 100px;
	margin-right: 20px;
}
.bz-shop-profile .logo .image,
.bz-shop-profile .logo .image img
{
	border-radius: 50%;
}
.bz-shop-profile .name
{
	display: inline-block;
}
.bz-shop-profile .category
{
	display: inline-block;
	margin-right: 5px;
}
.bz-shop-profile .category .image
{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #f5b76e;
	border-radius: 100%;
	padding: 7px;
}
.bz-shop-profile .category .image img
{
	position: relative;
	top: -5px;
}
.bz-shop-profile .category span
{
	display: inline-block;
	position: relative;
	top: -3px;
}
.bz-shop-profile.socmed-list
{
	margin-top: 5px;
}
.bz-shop-profile.socmed-list .category .image
{
	width: 35px;
	height: 35px;
	background-color: transparent;
}
.bz-shop-profile.socmed-list .category span
{
	left: -3px;
	font-weight: 700;
	color: #292D79;
	transition: all 0.3s;
}
.bz-shop-profile.socmed-list .category:hover span
{
	transform: translateY(-2px);
}
.product-filter 
{
	margin-bottom: 30px;
}
.product-filter .wrapper
{
	text-align: right;
}
.product-filter .wrapper select.form-control
{
	display: inline-block;
	width: auto;
	min-width: 180px;
}
.product-list
{
	cursor: pointer;
	margin-bottom: 20px;
	text-align: center;
	box-shadow: 0 1px 6px 0 rgba(49,53,59,0.12);
	padding: 15px 5px;
	border-radius: 10px;
	transition: all 0.3s;
}
.product-list:hover
{
	transform: translateY(-5px);
}
.product-list .image
{
	max-width: 150px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.product-list .name
{
	min-height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.detailModal.animate.bz-shop-modal
{
	top: 40%;
	margin-top: 80px;
}
.detailModal.bz-shop-modal .content .card-header
{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.24);
}
.detailModal.bz-shop-modal .content
{
	top: 0;
	background: #fff;
	max-width: 1024px;
	width: 100%;
	height: auto;
	max-height: 600px;
	border-radius: 20px;
	padding: 15px 30px;
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.detailModal.bz-shop-modal .content::-webkit-scrollbar
{
	width: 0;
	height: 0;
}
.product-detail
{
	max-height: 400px;
	overflow: auto;
}
.product-detail .product-gallery
{
	height: 200px;
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: center;
	align-content: center;
}
.product-detail .gallery .swiper-button-wrapper
{
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.product-detail .gallery .swiper-button-wrapper .swiper-button-prev.prev-details[aria-disabled="true"],
.product-detail .gallery .swiper-button-wrapper .swiper-button-next.next-details[aria-disabled="true"]
{
	opacity: 0.3;
}
.product-detail .desc p.pahoa-semi
{
	font-size: 18px;
}
.quantity
{
	position: relative;
}
.quantity .stock-left
{
	margin-top: 2px;
	width: 100%;
	text-align: center;
}
.quantity .numbers-row
{
	display: inline-block;
}
.quantity .numbers-row .dec,
.quantity .numbers-row .inc
{
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px 5px 0 5px;
	text-align: center;
	text-decoration: none;
	background-color: #292D79;
	border-radius: 50%;
}
.quantity .numbers-row .dec span,
.quantity .numbers-row .inc span
{
	display: inline-block;
	padding-top: 5px;
	font-size: 30px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1.2px;
	color: #fff;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}
.quantity
{
	float: left;
}
.quantity .numbers-row .inc span
{
	font-size: 25px;
}
.quantity .numbers-row .dec
{
	float: left;
}
.quantity .numbers-row .inc
{
	float: right;
}
.quantity .numbers-row input
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	max-width: 50px;
	width: 100%;
	border: 0;
	background-color: transparent;
	border-bottom: 2px solid #292D79;
	font-size: 20px;
	font-weight: 400px;
}
.quantity .numbers-row input:focus,
.quantity .numbers-row input:active
{
	outline: 0;
}
.product-detail .action .submit
{
	display: inline-block;
	width: 55%;
}
/*====================================== SECTION CART ======================================*/
.wrapper-cart-count
{
	position: relative;
}
.cart-count
{
	position: absolute;
	top: -8px;
	left: 10px;
	text-align: center;
}
.cart-count .count
{
	display: inline-block;
	background-color: #f5b76e;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.cart-count .count span
{
	display: inline-block;
	position: relative;
	top: -6px;
	left: 0.5px;
	color: #fff;
	font-size: 12px;
}
.cart-container
{
	position: relative;
	margin-bottom: 20px; 
	border-bottom: 1px solid rgba(0,0,0,0.54);
}
.cart-container:last-child
{
	border-bottom: 0;
}
.cart-container .header
{
	position: relative
}
.cart-container .header .cart-seller
{
	display: inline-block;
	max-width: 75%;
	width: 100%;
}
.cart-container .header .shop-stall
{
	float: left;
	width: 75px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(0,0,0,0.1);
/*position: absolute;
top: 0;
right: 40px;*/
}
.cart-seller
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 15px;
}
.cart-seller .image
{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.cart-list .wrapper
{
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cart-list .wrapper:last-child
{
	border-bottom: 0;
}
.cart-list .wrapper .inside
{
	float: left;
	width: 65%;
}
.cart-list .image
{
	float: left;
	width: 75px;
	height: 75px;
	margin-right: 10px;
}
.cart-list .action
{
	float: right;
}
.cart-delete
{
	text-align: center;
	margin-top: 10px;
}
.cart-delete .btn-pols
{
	padding: 0;
	color: rgba(0,0,0,0.2);
}
.cart-delete .btn-pols:hover
{
	box-shadow: none;
	color: red;
}
.cart-total
{
	margin-top: 20px;
	border-radius: 10px;
	background-color: #f4f2e6;
	padding: 15px 10px;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
/*	position: -webkit-sticky; 
	position: sticky;
	top: 100px;	*/
}
.checkout-qty
{
	float: right;
	margin-top: 10px;
}
.cart-container:hover .wrapper-courier
{
	box-shadow: 0 8px 18px 0 rgb(0 0 0 / 20%);
}
.wrapper-courier
{
	padding: 15px;
	border-radius: 10px;
	transition: all 0.3s;
}
/*====================================== SECTION VIRTUAL CITY ======================================*/
section#section-vc
{
	overflow: hidden;
}
.vc-map.desktop
{
	display: block;
}
.vc-map.mobile
{
	display: none;
}
.vc-map.desktop
{
	overflow: hidden;
	position: relative;
	margin: 0;
	height: 100vh;
}
.doorprize
{
	z-index: 10;
	position: fixed;
	top: 0;
	right: 0;
}
.doorprize .image
{
	position: relative;
	z-index: 1;
	cursor: pointer;
	max-width: 110px;
	transition: all 0.3s;
}
.doorprize .image:hover
{
	transform: translateY(-10px);
}
.doorprize .image h2
{
	margin-left: 0;
	position: relative;
	font-size: 16px;
	top: -15px;
}
.vc-music
{
	z-index: 9;
	position: fixed;
	top: 130px;
	right: 40px;
	text-align: center;
}
.vc-music .music-wrapper
{
	position: relative;
	z-index: 1;
}
.vc-music .btn-pols
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	border: 2px solid #292D79;
	padding: 5px;
}
.vc-music h2
{
	position: relative;
	font-size: 16px;
}
.vc-audio
{
	width: 0;
	height: 0;
	opacity: 0;
}
.vc-home
{
	z-index: 10;
	position: fixed;
	top: 210px;
	right: 40px;
	text-align: center;
}
.vc-home .image h2
{
	position: relative;
	font-size: 16px;
	top: 0px;
}
.vc-home .image
{
	position: relative;
	z-index: 1;
	cursor: pointer;
	max-width: 50px;
	transition: all 0.3s;
}
.vc-home .image
{
	cursor: pointer;
	max-width: 50px;
	transition: all 0.3s;
}
.vc-map.mobile .vc-home
{
	left: 20px;
	top: 30px;
}
.vc-map.mobile .vc-home .image
{
	max-width: 55px;
}
.vc-map.desktop .vc-city
{
	display: block;
	position: absolute;
	min-width: 1750px;
	top: -75px;
	left: 0;
}
.vc-map.desktop .vc-wrapper
{
	position: absolute;
}
.vc-wrapper .image
{
	cursor: pointer;
	position: relative;
	width: 100%;
	transition: all 0.6s;
}
.vc-map.desktop .vc-wrapper:hover .image
{
	transform: translateY(-15px);
}
.vc-map.desktop .vc-wrapper .image .detail
{
	opacity: 1;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: all 0.6s;
}
.vc-map.desktop .vc-wrapper:hover .image .detail
{
	opacity: 0;
}
.vc-map.desktop .vc-wrapper.vc-main .image .detail
{
	top: -25px;
}
.vc-map.desktop .image .detail .vc-arrow-sign
{
	z-index: 9;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	-webkit-animation: levitation 3s ease-in-out infinite;
	-moz-animation: levitation 3s ease-in-out infinite;
	-ms-animation: levitation 3s ease-in-out infinite;
	-o-animation: levitation 3s ease-in-out infinite;
	animation: levitation 3s ease-in-out infinite;
}
.vc-map.desktop .vc-wrapper:hover .image .detail .vc-arrow-sign
{
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.vc-map.desktop .vc-general
{
	max-width: 325px;
	min-width: 325px;
	right: 420px;
	top: 108px;
}
.vc-map.desktop .vc-jhs
{
	max-width: 330px;
	min-width: 330px;
	right: 503px;
	top: 464px;
}
.vc-map.desktop .vc-bazaar
{
	max-width:400px;
	min-width:400px;
	right: 216px;
	bottom: 155px;
}
.vc-map.desktop .vc-main
{
	max-width: 365px;
	min-width: 365px;
	left: 495px;
	top: 440px;
}
.vc-map.desktop .vc-shs
{
	max-width: 485px;
	min-width: 485px;
	left: 365px;
	top: 100px;
}
.vc-map.desktop .vc-shs
{
	max-width: 485px;
	min-width: 485px;
	left: 365px;
	top: 100px;
}
.vc-map.desktop .vc-sd
{
	max-width: 330px;
	min-width: 300px;
	left: 166px;
	top: 248px;
}
.vc-map.desktop .vc-tk
{
	max-width: 440px;
	min-width: 440px;
	left: 232px;
	bottom: 183px;
}
@media (max-width: 1248px)
{
	.vc-map.desktop .vc-city
	{
		min-width: 1425px;
		top: 0;
		left: -75px;
	}
	.vc-map.desktop .vc-general
	{
		max-width: 275px;
		min-width: 275px;
		right: 336px;
		top: 78px;
	}
	.vc-map.desktop .vc-bazaar
	{
		max-width: 325px;
		min-width: 325px;
		right: 179px;
		bottom: 125px;
	}
	.vc-map.desktop .vc-jhs
	{
		max-width: 275px;
		min-width: 275px;
		right: 408px;
		top: 375px;
	}
	.vc-map.desktop .vc-main
	{
		max-width: 300px;
		min-width: 300px;
		left: 400px;
		top: 358px;
	}
	.vc-map.desktop .vc-shs
	{
		max-width: 400px;
		min-width: 400px;
		left: 290px;
		top: 83px;
	}
	.vc-map.desktop .vc-sd
	{
		max-width: 275px;
		min-width: 275px;
		left: 130px;
		top: 199px;
	}
	.vc-map.desktop .vc-tk
	{
		max-width: 350px;
		min-width: 350px;
		left: 187px;
		bottom: 150px;
	}
}
@media screen and (max-height: 690px)
{
	.vc-map.desktop
	{
		overflow: scroll;
	}
}
@media (max-width: 1056px)
{
	.vc-map.desktop .vc-city
	{
		top: 0;
		left: -150px;
		min-width: 1425px;
	}
	.vc-map.desktop .vc-general
	{
		max-width: 275px;
		min-width: 275px;
		right: 336px;
		top: 78px;
	}
	.vc-map.desktop .vc-bazaar
	{
		max-width: 340px;
		min-width: 340px;
		right: 169px;
		bottom: 118px;
	}
	.vc-map.desktop .vc-jhs
	{
		max-width: 275px;
		min-width: 275px;
		right: 408px;
		top: 375px;
	}
	.vc-map.desktop .vc-main
	{
		max-width: 250px;
		min-width: 250px;
		left: 450px;
		top: 388px;
	}
	.vc-map.desktop .vc-shs
	{
		max-width: 400px;
		min-width: 400px;
		left: 290px;
		top: 83px;
	}
	.vc-map.desktop .vc-sd
	{
		max-width: 275px;
		min-width: 275px;
		left: 130px;
		top: 199px;
	}
	.vc-map.desktop .vc-tk
	{
		max-width: 350px;
		min-width: 350px;
		left: 187px;
		bottom: 150px;
	}
}
@media (max-width: 1055px)
{
	.vc-map.desktop
	{
		display: none;
	}
	.vc-map.mobile
	{
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 15px;
		margin-bottom: 150px;
	}
	.vc-map.mobile .vc-desc-wrapper
	{
		max-width: 480px;
		margin: 0 auto;
	}
	.vc-map.mobile .vc-desc
	{
		margin: 30px 15px 50px 15px;
	}
	.vc-map.mobile .vc-city
	{
		width: 100%;
		height: 100%;
	}
	.vc-map.mobile .vc-wrapper
	{
		display: flex;
		position: relative;
		max-width: 450px;
		height: 400px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
		margin-bottom: 120px;
		/*border-bottom: 2px solid #44474a;*/
		/*box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);*/
	}
	.vc-map.mobile .vc-wrapper.vc-main
	{
		max-width: 720px;
		height: 500px;
		width: 100%;
	}
	.vc-map.mobile .vc-general
	{
		width: 100%;
	}
	.vc-map.mobile .vc-bazaar
	{
		width: 100%;
	}
	.vc-map.mobile .vc-jhs
	{
		width: 100%;
	}
	.vc-map.mobile .vc-shs
	{
		width: 100%;
	}
	.vc-map.mobile .vc-sd
	{
		width: 100%;
	}
	.vc-map.mobile .vc-tk
	{
		width: 100%;
	}
	.vc-map.mobile .image .sign
	{
		max-width: 150px;
		width: 100%;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.vc-map.mobile .image .detail
	{
		margin-top: 30px;
		position: relative;
		width: 100%;
		text-align: center;
	}
	.vc-map.mobile .image .detail .btn-utama
	{
		-webkit-animation: levitation 3s ease-in-out infinite;
		-moz-animation: levitation 3s ease-in-out infinite;
		-ms-animation: levitation 3s ease-in-out infinite;
		-o-animation: levitation 3s ease-in-out infinite;
		animation: levitation 3s ease-in-out infinite;
	}
	.shadow
	{
		display:block;
		width:110px;
		height:110px;
		background: #bec1c1;
		border-radius:50%;
		margin: -40px auto 0 auto;
		-webkit-transform: rotateX(100deg);
		-moz-transform: rotateX(100deg);
		-ms-transform: rotateX(100deg);
		-o-transform: rotateX(100deg);
		transform: rotateX(100deg);
		-webkit-animation: shadow 3s ease-in-out infinite;
		-moz-animation: shadow 3s ease-in-out infinite;
		-ms-animation: shadow 3s ease-in-out infinite;
		-o-animation: shadow 3s ease-in-out infinite;
		animation: shadow 3s ease-in-out infinite;
	}
}
.vc-map.mobile .image .detail:hover .btn-utama,
.vc-map.mobile .image .detail:hover .shadow
{
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
@media (min-width: 1751px)
{
	.vc-map.desktop .vc-city
	{
		position: relative;
		min-width: 2000px;
		width: 2000px;
		max-width: 2000px;
		margin: 0 auto;
		height: 100%;
		top: 0 !important;
	}
	.vc-map.desktop .vc-general
	{
		max-width: 285px;
		min-width: 285px;
		right: 605px;
		top: 86px;
	}
	.vc-map.desktop .vc-bazaar
	{
		max-width: 365px;
		min-width: 365px;
		right: 425px;
		bottom: 125px;
	}
	.vc-map.desktop .vc-jhs
	{
		max-width: 300px;
		min-width: 300px;
		right: 675px;
		top: 390px;
	}
	.vc-map.desktop .vc-main
	{
		max-width: 300px;
		min-width: 300px;
		left: 680px;
		top: 388px;
	}
	.vc-map.desktop .vc-shs
	{
		max-width: 425px;
		min-width: 425px;
		left: 555px;
		top: 85px;
	}
	.vc-map.desktop .vc-sd
	{
		max-width: 300px;
		min-width: 300px;
		left: 376px;
		top: 205px;
	}
	.vc-map.desktop .vc-tk
	{
		max-width: 375px;
		min-width: 375px;
		left: 441px;
		bottom: 166px;
	}
}
@-webkit-keyframes shadow {
	0%, 100% {
		-webkit-transform:scale(1) rotateX(100deg);
		-moz-transform:scale(1) rotateX(100deg);
		-ms-transform:scale(1) rotateX(100deg);
		-o-transform:scale(1) rotateX(100deg);
		transform:scale(1) rotateX(100deg);
	}
	50% {
		-webkit-transform:scale(0.7) rotateX(100deg);
		-moz-transform:scale(0.7) rotateX(100deg);
		-ms-transform:scale(0.7) rotateX(100deg);
		-o-transform:scale(0.7) rotateX(100deg);
		transform:scale(0.7) rotateX(100deg);
	}
}
@-moz-keyframes shadow {
	0%, 100% {
		-webkit-transform:scale(1) rotateX(100deg);
		-moz-transform:scale(1) rotateX(100deg);
		-ms-transform:scale(1) rotateX(100deg);
		-o-transform:scale(1) rotateX(100deg);
		transform:scale(1) rotateX(100deg);
	}
	50% {
		-webkit-transform:scale(0.7) rotateX(100deg);
		-moz-transform:scale(0.7) rotateX(100deg);
		-ms-transform:scale(0.7) rotateX(100deg);
		-o-transform:scale(0.7) rotateX(100deg);
		transform:scale(0.7) rotateX(100deg);
	}
}
@keyframes shadow {
	0%, 100% {
		-webkit-transform:scale(1) rotateX(100deg);
		-moz-transform:scale(1) rotateX(100deg);
		-ms-transform:scale(1) rotateX(100deg);
		-o-transform:scale(1) rotateX(100deg);
		transform:scale(1) rotateX(100deg);
	}
	50% {
		-webkit-transform:scale(0.7) rotateX(100deg);
		-moz-transform:scale(0.7) rotateX(100deg);
		-ms-transform:scale(0.7) rotateX(100deg);
		-o-transform:scale(0.7) rotateX(100deg);
		transform:scale(0.7) rotateX(100deg);
	}
}
@-webkit-keyframes levitation {
	0%, 100% {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
	50% {
		-webkit-transform:translateY(-25px);
		-moz-transform:translateY(-25px);
		-ms-transform:translateY(-25px);
		-o-transform:translateY(-25px);
		transform:translateY(-25px);
	}
}

@-moz-keyframes levitation {
	0%, 100% {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
	50% {
		-webkit-transform:translateY(-25px);
		-moz-transform:translateY(-25px);
		-ms-transform:translateY(-25px);
		-o-transform:translateY(-25px);
		transform:translateY(-25px);
	}
}

@keyframes levitation {
	0%, 100% {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
	50% {
		-webkit-transform:translateY(-25px);
		-moz-transform:translateY(-25px);
		-ms-transform:translateY(-25px);
		-o-transform:translateY(-25px);
		transform:translateY(-25px);
	}
}
.detailModal{
	perspective: 800px;
	width: 100%;
	height: 90%;
	position: fixed;
	top: -10000%;
	transition-delay: 0.4s;
}

.detailModal .content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(0%) translateX(-50%) rotateX(-25deg);
	background: #fff;
	width: 450px;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	opacity: 0;

	transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.detailModal.animate
{
	top: 10%;
}
.detailModal.animate .content{
	transform: translateY(-50%) translateX(-50%) rotateX(0deg);
	opacity: 1;
}

.detailModal .content *{
	opacity: 0;
	transition: all .6s cubic-bezier(0.645, 0.045, 0.355, 1); 
}

.detailModal.animate .content *{
	opacity: 1;
	transition-delay: .5s;
}

.detailModal.animate .content button{
	transition-delay: 0.8s;
}
.detailModal .card-header .modal-close
{
	position: absolute;
	top: 0px;
	right: 0px;
}
.detailModal .card-header .modal-close .btn-pols
{
	padding: 0;
}
.detailModal .card-header .modal-close .btn-pols:hover
{
	box-shadow: none;
}
.detailModal .card-header .modal-close span
{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-bottom-left-radius: 10px;
	border-left: 1px solid #292D79;
	border-bottom: 1px solid #292D79;
}
.detailModal .card-header .modal-close:hover span
{
	box-shadow: -4px 3px 20px 0 rgb(0 0 0 / 15%);
}
.detailModal .card-header .modal-close span i
{
	position: relative;
	top: 8px;
}
.detailModal.animate.vc-modal
{
	top: 40%;
	margin-top: 80px;
}
.detailModal.vc-modal .content .card-header
{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.24);
}
.detailModal.vc-modal .content
{
	top: 0;
	background: #ffffffde;
	max-width: 1024px;
	width: 100%;
	height: 100%;
	max-height: 70vh;
	border-radius: 20px;
	padding: 15px 30px;
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.detailModal.vc-modal .content::-webkit-scrollbar
{
	width: 0;
	height: 0;
}
/*.vc-modal-sticky
{
	position: -webkit-sticky; 
	position: sticky;
	top: 50px;
	}*/
	.vc-modal-image
	{
		max-width: 500px;
		margin: 15px auto;
	}
	.vc-wrapper-schedule
	{
		margin-bottom: 10px;
	}
	.row-rundown
	{
		margin-bottom: 2px;
	}
	.vc-modal-schedule
	{
		margin-top: 15px;
		text-align: left;
		height: 415px;
		overflow-y: scroll;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
	}
	.vc-modal-schedule::-webkit-scrollbar
	{
		width: 0;
		height: 0;
	}
	#video-transition
	{
		z-index: 9999999;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	/*====================================== SECTION VIRTUAL CITY DETAIL ======================================*/
	section.virtual-detail .container-fluid
	{
		padding: 0;
	}
	.virtual-detail-head
	{
		margin: 0 0 30px 0;
	}
	.nav-slider
	{
		overflow: hidden;
		display: block;
		max-width: 768px;
		margin: 0 auto 40px auto;
	}
	.nav-journey
	{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.nav-journey::-webkit-scrollbar {
		width: 100%;
		height: 3px;
		background-color: rgba(0,0,0,0.1);
	}
	.nav-journey::-webkit-scrollbar-thumb {
		background-color: #f5b76c;
		outline: 0;
		border-radius: 20px;
	}
	.slider-notif
	{
		margin-top: 10px;
	}
	.slider-notif i
	{
		position: relative;
		top: 1px;
	}
	.nav-journey li
	{
		float: none;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.nav-journey li a
	{
		border-radius: 20px;
	}
	.nav-journey li.active a
	{
		background-color: #f5b76c !important;
		border-radius: 20px;
		padding: 10px 20px;
	}
	.virtual-container
	{
		z-index: 1;
		padding: 30px 0 0 0;
		background: rgb(226,243,255);
		background: -moz-linear-gradient(180deg, rgba(226,243,255,1) 42%, rgba(134,154,169,1) 80%);
		background: -webkit-linear-gradient(180deg, rgba(226,243,255,1) 42%, rgba(134,154,169,1) 80%);
		background: linear-gradient(180deg, rgba(226,243,255,1) 42%, rgba(134,154,169,1) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2f3ff",endColorstr="#869aa9",GradientType=1);
	}
	.virtual-screen
	{
		background-image: url("../images/vc-detail-screen.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		max-width: 1500px;
		width: 100%;
		height: 85vh;
		margin: 0 auto;
	}
	.virtual-screen .virtual-head
	{
		max-width: 720px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.virtual-screen .streaming
	{
		max-width: 800px;
		width: 100%;
		height: 450px;
		margin: 20px auto;
		padding: 50px 15px 0 15px;
	}
	.virtual-screen .streaming iframe
	{
		border-radius: 20px;
		width: 100%;
		height: 100%;
	}
	.virtual-screen .desc
	{
		padding: 0 15px;
		max-width: 800px;
		margin: auto;
		height: 200px;
		overflow-y: auto;
	}
	.virtual-screen .desc::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 4px;
	}
	.virtual-screen .desc::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .3);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}
	.virtual-screen .desc p 
	{
		letter-spacing: 3px;
		line-height: 25px;
	}
	.vc-detail-bottom
	{
		z-index: -1;
		position: relative;
		width: 100%;
		height: 100vh;
		bottom: 0;
		left: 0;
	}
	.vc-holo
	{
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 375px;
	}
	.vc-holo .image
	{
		max-width: 1024px;
		margin: 0 auto;
	}
	.vc-detail-bottom .bg-image
	{
		background-image: url("../images/vc-detail.jpg");
		width: 100%;
		height: 100%; 
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#riddlePaper .modal-dialog
	{
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-height: 1000px;
		height: 100%;
		background-color: transparent;
		background-image: url("../images/bazaar/riddle.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		overflow-y: auto;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
	}
	#riddlePaper .modal-content
	{
		background-color: transparent;
		max-width: 480px;
		margin: 0 auto;
		margin-top: 175px;
		box-shadow: none;
		max-height: 400px;
		height: 100%;
		border: 0;
		overflow-y: auto;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
	}
	#riddlePaper .modal-content .modal-header
	{
		border-color: #1A1919;
	}
	#riddlePaper .modal-dialog::-webkit-scrollbar,
	#riddlePaper .modal-content::-webkit-scrollbar,
	#riddlePaper .modal-body::-webkit-scrollbar
	{
		width: 0;
		height: 0;
	}
	#riddlePaper .modal-body
	{
		padding: 0;
		max-height: 375px;
		height: 100%;
		overflow: auto;
	}
	ol.riddle-list li
	{
		text-align: left;
		position: relative;
		border-radius: 20px;
		word-wrap: break-word;
		font-size: 22px;
		line-height: 44px;
		letter-spacing: 0.2px;
		font-weight: 300;
		color: #fff;
		transition: all 0.6s;
		margin-bottom: 10px;
	}
	ol.riddle-list ul.answer
	{
		list-style-type: none;
	}
	.radiostyle
	{
		border-radius: 20px;
		font-weight: 300;
		display: block;
		cursor: pointer;
		padding: 15px;
		background-color: transparent;
		transition: all 0.3s;
	}
	.radiostyle:after
	{ 
		content: "";
		border-radius: 20px;
		height: 100%; 
		left: 0; 
		top: 0; 
		width: 0px;  
		position: absolute; 
		transition: all 0.3s ease 0s; 
		-webkit-transition: all 0.3s ease 0s; 
	}
	.radiostyle:after
	{
		background: #f5b76c73;
	}
	.radiostyle:hover:after
	{
		width: 100%;
	}
	span.answer-true
	{
		position: absolute;
		right: 15px;
		color: green;
	}
	span.answer-false
	{
		position: absolute;
		right: 15px;
		color: red;
	}
	ol.riddle-list
	{
		padding-left: 25px;
	}
	#leaderboardContent .leaderboard-container .word
	{
		margin-bottom: 30px;
	}
	#leaderboardContent .leaderboard-container .image-leaderboard
	{
		position: relative;
		max-width: 720px;
		margin: 20px auto;
	}
	#leaderboardContent .leaderboard-container .image-leaderboard .champion
	{
		position: absolute;
		background-color: #f5b76c;
		padding: 5px 10px;
		border-radius: 20px;
		box-shadow: 1px 6px 19px 0px rgb(0 0 0 / 20%);
		max-width: 76px;
		min-width: 76px;
		text-align: center;
		white-space: nowrap;
		overflow-y: auto;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
	}
	#leaderboardContent .leaderboard-container .image-leaderboard .champion::-webkit-scrollbar
	{
		width: 0;
		height: 0;
	}
	#leaderboardContent .leaderboard-container .image-leaderboard .champion span
	{
		color: #fff;
	}
	#leaderboardContent .leaderboard-container.three .image-leaderboard .champion.one
	{
		left: 230px;
		top: 150px;
	}
	#leaderboardContent .leaderboard-container.three .image-leaderboard .champion.two
	{
		left: 120px;
		top: 180px;
	}
	#leaderboardContent .leaderboard-container.three .image-leaderboard .champion.three
	{
		right: 133px;
		top: 202px;
	}
	#leaderboardContent .leaderboard-container.five .image-leaderboard .champion span
	{
		font-size: 11px;
	}
	#leaderboardContent .leaderboard-container.five .image-leaderboard .champion.one
	{
		bottom: 105px;
		left: 100px;
	}
	#leaderboardContent .leaderboard-container.five .image-leaderboard .champion.two
	{
		bottom: 95px;
		left: 180px;
	}
	#leaderboardContent .leaderboard-container.five .image-leaderboard .champion.three
	{
		bottom: 80px;
		left: 255px;
	}
	#leaderboardContent .leaderboard-container.five .image-leaderboard .champion.four
	{
		bottom: 70px;
		right: 160px;
	}
	#leaderboardContent .leaderboard-container.five .image-leaderboard .champion.five
	{
		bottom: 55px;
		right: 85px;
	}
	.leaderboard-container .confetti-left
	{
		position: absolute;
		top: 20%;
		left: -150px;
	}
	.leaderboard-container .confetti-right
	{
		position: absolute;
		top: 20%;
		right: -150px;
	}
	.leaderboard-container .confetti-left .image,
	.leaderboard-container .confetti-right .image
	{
		max-width: 400px;
		width: 100%;
	}
	.riddle-container
	{
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
		max-width: 640px;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 20px;
	}
	.riddle-reminder
	{
		padding-bottom: 15px;
		text-align: center;
		border-bottom: 1px solid #1e2d49;
	}
	.riddle-wrapper
	{
		padding: 15px;
		height: auto;
		overflow-y: auto;
	}
	.riddle-submit
	{
		background-color: #fff;
		width: 100%;
		height: auto;
		border-top: 1px solid #1e2d49;
		padding: 15px;
	}
	ol.riddle-list li
	{
		position: relative;
		border-radius: 20px;
		word-wrap: break-word;
		font-size: 18px;
		line-height: 44px;
		letter-spacing: 0.2px;
		font-weight: 300;
		color: #393e46;
		transition: all 0.6s;
		margin-bottom: 0;
	}
	ol.riddle-list ul.answer
	{
		list-style-type: none;
	}
	.radiostyle
	{
		border-radius: 20px;
		font-weight: 300;
		display: block;
		cursor: pointer;
		padding: 5px 10px;
		background-color: transparent;
		transition: all 0.3s;
	}
	.radiostyle:after
	{ 
		content: "";
		border-radius: 20px;
		height: 100%; 
		left: 0; 
		top: 0; 
		width: 0px;  
		position: absolute; 
		transition: all 0.3s ease 0s; 
		-webkit-transition: all 0.3s ease 0s; 
	}
	.radiostyle:after
	{
		background: #9bbeff38;
	}
	.radiostyle:hover:after
	{
		width: 100%;
	}
	.radiostyle.true
	{
		background-color: #e0f9eb;
	}
	.radiostyle.false
	{
		background-color: #ffe4e4
	}
	span.answer-true
	{
		position: absolute;
		right: 15px;
		color: green;
	}
	span.answer-false
	{
		position: absolute;
		right: 15px;
		color: red;
	}
	input[type=radio]:checked + .radiostyle
	{
		/* Or `#a1:checked+label` if you only want it for that input */
		background-color: #292D79;
		color: #fff;
		/*background-color: #e0f9eb; bener*/
		/*background-color: #ffe4e4; salah*/
	}
	input[type=radio]:checked + .radiostyle:hover:after,
	input[type=radio]:checked + .radiostyle.true:hover:after,
	input[type=radio]:checked + .radiostyle.false:hover:after,
	.radiostyle.true:hover:after,
	.radiostyle.false:hover:after
	{
		display: none;
	}
	/*====================================== SECTION EVENT ======================================*/
	section.section-event-hero
	{
		margin-bottom: 0;
	}
	.event-hero
	{
		margin-top: -100px;
		position: relative;
		height: 120vh;
		/*background-image: url("../images/event-hero.jpg");*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
	.event-hero .image
	{
		z-index: -1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.event-hero .desc
	{
		position: absolute;
		left: 0;
		top: 25%;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	@media (max-width: 1248px)
	{
		.event-teaser-home
		{
			margin-top: -75px;
		}
	}
	@media (max-width: 1056px)
	{
		.event-teaser-home
		{
			margin-top: -135px;
		}
	}
	.event-teaser-home .desc
	{
		max-width: 720px;
		margin: 0 auto 40px auto;
	}
	.event-teaser-home .video
	{
		max-width: 1024px;
		height: 480px;
		margin: 0 auto 0 auto;
		box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
		border-radius: 20px;
	}
	.event-teaser-home .video iframe
	{
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		border-radius: 20px;
	}
	.gradient-category
	{
		height: 200px;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,239,199,1) 90%);
		background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,239,199,1) 90%);
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,239,199,1) 90%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e6efc7",GradientType=1);
	}
	section.section-event-category
	{
		margin-bottom: 50px;
		background-color: #E6EFC7;
		padding-bottom: 100px;
		background-image: url("../images/event-bg-cloud-left.png"),
		url("../images/event-bg-sun.png"),
		url("../images/event-bg-home-left.png"),
		url("../images/event-bg-home-right.png"),
		url("../images/event-bg-cloud-left.png"),
		url("../images/event-bg-cloud-right.png");
		background-repeat: no-repeat;
		background-size: 200px;
		background-position: top left -50px, top right -25px,
		top 35% left -50px, bottom 40% right -50px, bottom 12% left 50px, bottom 10% right 200px;
	}
	.category-head
	{
		max-width: 720px;
		margin: -50px auto 100px auto;
	}
	.col-event-category:nth-child(even)
	{
		margin-top: 100px;
	}
	.event-category-card
	{
		margin-bottom: 0;
	}
	.event-category-card .image
	{
		max-width: 420px;
		width: 100%;
		height: 320px;
		margin: 0 auto 30px auto;
	}
	.event-category-card .desc
	{
		max-width: 480px;
		margin: 0 auto;
	}
	.row-intermezo
	{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
	.event-intermezo .image
	{
		max-width: 480px;
		margin: 0 auto;
		border-radius: 20px;
		transition: all 0.3s;
	}
	.event-intermezo .image .wrapper .word
	{
		opacity: 0;
		transition: all 0.3s;
	}
	.event-intermezo .image .wrapper
	{
		position: absolute;
		top: 40%;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.event-intermezo .image .wrapper .action
	{
		display: inline-block;
		margin: 0 15px;
	}
	.event-intermezo .image img
	{
		opacity: 0.8;
		transition: all 0.3s;
	}
	.event-intermezo .image:hover
	{
		box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	}
	.event-intermezo .image:hover .wrapper .word
	{
		opacity: 1;
	}
	.event-intermezo .image:hover img 
	{
		opacity: 0.3;
	}
	.event-heading
	{
		max-width: 720px;
		margin: 0 auto 30px auto;
	}
	.event-vc-card
	{
		margin-bottom: 40px;
	}
	.event-vc-card .image
	{
		position: relative;
		max-width: 720px;
		margin: 0 auto;
		border-radius: 20px;
	}
	.event-vc-card .image img,
	.event-intermezo .image img
	{
		border-radius: 20px;
	}
	.event-vc-card .image 
	{
		box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
		transition: all 0.3s;
	}
	.event-vc-card .image a
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	.event-vc-card .image .action
	{
		opacity: 0.3;
		position: absolute;
		left: 0;
		top: 45%;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		transition: all 0.3s;
	}
	.event-vc-card .image:hover img
	{
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(75%);
	}
	.event-vc-card .image:hover .action
	{
		opacity: 1;
	}
	.event-vc-card .image .light
	{
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%;
	}
	.event-vc-card .image .light .left,
	.event-vc-card .image .light .right

	{
		max-width: 128px;
	}
	.event-vc-card .image .light .left
	{
		float: left;
	}
	.event-vc-card .image .light .right
	{
		float: right;
	}
	/*====================================== SECTION EVENT DETAIL ======================================*/
	section.event-detail
	{
		overflow-x: hidden;
		/*background-image: url("../images/bg-event-detail-left.png"), url("../images/bg-event-detail-right.png");*/
		background-repeat: no-repeat;
		background-size: 1024px 1024px, 720px 720px;
		background-position: center left, bottom right;
		padding-bottom: 200px;
		margin-bottom: 0;
	}
	.backto-city
	{
		background-color: #fff;
		z-index: 99;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		padding: 15px 30px;
	}
	.event-teaser
	{
		position: relative;
		height: 75vh;
		background-size: cover;
		margin-bottom: 30px;
	}
	.event-teaser iframe
	{
		width: 100%;
		height: 100%;
	}
	.event-teaser .pass-teaser
	{
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s;
	}
	.event-teaser:hover .pass-teaser
	{
		opacity: 1;
	}
	.event-teaser .pass-teaser .teaser-wrapper .button-text h2
	{
		color: #fff;
	}
	.event-container .event-category
	{
		overflow: hidden;
		padding: 0 60px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
	}
	.event-container .event-category .wrapper
	{
		display: inline-block;
		margin-right: 30px;
	}
	.event-container .event-category .wrapper.wrapper-all
	{
		opacity: 0;
		transition: all 0.3s;
		transform: translateX(-100px);
	}
	.event-container:hover .event-category .wrapper.wrapper-all
	{
		opacity: 1;
		transform: translateX(0);
	}
	.event-container .event-category .image
	{
		float: left;
		display: inline-block;
		max-width: 128px;
		margin-right: 15px;
	}
	.event-container .event-category .word
	{
		margin-top: 15px;
	}
	.event-list .swiper-container
	{
		padding: 0 60px;
	}
	.event-container .event-list .swiper-button-wrapper .swiper-button-prev
	{
		top: 15px;
		left: 0;
		height: 100%;
		padding: 0 10px;
		background-color: #ffffff85;
		background-size: 32px;
	}
	.event-container .event-list .swiper-button-wrapper .swiper-button-next
	{
		top: 15px;
		right: 0;
		height: 100%;
		padding: 0 10px;
		background-color: #ffffff85;
	}
	.event-card
	{
		overflow: hidden;
		position: relative;
		width: 100%;
		max-width: 320px;
		height: 200px;
		min-height: 200px;
		border-radius: 10px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		transition: all 0.3s;
	}
	.event-card .detail
	{
		background-color: #ffffff73;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		/*cursor: pointer;*/
		display: block;
		width: 100%;
		transform: translateY(200px);
		transition: all 0.5s;
	}
	.event-card .detail .action
	{
		overflow: hidden;
		padding: 5px 15px;
		display: block;
	}
	.event-card .detail .action .wrapper-like
	{
		float: left;
	}
	.detailModal.event-detail-modal .card-body .event-detail-wrapper .title h2.pahoa-category
	{
		word-wrap: break-word;
	}
	.event-card .detail .action .wrapper-like .btn-kedua,
	.detailModal.event-detail-modal .card-body .event-detail-wrapper .likes .btn-kedua
	{
		width: 35px;
		height: 35px;
		padding: 0;
		border-radius: 50%;
		text-align: center;
	}
	.event-card .detail .action .wrapper-like .btn-kedua.liked,
	.detailModal.event-detail-modal .card-body .event-detail-wrapper .likes .btn-kedua.liked
	{
		background-color: #292D79;
		border-color: #292D79;
		color: #fff;
		font-weight: 700;
	}
	.event-card .detail .action .wrapper-like span,
	.detailModal.event-detail-modal .card-body .event-detail-wrapper .likes span
	{
		color: #292D79;
		font-weight: 400;
		font-size: 16px;
	}
	.event-card .detail .action .wrapper-like span.liked
	{
		color: #fff;
		font-weight: 400;
	}
	.event-card .detail .action .wrapper-detail
	{
		text-align: center;
	}
	.event-card .detail .action .wrapper-detail .btn-utama
	{
		width: 100%;
		padding: 10px 15px;
		font-size: 16px;
	}
	.event-card:hover
	{
		transform: scale(1.2);
		z-index: 10;
		box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	}
	.swiper-slide:nth-child(5n+1) .event-card:hover
	{
		transform: scale(1.2) translateX(30px);
	}
	.swiper-slide:nth-child(5n+5) .event-card:hover
	{
		transform: scale(1.2) translateX(-30px);
	}
	.event-card:hover .detail
	{
		transform: translateY(0);
	}
	.detailModal.event-detail-modal.animate
	{
		z-index: 99;
		top: 0%;
	}
	.detailModal.event-detail-modal .content
	{
		background: #ffffffeb;
		max-width: 850px;
		width: 100%;
		height: auto;
		max-height: 600px;
		border-radius: 20px;
		padding: 0;
		text-align: left;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.detailModal.event-detail-modal .card-header .modal-close
	{
		z-index: 5;
		top: 10px;
		right: 10px;
	}
	.detailModal.event-detail-modal .card-header .modal-close span {
		display: inline-block;
		width: 40px;
		height: 40px;
		font-size: 22px;
		border-radius: 50%;
		background-color: #292D79;
		border: 1px solid #292D79;
		color: #fff;
	}
	.detailModal.event-detail-modal .card
	{
		min-height: 600px;
	}
	.detailModal.event-detail-modal .card-content .swiper-wrapper
	{
		margin: 0;
	}
	.detailModal.event-detail-modal .card-content .content-card
	{
		width: 100%;
		height: 450px;
		margin-bottom: 10px;
	}
	.detailModal.event-detail-modal .card-content .content-card .image
	{
		cursor: zoom-in;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		height: 100%;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.detailModal.event-detail-modal .card-content .content-card .image img
	{
		min-width: 100%;
		min-height: 100%;
		object-fit: contain;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.detailModal.event-detail-modal .card-content .content-card .image iframe
	{
		min-width: 100%;
		min-height: 100%;
	}
	.detailModal.event-detail-modal .card-content .button-wrapper
	{
		position: relative;
		display: inline-block;
		width: 175px;
		margin: 10px auto;
		overflow: hidden;
		height: 50px;
	}
	.detailModal.event-detail-modal .card-body
	{
		padding: 0 30px 30px 30px;
	}
	.detailModal.event-detail-modal .card-body .event-detail-wrapper .desc p.pahoa-semi
	{
		font-size: 18px;
	}
	.detailModal.event-detail-modal .card-body .event-detail-wrapper .likes span.unlike
	{
		display: inline-block;
		opacity: 1;
		color: #1A1919;
	}
	.detailModal.event-detail-modal .card-body .event-detail-wrapper .likes span.liked
	{
		/*color: #e2254d;*/
		display: inline-block;
		opacity: 0;
		color: #292D79;
		font-weight: 700;
	}
	.detailModal.event-detail-modal .card-body .event-detail-wrapper .likes .btn-kedua
	{
		width: 50px;
		height: 50px;
		font-size: 24px;
		margin-right: 2px;
	}
	.heart-like label
	{
		margin: 0;
	}
	svg #heart {
		overflow: hidden;
		transform-origin: center;
		animation: animateHeartOut 0.3s linear forwards !important;
	}
	svg #main-circ {
		opacity: 0;
		transform-origin: 29.5px 29.5px;
	}
	svg #group
	{
		opacity: 1;
	}
	label svg #grp1, label svg #grp2, label svg #grp3, label svg #grp4, label svg #grp5, label svg #grp6, label svg #grp7
	{
		opacity: 0;
	}
	#checkbox {
		display: none;
	}
	#checkbox:checked + label svg #heart {
		transform: scale(0.2);
		fill: #e31b23;
		animation: animateHeart 0.3s linear forwards 0.25s !important;
	}
	#checkbox:checked + label svg #main-circ {
		transition: all 2s;
		animation: animateCircle 0.3s linear forwards !important;
		opacity: 1;
	}
	#checkbox:checked + label svg #grp1 {
		opacity: 1;
		transition: 0.1s all 0.3s;
	}
	#checkbox:checked + label svg #grp1 #oval1 {
		transform: scale(0) translate(0, -30px);
		transform-origin: 0 0 0;
		transition: 0.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp1 #oval2 {
		transform: scale(0) translate(10px, -50px);
		transform-origin: 0 0 0;
		transition: 1.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp2 {
		opacity: 1;
		transition: 0.1s all 0.3s !important;
	}
	#checkbox:checked + label svg #grp2 #oval1 {
		transform: scale(0) translate(30px, -15px);
		transform-origin: 0 0 0;
		transition: 0.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp2 #oval2 {
		transform: scale(0) translate(60px, -15px);
		transform-origin: 0 0 0;
		transition: 1.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp3 {
		opacity: 1;
		transition: 0.1s all 0.3s !important;
	}
	#checkbox:checked + label svg #grp3 #oval1 {
		transform: scale(0) translate(30px, 0px);
		transform-origin: 0 0 0;
		transition: 0.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp3 #oval2 {
		transform: scale(0) translate(60px, 10px);
		transform-origin: 0 0 0;
		transition: 1.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp4 {
		opacity: 1;
		transition: 0.1s all 0.3s !important;
	}
	#checkbox:checked + label svg #grp4 #oval1 {
		transform: scale(0) translate(30px, 15px);
		transform-origin: 0 0 0;
		transition: 0.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp4 #oval2 {
		transform: scale(0) translate(40px, 50px);
		transform-origin: 0 0 0;
		transition: 1.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp5 {
		opacity: 1;
		transition: 0.1s all 0.3s !important;
	}
	#checkbox:checked + label svg #grp5 #oval1 {
		transform: scale(0) translate(-10px, 20px);
		transform-origin: 0 0 0;
		transition: 0.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp5 #oval2 {
		transform: scale(0) translate(-60px, 30px);
		transform-origin: 0 0 0;
		transition: 1.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp6 {
		opacity: 1;
		transition: 0.1s all 0.3s !important;
	}
	#checkbox:checked + label svg #grp6 #oval1 {
		transform: scale(0) translate(-30px, 0px);
		transform-origin: 0 0 0;
		transition: 0.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp6 #oval2 {
		transform: scale(0) translate(-60px, -5px);
		transform-origin: 0 0 0;
		transition: 1.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp7 {
		opacity: 1;
		transition: 0.1s all 0.3s !important;
	}
	#checkbox:checked + label svg #grp7 #oval1 {
		transform: scale(0) translate(-30px, -15px);
		transform-origin: 0 0 0;
		transition: 0.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp7 #oval2 {
		transform: scale(0) translate(-55px, -30px);
		transform-origin: 0 0 0;
		transition: 1.5s transform 0.3s !important;
	}
	#checkbox:checked + label svg #grp2 {
		opacity: 1;
		transition: 0.1s opacity 0.3s !important;
	}
	#checkbox:checked + label svg #grp3 {
		opacity: 1;
		transition: 0.1s opacity 0.3s !important;
	}
	#checkbox:checked + label svg #grp4 {
		opacity: 1;
		transition: 0.1s opacity 0.3s !important;
	}
	#checkbox:checked + label svg #grp5 {
		opacity: 1;
		transition: 0.1s opacity 0.3s !important;
	}
	#checkbox:checked + label svg #grp6 {
		opacity: 1;
		transition: 0.1s opacity 0.3s !important;
	}
	#checkbox:checked + label svg #grp7 {
		opacity: 1;
		transition: 0.1s opacity 0.3s !important;
	}

	@keyframes animateCircle {
		40% {
			transform: scale(10);
			opacity: 1;
			fill: #DD4688;
		}
		55% {
			transform: scale(11);
			opacity: 1;
			fill: #D46ABF;
		}
		65% {
			transform: scale(12);
			opacity: 1;
			fill: #CC8EF5;
		}
		75% {
			transform: scale(13);
			opacity: 1;
			fill: transparent;
			stroke: #CC8EF5;
			stroke-width: 0.5;
		}
		85% {
			transform: scale(17);
			opacity: 1;
			fill: transparent;
			stroke: #CC8EF5;
			stroke-width: 0.2;
		}
		95% {
			transform: scale(18);
			opacity: 1;
			fill: transparent;
			stroke: #CC8EF5;
			stroke-width: 0.1;
		}
		100% {
			transform: scale(19);
			opacity: 1;
			fill: transparent;
			stroke: #CC8EF5;
			stroke-width: 0;
		}
	}
	@keyframes animateHeart {
		0% {
			transform: scale(0.2);
		}
		40% {
			transform: scale(1.2);
		}
		100% {
			transform: scale(1);
		}
	}
	@keyframes animateHeartOut {
		0% {
			transform: scale(1.4);
		}
		100% {
			transform: scale(1);
		}
	}
	.row-all-event .event-card
	{
		margin-bottom: 30px;
	}
	/*====================================== SECTION LOGIN EVENT ======================================*/
	section.section-login-vc
	{
		padding: 30px 0;
		min-height: 100vh;
		background-image: url("../images/bg-option.jpeg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.login-option
	{
		background-color: #ffffffb8;
		padding: 15px;
		border-radius: 15px;
		margin-bottom: 30px;
		transition: all 0.3s;
	}
	.login-option a
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	.login-option a .image
	{
		max-width: 480px;
		height: 320px;
		margin: 0 auto 15px auto;
	}
	.login-option a .image img
	{
		object-fit: cover;
		border-radius: 20px;
	}
	.login-option:hover
	{
		background-color: #fff;
		transform: translateY(-10px);
		box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);
	}
	.black
	{
		color: #1A1919;
	}
	section.section-login-event
	{
		padding: 30px 0;
		min-height: 100vh;
		background-image: url("../images/bg-login.jpeg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section.section-login-event .event-heading
	{
		background-color: #fff;
		padding: 10px 15px;
		border-radius: 20px;
	}
	.login-container .bz-regis.vc-login {
		margin: 0 auto 25px auto;
	}
	section.section-register-event
	{
		overflow: hidden;
		/*height: 100vh;*/
		position: relative;
		padding: 0;
		/*min-height: 100vh;*/
		/*background-image: url("../images/bg-register.jpeg");*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 0;
	}
	.bg-event-regis
	{
		position: relative;
		z-index: 1;
		min-height: 100vh;
		height: 100vh;
		overflow: scroll;
	}
	.bg-event-regis .image
	{
		z-index: -1;
		position: fixed;
		left: 0;
		bottom: -15px;
		width: 100%;
		/* top: 0; */
		/* min-height: 100%; */
		/* height: 100%; */
		/* right: 0; */
	}
	section.section-register-event .event-heading
	{
		margin-right: 0;
	}
	.register-container
	{
		max-width: 555px;
		margin: 40px 0 0 auto;
	}
	.register-container .bz-regis.vc-regis {
		background-color: #d1eef9db;
		max-width: 100%;
		margin: 50px 0 25px auto;
		padding: 30px 15px;
		border-radius: 20px;
		box-shadow: 0 8px 18px 0 rgb(0 0 0 / 10%);
	}
	/*====================================== SECTION PERFORMANCE EVENT ======================================*/
	.virtual-container.performance
	{
		background-color: #0c0115;
		background-image: url("../images/event-performance-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}
	.virtual-container.performance .hover-border::before
	{
		border-bottom: 0.2rem solid #fff;
	}
	.virtual-container.performance .hover-border::after
	{
		border-top: 0.2rem solid #fff;
	}
	.virtual-container.performance .nav-slider
	{
		margin-bottom: 0;
	}
	.virtual-screen.performance
	{
		background: none;
		width: 100%;
		height: 100%;
	}
	.virtual-screen.performance .desc::-webkit-scrollbar-thumb,
	.virtual-screen.competition .desc::-webkit-scrollbar-thumb,
	.virtual-screen.seminar .desc::-webkit-scrollbar-thumb
	{
		background-color: #fff;
	}
	.nav-journey.performance li a
	{
		color: #fff;
	}
	.nav-journey.performance li:hover a
	{
		background-color: #f5b76c85;
	}
	.nav-journey.performance li.active a
	{
		background-color: #f5b76c !important;
	}
	.vc-detail-bottom.performance
	{
		margin-top: -1px;
		z-index: 1;
		height: 50vh;
	}
	.vc-detail-bottom.performance .bg-image
	{
		background-color: #0c0115;
		background-image: url("../images/event-performance.png");
		background-size: contain;
	}
	/*====================================== SECTION VIRTUAL CITY EVENT ======================================*/
	section#section-vc-event
	{
		overflow: hidden;
	}
	section#section-vc-event .doorprize
	{
		z-index: 10;
		position: fixed;
		top: 125px;
		right: 0;
	}
	section#section-vc-event .doorprize .image h2
	{
		margin-left: 40px;
	}
	section#section-vc-event .vc-home
	{
		top: 20px;
		right: 10px;
		transition: all 0.3s;
	}
	section#section-vc-event .vc-home:hover
	{
		transform: translateY(-5px);
	}
	section#section-vc-event .vc-home .image
	{
		max-width: 75px;
	}
	section#section-vc-event .vc-map.mobile .vc-home
	{
		left: 82% !important;
	}
	/*====================================== SECTION EDUCATIONAL EVENT ======================================*/
	.virtual-container.educational
	{
		background-color: #ffd07a;
		background-image: url("../images/event-educational-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.virtual-container.educational .nav-slider
	{
		margin-bottom: 0;
	}
	.virtual-screen.educational
	{
		background: none;
		width: 100%;
		height: 100%;
	}
	.nav-journey.educational li a
	{
		color: #fff;
	}
	.nav-journey.educational li:hover a
	{
		background-color: #f5b76c85;
	}
	.nav-journey.educational li.active a
	{
		background-color: #f5b76c !important;
	}
	.vc-detail-bottom.educational
	{
		margin-top: -1px;
		z-index: 1;
		height: 50vh;
	}
	.vc-detail-bottom.educational .bg-image
	{
		background-color: #ffd07a;
		background-image: url("../images/event-educational.png");
		background-size: contain;
	}
	/*====================================== SECTION COMPETITION EVENT ======================================*/
	.virtual-container.competition
	{
		background-color: #0C0115;
		background-image: url("../images/event-competition-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.virtual-container.competition .nav-slider
	{
		margin-bottom: 0;
	}
	.virtual-screen.competition
	{
		background: none;
		width: 100%;
		height: 100%;
	}
	.nav-journey.competition li a
	{
		color: #fff;
	}
	.nav-journey.competition li:hover a
	{
		background-color: #f5b76c85;
	}
	.nav-journey.competition li.active a
	{
		background-color: #f5b76c !important;
	}
	.vc-detail-bottom.competition
	{
		margin-top: -1px;
		z-index: 1;
		height: 50vh;
	}
	.vc-detail-bottom.competition .bg-image
	{
		background-color: #0C0115;
		background-image: url("../images/event-competition.png");
		background-size: contain;
	}
	/*====================================== SECTION seminar EVENT ======================================*/
	.virtual-container.seminar
	{
		background-color: #0C0115;
		background-image: url("../images/event-seminar-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.virtual-container.seminar .nav-slider
	{
		margin-bottom: 0;
	}
	.virtual-screen.seminar
	{
		background: none;
		width: 100%;
		height: 100%;
	}
	.nav-journey.seminar li a
	{
		color: #fff;
	}
	.nav-journey.seminar li:hover a
	{
		background-color: #f5b76c85;
	}
	.nav-journey.seminar li.active a
	{
		background-color: #f5b76c !important;
	}
	.vc-detail-bottom.seminar
	{
		margin-top: -1px;
		z-index: 1;
		height: 50vh;
	}
	.vc-detail-bottom.seminar .bg-image
	{
		background-color: #0C0115;
		background-image: url("../images/event-seminar.png");
		background-size: contain;
	}
	/*====================================== SECTION FOOTER ======================================*/
	footer.footer
	{
		position: relative;
		width: 100%;
	}
	.footer-top
	{
		height: 250px;
		width: 100%;
		background-image: url("../images/bg-home-footer.svg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section#section-home-footer
	{
		background-color: #204390;
		padding-bottom: 0px;
		margin-bottom: 0;
	}
	.footer-list
	{
		border-bottom: 1px solid #fff;
	}
	.footer-list ul
	{
		text-align: center;
		list-style: none;
	}
	.footer-list ul li
	{
		display: inline-block;
		margin: 10px;
	}
	.footer-list ul li a
	{
		display: block;
		background-color: #f5b76c;
		padding: 15px;
		border-radius: 30px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 1.2px;
		font-weight: 400;
		color: #fff;
		transition: all 0.3s;
	}
	.footer-list ul li a i
	{
		display: inline-block;
		width: 20px;
		text-align: center;
		margin-right: 5px;
	}
	.footer-list ul li a:hover
	{
		color: #292D79;
		transform: translateY(-4px);
	}
	.whatsapp-call
	{
		position: fixed;
		bottom: 10px;
		left: 2%;
		transition: all 0.3s;
	}
	@keyframes whatsapp_animation
	{
		0%, 100% {
			bottom: 10px;
		}
		50% {
			bottom: 25px;
		}
	}
	.whatsapp-call .wrapper
	{
		animation: whatsapp_animation 3s linear infinite;
		position: relative;
		background-color: #25D366;
		padding: 15px;
		border-radius: 50%;
	}
	.whatsapp-call .wrapper .icon
	{
		color: #fff;
		font-size: 40px;
	}
	.whatsapp-call .wrapper span
	{
		position: absolute;
		font-size: 20px;
		top: 25px;
		right: -85px;
		color: #1A1919;
	}
	.whatsapp-call:hover .wrapper
	{
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
		-o-animation-play-state: paused;
		animation-play-state: paused;
	}
	footer.footer .copyright
	{
		text-align: center;
		padding: 20px;
		margin: 20px 0;
	}
	footer.footer .copyright a
	{
		position: relative;
		color: inherit;
		padding: 0 10px 5px 10px;
	}
	footer.footer .copyright a:before
	{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: width 0s ease, background .35s ease;
	}
	footer.footer .copyright a:before
	{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		background-image: -webkit-linear-gradient(left, #8BD1D2, #CEEBF8);
		background-image: -o-linear-gradient(left, #8BD1D2, #CEEBF8);
		background-image: linear-gradient(to right, #8BD1D2, #CEEBF8);
		transition: width .35s ease;
	}
	footer.footer .copyright a:hover:before
	{
		width: 100%;
	}
	.maka
	{
		color: #8BD1D2 !important;
		margin-right: -3px;
	}
	footer.footer .copyright span
	{
		display: inline-block;
	}
	footer.footer .copyright:hover span:nth-child(1)
	{
		animation: maka 0.5s ease-in-out;
	}
	footer.footer .copyright:hover span:nth-child(2)
	{
		animation: maka 0.7s ease-in-out;
	}
	footer.footer .copyright:hover span:nth-child(3)
	{
		animation: maka 0.9s ease-in-out;
	}
	footer.footer .copyright:hover span:nth-child(4)
	{
		animation: maka 1.1s ease-in-out;
	}
	@keyframes maka
	{
		0%{ transform: translateY(0px); }
		50%{ transform: translateY(-4px); }
		100%{ transform: translateY(0px); }
	}
	/*  ==========================  BUTTON CUSTOM  ==========================*/
	.hover-shadow
	{
		position: relative;
		transition-property: transform;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		transition: all 0.3s;
	}
	.hover-shadow:before
	{
		opacity: 0;
		pointer-events: none;
		position: absolute;
		z-index: -1;
		content: '';
		top: 100%;
		left: 10%;
		height: 10px;
		width: 80%;
		background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
		/* W3C */
		transition: all 0.3s;
		transition-duration: 0.3s;
		transition-property: transform opacity;
	}
	.hover-shadow:hover
	{
		transform: translateY(-5px);
	}
	.hover-shadow:hover::before
	{
		opacity: 1;
		transform: translateY(10px);
	}
	.hover-border
	{
		display: block;
		position: relative;
		padding: 5px 10px;
		text-decoration: none;
		font-size: 18px;
		font-weight: 300;
		line-height: 18px;
		letter-spacing: 1.2px;
		padding: 10px 15px;
		color: #1A1919;
	}
	.hover-ball
	{
		border-radius: 30px;
		position: relative;
		overflow: hidden;
		transition: all 1s;
	}
	.hover-ball a
	{
		border-color: transparent !important;
		display: block;
		z-index: 2;
		transition: all 0.8s !important;
	}
	.hover-border::after,
	.hover-ball::after {
		content: "";
		display: block;
		position: absolute;
	}
	.hover-border::before,
	.hover-ball::before {
		content: "";
		display: block;
		position: absolute;
	}
	.hover-border::after {
		right: 0;
		bottom: 5px;
		width: 0%;
		height: 100%;
		border-top: 0.2rem solid black;
		transition: all 0.3s;
	}
	.hover-border::before {
		left: 0;
		bottom: -5px;
		width: 0%;
		height: 100%;
		border-bottom: 0.2rem solid black;
		transition: all 0.3s;
	}
	.hover-border:hover::after, .hover-border:hover::before {
		width: 100%;
	}
	.hover-ball::after {
		left: -1rem;
		top: 50%;
		transform: translate(0, -50%);
		width: 1rem;
		height: 1rem;
		background-color: #f5b76c;
		border-radius: 50%;
		z-index: -1;
		transition: all 0.3s;
	}
	.hover-ball::before {
		right: -1rem;
		top: 50%;
		transform: translate(0, -50%);
		width: 1rem;
		height: 1rem;
		background-color: #f5b76c;
		border-radius: 50%;
		z-index: -1;
		transition: all 0.3s;
	}
/*.hover-ball:hover {
	color: blue;
	}*/
	.hover-ball:hover::after {
		z-index: 1;
		animation: leftball 0.75s;
		animation-fill-mode: forwards;
	}
	.hover-ball:hover::before {
		z-index: 1;
		animation: rightball 0.75s;
		animation-fill-mode: forwards;
	}
	.hover-ball a:hover
	{
		color: #fff !important;
	}
	@keyframes leftball {
		0% {
			left: 0;
		}
		50% {
			left: calc(50% - 0.5rem);
			width: 1rem;
			height: 1rem;
		}
		100% {
			width: 150%;
			height: 250%;
		}
	}
	@keyframes rightball {
		0% {
			right: 0;
		}
		50% {
			right: calc(50% - 0.5rem);
			width: 1rem;
			height: 1rem;
		}
		100% {
			width: 150%;
			height: 250%;
		}
	}