body {
	background: url(../images/bg-body.webp) no-repeat center/cover;
	padding: 16px;
	color: white;

}

html,
body {
	overflow: hidden;
}

body::before {
	content: "";
	backdrop-filter: blur(8px);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.app-wrapper {
	border: 1px solid #9d8644;
	border-radius: 20px;
	padding-left: 290px;
	height: calc(100vh - 32px);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #f0c753 transparent;
}

[data-anim] {
	opacity: 0;
	transform: translateY(18px) scale(.98);
	transition: transform .6s cubic-bezier(.2, .7, 0, 1), opacity .6s ease;
	will-change: transform, opacity;
	transition-delay: var(--delay, 0ms);
}

[data-anim].in {
	opacity: 1;
	transform: none;
}

.main-wrapper {
	padding: 32px;
	height: 100%;
}

.footer {
	position: sticky;
	top: 100%;
}

.lightgallery-trigger img {
	aspect-ratio: 1/1;
}

.c-ttl__01 {
	color: var(--color-main3);
	font-size: 48px;
	font-weight: 400;
	font-family: var(--font-flowers);
	margin-bottom: 12px;
	display: inline-flex;
}

.c-btn-01 {
	background: linear-gradient(90deg, #8E7A49, #FCCF64 49.48%, #8E7A49);
	color: #111;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 16px;
}

.page-mv {
	margin-bottom: 15px;
}

.breadcrumbs {
	font-size: 15px;
}

.breadcrumbs.ta-left {
	text-align: left;
}

.breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin: 0 5px;
	color: currentColor;
}

.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--color-main2);
}

.breadcrumbs li {
	display: inline;
}

/*  */
.services-column {
	margin-top: 24px;
}

.article-item__wrap {
	border: 1px solid var(--color-main3);
	padding: 14px;
	border-radius: 12px;
	border-color: #373124;
	color: white;
}

.article-item__wrap:hover .article-item__img img {
	transform: scale(1.09);
}

.article-item__wrap:hover .article-item__ttl {
	color: inherit;
}

.article-item__ttl {
	font-size: 16px;
	font-weight: 700;
	color: white;
	margin-bottom: 10px;
}

.article-item__date {
	font-size: 12px;
	color: white;
	margin-bottom: 6px;
	display: block;
}

.article-item__desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: white;
}

.article-item__img {
	position: relative;
	padding-top: calc((10 / 16) * 100%);
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 12px;
}

.article-item__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
}

/* room */
/* === room-list === */
.room-list__section {

	padding: 20px 0;
}

.room-list__container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.room-list__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	gap: 20px;
}

