html, body {
	height: 100vh;
}

body {
	background-color: #4B33A5;
	font-family: 'PlayRegular';
	color: #212529;
	font-size: 14px;
	line-height: 1;
	min-width: 360px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

a, a:link, a:focus {
    color: #212529;
	outline: none !important;
	text-decoration: none !important;
}

a:hover {
	color: #ff4f81;
	text-decoration: none;
}

a.disabled {
	cursor: not-allowed;
	pointer-events: all;
}

abbr {
	border-bottom: none !important;
}

kbd {
	margin: 2px 0;
	display: inline-block;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

/*PENTING BUAT BUG DARI OWL*/

.owl-carousel .owl-stage, 
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto !important;
        touch-action: auto !important;
		max-height: 560px;
}

/* BACKGROUND */
.black-bg {
	background-color: #2c3038 !important;
}

.white-bg {
	background-color: #fff !important;
}

.red-bg {
	background-color: #ff4f81 !important;	
}

.yellow-bg {
	background-color: #ffc107 !important;
}

.green-bg {
	background-color: #03c895 !important;
}

.blue-bg {
	background-color: #4755AB !important;
}

.cyan-bg {
	background-color: #007bff !important;
}

.purple-bg {
	background-color: #B162AC !important;
}

.gray-bg {
	background-color: #EEE !important;
}

/* PROGRESS BAR */
.progress-bar-danger {
	background-color: #d8253b;
}

.progress-bar-success {
	background-color: #03DAC6;
}

.progress-bar-warning {
	background-color: #cdd023;
}

/* MARGIN */

.no-margin {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

/* PADDING */

.pad-lr-5 {
	padding: 0 5px;
}

.pad-tb-5 {
	padding: 5px 0;
}

.no-padding {
	padding: 0 !important;
}

/* IMAGE MODE */

.img-center {
	display: flex;
	align-items: center;
	justify-content: center;	
	margin: auto;
}

/* TEXT MODE */
.capitalize {
	text-transform:capitalize !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.italic {
	font-style: italic !important;
}

.bold {
	font-weight: 700 !important;
}

.tiny {
	font-weight: 100 !important;
}

.light {
	color: #fff !important;
} 

.black {
	color: #333 !important;
}

.red {
	color: #ff4f81 !important;
}

.green {
	color: #03c895 !important;
}

.blue {
	color: #4755AB !important;
}

.purple {
	color: #B162AC !important;
}

/* BUTTON */
.btn {
	background-image: none;
	color: #fff !important;
	text-shadow: none;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: 1px;
	min-height: 34px;
	outline: none !important;
	
	-webkit-box-shadow: none;
			box-shadow: none;
			
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;			
}

.btn-blue, 
.btn-blue:focus {
	background: #4755AB;
	border-color: #4755AB;
	color: #fff;
}

.btn-red, 
.btn-red:focus {
	background: #ff4f81;
	border-color: #ff4f81;
	color: #fff;
}

.btn-purple, 
.btn-purple:focus {
	background: #B162AC;
	border-color: #B162AC;
	color: #fff;
}

.btn-yellow, 
.btn-yellow:focus {
	background: #FFC107;
	border-color: #FFC107;
	color: #212529 !important;
}

.btn-blue, 
.btn-blue:focus {
	background: #4755AB;
	border-color: #4755AB;
	color: #fff;
}

.btn-trans, 
.btn-trans:focus, 
.btn-default, 
.btn-default:focus {
	background: transparent;
	border-color: #B5B5B5;
	color: #212529 !important;
}

.btn-blue:hover {
	background: #3c4890;
	border-color: #3c4890;
	color: #fff;
}

.btn-red:hover {
	background: #ff2966;
	border-color: #ff2966;
	color:#fff;
}

.btn-purple:hover {
	background: #843F7F;
	border-color: #843F7F;
	color:#fff;
}

.btn-trans:hover, 
.btn-default:hover {
	background: #b5b5b5;
	border-color: #b5b5b5;
	color: #212529 !important;
}

.btn.dropdown-toggle {
	outline: none !important;
}

.btn-small {
	font-size: 12px;
	min-height: 27px;
	padding: 4px 10px;
}

.btn-sm {
	min-height: auto;
}

/** TABLE **/

.custom-table {
	
}

.custom-table tr > th, 
.custom-table tr > td {
	padding: 0 5px;
}

.custom-table tr > th:first-child, 
.custom-table tr > td:first-child {
	padding-left: 0;
}

/**
================================================
	--- NAVBAR ---
================================================
**/

#navbar .row {
	margin-left: -10px;
	margin-right: -10px;
}

#navbar .row > div {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-header{
	/*min-width: 320px;*/
}

.navbar-brand {
	display: block;
	padding: 10px 15px;
	height: 50px;
}

.navbar-brand > img {
	position: relative;
	height: 40px;
	width: auto;
	z-index: 9;
}

.navbar-inverse .navbar-brand:focus, 
.navbar-inverse .navbar-brand:hover {
	color: #343434;
	background-color: transparent;
	text-shadow: none;
}

.navbar-inverse {
	background-color: #fff;
	background-image: none;
	border: 0;
	border-bottom: 1px solid #e3e9ef;
}

.navbar-nav > li > a {
	padding-top: 19px;
	padding-bottom: 17px;
}

.navbar-inverse .navbar-brand, 
.navbar-inverse .navbar-nav > li > a {
	text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a {
	/*
	font-size: 12px;
	color: #212529;
	*/
	text-transform: uppercase;
}

/*
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover {
	color: #5d4f8d;
	background-color: transparent;
	border-bottom: 2px solid #5d4f8d;
}
*/

/*
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .open > a {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
			box-shadow: none;	
	color: #5d4f8d;
	border-bottom: 2px solid #5d4f8d;
}
*/

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	/*color: #5d4f8d;*/
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover {
	/*color: #5d4f8d;*/
	background-color: transparent;
}
.navbar-right {
	margin-right: 0;
}

.dropdown-menu {
	background: #fff;
	/*border: 1px solid #e3e9ef;*/
}

.dropdown-menu .divider {
	background-color: #e3e9ef;
}

.dropdown-menu > li > a {
	padding: 3px 20px 5px;
	color: #212529;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	background: transparent;
	color: #5d4f8d;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	background-color: transparent;
	background-image: none;
	color: #5d4f8d;
}

.dropdown-border {
	border: 1px solid #e3e9ef;
	padding: 0;	
}

.dropdown-border > li + li {
	border-top: 1px solid #e3e9ef;
}

.dropdown-border > li > a {
	padding: 7px 10px; 
}

/**
================================================
	--- CONTENT ---
================================================
**/

.main-content, 
.content-slide, 
.content-slide .title, 
.content-slide .content, 
footer {
	float: left;
	width: 100%;
	position: relative;
}

.flex-content {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
}

/**
================================================
	--- OWL SLIDER ---
================================================
**/

.my-owl-theme .owl-theme .owl-nav {
	margin-top: 0;
}

.my-owl-theme .owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	margin: 0;
	width: 30px;
	height: 40px;
	margin-top: -40px;
	
	color: #fff;
	
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.my-owl-theme .owl-theme .owl-nav button:hover {
	background: transparent;
	color: #ff2966;
}

.my-owl-theme .owl-theme .owl-nav .owl-prev {
	left: -45px;
}

.my-owl-theme .owl-theme .owl-nav .owl-next {
	right: -45px;
}

.my-owl-theme .owl-theme .owl-dots {
	position: relative;
	display: flex;
	overflow-x: hidden;
	overflow-y: hidden;	
	/*
	max-width: 266px;
	margin: 20px auto 0 auto;
	*/
	width: 260px;
	margin: 20px auto 0;
	padding-left: 1px;
}

.my-owl-theme .owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 27px;
    margin: 0;
	border-radius: 50px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;	
	color: #222;
}

.my-owl-theme .owl-theme .owl-dots > button + button {
	margin-left: 6px;
}

.my-owl-theme .owl-theme .owl-dots .owl-dot.active span, 
.my-owl-theme .owl-theme .owl-dots .owl-dot:hover span {
	background: #ff2966;
	color: #fff;
}

/*
.my-owl-theme .owl-theme .owl-dots {
    counter-reset: dots;
}

.my-owl-theme .owl-theme .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
*/

/*
.my-owl-theme .owl-theme .item {
	min-height: 300px;
	display: flex;
	align-content: center;
	align-items: center;
}
*/

.my-owl-theme .dot-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 27px;
	width: 260px;
	margin: auto;
}

