/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2020 IMAJIKU.
*/


/* =layout
-------------------------------------------------------------*/
.wrapper{}
.section{
	padding: 50px 0 50px;
}
.section:last-child{
	padding-bottom: 8%;
}
.section-top{
	margin-top: 90px;
}
.section-blank{
	padding: 150px 0 100px;
}
.layout-page{
	min-height: 70vh;
}
.section-hero-top{
	padding-top: 90px;
}

/* =General
-------------------------------------------------------------*/

.hide-for-desktop{
	display: none;
}
.hide-for-mobile{
	display: block;
}

/*effect for image*/
.overlay-dark:before {
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background:-webkit-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.5) 100%);
	background:-moz-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.5) 100%);
	background:radial-gradient(top center, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.5) 100%);
}

/*for resposive condition navbar*/
.disablescrollbar{
	overflow: hidden;
}


/* Vertical Position style */
.v-top {vertical-align: top;}
.v-middle {	vertical-align: middle;}
.v-bottom {	vertical-align: bottom;}

/* =Modal Dialog
------------------------------------------------------------ */
.modal-open {
	padding-right: 0 !important;
}
.modal-open .navbar {
	padding-right: 1rem !important;
}
.modal-header{
	border-bottom: none;
	padding: 20px 20px 20px;
}
.modal-header .modal-title{
	text-align: left;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid transparent;
	padding-bottom: 0;
	color: #000000;
	font-weight: bold;
}
.modal-header .modal-title img{
	display: block;
	height: 100px;
	width: auto;
	margin: 0 auto;
}
.modal-header .close{
	position: absolute;
	top: 15px;
	line-height: 16px;
	right: 20px;
	text-shadow: none;
	z-index: 10;
}
.modal-header .close i{
	font-size: 16px;
	color: #f98341;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.modal-header .close:hover i{
	transform: scale(1.2) rotate(180deg);
	-webkit-transform: scale(1.2) rotate(180deg);
	-moz-transform: scale(1.2) rotate(180deg);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #FF6464;
}
.modal-body{
	padding: 20px 60px 20px;	
}
.modal-body .form-group-mjk label{
	font-size: 14px;
}
.modal-footer {
	padding: 20px 60px 20px;
	border-top: 1px solid transparent;
}

/*welcome*/
.welcomedialog-content .modal-header .close{
	position: absolute;
	top: 15px;
	line-height: 16px;
	right: 15px;
	text-shadow: none;
	z-index: 10;
}

/* =Sidebarmenu
-------------------------------------------------------------*/
.sidebar-menu-box{
	position: relative;
	padding: 0 25px 0 0;
}
.sidebar-menu-box .sidebar-menu-title{
	margin-bottom: 20px;
}
.sidebar-menu-box .sidebar-menu-title h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0;
}
.sidebar-menu-box .sidebar-menu-title .navbar-toggler{
	display: none;
}
.sidebar-menu-box > ul.collapse,
.sidebar-menu-box > ul.collapse.show{
	display: block;
}
.sidebar-menu-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-menu-box li{}