/* === room-card === */
.room-card {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.room-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.room-card__image img {
	display: block;
	width: 100%;
	height: 350px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.room-card:hover .room-card__image img {
	transform: scale(1.15);
}

/* content */
.room-card__content {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	text-align: right;
	color: #fff;
	z-index: 2;
	transform: translateY(80px);
	transition: transform 0.5s ease;
}

.room-card:hover .room-card__content {
	transform: translateY(10px);
}

.room-card__title a {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	text-decoration: none;
}

.room-card__price {
	display: block;
	font-size: 16px;
	margin-top: 8px;
}

/* footer */
.room-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 16px;
	padding-top: 10px;
}

.room-card__button {
	display: inline-block;
	padding: 6px 16px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: background 0.3s ease;
}

.room-card__button:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* features */
.room-card__features {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.room-card__feature img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

/* end room */


ul.kodelisting-room-basic-info-minimal li img {
	width: 25px;
	height: 25px !important;
	object-fit: fill;
}

/*  */
ul.breadcrumb {
	padding: 5px 0px;
	list-style: none;
}

ul.breadcrumb li {
	display: inline;
	font-size: 16px;
}

ul.breadcrumb li+li:before {
	padding: 8px 2px;
	color: black;
	/* content: "/\00a0"; */
}

ul.breadcrumb li a {
	color: #555;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

/*  */

/*  */
.list_tintuc {
	margin-top: 20px;
}

ul.breadcrumb li a:hover {
	color: #ff312e;
	text-decoration: underline;
}

.brackham-commont {
	background: #eee;
	position: relative;
}

.item-banner-pages img {
	width: 100%;
}

.contact-temp-body {
	background-color: white;
	padding: 0px 15px 0px 0px;
	border-radius: 10px;
}

.left-bot {
	text-align: center;
}

.ct-left,
.ct-right {
	margin-top: 15px;
	margin-bottom: 15px !important;
	color: #393939;
	font-size: 14px;
}

.ct-right h1 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #005693;
}

.ct-left.ct-right form {
	width: 64%;
	margin: 0 auto;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
}

.box-input-form {
	display: flex;
	gap: 0px 20px;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
}

.ct-left form textarea {
	font-size: 14px;
	color: #717173;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 10px;
	outline: 0;
}

.ct-left form button {
	font-size: 14px;
	color: #fff;
	background: #005693;
	border: none;
	height: 40px;
	width: 172px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	font-weight: 500;
	text-transform: uppercase;
}


.supplier {
	background: #FFF;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #DDD;
	padding: 15px;
}

.supplier .image {
	position: relative;
	overflow: hidden;
}

.supplier .image:hover img {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.supplier h3 {
	text-align: center;
	color: #5f7aec;
	font-size: 15px;
}

.supplier h3 a {
	color: #333;
}

.title-template-news {
	margin: 10px 0 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	color: #fff;
	padding: 0;
	border-bottom: solid 2px #FF312E;
}

.title-template-news>* {
	background: #FF312E;
	padding: 8px 20px;
	display: inline-block;
	color: white;
	border-radius: 10px 10px 0px 0px;
}

.list-news {
	padding-top: 5px;
}

.content-page ul li {
	list-style: disc !important;
	margin-left: 0px;
}

.products-card>a {
	position: relative;
	overflow: hidden;
}

.link-speed {
	padding-top: 40px;
}

.link-speed .c-title__xl {}

.link-speed__grid {}

.link-speed__grid>.row {
	gap: 20px 0;
}

.link-contact {
	text-align: center;
	height: 100%;
	border-radius: 24px;
	background: url(../images/step-1.png) no-repeat center top/cover;
	padding: 20px;
}

.link-contact--style2 {
	box-shadow: 0px 0px 1px 1px #ff000030;
	background: linear-gradient(135deg, #f43f5e, #f97316);
	color: white;
}

.link-contact__icon img {
	width: 120px;
}

.link-contact--style2 .link-contact__ttl {
	margin-bottom: 10px;
	color: white;
}

.link-contact__ttl {
	font-size: 24px;
	color: var(--color-main);
}

.link-contact--style2 .btn-common01 {
	color: var(--color-main);
	background: white;
	font-weight: 700;
}

.link-contact--style2 .link-contact__decs {
	font-size: 20px;
}

.link-contact__decs:not(:last-child) {
	margin-bottom: 20px;
}

.btn-common01 {
	background: var(--color-main);
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}

.btn-common01:hover {
	background: var(--color-main2);
	color: white;
}

.content-page,
.noi_dung_in,
.desc2 {
	/* text-align: justify; */
	line-height: 1.4;
}

.content-page h1,
.noi_dung_in h1,
.desc2 h1 {
	font-size: 28px;
}

.content-page h2,
.noi_dung_in h2,
.desc2 h2 {
	font-size: 24px;
}

.content-page h3,
.noi_dung_in h3,
.desc2 h3 {
	font-size: 21px;
	/* text-align: center; */
}

.content-page h4,
.noi_dung_in h4,
.desc2 h4 {
	font-size: 20px;
}

.content-page h5,
.noi_dung_in h5,
.desc2 h5 {
	font-size: 18px;
}

.content-page h6,
.noi_dung_in h6,
.desc2 h6 {
	font-size: 17px;
}

.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6,
.noi_dung_in h1,
.noi_dung_in h2,
.noi_dung_in h3,
.noi_dung_in h4,
.noi_dung_in h5,
.noi_dung_in h6,
.desc2 h1,
.desc2 h2,
.desc2 h3,
.desc2 h4,
.desc2 h5,
.desc2 h6 {
	font-weight: 700;
}

.content-page h1:not(:last-child),
.content-page h2:not(:last-child),
.content-page h3:not(:last-child),
.content-page h4:not(:last-child),
.content-page h5:not(:last-child),
.content-page h6:not(:last-child),
.noi_dung_in h1:not(:last-child),
.noi_dung_in h2:not(:last-child),
.noi_dung_in h3:not(:last-child),
.noi_dung_in h4:not(:last-child),
.noi_dung_in h5:not(:last-child),
.noi_dung_in h6:not(:last-child),
.desc2 h1:not(:last-child),
.desc2 h2:not(:last-child),
.desc2 h3:not(:last-child),
.desc2 h4:not(:last-child),
.desc2 h5:not(:last-child),
.desc2 h6:not(:last-child) {
	margin-bottom: 15px;
}

.content-page em,
.noi_dung_in em,
.desc2 em {
	display: block;
}

.content-page em {
	display: unset !important;
}

.content-page ol,
.noi_dung_in ol,
.desc2 ul,
.desc2 ol {
	margin-left: 18px;
}

.content-page ol li,
.noi_dung_in ol li,
.desc2 ol li {
	list-style: decimal;
	position: relative;
}

.content-page ul li,
.noi_dung_in ul li,
.desc2 ul li {
	list-style: disc;
}

.content-page ul:not(:last-child),
.content-page ol:not(:last-child),
.content-page li:not(:last-child),
.content-page div:not(:last-child),
.content-page p:not(:last-child),
.noi_dung_in ul:not(:last-child),
.noi_dung_in ol:not(:last-child),
.noi_dung_in li:not(:last-child),
.noi_dung_in div:not(:last-child),
.noi_dung_in p:not(:last-child),
.desc2 ul:not(:last-child),
.desc2 ol:not(:last-child),
.desc2 li:not(:last-child),
.desc2 div:not(:last-child),
.desc2 p:not(:last-child) {
	margin-bottom: 10px;
}

.content-page p:last-child,
.noi_dung_in p:last-child,
.desc2 p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.content-page table,
.noi_dung_in table,
.desc2 table {
	width: 100%;
}

.content-page table:last-child,
.content-page table tr:last-child,
.content-page table tr td:last-child,
.content-page table tbody:last-child,
.noi_dung_in table:last-child,
.noi_dung_in table tr:last-child,
.noi_dung_in table tr td:last-child,
.noi_dung_in table tbody:last-child,
.desc2 table:last-child,
.desc2 table tr:last-child,
.desc2 table tr td:last-child,
.desc2 table tbody:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {

	.content-page table,
	.content-page table tr,
	.content-page table tr td,
	.content-page table tbody,
	.noi_dung_in table,
	.noi_dung_in table tr,
	.noi_dung_in table tr td,
	.noi_dung_in table tbody,
	.desc2 table,
	.desc2 table tr,
	.desc2 table tr td,
	.desc2 table tbody {
		display: block;
		width: 100% !important;
		padding: 0 !important;
	}

	.content-page table:not(:last-child),
	.content-page table tr:not(:last-child),
	.content-page table tr td:not(:last-child),
	.content-page table tbody:not(:last-child),
	.noi_dung_in table:not(:last-child),
	.noi_dung_in table tr:not(:last-child),
	.noi_dung_in table tr td:not(:last-child),
	.noi_dung_in table tbody:not(:last-child),
	.desc2 table:not(:last-child),
	.desc2 table tr:not(:last-child),
	.desc2 table tr td:not(:last-child),
	.desc2 table tbody:not(:last-child) {
		margin-bottom: 10px;
	}
}

.content-page table tr td,
.noi_dung_in table tr td,
.desc2 table tr td {
	margin-bottom: 0;
}

.content-page #toc-list li,
.noi_dung_in #toc-list li,
.desc2 #toc-list li {
	list-style: none;
}

.content-page img,
.noi_dung_in img,
.desc2 img {
	max-width: 100%;
	display: inline-block;
	border-radius: 10px;
}

blockquote {
	padding-left: 20px;
	padding-right: 8px;
	border-left: 5px solid #ccc;
}

.btn:focus,
.btn:focus-visible,
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
	outline: none;
}

.btn:active,
button:active,
a:active {
	outline: none;
}

.btn:active:focus,
button:active:focus,
a:active:focus {
	outline: none;
}

.images-brackham-details {
	height: 60vh;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	width: 100%;
	background-position: center;
}

.images-brackham-details:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .4;
}

.images-brackham-details img {
	height: 100%;
	background-position: center;
	width: 100%;
}

.text-hedding-brackhams {
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 49%;
}

.text-hedding-brackhams h1 {
	/* font-size: 74px; */
	text-align: center;
	font-size: 37px;
	color: #fff;
	font-weight: 600;
}

.images-brackham-details .breadcrumb {
	list-style: none;
	border-radius: 4px;
	margin-bottom: 0px;
}

.images-brackham-details .breadcrumb-col {
	justify-content: center;
	background-color: transparent;
	padding-left: unset;
	display: flex;
}

.images-brackham-details .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
}

