@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../../../fonts/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../../../fonts/Montserrat-Medium.ttf');
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../../../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: 'Cormorant-Regular';
	src: url('../../../fonts/Cormorant-Regular.ttf');
}

@font-face {
	font-family: 'Cormorant-Medium';
	src: url('../../../fonts/Cormorant-Medium.ttf');
}

@font-face {
	font-family: 'Cormorant-SemiBold';
	src: url('../../../fonts/Cormorant-SemiBold.ttf');
}

body {
	font-family: 'Montserrat-Regular', Arial, Verdana, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #403E2B;
	-webkit-text-size-adjust: none;
	background-color: #ffffff;
}

html,
body {
	margin: 0;
	padding: 0;
	position: relative;
}

body.section_home {}

input,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
div,
table,
img,
p,
ul,
li {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 18px;
}

ol {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 18px;
}

th {
	text-align: left;
	padding: 5px;
}

td {
	vertical-align: top;
}

#table_form td {
	vertical-align: top;
}

img {
	border: none;
}

input:focus,
textarea:focus {
	outline: none;
}

a,
a:visited {
	text-decoration: none;
	color: #403E2B;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	font-weight: normal;
}

a:hover {
	color: #333333;
	text-decoration: uderline;
	animation: color_change 0.5s;
	font-weight: normal;
}

a:focus {
	outline: none;
}

p {
	clear: both;
	margin-bottom: 30px;
	line-height: 180%;
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #403E2B;
	font-size: 45px;
	font-family: 'Cormorant-Regular';
	margin-bottom: 30px;
	line-height: 120%;
	font-weight: 800;
	letter-spacing: 0.1em;
}

h3,
h4,
h5,
h6 {
	color: #403E2B;
	font-size: 38px;
	font-family: 'Cormorant-Regular';
	margin-bottom: 30px;
	line-height: 120%;
	font-weight: 800;
}

h2 {
	font-size: 28px;
	font-weight: 400;
}

.main_content ol,
.main_content ul {
	font-size: 18px;
	color: #5a5a5a;
	line-height: 150%;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

.main_content ol li,
.main_content ul li {
	padding-bottom: 30px;
}

.rtecenter {
	text-align: center;
}

.table_contact {
	clear: both;
	margin-bottom: 20px;
}

.table_contact td {
	padding: 0px 10px 5px 0px;
}

.table_contact td.title {}

.table_contact td.title2 {}

.table_contact td {}

#container {
	position: relative;
	margin: auto;
	padding: auto;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*
	 background-color:#ffffff;*/
}

#main_container {
	position: relative;
	margin: auto;
	padding: auto;
	/* width:100%;
     */
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	margin-top: 180px;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.section_home #main_container {
	/*
    margin-top: 0px;*/
}

#main_container.current {
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

#main_content_container {
	width: 100%;
	margin: auto;
	padding: auto;
	min-height: 300px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main_content {
	clear: both;
	width: 100%;
	margin: auto;
	padding: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.clear {
	clear: both;
}

.header {
	clear: both;
	width: 100%;
	height: 180px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	-webkit-transition: height 500ms ease-out 0s;
	-moz-transition: height 500ms ease-out 0s;
	-o-transition: height 500ms ease-out 0s;
	transition: height 500ms ease-out 0s;
	background: #ffffff;
	/*
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
*/
}

.header_container {
	max-width: 98%;
	position: relative;
	margin: auto;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.section_home .header {
	background: none;
}

.section_home .header.header_current {
	background: #ffffff;
}

.header_current {
	/*
	transform: translateY(-100%);
*/
	/*
	 border-bottom:1px solid #cfcfcf;
 */
	height: 80px;
	-webkit-transition: height 500ms ease-out 0s;
	-moz-transition: height 500ms ease-out 0s;
	-o-transition: height 500ms ease-out 0s;
	transition: height 500ms ease-out 0s;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.43);
}

#logo {
	width: 118px;
	margin: auto;
	margin-top: 30px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

#logo img {
	width: 100%;
}

#logo .img2 {
	display: none;
}

.section_home #logo {
	top: 40px;
	width: 172px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	width: 100px;
	top: 8px;
}

.section_home #logo .img1 {
	display: none;
}

.section_home #logo .img2 {
	display: inline;
}

.section_home .header_current #logo {
	width: 110px;
	width: 140px;
	width: 180px;
	width: 120px;
	top: 8px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.section_home .header_current #logo .img1 {
	display: inline;
}

.section_home .header_current #logo .img2 {
	display: none;
}

.mmenu {
	display: none;
}

.topmenu_area {
	position: absolute;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	width: 100%;
	left: 0%;
	top: 94px;
}

.header_current .topmenu_area {}

.topmenu {
	display: flex;
	justify-content: center;
}

.topmenu ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

.topmenu ul li {
	margin: 0 15px;
	position: relative;
	text-align: center;
}

