@charset "UTF-8";

body {
	font-family: 'Source Sans Pro', Prompt;
	background: #fff;
	font-weight: inherit;
	animation: fade-in 1s, bg-move 15s linear infinite;
	-webkit-animation: fade-in 1s, bg-move 15s linear infinite;
}

::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}

::selection {
	background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	font-weight: 400;
}

ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.desktopMenu {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 5;
}

.menu-mobile {
	display: none;
}

.imgHeader {
	height: auto;
	overflow: hidden;
}

.imgHeader img {
	width: 100%;
	height: auto;
}

.txheader {
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 55%;
	font-family: 'Playfair Display', Prompt;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 1px;
}

.txheader h2 {
	font-size: 60px;
	line-height: 60px;
	font-style: italic;
	font-weight: 700;
}

.call-header {
	width: 100%;
	height: 40px;
	display: inline-block;
	background: rgba(0, 55, 100, 0.8);
	color: #fff;
	text-align: right;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
}

.call-header p {
	margin-bottom: 0;
	display: inline-block;
	padding: 5px 0px;
}

.call-header a {
	height: 40px;
	background: #f2682a;
	color: #fff;
	float: right;
	padding: 5px 30px;
	margin-left: 20px;
	text-transform: uppercase;

}

#header {
	z-index: 5;
	width: 100%;
	position: absolute;
}

.main-menu.sticky {
	height: 90px;
	background: #fff;
	box-shadow: none;
}

.main-menu.sticky .topmenu {
	background: none;
	box-shadow: none !important;
}