.images-brackham-details .breadcrumb-col li {
	display: flex;
	align-items: center;
	color: #fff;
}

.images-brackham-details .breadcrumb-col li a {
	font-size: 14px;
}

.images-brackham-details .breadcrumb-col li a {
	color: white;
	font-size: 15px;
}

.images-brackham-details .breadcrumb-col li svg {
	height: 11px;
	margin-right: 10px;
	margin-left: 10px;
}

hr {
	margin: 10px 0px;
	border: 1px solid #cdcdcd4d;
	height: 0px;
}

.desc-bycategory ul li {
	list-style: disc;
	margin-left: 20px;
	padding-bottom: 5px;
}

.no-data {
	padding: 20px 0px;
}

blockquote {
	padding: 1rem 1.5rem;
	margin: 0 0 1rem;
	font-size: 1.25rem;
	border-left: 0.25rem solid #dee2e6;
	background-color: #f8f9fa;
	border-radius: 0.25rem;
	color: #495057;
}

.desc-bycategory {
	text-align: justify;
}

.desc-about {
	padding: 0px 0px 30px;
}

/*  */
.section-menu {
	padding-bottom: 100px;
}

.section-menu .heading {
	margin-bottom: 30px;
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px
}

@media(min-width:1024px) {
	.menu-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px
	}
}



