﻿/*
Theme Name: La Siesta Hang Be 2.3
Theme URI: http://thang.info
Author: Pham Nhat Thang
Author URI: http://thang.info
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
  font-family: 'SFUFuturaBold';
  src: url('/fonts/SFUFuturaBold/SFUFuturaBold.eot?#iefix') format('embedded-opentype'),  url('/fonts/SFUFuturaBold/SFUFuturaBold.woff') format('woff'), url('/fonts/SFUFuturaBold/SFUFuturaBold.ttf')  format('truetype'), url('/fonts/SFUFuturaBold/SFUFuturaBold.svg#SFUFuturaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUFuturaBook';
  src: url('/fonts/SFUFuturaBook/SFUFuturaBook.eot?#iefix') format('embedded-opentype'),  url('/fonts/SFUFuturaBook/SFUFuturaBook.woff') format('woff'), url('/fonts/SFUFuturaBook/SFUFuturaBook.ttf')  format('truetype'), url('/fonts/SFUFuturaBook/SFUFuturaBook.svg#SFUFuturaBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUFuturaExtraBold';
  src: url('/fonts/SFUFuturaExtraBold/SFUFuturaExtraBold.eot?#iefix') format('embedded-opentype'),  url('/fonts/SFUFuturaExtraBold/SFUFuturaExtraBold.woff') format('woff'), url('/fonts/SFUFuturaExtraBold/SFUFuturaExtraBold.ttf')  format('truetype'), url('/fonts/SFUFuturaExtraBold/SFUFuturaExtraBold.svg#SFUFuturaExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUFuturaHeavy';
  src: url('/fonts/SFUFuturaHeavy/SFUFuturaHeavy.eot?#iefix') format('embedded-opentype'),  url('/fonts/SFUFuturaHeavy/SFUFuturaHeavy.woff') format('woff'), url('/fonts/SFUFuturaHeavy/SFUFuturaHeavy.ttf')  format('truetype'), url('/fonts/SFUFuturaHeavy/SFUFuturaHeavy.svg#SFUFuturaHeavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUFuturaOblique';
  src: url('/fonts/SFUFuturaOblique/SFUFuturaOblique.eot?#iefix') format('embedded-opentype'),  url('/fonts/SFUFuturaOblique/SFUFuturaOblique.woff') format('woff'), url('/fonts/SFUFuturaOblique/SFUFuturaOblique.ttf')  format('truetype'), url('/fonts/SFUFuturaOblique/SFUFuturaOblique.svg#SFUFuturaOblique') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.container-fluid,
.container,
[class*='col-'] {
	padding-left: 10px;
	padding-right: 10px;
}
.row-small {
	margin-left: -4px;
	margin-right: -4px;
}
.col-small {
	padding-left: 4px;
	padding-right: 4px;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'SFUFuturaBook';
	font-size: 1rem;
	font-weight: 400;
	color: #333;
    line-height: 1.6;
    background:#333333;
}
.content-area {
/*background:#ededed;*/
}
* {
	outline: none !important;
}
/*img {
	max-width: 100%;
	max-height: 100%;
}*/
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: #ea2428;
}
.nav > li > a.active {
	border-bottom: 0.25rem solid #ea2428;
	padding-bottom: 0.5rem;
}
b, strong {
	font-weight: 700 !important;
}
small, .small {
	font-size: 95% !important;
}
.smaller {
	font-size: 90% !important;
}
hr.small
{
    width:60px;
    border-top:2px solid #fff;
}
h1, .h1 {
	font-size: 3.125rem;
}
h2, .h2 {
	font-size: 2.5rem;
}
.willgroup-font {
    font-size: 1.6rem;
}
.font-family-SFUFuturaOblique {
	font-family: 'SFUFuturaOblique';
}
.font-family-secondary {
	font-family: 'SFUFuturaBook';
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.text-primary {
	color: #ea2428 !important;
}
a.text-primary:hover {
	color: #000 !important;
}
.text-secondary {
	color: #212121 !important;
}
a.text-secondary:hover {
	color: #000 !important;
}
.text-666 {
	color: #666 !important;
}
a.text-666:hover {
	color: #333 !important;
}
.text-333 {
	color: #333 !important;
}
a.text-333:hover {
	color: #666 !important;
}
a.text-muted:hover {
	color: inherit !important;
}
.bg-primary {
	background-color: #ea2428 !important;
}
.bg-light {
	background-color: #F5F5F5 !important;
}
.bg-ededed {background-color: #ededed !important;}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-80 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-30 {
	background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-cover-w {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.text-shadow {
	text-shadow: 0px 0px 10px #000000;
}
.black-white {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.text-black {
color:#000;
}
.border-primary {
    border-color: #909090 !important;
}
a:hover .black-white,
a.active .black-white,
.slick-current .black-white {
	-webkit-filter: none;
    filter: none;
}
.opacity-0 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 1s ease 1s;
}
a:hover .opacity-0,
a:focus .opacity-0 {
	visibility: visible;
	opacity: 1;
}
.mh-1 {
	min-height: 12.5rem;
}
.mh-1-5 {
    min-height: 15rem;
}
.mh-1-75 {
    min-height: 17.5rem;
}
.mh-2 {
	min-height: 25rem;
}
.mh-3 {
	min-height: 30rem;
}
.mh-4 {
	min-height: 35rem;
}
@media only screen and (min-width: 1801px) and (max-width: 1900px) {
    
.mh-2 {
	min-height: 22rem;
}
.mh-3 {
	min-height: 27rem;
}
.mh-4 {
	min-height: 32rem;
}
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    
.mh-2 {
	min-height: 20rem;
}
.mh-3 {
	min-height: 25rem;
}
.mh-4 {
	min-height: 30rem;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    
.mh-2 {
	min-height: 18rem;
}
.mh-3 {
	min-height: 23rem;
}
.mh-4 {
	min-height: 28rem;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
    
.mh-2 {
	min-height: 17rem;
}
.mh-3 {
	min-height: 21rem;
}
.mh-4 {
	min-height: 26rem;
}
}
@media only screen and (min-width: 1180px) and (max-width: 1299px) {
    
.mh-2 {
	min-height: 15rem;
}
.mh-3 {
	min-height: 19rem;
}
.mh-4 {
	min-height: 24rem;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1179px) {
    
.mh-2 {
	min-height: 13rem;
}
.mh-3 {
	min-height: 17rem;
}
.mh-4 {
	min-height: 22rem;
}
}
@media only screen and (min-width: 991px) and (max-width: 999px) {
    
.mh-2 {
	min-height: 11rem;
}
.mh-3 {
	min-height: 15rem;
}
.mh-4 {
	min-height: 20rem;
}
}
@media (max-width: 767px) {
    mh-1-5,
    mh-1-75,
	.mh-2,                        
	.mh-3 {
		min-height: 12.5rem;
	}
	.mh-4 {
		min-height: 17.5rem;
	}
}
.lh-12 {
	line-height: 1.2;
}
.lh-body {
    line-height: 1.5;
}
.mb-fix {
    margin-bottom: 2rem !important;
}
.zoom {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a:hover .zoom {
	transform: scale(1.1);
}
.home-rooms .slick-current a:hover .zoom {
	transform: scale(1.1) translateY(-50%) !important;
}
@media (max-width: 767.98px) {
	h1, .h1,
	h2, .h2 {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.icon-phone {
	background: transparent url(/images/icon-phone.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
}
.icon-email {
	background: transparent url(/images/icon-email.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.625rem;
	height: 1.25rem;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
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-control,
.custom-select,
.btn,
.input-group-addon {
	font-size: inherit;
	font-weight: 400;
	color: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select,
.input-group-addon {
	height: calc(1.5em + 1rem + 2px);
    padding: .3rem .5rem;
}
textarea.form-control {
	height: auto;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
	border-color: #ea2428;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
    background: #FFF;
}
.custom-select {
	background-image: url(/images/arrow-down-black.png);
	-webkit-background-size: 0.5rem 0.25rem;
	-moz-background-size: 0.5rem 0.25rem;
	background-size: 0.5rem 0.25rem;
	padding-left: 0.5rem;
	padding-right: 1.75rem;
}
.btn {
	letter-spacing: 0.05rem;
	box-shadow: none !important;
}	
.btn-lg {
	font-size: 1rem;
}
.btn-sm {
	font-size: 0.75rem;
}
.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
	background: #ea2428;
	border-color: #ea2428;
}
.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
	background: #000;
	border-color: #000;
    color: #fff;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: #ea2428;
	border-color: #ea2428;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #000;
	background: #ea2428;
	border-color: #ea2428;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #ea2428;
	background: transparent;
	border-color: #ea2428;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #ea2428;
	border-color: #ea2428;
}
.btn-dark,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #808080;
	border-color: #808080;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #ea2428;
	border-color: #ea2428;
}
.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	color: inherit;
	background-color: transparent;
	border-color: #808080;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #ea2428;
	border-color: #ea2428;
}
.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #ea2428;
	border-color: #ea2428;
}

.btn-newletter,
.btn-newletter:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
	background: #ff6600;
	border-color: #ff6600;
    height:100%;
}
.btn-newletter:hover,
.btn-newletter:focus,
.btn-newletter:not(:disabled):not(.disabled):active {
	background: #e65d01;
	border-color: #e65d01;
    color: #fff;
}
.dropdown-menu {
	font-size: inherit;
	border-radius: 0;
	margin-top: 0.5rem;
}
.popover {
	font-size: inherit;
	border-radius: 0;
}
.review-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.review-popup-closer {
	font-size: 1rem;
	color: #aaa;
    background-color: rgba(0, 0, 0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    top: 0;
    right: 0;
}
.review-popup-closer:hover {
	color: #fff;
}
@media (min-width: 768px) {
	.popover {
		min-width: 15rem;
		max-width: 40rem;
	}
	.review-popup {
		width: 25rem; 
		height: auto;
		margin-left: 0.25rem;
		position: absolute;
		top: 100%; 
		left: 100%; 
		transform: translateY(-25%);
	}
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
	text-align: center;
	background-color: #202022;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 16.875rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.page-title,
.page-header h1 {
	font-size: 2.25rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.page-desc,
.page-header p {
	color: #FFF;
	margin-top: 1.25rem;
}

/*site-content*/
.site-content {
/*margin-left:15rem;*/
margin-top:110px;
}
.backtolist {
    display:none;
}
@media only screen and (max-width: 990px) {
    .site-content { margin-left:0; margin-top:66px;}
.backtolist {
    display:block;
}
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-nav {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb-item.active {
	color: inherit;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination  {
	justify-content: center;
	margin: 1.25rem 0 0;
}
.pagination .page-item {
	margin: 0 0.1875rem 0.375rem;
}
.pagination .page-link {
	color: #ea2428;
	background: transparent;
	border: 0.125rem solid #ea2428;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.25rem;
	padding: 0;
}
.pagination .page-link:hover {
	color: #FFF;
	background: #ea2428;
	border-color: #ea2428;
}
.pagination .page-item.active .page-link {
	color: #FFF;
	background: #ea2428;
	border-color: #ea2428;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 2.5rem);
    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: 0;
	border-radius: 0;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
}
.modal-header {
	justify-content: center;
	border-bottom: 0;
	padding: 1.5rem 1.5rem 0 1.5rem;
}
.modal-title {
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
}
.modal-title:after {
	content: ' ';
	background: #000;
	width: 6.25rem;
	height: 0.125rem;
	margin-top: 0.625rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.modal-body {
	padding: 1.5rem;
}	
.modal-close {
	background: transparent;
	border: 0;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
}
/*.modal-close:hover {
	background: #333;

}*/
.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #888;
	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: #ea2428;
}
.modal-backdrop.show {
	opacity: 0.8;
}
.modal-prev,
.modal-next {
	font-size: 3.75rem;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
.modal-prev:hover,
.modal-next:hover {
	color: inherit;
	opacity: 1;
}
.modal-prev {
	left: 1.5rem;
}
.modal-next {
	right: 2.5rem;
}
.modal-review a.text-primary:hover {
	text-decoration: underline;
	color: #ea2428 !important;
}
@media (min-width: 768px) {
	.modal-md {
		max-width: 750px;
	}
}
@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;
	}
}

/*--------------------------------------------------------------
## modal login
--------------------------------------------------------------*/
.modal-login .modal-close {
	color: #666;
	background: transparent;
}
.modal-login .modal-close:hover {
	color: #111;
}
.modal-login .col-left,
.modal-login .col-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 35rem;
	padding: 1.25rem 2.5rem;
}
.modal-login .col-left {
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.modal-login .col-left:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.7);
	display: block;
	position: absolute;
	z-index: 10;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
.modal-login .desc {
	color: #FFF;
	position: relative;
	z-index: 11;
}
.modal-login .desc h2 {
	font-family: 'Cormorant SC', serif;
	font-size: 2.875rem;
	border-bottom: 1px solid #EEE;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.modal-login .desc ul {
	padding-left: 0.9375rem;
}
.modal-login .desc ul li {
	margin-bottom: 0.5rem;
}
.modal-login .logo {
	display: block;
	text-align: center;
	margin: 0px 40px 0px;
    max-width: 70%;
}
.modal-login .logo img {
	max-height: 3.75rem;
}
.modal-login .bg-line {
	display: table;
	white-space: nowrap;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.modal-login .bg-line::before, 
.modal-login .bg-line::after {
	border-top: 1px solid #C0C0C0;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.625rem;
	width: 50%;
}
.modal-login .bg-line > .title {
	color: #000;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.modal-login .links {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.modal-login .links li + li {
	border-top: 1px solid #ddd;
	padding-top: 0.375rem;
	margin-top: 0.375rem;
}
.modal-login .links li a {
	color: #ea2428;
}
.modal-login .links li a:hover {
	color: #111111;
}
.modal-login .form-control,
.modal-login .btn {
	height: 3.125rem;
	line-height: 3.125rem;
}
.modal-login .form-control + .form-control {
	border-top: 0;
}
.modal-login .btn-social {
	color: #FFF;
	margin-bottom: 0.3125rem;
	position: relative;
}
.modal-login .btn-social .icon {
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	left: 0.9375rem;
	top: 0.8125rem;
}
.modal-login .btn-facebook {
	background: #3c5a98;
}
.modal-login .btn-facebook:hover {
	color: #FFF;
	background: #1A4398;
}
.modal-login .btn-google {
	background: #e74b37;
}
.modal-login .btn-google:hover {
	color: #FFF;
	background: #CC3732;
}
@media (min-width: 992px) {
	.modal-login .modal-dialog {
		max-width: 56.25rem;
	}
}
@media (max-width: 992px){
    body #lz_overlay_chat {
        display: none !important;
    }
}
@media (max-width: 991px) {
	.modal-login .modal-close,
	.modal-login .modal-close:hover	{
		color: #FFF;
	}
	.modal-login .col-left,
	.modal-login .col-right {
		min-height: 0;
		padding: 1.25rem;
	}
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin::before{
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
	color: #333;
    /*background:#fff;*/
	/*background: rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    /*box-shadow:0 0 10px rgba(0, 0, 0, 0.5);*/
    /*padding:20px;*/
}
.main-header {padding:20px;
}
.box-logo{
    margin-bottom:1rem;
}
.bt-menu-mobile i {
    color:#fff;
}
.bt-menu-mobile:hover i {
    color:#ea2428;
}
.page-child .site-header {background:#333;}
.page-child .bt-menu-mobile i {
    color:#ea2428;
}
.page-child .bt-menu-mobile:hover i {
    color:#fff;
}
@media screen and (max-width: 990px) {
    .site-header {width:100%;}
    .main-header {padding:10px;}
    /*.page-child .site-header {background:#fff;}*/
    .site-header .box-address {display:none;}
    .site-header .header-social {display:none;}
    .aside-nav-home {display:none;}
    .box-logo{
        margin-bottom:0;
    }
}
.site-header .top-header 
{
        background:#ea2428;
        width:100%;
        padding:10px 0;
}
.site-header .top-header a {
	    color: #FFF;
}
.site-header .top-header a .fab{
	font-size: 0.85rem;
    line-height:1.313rem;
}
.site-header .top-header .language-mobile ul li a
{
    color:#000;
}
.site-header .top-header .language-mobile a i.icon-language 
{
    width:16px; height:11px;
    display:inline-block;
    float:left;
    margin:5px 5px 5px 0;
}
.site-header .top-header .language-mobile a i.f-vi 
{
    background-image: url(/images/icon-vi.png);
}
.site-header .top-header .language-mobile a i.f-en 
{
    background-image: url(/images/icon-en.png);
}
.site-header-child {
    width:15rem;
    background:#fff;
}
@media screen and (min-width: 991px) {
    .site-header-child {
        bottom:0;
    }
}
@media screen and (max-width: 990px) {
    .site-header-child {
        width:100%;
        bottom:auto;
    }
}
.language-mobile {
    color: white;
    display: inline-block;
    font-size: 0.875rem;
    /*text-transform: uppercase;*/
    position: relative;
    padding-left: 13.33333px;
    border-left:1px solid #cde0f2;
    margin-left: 13.33333px;
}
/*.language-mobile > a{
    border-left:1px solid #fff;
    padding-left: 13.33333px;
    line-height:0;
}*/
.language-mobile ul {
    position: absolute;
    z-index: 9999;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.m-logo img{
width:90px;
display:inline-block;
margin-bottom:20px;
}
/*.site-logo {
    padding:20px;
}*/
.site-logo img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.site-logo .logo-1 {
    width: 120px;
    /*height: 60px;*/
}
.site-logo .logo-2,
.site-logo .logo-3 {
	display: none;
}
.page-child .site-logo .logo-1 {
    width: 100px;
}
.site-header-child .site-logo {
width:100%;
}
.site-hotel-menu,
.site-hotel-menu .sub-menu {
	font-weight: 600;
	color: #808080;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-hotel-menu > li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1rem;
}
.site-hotel-menu > li > a {
	font-size: 1rem;
	text-transform: uppercase;
	border-bottom: 1px solid #dee2e6;
	display: block;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.site-hotel-menu .sub-menu > li {
	margin-bottom: 0.5rem;
}
.site-header.scroll {
	color: inherit;
	background: #FFF;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.site-header.scroll .site-logo .logo-1 {
	display: none;
}
.site-header.scroll .site-logo .logo-3 {
    display: inline-block;
    /*min-height: 80px;*/
    width: 130px;
}
.site-header.scroll .site-contact,
.site-header.scroll .site-menu {
	display: none !important;
}
.site-header.scroll .popover {
	display: none;
}
@media (max-width: 991.98px) {
	.site-logo .logo-2,
	.site-logo .logo-3 {
		display: none;
	}
	.site-header.scroll .site-logo .logo-2 {
		display: none;
	}
    .site-header.scroll .site-logo .logo-1 {
    	display: none;
    }
    .site-header.scroll .site-logo .logo-3 {
    	display: block;
    }
    .site-logo .logo-1 {
        width: 65px;
        /*height: 100px;*/
    }
    .page-child .site-logo .logo-1{
        width: 65px;
        /*height: 100px;*/
    }
}

/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;

}
/*.site-nav ul.menu {
    border-top: 1px dotted #DDD;
}*/
.site-nav .menu {
	display: flex;
}
/*.site-nav .menu > li {
	border-bottom: 1px dotted #DDD;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}*/
.site-nav .menu > li.menu-item {
	position: relative;
}
.site-nav .menu > li > a {
	font-size: 1rem;
	/*text-transform: uppercase;*/
	display: block;
    /*font-family:"SFUFuturaBook";*/
    /*font-weight:600;*/
    color:#fff;
    line-height:85px;
}
.site-nav .menu > li > a:hover {
    color:#ea2428;
}
.site-nav-left .menu > li {
	margin-left: 3rem;
}
.site-nav-right .menu > li {
	margin-left: 3rem;
}
.site-nav .sub-menu {
    border-top:2px solid #ea2428;
	background-color: #fff;
	display: none;
	min-width: 10rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav .sub-menu > li > a {
	font-size: 1rem;
	white-space: nowrap;
	color: #333;
	display: block;
	padding: 0.3rem 1rem;
    font-family:"SFUFuturaBook";
}
.site-nav .sub-menu > li > a:hover {
	color: #ea2428;
}
/*.site-nav .menu > li.menu-item-has-children:hover:before {
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ea2428;
    border-left: 8px solid transparent;
    content: " ";
    height: 0;
    left: calc(50% - 0px);
    position: absolute;
    bottom: 0;
    width: 0;
}*/
.page-child .site-nav .menu > li > a {
    /*color:#000;*/
    line-height:70px;
}
.page-child .site-nav .menu > li > a:hover {
    color:#ea2428;
}
/*--------------------------------------------------------------
## Site popup
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .site-popup {
        display: none;
    }
}
/*--------------------------------------------------------------
## aside navigation
--------------------------------------------------------------*/
.aside-overlay {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
}
.mobile-nav {
	position: fixed;
	width: 15rem;
	padding: 1.5rem 1.5rem 0 1.5rem;
	overflow: auto;
	z-index: 1003;
	top: 0; bottom: 0;
	left: -17.5rem;
	transition: all 0.3s ease 0s;
}
.aside-nav {
	background: #333;
}
body.open-aside-nav .aside-nav {
	left: 0;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
    body.open-aside-nav .aside-nav {
        width:75%;
    }
}
.aside-nav-closer {
	left: auto;
	right: 0;
}
.aside-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside-nav ul.menu {
    border-top:1px dotted #5b5b5b;
}
.aside-nav a {
	color: #fff;
}
.aside-nav a:hover {
	color: #ea2428;
}
.aside-nav .menu > li {
	border-bottom: 1px dotted #5b5b5b;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.aside-nav .menu > li > a {
	/*text-transform: uppercase;*/
    font-size: 1.2rem;
}
.aside-nav .menu > li.current-menu-item > a,
.aside-nav .menu > li.current-menu-parent > a {
	color: #ea2428;
}
.aside-nav .menu > li.menu-item-has-children:before {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	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;
    font-weight: 300;
    color:#fff;
}
.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;
    /*border-top:1px solid #5b5b5b;*/
}
/*@media screen and (max-width: 990px) {
    .aside-nav {
        width: 100%;
    }
}*/
/*--------------------------------------------------------------
## site mobile
--------------------------------------------------------------*/
.site-mobile {
	background: transparent;
	display: flex;
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 25px;
	left: 20px;
}
.site-mobile > a {
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
	height: 3.125rem;
}
.site-mobile > a > i {
	font-size: 0.875rem;
}
.site-mobile .open-booking {
	color: #fff;
	background: #ac162c;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
    border-radius: 25px;
}
.site-mobile .open-booking > span img {
    height: 30px;
    margin-left: 5px;
}
.site-mobile .open-booking > span:first-child {
    font-size: 1.5rem;
    margin-right: .5rem;
}
.call-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    top: 27px;
    right: 30px;
}
.call-mobile > a {
    color: #fff;
    background: transparent;
    font-size: 1.875rem;
    padding: 0;
    border-radius: 50%;
}
.site-header.scroll .call-mobile {
    top: calc(50% - 20px);
    font-size: 2rem;
}
.site-header.scroll .call-mobile > a {
    color: #666;
}
.gift-mobile {
    /*position: fixed;*/
    z-index: 999;
    background: transparent;
    height: 50px;
    /*right: 100px;*/
    /*bottom: 25px;*/
    font-size: 1.875rem;
    margin-left:5px;
}
.gift-mobile > a {
    color: #fff;
    background: #ac162c;
    font-size: 1.875rem;
    padding: 11px 14px;
    border-radius: 50%;
    display:inline-block;
}
#site-popup-mobile {
    position: fixed;
    bottom: 89px;
    z-index: 999;
    top: auto !important;
    right: 95px;
}
/*--------------------------------------------------------------
# slick slider
--------------------------------------------------------------*/

.slick-slider .slick-arrow {
	font-size: 0;
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	display: block;
	padding: 0;
	position: absolute;
	z-index: 10;
	/*margin-top: -1.5rem;*/
	/*top: 30px;*/
    /*bottom:50px;*/
}
.home-rooms .slick-arrow {
    top: 50%;
    width: 3rem!important;
    height: 3rem!important;
}
.home-rooms .slick-arrow:hover {
    color:#ea2428;
}
.home-rooms.slick-slider .slick-prev {
	/*background-image: url(/images/icon-backslide1.png);*/
	left: 1.5rem;
}
.home-rooms.slick-slider .slick-next {
	/*background-image: url(/images/icon-nextslide1.png);*/
	right: 1.5rem;
}
.home-brands-thumbs .slick-arrow {
    top: 20%;
    width: 1rem!important;
    height: 3rem!important;
}
.home-brands-thumbs.slick-slider .slick-prev {
	background-image: url(/images/icon-backslide1.png);
	left: 0.8rem;
}
.home-brands-thumbs.slick-slider .slick-next {
	background-image: url(/images/icon-nextslide1.png);
	right: 0.8rem;
}
.home-brands-images .slick-arrow {
    top: 50%;
    width: 3rem!important;
    height: 3rem!important;
}
.home-brands-images.slick-slider .slick-prev {
	/*background-image: url(/images/icon-backslide1.png);*/
	left: 3rem;
}
.home-brands-images.slick-slider .slick-next {
	/*background-image: url(/images/icon-nextslide1.png);*/
	right: 3rem;
}
@media (max-width: 990px) {
    .home-brands-images .slick-arrow {
        display:none!important;
    }
}
.home-brands-images .slick-slide a img{
	width: auto;
	max-height: 100%;
}
.page-slider .slick-prev {
    left: 6rem;
}
.page-slider .slick-next {
	right: 6rem;
}
.std-cat-post-gallery .slick-arrow {
    top: 50%;
    width: 1rem!important;
    height: 3rem!important;
}
.std-cat-post-gallery.slick-slider .slick-prev {
	background-image: url(/images/icon-backslide1.png);
	left: 1.5rem;
}
.std-cat-post-gallery.slick-slider .slick-next {
	background-image: url(/images/icon-nextslide1.png);
	right: 1.5rem;
}
/*.slick-slider .slick-arrow svg{
    color:#fff;
}
.slick-slider .slick-arrow svg[data-v-17c297db] {
    fill: #fff;
}*/
.slick-slider .slick-dots {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	/*left: 0;*/ 
    /*right: 30px;
	top: 2rem;*/
	text-align: center;
}
.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0 0.3125rem;
}
.slick-slider .slick-dots button {
	font-size: 0;
	color: transparent;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	width: 0.813rem;
	height: 0.813rem;
	padding: 0;
	box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-dots li.slick-active button {
	background: #EA2428;
	border-color: #EA2428;
}

.home-rooms.slick-slider .slick-dots {	
	left: 0; 
    right: 0;
    bottom: -4rem;
}
.std-cat-post-gallery .slick-dots {
left:0;
right:0;
bottom:20px;
}
/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.site-slider .slick-dots {
	bottom: 3rem;
}
.site-slider .item {
	display: none;
}
.site-slider.slick-initialized .item {
	display: flex;
}
.go a,
.site-slider .title,
.site-slider .desc,
.site-slider .btn,
.site-slider .slick-slide:first-child .title,
.site-slider .slick-slide:first-child .desc,
.site-slider .slick-slide:first-child .btn, 
.site-slider .slick-slide:first-child .go a {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease 0.5s;
}
.go a,
.site-slider .slick-current .title,
.site-slider .slick-current .desc,
.site-slider .slick-current .btn,
.site-slider .slick-current.slick-first .title,
.site-slider .slick-current.slick-first .desc,
.site-slider .slick-current.slick-first .btn,
.site-slider .slick-current.slick-first .go a {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.go a {
    width: 100%;
    font-size: 18px;
    color: #fff;
    display:inline-block;
    font-family:SFUFuturaOblique;
}
    .go a:hover {
    color:#ea2428;
    }
.go span {
    width: 90px;
    height: 1px;
    /*float: left;*/
    color: #fff;
    background: #fff;
    clear: both;
    display:inline-block;
    margin-bottom:10px;
}

/*@media (min-width: 990px) {
    .site-slider .slick-prev {
        right: 3.5rem!important;
        top: 30px;
    }

    .site-slider .slick-next {
        right: 1rem!important;
        top: 30px;
    }
}
@media only screen and (max-width: 989px) {*/
.home-slider .slick-arrow {
	width: 35px!important;
	height: 35px!important;
}
.home-slider .slick-arrow:hover {
	color: #ea2428;
}
.home-slider .slick-prev {
	right: 4rem;
    bottom:30px;
}
.home-slider .slick-next {
	right: 1.5rem;
    bottom:30px;
}
/*}*/
@media (max-width: 575px) {
	.site-slider .slick-dots {
		bottom: 7.5rem;
	}
}
.site-slider .item .slide-content {
    /*background: rgba(0, 0, 0, 0) url("/images/fg_text_bg.png") no-repeat scroll left top;*/
    bottom: 0px;
    /*display: block;
    float: right;
    height: 300px;*/
    position: absolute;
    left: 0;
    padding:20px;
    min-width: 500px;
    /*z-index: 1;
    width: 70%;
    position: relative;
    z-index: 2;
    margin: auto;
    height: 100%;
    display: table;*/
}
/*--------------------------------------------------------------
# site banner
--------------------------------------------------------------*/
.site-banner {
	padding-top: 30%;
}

/*--------------------------------------------------------------
# page rating
--------------------------------------------------------------*/
.page-rating p {
	margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
# standard category
--------------------------------------------------------------*/
.std-cat-post .separator {
	border-color: #404040;
	transition: all 0.3s ease 0s;
}
.std-cat-post:hover .separator {
	border-color: #ea2428;
}
@media (max-width: 991.98px){
    .full-mobile {
        width: 100%
    }
    .willgroup-font {
        font-size: 1rem;
    }
    /*.site-banner {
    margin-top:65px;
}*/

}
/*--------------------------------------------------------------
# single room
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.std-post-book {
		position: absolute;
		top: 0.75rem;
		right: 0;
	}
	.std-post-info {
		width: 20rem;
	}
}
.m-w-full {
    margin: 1rem auto !important;
    max-width: 210px;
}
/*--------------------------------------------------------------
# home rooms
--------------------------------------------------------------*/
.home-rooms,
.home-rooms .slick-slide {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.home-rooms .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.slick-slide:not(.slick-active){
    opacity: .3;
}
.home-rooms .slick-slide a {
   min-height: 49rem;
}
@media (max-width: 1700px) {
    .home-rooms .slick-slide a {
        min-height: 45rem;
    }
}
@media (max-width: 1575px) {
    .home-rooms .slick-slide a {
	min-height: 42rem;
}
}
@media (max-width: 1460px) {
    .home-rooms .slick-slide a {
	min-height: 39rem;
}
}
@media (max-width: 1360px) {
    .home-rooms .slick-slide a {
	min-height: 35rem;
}
}
@media (max-width: 1200px) {
    .home-rooms .slick-slide a {
	min-height: 32rem;
}
}
@media (max-width: 1024px) {
    .home-rooms .slick-slide a {
	min-height: 37rem;
}
}
@media (max-width: 960px) {
    .home-rooms .slick-slide a {
	min-height: 35rem;
}
}
@media (max-width: 860px) {
    .home-rooms .slick-slide a {
	min-height: 33rem;
}
}
@media (max-width: 760px) {
    .home-rooms .slick-slide a {
	min-height: 27rem;
}
}
@media (max-width: 660px) {
    .home-rooms .slick-slide a {
	min-height: 23rem;
}
}
@media (max-width: 560px) {
    .home-rooms .slick-slide a {
	min-height: 21rem;
}
}
@media (max-width: 500px) {
    .home-rooms .slick-slide a {
	min-height: 19rem;
}
}
@media (max-width: 480px) {
    .home-rooms .slick-slide a {
	min-height: 17rem;
}
}
@media (max-width: 420px) {
    .home-rooms .slick-slide a {
	min-height: 15rem;
}
}
@media (max-width: 360px) {
    .home-rooms .slick-slide a {
	min-height: 13rem;
}
}
@media (max-width: 260px) {
    .home-rooms .slick-slide a {
	min-height: 11rem;
}
}
.home-rooms .slick-slide .info {
	display: none;
}
.home-rooms .slick-slide.slick-current .info {
	display: block;
    /*position:absolute;*/
    bottom:0;
    z-index:9999;
}
.home-rooms .slick-slide .bd-icon {
    display: none;
}
.home-rooms .slick-slide.slick-current .bd-icon {
    display: block;
}
.std-cat-post-gallery .slick-slide a {
    overflow: hidden;
}
.std-cat-post-gallery .slick-slide a img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.std-cat-post-gallery .slick-slide a:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# home brands
--------------------------------------------------------------*/
.home-brands-thumbs:before {
	content: ' ';
	/*border-top: 1.5rem solid #FFF;*/
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid transparent;
	border-bottom: 1.5rem solid #808080;
	position: absolute;
	top: -25%;
	left: 50%;
	transform: translateX(-50%);
}
.home-brands-thumbs .slick-list {
    padding: 0 16px!important;
}
/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content a {
    border-bottom: 1px solid #ea2428;
}
.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-family: 'SFUFuturaBold';
	font-size: 1.5rem;
}
.entry-content blockquote {
	font-size: 1rem;
	color: #666;
	background: #f8f9fa;
	border-left: 0.25rem solid #ea2428;
	padding: 1.5rem 1.5rem 0.5rem 3rem;
	position: relative;
}
.entry-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-size: 1.5rem;
	font-weight: 900;
	color: #999;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
}
.entry-content ul > li,
.entry-content ol > li {
	margin-bottom: 0.75rem;
}
.entry-content table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.entry-content img.alignnone {
    margin-bottom: 0;
}
.entry-content .alignleft {
    float: left;
    text-align: left
}
.entry-content .alignright {
    float: right;
    text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1rem 1rem 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1rem 1rem;
}
.entry-content .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text {
	background: #efefef;
	padding: 1rem 1rem;
}

/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/
.fancybox-thumbs .play {
	font-size: 1rem;
	color: #FFF;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fancybox-thumbs__list a:before {
    border: 3px solid #ea2428 !important;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	color: #fff;
	background: #000;
    display:none;
    font-size:16px;
}
.logo-footer {
    display:inline-block;
}
.logo-footer > img {
    max-width: 100px;
}

.contact-social {
    
}
.contact-social li {
	margin-left: 0.85rem;
    display:inline-block;
}
.contact-social li a {
	font-size: 0.85rem;
    border: 2px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.085rem;
	height: 2.085rem;
}
.contact-social li a:hover {	
	opacity:0.5;
}
/*.SocialMediaPC {
position:
}*/

.web-social {
    position:absolute; 
    right:135px;
    bottom:30px;
    z-index:9999;
    display:none;
}
.home .web-social {
    display:block;
}
.web-social li {
	margin-left: 0.85rem;
    display:inline-block;
}
.web-social li a {
	font-size: 0.85rem;
    border: 2px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.085rem;
	height: 2.085rem;
}
.web-social li a:hover {	
	opacity:0.5;
}
.footer-social li {
	margin-right: 0.5rem;
    display:inline-block;
}
.footer-social li a {
	font-size: 1.125rem;
	color: #FFF;
	/*border: 0.1875rem solid #FFF;*/
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
    /*background:#808285;*/
}
.footer-social li a:hover {
    color: #FFF!important;
    opacity:0.5;
}
.footer-social li a.facebook-f {
    background:#3b5998;
}
.footer-social li a.youtube {
    background:#ff0000;
}
.footer-social li a.instagram {
    background:#ce0063;
}
.footer-social li a.twitter {
    background:#1da1f2;
}
.footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li {
	padding: 0.625rem 0;
    border-top:1px solid #0161bf;
}
.footer-nav-2 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.footer-nav-2 li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-nav-3 .menu > li > a {
	font-weight: 700;
}
.footer-nav-3 .sub-menu {
	margin-top: 1rem;
}
.footer-nav-3 .sub-menu > li {
	display: flex;
}
.footer-nav ul li a:hover {
color:#dee2e6;
}
.car-member > a > img {
    max-width: 80px;
    /*height: 35px;*/

}
@media (max-width: 990px){
    .web-social {
        display:none;
    }
    .home .web-social {
        display:none;
    }
    .site-footer {
    display:block;
    }
    /*.logo-footer > img {
        max-width: 200px !important;
    }*/
}
.single-room-gallery .item {
	/*color: #FFF;*/
	display: block;
	position: relative;
}
/*.single-room-gallery .item:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,41,96,0.32);
    box-shadow: 0 1px 5px 0 rgba(0,41,96,0.32);
}*/
/*.single-room-gallery .item:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}*/
/*.single-room-gallery .item:hover:before {
	opacity: 1;
	visibility: visible;
}*/
.single-room-gallery .desc {
	font-size: 0.8125rem;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 11;
	left: 0;
	bottom: 0;
	padding: 0.3125rem 0.625rem;
	margin-bottom: 0;
}
.single-room-gallery .owl-prev,
.single-room-gallery .owl-next {
	font-size: 3.75rem;
	color: #FFF;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -4rem;
	position: absolute;
	z-index: 10;
	top: 33%;
}
.single-room-gallery .owl-prev {
	left: 0.625rem;
}
.single-room-gallery .owl-nav span{
    width: 1rem;
    height: 2.938rem;
}
.single-room-gallery .owl-prev span.ion-arrow-left{
	background-image: url(/images/icon-backslide.png); display:inline-block;
}
.single-room-gallery .owl-next {
	right: 0.625rem;
}
.single-room-gallery .owl-next span.ion-arrow-right{
	background-image: url(/images/icon-nextslide.png); display:inline-block;
}
.single-room-gallery .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-room-gallery .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-room-gallery .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-room-gallery .owl-dot span:hover,
.single-room-gallery .owl-dot.active span {
	background: #bf882d;
	border-color: #bf882d;
}
@media (max-width: 767px) {
	.single-room-detail .col + .col {
		border-left: 0;
	}
}
.single-offer .owl-prev,
.single-offer .owl-next {
	font-size: 3.75rem;
	color: #ea2428;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -4rem;
	position: absolute;
	z-index: 10;
	top: 50%;
    width: 1rem;
    height: 3rem;
    text-indent:-9999rem;
}
.single-offer .owl-prev {
	left: 0.625rem;
    background-image: url(/images/icon-backslide.png);
}
.single-offer .owl-next {
	right: 0.625rem;
    background-image: url(/images/icon-nextslide.png);
}

.single-cus .owl-prev,
.single-cus .owl-next {
	font-size: 3.75rem;
	color: #ea2428;
	background: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
	margin-top: -4rem;
	position: absolute;
	z-index: 10;
	/*top: 50%;*/
    width: 1rem;
    height: 3rem;
    text-indent:-9999rem;
}
.single-cus .owl-prev {
	left: -0.625rem;
    background-image: url(/images/icon-backslide-333.png);
}
.single-cus .owl-next {
	right: -0.625rem;
    background-image: url(/images/icon-nextslide-333.png);
}
.single-cus .owl-item .item{
    /*border-left:1px solid #dcdcdc;*/
    /*bormder-left:1px solid #dcdcdc;*/
    border:1px solid #dcdcdc;
    background:#fff;
}
@media (max-width: 767px) {
.single-offer .owl-prev {
	left: 1.625rem;
}
.single-offer .owl-next {
	right: 1.625rem;
}
}
.single-offer .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-offer .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-offer .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-offer .owl-dot span:hover,
.single-offer .owl-dot.active span {
	background: #ea2428;
	border-color: #ea2428;
}
.single-offer-info {
    min-height:183px;
    border:1px solid #dee2e6;
}
.single-cus .owl-prev {
	left: -1.625rem;
}
.single-cus .owl-next {
	right: -1.625rem;
}
}
.single-cus .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-cus .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-cus .owl-dot span {
	font-size: 0;
	color: transparent;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
}
.single-cus .owl-dot span:hover,
.single-cus .owl-dot.active span {
	background: #ea2428;
	border-color: #ea2428;
}
.single-cus-info {
    min-height:183px;
    border:1px solid #dee2e6;
}

.font-bold {font-weight:600!important;}
.img-box img {
width:100%;
}
.room-features {
    display:inline-block;
}
.room-features ul {
    list-style:none;
    margin:0;
    padding:0;
}
.room-features ul li {
    width:50%;
    float:left;
}
.form-horizontal {
border:1px solid #dcdcdc;
padding:15px;
}
@media (max-width: 767px) {
.room-features ul li {
    width:100%;
    float:none;
}
    /*.single-offer {padding:0 15px;}*/
}
/*==BEGIN: ARROW==*/
#vnt-slider-home .slick-dots {
    bottom: 20px;
    z-index: 50;
    margin: 0
}

#vnt-slider-home .slick-dots li, #vnt-slider-home .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
    background-color: #ccc;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.95);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.95);

}
#vnt-slider-home .slick-dotted.slick-slider {
    margin-bottom: 0
}
#vnt-slider-home .slick-dots li {
    width: 16px;
    height: 16px
}

.sl-gen .slick-dots li button:before {
    font-size: 0;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    width: 16px;
    height: 16px;
    border: 1px solid #746f7f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#vnt-slider-home .slick-dots li.slick-active, #vnt-slider-home .slick-dots li.slick-active button {
    background-color: #ff6600;
}

.sl-gen .slick-prev, .sl-gen .slick-next, .sl-gen .slick-prev:hover, .sl-gen .slick-prev:focus, .sl-gen .slick-next:hover, .slick-next:focus {
    background-image: url(../images/arr_slide.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 59px;
    z-index: 50;

    transition: All .8s ease-out;
    -webkit-transition: All .8s ease-out;
    -moz-transition: All .8s ease-out;
    -o-transition: All .8s ease-out;
    -ms-transform: All .8s ease-out;
}

#vnt-slider-home .slick-prev, #vnt-slider-home .slick-next {
    opacity: 0;
    margin-top: -30px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

#vnt-slider-home:hover .slick-prev, #vnt-slider-home:hover .slick-next {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.sl-gen .slick-prev:before, .sl-gen .slick-next:before {
    font-size: 0
}

.sl-gen .slick-prev:before, #vnt-slider-home .slick-next:before {
    font-size: 0
}

.sl-gen .slick-prev {
    left: 20px;
    background-position: 0 0
}

.sl-gen .slick-next {
    right: 20px;
    background-position: -18px 0
}

/*==BEGIN: SLIDER==*/

#vnt-slider-home {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0
}

#vnt-slider-home .slide.move {
    -webkit-animation: 30s linear 0s normal none infinite Bg-Animation;
    animation: 30s linear 0s normal none infinite Bg-Animation;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0
}

@-webkit-keyframes Bg-Animation {
    0%, 100% {
        -webkit-transform: scale(1)
    }
    70% {
        -webkit-transform: scale(1.1)
    }
}

@keyframes Bg-Animation {
    0%, 100% {
        transform: scale(1)
    }
    70% {
        transform: scale(1.1)
    }
}

#vnt-slider-home .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);

    text-align: center;
    font-family: 'SFUFuturaBook', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px rgba(0, 0, 0, .4);
    color: #FFF;
}

#vnt-slider-home .caption {

    opacity: 0;
    transition: All .8s ease-out;
    -webkit-transition: All .8s ease-out;
    -moz-transition: All .8s ease-out;
    -o-transition: All .8s ease-out;
    -ms-transform: All .8s ease-out
}

#vnt-slider-home .slick-current .caption {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);

}

#vnt-slider-home .caption h2 {
    position: relative;
    max-height: 82px;
    overflow: hidden;
    line-height: 1.3;
    font-size: 47px;
    color: #FFF;
    white-space: nowrap
}

#vnt-slider-home p {
    font-size: 22px
}