.topmenu {
	width: 100%;
	height: 90px;
	display: inline-block;
	background: rgba(235, 235, 235, 0.9);
	padding: 0 20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.module_menu {
	float: right;
}

.module_menu ul li {
	list-style: none;
	float: left;
	font-weight: 300;
	font-family: 'Ubuntu', Prompt;
	font-size: 16px;
}

.module_menu ul li a {
	padding: 31px 15px;
	display: block;
	color: #252525;
	text-decoration: none;
	border: none;
	border-bottom: 4px solid transparent;
}

.module_menu ul li.active a {
	border-bottom: 4px solid #f2682a;
}

.module_menu ul li a:hover {
	border-bottom: 4px solid #f2682a;
}

.col-logoBooking {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.logo {
	width: 160px;
	height: auto;
	padding: 10px 0;
}

.logo a {
	display: block;
}

.logo a img {
	width: 100%;
	height: auto;
}

.sticky {
	position: fixed !important;
	top: 0px;
}

.nav-search {
	width: 100%;
	height: 80px;
	padding: 20px 0;
	z-index: 5;
	background-color: #003764;
	letter-spacing: 1px;
}

.searchpageBook .nav-search.sticky {
	top: 0;
}

.nav-search.sticky {
	position: fixed;
	top: 90px;
	z-index: 10;
}


.nav-search li {
	display: inline-block;
	line-height: 11vh;
	padding: 0 40px;
	margin: 0;
}

.nav-search .btn-outline-secondary {
	background: #fff !important;
}

.nav-search .btn-outline-secondary:hover {
	background: #fff;
}

.nav-search .custom-select {
	position: relative;
	text-transform: none;
	cursor: pointer;
}

.nav-search .custom-select select {
	display: none;
}

.nav-search .select-selected:after {
	position: absolute;
	content: "";
	top: 5px;
	right: 10px;
	width: 0;
	height: 0;
	background: #fff;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.nav-search .select-items div {
	color: #252525;
	cursor: pointer;
	user-select: none;
	padding: 5px;
}

.nav-search .select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 10px;
}

.nav-search .select-hide {
	display: none;
}

.nav-search .select-items div:hover,
.nav-search .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.nav-search .booksearch {
	display: block;
	background: #f2682a;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}

.nav-search .booksearch:hover {
	opacity: 0.9;
}

.welcome {
	width: 60%;
	position: absolute;
	left: 20%;
	top: 40%;
	z-index: 1;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 50px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Source Sans Pro', Prompt;
}

.welcome h2 {
	font-family: 'EB Garamond', Prompt;
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

.welcome a {
	background: #f2682a;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	display: inline-block;
}

.imageslider .carousel-indicators {
	bottom: 90px;
	z-index: 1;
}

.imageslider .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
}

.imageslider .carousel-indicators .active {
	background: #f2682a;
	border: 2px solid #fff;
}
.imageslider .carousel-item img{
    width: 100%;
    height: auto;
}

.col-history {
	text-align: center;
	margin: 60px 0;
	font-size: 14px;
	line-height: 26px;
	padding: 0 30px;
}

.col-history h2 {
	font-family: 'Playfair Display', Prompt;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 55px;
}

.col-history h2:after {
	content: '';
	width: 15.5%;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	bottom: -40px;
	left: 42.24%;
	background-size: 100%;
	background-position: left top;
	background: url(../images/border-logo-orange.png);
}

.section-Roomtype section {
	height: auto;
}

.section-Roomtype .txh1 {
	height: 100%;
	font-size: 60px;
	line-height: 58px;
	font-family: 'Playfair Display', Prompt;
	padding: 20px 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 0;
}

.section-Roomtype img {
	width: 100%;
	height: auto;
}

.contentRoom {
	width: 100%;
	height: 100%;
	background: #ebebeb;
	text-align: center;
	padding: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contentRoom h2 {
	font-size: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #003764;
	font-family: 'Playfair Display', Prompt;
	position: relative;
	margin-bottom: 50px;
}

.contentRoom h2:after {
	content: '';
	width: 49%;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	bottom: -40px;
	left: 26%;
	background-size: 100%;
	background-position: left top;
	background: url(../images/border-logo-orange.png);
}

.contentRoom a {
	width: 40%;
	padding: 6px 15px;
	border: 1px solid #003764;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 1px;
	color: #003764 !important;
	text-transform: uppercase;
}

.contentRoomType {
	width: 100%;
	height: 100%;
	background: #003764;
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	letter-spacing: 1px;
}

.contentRoomType h2 {
	font-size: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Playfair Display', Prompt;
	position: relative;
	margin-bottom: 50px;
}

.contentRoomType h2:after {
	content: '';
	width: 33%;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	bottom: -40px;
	left: 34.5%;
	background-size: 100%;
	background-position: left top;
	background: url(../images/border-logo-white.png);
}

.contentRoomType a {
	width: 40%;
	padding: 6px 15px;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.promotion-special {
	margin: 40px 0;
	color: #252525;
}

.promotion-special h2 {
	text-align: center;
	font-family: 'Playfair Display', Prompt;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 28px;
}

.promotion-special > p {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.promotion-special > p:after {
	content: '';
	width: 14.5%;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	bottom: -40px;
	left: 42.75%;
	background-size: 100%;
	background-position: left top;
	background: url(../images/border-logo-orange.png);
}

.content-special {
	font-size: 16px;
	margin: 15px 0;
}

.content-special img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.content-special h3 {
	text-transform: uppercase;
	color: #003764;
	font-size: 22px;
	letter-spacing: 2px;
}

.content-special a {
	font-size: 14px;
	color: #003764;
}

.topic-Content {
	margin: 5% 0;
	text-align: center;
}

.topic-Content h2 {
	text-transform: uppercase;
	font-family: 'Playfair Display', Prompt;
	font-size: 28px;
	position: relative;
	margin-bottom: 50px;
}

.topic-Content h2:after {
	content: '';
	width: 14.5%;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	bottom: -40px;
	left: 42.75%;
	background-size: 100%;
	background-position: left top;
	background: url(../images/border-logo-orange.png);
}

.topic-Content .linktyperoom {
	display: inline-block;
	margin: 10px auto;
}

.topic-Content .linktyperoom li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	border-right: 1px solid #898989;
}

.topic-Content .linktyperoom li:last-child {
	border: none;
}

.topic-Content .linktyperoom li a {
	color: #898989;
	padding: 0 10px;
	text-decoration: none;
}

.topic-Content .linktyperoom li a:hover {
	color: #f2682a;
}

.topic-Content .linktyperoom li a.active {
	color: #f2682a;
	font-weight: 500;
	font-size: 16px;
	line-height: 0;
}

.bgblue {
	background: #003764;
}

.walking-location {
	padding: 30px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
}

.walking-location h4 {
	font-family: 'Ubuntu', Prompt;
	font-size: 24px;
	font-weight: 100;
}

.walking-location ul {
	margin: 20px 0;
}

.walking-location ul li {
	margin: 20px 10px;
	font-size: 16px;
}

.walking-location ul li span {
	margin-right: 15px;
}

.mapsilomconventgarden {
	padding: 20px 0;
	color: #fff;
}

.mapsilomconventgarden img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.mapsilomconventgarden p {
	text-align: right;
}

.sliderAttractions img {
	width: 100%;
	height: auto;
}

.sliderAttractions .bx-wrapper {
	margin: 0;
}

.sliderAttractions .bx-wrapper .bx-viewport {
	left: 0;
	background: none;
	box-shadow: none;
	border: 0;
}

.sliderAttractions .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	left: 20px;
}

.sliderAttractions .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 15px;
}

.sliderAttractions .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
}

.sliderAttractions .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sliderAttractions .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	border: 1px solid #fff;
}

