﻿/*
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:whitney-light;src:url(/fonts//Whitney-Light.svg);src:url(/fonts/Whitney-Light.ttf)}
@font-face{font-family:whitney condensed book;src:url(/fonts/WhitneyCondensed-Book.svg);src:url(/fonts/WhitneyCondensed-Book.ttf)}*/
@font-face {
    font-family: '9slide03_sfu_dinmittelschrift';
    src: url('/fonts/sfudinmittelschrift/9slide03_sfudinmittelschrift-webfont.woff2') format('woff2'),
         url('/fonts/sfudinmittelschrift/9slide03_sfudinmittelschrift-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row-px-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-px-3 {
}
.container-fluid,
.container,
[class*='col-'] {
	padding-left: 10px;
	padding-right: 10px;
}
.formcontact-home input[placeholder] {
    color:#fff;
}
.row-small {
	margin-left: -4px;
	margin-right: -4px;
}
.col-small {
	padding-left: 4px;
	padding-right: 4px;
}
.site-content {
    margin-top:102px;
}
@media (max-width: 768px) {
    .site-content {
        margin-top:67px;
    }
}
.services-home .services-home-item:hover{
    box-shadow: 0 0 3px rgba(33,33,33, 0.7);
}
/*@media (min-width: 1200px) {
    .services-home .container {
		max-width: 1430px;
	}
	.blog-home .container {
		max-width: 1430px;
	}
	.tours-home .container {
		max-width: 1430px;
	}
	.site-header .container {
		max-width: 1430px;
	}
	.blog .container {
		max-width: 1430px;
	}
}*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
/*body {
	font-family: 'Work Sans',sans-serif;
	font-size: 1.025rem;
	font-weight: 300;
	color: #2c3028;
    line-height: 1.6;
}*/
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #0f9449;
	-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: #dd3333;
}
.nav > li > a.active 
{
	border-bottom: 0.25rem solid #dd3333;
	padding-bottom: 0.5rem;
    color:#dd3333;
}
b, strong {
	font-weight: 700 !important;
}
small, .small {
	font-size: 95% !important;
}
.smaller {
	font-size: 90% !important;
}
@media (max-width: 768px) {
    .h1, h1 {
        font-size: 2rem;
    }

    .h2, h2 {
        font-size: 1.75rem;
    }

    .h3, h3 {
        font-size: 1.5rem;
    }

    .h4, h4 {
        font-size: 1.35rem;
    }

    .h5, h5 {
        font-size: 1.2rem;
    }

    .h6, h6 {
        font-size: 0.935rem;
    }
}

@media (max-width: 480px) {
    .h1, h1 {
        font-size: 1.75rem;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }

    .h3, h3 {
        font-size: 1.35rem;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .h5, h5 {
        font-size: 1rem;
    }

    .h6, h6 {
        font-size: 0.935rem;
    }
}
.fontsize-20px {
    font-size: 1.25rem;
}
.willgroup-font {
    font-size: 1.6rem;
}
.text-666 {
	color: #666 !important;
}
a.text-666:hover {
	color: #dd3333 !important;
}
.font-family-secondary {
	font-family: 'Exo 2';
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.font-weight-600 {
	font-weight: 600 !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.font-weight-400 {
	font-weight: 400 !important;
}
.font-weight-300 {
	font-weight: 300 !important;
}
.text-primary {
	color: #dd3333 !important;
}
a.text-primary:hover {
	color: #0f9449 !important;
}
.text-primary1 {
	color: #dd3333 !important;
}
a.text-primary1:hover {
	color: #003300 !important;
}
.text-secondary {
	color: #003300 !important;
}
a.text-secondary:hover {
	color: #dd3333 !important;
}
.text-green {
	color: #0f9449 !important;
}
a.text-green:hover {
	color: #dd3333 !important;
}
a.text-muted:hover {
	color: inherit !important;
}
.text-949494 {
	color: #949494 !important;
}
a.text-949494:hover {
	color: #fff !important;
}
.text1-949494 {
	color: #949494 !important;
}
a.text1-949494:hover {
	color: #dd3333 !important;
}

.bg-white {
	background-color: #fff !important;
}
.bg-primary {
	background-color: #dd3333 !important;
}
.bg-light {
	background-color: #F5F5F5 !important;
}
.bg-green {
	background-color: #0f9449 !important;
}
.bg-green1 {
	background-color: #003300 !important;
}
.bg-blue {
	background-color: #6acafc !important;
}
.bg-fbfbfb {
    background-color:#fbfbfb !important;
}
.bg-f6f6f6 {
    background-color:#f6f6f6 !important;
}
.bg-f7f7f7 {
    background-color:#f6f6f6 !important;
}
.bg-f2ede3 {
    background-color:#f2ede3 !important;
}
.bg-e0e0e0{
    background-color:#e0e0e0 !important;
}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-80 {
	background-color: rgba(0, 0, 0, 0.8) !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-dark-20 {
	background-color: rgba(0, 0, 0, 0.2) !important;
}
.bg-white-3 {
	background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-white-4 {
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-white-5 {
	background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-white-6 {
	background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-white-7 {
	background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-cover {
	background-color: #333;
	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-img {
	min-height: 7rem;
}

.mh-05 {
	min-height: 5rem;
}
.mh-06 {
	min-height: 6rem;
}
.mh-07 {
	min-height: 7rem;
}
.mh-08 {
	min-height: 8rem;
}
.mh-09 {
	min-height: 9rem;
}
.mh-10 {
	min-height: 10rem;
}

.mh-5rem {
	min-height: 5rem;
}
.mh-6rem {
	min-height: 6rem;
}
.mh-7rem {
	min-height: 7rem;
}
.mh-8rem {
	min-height: 8rem;
}
.mh-9rem {
	min-height: 9rem;
}
.mh-10rem {
	min-height: 10rem;
}
.mh-1 {
	min-height: 12.5rem;
}
.mh-1-5 {
    min-height: 15rem;
}
.mh-1-75 {
    min-height: 17.5rem;
}
.mh-1-8 {
	min-height: 18rem;
}
.mh-2 {
	min-height: 25rem;
}
.mh-2-8 {
	min-height: 28rem;
}
.mh-3 {
	min-height: 30rem;
}
.mh-35 {
	min-height: 35rem;
}
.mh-38 {
	min-height: 38rem;
}
.mh-40 {
	min-height: 40rem;
}
.mh-4 {
	min-height: 40rem;
}
.mh-20 {
	min-height: 20rem;
}
.mh-22 {
	min-height: 22rem;
}
@media (max-width: 767px) {
.mh-img {
    min-height: 2.8rem;
 }  
.mh-05,
.mh-06,
.mh-07 {
	min-height: 3.5rem;
}
.mh-08,
.mh-09,
.mh-10 {
	min-height: 5rem;
}
.mh-5rem,
.mh-6rem,
.mh-7rem,
.mh-8rem,
.mh-9rem,
.mh-10rem,
    .mh-1-5,
    .mh-1-75,
	.mh-1-8, 
	.mh-2, 
	.mh-20, 
	.mh-2-8,                          
	.mh-3 {
		min-height: 12.5rem;
	}
	.mh-4,.mh-35,.mh-38,.mh-40 {
		min-height: 17.5rem;
	}
}
@media (max-width: 480px) {
.mh-05,
.mh-06,
.mh-07 {
	min-height: 2.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: 1430px) {
	h1, .h1,
	h2, .h2 {
		font-size: 3.125rem;
	}
}
@media (max-width: 767.98px) {
	h1, .h1,
	h2, .h2 {
		font-size: 1.5rem;
	}
}*/

/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.icon-phone-cus {
	background: transparent url(/images/icon-phone.png) center center / cover no-repeat;
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
}
.icon-email-cus {
	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: #dd3333;
	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-book,
.btn-book:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: #dd3333;
	border-color: #dd3333;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
    border-radius: 0 20px 20px 0;
}
.btn-book:hover,
.btn-book:focus,
.btn-book:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #003300;
	border-color: #003300;
}
.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
    color: #FFF;
	background: #0f9449;
	border-color: #0f9449;
}
.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
	background: #dd3333;
	border-color: #dd3333;
    color: #fff;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #dd3333;
	border-color: #dd3333;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #003300;
	border-color: #003300;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #dd3333;
	background: transparent;
	border-color: #dd3333;
}
.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: #dd3333;
	border-color: #dd3333;
}
.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: #dd3333;
	border-color: #dd3333;
}
.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: #dd3333;
	border-color: #dd3333;
}
.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: #dd3333;
	border-color: #dd3333;
}

.btn-outline-blue,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus {
	color: #dd3333;
	background-color: transparent;
	border-color: #dd3333;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #dd3333;
	border-color: #dd3333;
}
.btn-outline-black,
.btn-outline-black:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #c59967;
	border-color: #c59967;
}
.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #dd3333;
	border-color: #000;
}
.btn-e7e7e7,
.btn-e7e7e7:not(:disabled):not(.disabled):active:focus {
	color: #949494;
	background-color: #e7e7e7;
	border-color: #e7e7e7;
}
.btn-e7e7e7:hover,
.btn-e7e7e7:focus,
.btn-e7e7e7:not(:disabled):not(.disabled):active,
.btn-e7e7e7:not(:disabled):not(.disabled).active {
	color: #dd3333;
	background-color: #e7e7e7;
	border-color: #e7e7e7;
}

.btn-green,
.btn-green:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #0f9449;
	border-color: #0f9449;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #003300;
	border-color: #003300;
}
.btn-green-opacity,
.btn-green-opacity:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: rgba(221,51,51,0.7);
	border-color: none;    
}
.btn-green-opacity:hover,
.btn-green-opacity:focus,
.btn-green-opacity:not(:disabled):not(.disabled):active,
.btn-green-opacity:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #0f9449;
	border-color: none;
}
.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;
}
.top-header {
    background-color:#0f9449;
    padding:10px 0;
}
@media (max-width: 767px)
{
    .top-header {
        display:none;
    }
}
.main-header {
    background-color:#fff;
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-nav {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb-item.active span{
    font-size:14px;
    /*text-transform:uppercase;*/
	/*color: inherit;*/
}
.breadcrumb-item + .breadcrumb-item:before {
	/*content: '>';*/
    font-size:14px;
}
.breadcrumb li a {
    color:#878787;
    font-size:14px;
    /*text-transform:uppercase;*/
}
.breadcrumb li a:hover {
    color:#0f9449;
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination  {
	justify-content: center;
	margin: 1.25rem 0 0;
}
.pagination .page-item {
	margin: 0 0.1875rem 0.375rem;
}
.pagination .page-link {
	color: #dd3333;
	background: transparent;
	border: 0.125rem solid #dd3333;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.25rem;
	padding: 0;
}
.pagination .page-link:hover {
	color: #FFF;
	background: #dd3333;
	border-color: #dd3333;
}
.pagination .page-item.active .page-link {
	color: #FFF;
	background: #dd3333;
	border-color: #dd3333;
}
.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-content1{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto; background-clip:padding-box; border-radius:.3rem;outline:0}
.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;*/
    color:#888;
    cursor:pointer;
}

.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #dd3333;
	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);
}
.aside-nav .modal-close:before,
.aside-nav .modal-close:after {
	background: #FFF;
}
.modal-close:hover:before,
.modal-close:hover:after {
	background: #003300;
}
.modal-packages .modal-close:before, .modal-packages .modal-close:after {
    background: #fff;
}
.modal-packages .modal-close:hover:before,
.modal-packages .modal-close:hover:after {
	background:#CCCCCC;
}
.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: #dd3333 !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: #dd3333;
}
.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: #FFF;
	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: 1021;
	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 2px rgba(0, 0, 0, 0.5)
}
/*.site-header.scroll {
}*/
.site-logo {
    padding:0;
}

.site-header.scroll .site-logo {
	padding:10px 0;
}
.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: 250px;
    max-width:initial;
    padding: 0;
}
.site-logo .logo-2,
.site-logo .logo-3 {
	display: none;
}
.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 .main-header{
     background-color: #fff;
}*/
/*.site-header.scroll .site-logo .logo-1 {
    width: 210px;
}*/
/*.site-header.scroll .site-logo .logo-3 {
    display: inline-block;
    width: 180px;
    display:none;
}*/
/*.site-header .site-contact {
    margin-bottom:25px;
}
.site-header.scroll .site-contact {
    margin-bottom:5px;
}*/
.site-header .site-contact a{
    /*font-family: whitney-light;*/
    /*text-transform: uppercase;*/ 
    font-size:13px;
    color:#fff;
}
.site-header .site-contact a:hover {
    color:#dd3333;
}
/*.site-header.scroll .site-contact,
.site-header.scroll .site-menu {
	display: none !important;
}*/
.site-header.scroll .popover {
	display: none;
}
.site-header.scroll .site-nav ul li a.book-now {
color:#dd3333;    
    }
.site-header.scroll .site-nav ul li a.book-now:hover {
color:#dd3333;    
    }
/*.site-header .site-menu {
    margin-bottom:25px;
}*/
/*.site-header.scroll .site-menu {
    margin-bottom:5px;
}*/

