/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Arbutus+Slab');
@import url('https://fonts.googleapis.com/css?family=Athiti:400,500,600');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
	color: #ddd;
	font-size: 15px;
	font-family: 'Athiti', sans-serif;
	line-height: 1.80857;
}


a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 120% !important;
	color: #ddd;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none !important;
	opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}

a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

ul,
li,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

button:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #010101;
	opacity: 1;
}

/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.navbar-brand img {
	width: 50px;
	height: 60px;
}

.top-navbar {
	/* position: relative;
	z-index: 10; */
}

.navbar {
	background: rgba(30, 30, 30, 0.90);
	padding: 15px 0px;
	position: fixed;
	width: 100%;
	z-index: 100;
	box-shadow: 3px 0 13px rgba(30, 30, 30, 0.90);
	transition: all 0.2s ease-in-out;
}

.navbar.active {
	background: rgb(124, 18, 18);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.top-navbar .navbar {
	/* transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); */
}

.navbar.active {
	background: rgb(243, 89, 89);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.top-navbar .navbar-light .navbar-nav .nav-link {
	color: #fffefe;
	font-size: 18px;
	padding: 0px 20px;
	border-radius: 4px;
	font-weight: 900;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
	background: #df2909;
	color: #ddd;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link {
	background: #df2909;
	color: #ddd;
	border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	border: none;
	box-shadow: 2px 5px 6px rgba(48, 48, 48, 0.5);
	background-color: #222222;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover {
	background: #df2909;
	color: #ffffff;
}

.navbar-light .navbar-toggler:hover {
	background: #df2909;
}

.navbar-light .navbar-toggler {
	background-color: #ccc;
}

/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/

.cover-slides {
	height: 100vh;
}


.slides-navigation a {
	background: #e43d20bb;
	position: absolute;
	height: 70px;
	width: 70px;
	top: 50%;
	font-size: 20px;
	display: block;
	color: #fff;
	line-height: 80px;
	text-align: center;
	transition: all .3s ease-in-out;
}

.slides-navigation a i {
	font-size: 40px;
}

.slides-navigation a:hover {
	background: #df2909;
}

.cover-slides .container {
	height: 100%;
	position: relative;
	z-index: 2;
}

.cover-slides .container>.row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cover-slides .container>.row {
	height: 100%;
}

.btn {
	text-transform: uppercase;
	padding: 19px 36px;
}

.btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-new-white {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #df2909;
}

.btn-outline-new-white:hover {
	color: #ffffff;
	background-color: #df2909;
	border-color: #df2909;
}

.overlay-background {
	background: #333;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
}

.cover-slides h1 {
	font-family: 'Arbutus Slab', serif;
	font-weight: 500;
	font-size: 64px;
	color: #fff;
}

.cover-slides p {
	font-size: 18px;
	color: #fff;
}

.slides-pagination a {
	border: 2px solid #ffffff;
}

.slides-pagination a.current {
	background: #df2909;
	border: 2px solid #df2909;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-section-box {
	padding: 70px 0px;
	background-color: #1f1f1f;
}

.about-section-box .img-fluid {
	box-shadow: -10px -10px 0px #df2909;
}

.inner-column {
	margin-top: 100px;
}

.inner-column h1 {
	font-family: 'Arbutus Slab', serif;
	font-size: 30px;
	color: #ffffff;
}

.inner-column h1 span {
	color: #df2909;
}

.inner-column h4 {
	font-size: 16px;
	font-weight: 500;
}

.inner-column p {
	font-size: 18px;
	color: #fff;
}

.inner-column .btn-outline-new-white {
	color: #df2909;
}

.inner-column .btn-outline-new-white:hover {
	color: #ffffff;
}

/*------------------------------------------------------------------
    QT
-------------------------------------------------------------------*/


.qt-background {
	background: url(../image/gambar2.PNG) no-repeat;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
}

.qt-background p {
	padding-left: 20px;
	font-size: 35px;
	font-weight: 300;
	line-height: 44px;
	color: rgb(0, 0, 0);
	font-family: 'Arbutus Slab', serif;
	margin-bottom: 20px;
}

.qt-background .text-left {
	background-color: rgba(228, 222, 222, 0.474);
}

.qt-background span {
	color: #010101;
	font-size: 20px;
	font-weight: 500;
}

/*------------------------------------------------------------------
Menu
-------------------------------------------------------------------*/

.menu-box {
	padding: 70px 0px;
	background-color: #1f1f1f;
}


.heading-title {
	margin-bottom: 50px;
}

.heading-title h2 {
	color: #f5f5f5;
	font-size: 28px;
	font-family: 'Arbutus Slab', serif;
}

.heading-title p {
	font-size: 18px;
	font-weight: 200;
	margin: 0px;
	color: #fff;
}

.filter-button-group {
	border: 1px solid #010101;
	border-radius: 4px;
	margin: 10px 15px;
	display: inline-block;
}

.filter-button-group button {
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	background: #fff;
	padding: 12px 40px;
	border: none;
	border-radius: 4px;
}

.filter-button-group button:hover {
	background-color: #df2909;
	color: #fff;
}

.special-menu2 {
	margin-top: 40px;
}

.filter-button-group a {
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	background: #fff;
	padding: 12px 40px;
	border: none;
	border-radius: 4px;
	text-decoration: none;
}

.filter-button-group a:hover {
	background-color: #df2909;
	color: #fff;
}

.filter-button-group button.active {
	background: #df2909;
	color: #fff;
	box-shadow: 2px 20px 45px 5px rgba(0, 0, 0, .2);
}

.gallery-single {
	margin: 15px 0px;
	width: 21rem;
	height: 15rem;
}

.gallery-single {
	position: relative;
	overflow: hidden;
	border: solid #f5f5f5 1px;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}

.why-text {
	position: absolute;
	left: 0;
	bottom: -100%;
	right: 0;
	height: 100%;
	background: rgba(243, 67, 36, 0.49);
	padding: 12px 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.why-text h4 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Arbutus Slab', serif;
}

.why-text p {
	color: #ffffff;
	font-size: 18px;
	border-bottom: 1px dashed #010101;
	margin: 0px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.why-text h5 {
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
}

.gallery-single:hover .why-text {
	bottom: 0px;
}


/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box {
	background-color: #1f1f1f;
}

.tz-gallery .lightbox img {
	width: 100%;
	height: 17rem;
	margin-bottom: 30px;
	transition: 0.2s ease-in-out;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	border: solid #f5f5f5 1px;
}

.tz-gallery .lightbox img:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

/*------------------------------------------------------------------
    Customer Reviews
-------------------------------------------------------------------*/

.customer-reviews-box {
	padding: 70px 0px;
	background-color: #1f1f1f;
}

.text-isi-customer {
	color: #ddd !important;
	font-size: 15px;
}

.carousel-inner .carousel-item .img-box {
	width: 135px;
	height: 135px;
}

.img-box img {
	width: 100%;
	height: 100%;
}

.carousel-control-prev {
	left: -100px;
}

.carousel-control-next {
	right: -100px;
}

.carousel-indicators {
	top: 320px;
}

.text-warning {
	color: #df2909 !important;
	font-size: 24px;
}

@media (max-width: 990px) {
	.gallery-single {
		width: 17rem;
		height: 15rem;
	}
}

@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p {
		font-size: 14px;
	}

	.carousel-control-prev {
		left: -5px;
	}

	.carousel-control-next {
		right: -5px;
	}

	.carousel-indicators {
		top: 400px;
	}

	.filter-button-group button {
		padding: 12px 25px;
		margin: 5px 0px;
	}

	.gallery-single {
		width: 22rem;
		height: 15rem;
	}

	.lightbox img {
		width: 100%;
		height: 17rem;
	}
}

#reviews .carousel-control-prev {
	background: #df2909;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 4%;
	height: 50px;
	top: 50%;
	font-size: 28px;
	opacity: 1;
}

#reviews .carousel-control-prev:hover {
	background: #fff;
	color: #df2909;
}

#reviews .carousel-control-next {
	background: #df2909;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 4%;
	height: 50px;
	top: 50%;
	font-size: 28px;
	opacity: 1;
}