.contentAttractions {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #ebebeb;
	padding: 50px;
}

.contentAttractions h3 {
	font-family: 'Playfair Display', Prompt;
	color: #003764;
	text-transform: uppercase;
}

.placesSights {
	margin: 5% 0 0;
}

.placesSights h3 {
	font-family: 'Playfair Display', Prompt;
	font-size: 22px;
	letter-spacing: 1px;
	color: #003764;
	text-transform: uppercase;
}

.placesSights .owl-carousel {
	margin: 30px 0;
}

.placesSights .owl-carousel .owl-nav.disabled {
	display: block;
}

.placesSights .owl-theme .owl-nav {
	margin: 0;
}

.slideplacesSights img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.slideRoomType {
	position: relative;
}

.slideRoomType .carousel {
	overflow: hidden;
}

.slideRoomType .carousel-item {
	height: auto;
}

.slideRoomType img {
	width: 100%;
	height: auto;
}

.contentRoomRoomFeatures {
	height: 100%;
	display: block;
	background: #ebebeb;
	color: #252525;
	padding: 20px 30px;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1px;
}

.contentRoomRoomFeatures p {
	margin-bottom: 0;
}

.contentRoomRoomFeatures h3 {
	font-family: 'Playfair Display', Prompt;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px solid #252525;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #003764;
}

.contentRoomRoomFeatures h3 span {
	font-family: 'Source Sans Pro', Prompt;
	font-size: 14px;
	float: right;
	margin-top: 10px;
}

.contentRoomRoomFeatures h5 {
	font-family: 'Playfair Display', Prompt;
	font-size: 20px;
	color: #003764;
}

.contentRoomRoomFeatures.bgblue {
	background: #003764;
	color: #fff;
}

.contentRoomRoomFeatures.bgblue h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.contentRoomRoomFeatures.bgblue h3 span {
	color: #fff;
}

.contentRoomRoomFeatures.bgblue h5 {
	font-family: 'Playfair Display', Prompt;
	font-size: 20px;
	color: #fff;
}

.contentRoomRoomFeatures ul {
	margin-left: 10px;
	margin-bottom: 5px;
}

.contentRoomRoomFeatures.bgblue ul li::before {
	background-color: #fff;
}

.contentRoomRoomFeatures ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #003764;
	display: inline-block;
	margin-right: 10px;
}

.contentRoomRoomFeatures.bgblue a {
	color: #fff;
	border: 1px solid #fff;
}

.contentRoomRoomFeatures a {
	color: #003764;
	padding: 5px 15px;
	border: 1px solid #003764;
	display: inline-block;
	margin: 10px 0;
	border-radius: 5px;
	font-size: 12px;
}

.slideCenter {
	width: 100%;
	margin: 0 auto;
}

.slideimgRoom {
	width: 90%;
	margin: 30px auto 0;
}

.slideimgRoom .flexslider {
	margin: 0 0 20px;
}

.slideimgRoom #carousel.flexslider {
	margin: 0;
}

.FeaturesRoom {
	margin: 50px auto;
}

/*
.FeaturesRoom img {
	width: 100%;
	height: auto;
}
*/

.ContentFeaturesRoom {
	padding-top: 20px;
	padding-left: 10%;
}

.ContentFeaturesRoom h3 {
	text-transform: uppercase;
	color: #003764;
}

.ContentFeaturesRoom ul {
	margin-left: 10px;
}

.ContentFeaturesRoom ul li {
	margin-bottom: 10px;
}

.ContentFeaturesRoom ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #003764;
	display: inline-block;
	margin-right: 10px;
}

.col-Special {
	margin-bottom: 30px;
}

.col-Special h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #003764;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.col-Special p {
	height: 50px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 50px;
}

.contentSale {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	color: #ffffff;
	text-align: left;
}