.site-menu .site-menu-item a{
    /*font-family: whitney-light;*/
    /*text-transform: uppercase;*/ 
    font-size:13px;
    color:#fff;
}
.site-menu .site-menu-item a:hover{
    color:#dd3333;
}
@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 {
        width: 80px;
    }
    .site-header.scroll .site-logo .logo-3 {
    	display: block;
    }*/
    /*.site-logo .logo-1 {
        width: 150px;
    }*/
}
@media (max-width: 768px) {
    .site-logo {
        padding:10px;
    }
}
/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
    /*min-height:400px;*/
}
.site-nav .menu 
{
	display: flex;
}
.site-nav .menu > li 
{
	padding-top: 1rem;
	padding-bottom: 1rem;
	/*position: relative;*/
}
.site-nav .menu > li.menu-item
{
	position: relative;
}
/*.scroll .site-nav .menu > li
{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}*/
.site-nav .menu > li > a 
{
	 display: inline-block;
    font-family: 'Exo 2';
    color: #333;
    text-decoration: none;
    font-size: inherit;
    /*letter-spacing: .1em;*/
    font-size: 18px;
    font-weight: 700;
}
.site-nav .menu > li.golf-holiday-planner > a, .site-nav .menu > li.request-a-free-quote > a 
{
    background-color:#dd3333;
    color:#fff;
    padding:0 10px;
}
.site-nav .menu > li.golf-holiday-planner > a:hover, .site-nav .menu > li.request-a-free-quote > a:hover 
{
    background-color:#003300;
    color:#fff;
}
.site-nav .menu > li > a:hover 
{
    color:#dd3333;
}
.site-nav-left .menu > li {
	margin-right: 1.25rem;
}
.site-nav-right .menu > li {
	margin-left: 1.25rem;
}
@media (max-width: 1200px) {
    .site-nav .menu > li > a {
        font-size: 12px;
    }
}
@media (max-width: 1400px) {
    .site-nav-left .menu > li {
	margin-right: 1rem;
}
.site-nav-right .menu > li {
	margin-left: 1rem;
}
}
/*.site-header.scroll .site-nav .menu > li > a {
    color:#dd3333;
}*/
.site-nav .sub-menu {
	background-color: #F5F5F5;
	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: 0.95rem;
	white-space: nowrap;
	color: #666666;
	display: block;
	padding: 0.3rem 1rem;
    /*text-transform:uppercase;*/
    font-weight:bold;
}
.site-nav .sub-menu > li > a:hover {
	color: #0f9449;
	/*background-color: #aa7433;*/
}
/*.site-nav .menu > li.menu-item-has-children:hover:before {
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f5f5f5;
    border-left: 8px solid transparent;
    content: " ";
    height: 0;
    left: calc(50% - 7px);
    position: absolute;
    bottom: 0;
    width: 0;
}*/
/*--------------------------------------------------------------
## 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;
}
.aside-nav {
	background: #0f9449;
	width: 17.5rem;
	padding: 2.5rem 1.5rem 0;
	overflow: auto;
	position: fixed;
	z-index: 1022;
	top: 0; bottom: 0;
	left: -17.5rem;
	transition: all 0.3s ease 0s;
}
body.open-aside-nav .aside-nav {
	left: 0;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.aside-nav-closer {
	left: auto;
	right: 0;
}
.aside-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside-nav a {
	color: #fff;
}
.aside-nav a:hover {
	color: #ececec;
}
.aside-nav .menu > li {
	border-bottom: 1px dotted #DDD;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	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: "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: #dd3333;
}
.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;
}
.aside-nav-toggler i.fa-align-justify:before {
    color:#dd3333;
}
.aside-nav-toggler:hover i.fa-align-justify:before {
    color:#0f9449;
}
/*--------------------------------------------------------------
## site mobile
--------------------------------------------------------------*/
.site-mobile {
	background: transparent;
	display: flex;
	/*width: 100%;*/
	position: fixed;
	z-index: 999;
	bottom: 15px;
	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: 2.8rem;*/
    padding:14px;
}
.site-mobile > a > i {
	font-size: 0.875rem;
}
.site-mobile .open-booking {
	color: #fff;
	background: #dd3333;
	/*-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;*/
    border-radius: 25px;
}
.site-mobile .open-booking > span img {
    height: 25px;
    /*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: 35px;
    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% - 15px);
    font-size: 2rem;
}
.site-header.scroll .call-mobile > a {
    color: #666;
}
.language-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    top: 28%;
    right: 50px;
    /*border:1px solid #dcdcdc;
    padding:5px;*/
}
.language-mobile > a {
    color: #fff;
    background: transparent;
    font-size: 12px;
    padding: 5px 10px;
    /*line-height:16px;*/
    /*border:1px solid #dd3333;*/
    display:inline-block;
    /*border-radius: 50%;*/
    text-transform:uppercase;
}
/*.language-mobile > a > img{
    float:left;
}*/
/*.site-header.scroll .language-mobile {
    top: calc(50% - 30px);
    font-size: 2rem;
}
.site-header.scroll .language-mobile > a {
    color: #666;
}*/
#mobilelanguage
{
    margin:0;
    padding:10px;
    list-style:none;
    background:#dd3333;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
}
#mobilelanguage li a{
    font-size:12px;
}
.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: #dd3333;
    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: transparent;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	display: block;
	width: 1rem;
	height: 3rem;
	padding: 0;
	margin-top: -1.5rem;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.slick-slider .slick-prev {
	background-image: url(/images/icon-backslide.png);
	left: 1.5rem;
}
.slick-slider .slick-next {
	background-image: url(/images/icon-nextslide.png);
	right: 1.5rem;
}
.slick-slider .slick-dots {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	left: 0; right: 0;
	bottom: 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: #fff;
	border-color: #fff;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.site-slider .slick-dots {
	bottom: 6rem;
}
.site-slider .item {
	display: none;
}
.site-slider.slick-initialized .item {
	display: flex;
}
.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 {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease 0.5s;
}
/*.site-slider .slick-current .title-banner {
   text-align:left;
}*/
.site-slider .slick-current .title-banner .title {
    font-size:4rem;
    line-height:4rem;
    font-weight:normal;
}
.site-slider .slick-current .title-banner .small-title {
    font-size:2.5rem;
    line-height:2.5rem;
    margin-right:100px;
}
.site-slider .slick-current .title-banner .desc {
   font-size:1.2rem;
}
@media (max-width: 991px) {
    .site-slider .slick-current .title-banner .title {
    font-size:2.8rem;
    /*line-height:4.8rem;*/
}
.site-slider .slick-current .title-banner .small-title {
    font-size:2.3rem;
    /*line-height:1.3rem;*/
    margin-right:auto;
}
.site-slider .slick-current .title-banner .desc {
   font-size:1rem;
}
}
@media (max-width: 767px) {
.site-slider .slick-current .title-banner {
   text-align:center;
}
    .site-slider .slick-current .title-banner .title {
    font-size:2rem;
    line-height:1.8rem;
}
.site-slider .slick-current .title-banner .small-title {
    font-size:1rem;
    line-height:0.825rem;
    margin-right:auto;
}
.site-slider .slick-current .title-banner .desc {
   font-size:1rem;
}
}
.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 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.res-gallery .std-post-gallery .slick-prev {
	left: 4.5rem;
}
.home-rooms .slick-prev {
	background-image: url(/images/icon-backslide.png);
	left: 17%;
}
.home-rooms .slick-next {
	background-image: url(/images/icon-nextslide.png);
	right: 17%;
}
@media (min-width: 768px) {
	.site-slider .slick-prev {
		left: 6rem;
	}
	.site-slider .slick-next {
		right: 6rem;
	}
}
@media (max-width: 575px) {
	.site-slider .slick-dots {
		bottom: 7.5rem;
	}
}

/*--------------------------------------------------------------
# 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: #dd3333;
}
.std-cat-post .image a img {
    width:100%;
}
.std-cat-post .image a img:hover 
{
    opacity: 0.7;
}
@media (max-width: 991.98px){
    .full-mobile {
        width: 100%
    }
    .willgroup-font {
        font-size: 1rem;
    }
}
/*--------------------------------------------------------------
# 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;
}
.home-rooms .slick-slide a {
	min-height: 30rem;
}
@media (max-width: 768px) {
    .home-rooms .slick-slide a {
        min-height: 25rem;
    }
}
@media (max-width: 480px) {
.home-rooms .slick-slide a {
	min-height: 16rem;
}
}
.home-rooms .slick-slide .info {
	display: none;
}
.home-rooms .slick-slide.slick-current .info {
	display: block;
}
.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;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.home-brands-thumbs .slick-list {
    padding: 0 !important;
}
/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content a {
    border-bottom: 1px solid #dd3333;
}
.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: 'Exo 2';
	font-size: 1.5rem;
}
.entry-content blockquote {
	font-size: 1rem;
	color: #666;
	background: #f8f9fa;
	border-left: 0.25rem solid #dd3333;
	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 #dd3333 !important;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	color: #fff;
    /*background-image: url(/images/bg-footer.png);*/
    background-color: #273051;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.site-footer a:hover {
    color:#dd3333;
}
.logo-footer > img {
    max-width: 220px;
}
.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: 2.25rem;
	height: 2.25rem;
}
.footer-social li a.Facebook{
    background:#3578E5;
}
.footer-social li a.Facebook:hover{
    background:#fff;
}
.footer-social li a.Instagram{
    background:#cd0079;
}
.footer-social li a.Instagram:hover{
    background:#fff;
}
.footer-social li a.Youtube{
    background:#f50002;
}
.footer-social li a.Youtube:hover{
    background:#fff;
}
.footer-social li a.Google-Plus{
    background:#da5336;
}
.footer-social li a.Google-Plus:hover{
    background:#fff;
}
.footer-social li a.Tumblr{
    background:#3d668a;
}
.footer-social li a.Tumblr:hover{
    background:#fff;
}
.footer-social li a.Twitter{
    background:#1da1f2;
}
.footer-social li a.Twitter:hover{
    background:#fff;
}
.footer-social li a.Pinterest{
    background:#e60023;
}
.footer-social li a.Pinterest:hover{
    background:#fff;
}
.footer-social li a.Tripadvisor{
    background:#00af87;
}
.footer-social li a.Tripadvisor:hover{
    background:#fff;
}
.footer-social li a.Linkedin{
    background:#0a66c2;
}
.footer-social li a.Linkedin:hover{
    background:#fff;
}
.footer-social li a.Location{
    background:#d30d00;
}
.footer-social li a.Location:hover{
    background:#fff;
}
.footer-social li a.Gallery{
    background:#0095d3;
}
.footer-social li a.Gallery:hover{
    background:#fff;
}

.footer-social li a:hover {
        opacity:0.5;
}

.footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li {
    display:inline-block;
    padding:0 15px;
}
.footer-nav li a{
	color:#0f9449;
	text-transform:uppercase;
    font-size:18px;
    letter-spacing:.125rem;
    font-family:"Exo 2";
    font-weight:700;
}
.footer-nav li a:hover{
	color:#dd3333!important;
}
.footer-nav-bottom ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav-bottom li {
    display:inline-block;
    padding:0 15px;
}
.footer-nav-bottom li a{
	color:#000;
    font-size:15px;
    letter-spacing:.125rem;
    font-weight:500;
}
.footer-nav-bottom li a:hover{
	color:#dd3333;
    text-decoration:underline;
}
.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: 415px){
    .logo-footer {
   width:100%;
   display:inline-block;
   text-align:center;
    }
    .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: #dd3333;*/
	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: 68%;
    width: 32px;
    height: 55px;
    text-indent:-9999rem;
}
.single-room-gallery .owl-nav span{
    width: 1rem;
    height: 2.938rem;
}
.single-room-gallery .owl-prev{
	left: 0.625rem;
	background-image: url(/images/icon-white-left.png);
}
.single-room-gallery .owl-next{
	right: 0.625rem;
	background-image: url(/images/icon-white-right.png);
}
.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 .item{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow:hidden;
}
.single-offer .owl-prev,
.single-offer .owl-next {
	font-size: 3.75rem;
	color: #dd3333;
	/*background-color: rgba(39,48,81,.5);*/
	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: 35%;
    width: 55px;
    height: 55px;
    text-indent:-9999rem;    
    background-size:20%;
    background-position:center center;    
    background-repeat: no-repeat;
	border-radius: 50%;
}
.single-offer .owl-prev:hover,
.single-offer .owl-next:hover {
    background-color: rgba(39,48,81,.75);
}
.single-offer .owl-prev {
	left: 5px;
    background-image: url(/images/icon-backslide-orange.png);
}
.single-offer .owl-next {
	right: 5px;
    background-image: url(/images/icon-nextslide-orange.png);
}
@media (max-width: 767px) {
.single-offer .owl-prev {
    /*background-color: transparent;*/
	left: 1px;    
	top: 80px;
    width: 55px;
    height: 55px;
    background-size:30%;
}
.single-offer .owl-next 
{
    /*background-color: transparent;*/
	right: 1px;    
	top: 80px;
    width: 55px;
    height: 55px;
    background-size:20%;
}
}
.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: #dd3333;
	border-color: #dd3333;
}
/*single-feedback-left*/
.single-feedback-left .owl-nav {
    position:relative;
    margin:10px 0;
}
.single-feedback-left .item{
    padding:2px;
}
.single-feedback-left .owl-prev,
.single-feedback-left .owl-next {
	font-size: 3.75rem;
	color: #dd3333;
	background-color: rgba(0,0,0,.75);
	border: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 0.625rem rgba(0, 0, 0, 0.3);
    width: 30px;
    height: 30px;
    text-indent:-9999rem;    
    background-size:10%;
    background-position:center center;
    background-repeat: no-repeat;
    display:inline-block;
    margin:0 10px;      
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.single-feedback-left .owl-prev {
    background-image: url(/images/icon-backslide.png);
}
.single-feedback-left .owl-next {
    background-image: url(/images/icon-nextslide.png);
}
.single-feedback-left .owl-prev:hover, .single-feedback-left .owl-next:hover {
    background-color: #0f9449;
}
.single-feedback-left .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-feedback-left .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-feedback-left .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-feedback-left .owl-dot span:hover,
.single-feedback-left .owl-dot.active span {
	background: #dd3333;
	border-color: #dd3333;
}
/*Service*/
.single-services .item{
    padding:2px;
}
.single-services .owl-prev,
.single-services .owl-next {
	font-size: 3.75rem;
	color: #dd3333;
	background-color: rgba(0, 0, 0, 0.8);
	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: 55px;
    height: 55px;
    text-indent:-9999rem;
    border-radius:50%;
    background-size:20%;
    background-position:center center;    
    background-repeat: no-repeat;
}
.single-services .owl-prev {
	left: -3rem;
    background-image: url(/images/icon-backslide-nau.png);
}
.single-services .owl-next {
	right: -3rem;
    background-image: url(/images/icon-nextslide-nau.png);
}
.single-services .owl-prev:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.single-services .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
    .single-services .owl-prev {
	left: 0.125rem;
}
.single-services .owl-next {
	right: 0.125rem;
}
}
.single-services .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-services .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-services .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-services .owl-dot span:hover,
.single-services .owl-dot.active span {
	background: #dd3333;
	border-color: #dd3333;
}
/*blog*/
.single-blog .item{
    padding:2px;
}
.single-blog .owl-prev,
.single-blog .owl-next {
	font-size: 3.75rem;
	color: #dd3333;
	background-color: rgba(0,0,0,0.5);
	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: 48%;
    width: 32px;
    height: 55px;
    text-indent:-9999rem;
    background-size:20%;
    background-position:center center;    
    background-repeat: no-repeat;
}
.single-blog .owl-prev {
	left: 2px;
    background-image: url(/images/icon-backslide.png);
}
.single-blog .owl-next {
	right: 2px;
    background-image: url(/images/icon-nextslide.png);
}
@media (max-width: 767px) {
    .single-blog .owl-prev {
	    left: 2px;
	    top: 27%;
        width: 55px;
        background-color:transparent;
    }
    .single-blog .owl-next 
    {
        width: 55px;
	    right: 2px;
	    top: 27%;
        background-color:transparent;
    }
}
.single-blog .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-blog .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-blog .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-blog .owl-dot span:hover,
.single-blog .owl-dot.active span {
	background: #dd3333;
	border-color: #dd3333;
}
/*blog-room*/
/*.single-blog-room .item{
    padding:2px;
}*/
/*.single-blog-room .owl-item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
.single-blog-room .owl-prev,
.single-blog-room .owl-next {
	font-size: 3.75rem;
	color: #dd3333;
	background: #c6c6c6;
	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: -6rem;
	position: absolute;
	z-index: 10;
	top: 50%;
    width: 100px;
    height: 100px;
    text-indent:-9999rem;
    border-radius: 50%;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.single-blog-room .owl-prev {
	left: -8.625rem;
}
.single-blog-room .owl-next {
	right: -8.625rem;
}
.single-blog-room .owl-prev span{
    width: 22px;
    height: 38px;
    background-image: url(/images/icon-white-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display:block;
    /*margin:0 auto;*/
}
.single-blog-room .owl-next span{
    width: 22px;
    height: 38px;
    background-image: url(/images/icon-white-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display:block;
    /*margin:0 auto;*/
}
.single-blog-room .owl-prev:hover,
.single-blog-room .owl-next:hover {
    background: #000000;
}
@media (max-width: 767px) {
    .single-blog-room .owl-prev {
	left: 1.625rem;
}
.single-blog-room .owl-next {
	right: 1.625rem;
}
}
.single-blog-room .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-blog-room .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-blog-room .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-blog-room .owl-dot span:hover,
.single-blog-room .owl-dot.active span {
	background: #dd3333;
	border-color: #dd3333;
}
/*quote*/
.single-quote .item{
    padding:2px;
}
.single-quote .owl-prev,
.single-quote .owl-next {
	font-size: 3.75rem;
	color: #dd3333;
	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: 45%;
    width: 31px;
    height: 63px;
    text-indent:-9999rem;
}
.single-quote .owl-prev {
	left: 15px;
    background-image: url(/images/icon-backslide-black.png);
}
.single-quote .owl-next {
	right: 15px;
    background-image: url(/images/icon-nextslide-black.png);
}
@media (max-width: 767px) {
    .single-quote .owl-prev {
	left: 1.625rem;
    }
    .single-quote .owl-next {
	    right: 1.625rem;
    }
}
.single-quote .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-quote .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-quote .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-quote .owl-dot span:hover,
.single-quote .owl-dot.active span {
	background: #dd3333;
	border-color: #dd3333;
}

/*sync1*/
#sync1 .owl-prev,
#sync1 .owl-next {
	font-size: 3.75rem;
	color: #dd3333;
	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:48%;
	/*bottom: 82px;*/
    width: 35px;
    height: 35px;
    text-indent:-9999rem;
    background-color:rgba(0,0,0,0.5);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:24%;
}
#sync1 .owl-prev {
	left: 0;
    background-image: url(/images/icon-backslide.png);
}
#sync1 .owl-next {
	right: 0;
    background-image: url(/images/icon-nextslide.png);
}
/*@media (max-width: 767px) {
    #sync1 .owl-prev {
	left: 1.625rem;
    }
    #sync1 .owl-next {
	    right: 1.625rem;
    }
}*/
#sync1 .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
#sync1 .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
#sync1 .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;
}
#sync1 .owl-dot span:hover,
#sync1 .owl-dot.active span {
	background: #dd3333;
	border-color: #dd3333;
}
.sync-xs-wrap {
    margin-top:5px;
}
/*sync-xs*/
#sync2 .owl-prev,
#sync2 .owl-next {
	font-size: 3.75rem;
	color: #dd3333;
	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;
	/*bottom: 82px;*/
    width: 35px;
    height: 35px;
    text-indent:-9999rem;
    background-color:rgba(0,0,0,0.5);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:24%;
}
#sync2 .owl-prev {
	left: 0;
    background-image: url(/images/icon-backslide.png);
}
#sync2 .owl-next {
	right: 0;
    background-image: url(/images/icon-nextslide.png);
}
/*@media (max-width: 767px) {
    #sync2 .owl-prev {
	    left: 1.625rem;
    }
    #sync2 .owl-next {
	    right: 1.625rem;
    }
}*/
#sync2 .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
#sync2 .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
#sync2 .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;
}
#sync2 .owl-dot span:hover,
#sync2 .owl-dot.active span {
	background: #dd3333;
	border-color: #dd3333;
}
#sync2-wrap {
    margin-top:5px;
}
.quote-icon {
    background-image: url(/images/quote.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width:53px;
    height:43px;
    display:block;
    margin:0 auto;
}
.quote-avatar {
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.09);
    width: 95px !important;
    height: 95px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display:block;
    margin:0 auto;
}
.quote .rating span {
    color:rgba(0, 0, 0, 0.3);
}
.quote .rating span.active {
    color:#42ba9f;
}
/*end*/
.font-bold {font-weight:600!important;}
.font-14 {font-size:14px!important;}
.font-16 {font-size:16px!important;}
.font-18 {font-size:18px!important;}
.font-20 {font-size:20px!important;}
.font-22 {font-size:22px!important;}
.box-address p span a{
    color:#0f9449;
}
.box-address p span a:hover{
    color:#dd3333;
    text-decoration:none;
}
.single-offer-info {
    min-height:183px;
    border:1px solid #dee2e6;
}
.img-box img {
width:100%;
}
.room-features {
    display:inline-block;
}
.room-features ul {
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
    display:inline-block;
}
.room-features.cl4 ul li {
    width:33.333%;
    float:left;
    border-bottom:1px dotted #a4a4a4;
    padding: 0 20px;
    background: url(/images/check.png) no-repeat left top 5px;
}
.room-features.cl3 ul li {
    width:33.333333%;
    float:left;
    border-bottom:1px dotted #dcdcdc;
    padding-left: 18px;
    background: url(/images/check.png) no-repeat left top 3px;
}
.room-info {
    padding:25px;
}
.room-info ul {
    list-style:none;
    margin:0;
    padding:0;
    /*width:100%;
    display:inline-block;*/
}
.room-info ul li {
    border-bottom:1px dotted #dcdcdc;
    margin-bottom:5px;
    padding-bottom:5px;
}
.form-horizontal {
border:1px solid #dcdcdc;
padding:15px;
}
@media (max-width: 767px) {
    
.room-info {
    padding:25px;
}
.box-address p span{
    display:inline-block;
    /*width:100%;*/
}
.room-features ul li {
    width:100%;
    float:none;
}
.room-features.cl3 ul li {
    width:100%;
    float:none;
}
.room-features.cl4 ul li {
    width:100%;
    float:none;
}
    /*.single-offer {padding:0 15px;}*/
}
#bgDiv {
    background-color: Gray;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#Progress {
    background-color: #FFFFFF;
    border: 2px solid #b5d549;
    border-radius: 5px 5px 5px 5px;
    left: 50%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 10010;
}
.title-room {
min-height:50px;
}
.form-check label {
float:left;
}
.site-menu .language {border-left:1px solid #dcdcdc; margin-left:15px; padding-left:15px; position:relative;}
.site-menu .language a{
    /*margin-left:15px;*/
    /*font-family: whitney-light;*/
    /*text-transform: uppercase;*/
    font-size: 12px;
    float: left;
}
.site-menu .language a:hover,
.site-menu .language a:focus {
    color:#bb834b;
}
/*.site-menu .language a img{float:left;}*/
.site-menu .language a span{margin-left:5px;}
#pclanguage {
    position:absolute;
    z-index:9;
    top:30px;
    padding:15px;
    margin:0;
    list-style:none;
    background-color:rgba(0,0,0,0.9);
    left:0;
    width:120px;
}
#pclanguage li{
    display:inline-block;
    padding:5px 0;
}
.wrap-about-us {
    position: relative;
    float: left;
    width: 100%;
}
@media (min-width: 1024px) {
    .wrap-about-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrap-about-us::before {
    border: 10px solid rgba(134,112,80,.24);
    box-sizing: border-box;
    content: "";
    height: 100%;
    position: absolute;
    display: inline-block;
    left: auto;
    right: 0;
    top: 0;
    width: 96%;
    background: #fff;
}
}
.box-about-us {
    padding-right:22px;
}
@media (max-width: 990px) {    
.box-about-us {
    padding-right:0;
    padding-top:20px;
}
}
.title-small {
    font-size: 19px;
    letter-spacing: 1px;
}
.title-h2 {
    /*margin: 0em auto 0.8em;*/
    /*text-transform: uppercase;*/
    color: #0f9449;
    font-weight: 700;
    font-size: 2.5em;
    letter-spacing: 1px;
    font-family: 'Exo 2', sans-serif;
}
.title-h3 {
    /*margin: 0em auto 0.8em;*/
    color: #0f9449;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 1px;
    font-family: 'Exo 2', sans-serif;
}

.box-title-details {
}
.title-details {
    margin: 0em auto 0.8em;
    color: #0f9449;
    font-weight: 700;
    font-size: 2.5em;
    letter-spacing: 1px;
    font-family: 'Exo 2', sans-serif;
}
.box-title-details .box-title-hoavan{
    margin:70px auto;
    background-image: url('/images/title-hoavan.png');
    width:324px;
    height:70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.box-title-details .box-title-hoavan1{
    margin:30px auto 20px auto;
    background-image: url('/images/title-hoavan.png');
    width:324px;
    height:70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.blog .tab-content iframe {
    width:860px;
    height:484px;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {    
.title-details {
    font-size: 2em;
}
.box-title-details .box-title-hoavan{
    margin:30px auto;
    background-image: url('/images/title-hoavan.png');
    width:185px;
    height:40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.box-title-details .box-title-hoavan1{
    margin:20px auto 30px auto;
    background-image: url('/images/title-hoavan.png');
    width:185px;
    height:40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.blog .tab-content iframe {
    width:400px;
    height:225px;
}
.title-h2 {
    font-size: 1.75em;
}
.title-h3 {
    font-size: 1.5em;
}
}
.box-shadow-4 {
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}
.btn-underline {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    /*text-transform: uppercase;*/
}
.slick-slide:not(.slick-active) {
    /*margin: 20px 0px 0px;*/
    /*opacity: 0.3;*/
}
.cat-title {
/*margin: 10px 0 0 0;*/
line-height: 2;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 400;
font-size: 19px;
color: #333;
}
.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;
}

.tabbox {
    display:inline-block;
    width:100%;
}
.tabbox li {
    display:inline-block;
}
.tabbox li a{
    text-transform:uppercase;
    font-size:15px;
    font-weight:600;

}
@media screen and (max-width: 768px) {
    .tabbox {
    display:none;
    }
    .tabbox li{
        font-size: 1rem;
        margin-left:0.75rem;
        margin-right:0.75rem;
    }
}
.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;
}*/

@media (max-width:767px) {
    @supports ((position:-webkit-sticky) or (position:sticky)){.mobile-brand-list.sticky-top{top:56px;}}
}
.btn-brand-list{
    width:100%;
    padding:0.5rem 1rem;
    color:#fff;
    /*border:1px solid #e3e3e3;*/
    background-color:#0f9449;
}
.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;
}
.popover-body ul li a{
    padding: 5px 0;
    display:inline-block;
    width:100%;
}
.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;
}
}
.page-header-detail {
    /*padding-top: 200px;
    padding-bottom: 200px;*/
    margin-top: -160px;
}
@media (max-width: 768px) {
    .page-header-detail {
    margin-top: 0px;
}
}
/*  
    ----------------------------------
    33. Booking
    ----------------------------------
*/
.booking {
  padding-top: 0;
}