#vnt-slider-home .readmore {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    background-color: #ef528c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*==BEGIN: ABOUT==*/
#vnt-about {
    /*background-image: url(/images/bg-about.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 40px 0;
}

#vnt-about .heading-page {
    font-size: 30px;
    line-height: 40px;
    font-family: 'SFUFuturaBook', sans-serif;
    margin-bottom: 20px
}

#vnt-about .heading-page span {
    display: block;
    font-size: 45px;
    line-height: 55px;
}

#vnt-about .img-about:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    font-size: 5em;
    color: #FFF;
    margin-left: -35px;
    margin-top: -35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#vnt-about .img-about:hover .fa {
    -moz-box-shadow: 0 0 30px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, .8);
    box-shadow: 0 0 30px rgba(255, 255, 255, .8);
}

#vnt-about .info-text {
    padding-bottom: 20px;
    padding-left: 20px;
    border-left: 5px solid #ff6600;
    font-size: 16px;
    font-style: italic;
}

.btn-about {
    padding-top: 20px
}

#vnt-about .bg-circle-wrap {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#vnt-about .bg-circle {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    padding-top: 100%;
    width: 100%;
    top: 50%;
    left: 0;
}

#vnt-about .sos {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#vnt-about .bg-circle:after {
    position: absolute;
    border: solid 2px rgba(255, 255, 255, 0.4);
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    content: "";
    border-radius: 100%;
}

#vnt-about-wrapper {
    position: relative;
}

.circles {
    position: relative;
    width: 100%;
    text-align: center;
}

.circles > div {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);

}

.circles:before {
    -webkit-animation: Ani 5s infinite linear;
    animation: Ani 5s infinite linear;
}

@keyframes Ani {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75%, 100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Ani {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75%, 100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cir {
    background-size:cover;
    background-position:center center;
}
.cir:before {
    content: "";
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    border: solid 2px #ff6600;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.cir:hover:before {
    opacity: 1;
    border-style: dashed !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cir .counter {
    font-weight: 600;
}

.cir-v1 {
    width: 100%;
    max-width: 180px;
    z-index: 5;
    top: 0;
    left: 50%;
}

.cir-v1 .cir {
    width: 100%;
    padding-top: 100%;
    background: #fff;
    border-radius: 100%;
    position: relative;
    background-size:cover;
    background-position:center center;
}

.cir-v2 {
    width: 100%;
    max-width: 160px;
    z-index: 4;
    top: 35%;
    right: 0;
}

.cir-v2 .cir {
    width: 100%;
    padding-top: 100%;
    background: #fff;
    border-radius: 100%;
    position: relative;
    background-size:cover;
    background-position:center center;
}

.cir-v3 {
    width: 100%;
    max-width: 380px;
    top: 50%;
    left: 50px;
    z-index: 1;
}

.cir-v3 .cir {
    width: 100%;
    padding-top: 100%;
    background: #ff6600;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    background-size:cover;
    background-position:center center;
}

.cir-v3 .cir:before {
    content: "";
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    border: solid 5px #fe9c5b;
}

.cir-v3 .cir:after {
    content: "";
    top: -8%;
    right: -8%;
    bottom: -8%;
    left: -8%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    border: solid 30px #feeadd;

}

.vnt-circle-slide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 15px solid #fe9c5b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

div.info-v3 {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
}

.cir-v2.v4 {
    z-index: 3;
    top: 65%;
}

.cir-v1.v5 {
    z-index: 2;
    top: auto;
    bottom: 0;
}

/*******text in circle********/
.cir p {
    padding: 0;
    margin: 0
}