.my-owl-theme .dot-nav > button {
	position: absolute;
    width: 27px;
    height: 27px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;	
	padding: 0;
	background: transparent;
	border: none;
	color: #fff;
	border-radius: 5px;
}

.my-owl-theme .dot-nav > button:hover {
	color: #ff2966;
}

.my-owl-theme .dot-nav #dot-prev {
	left: -27px;
}

.my-owl-theme .dot-nav #dot-next {
	right: -27px;
}

.my-owl-theme .dot-nav > button:disabled {
	cursor: not-allowed;
	pointer-events: all;	
}

/**
================================================
	--- MAIN CONTENT ---
================================================
**/

#content {
	position: fixed;
	height: 100vh;
	width: 100vw;
	overflow: hidden !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('images/bg/bg-main.jpg?v=0.02');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.main-content {
	/*height: calc(80vh + 101px);*/
}

.main-search {
	margin-bottom: 20px;
}

.content-slide {
	height: 80vh;	
	background-color: rgba(254, 171, 49, 0.85);
	border-radius: 5px;
	padding: 15px;
	/*
	padding-right: 5px;
	*/
	border: 1px solid #ddd;
	overflow-y: scroll;
	
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.175);
	   -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.175);
			box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.175);
}

.content-slide .title {
	margin-bottom: 20px;
} 