.contentSale * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contentSale:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 100%;
	content: '';
	background-color: rgba(0, 55, 100, 0.9);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.contentSale img {
	width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
}

.contentSale figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contentSale h3,
.contentSale h5 {
	margin: 0;
	opacity: 0;
	letter-spacing: 2px;
}

.contentSale h3 {
	color: #fff;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	text-transform: uppercase;
	font-weight: 100;
	font-size: 24px;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	margin-bottom: 5px;
}

.contentSale h5 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.contentSale h5 a {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 15px;
	padding: 6px 10px;
	display: inline-block;
	text-transform: uppercase;
}

/*
.contentSale a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
*/

.contentSale:hover:before,
.contentSale.hover:before {
	top: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.contentSale:hover h3,
.contentSale.hover h3,
.contentSale:hover h5,
.contentSale.hover h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.contentSale:hover h3,
.contentSale.hover h3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.contentSale:hover h5,
.contentSale.hover h5 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.next .page-item .page-link {
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	background: #f2682a;
}

.next .page-item .page-link:hover {
	opacity: 0.9;
}

.next .page-item:first-child .page-link {
	border-radius: 0;
	margin-right: 2px;
}

.next .page-item:last-child .page-link {
	border-radius: 0;
}

.imgGallery {
	margin-bottom: 50px;
	text-align: center;
}

.imgGallery img {
	width: 100%;
	height: auto;
}

.imgGallery .loadgallery {
	width: 15%;
	height: 40px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin: 15px auto;
	padding: 6px 20px;
	color: #252525;
	border: 1px solid #252525;
}

figure.hoverGallery {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
	background: #003764;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.hoverGallery * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

figure.hoverGallery img {
	max-width: 100%;
	vertical-align: top;
}

figure.hoverGallery a {
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 26px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 60px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	text-decoration: none;
}

.col-lg-4 figure.hoverGallery a {
	font-size: 16px;
}

figure.hoverGallery:hover img,
figure.hoverGallery.hover img {
	opacity: 0.7;
}

figure.hoverGallery:hover a,
figure.hoverGallery.hover a {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.stepbooking {
	display: table;
	width: 80%;
	margin: 40px auto;
	position: relative;
}

.step-panel {
	display: table-row;
}

.step-panel:before {
	content: " ";
	width: 70%;
	height: 2px;
	position: absolute;
	top: 30%;
	bottom: 0;
	left: 14%;
	background-color: #ccc;
	z-index: 0;
}

.stepbooking-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.stepbooking-step p {
	text-transform: uppercase;
	font-size: 12px;
	color: #707070;
	font-weight: 700;
	margin: 15px 0;
	letter-spacing: 2px;
}

.btn-circle {
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 6px 0;
	font-size: 22px;
	line-height: 2;
	border-radius: 50%;
	color: #fff;
	background-color: #707070;
	display: inline-block;
}

.btn-circle:hover {
	text-decoration: none;
	color: #fff;
}

.active .btn-circle {
	background: #f26522;
	color: #fff;
	display: inline-block;
}

.active .btn-circle:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #f26522;
	position: absolute;
	top: 30%;
	z-index: 0;
}

.active .btn-circle.last:after {
	display: none;
}

.active.step3 .btn-circle:after {
	display: none;
}

.active p {
	color: #f26522;
}

.searchRoomType {
	margin: 20px 0;
}

.searchRoomType h3 {
	font-size: 20px;
	font-weight: 700;
	color: #003764;
}

.searchRoomType p {
	margin: 5px 0;
	font-size: 14px;
}

.searchRoomType p span {
	font-size: 14px;
	margin-right: 10px;
	color: #252525;
}

.searchRoomType p span:first-child {
	border-right: 1px solid #252525;
	padding-right: 10px;
}

.searchRoomType p a {
	float: right;
	color: #252525;
}

.searchRoomType p a:hover {
	color: #003764;
}

.detailroom {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.imgRoom {
	width: 30%;
	height: auto;
	float: left;
}


.coverimgRoom {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
}

.coverimgRoom img {
	width: 100%;
	height: auto;
	transition: transform 2s;
}

.coverimgRoom img:hover {
	transform: scale(1.2);
	opacity: 0.9;
}

.Description-Room {
	width: 70%;
	float: right;
	padding: 10px 20px;
	color: #898989;
}

.Description-Room h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #003764;
	vertical-align: middle;
	text-transform: uppercase;
}

.Description-Room h4 span {
	float: right;
	font-size: 14px;
	color: #898989;
	text-transform: none;
	font-weight: 100;
}

.Description-Room .features {
	color: #898989;
	font-size: 14px;
}

.Description-Room .features:hover {
	color: #003764;
}

.Description-Room .ct-right {
	float: right;
	font-size: 14px;
}

.Description-Room .ct-left {
	float: left;
	font-size: 14px;
}

.Description-Room .booking {
	font-size: 14px;
	background: #f2682a;
	color: #fff;
	padding: 6px 15px;
	text-decoration: none;
	float: right;
}

.subDescription {
	width: 100%;
	display: inline-block;
}

.subDescription p {
	margin-bottom: 0;
}

.people {
	float: left;
}

.people li {
	float: left;
	font-size: 18px;
	line-height: 0;
	margin-right: 6px;
}

.price {
	color: #f2682a;
	float: right;
	font-size: 24px;
}

.headBackRate {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.Backleft {
	float: left;
	color: #252525;
}

.Backleft:hover {
	color: #f2682a;
	text-decoration: none;
}

.Rateright {
	float: right;
	color: #003764;
}

.Rateright:hover {
	color: #003764;
}

.col-enhance {
	width: 100%;
	border: 1px solid #ccc;
	padding: 15px;
	display: inline-block;
}

.col-enhance h3 {
	text-transform: uppercase;
	color: #003764;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.ct-enhance-left {
	width: 30%;
	height: auto;
	float: left;
}

.ct-enhance-left img {
	width: 100%;
	height: auto;
}

.ct-enhance-right {
	width: 70%;
	float: right;
	padding: 0 10px;
	display: block;
}

.ct-enhance-right h4 {
	font-size: 16px;
	color: #003764;
	font-weight: 700;
}

.ct-enhance-right h4 span a {
	float: right;
	font-size: 22px;
	text-decoration: none;
	color: #252525;
}

.col-personal {
	width: 100%;
	border: 1px solid #ccc;
	padding: 15px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 30px;
}

.col-personal p span {
	width: 50%;
	float: right;
	color: #898989;
}

.col-personal .custom-select {
	position: relative;
	text-transform: none;
	cursor: pointer;
}

.col-personal .custom-select select {
	display: none;
}

.col-personal .select-selected:after {
	position: absolute;
	content: "";
	top: 5px;
	right: 10px;
	width: 0;
	height: 0;
	background: #fff;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.col-personal .select-items div {
	color: #252525;
	cursor: pointer;
	user-select: none;
	padding: 5px;
}

.col-personal .select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 10px;
	border: 1px solid #ccc;
}

.col-personal .select-hide {
	display: none;
}

.col-personal .select-items div:hover,
.col-personal .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}


.col-personal h3 {
	text-transform: uppercase;
	color: #003764;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.col-personal .form-group label {
	width: 100%;
}

.col-personal .form-group label span {
	color: #ff0000;
}

.col-personal .confirm {
	background: #f2682a;
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
}

.Expiration {
	width: 100%;
	display: inline-block;
}

.Expiration .custom-select {
	width: 30%;
	float: left;
	margin-right: 10px;
}

.reservation-detail {
	width: 100%;
	border: 1px solid #ccc;
	padding: 15px;
	display: inline-block;
}

.reservation-detail h3 {
	text-transform: uppercase;
	color: #003764;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.reservation-detail img {
	width: 100%;
	height: auto;
}

.reservation-detail .Description-Room {
	width: 100%;
	padding: 20px 0;
}

.reservation-detail .Description-Room a {
	color: #f2682a;
}

.no-booking {
	width: 100%;
	display: inline-block;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 20px;
}

.no-booking h5 {
	font-size: 16px;
	margin: 10px 0;
}

.no-booking h5 span a {
	float: right;
	color: #f2682a;
	font-size: 14px;
}

.total-reservation {
	font-size: 16px;
	color: #252525;
}

.total-reservation h6 {
	font-size: 18px;
	font-weight: 700;
}

.total-reservation span {
	float: right;
}

.total-reservation .blue {
	color: #003764;
}

.total-reservation .orange {
	color: #f2682a;
}


.filter-tool h6 {
	padding: 10px 0;
	margin: 5px 0;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
	color: #003764;
}


.filter-tool li {
	line-height: 35px;
	font-size: 12px;
	cursor: pointer;
}

.filter-tool li p {
	margin-bottom: 5px;
}

.filter-tool .title_items {
	color: #252525 cursor: pointer;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	-moz-transition: linear 0.2s background-color;
	-o-transition: linear 0.2s background-color;
	-webkit-transition: linear 0.2s background-color;
	transition: linear 0.2s background-color;
}

.filter-tool .title_items:hover {
	background-color: #f4f4f4;
}

.filter-tool .title_items.active + ul + .title_items {
	border-top: 1px solid #ccc;
}

.filter-tool .title_items.active:after {
	height: 5px;
	width: 0px;
	right: 14px;
	margin-top: -2.5px;
}

.filter-tool .title_items:before,
.filter-tool .title_items:after {
	content: "";
	position: absolute;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #252525;
	-moz-transition: linear 0.5s all;
	-o-transition: linear 0.5s all;
	-webkit-transition: linear 0.5s all;
	transition: linear 0.5s all;
}

.filter-tool .title_items:before {
	height: 2px;
	width: 10px;
	top: 50%;
	right: 10px;
	margin-top: -2.5px;
}

.filter-tool .title_items:after {
	height: 10px;
	width: 2px;
	top: 50%;
	right: 14px;
	margin-top: -6.5px;
}

/*
.filter-tool ul {
	padding: 0 6px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
*/

.filter-tool ul li {
	height: 0;
	opacity: 0;
	color: #252525;
	-moz-transition: linear 0.2s all;
	-o-transition: linear 0.2s all;
	-webkit-transition: linear 0.2s all;
	transition: linear 0.2s all;
}

.filter-tool ul li.visible {
	height: 36px;
	opacity: 1;
}

.booking-No {
	width: 100%;
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	background: #ebebeb;
}

.booking-No p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #003764;
	font-weight: 700;
}