.cir-txt-1 {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cir-txt-1 .c1 {
    font-size: 12px;
    line-height: 20px;
}

.cir-txt-1 .c11 {
    font-size: 48px;
    line-height: 48px;
}

.cir-txt-4 .c2 .c12 {
    font-size: 24px;
}

.cir-txt-2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cir-txt-2 .c2 {
    font-size: 48px;
    line-height: 56px;
    color: #;
}

.cir-txt-4 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cir-txt-4 .c2 {
    font-size: 48px;
    line-height: 48px;
    color: #ff6600;
}

.cir-txt-5 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cir-txt-5 .c1 {
    font-size: 48px;
    line-height: 56px;
    color: #ff6600;
}

.cir-txt-3 {
    color: #fff;
    padding-top: 15px;
}

.cir-txt-3 .c1 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    margin: 0px 29px;
    padding-bottom: 15px;
    font-weight: 800;
}

.cir-txt-3 .c1 .c11 {
    font-size: 92px;
    line-height: 100px;
}

.cir-txt-3 .c1 .c12 {
    font-size: 28px;
    line-height: 36px;
}

.cir.cir-txt-3 .c2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    margin-top: 15px;
}

.cir.cir-txt-3 .c2 .c21 {
    font-size: 45px;
    line-height: 53px;
}