#reviews .carousel-control-next:hover {
	background: #fff;
	color: #df2909;
}


/*------------------------------------------------------------------
    Contact info
-------------------------------------------------------------------*/

.contact-imfo-box {
	background: #df2909;
	padding: 30px 0;
}

.overflow-hidden {
	overflow: hidden;
}

.contact-imfo-box i {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #df2909;
	font-size: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 20px;
}

.contact-imfo-box h4 {
	margin: 0px;
	margin-top: 5px;
	color: #ffffff;
	font-size: 20px;
	padding: 0px;
	font-weight: 500;
	line-height: 24px;
}

.contact-imfo-box p a {
	margin: 0px;
	color: #ffffff;
	font-weight: 300;
}

.contact-imfo-box p a:hover {
	color: #000000;
	font-size: larger;
	font-weight: 500;
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-area {
	padding-top: 50px;
	padding-bottom: 0px;
}

.bg-f {
	background-image: url("../image/gambar5.PNG");
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.bg-f::before {
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.8;
}

.footer-area .container {
	position: relative;
	z-index: 1;
}

.footer-area h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px dashed rgba(207, 166, 113, 0.5);
	margin-bottom: 10px;
}

.footer-area p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding-bottom: 10px;
}

.footer-area p.lead {
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 15px;
}

