/*
Theme Name: Multisite La Spa
Theme URI: http://kmarmedia.com
Author: Pham Nhat Thang & Kmar Team
Author URI: http://thang.info
Version: 2.3
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
	font-size: 1rem;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 0.75rem;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Playfair Display';
	font-size: 1.125rem;
	color: #333;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #BF932F;
}
.nav-tab > li > a.active {
	color: #BF932F;
}
b, strong {
	font-weight: 600;
}
.font-family-secondary {
	font-family: 'Playfair Display';
}
.font-size-inherit {
	font-size: inherit;
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.text-primary {
	color: #BF932E !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: inherit !important;
}
.text-body {
	color: #333 !important;
}
.text-muted {
	color: #666 !important;
}
.text-gray {
	color: #CCC !important;
}
a.text-white:hover,
a.text-white:focus {
	color: #BF932E !important;
}
.text-primary-60 {
	color: rgba(191, 147, 46, 0.6);
	text-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.4);
	transition: all 0.3s ease 0s;
}
.text-primary-60:hover {
	color: #BF932E;
}
.bg-primary {
	background-color: #BF932E !important;
}
a.bg-primary:hover {
	background-color: #333 !important;
}
.bg-light {
	background-color: #F6F9F9 !important;
}
a.bg-white:hover,
button.bg-white:hover {
	background-color: #BF932E !important;
}
.bg-gradient-dark {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.border-primary {
	border-color: #BF932E !important;
}
.black-white {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lh-1 {
	line-height: 1;
}
.mh-1 {
	min-height: 10rem;
}
.mh-2 {
	min-height: 20rem;
}
.mh-3 {
	min-height: 30rem;
}
.dropdown {
	font-size: 1rem;
}
.dropdown-menu {
	border-radius: 0;
}
.dropdown-item {
	color: inherit;
}
.dropdown-item:focus {
	background: #BF932E;
}
@media (max-width: 767px) {
	h1, .h1 {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.75rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	.display-1 {
		font-size: 4.5rem;
	}
	.mh-3 {
		min-height: 20rem;
	}
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #666;
}
.form-control::-moz-placeholder {
	color: #666;
}
.form-control:-ms-input-placeholder { 
	color: #666;
}
.form-control:-moz-placeholder { 
	color: #666;
}
label {
	margin-bottom: 0.3125rem;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.required {
	color: #F00;
}
.form-group {
	margin-bottom: 1.5rem;
}
.form-control,
.custom-select,
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select {
	border-color: #C9C9C9;
}
.custom-select {
	padding-left: 0.5rem;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #BF932F;
	box-shadow: none;
}
.custom-control-label:before {
	background-color: #FFF;
	border: 1px solid #dee2e6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #BF932E;
	border-color: #BF932E;
	box-shadow: none;
}
.btn {
	font-family: 'Playfair Display';
	text-transform: uppercase;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}	
.btn-sm {
	font-size: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.btn-lg {
	font-size: 1.125rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #BF932E;
	border-color: #BF932E;
	box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: #9E7A26;
	border-color: #9E7A26;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:focus {
	color: #FFF;
	background: #A88028;
	border-color: #A88028;
	box-shadow: none;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #BF932E;
	background: transparent;
	border-color: #BF932E;
	box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	color: #FFF;
	background: #BF932E;
	border-color: #BF932E;
	box-shadow: none;
}
.btn-link,
.btn-link:not(:disabled):not(.disabled):active:focus {
	color: #BF932E;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:not(:disabled):not(.disabled):active {
	text-decoration: none;
	color: #FFF;
	background: #BF932E;
	border-color: #BF932E;
}
.btn-gradient-dark,
.btn-gradient-dark:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.4);
	box-shadow: none;
}
.btn-gradient-dark:hover,
.btn-gradient-dark:focus,
.btn-gradient-dark:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.4);
	box-shadow: none;
}
.btn-gradient-dark:not(:disabled):not(.disabled).active {
	background-color: #BF932E;
	border-color: #BF932E;
}
.btn-gradient-dark .number {
	font-size: 1.75rem;
	font-family: 'Playfair Display';
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	text-align: center;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 1.1;
	transition: all 0.3s ease 0s;
}
.btn-gradient-dark.active .number {
	background-color: #A88028;
}
.icon-play-circle {
	font-size: 1.75rem;
	color: #FFF;
	border: 0.1875rem solid #FFF;
	border-radius: 100%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	padding-left: 0.125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease 0s;
}
a:hover .icon-play-circle {
	color: #BF932E;
	border-color: #BF932E;
}

/*--------------------------------------------------------------
# Alert
--------------------------------------------------------------*/
.alert-primary {
	color: #FFF;
	background-color: #BF932E;
	border-color: #A88028;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
    font-size: 0.75rem;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 11;
    top: 0.9375rem;
    left: 0.9375rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	font-weight: 900;
    color: #fff;
}
.breadcrumb-item a, .breadcrumb-item.active {
    text-transform: uppercase;
    color: #CCC;
}
.breadcrumb-item a:hover, .breadcrumb-item.active {
    color: #FFF;
}
@media (max-width: 575px) {
	.single .breadcrumb-item.active {
		display: none;
	}
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
    height: 15rem;
}
.page-header:before {
    content: ' ';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-title,
.page-desc {
    z-index: 11;
    position: relative;
}
.page-title::after {
    content: ' ';
    background: #FFF;
    display: block;
    width: 6.25rem;
    height: 0.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
@media (max-width: 767px) {
	.page-header {
	    height: 10rem;
	}
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	padding: 1rem 2rem;
}
.modal-title {
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #BF932F;
}
.modal-body {
	padding: 1.5rem 2rem;
}	
.modal-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 0.5rem;
	right: 0.5rem;
}
.modal-close:hover {
	background: #BF932F;
}
.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #BF932F;
	display: block;
	width: 2px;
	height: 1.25rem;
	margin-top: -0.625rem;
	margin-left: -1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal-close:before {
	transform: rotateZ(-45deg);
}
.modal-close:after {
	transform: rotateZ(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
	background: #FFF;
}
.modal-backdrop.show {
	opacity: 0.7;
}
.modal-employee .prev,
.modal-employee .next {
	color: #FFF;
	background-color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 4rem;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.modal-employee .prev:hover,
.modal-employee .next:hover {
	background-color: #BF932E;
}
.modal-employee .prev {
	left: 0;
}
.modal-employee .next {
	right: 0;
}
@media (min-width: 1200px) {
	.modal-lg {
		max-width: 1000px;
	}
}
@media (min-width: 992px) {
	.modal-scroll .modal-dialog {
		overflow: hidden;
		height: calc(100vh - 3.75rem);
	}
	.modal-scroll .modal-content,
	.modal-scroll .modal-content > .row,
	.modal-scroll .info {
		height: 100%;
	}
	.modal-scroll .info {
		overflow: auto;
	}
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
	color: #FFF;
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.site-logo img {
	max-height: 7rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.site-logo img + img {
	display: none;
}
.site-header.scroll {
	color: inherit;
	background: #FFF;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.site-header.scroll .site-logo img {
	display: none;
}
.page-child .site-header {
    padding-top: 0;
    padding-bottom: 0;
    color: inherit;
	background: #FFF;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}
.page-child .site-header > div {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.site-header.scroll .site-logo img + img,
.page-child .site-header .site-logo img + img {
	display: block;
	height: 4rem;
}
.page-child .site-logo img {
    display: none;
}
.page-child .site-logo img + img {
    display: inline;
}
/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 2rem;
}
.page-child .site-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-nav .menu > li > a {
	font-size: 1rem;
	text-transform: uppercase;
	display: block;
	padding: 2rem 1rem;
}
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.parent-menu-item > a {
	color: #BF932F;
}
.site-nav .sub-menu {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	position: absolute;
	top: 100%;
	left: 0;
}
.site-nav .sub-menu > li > a {
	font-size: 0.875rem;
	color: inherit;
	white-space: nowrap;
	display: block;
	padding: 0.3125rem 1.25rem;
}
.site-nav .sub-menu > li > a:hover {
	color: #4f6a88;
}
.site-header.scroll .site-nav {
	border-bottom: 0;
	margin-bottom: 0;
}
.site-header.scroll .site-nav .menu > li > a {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.page-child .site-header .site-nav .menu > li > a {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.page-child .site-nav .menu > li > a {
	color: inherit;
}
.page-child .site-nav .menu > li.current-menu-item > a, 
.page-child .site-nav .menu > li.parent-menu-item > a {
    color: #BF932F;
}
.page-child  .site-header .site-nav {
    border-bottom: 0;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
	.site-nav .menu > li > a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media (max-width: 991px) {
	.aside-overlay {
		background: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1040;
		top: 0;
		left: 0;
	}
	.aside-nav {
		background: #FFF;
		width: 17.5rem;
		padding: 2.5rem 1.5rem 0;
		overflow: auto;
		position: fixed;
		z-index: 1050;
		top: 0; bottom: 0;
		right: -17.5rem;
		transition: all 0.3s ease 0s;
	}
	body.open-aside-nav .aside-nav {
		right: 0;
		box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
	}
	.aside-nav ul {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	.aside-nav a {
		color: inherit;
	}
	.aside-nav a:hover {
		color: #C5A154;
	}
	.aside-nav .menu > li {
		border-bottom: 1px dotted #DDD;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		position: relative;
	}
	.aside-nav .menu > li > a {
		text-transform: uppercase;
	}
	.aside-nav .menu > li.current-menu-item > a,
	.aside-nav .menu > li.current-menu-parent > a {
		color: #C5A154;
	}
	.aside-nav .menu > li.menu-item-has-children:before {
		content: '\f107';
		font-family: 'FontAwesome';
		font-size: 1rem;
		border-radius: 50%;
		cursor: pointer;
		display: flex;
		width: 1.25rem;
		height: 1.25rem;
		align-items: center;
		justify-content: center;
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0.625rem;
		transition: all 0.3s ease 0s;
	}
	.aside-nav .menu > li.menu-item-has-children.active:before {
		transform: rotateZ(180deg);
	}
	.aside-nav .menu > li.menu-item-has-children:hover:before {
		color: #FFF;
		background: #333;
	}
	.aside-nav .sub-menu {
		background: transparent;
		box-shadow: none;
		display: none;
		padding: 0.5rem 1rem;
		position: relative;
		top: 0;
		left: 0;
	}
	.aside-nav li:hover .sub-menu {
		display: none;
	}
	.aside-nav .sub-menu li {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-arrow {
	font-size: 0;
	color: transparent;
	background: transparent;
	border: 0;
	border-left: 2px solid rgba(255, 255, 255, 0.5);
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	width: 3.75rem;
	height: 3.75rem;
	line-height: 1;
	padding: 0;
	margin-top: -1.875rem;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.site-slider .slick-arrow:hover {
	border-color: #FFF;
}
.site-slider .slick-prev {
	left: 2.5rem;
	transform: rotate(-45deg);
}
.site-slider .slick-next {
	right: 2.5rem;
	transform: rotate(135deg);
}
@media (max-width: 767px) {
	.site-slider .slick-arrow {
		width: 1.875rem;
		height: 1.875rem;
		margin-top: -0.9375rem;
	}
	.site-slider .slick-prev {
		left: 0.9375rem;
	}
	.site-slider .slick-next {
		right: 0.9375rem;
	}
}

/*--------------------------------------------------------------
# home team slider
--------------------------------------------------------------*/
.home-team-slider .slick-slide {
	padding-top: 2rem;
    padding-bottom: 2.5rem;
	transform: scale(0.8);
	transition: all 0.5s ease 0s;
}
.home-team-slider .slick-slide.slick-center {
	z-index: 10;
	transform: scale(1.2);
}
.home-team-slider .slick-slide.slick-center > img {
	box-shadow: 0 0.5rem 0.625rem rgba(0, 0, 0, 0.4);
}
.home-team-slider .slick-slide .title,
.home-team-slider .slick-slide .desc {
	visibility: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.5s ease 0s;
}
.home-team-slider .slick-slide.slick-center .title,
.home-team-slider .slick-slide.slick-center .desc {
	visibility: visible;
	opacity: 1;
} 
.home-team-slider .slick-arrow {
	color: #FFF;
	background: #262626;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 4.5rem;
	position: absolute;
	z-index: 10;
	top: 34%;
}
.home-team-slider .slick-prev {
	left: 0;
}
.home-team-slider .slick-next {
	right: 0;
}
@media (max-width: 575px) {
	.home-team-slider .title {
		font-size: inherit !important;
	}
}

/*--------------------------------------------------------------
# home services slider
--------------------------------------------------------------*/
.home-services-slider-container {
	border: 0.625rem solid #F3F0ED;
	padding: 2.5rem;
}
.home-services-slider .slick-counter {
	z-index: 10;
	right: 0;
	bottom: 0;
}
.home-services-slider .slick-list .slick-slide{
    padding-left: 10px !important;
}
@media (min-width: 992px) {
	.home-services-slider {
		transform: scaleX(1.1); 
		transform-origin: center right;
	}
}

/*--------------------------------------------------------------
# branches
--------------------------------------------------------------*/
.nav-branches > li {
	margin-bottom: -1px;
	position: relative;
	z-index: 10;
}
.nav-branches > li.active {
	border-color: #BF932E !important;
	z-index: 11;
}

/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
.service .btn {
	visibility: hidden;
	opacity: 0;
}
.service:hover .btn {
	visibility: visible;
	opacity: 1;
}
.service .name { 
	transition: all 0.3s ease 0s;
}
.service:hover .name {
	font-weight: 600 !important;
}
.service-option > strong > span {
    position: relative;
    margin: 0 3px;
}
.service-option > strong > span+span:before{
    content: "/";
    position: absolute;
    left: -8px;
}
.service-option .price_service > span {
    position: relative;
    margin: 0 3px;
}
.service-option .price_service > span+span:before {
    content: "/";
    position: absolute;
    left: -8px;
}
.accordion-faq .box-service > a.collapsed:before {
    content: '\f107';
    color: #BF932E;
}
.accordion-faq .box-service > a:before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    float: right;
    font-weight: 900;
}
.accordion-faq .box-service > a {
    background: #BF932E;
    color: #fff;
}
.accordion-faq .box-service > a.collapsed {
    background: transparent;
    color: #333;
}
/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery .play,
.fancybox-thumbs .play {
	font-size: 2rem;
	color: #FFF;
	border: 0.125rem solid #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	padding-left: 0.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease 0s;
}
.fancybox-thumbs .play {
	font-size: 1rem;
	width: 2rem;
	height: 2rem;
}
.gallery:hover .play,
.fancybox-thumbs li:hover .play {
	color: #BF932F;
	border-color: #BF932F;
}

/*--------------------------------------------------------------
# isotope
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.isotope {
		position: relative;
	}
	.isotope:before {
		content: ' ';
		background-color: #dee2e6;
		width: 1px;
		height: 100%;
		position: absolute;
		z-index: 10;
		top: 0;
		left: 50%;
	}
	.isotope-item:nth-child(2n + 1) {
		padding-right: 3rem;
	}
	.isotope-item:nth-child(2n + 2) {
		padding-left: 3rem;
	}
	.isotope-item:nth-child(2) {
		margin-top: 7rem;
	}
	.isotope-item .date {
		z-index: 11;
		top: -1rem;
		transition: all 0.3s ease 0s;
	}
	.isotope-item .date:hover {
		color: #BF932E;
	}
	.isotope-item:nth-child(2n + 1) .date {
		left: 100%;
		transform: translateX(-50%);
	}
	.isotope-item:nth-child(2n + 2) .date {
		right: 100%;
		transform: translateX(50%);
	}
}
@media (min-width: 992px) {
	.isotope-item:nth-child(2n + 1) {
		padding-right: 5.5rem;
	}
	.isotope-item:nth-child(2n + 2) {
		padding-left: 5.5rem;
	}
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
	font-weight: 300;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 0.125rem;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content blockquote {
	background: #EFEFEF;
	border-left: 0.3125rem solid #4f6a88;
	padding: 0.9375rem 1.875rem 0.625rem;
	margin-left: 2.5rem;
	margin-bottom: 1rem;
	position: relative;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
}
.entry-content blockquote:before {
	content: '\201C';
	padding-right: 0.3125rem;
	left: 0.625rem;
	top: 0.9375rem;
}
.entry-content blockquote:after {
	content: '\201D';
	padding-left: 0.3125rem;
	right: 0.625rem;
	bottom: 0.3125rem;
}
.entry-content cite {
	font-style: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 1.625rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
	text-align: center;
	display: block;
	max-width: 100%;
	margin: 0 auto 1rem;
}
.entry-content img.alignnone {
	max-width: 100%;
	margin-bottom: 1rem;
}
.entry-content .alignleft {
	float: left;
	max-width: 50%;
	text-align: left;
}
.entry-content .alignright {
	float: right;
	max-width: 50%;
	text-align: right;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	padding-right: 3rem;
	margin-bottom: 1rem;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	padding-left: 3rem;
	margin-bottom: 1rem;
}
.entry-content .wp-caption-text {
	text-align: center;
	padding: 1rem 1rem 0;
}
.entry-content table {
	width: 100%;
	margin-bottom: 1rem;
}
.entry-content table th,
.entry-content table td {
	border: 1px solid #d5d5d5;
	padding: 0.625rem 0.75rem;
	vertical-align: top;
}
.entry-content table th {
	color: #333;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media (max-width:991px) {
    footer {
        padding-bottom: 6rem;
    }
}

/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/
.home .site-login-style {
    top: 65% !important;
}
.site-login-style {
    background-color: #ffffffa6;
}
.title-popup {
    color: #333;
}
.des-popup {
    color: #333;
    font-size: 0.8rem;
}
.site-header.scroll .site-login-style {
    top: 100% !important;
}
/*Thangnv*/
/*.info-customers .customers ul.nav {
    margin: 10px 0;
}*/
.info-customers .customers ul.nav li {
    margin-right: 10px;
}
.form-book .tab-content {
	margin-top: 20px;
}
.form-book .alert.alert-primary,
.form-book .alert.alert-danger {
    position: fixed;
    bottom: 1rem;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 1200px;
}
.info-customers .customers .btn-primary,
.info-customers .customers .btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #00000096;
    border-color: #00000096;
}
/**/
.dropdownla {
    position: relative;
    display: inline-block;
}
.dropdownla a {
	font-size: 1rem;
    text-transform: uppercase;
    display: block;
    padding: 2rem 1rem;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdownla:hover .dropdown-content {
    display: block;
}
.dropdownla .dropdown-item {
    padding: .25rem 1.5rem .25rem 1rem;
}
.dropdownla ul {
	padding: 0;
}
.dropdownla ul li {
	list-style: none;
}

.dropdownla .dropdown-item:focus, .dropdownla .dropdown-item:hover {
    color: #fff;
    background-color: #BF932E;
}
@media (max-width: 767px) {
	.dropdownla a {
		padding: 1rem 0;
	}
}