.content-slide .title h1 {
	font-family: 'ProtoType';
	font-size: 25px;
}

.content-slide .content {
	color: #474847;
	line-height: 1.52;
}

.content-slide img {
	height: 200px;
	width: auto !important;
	margin: auto;
}

/*
================================================
	FOOTER
================================================
*/

footer {
    text-align: center;
    color: #999;
	font-size: 11px;
    margin: 40px 0 0;
}


.main-search button {
    transform: none;
    box-shadow: none;
}
.owl-stage-outer table {
    -webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
			box-shadow: none !important;
}

.main-search button {
    margin-top: 0;
}

@media (max-width: 1199px){
	.my-owl-theme {
		width: 767px;
		margin: auto;
	}
}

@media (max-width: 991px){
	.my-owl-theme {
		width: 474px;
	}
}

@media (max-width: 540px){
	.my-owl-theme {
		width: 300px;
	}
}

@media (max-width: 360px){
	.my-owl-theme {
		width: 260px;
	}
}


/*
================================================
			MEDIA RESPONSIVE
================================================
*/


@media (min-width: 768px){
	.container-fluid {
		max-width: 1366px;
	}
	
	.small-container .container {
		/*width: 670px;*/
	}	
}

@media (min-width: 992px){

}

@media (max-width: 1199px){	

}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
	.small-container .container {
		width: 100%;		
	}
	
	.my-owl-theme .owl-theme .owl-nav .owl-prev	{
		left: -30px;
	}
	
	.my-owl-theme .owl-theme .owl-nav .owl-next {
		right: -30px;
	}	
}

@media (max-width: 600px){

}

@media (max-width: 480px){
	#content {
		background-position: right top;
	}
	
	.content-slide .title h1 {
		font-size: 21px;
	}
}

@media (max-width: 360px){

}

@media (max-width: 320px){

}

@media screen and (orientation:portrait) {
	@media (max-width: 480px){
		/*
		.my-owl-theme .owl-theme .owl-nav {
			display: none !important;
		}
		*/
	}	
}

@media screen and (orientation:landscape) {
	
}