.footer-area p.lead a {
	color: #ffffff;
	margin-bottom: 15px;
}

.footer-area p.lead a:hover {
	color: #df2909;
}

.footer-area p a {
	font-size: 18px;
	color: #ffffff;
}

.footer-area p a:hover {
	color: #df2909;
}

.subscribe_form {
	display: block;
	text-align: center;
	padding: 5px 0;
}

.subscribe_form .form_input {
	display: block;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	border: none;
	font-size: 19px;
	line-height: 50px;
	padding: 0 10px;
	float: left;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.subscribe_form .submit {
	background-color: #df2909;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	display: inline-block;
	padding: 0 10px;
	float: left;
	width: 100%;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.subscribe_form .submit:hover {
	background: #010101;
}

.f-social {
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 20px;
}

.f-social li a {
	font-size: 25px;
	color: rgba(255, 255, 255, 0.9);
	margin-right: 10px;
}

.copyright {
	margin-top: 20px;
	position: relative;
	display: block;
	background-color: #010101;
	border-top: 1px dashed rgba(207, 166, 113);
	padding: 30px 0;
	z-index: 1;
}

.copyright .company-name {
	font-size: 16px;
	text-align: center;
}

.copyright .company-name a {
	font-size: 16px;
}

/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-breadcrumb {
	padding: 350px 0;
	background: url(../image/gambar6.PNG) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: 0 0;
	position: relative;
}

.all-page-title .container {
	position: relative;
	z-index: 2;
}

.all-page-title::before {
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.8;
}

.all-page-title h1 {
	font-size: 38px;
	color: #ffffff;
	font-family: 'Arbutus Slab', serif;
	padding: 0px;
}

.inner-pt {
	margin-top: 30px;
}

.inner-pt p {
	font-size: 18px;
}

.stuff-box {
	padding: 70px 0px;
}

.our-team {
	border: 2px solid #df2909;
	border-radius: 0px;
	text-align: center;
	margin: 10px;
	z-index: 1;
	position: relative;
}

.our-team:before,
.our-team:after {
	content: "";
	width: 100%;
	height: 104%;
	background: #df2909;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	transform: translateY(-50%) scaleX(0.3);
	transition: all 0.3s ease 0s;
}

.our-team:after {
	width: 106%;
	left: 50%;
	transform: translate(-50%, -50%) scaleY(0.25);
}

.our-team:hover:before {
	transform: translateY(-50%) scaleX(0.7);
}

.our-team:hover:after {
	transform: translate(-50%, -50%) scaleY(0.7);
}

.our-team img {
	width: 100%;
	height: auto;
	border-radius: 0px;
	transition: all 0.3s ease 0s;
}

.our-team .team-content {
	width: 93%;
	padding: 25px 0 10px;
	background: #df2909;
	position: absolute;
	bottom: 50px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
}

.our-team:hover .team-content {
	bottom: 10px;
	opacity: 1;
}

.our-team .title {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0;
}

.our-team .post {
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.our-team .social {
	padding: 0;
	margin: 0;
	list-style: none;
}

.our-team .social li {
	display: inline-block;
	margin: 0 5px;
}

.our-team .social li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background: #fff;
	font-size: 20px;
	color: #df2909;
	transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
	background: #ffffff;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
	color: #df2909;
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}


.reservation-box {
	padding: 70px 0px;
	background-color: #1f1f1f;
}

.reservation-box h3 {
	padding: 0px 15px;
	margin-bottom: 20px;
	font-weight: 600;
}


.help-block ul li {
	color: red;
}

.form-control[readonly] {
	background-color: #ffffff;
}

.form-control {
	border-radius: 0px;
	min-height: 50px;
}

.form-control:focus {
	border: 1px solid #df2909;
	box-shadow: none;
}

.form-group .picker__input.picker__input--active {
	border-color: #df2909;
}

.submit-button {
	margin-top: 20px;
}

.btn.btn-common {
	color: #df2909;
	background-color: black;
	background-image: none;
	border-color: #df2909;
}

.btn.btn-common:hover {
	color: #ffffff;
	background-color: #df2909;
	border-color: #df2909;
}

.blog-box {
	padding: 70px 0px;
	background-color: #1f1f1f;
}

.blog-box-inner {
	position: relative;
	margin-bottom: 30px;
}

.blog-box-inner .blog-img-box {
	position: relative;
	display: block;
}

.blog-img-box img {
	width: 40rem;
	height: 27rem;
}

.blog-box-inner .blog-detail {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.890);
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}

.blog-detail h4 {
	font-size: 18px;
	font-weight: 500;
	color: #ddd;
}

.blog-detail ul li {
	display: inline-block;
	padding: 0px 10px;
}

.blog-detail ul li span {
	color: #df2909;
	cursor: pointer;
}

.blog-detail ul li span:hover {
	color: #ddd;
}

.blog-detail ul li:first-child {
	padding-left: 0px;
}

.blog-detail p {
	padding: 10px 0px 0 0;
	margin: 0px;
}

.blog-detail a {
	color: #df2909;
	margin-top: 20px;
}

.blog-box-inner .blog-detail:hover {
	background: rgba(0, 0, 0, 0.755);
}

.blog-inner-box {
	position: relative;
	margin: 0px 10px;
	margin-bottom: 30px;
}

.side-blog-img {
	box-shadow: -15px -15px 0px 0px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 1s ease 0.01s;
	transition: all 1s ease 0.01s;
	position: relative;
}

.date-blog-up {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #df2909;
	font-size: 18px;
	color: #ffffff;
	padding: 5px 15px 5px 5px;
}

.inner-blog-detail {
	background: #000000;
	position: relative;
	padding: 30px 20px;
}

.inner-blog-detail h3 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
}