.booking-No p span {
	float: right;
	color: #f2682a;
	font-weight: 500;
}

.confirmation {
	text-align: center;
	margin-bottom: 50px;
}

.confirmation a {
	margin-top: 20px;
	color: #fff;
	padding: 12px 25px;
	background: #f2682a;
	display: inline-block;
}

/*============= FOOTER =============*/

.back-to-top {

	position: fixed;
	bottom: 5%;
	right: 30px;
	display: inline-block;
	margin: 5px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 5px;
	letter-spacing: 2px;
	text-align: center;
	z-index: 5;
}

.back-to-top:hover {
	cursor: pointer;
}

.back-to-top span {
	font-size: 42px;
	line-height: 12px;
	font-weight: 100;
}

.map-footer {
	height: 450px;
}

.contact-footer {
	height: 450px;
	color: #fff;
	background: #003764;
	padding: 50px 60px;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 1px;
}

.contact-footer h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 100;
	margin: 5px 0;
	font-size: 24px;
	line-height: 24px;
}

.ct-tel {
	margin: 50px 0;
}

.ct-social ul {
	width: 100%;
	display: inline-block;

}

.ct-social ul li {
	float: left;
}

.ct-social ul li a {
	padding: 10px 10px 10px 0;
}




.brand {
	position: absolute;
	padding: 10px 30px;
	float: left;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 1.4em;
}