.menu-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(0, 0, 0, .55);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
	text-decoration: none;
	color: inherit;
	transition: background .15s ease, transform .2s ease, box-shadow .2s ease
}

.menu-card:hover {
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .45)
}


.menu-card__media {
	aspect-ratio: 2/3;
	width: 100%;
	overflow: hidden;
	border-radius: 8px
}

.menu-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .5);
	transition: transform .3s ease
}

.menu-card:hover .menu-card__img {
	transform: scale(1.05)
}


.menu-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 8px 10px
}

.menu-card__title {
	margin: 0;
	font-weight: 700;
	color: #f0c753;
	font-size: 18px;
}



.menu-card__cta {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	border: 1px solid #f0c753;
	transition: transform .25s ease
}

.menu-card__cta-icon {
	width: 18px;
	height: 18px
}

.menu-card__cta-icon path {
	stroke: #f0c753;
	stroke-width: .9;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none
}

.menu-card:hover .menu-card__cta {
	transform: rotate(-45deg)
}



.menu-card__badge {
	width: 22px;
	height: 22px;
	display: block;
	fill: #f0c753
}



.menu-card--offset {
	transform: translateY(52px)
}

.yhero {}

.yhero__wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px 18px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}




.yhero__media {
	position: relative;
	border-radius: 16px;

}