.inner-blog-detail ul li {
	display: inline-block;
	padding: 0px 5px;
	color: #ffffff;
}

.inner-blog-detail ul li span {
	color: #df2909;
}

.inner-blog-detail p {
	padding: 10px 0px;
}

.details-page blockquote {
	border-left: 5px solid #df2909;
}

.details-page blockquote {
	padding: 20px;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

.blog-inner-details-line {
	margin: 20px 0px;
	clear: both;
	float: left;
	width: 100%;
}

.line-left-social h5 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
}

.line-left-social ul li {
	display: inline-block;
	margin-bottom: 5px;
}

.line-right-social ul li {
	display: inline-block;
}

.line-right-social ul li a {
	display: block;
	padding: 5px;
	background: #f5f5f5;
	border-radius: 6px;
	font-weight: 500;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
}

.line-left-social ul li a {
	display: block;
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 6px;
	font-weight: 400;
	font-size: 12px;
}

.line-left-social ul li a:hover {
	background: #df2909;
	color: #ffffff;
}

.line-right-social ul li a:hover {
	background: #df2909;
	color: #ffffff;
}

.line-right-social h5 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
}

.blog-comment-box {
	clear: both;
	margin: 20px 0px;
	float: left;
	width: 100%;
}

.blog-comment-box h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
}

.comment-item {
	margin-bottom: 30px;
}

.comment-item-left {
	float: left;
	width: 90px;
	height: 90px;
}

.comment-item-left img {
	width: 100%;
	border-radius: 6px;
}

.comment-item-right {
	padding-left: 110px;
}

.comment-item-right a {
	font-size: 16px;
	font-weight: 500;
}

.des-l {
	display: inline-block;
	width: 100%;
}

.des-l p {
	font-size: 13px;
}

.comment-item-right a {
	font-size: 16px;
	font-weight: 500;
}

.right-btn-re {
	float: right;
	font-style: italic;
	text-align: right;
	font-size: 16px;
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 6px;
}

.right-btn-re:hover {
	background: #df2909;
	color: #ffffff !important;
}

.comment-respond-box {
	clear: both;
}

.blog-comment-box .children {
	margin-left: 70px;
}