.booking.booking-inner {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .booking.booking-inner {
    margin-top: -85px;
    z-index: 9;
    position: relative;
    /*color: #6d6e71;*/
  }
  .booking.booking-inner .booking-wrapper {
    position: relative;
  }
  .booking.booking-inner .booking-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media (max-width: 991px) {
  .booking.booking-inner .booking-wrapper {
    background-color: #000000;
    color: #6d6e71;
  }
}

.booking.booking-light-theme .booking-wrapper {
  border-bottom: 1px solid #dddddd;
}

.booking.booking-default-theme {
  padding-bottom: 0;
  color: #6d6e71;
  background-color: #dd3333;
}

.booking.booking-default-theme .section-header .title {
  color: white;
  text-align: center;
}

.booking .section-header {
  padding-top: 15px;
  padding-bottom: 0;
  background-color: transparent;
}

.booking .section-header span {
  font-size: 100%;
  color: inherit;
}

@media (min-width: 768px) {
  .booking .section-header {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .booking .section-header {
    padding-top: 35px;
  }
}

@media (min-width: 1200px) {
  .booking .section-header {
    padding-top: 40px;
  }
}

.booking .booking-wrapper {
  padding: 15px;
  /*font-family: "Work Sans", sans-serif;*/
  font-weight: 200;
}

.booking .booking-wrapper .datepicker,
.booking .booking-wrapper .qty-result,
.booking .booking-wrapper .qty-result-adult,
.booking .booking-wrapper .qty-result-children {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -99999px;
  border: 0;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

.booking .booking-wrapper .date {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.booking .booking-wrapper .date:after {
  font-family: 'LinearIcons';
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e87a";
  position: absolute;
  left: 100%;
  top: 50%;
  font-size: 30px;
  margin-top: -12px;
}

.booking .booking-wrapper .date .day {
  font-size: 65px;
  line-height: 40px;
}

.booking .booking-wrapper .date .year {
  display: none;
}

.booking .booking-wrapper .guests input,
.booking .booking-wrapper .guests-adult input,
.booking .booking-wrapper .guests-children input {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.booking .booking-wrapper .guests .qty-result-text,
.booking .booking-wrapper .guests-adult .qty-result-adult-text,
.booking .booking-wrapper .guests-children .qty-result-children-text {
  font-size: 65px;
  line-height: 40px;
}

@media (min-width: 992px) {
  .booking .booking-wrapper .guests .qty-result-text,
  .booking .booking-wrapper .guests-adult .qty-result-adult-text,
  .booking .booking-wrapper .guests-children .qty-result-children-text {
    font-size: 80px;
    line-height: 50px;
  }
}

.booking .booking-wrapper .guests input::-webkit-outer-spin-button,
.booking .booking-wrapper .guests input::-webkit-inner-spin-button,
.booking .booking-wrapper .guests-adult input::-webkit-outer-spin-button,
.booking .booking-wrapper .guests-adult input::-webkit-inner-spin-button,
.booking .booking-wrapper .guests-children input::-webkit-outer-spin-button,
.booking .booking-wrapper .guests-children input::-webkit-inner-spin-button
 {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.booking .booking-wrapper .guests .guest-list,
.booking .booking-wrapper .guests-adult .guest-adult-list,
.booking .booking-wrapper .guests-children .guest-children-list
{
  display: none;
  background-color: white;
  position: fixed;
  z-index: 99999;
  margin: 0;
  padding: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}

.booking .booking-wrapper .guests .guest-list li,
.booking .booking-wrapper .guests-adult .guest-adult-list li,
.booking .booking-wrapper .guests-children .guest-children-list li
 {
  color: #3a3d45;
  padding: 0;
  list-style-type: none;
  padding: 10px 0;
}

.booking .booking-wrapper .guests .guest-list li.header, .booking .booking-wrapper .guests .guest-list li.footer,
.booking .booking-wrapper .guests-adult .guest-adult-list li.header, .booking .booking-wrapper .guests-adult .guest-adult-list li.footer,
.booking .booking-wrapper .guests-children .guest-children-list li.header, .booking .booking-wrapper .guests-children .guest-children-list li.footer{
  background-color: #000000;
  color: white;
  padding: 20px 15px;
}

.booking .booking-wrapper .guests .guest-list li.header .qty-apply, .booking .booking-wrapper .guests .guest-list li.footer .qty-apply,
.booking .booking-wrapper .guests-adult .guest-adult-list li.header .qty-apply-adult, .booking .booking-wrapper .guests-adult .guest-adult-list li.footer .qty-apply-adult,
.booking .booking-wrapper .guests-children .guest-children-list li.header .qty-apply-children, .booking .booking-wrapper .guests-children .guest-children-list li.footer .qty-apply-children {
  font-size: 70%;
  cursor: pointer;
  float: right;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.booking .booking-wrapper .guests .guest-list li div,
.booking .booking-wrapper .guests-adult .guest-adult-list li div,
.booking .booking-wrapper .guests-children .guest-children-list li div {
  font-size: large;
  float: left;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(1),
.booking .booking-wrapper .guests-adult .guest-adult-list li div:nth-child(1),
.booking .booking-wrapper .guests-children .guest-children-list li div:nth-child(1)
 {
  width: 20%;
  padding-left: 10px;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2),
.booking .booking-wrapper .guests-adult .guest-adult-list li div:nth-child(2),
.booking .booking-wrapper .guests-children .guest-children-list li div:nth-child(2) {
  width: 40%;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) span,
.booking .booking-wrapper .guests-adult .guest-adult-list li div:nth-child(2) span,
.booking .booking-wrapper .guests-children .guest-children-list li div:nth-child(2) span {
  font-size: 18px;
  padding: 3px 10px;
  display: inline-block;
  font-weight: 300;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) span small,
.booking .booking-wrapper .guests-adult .guest-adult-list li div:nth-child(2) span small,
.booking .booking-wrapper .guests-children .guest-children-list li div:nth-child(2) span small {
  display: block;
  font-weight: 200;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(3),
.booking .booking-wrapper .guests-adult .guest-adult-list li div:nth-child(3),
.booking .booking-wrapper .guests-children .guest-children-list li div:nth-child(3) {
  width: 40%;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
}

.booking .booking-wrapper .guests .guest-list li div > span,
.booking .booking-wrapper .guests-adult .guest-adult-list li div > span,
.booking .booking-wrapper .guests-children .guest-children-list li div > span {
  font-size: 70%;
}

.booking .booking-wrapper .guests .guest-list li .qty-amount,
.booking .booking-wrapper .guests-adult .guest-adult-list li .qty-amount,
.booking .booking-wrapper .guests-children .guest-children-list li .qty-amount {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #dddddd;
  border-radius: 100%;
  font-weight: 500;
}

.booking .booking-wrapper .guests .guest-list li .qty-btn,
.booking .booking-wrapper .guests-adult .guest-adult-list li .qty-btn,
.booking .booking-wrapper .guests-children .guest-children-list li .qty-btn {
  border: 2px solid #dddddd;
  border-radius: 100%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-left: 7px;
  outline: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.booking .booking-wrapper .guests .guest-list li .qty-btn:hover,
.booking .booking-wrapper .guests-adult .guest-adult-list li .qty-btn:hover,
.booking .booking-wrapper .guests-children .guest-children-list li .qty-btn:hover {
  background-color: #000;
  color: white;
  border-color: #000;
}

@media (min-width: 768px) {
  .booking .booking-wrapper .guests .guest-list,
  .booking .booking-wrapper .guests-adult .guest-adult-list,
  .booking .booking-wrapper .guests-children .guest-children-list {
    position: absolute;
    width: auto;
    min-width: 350px;
    left: 0;
    top: 93px;
  }
}

@media (min-width: 992px) {
  .booking .booking-wrapper .guests .guest-list,
  .booking .booking-wrapper .guests-adult .guest-adult-list,
  .booking .booking-wrapper .guests-children .guest-children-list {
    top: 108px;
  }
}

.booking .booking-wrapper .date,
.booking .booking-wrapper .guests,
.booking .booking-wrapper .guests-adult,
.booking .booking-wrapper .guests-children{
  position: relative;
  padding-top: 20px;
  min-width:100px;
}

.booking .booking-wrapper .date .date-value,
.booking .booking-wrapper .guests .date-value,
.booking .booking-wrapper .guests-adult .date-value,
.booking .booking-wrapper .guests-children .date-value {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Exo 2", serif;
}

.booking .booking-wrapper .date:before,
.booking .booking-wrapper .guests:before,
.booking .booking-wrapper .guests-adult:before,
.booking .booking-wrapper .guests-children:before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  color:#6d6e71;
}

.booking .booking-wrapper .date:hover .date-value,
.booking .booking-wrapper .guests:hover .date-value,
.booking .booking-wrapper .guests-adult:hover .date-value,
.booking .booking-wrapper .guests-children:hover .date-value {
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.booking .booking-wrapper .btn {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 100%;
  text-transform: uppercase;

}

.booking .booking-wrapper .btn small {
  display: block;
  font-size: 50%;
}

@media (min-width: 992px) {
  .booking .booking-wrapper .text-size, .booking .booking-wrapper .date .day, 
  .booking .booking-wrapper .guests .qty-result, 
  .booking .booking-wrapper .guests-adult .qty-result-adult, 
  .booking .booking-wrapper .guests-children .qty-result-children {
    font-size: 75px;
    line-height: 50px;
    font-weight:500;
    color:#000;
  }
  .booking .booking-wrapper {
    padding: 20px;
  }
  .booking .booking-wrapper .date .month {
    display: inline-block;
  }
  .booking .booking-wrapper .result {
    position: relative;
  }
  .booking .booking-wrapper .result .person {
    display: inline-block;
    position:absolute;
    bottom:-12px;
    right:50px;
    text-transform:uppercase;
  }
  .booking .booking-wrapper .guests .qty-result, 
  .booking .booking-wrapper .guests-adult .qty-result-adult, 
  .booking .booking-wrapper .guests-children .qty-result-children {
    height: 80px;
  }
  /*.booking .booking-wrapper .btn {
    margin-top: 5px;
  }*/
}

@media (max-width: 767px) {
  .booking .booking-wrapper .date {
    padding-right: 0;
  }
  .booking .booking-wrapper .date:after {
    display: none;
  }
  .booking .booking-wrapper .btn {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .booking .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*  
    ----------------------------------
    34. Datepicker
    ----------------------------------
*/
/*.ui-datepicker {
  z-index: 10009 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #000;
}

.ui-datepicker .ui-datepicker-title {
  background-color: #000;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 767px) {
  .ui-datepicker {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    margin-top: 0 !important;
    position: fixed !important;
  }
}*/


.blog aside {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #eeeeee;
}

.blog aside .booking .booking-wrapper {
  padding: 20px;
}

.blog aside .booking .booking-wrapper .date:after {
  display: none;
}

.blog aside .booking .booking-wrapper .date .day {
  font-size: 50px;
  line-height: 55px;
}

.blog aside .booking .booking-wrapper .btn {
  font-size: 100%;
  margin-top: 15px;
}

.blog aside .box {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.blog aside .box .title {
  padding-top: 7.5px;
  margin-bottom: 15px;
}

.blog aside .box ul {
  margin: 0;
  padding: 0;
}

.blog aside .box ul li {
  list-style-type: circle;
  margin-left: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog aside .box ul li:hover {
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.blog aside .box ul li a {
  color: black;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
}

.blog aside .box ul li.active {
  list-style-type: disc;
}

.blog aside .box ul li.active a {
  color: #000;
  opacity: 0.8;
}

.blog aside .box ul li:last-child a {
  border-bottom: 0;
}

.blog aside .box.box-search {
  padding: 0;
  position: relative;
  background-color: white;
}

.blog aside .box.box-search .form-control {
  border: 0;
}

.blog aside .box.box-search .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
}

.blog aside .box.box-posts ul li {
  list-style-type: none;
  margin-left: 0;
}

.blog aside .box.box-posts ul li a {
  position: relative;
  display: table;
  width: 100%;
}

.blog aside .box.box-posts ul li a > span {
  display: table-cell;
  vertical-align: middle;
}

.blog aside .box.box-posts ul li a .date {
  width: 40px;
  text-align: center;
  line-height: 1;
}

.blog aside .box.box-posts ul li a .date span {
  display: block;
}

.blog aside .box.box-posts ul li a .date span:nth-child(1) {
  font-size: 75%;
}

.blog aside .box.box-posts ul li a .date span:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
}

.blog aside .box.box-posts ul li a .text {
  padding-left: 5px;
}

.blog aside .box.box-tags ul li {
  margin: 0 2px 2px 0;
  display: block;
  float: left;
}

.blog aside .box.box-tags ul li:hover {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.blog aside .box.box-tags ul li a {
  padding: 7.5px;
  border: 0;
  background-color: #000;
  color: white;
  font-size: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.blog aside .box.box-tags ul li a:hover {
  background-color: #112942;
}

@media (min-width: 768px) {
  .blog aside {
    display: block;
  }
}
.bannrer-site-slider h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Work Sans",sans-serif;
    line-height: 1.4;
    letter-spacing: .24rem;
    font-size:4.8rem;
}
.box-search-home {
position:absolute;
left:0;
right:0;
bottom:50px;
}
.form-check-book {
width: 100%;
display: block;
/*background-color: rgba(39,48,81,.75);*/
background-color:#fff;
transition: all .46s;
/*max-width: inherit;*/
/*border:1px solid #0f9449;*/
padding: 0 0 0 15px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
/*overflow:hidden;*/
}
.form-check-book input {
    height: 48px;
    padding: 10px;
    display: block;
    width: 100%;
    border:none;
}
form select{
    display:block;
    width:100%;
    margin:0 0 0 0;
    padding:8px 15px;
    border:1px solid #dbd9d9;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(/images/icons/select-arrow.svg) no-repeat center right 10px transparent;
    background-size:16px 8px
}
@media (max-width: 768px) {
    .form-check-book {
        padding:15px;        
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color:transparent;

    }
    .box-search-home {
    bottom:70px;
    }
    .inbox-keyword {
    margin-bottom:10px;
    }
    .form-check-book input {
        height: 44px;
    }
    .searchitinerary {
        margin-bottom:10px;
    }
    .searchprice {
        margin-bottom:10px;
    }
}
form select:focus,form select:active{border-bottom-color:#000}
form select:disabled{opacity:.33 !important}
form select:disabled:focus,form select:disabled:active{border-bottom:1px solid #d9d9d9}
.form-check-book select {
    width: 100%;
    height: 2.4rem;
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #2c3028;
    font-weight: 500;
    padding: 0 1.25rem;
    border: none;
    outline: none;
    background: url(/images/icons/forms/select-arrow-white.svg) no-repeat center right 8px;
    background-color: rgba(0, 0, 0, 0);
    background-size: 18px 9px;    
}
.form-check-book select::selection {
    background-color: #000000;
}
.form-check-book .sep {
    background-color: #003300;
    top: 14px;
    right: 0;
    bottom: inherit;
    left: inherit;
    height: 1.2rem;
    width: .1rem;
    position: absolute;
    opacity: .42;
}
.home-form-check {
    background-color:rgba(0,0,0,0.3);
    padding:5px;
    margin:0 auto;
    min-width:950px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
@media (max-width: 768px) {
.home-form-check {
    min-width:initial;
    margin:0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
    .select2-container--default .select2-selection--single {
        -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    }
    .form-check-book .sep {
        display:none;
    }
}
.home-form-check .about-us{
    background-color:#fff;
    margin-top:20px;
    padding:20px;
    box-shadow: 0 0 .5rem 0 rgba(0,0,0,.16);
}
.home-form-check .about-us .inner {
    border-color: #b7c726;
    border-width: 0.125rem;
    border-style: solid;
    position: relative;
    z-index: 1;
    padding: 7rem 17rem 7.5rem 17rem;
}
.home-form-check .about-us .inner .inner-body{
    text-align: justify;
    line-height:2.4rem;

}
a.line-link-animation {
    /*font-size: 13px;
    font-size: 1.3rem;*/
    display: inline-block;
    font-weight: 600;
    padding-bottom: 0;
    border: none;
}
.about-us a.line-link-animation {
    padding-top: 0;
    background: url(/images/icons/icon-off-page-link.svg) no-repeat top right;
        background-size: auto;
    background-size: 12px 12px;
}
a.line-link-animation:hover {
    color:#333;
}
.about-us a.line-link-animation {
    padding-right: 17px;
    font-weight:600;
}
a.line-link-animation span.line-animated {
    display: block;
    width: 100%;
    border-bottom: .1rem solid #000;
    margin-top: .6rem;
}
.line-animated {
    border-bottom-color: #000;
}
.home-form-check .about-us .badge {
        position: absolute;
        z-index: 200;
}
@media (min-width: 601px) {
    .home-form-check .about-us .badge {
         left: -0.25rem;
         bottom: -3.5rem;
         width: 10rem;
    }
}
@media (min-width: 1201px) {
    .home-form-check .about-us .badge {
        left: -4.2rem;
        bottom: -9rem;
        width: 28rem;
    }
}
.accepted-cards img {
height:35px;
}
.bottom-0 {
    bottom: 0;
}
.home-post .info h3 {
    color: #fff;
    margin: 0;
    width: 60%;
    text-align: center;
}

.ptop-0 {padding-top:0;}
.ptop-1 {padding-top:1rem;}
.ptop-2 {padding-top:2rem;}
.ptop-3 {padding-top:3rem;}
.ptop-4 {padding-top:4rem;}
.ptop-5 {padding-top:5rem;}
.ptop-6 {padding-top:6rem;}
.ptop-7 {padding-top:7rem;}
.ptop-8 {padding-top:8rem;}
.ptop-9 {padding-top:9rem;}
.ptop-10 {padding-top:10rem;}
.ptop-11 {padding-top:11rem;}
.ptop-12 {padding-top:12rem;}
.ptop-13 {padding-top:13rem;}
.ptop-14 {padding-top:14rem;}
.ptop-15 {padding-top:15rem;}
@media (max-width: 768px) {
.ptop-4 {padding-top:3rem;}
.ptop-5 {padding-top:3rem;}
.ptop-6 {padding-top:3rem;}
.ptop-7 {padding-top:3rem;}
.ptop-8 {padding-top:5rem;}
.ptop-9 {padding-top:5rem;}
.ptop-10 {padding-top:5rem;}
.ptop-11 {padding-top:7rem;}
.ptop-12 {padding-top:7rem;}
.ptop-13 {padding-top:7rem;}
.ptop-14 {padding-top:7rem;}
.ptop-15 {padding-top:7rem;}
}
.pbottom-0 {padding-bottom:0;}
.pbottom-1 {padding-bottom:1rem;}
.pbottom-2 {padding-bottom:2rem;}
.pbottom-3 {padding-bottom:3rem;}
.pbottom-4 {padding-bottom:4rem;}
.pbottom-5 {padding-bottom:5rem;}
.pbottom-6 {padding-bottom:6rem;}
.pbottom-7 {padding-bottom:7rem;}
.pbottom-8 {padding-bottom:8rem;}
.pbottom-9 {padding-bottom:9rem;}
.pbottom-10 {padding-bottom:10rem;}
.pbottom-11 {padding-bottom:11rem;}
.pbottom-12 {padding-bottom:12rem;}
.pbottom-13 {padding-bottom:13rem;}
.pbottom-14 {padding-bottom:14rem;}
.pbottom-15 {padding-bottom:15rem;}
@media (max-width: 768px) {
.pbottom-4 {padding-bottom:3rem;}
.pbottom-5 {padding-bottom:3rem;}
.pbottom-6 {padding-bottom:3rem;}
.pbottom-7 {padding-bottom:3rem;}
.pbottom-8 {padding-bottom:5rem;}
.pbottom-9 {padding-bottom:5rem;}
.pbottom-10 {padding-bottom:5rem;}
.pbottom-11 {padding-bottom:7rem;}
.pbottom-12 {padding-bottom:7rem;}
.pbottom-13 {padding-bottom:7rem;}
.pbottom-14 {padding-bottom:7rem;}
.pbottom-15 {padding-bottom:7rem;}
}
.service-content {
    padding: 2rem 1.5rem;
}
@media (max-width: 768px) {
    .service-content {
        padding: 0 1.5rem 3rem 1.5rem;
    }
}
.home-banner {
    /*background-image: url(/UploadFile/Banner/home1.jpg);*/    
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    /*background: #474747;
    background: -moz-linear-gradient(left, #474747 0%, #a0a0a0 100%);
    background: -webkit-linear-gradient(left, #474747 0%, #a0a0a0 100%);
    background: linear-gradient(to right, #474747 0%, #a0a0a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#a0a0a0',GradientType=1 );*/
    /*height:800px;*/
}
.home-banner .title-banner h2{

}
    .home-banner .home-operator {
        position:absolute;
        bottom:100px;
        left:0;
        right:0;
    }
.smartsoft{bottom: 30px; left:0px; display: block;}
.smartsoft-phone.smartsoft-static {opacity: 0.8;}.smartsoft-phone.smartsoft-hover {opacity: 0.5;}
.smartsoft-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim;background-color: transparent;border: 2px solid rgba(30, 30, 30, 0.4);border-radius: 100%;height: 160px;left: 20px;opacity: 0.1;position: absolute;top: 20px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 160px;}
.smartsoft-phone.smartsoft-active .smartsoft-ph-circle {animation: 1.1s ease-in-out 0s normal none infinite running smartsoft-circle-anim !important;}
.smartsoft-phone.smartsoft-static .smartsoft-ph-circle {animation: 2.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim !important;}
.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle {border-color: rgba(171,123,51,1);opacity: 0.5;}
.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle {border-color: rgba(171,123,51,1);opacity: 0.5;}
.smartsoft-phone.smartsoft-green .smartsoft-ph-circle {border-color: rgba(171,123,51,1);opacity: 0.5;}
.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle {border-color: rgba(171,123,51,0.96);opacity: 0.5;}
.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle {border-color: rgba(171,123,51, 1);opacity: 0.5;}
.smartsoft-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim;background-color: #000;border: 2px solid transparent;border-radius: 100%;height: 100px;left: 50px;opacity: 0.1;position: absolute;top: 50px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 100px;}
.smartsoft-phone.smartsoft-active .smartsoft-ph-circle-fill {animation: 1.7s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim !important;}
.smartsoft-phone.smartsoft-static .smartsoft-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim !important;opacity: 0 !important;}
.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle-fill {background-color: rgba(171,123,51,1);opacity: 0.75 !important;}
.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle-fill {background-color: rgba(171,123,51,1);opacity: 0.75 !important;}
.smartsoft-phone.smartsoft-green .smartsoft-ph-circle-fill {background-color: rgba(171,123,51,1);opacity: 0.75 !important;}
.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle-fill {background-color: rgba(204,204,204,0.5);opacity: 0.75 !important;}
.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle-fill {background-color: rgba(171,123,51,1);opacity: 0.75 !important;}
.smartsoft-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim;background-color: rgba(30,30,30,0.1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");background-position: center center;background-repeat: no-repeat;border: 2px solid transparent;border-radius: 100%;height: 60px;left: 70px; /*opacity: 0.9;*/position: absolute;top: 70px;transform-origin: 50% 50% 0;width: 60px;}
.smartsoft-phone.smartsoft-active .smartsoft-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim !important;}
/*.smartsoft-phone.smartsoft-static .smartsoft-ph-img-circle {animation: 0s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim !important;}*/
.smartsoft-phone.smartsoft-hover .smartsoft-ph-img-circle {background-color: rgba(171,123,51, 1);}
.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-img-circle {background-color: rgba(171,123,51, 1);}
.smartsoft-phone.smartsoft-green .smartsoft-ph-img-circle {background-color: #dd3333;/*background-color: rgba(233,48,0, 1);*/}
.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-img-circle {background-color: rgba(171,123,51, 0.96);}
.smartsoft-phone.smartsoft-gray .smartsoft-ph-img-circle {background-color: rgba(171,123,51, 1);}
.smartsoft-phone {background-color: transparent;cursor: pointer;height:160px;width:160px;position:fixed;transition: visibility 0.5s ease 0s;visibility: hidden;z-index: 100 !important;}
.smartsoft-phone.smartsoft-show {visibility: visible;}
@keyframes smartsoft-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg)
    }
    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg)
    }
    100% {
        opacity: .1;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes smartsoft-circle-fill-anim {
    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg)
    }
    0%, 100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes smartsoft-circle-img-anim {
    0%, 100%, 50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media (max-width: 939px) {
.smartsoft{bottom: 0; left:0px; display: block;}
    .smartsoft-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsoft-circle-fill-anim;background-color: #000;border: 2px solid transparent;border-radius: 100%;height: 50px;left: 25px;opacity: 0.1;position: absolute;top: 25px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 50px;}
.smartsoft-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsoft-circle-img-anim;background-color: rgba(30, 30, 30, 0.1);background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");background-position: center center;background-repeat: no-repeat;border: 2px solid transparent;border-radius: 100%;height: 30px;left: 35px;/*opacity: 0.7;*/position: absolute;top: 35px;transform-origin: 50% 50% 0;width: 30px;background-size:25px 25px;}
.smartsoft-phone {background-color: transparent;cursor: pointer;height: 100px;position: fixed;transition: visibility 0.5s ease 0s;visibility: hidden;width: 100px;z-index: 100 !important;}.smartsoft-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running smartsoft-circle-anim;background-color: transparent;border: 2px solid rgba(30, 30, 30, 0.4);border-radius: 100%;height: 80px;left: 10px;opacity: 0.1;position: absolute;top: 10px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 80px;}}

ul.list_icon li {
    font-size:16px;
    color: #000;
    position: relative;
    margin-bottom: 13px;
}
ul.list_icon {
    padding-left: 25px;
}
ul.list_icon li {
    padding-left: 25px;
}
ul.list_icon li::before {
    content: "";
    background: url(/images/arror.png) no-repeat left center;
    /*content: "\f0a9";
    font-family: "Font Awesome 5 Pro";*/
    position: absolute;
    width:16px;
    height:25px;
    left:0;
    /*font-size:15px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight:900;*/
}
.box-price {
    font-size:22px;

}
.box-price strong{
   color:red;
}
.accepted-cards img{
    height:35px;
}
.box-content {
    padding:3rem;
}
@media (max-width: 768px) {
   .box-content {
    padding:1rem;
}
}
.rooominfo {
    margin:0;
    padding:0;
}
.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.border-radius-5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.border-radius-6px {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.border-radius-8px {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.border-radius-10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.border-radius-20px {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.border-radius-20 {
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}
.border-radius-30 {
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%;
}
.border-radius-40 {
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    border-radius: 40%;
}
.border-radius-50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.border-radius-60 {
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    border-radius: 60%;
}
.img-services {
    width:350px;
    /*height:350px;*/
    margin:0 auto;
    display:block;
}
@media (max-width: 768px) {
   .img-services {
    width:250px;
    /*height:250px;*/
    margin:0 auto;
    display:block;
}
}
.img-services span{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tour-home-box {
    padding:0 100px;
}
@media (max-width: 768px) {
  .tour-home-box {
    padding:0 20px;
}
}
.tour-home {
    background-color: rgba(0, 0, 0, 0.76) !important;
    padding:50px;
}
.tour-item {
    color:#fff;
}
.tour-item-home-title {
    color:#fff;
}
.tour-item-home-title:hover {
    color:#fff;
    text-decoration:underline;
}
.bTitle {
    width:150px;
    height:3px;
    background:#fff;
    position:absolute;
    bottom:30%;
    left:0;
}
.formcontact-home .form-control{
    height: calc(1.5em + 1.8rem + 2px) !important;
    padding:10px 20px;
}
textarea.form-control {
    height:auto;
}
.copyright {
    /*background:#000000;*/
    border-top:1px solid #36416a;
    font-family:"Exo 2";
}
/*::-webkit-input-placeholder { 
    color: white;
}
:-moz-placeholder { 
   color: white;
   opacity:  1;
}
::-moz-placeholder { 
   color: white;
   opacity:  1;
}
:-ms-input-placeholder { 
   color: white;
}
::-ms-input-placeholder { 
   color: white;
}
::placeholder {
   color: white;
}
input[placeholder], [placeholder], *[placeholder] {
    color: white !important;
}*/

#social {
    position: fixed;
    left: 20px;
    top: 45% !important;
    z-index: 99;
}
#social .social-top {
    width: 40px;
    /*border-bottom: 1px dashed #a5a5a5;*/
}
#social .social-top a {
   display:inline-block;
   margin-bottom:10px;
}
#social .social-top a div{
   background-color: rgba(0,0,0,0.9);
   border-radius: 100%;
}
#social .social-top a:hover div{
   background-color: #dd3333;
}
#social .social-top .icon {
            height: 60px;
            width: 60px;
            text-align: center;
            margin: 0 auto;
            background-position: left top;
            -webkit-transition: width .2s;
            position: relative;
            right: 0;
            font-size: 28px !important;
            /*border-right: 1px dashed #a5a5a5;
            border-top: 1px dashed #a5a5a5;*/
        }

#social .social-top .icon span{
    display:none;
    position:absolute;
    left:62px; top:14px;
    color:#dd3333;
    font-size:14px;
    font-weight:500;
    font-family: 'Work Sans';
    border-radius:30px ;
    background-color: rgba(0,0,0,0.9);
    color:#fff;
    padding:5px 20px;
}
#social .social-top .icon:hover span{
    display:block;
}
/*#social .social-top .icon:last-child {
    border-bottom: 1px dashed #a5a5a5;
}*/
#social .social-top .App {
    /*top: 0px !important;*/
    color: #fff;
    border-top: 1px dashed #a5a5a5;
}
#social .social-top .App:hover 
{
    /*top: 0 !important;*/
    color: #fff;
    background: #fc3400;
    border-left: 1px solid #fc3400;
    border-top: 1px dashed #fc3400;
    border-bottom: 1px dashed #fc3400;
}
#social .social-top .Linkedin {
    /*top: 0px !important;*/
    color: #fff;
    /*border-top: 1px dashed #a5a5a5;*/
}
#social .social-top .Linkedin:hover 
{
    /*top: 0 !important;*/
    color: #fff;
    background: #0a66c2;
    border-left: 1px solid #0a66c2;
    border-top: 1px dashed #0a66c2;
    border-bottom: 1px dashed #0a66c2;
}
#social .social-top .Tripadvisor {
    /*top: 0px !important;*/
    color: #fff;
    /*border-top: 1px dashed #a5a5a5;*/
}
#social .social-top .Tripadvisor:hover 
{
    /*top: 0 !important;*/
    color: #fff;
    background: #00af87;
    border-left: 1px solid #00af87;
    border-top: 1px dashed #00af87;
    border-bottom: 1px dashed #00af87;
}
#social .social-top .Instagram {
    /*top: 0px !important;*/
    color: #fff;
    /*border-top: 1px dashed #a5a5a5;*/
}
#social .social-top .Instagram:hover 
{
    /*top: 0 !important;*/
    color: #fff;
    background: #cd0079;
    border-left: 1px solid #cd0079;
    border-top: 1px dashed #cd0079;
    border-bottom: 1px dashed #cd0079;
}
#social .social-top .Facebook 
{
    /*top: 40px !important;*/
    color: #fff;
    /*border-top: 1px dashed #a5a5a5;*/
}
#social .social-top .Facebook-f:hover 
{
    /*top: 40px !important;*/
    color: #fff;
    background: #3b5897;
    border-left: 1px solid #3b5897;
    border-top: 1px dashed #3b5897;
    border-bottom: 1px dashed #3b5897;
}
#social .social-top .Google-Plus 
{
    /*top: 80px !important;*/
    color: #fff;
}
#social .social-top .Google-Plus:hover 
{
    /*top: 80px !important;*/
    color: #fff;
    background: #f0433a;
    border-left: 1px solid #f0433a;
    border-top: 1px dashed #f0433a;
    border-bottom: 1px dashed #f0433a;
}
#social .social-top .Twister 
{
    /*top: 120px !important;*/
    color: #fff;
}
#social .social-top .Twister:hover 
{
    /*top: 120px !important;*/
    color: #fff;
    background: #1da1f2;
    border-left: 1px solid #1da1f2;
    border-top: 1px dashed #1da1f2;
    border-bottom: 1px dashed #1da1f2;
}
#social .social-top .Youtube 
{
    /*top: 160px !important;*/
    color: #fff;
}
#social .social-top .Youtube:hover 
{
    /*top: 160px !important;*/
    color: #fff;
    background: #cb2027;
    border-left: 1px solid #cb2027;
    border-top: 1px dashed #cb2027;
    border-bottom: 1px dashed #cb2027;
}
#social .social-top .Guide 
{
    /*top: 200px !important;*/
    color: #fff;
}
#social .social-top .Guide:hover 
{
    /*top: 200px !important;*/
    color: #fff;
    background: #fc7700;
    border-left: 1px solid #fc7700;
    border-top: 1px dashed #fc7700;
    border-bottom: 1px dashed #fc7700;
}
#social .social-top .Messenger 
{
    /*top: 240px !important;*/
    color: #fff !important;
}
#social .social-top .Messenger:hover 
{
    /*top: 240px !important;*/
    color: #fff;
    background: #0084ff;
    border-left: 1px solid #0084ff;
    border-top: 1px dashed #0084ff;
    border-bottom: 1px dashed #0084ff;
}
#social .social-top a .Messenger:hover 
{
    color: #fff !important;
}
#social .social-top .Gallery 
{
    /*top: 160px !important;*/
    color: #fff;
}
#social .social-top .Gallery:hover 
{
    /*top: 160px !important;*/
    color: #fff;
    /*background: #cb2027;
    border-left: 1px solid #cb2027;
    border-top: 1px dashed #cb2027;
    border-bottom: 1px dashed #cb2027;*/
}
#social .social-top .Location 
{
    /*top: 160px !important;*/
    color: #fff;
}
#social .social-top .Location:hover 
{
    color: #fff;
    /*background: #cb2027;*/
    /*border-left: 1px solid #cb2027;
    border-top: 1px dashed #cb2027;
    border-bottom: 1px dashed #cb2027;*/
}
.social-bot {
    position: absolute;
    top: 245px;
    right: 16px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999em;
    text-align: left;
    cursor: pointer;
    opacity: 0.7;
}

/*#social .show1 {
    background: url(../img/arrow-full.png) -14px 3px;
}

#social .show2 {
    background: url(../img/arrow-full.png) 0 3px;
}*/
.hoavan-left {
    background-image: url('/images/hoavan-left.png');
    width:300px;
    height:364px;
    position:absolute;
    bottom:-10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left:80px;
}
.hoavan-right {
    background-image: url('/images/hoavan-right.png');
    width:80px;
    height:420px;
    position:fixed;
    top:30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    right:80px;
}

.services-info-box {
    margin-bottom:7rem;
}
.services-info {
    padding:4rem !important;
}
.services-info-box .image a img {
    width:100%;
}
.offer-list-box .image a img {
    width:100%;
}
@media (max-width: 768px) {
    .hoavan-left {
        display:none;
    }
    .hoavan-right {
        display:none;
    }
    .services-info-box {
        margin-bottom:3rem;
    }
    .services-info {
        padding:2rem !important;
    }
    .hoavan-right {
        display:none;
    }
}
.pl-02, .px-02 {
    padding-left: -0.5rem !important;
}
.pr-02, .px-02 {
    padding-right: -0.5rem !important;
}
@media (min-width: 768px) {
    .large-order-2 {
        order: 2;
    }

    .large-order-1 {
        order: 1;
    }
}
/*.blog-content img{
    max-width:100%;
    min-width:100%;
}*/
.ngayden1 {
    background: url('/images/calendar-icon.png') no-repeat right 15px center;
}
.ngaydi1 {
    background: url('/images/calendar-icon.png') no-repeat right 15px center;
}
.date-icon {
    background: url('/images/calendar-icon.png') no-repeat right 15px center;
}
input[type="email"].form-control, input[type="number"].form-control, input[type="text"].form-control, select.form-control, textarea.form-control {
    color: #212121;
}
/*.site-header .menu-item.dat-phong, .site-header .menu-item.book-now {
    padding-top:10px!important;
}*/
.menu-item.dat-phong a, .menu-item.book-now a {
    background:#dd3333;
    padding:0 10px;
    color:#fff!important;
    /*border-radius:5px;*/
}
/*.site-header.scroll .menu-item.dat-phong, .site-header.scroll .menu-item.book-now {
    padding-top:5px!important;
}*/
/*support*/
.smart-support{position:relative;}
.smartsupport{bottom: 0px; right:0px; display: block;}
/*.smartsupport-phone.smartsupport-static {opacity: 0.8;}*/
.smartsupport-phone.smartsupport-hover {opacity: 0.5;}
.smartsupport-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running smartsupport-circle-anim;background-color: transparent;border: 2px solid rgba(30, 30, 30, 0.4);border-radius: 100%;height: 160px;left: 0px;opacity: 0.1;position: absolute;top: 0px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 160px;}
.smartsupport-phone.smartsupport-active .smartsupport-ph-circle {animation: 1.1s ease-in-out 0s normal none infinite running smartsupport-circle-anim !important;}
.smartsupport-phone.smartsupport-static .smartsupport-ph-circle {animation: 2.2s ease-in-out 0s normal none infinite running smartsupport-circle-anim !important;}
.smartsupport-phone.smartsupport-hover .smartsupport-ph-circle {border-color: rgba(171,123,51,1);opacity: 0.5;}
.smartsupport-phone.smartsupport-green.smartsupport-hover .smartsupport-ph-circle {border-color: rgba(171,123,51,1);opacity: 0.5;}
.smartsupport-phone.smartsupport-green .smartsupport-ph-circle {border-color: rgba(171,123,51,1);opacity: 0.5;}
.smartsupport-phone.smartsupport-gray.smartsupport-hover .smartsupport-ph-circle {border-color: rgba(171,123,51,0.96);opacity: 0.5;}
.smartsupport-phone.smartsupport-gray .smartsupport-ph-circle {border-color: rgba(171,123,51, 1);opacity: 0.5;}
.smartsupport-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsupport-circle-fill-anim;background-color: #000;border: 2px solid transparent;border-radius: 100%;height: 100px;left: 30px;opacity: 0.1;position: absolute;top: 30px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 100px;}
.smartsupport-phone.smartsupport-active .smartsupport-ph-circle-fill {animation: 1.7s ease-in-out 0s normal none infinite running smartsupport-circle-fill-anim !important;}
.smartsupport-phone.smartsupport-static .smartsupport-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsupport-circle-fill-anim !important;opacity: 0 !important;}
.smartsupport-phone.smartsupport-hover .smartsupport-ph-circle-fill {background-color: rgba(171,123,51,1);opacity: 0.75 !important;}
.smartsupport-phone.smartsupport-green.smartsupport-hover .smartsupport-ph-circle-fill {background-color: rgba(171,123,51,1);opacity: 0.75 !important;}
.smartsupport-phone.smartsupport-green .smartsupport-ph-circle-fill {background-color: rgba(171,123,51,1);opacity: 0.75 !important;}
.smartsupport-phone.smartsupport-gray.smartsupport-hover .smartsupport-ph-circle-fill {background-color: rgba(204,204,204,0.5);opacity: 0.75 !important;}
.smartsupport-phone.smartsupport-gray .smartsupport-ph-circle-fill {background-color: rgba(171,123,51,1);opacity: 0.75 !important;}
.smartsupport-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsupport-circle-img-anim;background-color: rgba(30,30,30,0.1);
    background-image: url("/images/icon-call.png");
    background-position: center center;background-repeat: no-repeat;border: 2px solid transparent;border-radius: 100%;height: 60px;left: 50px; /*opacity: 0.9;*/position: absolute;top: 50px;transform-origin: 50% 50% 0;width: 60px;}
.smartsupport-phone.smartsupport-active .smartsupport-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsupport-circle-img-anim !important;}
/*.smartsupport-phone.smartsupport-static .smartsupport-ph-img-circle {animation: 0s ease-in-out 0s normal none infinite running smartsupport-circle-img-anim !important;}*/
.smartsupport-phone.smartsupport-hover .smartsupport-ph-img-circle {background-color: rgba(171,123,51, 1);}
.smartsupport-phone.smartsupport-green.smartsupport-hover .smartsupport-ph-img-circle {background-color: rgba(171,123,51, 1);}
.smartsupport-phone.smartsupport-green .smartsupport-ph-img-circle {background-color: #dd3333;/*background-color: rgba(233,48,0, 1);*/}
.smartsupport-phone.smartsupport-gray.smartsupport-hover .smartsupport-ph-img-circle {background-color: rgba(171,123,51, 0.96);}
.smartsupport-phone.smartsupport-gray .smartsupport-ph-img-circle {background-color: rgba(171,123,51, 1);}
.smartsupport-phone {background-color: transparent;cursor: pointer;height:160px;width:160px;position:fixed;transition: visibility 0.5s ease 0s;visibility: hidden;z-index: 100 !important;}
.smartsupport-phone.smartsupport-show {visibility: visible;}
@keyframes smartsupport-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg)
    }
    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg)
    }
    100% {
        opacity: .1;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes smartsupport-circle-fill-anim {
    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg)
    }
    0%, 100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