.topmenu_line {
	width: 100%;
	height: 4px;
	background-color: #333333;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu ul li a:link,
.topmenu ul li a:visited,
.section_home .header_current .topmenu ul li a:link,
.section_home .header_current .topmenu ul li a:visited {
	font-size: 12px;
	color: #403E2B;
	font-family: 'Montserrat-Medium';
	text-decoration: none;
		border-bottom:1px solid #ffffff;
	padding-bottom: 2px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu ul li a:link .topmenu_line,
.topmenu ul li a:visited .topmenu_line,
.section_home .header_current .topmenu ul li a:link .topmenu_line,
.section_home .header_current .topmenu ul li a:visited .topmenu_line {
	width: 0%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;

}

.topmenu ul li a:hover,
.topmenu ul li a.current:link,
.topmenu ul li a.current:visited,
.section_home .header_current .topmenu ul li a:hover,
.section_home .header_current .topmenu ul li a.current:link {
	font-size: 12px;
		color: #A84F27;
	font-family: 'Montserrat-Medium';
	text-decoration: none;
border-bottom:1px solid #A84F27;
	padding-bottom: 2px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu ul li a:hover .topmenu_line,
.topmenu ul li a.current:link .topmenu_line,
.topmenu ul li a.current:visited .topmenu_line,
.section_home .header_current .topmenu ul li a:hover .topmenu_line,
.section_home .header_current .topmenu ul li a.current:link .topmenu_line {
	width: 100%;
	background-color: #403E2B;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

#footer {
	display: block;
	background-color: #3d3c29;
	margin-top: 100px;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 80px;
}

#footer_container {
	max-width: 1200px;
	margin: auto;
	font-size: 15px;
}

.footer_top {
	clear: both;
	display: block;
}

.footer_bottom {
	clear: both;
	display: block;
	padding-top: 80px;
}

.footer_left {
	float: left;
	width: 60%;
}

.footer_right {
	float: right;
	width: 38%;
}

/* Fix copyright positioning */
.copyright {
	clear: both;
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

.topmenu_m {
	display: none;
}

.mmenu {
	display: none;
}

.mobile_content {
	display: none;
}

.footer_contact {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.footer_contact .photo {
	max-width: 50px;
	margin: auto;
}

.footer_contact .photo img {
	width: 100%;
	margin-bottom: 15px;
}

.footer_contact .title {
	text-align: center;
	font-size: 22px;
	color: #333333;
	font-family: 'dincond-bold';
	margin-bottom: 10px;
}

.footer_contact .desc a:link,
.footer_contact .desc a:visited {
	color: #403E2B;
	font-size: 24px;
	font-family: "Arial", Sans-serif;
}

.footer_contact .desc a:hover {
	color: #333333;
	font-size: 24px;
	font-family: "Arial", Sans-serif;
}

.top_lang_nav {
	position: absolute;
	right: 0px;
	top: 33px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 99;
}

.top_lang_nav .icon {
	width: 20px;
}

.top_lang_nav .icon img {
	width: 100%;
}

.top_lang_nav .title {
	font-family: 'dincond-bold';
}

.top_lang_nav .title a:link,
.top_lang_nav .title a:visited {
	font-size: 20px;
	color: #333333;
	font-family: 'dincond-bold';
	line-height: 100%;
}

.top_lang_nav .title a:hover {
	font-size: 20px;
	color: #403E2B;
	font-family: 'dincond-bold';
	line-height: 100%;
}

.mmenu_desktop {
	position: absolute;
	left: 0%;
	top: 100px;
	width: 20px;
	z-index: 99;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.mmenu_desktop img {
	width: 100%;
}

.topmenu_nav {
	position: absolute;
	right: 0%;
	top: 90px;
	z-index: 99;

	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.lang_menu {
	position: relative;
	display: inline-block;
	float: left;
}

.lang_menu .title {
	cursor: pointer;
	padding: 8px 12px;
	background: #ffffff;
	color: #403E2B;
	font-family: 'Montserrat-SemiBold';
	border-radius: 4px;
	background-image: url(../../images/icon/dropdown.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px 8px;
	font-size: 12px;
}

.lang_menu ul {
	display: none;
	/* hidden by default */
	position: absolute;
	top: 100%;
	/* below the title */
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 50px;
	z-index: 1000;
	font-family: 'Montserrat-SemiBold';
	font-size: 12px;
}

.lang_menu ul li {
	padding: 8px 12px;
}

.lang_menu ul li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-family: 'Montserrat-SemiBold';
	font-size: 12px;
}

.lang_menu ul li:hover {
	background: #f0f0f0;
}

.btn_top_booking {
	float: left;
	margin-left: 20px;
}

.btn_top_booking a:link,
.btn_top_booking a:visited {
	float: left;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-size: 12px;
	color: #403E2B;
	background-color: #DFEDB7;
	font-family: 'Montserrat-SemiBold';
}

.btn_top_booking a:hover {
	float: left;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	background-color: #403E2B;
	font-family: 'Montserrat-SemiBold';
}

.header.header_current #logo {
	display: none;
}

.header.header_current .topmenu_area {
	top: 22px;
}

.header.header_current .mmenu_desktop {
	top: 30px;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.header.header_current .topmenu_nav {
	/*
	display: none;
*/
top:20px;
-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.home_banner {
	width: 100%;
	z-index: 1;
	position: relative;
}

.banner {
	width: 100%;
	z-index: 1;
	position: relative;
}

.banner_gallery .slide img {
	width: 100%;
	/* fill horizontally */
	height: 70vh;
	/* fixed vertical height */
	object-fit: cover;
	/* crop to fill box */
	object-position: center;
	/* keep centered */
	display: block;
}

.banner .bx-wrapper {
	margin-bottom: 30px;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	/* keep it centered */
	margin: 0 auto;
	/* auto margin centers it */
	width: auto;
	/* shrink to fit content */
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	/* ensures width matches content */
	width: 210px;
}

.banner .bx-wrapper .bx-prev {
	left: 30px;
	background-image: url(../../images/icon/btn_banner_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 64px;
	width: 40px;
	height: 64px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.banner .bx-wrapper .bx-prev:hover,
.banner .bx-wrapper .bx-prev:focus {
	left: 20px;
	background-image: url(../../images/icon/btn_banner_prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 64px;
	width: 40px;
	height: 64px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.banner .bx-wrapper .bx-next {
	right: 30px;
	background-image: url(../../images/icon/btn_banner_next.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px 64px;
	width: 40px;
	height: 64px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.banner .bx-wrapper .bx-next:hover,
.banner .bx-wrapper .bx-next:focus {
	right: 20px;
	background-image: url(../../images/icon/btn_banner_next.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px 64px;
	width: 40px;
	height: 64px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.section_home_about {
	max-width: 1200px;
	margin: auto;
	background-color: #DFEDB7;
	margin-top: -150px;
	z-index: 9;
	position: relative;
	margin-bottom: 100px;
}

.section_home_about_container {
	display: block;
	background-image: url(../../images/pattern/pattern_left.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.section_home_about_container2 {
	display: flex;
	flex-direction: column;
	/* stack logo, heading, paragraphs */
	justify-content: center;
	/* vertical center */
	align-items: center;
	/* horizontal center */
	background-image: url(../../images/pattern/pattern_right.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 400px;
	/* ensures enough height for centering */
	text-align: center;
	/* center text alignment */
	padding: 50px 100px 50px 100px;
}

.section_home_about .logo {
	max-width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

.section_home_about .logo img {
	width: 100%;
}

.section_home_about h2 {
	color: #403E2B;
	margin-bottom: 30px;
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
}

.section_home_about p {
	color: #403E2B;
	font-size: 16px;
}

.section_home_about a:link,
.section_home_about a:visited {
	color: #403E2B;
	text-decoration: underline;
}

.section_home_about a:hover {
	color: #000000;
	text-decoration: underline;
}

.footer_enews {
	max-width: 380px;
}

.footer_enews .heading {
	font-size: 16px;
	margin-bottom: 20px;
}

input.input_enews {
	width: 91%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0px 4% 0px 4%;
	text-align: left;
	border: none;
	font-size: 12px;
	font-weight: normal;
	background: none;
	color: #000000;
	background-color: #ffffff;
	font-family: 'dincond-bold', Arial, Verdana, sans-serif;
	background-image: url(../../images/icon/arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 7px 12px;
}

.btn_more_moments {
	clear: both;
	padding-top: 10px;
}

.btn_more_moments a:link,
.btn_more_moments a:visited {
	color: #ffffff;
	text-decoration: none;
}

.btn_more_moments a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer_moments {}

.footer_moments .heading {
	font-size: 16px;
	margin-bottom: 20px;
}

.footer_info .heading {
	font-size: 28px;
	margin-bottom: 20px;
	font-family: 'Montserrat-Medium';
}

.footer_info .desc {
	font-size: 16px;
}

.footer_info .desc p {
	font-size: 16px;
}

.footer_social_list {
	clear: both;
}

.footer_social_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_social_list ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	position: relative;
	text-align: left;
}

.footer_social_list ul li img {
	height: 40px;
}

.footer_info a:link,
.footer_info a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer_info a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer_nav {}

.footer_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
		text-transform:uppercase;
}

.footer_nav ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.footer_nav ul li a:link,
.footer_nav ul li a:visited {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Montserrat-Medium';
	/*

	 padding-bottom:7px;
	 */
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.footer_nav ul li a:hover,
.footer_nav ul li a.current:link,
.footer_nav ul li a.current:visited {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	font-family: 'Montserrat-Medium';
	/*
	 border-bottom:2px solid #67A143;
	 padding-bottom:2px;
	 */
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.section_home_moments {
	clear: both;
	width: 100%;
	position: relative;
}

.section_home_moments_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

h2.section_title {
	clear: both;
	width: 100%;
	position: relative;
	font-family: 'Cormorant-SemiBold';
	font-size: 38px;
}

.section_heading {
	margin-bottom: 50px;
}

.section_heading h2 {
	margin-bottom: 0px;
}

.section_heading_left {
	float: left;
	width: 70%;
}

.section_heading_right {
	float: right;
	width: 28%;
}

.btn_icon {
	float: right;
	width: 30px;
	padding-top: 10px;
}

.btn_icon img {
	width: 100%;
}

.home_moments_list {}

.home_moments_list .item {
	float: left;
	width: 49.5%;
}

.home_moments_list .item_right {
	float: right;
}

.home_moments_list img {
	width: 100%;
}

.home_moments_list2 {
	display: flex;
	flex-wrap: wrap;
}

.home_moments_list2 .item2 {
	flex: 1 1 calc(50% - 10px);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}

.home_moments_list2 .item2_right {
	margin-left: 10px;
}

.home_moments_list2 .item2_bottom {
	margin-top: 10px;
}

.section_heading_link {
	float: right;
	padding-top: 10px;
}

.section_heading_link a:link,
.section_heading_link a:visited {
	font-size: 12px;
	color: #403E2B;
	font-family: 'Montserrat-SemiBold';
	text-decoration: underline;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.section_heading_link a:hover {
	color: #000000;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.table_button_list td {
	padding: 0px 20px 0px 0px;
}

.section_home_rooms {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.section_home_rooms_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.home_rooms_list .bx-wrapper .bx-prev {
	left: -70px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_rooms_list .bx-wrapper .bx-prev:hover,
.home_rooms_list .bx-wrapper .bx-prev:focus {
	left: -75px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_rooms_list .bx-wrapper .bx-next {
	right: -70px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_rooms_list .bx-wrapper .bx-next:hover,
.home_rooms_list .bx-wrapper .bx-next:focus {
	right: -75px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_rooms_list .bx-wrapper {
	margin-bottom: 200px;
}

.home_rooms_list .bx-wrapper .bx-pager,
.home_rooms_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -100px;
	width: 100%;
	right: 0px;
	text-align: right;
}

.home_rooms_list .slide .img {
	width: 70%;
	float: right;
}

.home_rooms_list .slide .img img {
	width: 100%;
}

.home_rooms_list .slide {
	position: relative;
}

.home_rooms_list .slide .content_box {
	position: absolute;
	left: 0px;
	bottom: -100px;
	width: 40%;
	z-index: 9999;
	width: 34%;
}

.home_rooms_list .slide .content_box_container {
	background: rgba(47, 46, 33, 0.9);
	color: #ffffff;
	display: inline-block;
	padding: 30px;
}

.home_rooms_list .slide .content_box .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
}

.home_rooms_list .slide .content_box .desc {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
}

.home_rooms_list .slide .content_box .btn_view a:link,
.home_rooms_list .slide .content_box .btn_view a:visited {
	float: left;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-family: 'Montserrat-Regular';
}

.home_rooms_list .slide .content_box .btn_view a:hover {
	float: left;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

/* Override bxSlider viewport overflow */
.home_rooms_list .bx-viewport {
	overflow: visible !important;
}

/* Also ensure the wrapper doesn't clip content */
.home_rooms_list .bx-wrapper {
	overflow: visible !important;
	margin-bottom: 200px;
	/* Give space for the content_box */
}

/* Ensure each slide doesn't clip its content */
.home_rooms_list .bxslider_home_rooms_list .slide {
	overflow: visible !important;
}

.section_home_dining {
	clear: both;
	width: 100%;
	position: relative;
}

.section_home_dining_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 0px;
}

.section_home_dining_container2 {
	max-width: 2000px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.home_dining_list .bx-wrapper .bx-prev {
	left: 30px;
	background-image: url(../../images/icon/btn_prev.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_dining_list .bx-wrapper .bx-prev:hover,
.home_dining_list .bx-wrapper .bx-prev:focus {
	left: 20px;
	background-image: url(../../images/icon/btn_prev.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_dining_list .bx-wrapper .bx-next {
	right: 30px;
	background-image: url(../../images/icon/btn_next.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_dining_list .bx-wrapper .bx-next:hover,
.home_dining_list .bx-wrapper .bx-next:focus {
	right: 20px;
	background-image: url(../../images/icon/btn_next.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_dining_list .bx-wrapper {
	margin-bottom: 60px;
}

.home_dining_list .bx-wrapper .bx-pager,
.home_dining_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -100px;
	width: 100%;
	right: 0px;
	text-align: right;
}

/* Home Dinning List Styles */
.home_dining_list {
	width: 100%;
}

.home_dining_list .slide {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	/* Makes both columns equal height */
	min-height: 500px;
	/* Minimum height, adjust as needed */
	width: 100%;
}

/* Image container - 55% width */
.home_dining_list .slide .img {
	width: 55%;
	overflow: hidden;
	position: relative;
	max-height:70vh;
}

/* Make the img tag behave like background cover */
.home_dining_list .slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* This is what you want - crops image to fill container */
	object-position: center;
	/* Centers the cropped image */
	display: block;
}

/* Content box - 45% width */
.home_dining_list .slide .content_box {
	width: 45%;
	background-color: #403e2b;
	/* Or your desired background */
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 40px;
}

.home_dining_list .slide .content_box_container {
	margin: 0 auto;
}

.home_dining_list .slide .content_box .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
	color: #ffffff;
	position: relative;
	width: 76%;
}

.home_dining_list .slide .content_box .desc {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
	color: #ffffff;
	min-height: 220px;

	min-height: 180px;
	width: 76%;
}

.home_dining_list .slide .content_box .btn_view a:link,
.home_dining_list .slide .content_box .btn_view a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-family: 'Montserrat-Regular';
	transition: all 300ms ease-out 0s;
}

.home_dining_list .slide .content_box .btn_view a:hover {
	color: #403E2B;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.home_dining_list .slide .content_box .btn_view2 a:link,
.home_dining_list .slide .content_box .btn_view2 a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	font-family: 'Montserrat-Regular';
	transition: all 300ms ease-out 0s;
	border: 1px solid #403E2B;
}

.home_dining_list .slide .content_box .btn_view2 a:hover {
	color: #403E2B;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.home_dining_list .slide .content_box .other_info table {
	margin-bottom: 20px;
}

.home_dining_list .slide .content_box .other_info table td {
	padding: 0px 10px 15px 0px;
	font-size: 15px;
	color: #ffffff;
	font-family: 'Montserrat-SemiBold';
	vertical-align: center;
}

.home_dining_list .slide .content_box .other_info table td.icon img {
	width: 20px;
}

.dinning_desc_arrow_list {
	position: absolute;
	right: 0px;
	top: -8px;
}

.dinning_desc_arrow_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dinning_desc_arrow_list ul li {
	margin-left: 5px;
	float: left;
}

.dinning_desc_arrow_list ul li img {
	width: 14px;
}

.dinning_desc_arrow_list ul li a:link,
.dinning_desc_arrow_list ul li a:visited {
	float: left;
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
}

.dinning_desc_arrow_list ul li a:hover {
	float: left;
	background-color: #d8d5b4;
	padding: 10px 15px 10px 15px;
}

.section_home_wedding {
	clear: both;
	width: 100%;
	position: relative;
}

.section_home_wedding_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 0px;
}

.section_home_wedding_container2 {
	max-width: 2000px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.home_wedding_list .bx-wrapper .bx-prev {
	left: 30px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_wedding_list .bx-wrapper .bx-prev:hover,
.home_wedding_list .bx-wrapper .bx-prev:focus {
	left: 20px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_wedding_list .bx-wrapper .bx-next {
	right: 30px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_wedding_list .bx-wrapper .bx-next:hover,
.home_wedding_list .bx-wrapper .bx-next:focus {
	right: 20px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_wedding_list .bx-wrapper {
	margin-bottom: 120px;
}

.home_wedding_list .bx-wrapper .bx-pager,
.home_wedding_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -20px;
	width: 100%;
	right: 10%;
	text-align: right;
}

/* Home Dinning List Styles */
.home_wedding_list {
	width: 100%;
}

.home_wedding_list .slide {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	/* Makes both columns equal height */
	min-height: 500px;
	/* Minimum height, adjust as needed */
	width: 100%;
}

/* Image container - 55% width */
.home_wedding_list .slide .img {
	width: 70%;
	overflow: hidden;
	position: relative;
}

/* Make the img tag behave like background cover */
.home_wedding_list .slide .img img {
	width: 100%;
	height: 90%;
	object-fit: cover;
	/* This is what you want - crops image to fill container */
	object-position: center;
	/* Centers the cropped image */
	display: block;
}

/* Content box - 45% width */
.home_wedding_list .slide .content_box {
	width: 30%;
	background-color: #dfedb7;
	/* Or your desired background */
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 40px;
	width: 24%;
}

.home_wedding_list .slide .content_box_container {
	float: right;
	width: 80%;
}

.home_wedding_list .slide .content_box .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
	color: #403E2B;
	position: relative;
}

.home_wedding_list .slide .content_box .desc,.home_wedding_list .slide .content_box .desc p,.home_wedding_list .slide .content_box .desc ul,.home_wedding_list .slide .content_box .desc ol {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
	color: #403E2B;
	
}

.home_wedding_list .slide .content_box .btn_view a:link,
.home_wedding_list .slide .content_box .btn_view a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #403E2B;
	border: 1px solid #403E2B;
	font-family: 'Montserrat-Regular';
	transition: all 300ms ease-out 0s;
}

.home_wedding_list .slide .content_box .btn_view a:hover {
	color: #ffffff;
	background-color: #403E2B;
	border: 1px solid #403E2B;
}

.home_wedding_list .slide .content_box .other_info {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
	color: #403E2B;
}

.home_wedding_list .slide .content_box .other_info a:link,
.home_wedding_list .slide .content_box .other_info a:visited {
	text-decoration: underline;
}

.home_wedding_list .slide .content_box .other_info a:hover {
	text-decoration: underline;
	color: #000000;
}

.section_home_events {
	clear: both;
	width: 100%;
	position: relative;
}

.section_home_events_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 0px;
}

.section_home_events_container2 {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.home_events_list .bx-wrapper .bx-prev {
	left: -70px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_events_list .bx-wrapper .bx-prev:hover,
.home_events_list .bx-wrapper .bx-prev:focus {
	left: -80px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_events_list .bx-wrapper .bx-next {
	right: -70px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_events_list .bx-wrapper .bx-next:hover,
.home_events_list .bx-wrapper .bx-next:focus {
	right: -80px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_events_list .bx-wrapper {
	margin-bottom: 120px;
}

.home_events_list .bx-wrapper .bx-pager,
.home_events_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
	right: 0%;
	text-align: right;
}

/* Home Dinning List Styles */
.home_events_list {
	width: 100%;
}

.home_events_list .slide {
	width: 100%;
	position: relative;
	min-height: 600px;
}

/* Image container - 55% width */
.home_events_list .slide .img1 {
	width: 55%;
	position: relative;
	margin: auto;
	width: 80%;
	float: right;
}

.home_events_list .slide .img1 img {
	width: 100%;
}

.home_events_list .slide .img2 {
	width: 40%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.home_events_list .slide .img2 img {
	width: 100%;
}

.home_events_list .slide .content_box {
	position: absolute;
	left: 0px;
	bottom: 5%;
	width: 32%;
	z-index: 9999;
	width: 25%;
}

.home_events_list .slide .content_box_container {
	background: rgba(47, 46, 33, 0.9);
	color: #ffffff;
	display: inline-block;
	padding: 30px;
}

.home_events_list .slide .content_box .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
}

.home_events_list .slide .content_box .desc {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
}

.section_home_fitness {
	clear: both;
	width: 100%;
	position: relative;
	background: linear-gradient(to right,
			#dfedb7 0%,
			/* blue starts */
			#dfedb7 30%,
			/* blue fills 80% */
			#ffffff 30%,
			/* light starts immediately */
			#ffffff 100%
			/* light fills remaining 20% */
		);
}

.section_home_fitness_container3 {
	background-image: url(../../images/pattern/fitness.png?v=2);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 70px;
}

.section_home_fitness_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 0px;
}

.section_home_fitness_container2 {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.home_fitness_list .bx-wrapper .bx-prev {
	left: -70px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_fitness_list .bx-wrapper .bx-prev:hover,
.home_fitness_list .bx-wrapper .bx-prev:focus {
	left: -80px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_fitness_list .bx-wrapper .bx-next {
	right: -70px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_fitness_list .bx-wrapper .bx-next:hover,
.home_fitness_list .bx-wrapper .bx-next:focus {
	right: -80px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_fitness_list .bx-wrapper {
	margin-bottom: 120px;
}

.home_fitness_list .bx-wrapper {
	height: auto !important;
	/* let content define height */
}

.home_fitness_list .bx-wrapper .bx-pager,
.home_fitness_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
	right: 0%;
	text-align: center;
}

.home_fitness_list .slide img {
	width: 100%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	
}

.home_fitness_list .slide {
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_fitness_list .slide.active {
	width: 600px !important;

	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_fitness_list .slide .content_box {
	position: absolute;
	left: 0px;
	bottom: 5%;
	width: 32%;
	z-index: 9999;
}

.home_fitness_list .slide .content_box_container {
	background: rgba(47, 46, 33, 0.9);
	color: #ffffff;
	display: inline-block;
	padding: 30px;
}

.home_fitness_list .slide .content_box .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
}

.home_fitness_list .slide .content_box .desc {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
}

.section_home_fitness_mask {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 30%;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 1) 83%);
	height: 400px;
	z-index: 999;
}

.section_home_offers {
	clear: both;
	width: 100%;
	position: relative;
}

.section_home_offers_container3 {}

.section_home_offers_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 0px;
}

.section_home_offers_container2 {
	max-width: 100%;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.home_offers_list .bx-wrapper .bx-prev {
	left: 30px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 999;
}

.home_offers_list .bx-wrapper .bx-prev:hover,
.home_offers_list .bx-wrapper .bx-prev:focus {
	left: 20px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_offers_list .bx-wrapper .bx-next {
	right: 30px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 999;
}

.home_offers_list .bx-wrapper .bx-next:hover,
.home_offers_list .bx-wrapper .bx-next:focus {
	right: 20px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_offers_list .bx-wrapper {
	margin-bottom: 120px;
}

.home_offers_list .bx-wrapper {
	height: auto !important;
	/* let content define height */
}

.home_offers_list .bx-wrapper .bx-pager,
.home_offers_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
	right: 0%;
	text-align: center;
}

.home_offers_list .slide img {
	width: 100%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_offers_list .slide {
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	cursor:pointer;
    
}

.home_offers_list .slide.active {
	width: 600px !important;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_offers_list .photo {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	height: 300px;
}

.home_offers_list .img {}

.home_offers_list .img img {
	object-fit: cover;
	object-position: center;
	display: block;
}




.home_offers_list .label {
	position: absolute;
	left: 2%;
	top: 2%;
	z-index: 9;
}
.home_offers_list .label ul{
	 list-style: none;
  padding: 0;
  margin: 0;
  display: flex;          /* use flexbox for horizontal layout */
  gap: 5px;  

}

.home_offers_list .label ul li{
		list-style:none;
	padding:0;
	margin:0;
	float:left;

	display: flex;
	align-items: center;
	gap: 5px;
	clear: both;
	color: #403E2B;
	font-size: 11px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}






.home_offers_list .label_time_limited {
	background-color: #A84F27;
	color: #ffffff;
}

.home_offers_list .label_most_wanted {
	background-color: #ffffff;
	color: #A84F27;
}

.home_offers_list .label_discount {
	background-color: #ffffff;
	color: #000000;
}

.home_offers_list .label img {
	width: 10px;
}

.home_offers_list .category {
	font-size: 15px;
	margin-bottom: 20px;
}

.home_offers_list .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
}

.home_offers_list .desc,.home_offers_list .desc p,.home_offers_list .desc ol,.home_offers_list .desc ul {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
}

.section_home_offers_mask_left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 30%;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.02) 11%, rgba(255, 255, 255, 1) 100%);
	height: 800px;
	z-index: 1;
}

.section_home_offers_mask_right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 30%;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 1) 83%);
	height: 800px;
	z-index: 1;
}

@media (max-width: 1360px) {
	.topmenu_nav {
		top: 10px;
	}
}

.nav_link {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 30px;
}

.nav_link ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform:uppercase;
}

.nav_link ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #403E2B;
	font-family: 'Montserrat-Regular';
	font-size: 14px;
	background-image: url(../../images/icon/nav_link.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 15px 0px 0px;
}

.nav_link ul li:first-child {
	padding-left: 0px;
}

.nav_link ul li:last-child {
	padding-right: 0px;
	background-image: none;
}

.nav_link ul li a:link,
.nav_link ul li a:visited {
	color: #403E2B;
	font-family: 'Montserrat-Regular';
	font-size: 14px;
	text-decoration: none;
}

.nav_link ul li a:hover {
	text-decoration: underline;
}

.inside_content {
	clear: both;
	max-width: 1200px;
	margin: auto;
}
.inside_content_full {
	clear: both;
	max-width: 100%;

}

.inside_content p {
	font-size: 20px;
}

h1.section_title {
	clear: both;
	width: 100%;
	position: relative;
	font-family: 'Cormorant-Regular';
	font-size: 42px;
	margin-bottom: 40px;
	text-align: center;
	color:#403E2B;
	font-weight:normal;
}

h1.section_title_left {
	text-align: left;
}

.faq_list {
	clear: both;
	width: 100%;
	border-top: 1px solid #B2B2B2;
/*display: none;*/
}

.faq_list .item {
	clear: both;
	width: 100%;
	margin-bottom: 0px;
	border-bottom: 1px solid #B2B2B2;
}

.faq_list .item .title {
	color: #403E2B;
	font-size: 18px;
	font-family: 'Montserrat-SemiBold';
	width: 100%;
}

.faq_list .item .title a:link,
.faq_list .item .title a:visited,
.faq_list .item .title a:hover {
	color: #403E2B;
	font-size: 18px;
	font-family: 'Montserrat-SemiBold';
	text-decoration: none;
	display: block;
	padding: 15px 10px 15px 0px;
	background-color: #010101;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
	background-image: url(../../images/icon/dropdown_down.png?);
	background-position: center right 0px;
	background-repeat: no-repeat;
	padding-right: 35px;
	background-color: #ffffff;
	/*
	text-transform:uppercase;
	*/
	
}

.faq_list .item .title a.current:hover,
.faq_list .item .title a.current:link,
.faq_list .item .title a.current:visited {
	color: #403E2B;
	font-size: 18px;
	font-family: 'Montserrat-SemiBold';
	text-decoration: none;
	display: block;
	padding: 15px 10px 15px 0px;
	background-color: #010101;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
	background-image: url(../../images/icon/dropdown_up.png?);
	background-position: center right 0px;
	background-repeat: no-repeat;
	padding-right: 35px;
	background-color: #ffffff;
}

.faq_list .item .desc {
	clear: both;
	display: block;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	color: #403E2B;
	display: none;
}

.faq_list .item .desc.current {}

.faq_list .item .desc ul li {
	font-size: 20px;
	color: #403E2B;
}

.faq_list .item .desc ul {
	font-size: 20px;
	color: #403E2B;
}

.faq_list .item .desc p {
	font-size: 20px;
	color: #403E2B;
}

.faq_list .item .desc ol li {
	font-size: 20px;
	color: #403E2B;
}

.faq_group_list {
	max-width: 600px;
	max-width: 1200px;
	margin: auto;
	margin-bottom: 50px;
	padding-top: 50px;
}

.faq_group_list .heading {
	font-size: 32px;
	font-family: 'Montserrat-SemiBold';
	width: 100%;




	color: #A84F27;
	background-color:#DFEDB7;
	font-size: 32px;
	font-family: 'Montserrat-SemiBold';
	text-decoration: none;
	display: block;
	padding: 15px 15px 15px 15px;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
	background-position: center right 0px;
	background-repeat: no-repeat;
		background-color:#ffffff;
	padding-left:0px;
	
}

.faq_group_list .heading a:link,
.faq_group_list .heading a:visited,
.faq_group_list .heading a:hover {
	color: #A84F27;
	font-size: 32px;
	font-family: 'Montserrat-SemiBold';
	text-decoration: none;
	display: block;
	padding: 15px 10px 15px 0px;
	background-color: #010101;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
	background-image: url(../../images/icon/dropdown_open.png?);
	background-position: center right 0px;
	background-repeat: no-repeat;
	padding-right: 35px;
	background-color: #ffffff;
	text-transform: uppercase;
}

.faq_group_list .heading a.current:hover,
.faq_group_list .heading a.current:link,
.faq_group_list .heading a.current:visited {
	color: #A84F27;
	font-size: 32px;
	font-family: 'Montserrat-SemiBold';
	text-decoration: none;
	display: block;
	padding: 15px 10px 15px 0px;
	background-color: #010101;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
	background-image: url(../../images/icon/dropdown_close.png?);
	background-position: center right 0px;
	background-repeat: no-repeat;
	padding-right: 35px;
	background-color: #ffffff;
}

.table_contact_form {
	width: 100%;
	margin-bottom: 30px;
}

.table_contact_form td {
	padding: 0px 10px 20px 0px;
	display: block;
}

.table_contact_form td.title {
	padding-bottom: 5px;
	color: #403E2B;
	font-family: 'Montserrat-SemiBold';
	font-size: 20px;
}

input.input_middle {
	width: 95%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0px 2% 0px 2%;
	text-align: left;
	border: none;
	font-size: 18px;
	color: #403E2B;
	background-color: #ffffff;
	border: 1px solid #B2B2B2;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	font-family: 'Montserrat-Regular';
}

textarea.input_middle {
	width: 95%;
	height: 200px;
	line-height: 120%;
	margin: 0;
	padding: 10px 2% 10px 2%;
	text-align: left;
	border: none;
	font-size: 18px;
	color: #403E2B;
	background-color: #ffffff;
	border: 1px solid #B2B2B2;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	font-family: 'Montserrat-Regular';
}

.table_contact_form ::placeholder {
	color: #B2B2B2;
}

.section_contact {
	width: 100%;
}

.section_contact_container {
	max-width: 600px;
	max-width: 800px;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

.btn_button_center {
	display: flex;
	justify-content: center;
	/* centers horizontally */
	clear: both;
}

.btn_button_center a:link,
.btn_button_center a:visited {
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	background-color: #A84F27;
	border: none;
	font-family: 'Montserrat-SemiBold';
	transition: all 0.3s ease;
	min-width: 180px;
	text-align: center;
}

.btn_button_center a:hover {
	color: #ffffff;
	background-color: #333333;
}

.gallery_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* spacing between rows */
}

.gallery_list .row {
	display: flex;
	gap: 10px;
	/* spacing between items in a row */
}

.gallery_list .row .item {
	flex: 1;
	/* base flex, overridden by specific row classes */
	overflow: hidden;
	/*
    border-radius: 16px;    /* optional polish */
	*/
	position:relative;
}

.gallery_list .row .item img {
	width: 100%;
	height: 50vh;
	/* fixed height */
	object-fit: cover;
	/* crop to fill */
	object-position: center;
	display: block;
	/*
    border-radius: 16px;    /* optional polish */
	*/ -webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.gallery_list .row .item img:hover {
	transform: scale(1.05);
	/* enlarge by 10% */
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

/* Row variations */
.gallery_list .row_half .item {
	flex: 0 0 calc(50% - 5px);
	/* 50/50 split with gap */
}

.gallery_list .row_full .item {
	flex: 0 0 100%;
	/* full width */
}

.gallery_list .row_30_70 .item:first-child {
	flex: 0 0 calc(30% - 5px);
}

.gallery_list .row_30_70 .item:last-child {
	flex: 0 0 calc(70% - 5px);
}

.gallery_list .row_70_30 .item:first-child {
	flex: 0 0 calc(70% - 5px);
}

.gallery_list .row_70_30 .item:last-child {
	flex: 0 0 calc(30% - 5px);
}

.gallery_list .row_full .item img {
	height: 50vh;
}

.gallery_list .row_full .item img {
	object-position: top;
	height: 60vh;
}

.gallery_list .row_full {
  display: flex;
  flex-wrap: wrap;   /* allow items to break into new rows */
}

.gallery_list .row_full .item {
  flex: 0 0 100%;    /* each item takes full width */
}



.inside_category_nav {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 30px;
}

.inside_category_nav select{
	border:none;
	 font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #403E2B;
}




/*
.inside_category_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.inside_category_nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
	line-height:120%;
	color: #403E2B;
	font-family: 'Montserrat-Regular';
	font-size: 14px;
	
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 15px 0px 0px;
}

.inside_category_nav ul li:first-child {
	padding-left: 0px;
}

.inside_category_nav ul li:last-child {
	padding-right: 0px;
	background-image: none;
}

*/
.inside_category_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;

    display: flex;
    justify-content: space-between;   /* spread left → right */
    flex-wrap: wrap;                  /* allow wrapping */
    gap: 10px 20px;                   /* control spacing */
}

.inside_category_nav ul li {
    margin: 0;
    padding: 0 15px 0 0;
    line-height: 120%;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #403E2B;
}



.inside_category_nav ul li a:link,
.inside_category_nav ul li a:visited {
	color: #403E2B;
	font-family: 'Montserrat-Regular';
	font-size: 14px;
	text-decoration: none;
}
.inside_category_nav ul li a.current:link,
.inside_category_nav ul li a.current:visited,
.inside_category_nav ul li a:hover {
	text-decoration: none;
	color: #a84f27;
}


.events_list{
	clear:both;
	width:100%;
}

.events_list .item{
	clear:both;
	width:100%;
	margin-bottom:0px;
	position: relative;
}


.events_list .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}


.events_list .photo{
	float:right;
	width:60%;
	
}

.events_list .content{
	float:left;
	width:36%;

}




.events_list .title{
	color:#A84F27;
	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.events_list .desc{
	margin-bottom:40px;
	font-size:16px;
	line-height:180%;

}

.events_list .desc p{

	font-size:16px;
	line-height:180%;

}


.events_list .item2  .photo{
	float:left;
	width:60%;
	
}

.events_list .item2  .content{
	float:right;
	width:36%;

}




.events_list .item2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}



.events_list .item2::before {

    width: 0px;     
  
}


.events_list .item_container {
position:relative;  
  
}


.events_list .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}

.inside_photo_slide .slide{
	position:relative;
	

}
.inside_photo_slide .slide .btn_view_360{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../../images/icon/360.svg);
	background-position:center center;
	background-repeat:no-repeat;

	background-size:50px 50px;
	z-index:99;
	

}


.inside_photo_slide .bx-wrapper {
	margin-bottom: 30px;
}

.inside_photo_slide .bx-wrapper .bx-pager,
.inside_photo_slide .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	right: 0;
	left: 0;
	/* keep it centered */
	margin: 0 auto;
	/* auto margin centers it */
	width: auto;
	/* shrink to fit content */
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	/* ensures width matches content */
	width: 210px;
}


.view_expand_content_area .view_more_expand{
	font-size:16px;
	line-height:180%;
		line-height:120% !important;
		border-bottom:1px solid #A84F27;
		padding-top:10px;
		padding-bottom:10px;
		display:none;
}



.view_expand_content_area .view_more_expand ul li,
.view_expand_content_area .view_more_expand ol li{
	font-size:16px;
	line-height:180%;
	padding-bottom:5px;
}

.btn_view_more_expand{
	clear:both;
	margin-bottom:10px;
	padding-bottom:10px;

	border-bottom:1px solid #A84F27;
}

.btn_view_more_expand a:link,.btn_view_more_expand a:visited,.btn_view_more_expand a:hover{
color:#A84F27;
font-size:24px;
text-decoration:none;
font-size:20px;
font-family: 'Montserrat-SemiBold';
}

.btn_view_more_expand a.current:link,.btn_view_more_expand a.current:visited,.btn_view_more_expand a.current:hover{
color:#A84F27;
font-size:24px;
text-decoration:none;
font-size:20px;
font-family: 'Montserrat-SemiBold';
}

.btn_view_more_expand a::after {
    content: "+";
    margin-left: 8px;
}

.btn_view_more_expand a.current::after {
    content: "-";
}




.fitness_list{
	clear:both;
	width:100%;
}

.fitness_list .item{
	clear:both;
	width:100%;
	margin-bottom:80px;
	position: relative;
}


.fitness_list .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}


.fitness_list .photo{
	float:right;
	width:60%;
	
}

.fitness_list .content{
	float:left;
	width:36%;

}

.fitness_list .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}


.fitness_list .title{
	color:#A84F27;
	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.fitness_list .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.fitness_list .desc p{

	font-size:16px;
	line-height:180%;

}


.fitness_list .item2  .photo{
	float:left;
	width:60%;
	
}

.fitness_list .item2  .content{
	float:right;
	width:36%;

}

.fitness_list .item2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}


.fitness_list .item2::before {

    width: 0px;     
  
}


.fitness_list .item:nth-child(even)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}


.btn_view_more2 {
   clear: both;
  
}

.btn_view_more2 a:link,.btn_view_more2 a:visited {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #403E2B;
    background-color: #DFEDB7;
    border: none;
    font-family: 'Montserrat-SemiBold';
    transition: all 0.3s ease;
	width:48%;
	float:left;
	
	
	text-align:center;
}

.btn_view_more2 a:hover {
    color: #ffffff;
    background-color: #403E2B;
}



.shop_list{
	clear:both;
	width:100%;
}

.shop_list .item{
	clear:both;
	width:100%;
	margin-bottom:80px;
	position: relative;
}





.shop_list .photo{
	float:right;
	width:60%;
	
}

.shop_list .content{
	float:left;
	width:36%;

}




.shop_list .title{
	color:#A84F27;
	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.shop_list .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.shop_list .desc p{

	font-size:16px;
	line-height:180%;

}


.shop_list .item2  .photo{
	float:left;
	width:60%;
	
}

.shop_list .item2  .content{
	float:right;
	width:36%;

}

.shop_list .other_info table {
	margin-bottom: 20px;
}

.shop_list .other_info table td {
	padding: 0px 10px 10px 0px;
	font-size: 15px;
	font-family: 'Montserrat-SemiBold';
	vertical-align: center;
	line-height:180%;
}

.shop_list .other_info table td.icon img {
	width: 20px;
}


.inside_social_list {
	clear: both;
}

.inside_social_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inside_social_list ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	position: relative;
	text-align: left;
	font-family: 'Montserrat-SemiBold';
}

.inside_social_list ul li img {
	height: 40px;
	margin-right:5px;

}

.table_share {
width:100%;
}

.table_share td{
	padding:0px 0px 0px 0px; 
	vertical-align:middle;
}
.table_share td:first-child{
	padding:0px 2% 0px 0px; 
	width:48%;
}
.table_share .btn_view_more2 {
margin-right:4%;

}

.table_share .btn_view_more2 a{
width:90%;

}

.table_share  .inside_social_list{
	float:left;

}

.offers_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px; 
}

.offers_list .item {
    width: calc(33.333% - 20px); 
	cursor:pointer;
    
}

.offers_list .item img {
	width: 100%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}






.offers_list .photo {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	height: 280px;
		overflow:hidden;
}

.offers_list .img {}

.offers_list .img img {
	object-fit: cover;
	object-position: center;
	display: block;

	
}




.offers_list .label {
	position: absolute;
	left: 2%;
	top: 2%;
	z-index: 9;
}
.offers_list .label ul{
	 list-style: none;
  padding: 0;
  margin: 0;
  display: flex;          /* use flexbox for horizontal layout */
  gap: 5px;  

}

.offers_list .label ul li{
		list-style:none;
	padding:0;
	margin:0;
	float:left;

	display: flex;
	align-items: center;
	gap: 5px;
	clear: both;
	color: #403E2B;
	font-size: 11px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}





.offers_list .label_time_limited {
	background-color: #A84F27;
	color: #ffffff;
}

.offers_list .label_most_wanted {
	background-color: #ffffff;
	color: #A84F27;
}

.offers_list .label_discount {
	background-color: #ffffff;
	color: #000000;
}

.offers_list .label img {
	width: 10px;
}

.offers_list .category {
	font-size: 15px;
	margin-bottom: 20px;
}

.offers_list .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
}

.offers_list .desc,.offers_list .desc p ,.offers_list .desc ol, .offers_list .desc ul {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
}






.dining_list{
	clear:both;
	width:100%;
}

.dining_list .item{
	clear:both;
	width:100%;
	margin-bottom:80px;
	position: relative;
}





.dining_list .photo{
	float:right;
	width:60%;
	
}

.dining_list .content{
	float:left;
	width:36%;

}




.dining_list .title{
	color:#A84F27;
	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.dining_list .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.dining_list .desc p{

	font-size:16px;
	line-height:180%;

}


.dining_list .item2  .photo{
	float:left;
	width:60%;
	
}

.dining_list .item2  .content{
	float:right;
	width:36%;

}

.dining_list .other_info table {
	margin-bottom: 20px;
}

.dining_list .other_info table td {
	padding: 0px 10px 10px 0px;
	font-size: 15px;
	font-family: 'Montserrat-SemiBold';
	vertical-align: center;
	line-height:180%;
}

.dining_list .other_info table td.icon img {
	width: 20px;
}



.dining_list .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}




.dining_list .item2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}



.dining_list .item2::before {

    width: 0px;     
  
}


.dining_list .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}




.section_inside_about {
	max-width: 1200px;
	margin: auto;


	z-index: 9;
	position: relative;
	margin-bottom: 50px;
}

.section_inside_about_container {
	display: block;

	background-position: left top;
	background-repeat: no-repeat;
}

.section_inside_about_container2 {
	display: flex;
	flex-direction: column;
	/* stack logo, heading, paragraphs */
	justify-content: center;
	/* vertical center */
	align-items: center;
	/* horizontal center */

	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 400px;
	/* ensures enough height for centering */
	text-align: center;
	/* center text alignment */
	padding: 50px 100px 50px 100px;
}

.section_inside_about .logo {
	max-width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

.section_inside_about .logo img {
	width: 100%;
}

.section_inside_about h2 {
	color: #403E2B;
	margin-bottom: 30px;
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
}

.section_inside_about p {
	color: #403E2B;
	font-size: 16px;
}

.section_inside_about a:link,
.section_inside_about a:visited {
	color: #403E2B;
	text-decoration: underline;
}

.section_inside_about a:hover {
	color: #000000;
	text-decoration: underline;
}


.section_inside_about_fitness .section_inside_about_fitness_full{

	background-color: #dfedb7;
		padding-bottom: 0px;
	padding-top:40px;
}





.section_inside_about_fitness {
	clear: both;
	width: 100%;
	position: relative;

}

.section_inside_about_fitness_container {
	max-width: 1200px;
	margin: auto;
	position: relative;

	


}

.section_inside_about_fitness_container2 {
	max-width: 2000px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
	overflow:hidden;
}

.home_about_fitness_list .bx-wrapper .bx-prev {
	left: 30px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_about_fitness_list .bx-wrapper .bx-prev:hover,
.home_about_fitness_list .bx-wrapper .bx-prev:focus {
	left: 20px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_about_fitness_list .bx-wrapper .bx-next {
	right: 30px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.home_about_fitness_list .bx-wrapper .bx-next:hover,
.home_about_fitness_list .bx-wrapper .bx-next:focus {
	right: 20px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.home_about_fitness_list .bx-wrapper {
	margin-bottom: 120px;
}

.home_about_fitness_list .bx-wrapper .bx-pager,
.home_about_fitness_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;

	
	text-align: center;
}

/* Home Dinning List Styles */
.home_about_fitness_list {
		display: flex;
	flex-direction: row;
	align-items: stretch;
	/* Makes both columns equal height */
	min-height: 500px;
	/* Minimum height, adjust as needed */
	width: 100%;
}


/* Image container - 55% width */
.home_about_fitness_list .img {
	width: 70%;
	overflow: hidden;
	position: relative;
}

/* Make the img tag behave like background cover */
.home_about_fitness_list  .img img {
	width: 100%;
	height: 90%;
	object-fit: cover;
	/* This is what you want - crops image to fill container */
	object-position: center;
	/* Centers the cropped image */
	display: block;
}

/* Content box - 45% width */
.home_about_fitness_list  .content_box {
	width: 30%;
	background-color: #dfedb7;
	/* Or your desired background */
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0px 40px 40px 40px;
	width: 24%;
}

.home_about_fitness_list  .content_box_container {
	float: left;
	width: 80%;
	

}



.home_about_fitness_list  .content_box .desc,.home_about_fitness_list  .content_box p {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 15px;
	color: #403E2B;
	
}

.home_about_fitness_list  .content_box .title,.home_about_fitness_list  .content_box p.heading {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 15px;
	color: #403E2B;
	position: relative;
}

.home_about_fitness_list  .content_box ul li,.home_about_fitness_list  .content_box ol li {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 0px;
	color: #403E2B;
	padding-bottom:0px;
	
}


.home_about_fitness_list  .content_box .desc ul,.home_about_fitness_list  .content_box .desc ol{
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 20px;
	color: #403E2B;
}
.home_about_fitness_list  .content_box .desc ul li,.home_about_fitness_list  .content_box .desc ol li{
	
	margin-bottom: 0px;
	padding-bottom: 0px;

}





.section_about_inside_offers {
	clear: both;
	width: 100%;
	position: relative;
}

.section_about_inside_offers_container3 {}

.section_about_inside_offers_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 0px;
}

.section_about_inside_offers_container2 {
	max-width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.about_inside_offers_list .bx-wrapper .bx-prev {
	left: 30px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 999;
}

.about_inside_offers_list .bx-wrapper .bx-prev:hover,
.about_inside_offers_list .bx-wrapper .bx-prev:focus {
	left: 20px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.about_inside_offers_list .bx-wrapper .bx-next {
	right: 30px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 999;
}

.about_inside_offers_list .bx-wrapper .bx-next:hover,
.about_inside_offers_list .bx-wrapper .bx-next:focus {
	right: 20px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.about_inside_offers_list .bx-wrapper {
	margin-bottom: 120px;
}

.about_inside_offers_list .bx-wrapper {
	height: auto !important;
	/* let content define height */
}

.about_inside_offers_list .bx-wrapper .bx-pager,
.about_inside_offers_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
	right: 0%;
	text-align: center;
}

.about_inside_offers_list .slide img {
	width: 100%;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.about_inside_offers_list .slide {
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	cursor:pointer;
    
}

.about_inside_offers_list .slide.active {
	width: 600px !important;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.about_inside_offers_list .photo {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	height: 300px;
	overflow:hidden;
}

.about_inside_offers_list .img {}

.about_inside_offers_list .img img {
	object-fit: cover;
	object-position: center;
	display: block;
}

.about_inside_offers_list .label {
	position: absolute;
	left: 2%;
	top: 2%;
	z-index: 9;
}
.about_inside_offers_list .label ul{
	 list-style: none;
  padding: 0;
  margin: 0;
  display: flex;          /* use flexbox for horizontal layout */
  gap: 5px;  

}

.about_inside_offers_list .label ul li{
		list-style:none;
	padding:0;
	margin:0;
	float:left;

	display: flex;
	align-items: center;
	gap: 5px;
	clear: both;
	color: #403E2B;
	font-size: 11px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}

.about_inside_offers_list .label_time_limited {
	background-color: #A84F27;
	color: #ffffff;
}

.about_inside_offers_list .label_most_wanted {
	background-color: #ffffff;
	color: #A84F27;
}

.about_inside_offers_list .label_discount {
	background-color: #ffffff;
	color: #000000;
}

.about_inside_offers_list .label img {
	width: 10px;
}

.about_inside_offers_list .category {
	font-size: 15px;
	margin-bottom: 20px;
}

.about_inside_offers_list .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
}

.about_inside_offers_list .desc ,.about_inside_offers_list .desc p,.about_inside_offers_list .desc ul,.about_inside_offers_list .desc ol {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
}

.section_about_inside_offers_mask_left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 30%;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.02) 11%, rgba(255, 255, 255, 1) 100%);
	height: 800px;
	z-index: 1;
}

.section_about_inside_offers_mask_right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 30%;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 1) 83%);
	height: 800px;
	z-index: 1;
}

.custom-pager-your-bxslider_about_inside_offers_list {
    text-align: center;
    margin-top: 20px;
}

.custom-pager-your-bxslider_about_inside_offers_list a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
}

.custom-pager-your-bxslider_about_inside_offers_list a.active {
    background-color: #333;
}




.section_inside_about_award {
	clear: both;
	width: 100%;
	position: relative;
	margin-bottom:120px;
}

.section_inside_about_award_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom:40px;
}

.section_inside_about_award_container2 {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.inside_about_award_list .bx-wrapper .bx-prev {
	left: -40px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.inside_about_award_list .bx-wrapper .bx-prev:hover,
.inside_about_award_list .bx-wrapper .bx-prev:focus {
	left: -45px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.inside_about_award_list .bx-wrapper .bx-next {
	right: -40px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.inside_about_award_list .bx-wrapper .bx-next:hover,
.inside_about_award_list .bx-wrapper .bx-next:focus {
	right: -45px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.inside_about_award_list .bx-wrapper {
	margin-bottom: 60px;
}

.inside_about_award_list .bx-wrapper .bx-pager,
.inside_about_award_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
	right: 0px;
	text-align: center;
}

/* Home Dinning List Styles */
.inside_about_award_list {
	width: 100%;
}

.inside_about_award_list .slide {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	/* Makes both columns equal height */
	min-height: 500px;
	/* Minimum height, adjust as needed */
	width: 100%;
}

/* Image container - 55% width */
.inside_about_award_list .slide .img {
	width: 55%;

	position: relative;
}

/* Make the img tag behave like background cover */
.inside_about_award_list .slide .img img {
	width: 100%;
	
	
}

/* Content box - 45% width */
.inside_about_award_list .slide .content_box {
	width: 45%;
	background-color: #ffffff;
	/* Or your desired background */
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 70px 10px 10px 30px;
}

.inside_about_award_list .slide .content_box_container {
	/*
	margin: 0 auto;*/
}


.inside_about_award_list .slide .content_box .title {
font-family: 'Montserrat-SemiBold';
	font-size: 18px;
	margin-bottom: 5px;

	position: relative;
	
}

.inside_about_award_list .slide .content_box .desc,
.inside_about_award_list .slide .content_box .desc p ,
.inside_about_award_list .slide .content_box .desc ol li,
.inside_about_award_list .slide .content_box .desc ul li
 {
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 30px;

	
}

.inside_about_award_list .slide .content_box .btn_view a:link,
.inside_about_award_list .slide .content_box .btn_view a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-family: 'Montserrat-Regular';
	transition: all 300ms ease-out 0s;
}

.inside_about_award_list .slide .content_box .btn_view a:hover {
	color: #403E2B;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.inside_about_award_list .slide .content_box .btn_view2 a:link,
.inside_about_award_list .slide .content_box .btn_view2 a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	font-family: 'Montserrat-Regular';
	transition: all 300ms ease-out 0s;
	border: 1px solid #403E2B;
}

.inside_about_award_list .slide .content_box .btn_view2 a:hover {
	color: #403E2B;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.inside_about_award_list .slide .content_box .other_info table {
	margin-bottom: 20px;
}

.inside_about_award_list .slide .content_box .other_info table td {
	padding: 0px 10px 15px 0px;
	font-size: 15px;
	color: #ffffff;
	font-family: 'Montserrat-SemiBold';
	vertical-align: center;
}

.inside_about_award_list .slide .content_box .other_info table td.icon img {
	width: 20px;
}



.award_desc_arrow_list {
	position: absolute;
	right: 0px;
	top: -8px;
}

.award_desc_arrow_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.award_desc_arrow_list ul li {
	margin-left: 5px;
	float: left;
}

.award_desc_arrow_list ul li img {
	width: 14px;
}

.award_desc_arrow_list ul li a:link,
.award_desc_arrow_list ul li a:visited {
	float: left;
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
}

.award_desc_arrow_list ul li a:hover {
	float: left;
	background-color: #d8d5b4;
	padding: 10px 15px 10px 15px;
}

.inside_about_award_year_list{
	position:absolute;
	left:calc(55% + 10px);
	width:45%;
	top:0px;
	z-indeX:2;
		background-color:#ffffff;

}
.inside_about_award_year_list ul{
	list-style:none;
	margin:0;
	padding:0;
	
}
.inside_about_award_year_list ul li{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.inside_about_award_year_list ul li a:link,.inside_about_award_year_list ul li a:visited,.inside_about_award_year_list ul li a:hover{
	font-size:36px;
	color:#403E2B;
	text-decoration:none;
	font-family: 'Montserrat-Medium';
	 position: relative;

	 float:left;
}

.inside_about_award_year_list ul li a.current:link,.inside_about_award_year_list ul li a.current:visited,.inside_about_award_year_list ul li a.current:hover{
float:left;
	color:#A84F27;
	text-decoration:none;
	padding-right:80px;
	background-color:#ffffff;
	 position: relative;
}




.inside_about_award_year_list ul li a.current::after {
  content: "";
  position: absolute;
  top: 50%;                  /* vertical middle */
  right: 0;                  /* align to the right edge */
  width: 60px;               /* match the padding-right */
  height: 1px;               /* line thickness */
  background-color: #403E2B; /* line color */
  transform: translateY(-50%);
}



.section_inside_about_social_responsible {
	clear: both;
	width: 100%;
	position: relative;
}

.section_inside_about_social_responsible_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 0px;
}

.section_inside_about_social_responsible_container2 {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.inside_about_social_responsible_list .bx-wrapper .bx-prev {
	left: -40px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.inside_about_social_responsible_list .bx-wrapper .bx-prev:hover,
.inside_about_social_responsible_list .bx-wrapper .bx-prev:focus {
	left: -45px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.inside_about_social_responsible_list .bx-wrapper .bx-next {
	right: -40px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 99;
}

.inside_about_social_responsible_list .bx-wrapper .bx-next:hover,
.inside_about_social_responsible_list .bx-wrapper .bx-next:focus {
	right: -45px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.inside_about_social_responsible_list .bx-wrapper {
	margin-bottom: 60px;
}

.inside_about_social_responsible_list .bx-wrapper .bx-pager,
.inside_about_social_responsible_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
	right: 0px;
	text-align: center;
}

/* Home Dinning List Styles */
.inside_about_social_responsible_list {
	width: 100%;
}

.inside_about_social_responsible_list  {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	/* Makes both columns equal height */
	min-height: 500px;
	/* Minimum height, adjust as needed */
	width: 100%;
}

/* Image container - 55% width */
.inside_about_social_responsible_list  .img {
	width: 55%;
	overflow: hidden;
	position: relative;
}

/* Make the img tag behave like background cover */
.inside_about_social_responsible_list  .img img {
	width: 100%;



}

/* Content box - 45% width */
.inside_about_social_responsible_list  .content_box {
	width: 45%;
	background-color: #ffffff;
	/* Or your desired background */
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 60px 10px 60px;
}

.inside_about_social_responsible_list  .content_box_container {
	
	margin: 0 auto;
}


.inside_about_social_responsible_list  .content_box .title {
font-family: 'Cormorant-Regular';
	font-size: 18px;
	margin-bottom: 10px;

	position: relative;
	
}

.inside_about_social_responsible_list  .content_box .desc {
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 40px;

	
}


.inside_about_social_responsible_list  p.social_logo  {
	
	margin-bottom:0px;

}
.inside_about_social_responsible_list  .social_logo img {
	max-width:100%;
	max-height:80px;
	margin-bottom:10px;

}


.inside_about_social_responsible_list  .caption {
font-family: 'Cormorant-Regular';
	font-size: 18px;
	margin-top: 20px;

	position: relative;
	
}

.inside_about_social_responsible_list  .content_box .btn_view a:link,
.inside_about_social_responsible_list  .content_box .btn_view a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-family: 'Montserrat-Regular';
	transition: all 300ms ease-out 0s;
}

.inside_about_social_responsible_list  .content_box .btn_view a:hover {
	color: #403E2B;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.inside_about_social_responsible_list  .content_box .btn_view2 a:link,
.inside_about_social_responsible_list  .content_box .btn_view2 a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	font-family: 'Montserrat-Regular';
	transition: all 300ms ease-out 0s;
	border: 1px solid #403E2B;
}




.rooms_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px; 
}

.rooms_list .item {
    width: calc(50% - 20px); 
	cursor:pointer;
-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.24); 
box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.24);
    
}

.rooms_list .item img {
	
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}


.rooms_list .photo_container {
	display:block;
	padding:10px;
}



.rooms_list .photo {
	width: 100%;
	margin-bottom: 0px;
	position: relative;

}
.rooms_list .img {
	overflow:hidden;
}
.rooms_list .img img {
	object-fit: cover;
	object-position: center;
	display: block;
	overflow:hidden;
	height: 360px;
}
.rooms_list .item:hover .img img{
	scale:1.04;
}


.rooms_list .title {
	font-family: 'Cormorant-Regular';
	line-height:120%;
	font-size: 30px;
	margin-bottom: 10px;
	color:#A84F27;
}


.rooms_list .title_left {
	float:left;
	width:66%;
}
.rooms_list .title_right {
	float:right;
	width:32%;
}


.rooms_list .desc {
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 20px;
}


.rooms_list .content {
	display:block;
	padding:0px 10px 0px 10px ;
	border-left:5px solid #DFEDB7;
}


.rooms_list .other_info {
	clear:both;

		display:block;
	padding:20px 15px 0px 15px ;
}

.rooms_list .other_button_info {
	clear:both;

		display:block;
	padding:0px 15px 20px 15px ;
}


.room_info_list{
width:100%;
}
.room_info_list ul{
	list-style:none;
	padding:0;
	margin:0;
}
.room_info_list ul li{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	font-size:11px;
}

.room_info_list ul li.list_space{
	margin-left:30px;
}


.room_info_list ul li img{
	height:25px;
}



.rooms_list .btn_view a:link,
.rooms_list  .btn_view a:visited {
	float: left;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-size: 15px;
	color: #403E2B;
	background-color:#DFEDB7;
	border: 1px solid #DFEDB7;
	font-family: 'Montserrat-SemiBold';
}

.rooms_list .btn_view a:hover {
	float: left;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	background-color:#403E2B;
	border: 1px solid #403E2B;
	font-family: 'Montserrat-SemiBold';
}


.rooms_list .btn_view2 a:link,
.rooms_list .btn_view2 a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 15px;
	color: #403E2B;
	font-family: 'Montserrat-SemiBold';
	transition: all 300ms ease-out 0s;
		text-decoration: underline;

}

.rooms_list .btn_view2  a:hover {
	color: #403E2B;
	text-decoration: none;

}



.btn_city_view {
	float:right;
	margin-top:5px;
}

.btn_city_view a:link,
.btn_city_view a:visited {
	float: left;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-size: 12px;
	color: #403E2B;
	background-color: #DFEDB7;
font-family: 'Montserrat-Regular';
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
line-height:100%;
}

.btn_city_view a:hover {
	float: left;

	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	background-color: #403E2B;
	
}





.weddings_list{
	clear:both;
	width:100%;
}

.weddings_list .item{
	clear:both;
	width:100%;
	margin-bottom:80px;
	position: relative;
}





.weddings_list .photo{
	float:left;
	width:60%;
	
}

.weddings_list .content{
	float:right;
	width:36%;

}

.weddings_list .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}


.weddings_list .title{

	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.weddings_list .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.weddings_list .desc p{

	font-size:16px;
	line-height:180%;

}


.weddings_list .item2  .photo{
	float:left;
	width:60%;
	
}

.weddings_list .item  .content{
	float:right;
	width:40%;
	background-color:#ffffff;

}
.weddings_list .item  .content_container{
	display:block;
	padding:30px 40px 30px 30px;
	width: calc(80% - 60px);
	
}


.weddings_list .item  .desc{
	
	max-height:400px;
	overflow:auto;
}


.weddings_list .item  .desc::-webkit-scrollbar {
  width: 4px;
}
.weddings_list .item  .desc::-webkit-scrollbar-thumb {
  background: #A84F27;
  border-radius: 6px;
}
.weddings_list .item  .desc::-webkit-scrollbar-track {
  background: #B2B2B2;
}


.weddings_list .desc2{
	margin-bottom:20px;
	font-size:16px;
	line-height:180%;

}






.btn_more_info {
   clear: both;
  
}

.btn_more_info a:link,.btn_more_info a:visited {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #403E2B;
    background-color: #ffffff;
	
    border: 1px solid #403E2B;

    font-family: 'Montserrat-SemiBold';
    transition: all 0.3s ease;
width:48%;
	float:left;
	text-align:center;
}

.btn_more_info a:hover {
    color: #ffffff;
    background-color: #403E2B;
}




.btn_more_info2 {
   clear: both;
  
}

.btn_more_info2 a:link,.btn_more_info2 a:visited {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #403E2B;
    background-color: #ffffff;
    border: 1px solid #403E2B;
    font-family: 'Montserrat-SemiBold';
    transition: all 0.3s ease;
width:48%;
	float:left;
	text-align:center;
}

.btn_more_info2 a:hover {
    color: #ffffff;
    background-color: #403E2B;
}


.weddings_list2{
	clear:both;
	width:100%;
}

.weddings_list2 .item{
	clear:both;
	width:100%;
	margin-bottom:80px;
	position: relative;
		background-color:#ffffff;
		padding-top:80px;

	padding-bottom:80px;
		

}





.weddings_list2 .photo{
	float:right;
	width:60%;
	
}

.weddings_list2 .content{
	float:left;
	width:36%;

}

.weddings_list2 .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}


.weddings_list2 .title{

	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.weddings_list2 .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.weddings_list2 .desc p{

	font-size:16px;
	line-height:180%;

}


.weddings_list2 .item2  .photo{
	float:right;
	width:60%;
	
}

.weddings_list2 .item  .content{
	float:left;
	width:40%;

	
}
.weddings_list2 .item  .content_container{
	display:block;
	padding:0px 40px 30px 30px;
	width: calc(80% - 60px);
	
}


.weddings_list2 .item  .desc{
	
	max-height:400px;
	overflow:auto;
}


.weddings_list2 .item  .desc::-webkit-scrollbar {
  width: 4px;
}
.weddings_list2 .item  .desc::-webkit-scrollbar-thumb {
  background: #A84F27;
  border-radius: 6px;
}
.weddings_list2 .item  .desc::-webkit-scrollbar-track {
  background: #B2B2B2;
}


.weddings_list2 .desc2{
	margin-bottom:20px;
	font-size:16px;
	line-height:180%;

}



.weddings_list2 .bx-wrapper .bx-pager,
.weddings_list2 .bx-wrapper .bx-controls-auto {
	    background: #ffffff;
}




.weddings_list3{
	clear:both;
	width:100%;
}

.weddings_list3 .item{
	clear:both;
	width:100%;

	position: relative;
	padding-top:60px;

padding-bottom:120px;
		/*

  background: linear-gradient(
    to right,
    #DFEDB7 0%,  
    #DFEDB7 50%, 
    #ffffff 50%,  
    #ffffff 100%  
  );

*/


}





.weddings_list3 .photo{
	float:left;
	width:60%;
	
}

.weddings_list3 .content{
	float:right;
	width:36%;

}

.weddings_list3 .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}


.weddings_list3 .title{

	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.weddings_list3 .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.weddings_list3 .desc p{

	font-size:16px;
	line-height:180%;

}


.weddings_list3 .item2  .photo{
	float:right;
	width:60%;
	
}

.weddings_list3 .item  .content{
	float:left;
	width:40%;

	
}
.weddings_list3 .item  .content_container{
	display:block;
	padding:0px 40px 30px 30px;
	width: calc(80% - 60px);
	
}


.weddings_list3 .item  .desc{
	
	max-height:400px;
	overflow:auto;
}


.weddings_list3 .item  .desc::-webkit-scrollbar {
  width: 4px;
}
.weddings_list3 .item  .desc::-webkit-scrollbar-thumb {
  background: #A84F27;
  border-radius: 6px;
}
.weddings_list3 .item  .desc::-webkit-scrollbar-track {
  background: #B2B2B2;
}


.weddings_list3 .desc2{
	margin-bottom:20px;
	font-size:16px;
	line-height:180%;

}



.weddings_list3 .bx-wrapper .bx-pager,
.weddings_list3 .bx-wrapper .bx-controls-auto {
	    background: #ffffff;
}


.section_weddings #footer {

	margin-top: 0px;

}

.inside_content_desc{
	max-width:860px;
	margin-bottom:40px;
	font-size:16px;
}

.inside_content_desc p,.inside_content_desc ul, .inside_content_desc ol{
	
	font-size:16px;
}





.room_detail_list{
	clear:both;
	width:100%;
	margin-top:60px;
}

.room_detail_list .item{
	clear:both;
	width:100%;
	margin-bottom:80px;
	position: relative;
}





.room_detail_list .photo{
	float:right;
	width:70%;
	
}

.room_detail_list .content{
	float:left;
	width:30%;

}




.room_detail_list .title{

	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.room_detail_list .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.room_detail_list .desc p{

	font-size:16px;
	line-height:180%;

}





.room_detail_list .other_info table {
	margin-bottom: 20px;
}

.room_detail_list .other_info table td {
	padding: 0px 10px 10px 0px;
	font-size: 15px;
	font-family: 'Montserrat-SemiBold';
	vertical-align: center;
	line-height:180%;
}

.room_detail_list .other_info table td.icon img {
	width: 20px;
}

.room_detail_list .bx-wrapper .bx-pager,
.room_detail_list .bx-wrapper .bx-controls-auto {
position: absolute;

	width: 100%;
	right: 0px;
	text-align: right;
}



.room_detail_list  .content_box {
	position: absolute;
	left: 0px;
	bottom: -80px;
	width: 40%;
	z-index: 9999;
	width: 46%;
}

.room_detail_list .content_box_container {
	background: rgba(47, 46, 33, 0.9);
	color: #ffffff;
	display: inline-block;
	padding: 30px;
}

.room_detail_list  .content_box .title {
	font-family: 'Cormorant-SemiBold';
	font-size: 28px;
	margin-bottom: 20px;
	color: #ffffff;
}

.room_detail_list  .content_box .desc {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
	color: #ffffff;
}


.btn_check_rates {
   clear: both;
  
}

.btn_check_rates a:link,.btn_check_rates a:visited {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #A84F27;
    border: none;
    font-family: 'Montserrat-SemiBold';
    transition: all 0.3s ease;
	width:48%;
	float:left;
	
	
	text-align:center;
}

.btn_check_rates a:hover {
    color: #ffffff;
    background-color: #403E2B;
}






.section_rooms_detail_inside_other_rooms {
	clear: both;
	width: 100%;
	position: relative;
	margin-top:20px;
	border-top:1px solid #dddddd;
	padding-top:100px;

	
}




.section_rooms_detail_inside_other_rooms_container3 {}

.section_rooms_detail_inside_other_rooms_container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 0px;

}

.section_rooms_detail_inside_other_rooms_container2 {
	max-width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}

.rooms_detail_inside_other_rooms_list .bx-wrapper .bx-prev {
	left: 30px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 999;
}

.rooms_detail_inside_other_rooms_list .bx-wrapper .bx-prev:hover,
.rooms_detail_inside_other_rooms_list .bx-wrapper .bx-prev:focus {
	left: 20px;
	background-image: url(../../images/icon/btn_prev_black.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.rooms_detail_inside_other_rooms_list .bx-wrapper .bx-next {
	right: 30px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	z-index: 999;
}

.rooms_detail_inside_other_rooms_list .bx-wrapper .bx-next:hover,
.rooms_detail_inside_other_rooms_list .bx-wrapper .bx-next:focus {
	right: 20px;
	background-image: url(../../images/icon/btn_next_black.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 57px;
	width: 30px;
	height: 57px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.rooms_detail_inside_other_rooms_list .bx-wrapper {
	margin-bottom: 120px;
}

.rooms_detail_inside_other_rooms_list .bx-wrapper {
	height: auto !important;
	/* let content define height */
}

.rooms_detail_inside_other_rooms_list .bx-wrapper .bx-pager,
.rooms_detail_inside_other_rooms_list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
	right: 0%;
	text-align: center;
}

.bxslider_rooms_detail_inside_other_rooms_list {
  width:6000px;
  
}



.rooms_detail_inside_other_rooms_list {
max-width: 1200px;
	margin: auto;
 overflow:auto;

 
}


.rooms_detail_inside_other_rooms_list::-webkit-scrollbar {
  height: 6px;
}
.rooms_detail_inside_other_rooms_list::-webkit-scrollbar-thumb {
  background: #A84F27;
  border-radius: 8px;
}
.rooms_detail_inside_other_rooms_list::-webkit-scrollbar-track {
  background: #B2B2B2;
}



.rooms_detail_inside_other_rooms_list .item {
float:left;
width:400px;
margin-right:20px;

-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.24); 
box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.24);
margin-bottom:30px;    
}

.rooms_detail_inside_other_rooms_list .item img {
	
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}


.rooms_detail_inside_other_rooms_list .photo_container {
	display:block;
	padding:10px;
}



.rooms_detail_inside_other_rooms_list .photo {
	width: 100%;
	margin-bottom: 0px;
	position: relative;

}
.rooms_detail_inside_other_rooms_list .img {
	overflow:hidden;
}
.rooms_detail_inside_other_rooms_list .img img {
	object-fit: cover;
	object-position: center;
	display: block;
	overflow:hidden;
	height: 360px;
}
.rooms_detail_inside_other_rooms_list .item:hover .img img{
	scale:1.04;
}


.rooms_detail_inside_other_rooms_list .title {
	font-family: 'Cormorant-Regular';
	line-height:120%;
	font-size: 30px;
	margin-bottom: 10px;
	color:#A84F27;
}


.rooms_detail_inside_other_rooms_list .title_left {
	float:left;
	width:70%;
}
.rooms_detail_inside_other_rooms_list .title_right {
	float:right;
	width:28%;
}


.rooms_detail_inside_other_rooms_list .desc {
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 20px;
}


.rooms_detail_inside_other_rooms_list .content {
	display:block;
	padding:0px 10px 0px 10px ;
	border-left:5px solid #DFEDB7;
}


.rooms_detail_inside_other_rooms_list .other_info {
	clear:both;

		display:block;
	padding:20px 15px 0px 15px ;
}

.rooms_detail_inside_other_rooms_list .other_button_info {
	clear:both;

		display:block;
	padding:0px 15px 20px 15px ;
}


.section_rooms_detail_info{
	width:100%;
	clear:both;
	margin-top:100px;

	background-image: url(../../images/pattern/room.png);
	background-position: right top;
	background-repeat: no-repeat;
	
	padding-top:40px;
	
	padding-bottom:40px;
	

}

.section_rooms_detail_info_container{
	max-width:1200px;
	margin:auto;
	position:relative;
}


.rooms_detail_info_list{
	clear:both;
	width:100%;
}

.rooms_detail_info_list .item{
	clear:both;
	width:100%;
	margin-bottom:50px;
}

.rooms_detail_info_list .title{
	color:#A84F27;
	margin-bottom:30px;
	font-family: 'Cormorant-Regular';
	font-size:34px;
}

.rooms_detail_info_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rooms_detail_info_list ul li {
  flex: 0 0 calc(33.333% - 10px); /* fixed 3 columns */
  box-sizing: border-box;
  font-size:15px;
}

.rooms_detail_info_list .bottom_mask{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	min-height:100px;
background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 1) 31%);


padding-top:60px;

	min-height:40%;
}



.btn_more_item{
	width:100%;
	text-align:center;
}

.btn_more_item a:link,
.btn_more_item a:visited {

	text-decoration: none;
	font-size: 13px;
	color: #A84F27;
	font-family: 'Montserrat-SemiBold';

}

.btn_more_item a:hover {
	color: #A84F27;
}

.hide{
	display:none;
}


.term,.term p,.term ol,.term ul {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 20px;
}
.term ol li,.term ul li{
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 0px;
	padding-bottom:0px;
}


.rooms_detail_inside_other_rooms_list .btn_view a:link,
.rooms_detail_inside_other_rooms_list  .btn_view a:visited {
	float: left;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-size: 15px;
	color: #403E2B;
	background-color:#DFEDB7;
	border: 1px solid #DFEDB7;
	font-family: 'Montserrat-SemiBold';
}

.rooms_detail_inside_other_rooms_list .btn_view a:hover {
	float: left;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	background-color:#403E2B;
	border: 1px solid #403E2B;
	font-family: 'Montserrat-SemiBold';
}


.rooms_detail_inside_other_rooms_list .btn_view2 a:link,
.rooms_detail_inside_other_rooms_list .btn_view2 a:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 15px;
	color: #403E2B;
	font-family: 'Montserrat-SemiBold';
	transition: all 300ms ease-out 0s;
		text-decoration: underline;

}

.rooms_detail_inside_other_rooms_list .btn_view2  a:hover {
	color: #403E2B;
	text-decoration: none;

}



.shop_list .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}




.shop_list .item2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}



.shop_list .item2::before {

    width: 0px;     
  
}


.shop_list .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}



.iframe_map{
	width:100%;
	height:70vh;
}




.hotel_nearby_list{
	clear:both;
	width:100%;
}

.hotel_nearby_list .item{
	clear:both;
	width:100%;
	margin-bottom:80px;
	position: relative;
}





.hotel_nearby_list .photo{
	float:right;
	width:48%;
	position:relative;
	height:100%;
	
}

.hotel_nearby_list .content{
	float:left;
	width:48%;

}




.hotel_nearby_list .title{
	color:#A84F27;
	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.hotel_nearby_list .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.hotel_nearby_list .desc p{

	font-size:16px;
	line-height:180%;

}


.hotel_nearby_list .item2  .photo{
	float:left;
	width:48%;
	
}

.hotel_nearby_list .item2  .content{
	float:right;
	width:48%;

}

.hotel_nearby_list .other_info table {
	margin-bottom: 20px;
}

.hotel_nearby_list .other_info table td {
	padding: 0px 10px 10px 0px;
	font-size: 15px;
	font-family: 'Montserrat-SemiBold';
	vertical-align: center;
	line-height:180%;
}

.hotel_nearby_list .other_info table td.icon img {
	width: 20px;
}


.hotel_nearby_list .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}




.hotel_nearby_list .item2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}



.hotel_nearby_list .item2::before {

    width: 0px;     
  
}


.hotel_nearby_list .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}


.hotel_nearby_list   .content_full{
	float:inherit;
	width:800px;
	margin:auto;

}
.hotel_nearby_list   .content_full .title{
	text-align:center;

}





.about_other_page_list{
	clear:both;
	width:100%;
}

.about_other_page_list .item{
	clear:both;
	width:100%;
	margin-bottom:80px;
	position: relative;
}





.about_other_page_list .photo{
	float:right;
	width:48%;
	position:relative;
	height:100%;
	
}

.about_other_page_list .content{
	float:left;
	width:48%;

}




.about_other_page_list .title{
	color:#A84F27;
	margin-bottom:20px;
	font-size:34px;
		font-family: 'Cormorant-Regular';

}

.about_other_page_list .desc{
	margin-bottom:60px;
	font-size:16px;
	line-height:180%;

}
.about_other_page_list .desc p{

	font-size:16px;
	line-height:180%;

}


.about_other_page_list .item2  .photo{
	float:left;
	width:48%;
	
}

.about_other_page_list .item2  .content{
	float:right;
	width:48%;

}

.about_other_page_list .other_info table {
	margin-bottom: 20px;
}

.about_other_page_list .other_info table td {
	padding: 0px 10px 10px 0px;
	font-size: 15px;
	font-family: 'Montserrat-SemiBold';
	vertical-align: center;
	line-height:180%;
}

.about_other_page_list .other_info table td.icon img {
	width: 20px;
}


.about_other_page_list .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}




.about_other_page_list .item2::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 6px;     
    height: 120px;  
    background: #DFEDB7;
}



.about_other_page_list .item2::before {

    width: 0px;     
  
}


.about_other_page_list .line{
	width: 120px;     
    height: 6px;  
    background: #DFEDB7;
	margin-bottom:80px;
	margin-top:80px;
}


.about_other_page_list   .content_full{

	

}
.about_other_page_list   .content_full .title{
	
	

}


.topmenu_submenu2.hide{
	display:none;
}


.topmenu_submenu2 {
    position: absolute;   /* anchor relative to the parent menu */
    left: 0;
    top: 100%;            /* directly below the parent link */
    width: 100vw;         /* full viewport width */
    background: #dfedb7;
	
    min-height:60px;
	
    display: flex;
    justify-content: center;
	align-items: center;
	z-index:999;
		text-transform:uppercase;
}



.topmenu_submenu2 ul  {
    list-style: none;
    margin: 0;
    padding: 0;
 
    display: flex;              /* enable flexbox */
    justify-content: center;    /* center items horizontally */
align-items: center;



}

.topmenu_submenu2 ul  li {
    margin: 0px 20px 0px 0px;             /* spacing between items */
    text-align: center;
	  position: relative;
}



.topmenu_submenu2 ul li:not(:last-child)::after {
    content: "|";
    margin-left: 20px;   /* spacing between text and bar */
    color: #403E2B;      /* match your menu color */
    font-size: 12px;
}



.topmenu_submenu2 ul  li a:link,
.topmenu_submenu2 ul  li a:visited {
	font-size: 12px;
	color: #403E2B;
	font-family: 'Montserrat-Medium';
	text-decoration: none;
		border-bottom:none;
	padding-bottom: 0px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.topmenu_submenu2 ul  li a:hover {
font-size: 12px;
	color: #A84F27;
	font-family: 'Montserrat-Medium';
	text-decoration: none;
		border-bottom:none;
	padding-bottom: 0px;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;

}


.btn_view_more {
   clear: both;
   margin-right:10px;
  
}

.btn_view_more a:link,.btn_view_more a:visited {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    background-color: #403E2B;
    border: none;
    font-family: 'Montserrat-SemiBold';
    transition: all 0.3s ease;
	float:left;
	
	
	text-align:center;
}

.btn_view_more a:hover {
    color: #403E2B;
    background-color: #DFEDB7;
}



.inside_social_list2 ul li img {
	height: 30px;
	margin-right:2px;

}

.inside_social_list2 ul li {
	font-size:13px;
}

.inside_other_info{
clear:both;
margin-bottom:40px;
}

.inside_other_info table {
	margin-bottom: 20px;
}

.inside_other_info table td {
	padding: 0px 10px 15px 0px;
	font-size: 15px;

	font-family: 'Montserrat-SemiBold';
	vertical-align: center;
}

.inside_other_info table td.icon img {
	width: 20px;
}

.inside_other_info_share{
	clear:both;
margin-bottom:40px;
max-width:500px;
}


.err_msg{
	clear:both;
		margin-top:10px;
	color:#990000;
	font-weight:bold;
	font-size:16px;
	margin-bottom:30px;
}


.slide{
	position:relative;
}

.slide .btn_view_360{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../../images/icon/360.svg);
	background-position:center center;
	background-repeat:no-repeat;

	background-size:50px 50px;
	z-index:99;
	

}

.gallery_list  .item {
position:relative;

}



.gallery_list  .item .btn_view_360{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../../images/icon/360.svg);
	background-position:center center;
	background-repeat:no-repeat;

	background-size:50px 50px;
	z-index:99;
	

}


.price_info_box {
width:100%;
}
.price_info_box td{
width:25%;
padding:20px;
}

.inside_other_title{
	color:#A84F27;
	margin-bottom:30px;
	font-family: 'Cormorant-Regular';
	font-size:34px;
}


.inside_other_desc,.inside_other_desc ul li,.inside_other_desc ol li,.inside_other_desc p {
font-size:15px;
}




.dialog {
    width: 80%;
    max-width: 600px;
    max-height: 80vh;
    /* Responsive height */
    border: none;
    border-radius: 8px;
    padding: 45px 30px 30px 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #ffffff;
}
dialog:focus {
  outline: none;
}

dialog:focus-visible {
  outline: none;
}


.dialog_content {
    overflow-y: auto;
    max-height: 70vh;
    font-size: 15px;
	  outline: none;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.dialog {
    width: 80%;
    max-width: 780px;
    max-height: 80vh;
    /* Responsive height */
    border: none;
    border-radius: 8px;
    padding: 45px 30px 30px 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #ffffff;
}


.dialog .heading {
    text-align: center;
		clear: both;
	width: 100%;
	position: relative;
	font-family: 'Cormorant-SemiBold';
	font-size: 24px;
	margin-bottom:20px;
}



.btn_close_dialog {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

.btn_close_dialog img {
    width: 100%;
}


.btn_confirm_dialog {
    clear: both;
    margin-top: 15px;
}

.btn_confirm_dialog a:link,
.btn_confirm_dialog a:visited {
    display: block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    background: #A84F27;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.btn_confirm_dialog a:hover {
    display: block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #A84F27;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}


.dialog_news_list{
	clear:both;
	width:100%;
}

.dialog_news_list .item{
	clear:both;
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #dddddd;
}

.dialog_news_list .item .photo{
	float:left;
	width:40%;
}
.dialog_news_list .item .photo img{
	width:100%;
}
.dialog_news_list .item .content{
	float:right;
	width:56%;
}

.dialog_news_list .item .content_full{
	float:inherit;
	width:100%;
	clear:both;
}

.dialog_news_list .title{
	color:#A84F27;
	margin-bottom:10px;
	font-size:24px;
		font-family: 'Cormorant-Regular';

}

.dialog_news_list .desc{
	margin-bottom:20px;
	font-size:16px;
	line-height:180%;

}


.sitemap_list ul{
margin:0;
padding:0;
list-style:none;

}
.sitemap_list ul ul{
margin:0;
padding:0;
list-style:none;
margin-left:40px;
margin-top:40px;
}