.comment-item {
	margin-bottom: 30px;
}

.comment-item-right i {
	padding-right: 10px;
}

.comment-form-respond input {
	min-height: 38px;
	border: 1px solid #010101;
	border-radius: 0px;
	padding: 10px;
}

.comment-form-respond textarea {
	border: 1px solid #010101;
	border-radius: 0px;
	padding: 10px;
	min-height: 110px;
}

.btn-submit {
	color: #df2909;
	background-color: transparent;
	background-image: none;
	border-color: #df2909;
}

.btn-submit:hover {
	color: #ffffff;
	background-color: #df2909;
	border-color: #df2909;
}

.right-side-blog h3 {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 20px;
}

.blog-search-form {
	position: relative;
	border-bottom: 1px solid #010101;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.blog-search-form input {
	width: 100%;
	min-height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 5px 40px 5px 10px;
	font-size: 15px;
	color: #222222;
}

.blog-search-form .search-btn {
	position: absolute;
	right: 0px;
	background: none;
	border: none;
	font-size: 20px;
	min-height: 40px;
	padding: 0px 15px;
}

.right-side-blog h3 {
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 20px;
}

.blog-categories {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.blog-categories ul li {
	line-height: 14px;
	padding: 10px 0px;
	border-top: 1px solid #f5f5f5;
}

.blog-categories ul li a {
	display: inline-block;
	text-transform: capitalize;
	width: 100%;
	color: #ddd;
}

.blog-categories ul li a:hover {
	color: #df2909;
}

.recent-box-blog {
	margin-bottom: 20px;
	display: inline-block;
}

.recent-img {
	float: left;
	position: relative;
}

.recent-img::before {
	position: absolute;
	content: '';
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #df2909;
	opacity: 0.4;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.recent-box-blog:hover .recent-img::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.recent-info {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}

.recent-info ul li {
	display: inline-block;
	font-size: 11px;
	padding: 0px;
	color: #222222;
}

.recent-info h4 {
	font-size: 14px;
	padding: 0px;
	margin: 11px 0px;
	font-weight: 500;
}

.blog-tag-box ul li {
	display: inline-block;
	margin-bottom: 3px;
}

.blog-tag-box ul li a {
	padding: 5px 15px;
	display: block;
	background: #f5f5f5;
	color: #222222;
	border-radius: 6px;
}

.blog-tag-box ul li a:hover {
	color: #ffffff;
	background: #df2909;
}


.contact-box {
	padding: 70px 0px;
	background-color: #1f1f1f;
	margin-bottom: -70px;
}

.map-full {
	width: 100%;
	height: 500px;
	border-radius: 0px;
	margin: 0px auto;
}

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #df2909;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	font-size: 30px;
}

.list-inline-item:hover {
	transform: scale(1.15);
}

/* cabang */

.cabang {
	background-color: #1f1f1f;
	padding: 70px 0px;
}

.tabs-nav-content ul li {
	background-color: #fff;
	border-radius: 0%;
}

.tabs-nav-content ul li a {
	font-weight: 900;
	font-size: 16px;
}

.tabs-nav-content ul li a:hover {
	background-color: #df2909;
	color: #ddd;
	transition: all .3s ease-in-out;
	border-radius: 0%;
	text-align: center;
}

.tabs-nav-content ul li a.active {
	border-radius: 0%;
	background-color: #df2909 !important;
}

.tab-content {
	background-color: #cfcfcfb6;
}

.tab-content-awal{
	background-color: #1889e6;
}

.cover-slides-maps {
	height: 70vh;
}

.tab-isian {
	height: 70vh;
}

.tab-content .tab-pane #map {
	height: 100%;

}

#map {
	height: 100%;
}

.content_maps {
	color: #000000 !important;
}

.page {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 20px 40px;
	background-color: #1f1f1f;
}

.page h1 {
	text-align: center;
	font-family: 'Arbutus Slab', serif;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 50px;
}

/**/
/* main styles */
/**/
.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
	
}

.pcss3t>input {
	position: absolute;
	left: -9999px;
}

.pcss3t>label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.pcss3t>label i {
	display: block;
	float: left;
	margin: 16px 4px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}

.pcss3t>input:checked+label {
	cursor: default;
}

.pcss3t>ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}