@keyframes smartsupport-circle-img-anim {
    0%, 100%, 50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}
@media (max-width: 939px) {
.smartsupport{bottom: 0; right:0px; display: block;}
    .smartsupport-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running smartsupport-circle-fill-anim;background-color: #000;border: 2px solid transparent;border-radius: 100%;height: 50px;left: 25px;opacity: 0.1;position: absolute;top: 25px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 50px;}
.smartsupport-ph-img-circle {animation: 1s ease-in-out 0s normal none infinite running smartsupport-circle-img-anim;background-color: rgba(30, 30, 30, 0.1);
                             background-image: url("/images/icon-call.png");
                             background-position: center center;background-repeat: no-repeat;border: 2px solid transparent;border-radius: 100%;height: 30px;left: 35px;/*opacity: 0.7;*/position: absolute;top: 35px;transform-origin: 50% 50% 0;width: 30px;background-size:25px 25px;}
.smartsupport-phone {background-color: transparent;cursor: pointer;height: 85px;position: fixed;transition: visibility 0.5s ease 0s;visibility: hidden;width: 90px;z-index: 100 !important;}.smartsupport-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running smartsupport-circle-anim;background-color: transparent;border: 2px solid rgba(30, 30, 30, 0.4);border-radius: 100%;height: 80px;left: 10px;opacity: 0.1;position: absolute;top: 10px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 80px;}}
.box-icon-support {
    position:fixed;
    right:140px;
    bottom:30px;
    z-index:9999;
}
.box-icon-call {
    width:60px;
    height:60px;
    background-image: url("/images/icon-phone-support.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:100%;
    display:block;
    position:absolute;
    left:85px;
    top:-110px;
}
.box-icon-zalo {
    width:60px;
    height:60px;
    background-image: url("/images/icon-zalo-support.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:100%;
    display:block;
    position: absolute;
    top: -76px;
    left: 15px;
}
.box-icon-facebook {
    width:60px;
    height:60px;
    background-image: url("/images/icon-facebook-support.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:100%;
    display:block;
}
@media (max-width: 768px) {
    .box-icon-support {
    position:fixed;
    right:80px;
    bottom:10px;
    z-index:9999;
}
.box-icon-call {
    width:50px;
    height:50px;
    left:71px;
    top:-73px;
}
.box-icon-zalo {
    width:50px;
    height:50px;
    top: -52px;
    left: 18px;
}
.box-icon-facebook {
    width:50px;
    height:50px;
}
}
.home-rooms-list .room-box-home {
    border:1px solid rgba(0, 0, 0, 0.1);
}
/*@media (max-width: 768px) {
    .home-rooms-list .room-box-home {
        border: 0;
    }
}*/
/**/
.triggerButton { display: none; }

.triggerButton + label {
  cursor: pointer;
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  background-color: #D1A84D;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  z-index: 99;
  background:#dd3333 url(/images/quick.svg) center no-repeat;
  background-size: 2em 2em;
  margin-bottom:0 !important;
}
@media (max-width: 768px) {
    .triggerButton + label {
        right: 1em;
        bottom: 1em;
    }
}
.triggerButton:checked + label{
	background:#dd3333 url(/images/quick_close.svg)center no-repeat;
  	background-size: 2em 2em;
}
.so1, .so2, .so3, .so4 {
  cursor: pointer;
  position: fixed;
  right: 1em;
  bottom: 1em;
  padding: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transform: rotateZ(90deg);
  font-size: 1em;
  color: #fff;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.triggerButton:checked ~ .so1, .triggerButton:checked ~ .so2, .triggerButton:checked ~ .so3, .triggerButton:checked ~ .so4 { opacity: 1;}

.triggerButton:checked ~ .mes {
  background:#dd3333 url(/images/messenger-icon.png) no-repeat center;
  background-size: 20px;
}
.triggerButton:checked ~ .zalo {
  background:#dd3333 url(/images/zalo-icon.png) no-repeat center;
  background-size: 20px;
}
.triggerButton:checked ~ .whatapp {
  background:#dd3333 url(/images/whatapp-icon.png) no-repeat center;
  background-size: 20px;
}
.triggerButton:checked ~ .viber {
  background:#dd3333 url(/images/viber-icon.png) no-repeat center;
  background-size: 20px;
}
.triggerButton:checked ~ .so1 {
  /*background:#36a23e url(/images/share_ico.svg) center;
  background-size: 2em 2em;*/
  transform: translateX(-5.5em) translateY(0em);
  transition-delay: .1s;
}

.triggerButton:checked ~ .so2 {
  /*background:#36a23e url(/images/call_ico.svg) center;
  background-size: 2em 2em;*/
  transform: translateX(-4.5em) translateY(-2.55em);
  transition-delay: .2s;
}

.triggerButton:checked ~ .so3 {
  /*background:#36a23e url(/images/chat_ico.svg) center;
  background-size: 2em 2em;*/
  transform: translateX(-2.55em) translateY(-4.5em);
  transition-delay: .3s;
}
.triggerButton:checked ~ .so4 {
  /*background:#36a23e url(/images/map_ico.svg) center;
  background-size: 2em 2em;*/
  transform: translateX(0em) translateY(-5.5em);
  transition-delay: .4s;
}

.triggerButton:checked ~.so1:hover, .triggerButton:checked ~ .so2:hover, .triggerButton:checked ~ .so3:hover { opacity: .9; }
.trig a{display:block; width:2.5em; height:2.5em; top:0; left:0; position:fixed;}
.pull-left {
    float:left;
}
.pull-right {
    float:right;
}
.border-about {
    border-bottom:1px solid rgba(0, 0, 0, 0.3);
}
.hr-small {
    width:120px;
}
.itinerarys-list li.itinerarys-name {
    padding:10px 15px!important;
    cursor:pointer;
}
.title-img {
    position:absolute;
    bottom:0;
    left:0;
    z-index:10;
    padding:10px;
    background-color: rgba(0,79,102,0.5);
    width:100%;
    color:#fff;
}
/*.home-acti .modal-header .modal-close i:before {
    color:#caa479;
}
.home-acti .modal-header .modal-close:hover i:before {
    color:#fff;
}*/

.home-acti .modal-close:before,
.home-acti .modal-close:after {
	background: #fff;
}
.home-acti .modal-close:hover:before,
.home-acti .modal-close:hover:after {
	background: #caa479;
}
.comment {
  color: #fff;
  padding: 5px 10px 5px 25px;
  background: #caa479;
  position: absolute;
  /*left: 0;*/
  top: 14px;
  /*border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;*/
  z-index:11;
}

.CRico_popform a 
{
    background-color: #dd3333!important;
    font-size: 30px;
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.CRico_popform a i{
    color:#fff!important;
}
/*.CRico_popform .CRcircle {
    animation:Ani 2s infinite;
    opacity:1
}*/
.CRico_popform {
    position:fixed;
    bottom:30px;
    left:60px;
    z-index:9999
}

@media (max-width: 768px) {
    .CRico_popform a {
        background-color: #dd3333!important;
        font-size: 20px;
        position: relative;
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
    }
    .CRico_popform {
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 9999;
    }
}
/*@keyframes Ani {
 0% {
  box-shadow:0 0 0 rgba(231,72,37,0);
  border:1px solid rgba(231,72,37,0);
  transform:scale(0)
 }
 70% {
  box-shadow:0 0 50px rgba(231,72,37,1);
  border:1px solid rgba(231,72,37,1);
  transform:scale(1)
 }
 100% {
  box-shadow:0 0 60px rgba(231,72,37,0);
  border:0 solid rgba(231,72,37,0);
  transform:scale(2)
 }
}*/
/*.CRcircle {
 width:calc(100% + 20px);
 height:calc(100% + 20px);
 border:2px solid #e74825;
 border-radius:50%;
 box-shadow:0 0 15px rgb(222,41,2);
 transform:translateZ(0);
 position:absolute;
 left:-10px;
 top:-10px;
 opacity:0
}*/
.no-banner {
    height:102px;
    /*background:#003300;*/
}
/*@media (max-width: 768px) {
    .no-banner {
        height:62px;
    }
}*/
/*Service*/

.single-room-home .item{
    /*padding:2px;*/
}
.single-room-home .owl-prev,
.single-room-home .owl-next {

	font-size: 3.75rem;
	color: #dd3333;
	background: rgba(0, 0, 0, 0.8);
	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: 130px;
    width: 32px;
    height: 55px;
    text-indent:-9999rem;
    /*border-radius:50%;*/
    background-size:30%;
    background-position:center center;    
    background-repeat: no-repeat;
}
.single-room-home .owl-prev {
	left: 2px;
    background-image: url(/images/icon-backslide.png);
}
.single-room-home .owl-next {
	right: 2px;
    background-image: url(/images/icon-nextslide.png);
}
.single-room-home .owl-prev:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.single-room-home .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
    .single-room-home .owl-prev {
	    top: 120px;
    }
    .single-room-home .owl-next {
	    top: 120px;
    }
}
@media (max-width: 767px) {
    .single-room-home .owl-prev {
        background-color:transparent;
        background-size:25%;
        width: 55px;
	    left: 1px;
	    top: 86px;
    }
    .single-room-home .owl-next {
        background-color:transparent;
        background-size:25%;
        width: 55px;
	    right: 1px;
	    top: 86px;
    }
}
.single-room-home .owl-dots {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 0.4375rem;
	margin-bottom: 0;
}
.single-room-home .owl-dot {
	display: inline-block;
	margin: 0.4375rem;
}
.single-room-home .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-home .owl-dot span:hover,
.single-room-home .owl-dot.active span {
	background: #dd3333;
	border-color: #dd3333;
}
#div_total_book_temp button.bws-button {
    margin-top:100px;
}
@media (max-width: 767px) {
    #div_total_book_temp button.bws-button {
        margin-top:auto;
    }
}
    .container-bg-video {
        height: 100vh;
        z-index: -99;
    }

        .container-bg-video iframe {
        }

    .material-icons {
        background-image: url(/images/volume-off.png);
        width: 25px;
        height: 25px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-indent: -9999px;
    }

.btn-volume:hover .material-icons {
            /*background-image: url(/images/volume-on.png);*/
            opacity:0.5;
        }

.btn-volume .material-icons.active {
            background-image: url(/images/volume-on.png);
        }

.btn-volume:hover .material-icons.active 
{
    /*background-image: url(/images/volume-off.png);*/
    opacity:0.5;
}

.sound-bt 
{
    background-color: #d8b378;
    border-radius: 10%;
    padding: 10px 20px;
}
.bound-content-article {
    display:none;
}
.page-article .loadmore {
  /*padding: .13em .3em .3em 0.25em !important;*/
  /*line-height: 1 !important;*/
  cursor:pointer;
  color:#dd3333!important;
}
.page-article 
{
    margin:0;
}
a.loadmore::before 
{
  font-family: "Font Awesome 5 Pro";
  position: relative;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color:#fff;
  background-color:#dd3333;
  padding:2px;
  margin-right:5px;
}
.page-article.off .loadmore:before 
{
   content:'\f067';
}
.page-article.on .loadmore:before 
{
   content:'\f067';
}
.content-tour-detail .price-box {
    text-align:right;
}
.navbar-expand-sm.sticky-top 
{
    top:95px;
    /*background-color:#0f9449;*/
}
/*.content-tour-detail .navbar-light .navbar-nav .nav-link 
{
    border-left:1px solid #fff;
}
.content-tour-detail .navbar-light .navbar-nav:first-child .nav-link 
{
    border-left:none;
}*/
.content-tour-detail #navbar1 li.active a
{
    background-color:#0f9449;
}
.content-tour-detail .tab-content ul.nav>li>a {
    background-color:#003300;
    text-align:center;
    border-bottom: none;
    padding-bottom: 0;
    color: #fff;
    display:block;
    padding:10px;
    /*width:100%;*/
    margin-left: -10px;
    margin-right: -10px;
    border-right:2px solid #fff;
}
.content-tour-detail .tab-content ul.nav>li>a.active {
    background-color:#0f9449;
}
.content-tour-detail .tab-content ul.nav>li.last>a {
    border-right:0;
}
.content-tour-detail .tab-content ul.nav li a span {
    display:block;
    line-height:none;
    font-size:18px;
    font-weight:bold;
}
.sticky-top.navbar-light .navbar-toggler {
    color:#fff;
    font-size:30px;
    padding:.35rem .75rem;
}
#navbar1 .navbar-nav .nav-item {
    text-align:center;
    border-left:1px solid #fff;
}
#navbar1 .navbar-nav .nav-item:first-child {
    border-left:none;
}
@media (max-width: 767px) 
{
    .content-tour-detail .tab-content ul.nav li a span {
    display:none;
}
    .navbar-expand-sm.sticky-top 
    {
        top:53px;
        display:none;
    }
    #navbar1 .navbar-nav .nav-item {
        text-align:left;
    }
    .content-tour-detail #navbar1 li a {
        padding:10px 15px;
        border-bottom:1px solid #fff;
    }
    .content-tour-detail .navbar-light .navbar-nav .nav-link 
    {
        border-left:0;
    }
    .content-tour-detail .price-box {
        text-align:left;
    }
}
.duration-box {
    color: #003300;
    position: relative;
    display: inline-block;
}
.duration-box::before {
    border-color: #003300;
}
.duration-box::before {
    content: "\f017";
    font-family:"Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size:14px;
}
.duration-box span {
    display: inline-block;
    padding: 0 0 0 0.2em;
    position: relative;
    z-index: 2;
    font-style:italic;
}
/*@media (max-width: 767px) 
{
  .duration-box::before {
    border-bottom: 1px solid #bf882d;
    border-bottom-color: rgb(190, 150, 86);
    width: 100%;
    }
}*/
.price-box {
    padding-top:10px;
}
.box-tour-price {
    color:#003300;
    font-size:30px;
}
.box-tour-price del{
    color:rgba(0, 0, 0, 0.3);
}
.box-tour-price span{
    font-weight:bold;
    color:#dd3333;
}
#overview, #itinerary, #included, #tourmap {
animation: slide-down 0.3s linear both;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.included-box ul {
    padding:0; margin:0;
}
.included-box ul li
{
    list-style:none;
    padding:5px 0;
}
.included-box ul li:before
{
    content: '\f055';
    color:#0f9449;
	/*display: block;
	width: 10px;
	height: 10px;*/
	/*position: absolute;
	top: 0;
	left: 0;*/
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
}
.exclusions-box ul {
    padding:0; margin:0;
}
.exclusions-box ul li
{
    list-style:none;
    padding:5px 0;
}
.exclusions-box ul li:before
{
    content: '\f056';
    color:#dd3333;
	/*display: block;
	width: 10px;
	height: 10px;*/
	/*position: absolute;
	top: 0;
	left: 0;*/
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
}