.yhero__img {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
	border-radius: 16px
}

.yhero__media::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	border: 2px solid rgba(240, 199, 83, .85);
	transform: translate(12px, 12px);
	z-index: -1
}

.yhero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	background: rgba(88, 28, 135, .35);
	transform: translate(-10px, -10px);
	z-index: -2;
	filter: blur(.5px)
}

.yhero__side {
	display: flex;
	flex-direction: column;
	gap: 14px
}

.yhero__addr {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(18px, 2.2vw, 22px);
}

.yhero__pin {
	width: 18px;
	height: 18px;
	flex: 0 0 auto
}

.yhero__card {
	position: relative;
	background: rgba(88, 28, 135, .25);
	border-radius: 14px
}

.yhero__card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 14px;
	border: 1px solid rgba(240, 199, 83, .65);
	transform: translate(10px, 10px)
}

.yhero__card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 14px;
	background: rgba(88, 28, 135, .35);
	transform: translate(-8px, -8px);
	z-index: -1
}

.yhero__card-body {
	padding: 16px 18px
}

.yhero__text {
	margin: 0;
	font-weight: 300
}

.menu-column {
	gap: 20px 0;
}

.menu-item {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(0, 0, 0, .55);
	border-radius: 12px;
	padding: 1rem;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
	cursor: pointer;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;

}

.menu-item:where(:hover, :focus-visible) {
	background: rgba(255, 255, 255, .10);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .45);
}

.menu-item__media {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 2/3
}

.menu-item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease, filter .35s ease
}

.menu-item:hover .menu-item__img {
	transform: scale(1.04)
}

.menu-item__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	padding: 10px 20px;
}

.menu-item__info {
	min-width: 0
}

.menu-item__title {
	margin-bottom: 5px;
	color: #f0c753;
	font-weight: 700;
	font-size: 14px
}

.menu-item__price {
	margin: .15rem 0 0;
	font-size: 18px;
	color: white;
	font-weight: 700;
}

.menu-item__cta {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 1px solid #f0c753;
	transition: transform .25s ease, background .2s ease;
	flex: 0 0 auto;
}

.menu-item__cta-icon {
	width: 18px;
	height: 18px;
	display: block
}

.menu-item__cta-icon path {
	stroke: #f0c753;
	stroke-width: .9;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none
}

.menu-item:hover .menu-item__cta {
	transform: rotate(-45deg)
}

@media(min-width:992px) {
	.yhero__wrap:nth-child(2n) {
		flex-direction: row-reverse;
	}
}

@media(min-width:1024px) {
	.menu-card--offset {
		transform: translateY(52px)
	}
}

@media(max-width:1200px) {
	body:not(.body-home) .main-wrapper {
		padding-top: 110px;
	}

	.app-wrapper {
		padding: 0;
		overflow-x: hidden;

		max-height: 100vh;
	}
}

@media(max-width:990px) {
	.app-wrapper {
		border: 0;
		border-radius: 0;
		height: 100vh;
	}

	.main-wrapper {
		padding: 0 0 100px 0;
	}

	body {
		padding: 0;
	}

	.field-input-wrap.checkin-date input {
		border-radius: 3px;
	}

	.images-brackham-details {
		height: 27vh;
	}

	.text-hedding-brackhams {
		width: 100%;
	}

	ul.breadcrumb.breadcrumb-col li {
		/* display: none; */
	}

	ul.breadcrumb.breadcrumb-col li:last-child {
		display: block;
	}

	.heading-title .count {
		display: none;
	}

	.content-page table tr td {
		width: 100% !important;
		display: block;
	}

	.ct-left.ct-right form {
		width: 100%;
	}

	.contact-temp-body {
		padding: unset;
	}

	.link-contact__icon img {
		width: 75px;
	}

	.c-ttl__01 {
		font-size: 30px;
	}

	body:not(.body-home) .main-wrapper {
		padding-top: 76px;
	}
}