#vnt-circle-slide:hover,
#vnt-circle-slide:active,
#vnt-circle-slide:focus {
    cursor: none;
}

.vnt-cursor {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    width: 33px;
    height: 54px;
    margin-top: -16px;
    margin-left: -27px;
}

.vnt-cursor.isVisible {
    display: block;
}

.cursorIcon {
    width: 33px;
    height: 54px;
    pointer-events: none;
    background-image: url(images/cursor-left.png);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.vnt-cursor.right .cursorIcon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*==BEGIN: LEFT MENU==*/
.box_lmenu {
    background-color: #ef528c;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box_lmenu h3 {
    font-size: 1.05em;
    color: #FFF;
    padding: 10px 5px;
    background-color: #2fabe1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.left_nav:not(:last-child) {
    margin-bottom: 5px
}

.left_nav li:not(:last-child) {
    border-bottom: 1px dotted rgba(255, 255, 255, .3)
}

.left_nav li a {
    position: relative;
    display: block;
    padding: 6px 10px 6px 5px;
    color: #FFF
}

.left_nav li a:hover {
    color: #2fabe1
}

.left_nav > ul > li > a i {
    color: #FFF;
    display: inline-block;
    margin-right: 6px;
    font-size: 0.8em;
    position: relative;
    top: -2px;
}

.left_nav > ul > li:hover > a i {
    color: #2fabe1
}

/*==BEGIN: AD==*/
.l_ads {
    padding: 4px;
    border: 1px solid #e3e3e3
}

/*==BEGIN: PRODUCTS==*/
#vnt-prods-index {
    background-color: #f5f5f5;
    position: relative;
    padding: 30px 0 40px;
    margin-top: 75px
}