.hotel-Facilities ul {
    padding:0; 
    margin:0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}
.hotel-Facilities ul li
{
    list-style:none;
    padding:5px 0;
    width:33.333333%
}
@media (max-width: 991px) {
    .hotel-Facilities ul li {
        width:50%
    }
}
/*@media (max-width: 767px) {
    .hotel-Facilities ul li {
        width:50%
    }
}*/
@media (max-width: 480px) {
    .hotel-Facilities ul li {
        width:100%
    }
}
.hotel-Facilities ul li:before
{
    content: '\f00c';
    color:#0f9449;
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
}
#hoteloptions ul{
    padding:0 0 0 15px;
}
.widget {
    /*border: 1px solid #e0e4e6;*/
    margin-bottom: 15px; }
.widget h4 {
    /*font-size: 18px;*/
    padding: 10px 15px;
    background-color: #0f9449;
    font-weight: 700; 
    color:#fff;
    margin:0;
}
.widget .widget-body {
    padding: 15px 10px 20px; }
.widget .img-circle {
    border: 1px solid #e0e4e6;
    padding: 5px;
    width: 106px!important;
    height: 106px;
    display: block;
    margin: 0 auto 10px; }

.widget-speak {
    margin-top: 45px; }
.widget-speak .btn {
    padding: 8px 30px;
    margin-top: 15px; }