.brand a,
.brand a:visited {
	color: #ffffff;
	text-decoration: none;
}

.nav-container {
	max-width: 1000px;
	margin: 0 auto;
}

nav {
	float: right;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	position: relative;
}


nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: ' ▾';
}

nav ul li ul li {
	min-width: 190px;
}

nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}

.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	/*		background: #262626;*/
	height: 85px;
	width: 85px;
}


#nav-toggle {
	position: absolute;
	left: 25px;
	top: 40px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #262626;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

.typemobile .desktop {
	display: block;
}

.typemobile .mobie {
	display: none;
}




/*============== RISPONSIVE ==============*/

@media only screen and (max-width: 798px) {
	.nav-mobile {
		display: block;
	}

	nav {
		width: 100%;
		padding: 100px 0 0;
	}

	nav ul {
		display: none;
		background: #003764;
		padding: 10px;
	}

	nav ul li {
		float: none;
		font-size: 18px;
	}

	nav ul li a {
		padding: 15px;
		line-height: 20px;
	}

	nav ul li a:hover,
	nav ul li a:visited:hover {
		color: #ffffff;
		background: #f2682a;
	}

	nav ul li a,
	nav ul li a:visited {
		display: block;
		padding: 15px 20px;
		color: #ffffff;
		text-decoration: none;
	}

	.desktopMenu {
		display: none;
	}

	.menu-mobile {
		width: 100%;
		display: inline-block;
	}
}