#vnt-prods-index:before {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 75px;
    content: '';
    background: url(../images/triangleBg.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.tab-pro-page {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.tab-pro-page b {
    color: #ff6600
}

.list-prods .pro-item {

    border: 1px solid #e5e5e5;
    margin: 15px 0;
}

.pro-item .img-pro {
    text-align: center;
    overflow: hidden;
    display: block;
    position: relative;
    border-bottom: 3px solid #FFF;
}

.pro-item .img-pro > span {
    width: 100%;
    height: 100%;
    display: table
}

.pro-item .img-pro a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.pro-item .img-pro img {
    -webkit-transition: transform .8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform .8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform .8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform .8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.pro-item .img-pro:hover img, .img_news:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pro-item img {
    max-height: 270px
}

.pro-item .pro-name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #ddd;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px 0 25px;
    position: relative
}

.pro-item .pro-name:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ff6600;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.pro-item:hover .pro-name:after {
    opacity: 1;
    width: 100%
}

.pro-item .pro-name a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.pro-item:hover .pro-name a {
    color: #FFF
}

.pro-item .pro-name a:before {
    position: relative;
    vertical-align: 5px;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 1px;
    background-color: #333;
    content: '';
}

.pro-item:hover .pro-name a:before {
    background-color: #FFF;
}

.link_all_pros {
    text-align: center;
    padding-top: 30px;
}

/*==BEGIN: CUSTOMERS==*/
#vnt-customers {
    position: relative;
    padding: 40px 0
}

.img-logo-cus {
    display: table;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
}

.img-logo-cus a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.sl-logos .slide:not(:first-child) .img-logo-cus a {
    border-right: 1px solid #ebeaea
}

.img-logo-cus img {
    display: inline-block;
    max-height: 100px
}

@media only screen and (min-width: 768px) {
    .circles {
        max-width: 650px;
        margin: 0 auto;
        height: 650px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        display: -ms-flexbox;
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        align-content: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;

    }

    .circles > div {
        position: absolute;
    }

    .circles:before {
        position: absolute;
        top: 10%;
        left: 10%;
        right: 10%;
        bottom: 10%;
        border: 2px dashed #ff6600;
        content: '';
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;

    }

    .cir-v2, .cir-v3, .cir-v2.v4 {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 992px) {
    .content-row {
        position: absolute;
        height: 650px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        display: -ms-flexbox;
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        align-content: center;
        -webkit-align-content: center;
        -ms-align-content: center;
    }

    .list-prods li:nth-child(3n+1) {
        clear: both
    }

    #vnt-copyright {
        float: right;
        text-align: right
    }

}

@media only screen and (min-width: 1349px) {
    .sl-logos .slick-prev {
        left: -50px
    }

    .sl-logos .slick-next {
        right: -50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .circles {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .list-prods li {
        width: 50%
    }

    .list-prods li:nth-child(2n+1) {
        clear: both
    }
}

@media screen and (max-width: 1347px) {
    .sl-logos {
        padding: 0 50px
    }
}

@media screen and (max-width: 991px) {
    #vnt-slider-home .caption h2 {
        font-size: 38px
    }

    #vnt-slider-home p {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .circles > div:not(.cir-v3) {
        float: left;
        max-width: 180px;
        margin: 10px;
    }

    .cir-v3 {
        display: block;
        margin: 60px auto 30px;
    }

    .cir-v1.v5 {
        clear: both;
    }

    .cir-v1, .cir-v1.v5 {
        margin-left: calc((100% - 380px) / 2) !important
    }

    #vnt-prods-index {
        margin-top: 40px;
    }

    #vnt-prods-index:before {
        height: 40px;
        top: -40px;
    }
}