.pcss3t>ul>li {
	position: absolute;
	width: 100%;
	
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pcss3t>.tab-content-first:checked~ul .tab-content-first,
.pcss3t>.tab-content-2:checked~ul .tab-content-2,
.pcss3t>.tab-content-3:checked~ul .tab-content-3,
.pcss3t>.tab-content-4:checked~ul .tab-content-4,
.pcss3t>.tab-content-5:checked~ul .tab-content-5,
.pcss3t>.tab-content-6:checked~ul .tab-content-6,
.pcss3t>.tab-content-7:checked~ul .tab-content-7,
.pcss3t>.tab-content-8:checked~ul .tab-content-8,
.pcss3t>.tab-content-9:checked~ul .tab-content-9,
.pcss3t>.tab-content-10:checked~ul .tab-content-10,
.pcss3t>.tab-content-11:checked~ul .tab-content-11,
.pcss3t>.tab-content-12:checked~ul .tab-content-12,
.pcss3t>.tab-content-13:checked~ul .tab-content-13,
.pcss3t>.tab-content-last:checked~ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto>ul {
	height: auto !important;
}

.pcss3t-height-auto>ul>li {
	position: static;
	display: none;
	height: auto !important;
}

.pcss3t-height-auto>.tab-content-first:checked~ul .tab-content-first,
.pcss3t-height-auto>.tab-content-2:checked~ul .tab-content-2,
.pcss3t-height-auto>.tab-content-3:checked~ul .tab-content-3,
.pcss3t-height-auto>.tab-content-4:checked~ul .tab-content-4,
.pcss3t-height-auto>.tab-content-5:checked~ul .tab-content-5,
.pcss3t-height-auto>.tab-content-6:checked~ul .tab-content-6,
.pcss3t-height-auto>.tab-content-7:checked~ul .tab-content-7,
.pcss3t-height-auto>.tab-content-8:checked~ul .tab-content-8,
.pcss3t-height-auto>.tab-content-9:checked~ul .tab-content-9,
.pcss3t-height-auto>.tab-content-10:checked~ul .tab-content-10,
.pcss3t-height-auto>.tab-content-11:checked~ul .tab-content-11,
.pcss3t-height-auto>.tab-content-12:checked~ul .tab-content-12,
.pcss3t-height-auto>.tab-content-13:checked~ul .tab-content-13,
.pcss3t-height-auto>.tab-content-last:checked~ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}

.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}

.pcss3t .grid-row:first-child {
	margin-top: 0;
}

.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}

.pcss3t .grid-col:first-child {
	margin-left: 0;
}

.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}

.pcss3t .grid-col-1 {
	width: 15%;
}

.pcss3t .grid-col-2 {
	width: 32%;
}

.pcss3t .grid-col-3 {
	width: 49%;
}

.pcss3t .grid-col-4 {
	width: 66%;
}

.pcss3t .grid-col-5 {
	width: 83%;
}

.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}

.pcss3t .grid-col-offset-1:first-child {
	margin-left: 17%;
}

.pcss3t .grid-col-offset-2 {
	margin-left: 36%;
}

.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}

.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}

.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}

.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}

.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}

.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
	color: #666;
}

.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Gabriela, Georgia, serif;
	text-align: left;
	color: #333;
}

.pcss3t .typography h1 {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 20px;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h2 {
	font-size: 32px;
	line-height: 48px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}

.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}

.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.pcss3t .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	color: rgb(0, 0, 0);
	line-height: 20px;
	text-align: left;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}

.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}

.pcss3t .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}

.pcss3t .typography ol {
	counter-reset: list1;
}

.pcss3t .typography ol>li:before {
	counter-increment: list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}

.pcss3t .typography a {
	text-decoration: underline;
	color: #1889e6;
}

.pcss3t .typography a:hover {
	text-decoration: none;
}

.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}

.pcss3t .typography .pic img {
	display: block;
}

.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}

.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}

.pcss3t .typography .link:hover {
	text-decoration: none;
}

.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}

.pcss3t .typography .text-center {
	text-align: center;
}

.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps>label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale>ul>li {
	-webkit-transform: scale(0.1, 0.1);
}

.pcss3t-effect-rotate>ul>li {
	-webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top>ul>li {
	top: -40px;
}

.pcss3t-effect-slide-right>ul>li {
	left: 80px;
}

.pcss3t-effect-slide-bottom>ul>li {
	top: 40px;
}

.pcss3t-effect-slide-left>ul>li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t>.right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top>label {
	text-align: center;
}

.pcss3t-icons-top>label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}