@media screen and (min-width: 799px) {
	.nav-list {
		display: block !important;
	}
}

@media (max-width: 575.98px) {

	.welcome {
		width: 90%;
		position: absolute;
		left: 5%;
		top: 20%;
		padding: 30px 50px;
	}

	.imageslider .carousel-indicators {
		bottom: 0;
	}

	.menu-mobile .nav-search {
		height: auto;
		background: none;
		padding-top: 0;
		display: block;
	}
	.menu-mobile .nav-search.sticky{
		display: none;
	}

	.menu-mobile .nav-search h4 {
		color: #f2682a;
		font-size: 16px;
		text-transform: uppercase;
		margin: 10px 0 0;
		padding: 20px 0;
		border-top: 1px solid #fff;
	}

	.menu-mobile .nav-search .col-md-3 {
		margin-bottom: 20px;
	}

	.nav-search {
		display: none;
	}

	.col-history h2:after {
		width: 48.5%;
		left: 24.75%;

	}

	.topic-Content h2:after {
		width: 40.5%;
		left: 29.75%;
	}

	.section-Roomtype .txh1 {
		font-size: 40px;
		padding: 20px;
	}

	.section-Roomtype .txh1 br {
		display: none;
	}

	.walking-location {
		padding: 30px 0;
		font-size: 14px;
	}

	.walking-location h4 {
		font-size: 18px;
	}

	.walking-location ul li {
		width: 100%;
		display: inline-block;
		font-size: 14px;
		margin: 0;
		padding: 10px;
	}

	.walking-location ul li span {
		display: block;
		float: left;
	}

	.typemobile .desktop {
		display: none;
	}

	.typemobile .mobie {
		display: block;
	}

	.slideRoomType .carousel-item {
		min-height: auto;
	}

	.slideimgRoom {
		width: 100%;
		margin: 0;
	}

	.slideimgRoom .flexslider {
		margin: 0;
	}

	.FeaturesRoom {
		margin: 10px 0;
	}

	.ContentFeaturesRoom {
		padding: 15px;
	}

	.txheader {
		font-size: 18px;
		top: 50%;
	}

	.txheader h2 {
		font-size: 20px;
		line-height: 5px;
	}

	.next nav {
		padding: 0;
	}

	.next nav ul {
		background: none;
		padding: 0;
	}

	.contact-footer {
		height: auto;
		padding: 25px;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {
	.desktopMenu {
		display: none;
	}

	.menu-mobile {
		width: 100%;
		display: inline-block;
	}

	.navigation {
		height: 85px;
	}

	nav ul li a,
	nav ul li a:visited {
		display: block;
		padding: 15px 20px;
		color: #ffffff;
		text-decoration: none;
	}
	.menu-mobile .nav-search{
		display: none;
	}
	.nav-search.sticky {
		top: 0;
	}

	.welcome {
		width: 80%;
		left: 10%;
	}

	.welcome h2 {
		font-size: 54px;
	}

	.module_menu ul li {
		font-size: 14px;
	}

	.module_menu ul li a {
		padding: 31px 5px;
	}

	.col-history {
		padding: 0;
	}

	.col-history h2:after,
	.promotion-special > p:after,
	.topic-Content h2:after {
		width: 23.5%;
		left: 38.25%;
	}

	.section-Roomtype .txh1 {
		font-size: 46px;
	}

	.section-Roomtype .txh1 br {
		display: none;
	}

	.section-Roomtype img {
		width: 100%;
		height: 100%;
	}

	.respon .col-6 {
		width: 100%;
	}

	.typemobile .desktop {
		display: none;
	}

	.typemobile .mobie {
		display: block;
	}

	.ContentFeaturesRoom {
		padding: 20px;
	}

	.slideimgRoom {
		width: 100%;
	}

	.FeaturesRoom {
		margin: 20px 0;
	}

	.txheader {
		top: 40%;
	}

	.txheader h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.imgGallery .loadgallery {
		width: 20%;
	}

	.imageslider .carousel-indicators {
		bottom: 0;
	}

}

@media (min-width: 992px) and (max-width: 1170px) {}