.sidebar-menu-label{
	color: #999999;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sidebar-menu-label.active,
.sidebar-menu-label:hover,
.sidebar-menu-link[aria-expanded="true"]{
	color: #f98341 !important;
	background-color: #FEF3DF;
}
.sidebar-menu-link{
	width: 100%;
	cursor: pointer;
	padding: 15px 15px 15px 15px;
	position: relative;
	display: block;
	font-size: 16px;
	color: #999999 !important;
}
.sidebar-menu-link:hover{
	cursor: pointer;
}

.sidebar-submenu{}
.sidebar-submenu .sidebar-menu-link{
	padding-left: 30px;
	color: #999999;
	background-color: #FEEDD1;
}
.sidebar-submenu .sidebar-menu-link.active,
.sidebar-submenu .sidebar-menu-link:hover{
	color: #f98341 !important;
}

/* sidebar menu caret */
.sidebar-menu-link .caret-show,
.sidebar-menu-link .caret-hide{
	float: right;
	text-align: center;
	width: 15px;
}
.sidebar-menu-link[aria-expanded="false"] .caret-show{
	display: inline-block;
}
.sidebar-menu-link[aria-expanded="true"] .caret-show{
	display: none;
}
.sidebar-menu-link[aria-expanded="false"] .caret-hide{
	display: none;
}
.sidebar-menu-link[aria-expanded="true"] .caret-hide{
	display: inline-block;
}
.sidebar-menu-link[aria-expanded="true"] .caret-hide i{
	color: #f98341;
}

/* =Navbar Header
-------------------------------------------------------------*/
.navbar{
	background-color: #ffffff;
	height: 90px;
	padding: 0px 1rem 0;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}
.navbar-brand {
	margin: 0 0 0 20px;
	padding: 0;
}
.navbar-brand img{
	display: block;
	width: auto;
	height: 60px;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}
.navbar-brand:hover img{
	transform: scale3d(0.9,0.9,0.9);
	-webkit-transform: scale3d(0.9,0.9,0.9);
	-moz-transform: scale3d(0.9,0.9,0.9);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item{
	height: 90px;
	display: flex;
	align-items: center;
	text-align: center;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}
.navbar .navbar-nav .nav-link{
	font-size: 16px;
	color: #666666;
	font-weight: 500;
	padding: 0 20px 0;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}
.navbar .navbar-nav .nav-item:active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link{
	color: #01449f;
}
.navbar .navbar-nav .nav-link:hover{
	color: #6E87C0;
}
.navbar .navbar-collapse{
	justify-content: space-between;
}

/* navbar dropdown set show if hover*/
.navbar .dropdown:hover>.dropdown-menu {
	display: block;
}
.navbar .dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

/* navbar dropdown*/
.navbar .dropdown-menu{
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-color: #ffffff;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 0.2s;
	-webkit-animation-duration: 0.2s;
}
.navbar .dropdown-item{
	color: #666666;
	font-size: 14px;
	padding: 8px 15px 8px;
}
.navbar .dropdown-item:active,
.navbar .dropdown-item.active{
	color: #f98341;
	background-color: transparent;
}
.navbar .dropdown-item:hover{
	color: #f86b54;
}

/*navbar dropdown submenu*/
.navbar .dropdown-submenu {
	position: relative;
}
.navbar .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: 0;
}
.navbar .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

/*navbar sticky*/
header.sticky .navbar {
	height: 60px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header.sticky .navbar-brand img {
	height: 40px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header.sticky .navbar .navbar-nav .nav-item{
	height: 60px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header.sticky .navbar .navbar-nav .nav-link{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/*hamburger*/
.navbar-toggler,
.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler{
	border:none;
	background: transparent;
	margin-top: 8px;
	margin-bottom: 9px;
	height: 33px;
	width: 50px;
	padding:  0 5px 0 11px;
}
.navbar-toggler .icon-bar{
	display: block;
	width: 26px;
	height: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #666666;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	margin-top: 4px
}
.navbar-toggler:hover .icon-bar{
	background-color: #666666;
}
.navbar-toggler .top-bar {
	margin-top: 0;
}
.navbar-toggler[aria-expanded="true"]{
	padding-left: 15px;
}
.navbar-toggler[aria-expanded="true"] .top-bar {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform-origin: 10% 10%;
	-webkit-transform-origin: 10% 10%;
	-moz-transform-origin: 10% 10%;
}
.navbar-toggler[aria-expanded="true"] .middle-bar {
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom-bar {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform-origin: 10% 90%;
	-webkit-transform-origin: 10% 90%;
	-moz-transform-origin: 10% 90%;
}
.navbar-toggler[aria-expanded="false"] .top-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
}
.navbar-toggler[aria-expanded="false"] .middle-bar {
	opacity: 1;
}
.navbar-toggler[aria-expanded="false"] .bottom-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
}

/*search*/
.btn-top-search{}
.search-body {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);    
	opacity: 0;
	display: none;
}
.search-body.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
	opacity: 1;
	z-index: 9999;
	display: block;
}
.search-body input,
.search-body input[type="text"] {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
	color: #666666;
	background: transparent;
	border-top: none;
	border-bottom: 2px solid #f98341;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	outline: none;
	padding: 5px;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.search-body .close {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: transparent !important;
	opacity: 0.6;
}
.search-body .close i{
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}
.search-body .close:hover{
	cursor: pointer;
	opacity: 1;
}

/*button caret for dropdown*/
.navbar .caret-mjk-box{
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	height: 28px;
	right: 14px;
}
.navbar .dropdown-submenu .caret-mjk-box{
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	height: 28px;
	top: 5px;
	right: 7px;
}
.navbar .caret-mjk-box.dropdown-toggle:after{
	display: none;
}
.navbar .caret-mjk-box .caret-mjk-desktop{
	display: block;
}
.navbar .caret-mjk-box .caret-mjk-mobile{
	display: none;
}
.navbar .caret-mjk-box .caret-mjk-desktop{
	text-align: right;
}
.navbar .caret-mjk-box .caret-mjk-desktop i{
	font-size: 12px;
	color: #666666;
}

/*notification*/
.badges-bell-box{
	position: relative;
}
.badges-bell{
	position: relative;
}
.badges-bell .badges-balloon{
	display: block;
	position: absolute;
	top: -10px;
	left: 5px;
	padding: 3px 6px 3px;
	height: 20px;
	min-width: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #FF4040;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}

.notification-box{
	left: -65px;
	padding: 0;
}
.notification{
	display: block;
	width: 280px;
	height: 400px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 2px 0;
	margin-bottom: 10px;
}
.notification .notification-sortby{
	display: block;
	padding: 5px;
	background-color: #f2f2f2;
	text-align: left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.notification .notification-sortby h2{
	color: #888888;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
.notification .notification-list-box{}
.notification .notification-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.notification .notification-list li{
	display: block;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #f3f3f3;
	min-height: 40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.notification .notification-list li:hover{
	background-color: #FED59A;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.notification .notification-list li:hover .notification-item-img i,
.notification .notification-list li:hover .notification-item-desc h4,
.notification .notification-list li:hover .notification-item-desc p{
	color: #666666;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.notification .notification-list-box.newest .notification-list li{
	background-color: #FFE1D2;
}
.notification .notification-list-box.earlier .notification-list li{}

.notification .notification-item {
	display: table;
	width: 100%;
}
.notification .notification-item-img {
	display: table-cell;
	vertical-align: top;
	width: 30px;
	text-align: center;
}
.notification .notification-item-img i{
	margin-top: 3px;
	font-size: 12px;
	color: #999999;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.notification .notification-item-desc {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	text-align: left;
	padding-left: 10px;
}
.notification .notification-item-desc h4{
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.notification .notification-item-desc p{
	color: #999999;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
}

/*megamenu*/
.navbar .megamenu{
	position: static;
}
.navbar .megamenu .megamenu-dropdown{
	width: 100%;
	border: none;
	background-color: transparent;
	padding: 0;
}
.navbar .megamenu .megamenu-body{
	background-color: #ffffff;
	padding: 15px 20px 15px;
	height: 450px;
	max-height: 450px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.navbar .megamenu .megamenu-content-list{
	margin-bottom: 20px;
}
.navbar .megamenu .megamenu-content-list h3{
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px 0;
}
.navbar .megamenu .megamenu-content-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.navbar .megamenu .megamenu-content-list li{}
.navbar .megamenu .megamenu-content-list .megamenu-content-img{
	display: block;
	width: auto;
	height: 180px;
	margin: 30px auto 30px;
}
.navbar .megamenu .megamenu-content-list .megamenu-content-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* =Footer
-------------------------------------------------------------*/
.footer{
	position: relative;
	display: block;
	background-color: #ffffff;
}
.footer-top{
	display: block;
	background-color: #ebebeb;
	padding: 2rem 0 2rem;
}
.footer-middle{
	display: block;
	padding: 2rem 0 2rem;
	background-color: #dddddd;
}
.footer-bottom{
	display: block;
	padding: 1rem 0 1rem;
	background-color: #cecece;
}
.footer-bottom p{
	margin: 0;
}
.footer-bottom h4{
	font-size: 18px;
}
.foo-menu{
	position: relative;
	margin-bottom: 15px;
}
.foo-menu h3{
	font-size: 17px;
	font-weight: bold;
}
.foo-menu ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
}
.foo-menu li{
	display: block;
	padding: 3px 0 3px;
}
.foo-menu li a{
	color: #333333;
}
.foo-menu li a:hover{
	color: red;
}
.foo-address{
	position: relative;
}
.foo-address h3{
	font-size: 17px;
	font-weight: bold;
}
.foo-address ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
}
.foo-address li{
	display: block;
	padding: 3px 0 3px;
	padding-left: 37px;
	position: relative;
}
.foo-address li a {
	color: #333333;
}
.foo-address li a:hover {
	color: red;
}
.foo-address li i{
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 18px;
	margin-left: 4px;
	margin-right: 4px;
	color: red;
}
.foo-menu-static{}
.foo-menu-static ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.foo-menu-static li{
	font-size: 13px;
	padding: 0 5px 0;
	border-right: 1px solid #ebebeb;
	list-style: none;
}
.foo-menu-static li a{
	color: #333333;
}
.foo-menu-static li a:hover{
	color: red;
}
.foo-menu-static li:last-child{
	border-right: none;
}
.copyright{
	display: block;
	margin: 10px 0 0 0;
}
.copyright p{
	margin: 0 10px 0 0;
	font-size: 12px;
}
.foo-logo{
	display: block;
	width: auto;
	height: 50px;
	float: right;
}

/* =social media
-------------------------------------------------------------*/
.social-network{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 0 20px;
}
.social-network h3{
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
}
.social-network ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.social-network li{
	display: inline-block;
	padding: 0 10px 0;
}
.social-network li:last-child{
	padding-right: 0;
}
.social-network li i{
	font-size: 20px;
}

/* =breadcrumb
------------------------------------------------------------ */
.breadcrumb-box{
	display: block;
	width: 100%;
	min-height: 55px;
	position: relative;
	background-color: #212121;
	padding: 15px 0 15px;
	z-index: 2;
}
.breadcrumb{
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.breadcrumb .breadcrumb-item{
	font-size: 14px;
	padding-right: 0.7rem;
}
.breadcrumb .breadcrumb-item a{
	color: #ffffff;
	font-size: 14px;
}
.breadcrumb .breadcrumb-item.active{
	color: #f98341;
}
.breadcrumb .breadcrumb-item:hover a{
	color: #f86b54 !important;
}
.breadcrumb-item + .breadcrumb-item{
	padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 7px;
	color: #FEC30F;
	padding-left: 0;
	padding-right: 0.7rem;
	position: relative;
	top: -3px;
}

/* =Banner Pages
-------------------------------------------------------------*/
.banner-top{
	display: block;
	position: relative;
	width: 100%;
	height: 340px;
	overflow: hidden;
	background-color: #ffffff;
}
.banner-top img{
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
.banner-caption{
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 2;
}
.banner-caption h3{
	color: #ffffff;
	margin: 0 auto;
	font-weight: bold;
}
.banner-top.banner-empty img{
	background: url('../images/dummy/img-5.jpg') no-repeat;
}
.banner-top.banner-empty .banner-caption h3{
	color: #000000;
}


/* =Slider
-------------------------------------------------------------*/
/*slider global box*/
.myslider-mjk-box{
	position: relative;
	padding: 0 60px 0;
}
.myslider-mjk{
	z-index: 1;
}
.myslider-mjk .slick-slide{
	position: relative;
}
.myslider-mjk .slick-track{
	padding: 30px 0 30px;
}

/*button slider for global*/
.myslider-mjk-button-prev,
.myslider-mjk-button-next{
	position: absolute;
	top: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	width: 60px;
}
.myslider-mjk-button-prev i,
.myslider-mjk-button-next i{
	font-size: 40px;
	color: #ffffff;
}
.myslider-mjk-button-prev{
	left: 0;
}
.myslider-mjk-button-next{
	right: 0;
}
.myslider-mjk-button-prev:hover,
.myslider-mjk-button-next:hover{
	opacity: 0.8;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/*icon with circle boxed*/
.nav-circle-box{
	display: block;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);	
}
.nav-circle-box i{
	font-size: 24px;
	line-height: 45px;
	color: #f47e00;
}

/*navigation dots*/
.myslider-mjk-dots{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	width: 100%;
}
.myslider-mjk-dots .slick-dots{
	position: relative;
	bottom: 0;
	text-align: left;
	z-index: 5;
}
.myslider-mjk-dots .slick-dots li{
	margin: 0 5px 0;
	height: auto;
	width: auto;
	padding: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.myslider-mjk-dots .slick-dots li button{
	text-align: center;
	height: 20px;
	width: auto;
	line-height: 20px;
}
.myslider-mjk-dots .slick-dots li button::before{
	content: "";
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.myslider-mjk-dots .slick-dots li.slick-active button::before{
	content: "";
	width: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.myslider-mjk-dots .slick-dots li.slick-active{
	width: 40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

/* content slider - Hero slider*/
.myslider-mjk-box.hero-slider-box{
	padding: 0;
}
.myslider-mjk-box.hero-slider-box .myslider-mjk-button-prev,
.myslider-mjk-box.hero-slider-box .myslider-mjk-button-next{
	width: 6%;
}
/*.myslider-mjk.hero-slider img{
	display: block;
	width: 100%;
	max-height: 620px;
	z-index: 1;
	object-fit: cover;
	object-position: top center;	
}*/
.myslider-mjk.hero-slider .slick-track{
	padding: 0;
}

/*content caption slider*/
.hero-slider-caption-box{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 150px;
}
.hero-slider-caption{
	display: block;
	position: relative;
	z-index: 3;
	bottom: 0;
	width: 50%;
}
.hero-slider-caption h1, 
.hero-slider-caption h2{
	font-size: 44px;
	line-height: 1.2;
	font-weight: 600;
	color: #000000;
}
.hero-slider-caption p{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.hero-slider-caption .btn{
	margin-top: 20px;
}

/* =Title
-------------------------------------------------------------*/
.section-title {
	display: block;
	position: relative;
	width: 100%;
	background-color: #ffffff;
	padding: 3rem 0 3rem;
}
.title-page-box{
	display: block;
	position: relative;
	width: 100%;
}
.title-primary {
	position: relative;
}
.title-primary h1 {
	font-size: 45px;
	color: #000000;
	font-weight: bold;
}
.title-primary h2 {
	font-size: 35px;
	color: #000000;
	font-weight: bold;
}
.lines {
	position: relative;
	display: block;
	margin: 15px auto 15px 0;
	width: 50px;
	border-bottom: 2px solid #333333;
	z-index: 1;
}
.text-center .lines {
	margin: 15px auto;
}
.text-right .lines {
	margin: 15px 0 15px auto;
}
.title-primary > p{
	font-size: 16px;
	color: #999999;
}
.title-primary ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.title-primary li{}
.title-primary li p{
	margin: 0;
}
.title-page-action{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


/* =pagination
------------------------------------------------------------ */
.pagination{
	justify-content: center;
	margin: 15px 0 15px;
}
.pagination .page-link{
	font-size: 14px;
	padding: 5px 20px 5px;
}
.pagination .page-item.active .page-link{
	color: #f98341;
	font-weight: bold;
	border: none;
	background-color: transparent;
}
.pagination .page-item .page-link:focus{
	outline: none;
	box-shadow: none;
}
.pagination .page-link{
	font-size: 14px;
	color: #999999;
	border: none;
}
.pagination .page-link:hover{
	color: red !important;
	background-color: transparent;
}
.page-item.disabled .page-link {
	color: #dddddd;
}

/* =Card
-------------------------------------------------------------*/


/* = CARD PREVIEW VIDEO & IMAGES (fancybox)
------------------------------------------------------------ */
.preview-video{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preview-video:before{
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #cc0033;
	position: absolute;
	display: block;
	z-index: 2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.preview-video:hover:before{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	opacity: 0.8;
}
.fancybox img,
.fancybox-video img,
.preview-video img{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.fancybox:hover img,
.fancybox-video:hover img,
.preview-video:hover img{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
}

/* =Collapse
-------------------------------------------------------------*/
.collapse-mjk-item{}
.collapse-mjk-head{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.collapse-mjk-link{
	display: block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding: 15px 50px 15px 0;
	position: relative;
}
.collapse-mjk-link[aria-expanded="true"]{
	border-bottom: none;
}	
.collapse-mjk-link h4 {
	font-size: 16px;
	font-weight: bold;
}
.collapse-mjk-body{
	border-bottom: 1px solid #dddddd;
}

/*with navigation chevron*/
.collapse-mjk-link.navigation-chevron[aria-expanded="false"]:after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999999;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 18px;
	text-align: center;
	width: 30px;
	height: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.collapse-mjk-link.navigation-chevron[aria-expanded="true"]:after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999999;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 18px;
	text-align: center;
	width: 30px;
	height: auto;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

/*with navigation plus*/
.collapse-mjk-link.navigation-plus[aria-expanded="false"]:after{
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999999;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 18px;
	text-align: center;
	width: 30px;
	height: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.collapse-mjk-link.navigation-plus[aria-expanded="true"]:after{
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999999;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 18px;
	text-align: center;
	width: 30px;
	height: auto;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


/* =Empty Page / Blank Page
-------------------------------------------------------------*/
.empty-page{
	display: block;
	width: 90%;
	margin: 10% auto 30%;
	text-align: center;
	height: auto;
}
.empty-page i{
	font-size: 80px;
	line-height: 100px;
	color: #666666;
	opacity: 0.6;
}
.empty-page h3{
	font-style: italic;
	font-size: 16px;
	color: #444444;
	margin: 20px 0 10px 0;
}

/* =Empty Content
-------------------------------------------------------------*/
.empty-content{
	display: block;
	width: 400px;
	margin: 10% auto 30%;
	text-align: center;
	height: auto;
}
.empty-content-img{
	display: block;
	margin: 0 auto 30px;
	height: 200px;
	width: 200px;
}
.empty-content-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.empty-content-desc{}
.empty-content-desc h1{
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}
.empty-content-desc p{
	font-size: 14px;
}

/* = OTHER 
-------------------------------------------------------------*/

/*Button Back to TOP*/
#backtotop.active{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#backtotop{
	position: fixed;
	visibility: hidden;
	opacity: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 10px;
	padding: 0;
	background-color: #ababab;
	text-align: center;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
	border: 1px solid #ababab;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	overflow: hidden;
}
#backtotop i{
	color: #f2f2f2;
	font-size: 18px;
	line-height: 34px;
}
#backtotop:hover i{
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;

}

/* = Ratio
------------------------------------------------------------ */
[data-aspect-ratio] {
	display: block;
	max-width: 100%;
	position: relative;
	background-color: #000000;
	overflow: hidden;
}
[data-aspect-ratio]:before {
	content: '';
	display: block;
}
[data-aspect-ratio] > * {
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	object-fit: cover;
}
/*for landscape*/
[data-aspect-ratio="13:3"]:before {
	padding-top: 25.33%;
}
[data-aspect-ratio="3:1"]:before {
	padding-top: 33.33%;
}
[data-aspect-ratio="15:7"]:before {
	padding-top: 48%;
}
[data-aspect-ratio="2:1"]:before {
	padding-top: 50%;
}
[data-aspect-ratio="16:9"]:before {
	padding-top: 56.25%;
}
[data-aspect-ratio="3:2"]:before {
	padding-top: 66.66%;
}
[data-aspect-ratio="4:3"]:before {
	padding-top: 75%;
}
/*for square fit*/
[data-aspect-ratio="1:1"]:before {
	padding-top: 100%;
}
/*for potrait*/
[data-aspect-ratio="3:4"]:before {
	padding-top: 133.33%;
}
[data-aspect-ratio="2:3"]:before {
	padding-top: 150%;
}
[data-aspect-ratio="9:16"]:before {
	padding-top: 177.77%;
}
[data-aspect-ratio="1:2"]:before {
	padding-top: 200%;
}
[data-aspect-ratio="1:3"]:before {
	padding-top: 300%;
}


/* =Cart
-------------------------------------------------------------*/
.cart-hideformobile{
	display: block;
}
.cart{
	display: block;
	width: 100%;
}

/*head*/
.cart-thead{
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cart-thead li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	vertical-align: top;
	padding: 12px 15px 12px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.cart-thead li .td-col{
	color: #0c1d6b;
	font-weight: 600;
}
.cart-thead li .td-col:nth-child(1){
	width: 500px;
	/*min-width: 415px;*/
	text-align: left;
	vertical-align: middle;
}
.cart-thead li .td-col:nth-child(2){
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
.cart-thead li .td-col:nth-child(3){
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
.cart-thead li .td-col:nth-child(4){
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
.cart-thead li .td-col:nth-child(5){
	width: 60px;
	text-align: right;
	padding-right: 15px;
	vertical-align: middle;
}

/*body*/
.cart-tbody li{
	background-color: transparent;
	border-bottom: 1px solid #dddddd;
	padding: 15px 15px 15px;
}
.cart-tbody li:nth-child(even){
	/*background-color: #f9f9f9;*/
}
.cart-tbody li:nth-child(odd){
	/*background-color: #ffffff;*/
}
.cart-tbody{
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cart-item{
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	width: 100%;
	position: relative;
}
.cart-item .td-col{
	display: flex;
	align-items: center;
}
.cart-item .td-col:nth-child(1){
	width: 500px;
	vertical-align: top;
	justify-content: center;
}
.cart-item .td-col:nth-child(2){
	vertical-align: top;
	justify-content: center;
	width: auto;
}
.cart-item .td-col.cart-item-action{
	vertical-align: middle;
	width: 60px;
	text-align: right;
}
.cart-item .td-col.cart-item-action i{
	color: #999999;
	font-size: 14px;
}

.cart-item h3{
	color: #0c1d6b;
	font-size: 16px;
	font-weight: 700;
}
.cart-item h4{
	font-size: 12px;
	color: #b1b1b1;
	margin: 0;
	line-height: 20px;
}
.cart-item p{
	font-size: 14px;
	margin: 0;
}

.cart-item .cart-item-img{
	display: block;
	width: 115px;
	height: 90px;
}
.cart-item .cart-item-img img{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.cart-item .cart-item-desc-box{
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 100%;
	height: 90px;
}
.cart-item .cart-item-desc{
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: top;
	padding-left: 15px;
	width: 415px;
}
.cart-item .cart-item-desc-amount{
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 420px;
}
.cart-item .cart-item-desc-amount > .td-col:nth-child(1){
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
.cart-item .cart-item-desc-amount > .td-col:nth-child(2){
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
.cart-item .cart-item-desc-amount > .td-col:nth-child(3){
	width: 140px;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
}

/*cart note*/
.cart-ordernote{
	display: block;
	width: 100%;
	padding: 20px 15px 20px;
	margin-top: 5px;
}
.cart-ordernote .form-group label{
	color: #0c1d6b;
	font-weight: 600;
}

/*cart total*/
.cart-amount{
	position: relative;
}
.cart-amount ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.cart-amount li{
	display: flex;
	justify-content: space-between;
	padding: 15px 15px 15px;
	align-items: center;
}
.cart-amount li p{
	font-weight: 600;
	margin: 0;
}
.cart-amount li h4{
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}
.cart-amount-subtotal p{
	color: #0c1d6b;
}
.cart-amount-action{
	display: flex;
	justify-content: flex-end;
	padding: 30px 0 30px 15px;
	margin-bottom: 30px;
}
.cart-amount-action > .btn{
	margin-right: 15px;
}

/*cart shipping*/
.cart-shipping{}
.cart-shipping ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.cart-shipping li{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 10px 10px;
}
.cart-shipping p{
	margin: 0;
}
.cart-shipping .form-group{
	margin-bottom: 0;
}
.cart-shipping .cart-shipping-shipper{
	width: auto;
}
.cart-shipping .cart-shipping-weight{
	width: 150px;
	text-align: center;
}
.cart-shipping .cart-shipping-total{
	width: 150px;
	text-align: right;
}
.cart-shipping .cart-shipping-total p{
	color: #0c1d6b;
}

/*button checkount fixed*/
.button-proceed-checkout-box{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	width: 100%;
	text-align: center;
	z-index: 999;
}

/*spinner number*/
.spinner-number-item{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 80px;
}
.spinner-number-item button[type="button"]{
	width: 25px;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid transparent;
}
.spinner-number-item button[type="button"] i{
	line-height: 25px;
	font-size: 11px;
	color: #666666;
}
.spinner-number-item input[type="text"]{
	width: 35px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
	border: 1px solid transparent;
	color: #252525;
	padding: 0;
	background-color: #ffffff;
}

.cart-item-empty-box{
	display: none;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 15px 15px 15px;
}
.cart-item-empty-box.show{
	display: block;
}
.cart-item-empty{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 40px 0 40px;
}
.cart-item-empty i{
	font-size: 36px;
	color: #999999;
	margin-bottom: 10px;
}
.cart-item-empty p{
	font-size: 14px;
	font-weight: 700;
	color: #999999;
	margin: 0;
}

/* = FAQ
------------------------------------------------------------ */
.tab-mjk-nav{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-right: 1px solid #dddddd;
	padding-bottom: 30px;
}
.tab-mjk-nav .nav-link{
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 10px 0 10px;
	color: #666666;
	font-weight: 500;
}
.tab-mjk-nav .nav-link.active{
	background-color: transparent;
	color: #cc0033;
}

/* =Map
-------------------------------------------------------------*/
.map {
	display: block;
	position: relative;
	width: 525px;
	height: 400px;
}
.map img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.map iframe {
	width: 100%;
}