@media only screen and (max-width: 640px) {
    .circles {
        height: 500px
    }
}

@media only screen and (max-width: 480px) {
    .tab-pro-page {
        font-size: 24px
    }

    .cir-v3 {
        width: 100%;
        max-width: 300px;
    }

    .cir-txt-3 .c1 .c11 {
        font-size: 65px;
        line-height: 73px;
    }

    .cir-txt-3 .c1 {
        font-size: 15px;
        line-height: 23px;
        margin: 0 10px;
    }

    .cir-txt-3 .c1 .c12 {
        font-size: 21px;
        line-height: 29px;
    }

    .cir.cir-txt-3 .c2 .c21 {
        font-size: 33px;
        line-height: 31px;
    }

    .cir.cir-txt-3 .c2 {
        font-size: 19px;
        line-height: 27px;
    }

    #vnt-about .heading-page {
        font-size: 22px;
        line-height: 38px;
    }

    #vnt-about .heading-page span {
        font-size: 34px;
    }

    #vnt-about .info-text {
        border: none;
    }

    #vnt-about .btn-about {
        margin-left: 20px;
        padding: 0;
    }
}

@media all and (max-width: 430px) {
    .cir-txt-3 .c1 {
        padding-bottom: 5px;
    }

    .cir.cir-txt-3 .c2 {
        margin-top: 5px;
    }

    .cir-txt-3 .c1 .c11 {
        font-size: 55px;
        line-height: 63px;
    }

    .cir-txt-3 .c1 {
        font-size: 15px;
        line-height: 23px;
    }

    .cir-txt-3 .c1 .c12 {
        font-size: initial;
        line-height: initial;
    }

    .cir.cir-txt-3 .c2 .c21 {
        font-size: initial;
        line-height: initial;
    }

    .circles > div:not(.cir-v3) {
        max-width: 150px;
    }

    .cir-v1, .cir-v1.v5 {
        margin-left: calc((100% - 320px) / 2) !important
    }
}