.pcss3t-icons-right>label i {
	float: right;
	margin: 0 -2px 0 8px;
}

.pcss3t-icons-bottom>label {
	text-align: center;
}

.pcss3t-icons-bottom>label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}

.pcss3t-icons-only>label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}

@media screen and (max-width: 767px) {
	.pcss3t>label {
		display: block;
	}

	.pcss3t>.right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t>label {
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 0px;
	line-height: 49px;
	/* padding: 0 20px;
    background: #e5e5e5;
    font-size: 13px;
    line-height: 49px; */
}

.pcss3t>label:hover {
	background: #f2f2f2;
	padding: 0 20px;
	font-size: 13px;
	line-height: 49px;
}

.pcss3t>input:checked+label {
	background: rgb(189, 189, 189);
	padding: 0 20px;
	font-size: 13px;
	line-height: 49px;
}

.pcss3t>ul {
	background: #fff;
	border: 20px solid rgb(189, 189, 189);
	text-align: left;
}

.pcss3t-steps>label:hover {
	background: #e5e5e5;
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1>label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: #df2909;
	box-shadow: 0 2px rgba(255, 255, 255, 0.2);
	color: #fff;
	opacity: 0.8;
}

.pcss3t-theme-1>label:hover {
	background: #df2909;
	opacity: 1;
}

.pcss3t-theme-1>input:checked+label {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #df2909;
	opacity: 1;
}

.pcss3t-theme-1>ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.pcss3t-theme-1>.tab-content-first:checked~ul {
	border-top-left-radius: 0;
}

@media screen and (max-width: 850px) {
	.pcss3t-theme-1>label {
		margin-right: 0;
		font-size: 13px;
	}

	.pcss3t-theme-1>input:checked+label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}

	.pcss3t-theme-1>.tab-content-first:checked~ul {
		border-top-left-radius: 5px;
	}

}

@media only screen and (max-width: 600px) {
	.tab-content-isian {
		width: 100%;
	}

	.tab-content-isian2 {
		width: 100%;
		margin-top: 3%;
	}
}

@media only screen and (min-width: 600px) {
	.tab-content-isian {
		width: 50%;
	}

	.tab-content-isian2 {
		width: 47%;
		margin-left: 3%;
	}
}

/* .tab-content-isian {
	width: 50%;
}

.tab-content-isian2 {
	width: 47%;
	margin-left: 3%;
} */

.tab-content .tab-content-isian2 p {
	text-align: justify;
	text-justify: inter-word;
	text-indent: 20px;
}

.tab-content-awal .tab-content h3 {
	background-color:black;
	padding:10px 0px 10px;
	color:white; 
	border-radius:5px;
}

.tab-content-awal .tab-content .keterangan_tempat{
	margin-top: 10px;
	font-size: medium;
	color: #000000;
}

.tab-content-awal .tab-content .keterangan_tempat u{
	font-size: large;
}

.tab-content-awal .tab-content .keterangan_tempat a{
	color: #2c2c2c;
}

.tab-content-awal .tab-content .keterangan_tempat a:hover{
	color: #161616;
	/* border-bottom: 1px solid #6b6b6b; */
	background-color: rgba(255, 0, 0, 0.13);
	padding: 0px 3px 0px 3px;
	border-radius: 3px;
}

.pcss3t>ul,
.pcss3t>ul>li {
	height: 80vh;
}
.popup-screen{
    z-index: 999999;
    position: fixed;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: 0.5s ease;
    transition-property: visibility;
  }
  
  .popup-screen.active{
    visibility: visible;
  }
  
  .popup-box{
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    max-width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    transform: scale(0);
    transition: 0.5s ease;
    transition-property: transform;
  }
  
  .popup-screen.active .popup-box{
    transform: scale(1);
  }
  
  .popup-box h2{
    font-size: 3.1em;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
  }
  
  .popup-box p{
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #000;
  }
  
  .popup-box .btn{
    color: #fff;
    background: red;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 27px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
  }
  
  .popup-box .btn:hover{
    color: #000;
    background: transparent;
    border: 1px solid #000;
  }
  
  .close-btn{
    color: #000;
    position: absolute;
    font-size: 1em;
    top: 0;
    right: 0;
    margin: 15px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s ease;
    transition-property: opacity;
  }
  
  .close-btn:hover{
    opacity: 1;
  }