.img-circle {
  border-radius: 50%;
}
#searchtour {
    font-size:14px;
    padding:5px 10px;
}
.box-img {
    position:relative;
}
.box-img .recomment {
  color: #fff;
  padding: 5px 10px 5px 25px;
  background: #dd3333 url(/images/crown.png) no-repeat 7px 5px;
  position: absolute;
  left: -7px;
  top: 14px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.box-img .recomment::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 7px solid #861815;
  position: absolute;
  left: 0;
  top: 100%;
}
.box-recomment {
  color: #dd3333;
  padding: 0 0 0 25px;
  background: transparent url(/images/crown-red.png) no-repeat 7px 5px;
  display: inline-block;
  text-transform:uppercase;
}
.box-recomment span{
  color: #dd3333;
}
.z_11 {
  font-size: 11px;
}
.star-1 {
  width: 155px;
  height: 29px;
  background-image: url("/images/star-rate.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  margin:0;
}
.star-1 span {
  background-position: 0 0;
}
.star-1 span {
  height: 29px;
  background-image: url("/images/star-rate.png");
  background-repeat: repeat-x;
  background-position: left top;
}
.star-1, .star-1 span, .star-2, .star-2 span {
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
}
.hotel-star{
    vertical-align: middle;
    display:block;
    width:100%;
}
.hotel-star span{
    line-height:32px;
    float:left;
}
.hotel-Info2 {
    float:right;
}
.hotel-room strong {
    color:#003300;
}
.hotel-address {
    display:inline-block;
}
@media (max-width: 768px) {
    .hotel-Info2 {
        float:left;
    }
}
.gc-info table{margin:0 auto}
.gc-info table td{padding:10px;}
.gc-info table td:first-child{width:23%;background-color:#CCC;vertical-align:top;text-align:left;font-weight:700}
.gc-info table td:last-child{width:30%;background-color:#EAEAEA;vertical-align:top;text-align:left}
@media (max-width:767px){
    .gc-info table td{display:block;width:100%!important}
}
.LogoCourses img {
    width:200px;
}
.marker h6 {
    max-width:200px;
}
.site-nav .sub-menu.mega-menu {
    /*min-height:580px;*/
    background: transparent;
    /*position:relative;*/
}
.mega-menu {
    width:100%;
    padding:0 10px!important;
    top:92%!important;
}
.catmenu {
    /*border-bottom:1px dotted #dcdcdc;*/
    display:block;
    color:#fff;
    /*background-color:#eaeaea;*/
    background-color:#007232;
}
.mega-menu ul li {
    padding:5px 0;
}
.mega-menu ul li a i{
    margin-right:5px;
}

/*.mobile-brand-list {
    display:none;
}*/
.site-nav .menu > li.mega-menu {
  margin-top: 20px;
  top: auto;
  opacity: 0;
  -webkit-transition-property: margin-top,opacity,visibility;
  -ms-transition-property: margin-top,opacity,visibility;
  transition-property: margin-top,opacity,visibility;
  width: 100%;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.main-header .col-12, .main-header .col-lg-10 
{
    position:initial;
}
.main-header .container {
    position:relative;
}
.mega-menu .mega-menu-left{
    min-height:580px;
    background-color:#0f9449;
    /*background-color:#CCCCCC;*/
}
/*.mega-menu ul.ul-mega-menu {
}*/
.mega-menu ul.ul-mega-menu li {
    padding:0;
}
.mega-menu ul li.li-sub-child-menu > a{
    padding:15px;
    background-color:#0f9449;
    /*background-color:#CCCCCC;*/
    display:block;
    font-weight:bold;
    color:#fff;
}
.mega-menu ul li.li-sub-child-menu.on > a {
    background-color:#018b3d;
}
.mega-menu ul li.li-sub-child-menu div.sub-child-menu {
    display:none;
    position:absolute;
    right:10px;
    top:10px;
}
.mega-menu ul li.li-sub-child-menu.on div.sub-child-menu {
    display:block;
}
.mega-menu ul li.li-sub-child-menu.on div.sub-child-menu a{
    font-weight:bold;
    color:#656b82;
}
.mega-menu ul li.li-sub-child-menu.on div.sub-child-menu a:hover{
    color:#003300;
}
/*.mega-menu ul li.li-sub-child-menu:hover div.sub-child-menu {
    display:block;
}*/
.box-categories ul {
    margin:0;
    padding:0;
    list-style:none;
}
.box-categories ul.sub-menu-left{
    padding-left:15px;
}
.box-categories ul li{
    /*border-top:1px solid #003d00;*/
    border-top:1px solid #1F581F;
}
.box-categories ul > li > a{
    /*font-weight:bold;*/
    padding:8px 15px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    width:100%;
    font-size:13px;
}
.box-categories ul > li:hover > a{
    color:#0f9449;
}
.other-tour ul {
    padding:0 0 0 15px;
}
#tabcontent .tabcontent {
    border-bottom:5px solid #0f9449;
}
.cat-content h2, .cat-content h3{
    color: #dd3333 !important;
    font-size: 150% !important;
}
.box-categories ul.sub-menu-left li a{
    padding:5px 15px;
}
.box-categories ul .sub-menu-left li.active a {
    color:#0f9449;
}
.search-home-box .select2-container .select2-selection--single .select2-selection__rendered:before {
    content: "\f450";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right:5px;
}
@media (max-width:767px) {
    .search-home-box {
    margin-bottom:10px;
    }
    .search-home-box .sep{display:none;}
}
.form-check-book .golfsearch.on {
    display:block;
}
.form-check-book .golfsearch.off {
    display:none;
}
.form-check-book .searchdestination .select2-container {
    min-width:250px!important;
}
.select2-results__option .select2-results__group {
    background-color:#003300;
    color:#fff;
}
.sub-form-search {
 z-index:10;
 display:none;
 position:absolute;
 top:43px;
 left:1px;
 width:100%;
 background-color:#fff;
 color:#5a5a5a;
 border:1px solid #144aa8;
 padding:8px 0
}
.sub-form-search:after,
.sub-form-search:before {
 bottom:100%;
 left:13px;
 border:solid transparent;
 content:" ";
 height:0;
 width:0;
 position:absolute;
 pointer-events:none
}
.sub-form-search:after {
 border-color:rgba(255,255,255,0);
 border-bottom-color:#fff;
 border-width:7px;
 margin-left:-7px
}
.sub-form-search:before {
 border-color:rgba(13,149,252,0);
 border-bottom-color:#144aa8;
 border-width:8px;
 margin-left:-8px
}
.sub-form-search .f-list li {
 cursor:pointer;
 padding:5px 12px;
 color:#5a5a5a;
 text-align:left
}
.sub-form-search .f-list li:hover {
 background-color:rgba(0,117,201,0.2)
}
.sub-form-search .f-list li:last-child {
 margin-bottom:0
}
.sub-form-search.sub-search {
 width:320px;
 max-height:300px;
 overflow-y: auto;
}
.sub-form-search.sub-triptype {
 width:300px
}
.sub-form-search.sub-triptype .f-list {
 overflow:hidden
}
.sub-form-search.sub-triptype .f-list li {
 float:left;
 width:50%
}
ul.load-text {
    margin:0;
    padding:0;
    overflow-y:scroll;
    max-height:200px;
}
.load-text li {
 margin-bottom:10px;
 padding:0 13px;
 cursor:pointer;
 /*color:#144aa8;*/
 display:table;
 width:100%;
 font-size:13px;
}
.load-text li:hover {
 background-color:rgba(0,117,201,0.2)
}
.load-text .place {
 float:right;
 color:#5a5a5a;
 display:inline-block
}
.load-text .c_label {
 background-color:#273051;
 color:#fff;
 display:inline-block;
 position:relative;
 margin-right:10px;
 padding:3px 6px;
 line-height:1;
 vertical-align:middle;
 font-size:15px;
}
.load-text .c_label:after {
 content:'';
 display:inline-block;
 width:0;
 height:0;
 border:4px solid transparent;
 border-left-color:#273051;
 position:absolute;
 left:100%;
 top:50%;
 -webkit-transform:translateY(-50%);
 -khtml-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 transform:translateY(-50%)
}
.load-text .c_label-course {
 background-color:#0f9449;
 color:#fff;
 display:inline-block;
 position:relative;
 margin-right:10px;
 padding:3px 6px;
 line-height:1;
 vertical-align:middle;
 font-size:15px;
}
.load-text .c_label-course:after {
 content:'';
 display:inline-block;
 width:0;
 height:0;
 border:4px solid transparent;
 border-left-color:#0f9449;
 position:absolute;
 left:100%;
 top:50%;
 -webkit-transform:translateY(-50%);
 -khtml-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 transform:translateY(-50%)
}
.load-text .c_label-news {
 background-color:#666666;
 color:#fff;
 display:inline-block;
 position:relative;
 margin-right:10px;
 padding:3px 6px;
 line-height:1;
 vertical-align:middle;
 font-size:15px;
}
.load-text .c_label-news:after {
 content:'';
 display:inline-block;
 width:0;
 height:0;
 border:4px solid transparent;
 border-left-color:#666666;
 position:absolute;
 left:100%;
 top:50%;
 -webkit-transform:translateY(-50%);
 -khtml-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 transform:translateY(-50%)
}
.load-text .c_label-hotel {
 background-color:#dd3333;
 color:#fff;
 display:inline-block;
 position:relative;
 margin-right:10px;
 padding:3px 6px;
 line-height:1;
 vertical-align:middle;
 font-size:15px;
}
.load-text .c_label-hotel:after {
 content:'';
 display:inline-block;
 width:0;
 height:0;
 border:4px solid transparent;
 border-left-color:#dd3333;
 position:absolute;
 left:100%;
 top:50%;
 -webkit-transform:translateY(-50%);
 -khtml-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 transform:translateY(-50%)
}
.form-check-book .select2-container--default .select2-selection--single .select2-selection__rendered {
    height:48px!important;
    line-height:48px!important;
}
.form-check-book .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:47px!important;
}
.form-check-book .select2-container .select2-selection--single {
    height:48px!important;
}
.onlinesupport {
    text-align: center;
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    /*padding-right:20px;*/
}
.onlinesupport > .support-top.collapsed {
    width: 50px !important;
    height: 50px !important;
    margin: 5px;
    background-size: 100% !important;
    /*border: 2px solid #fff;*/
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-image: url(/images/support_icon_chat.png);
}
.onlinesupport > .support-top {
    width: 25px !important;
    height: 25px !important;
    margin: 0px auto;
    background-size: 100% !important;
    /*border: 2px solid #caa978;*/
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-image: url(/images/close-chat.png);
}
.onlinesupport > div.support-box > a {
    width: 50px !important;
    height: 50px !important;
    margin: 5px !important;
    background-size: 100% !important;
    /*border: 2px solid #fff !important;*/
    border-radius: 50% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    display:inline-block;
}
.onlinesupport .support-call {
    background-image: url(/images/support_icon_call.png);
}
.onlinesupport .support-zalo {
    background-image: url(/images/support_icon_zalo.png);
}
.onlinesupport .support-skype {
    background-image: url(/images/support_icon_skype.png);
}
.onlinesupport .support-viber {
    background-image: url(/images/support_icon_viber.png);
}
.onlinesupport .support-messenger {
    background-image: url(/images/support_icon_messenger.png);
}
.onlinesupport .support-whatsapp {
    background-image: url(/images/support_icon_whatsapp.png);
}
.aml-tooltip .aml-tooltiptext {
    background: #73adff;
    color: #fff;
}
.aml-tooltip .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
}
/*.aml-tooltip .aml-tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}*/
.aml-tooltip:hover .aml-tooltiptext {
 right: 120%;
 visibility:visible;
 opacity:1
}
.fix-title-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.fix-title-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}