@media all and (max-width: 390px) {
    .cir-txt-3 .c1 .c11 {
        line-height: 30px;
        margin-right: 5px;
    }

    #vnt-about .heading-page {
        font-size: 18px;
        line-height: 34px;
    }

    #vnt-about .heading-page span {
        font-size: 30px;
    }

    .circles > div:not(.cir-v3) {
        max-width: 120px;
    }

    .cir-v1, .cir-v1.v5 {
        margin-left: calc((100% - 260px) / 2) !important
    }

    .cir {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
}

@media all and (max-width: 360px) {
    .cir-v3 {
        width: 100%;
        max-width: 250px;
    }

    #vnt-about .heading-page {
        line-height: 30px;
    }

    #vnt-about .heading-page span {
        font-size: 28px;
    }
}
.button-web {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    font-family: 'SFUFuturaBook', sans-serif;
    background-color: #ff6600;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.button-web span {
    position: relative
}

.button-web:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border: 1px solid transparent;
    background-color: #FFF;
    opacity: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.button-web:after {
    position: relative;
    vertical-align: 5px;
    display: inline-block;
    margin-left: 15px;
    width: 30px;
    height: 1px;
    background-color: #FFF;
    content: '';
}*/

.button-web:hover, .button-web:hover i {
    color: #ff6600
}

.button-web:hover:after {
    background-color: #ff6600
}

.button-web:hover:before {
    opacity: 1;
    width: 100%;
    right: 0;
    bottom: 0;
    border-color: #ff6600
}
.mega-menu {
width:100%;
padding:15px!important;
top:96%!important;
}
.catmenu {
border-bottom:1px dotted #dcdcdc;
padding-bottom:10px;
margin-bottom:10px;
}
.mega-menu ul li {
    padding:5px 0;
}
.mega-menu ul li a i{
    margin-right:5px;
}

.mobile-brand-list {
    display:none;
}
/*.tabbox {
    display:inline-block;
    width:100%;
}
.tabbox li {
    display:inline-block;
}*/
@media screen and (max-width: 768px) {
    .tabbox {
    display:none;
    }
    .tabbox li{
        font-size: 1rem;
        margin-left:0.75rem;
        margin-right:0.75rem;
    }
    .mobile-brand-list {
        display:block;
    }
}
.font30 {
    font-size: 1.875rem !important;
}
.font16 {
    font-size: 1rem !important;
}
.font20 {
    font-size: 1.25rem !important;
}
#result h3.title{
    overflow: hidden;
    height: 40px;
    text-transform: none;
    color:#fff;
}
.box-address {
    padding:25px 0 15px 0;
    font-size:15px;
    line-height:1.8;
}
.box-address p i{
    margin-right:5px;
}
.mobile-brand-list {
border:1px solid #e3e3e3;
}
.btn-brand-list{
    width:100%;
    padding:0.5rem 1rem;
    color:#fff;
}
.btn-brand-list:hover{
    color:#ea2428;
}

.stretcher-item {
  position: relative;
  /*background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 30vh;*/
  overflow: hidden;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.stretcher-item figure {
    /*background: url(/images/bg-title.png) repeat-x left top;*/
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  z-index: 999;
  font-size: initial;
  padding: 20px 10px;
  width: 100%;
  left: 0;
  bottom: -20px;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.our-people .stretcher-item figure{
    margin:0;
}
.our-people .stretcher-item:hover figure {
    top:0;
    bottom:0;
}
.stretcher-item figure figcaption {
  white-space: normal;
  font-size: 13px;
}

.stretcher-item figure h4 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
 .stretcher-item figure {
    padding: 20px 30px;
  }
}
.stretcher-item:hover figure {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-active:hover figure {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*.portfolio-row {
margin-left:.25rem !important;
margin-right:.25rem !important;
}*/
.pl-125rem, .px-125rem {
    padding-left: .125rem !important;
}
.pr-125rem, .px-125rem {
    padding-right: .125rem !important;
}
/*.GalleryDetail {
padding:0 80px;
}*/
.g-thumbs {
    height:80px;
}
.g-detail-title {
text-align:left;
padding: 1rem 1.913rem;
}
@media (min-width: 1921px) {
    .box-gallery {
        height: 57rem;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1920px) {
    .box-gallery {
        height: 42rem;
    }
}
@media (max-width: 991px) {
    /*.GalleryDetail {
        padding: 0;
    }*/
    .box-gallery {
    height: 35rem;
}
}

@media (max-width: 960px) {
    .box-gallery {
	height: 33rem;
}
}
@media (max-width: 860px) {
    .box-gallery {
	height: 31rem;
}
}
@media (max-width: 768px) {
    .box-gallery {
	height: 29rem;
}
.g-detail-title {
    position:absolute;
    bottom:0;
    text-align:center;
    padding: 1rem;
    }
}
@media (max-width: 660px) {
    .box-gallery {
	height: 27rem;
}
}
@media (max-width: 560px) {
    .box-gallery {
	height: 24rem;
}
}
@media (max-width: 500px) {
    .box-gallery {
	height: 22rem;
}
}
@media (max-width: 480px) {
    .box-gallery {
	height: 19rem;
}
}
@media (max-width: 420px) {
    .box-gallery {
	height: 17rem;
}
}
@media (max-width: 360px) {
    .box-gallery {
	height: 15rem;
}
}
@media (max-width: 260px) {
    .box-gallery {
	height: 13rem;
}
}
@media (max-width: 768px) {
.g-thumbs {
    height:50px;
}
    .home-brands-thumbs .slick-arrow {
        top:0;
    }
}
.box-title-portfolio {
    position:absolute; left:0; top:0; padding:10px 20px; max-width:300px; z-index:9999;
}
.box-link-portfolio {
    position:absolute; right:0; top:0; padding:10px 20px; max-width:300px;z-index:9999; line-height:40px;
}
@media (max-width: 768px) {
    .box-title-portfolio {
        position:initial;
        text-align:center;
        width:100%;
        max-width:initial;
    }
    .box-link-portfolio {
        display:none;
    }
}
.black-list {color:#fff;}
.black-list:hover {color:#ea2428;}
.bg-content {
    background-image: url(/images/bg_content.jpg);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}
.popover-body ul{
    list-style:none;
    padding:0;
}
.title-content {
    border-bottom:1px solid #bebebe;
    padding-bottom:10px;
    margin-bottom:20px;
}
@media (max-width: 990px) {
.title-content {
    border-bottom:none;
    padding-bottom:0;
}
}
.text-transform {
    text-transform:uppercase;
}
.people-title p{
    font-style:italic;
    margin-bottom:0;
}