/************************************************************************************/
/*********************************** WEB FONTS **************************************/
/*#region*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");

@font-face {
	font-family: "God Word";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/UTM\ God's\ WordR.ttf");
}

.montserrat-font {
	font-family: "Montserrat", sans-serif;
}

.god-word-font {
	font-family: "God Word", serif;
}

/*#endregion*/
/*********************************** WEB FONTS **************************************/
/************************************************************************************/

/************************************************************************************/
/*********************************** DEFAULT ****************************************/
/*#region*/
html {
	font-size: 10px;
}

body {
	font-size: 14px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	line-height: 1.78;
	color: #6f7070;
}

a {
	text-decoration: none !important;
	color: #1877f2;
	transition: all ease 0.4s;
}

a:hover {
	color: #024cab;
}

img {
	max-width: 100%;
}

.color-gray {
	color: #6f7070 !important;
}

.color-blue {
	color: #002d7e !important;
}

.color-white {
	color: #fff !important;
}

.color-black {
	color: #000 !important;
}

.color-orange {
	color: #fc8c45 !important;
}

.color-inherit {
	color: inherit !important;
}

.color-a-inherit a {
	color: inherit;
}

.color-a-inherit a:hover {
	color: #002d7e !important;
}

.bg-gray {
	background-color: #ececec !important;
}

.bg-dark-blue {
	background-color: #082160 !important;
}

.bg-blue {
	background-color: #002d7e !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-black {
	background-color: #000 !important;
}

.bg-orange {
	background-color: #fc8c45 !important;
}

.bg-cover {
	background-position: center;
	background-size: cover;
}

.img-cover {
	object-fit: cover;
	object-position: center;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1150px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.gradient-up {
	position: relative;
}

.gradient-up::after {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background: linear-gradient(to top, #00498e, #fff);
	opacity: 0.65;
}

.img-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	display: block;
}

.img-ratio > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.img-ratio.overlay-hover::after,
.img-ratio.overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 73, 142, 0.65), transparent);
	transition: all ease 0.4s;
}

.img-ratio.overlay-hover::after {
	opacity: 0;
	background: rgba(0, 73, 142, 0.65);
}

.img-ratio.overlay-hover:hover::after {
	opacity: 1;
}

.img-ratio.overlay-hover:hover::before {
	opacity: 0;
}

.main-title-white,
.main-title {
	padding-top: 47px;
	position: relative;
	text-align: center;
	letter-spacing: 3px;
	color: #002d7e;
	font-size: 30px;
	line-height: 1.25;
	margin-bottom: 25px;
}

.main-title-white::before,
.main-title::before {
	content: "";
	width: 100%;
	position: absolute;
	height: 30px;
	top: 0;
	left: 0;
	background-image: url(../images/favicon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.main-title-white {
	color: #fff;
}

.main-title-white::before {
	background-image: url(../images/favicon-white.svg);
}

section {
	overflow: hidden;
}

.item-room {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66%;
	display: block;
	border: 5px solid #fff;
	color: #fff !important;
}

.item-room::after,
.item-room::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	transition: all ease 0.4s;
}

.item-room::after {
	background-color: rgba(80, 80, 80, 0.65);
	background-image: url(../images/favicon-white.svg);
	background-position: center 40%;
	background-size: 15%;
	background-repeat: no-repeat;
	opacity: 0;
}

.item-room::before {
	background: linear-gradient(to top, #00498e, #fff);
	opacity: 0.3;
}

.item-room:hover::after {
	opacity: 1;
}

.item-room:hover::before {
	opacity: 0;
}

.item-room > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.item-room .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.item-room .price {
	background: #002d7e;
	border-radius: 17px;
	padding: 5px 30px;
	margin-left: 40px;
	position: relative;
}

.item-room .price .text {
	display: inline-block;
	position: relative;
	transition: 0.4s all ease;
}

.item-room .price .text-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, 0%);
	opacity: 0;
	transition: 0.4s all ease;
}

.item-room:hover .price .text {
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.4s all ease;
}

.item-room:hover .price .text-hover {
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: 0.4s all ease;
}

.input-line,
.input-line-white {
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 6px 10px;
	outline: none;
	color: #fff;
}

.input-line {
	color: #002d7e;
	border-color: #002d7e;
}

.input-line-white::placeholder {
	color: #fff;
}

.input-line-white::-moz-placeholder {
	color: #fff;
}

.input-line::placeholder {
	color: #002d7e;
}

.input-line::-moz-placeholder {
	color: #002d7e;
}

.btn-white {
	background-color: #fff;
	border: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2.8px;
	color: #002d7e;
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
	border-radius: 40px;
}

.btn-white:hover {
	color: #002d7e;
}

.btn-blue {
	background-color: #002d7e;
	border: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
	border-radius: 40px;
}

.btn-blue:hover {
	color: #fff;
}

.img-line {
	position: relative;
	border-right: 1px solid #002d7e;
	border-bottom: 1px solid #002d7e;
}

.img-line > img {
	width: 100%;
	padding-bottom: 15px;
	padding-right: 15px;
}

.default-slider-navigation {
	position: relative;
}

.default-slider-navigation .swiper-button-next::after,
.default-slider-navigation .swiper-button-prev::after {
	font-size: 32px;
}

.default-slider-navigation .swiper-button-next.color-white::after,
.default-slider-navigation .swiper-button-prev.color-white::after {
	color: #fff;
}

.default-slider-navigation .swiper-button-next,
.default-slider-navigation .swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	margin: 0;
	width: 27px;
	height: 44px;
}

.default-slider-navigation .swiper-button-prev {
	left: -45px;
}

.default-slider-navigation .swiper-button-next {
	right: -45px;
}

.border-none {
	border: none;
}

.border-blue {
	border: 1px solid #002d7e;
}

.border-left-blue {
	border-left: 1px solid #002d7e;
}

.border-right-blue {
	border-right: 1px solid #002d7e;
}

.border-top-blue {
	border-top: 1px solid #002d7e;
}

.border-bottom-blue {
	border-bottom: 1px solid #002d7e;
}
.border-grey {
	border: 1px solid #707070;
}

.border-left-grey {
	border-left: 1px solid #707070;
}

.border-right-grey {
	border-right: 1px solid #707070;
}

.border-top-grey {
	border-top: 1px solid #707070;
}

.border-bottom-grey {
	border-bottom: 1px solid #707070;
}

.customer-talk-slider .swiper-button-next,
.customer-talk-slider .swiper-button-prev {
	width: 30px;
	height: 30px;
	top: 15px;
	transform: none;
	margin: 0;
}

.customer-talk-slider .swiper-button-next {
	right: calc(50% - 120px);
}

.customer-talk-slider .swiper-button-prev {
	left: calc(50% - 120px);
}

.customer-talk-slider .swiper-button-next::after,
.customer-talk-slider .swiper-button-prev::after {
	font-size: 24px;
	color: #002d7e;
}

.cover-map iframe {
	width: 100%;
	height: 100%;
}

.item-youtube-video {
	position: relative;
	display: block;
}

.item-youtube-video .title-group {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 20px;
	right: 0;
	height: 60px;
	color: #fff;
	background-color: rgba(25, 23, 23, 0.55);
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	display: flex;
	align-items: center;
	padding: 0 5px;
}

.item-youtube-video .logo-container {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #002d7e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-youtube-video .logo-container > img {
	width: 80%;
}

.item-youtube-video .title {
	margin-left: 10px;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.item-youtube-video .youtube-icon {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
}

.item-youtube-video .img-ratio::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, transparent 0%, #656565 100%);
	z-index: 1;
}

.swiper-slide .item-youtube-video {
	transition: all ease 0.4s;
	transform: scale(0.8);
}

.swiper-slide .item-youtube-video .youtube-icon {
	transition: all ease 0.4s;
	opacity: 0;
}

.swiper-slide-active .item-youtube-video {
	transform: scale(1);
}

.swiper-slide-active .item-youtube-video .youtube-icon {
	opacity: 1;
}

.video-slider-container .bot-slider-container {
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	background: #ececec;
	padding: 34px 13%;
	text-align: center;
	position: relative;
}

.video-slider-container .bot-slider-container::before {
	position: absolute;
	top: -100px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #ececec;
}

.video-slider-container .bot-slider-container .swiper-slide {
	background: #ececec;
}

.video-slider-container .default-slider-navigation .swiper-button-next::after,
.video-slider-container .default-slider-navigation .swiper-button-prev::after {
	color: #002d7e;
	font-size: 24px;
}

.video-slider-container .default-slider-navigation .swiper-button-prev {
	left: 10%;
}

.video-slider-container .default-slider-navigation .swiper-button-next {
	right: 10%;
}

.video-slider-container .top-slider .swiper-slide {
	width: 33.33%;
}

.gallery-slider-container {
	position: relative;
}

.gallery-slider-container .gallery-thumbs {
	position: absolute;
	bottom: 15px;
	left: 20%;
	right: 20%;
}

.gallery-slider-container .gallery-thumbs .img-ratio {
	border: 2px solid #fff;
	transition: all ease 0.4s;
}

.gallery-slider-container .gallery-thumbs .swiper-slide-thumb-active .img-ratio {
	border-color: #002d7e;
}

.knowledge-slider .prev,
.knowledge-slider .next {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	background: #fff;
	opacity: 0.65;
	transition: all ease 0.3s;
	z-index: 1;
	cursor: pointer;
}

.knowledge-slider .prev {
	left: 0;
}

.knowledge-slider .next {
	right: 0;
}

.knowledge-slider .prev:hover,
.knowledge-slider .next:hover {
	opacity: 1;
}

.offset-container-right {
	padding-right: calc(50vw - 1120px / 2);
}

.offset-container-left {
	padding-left: calc(50vw - 1120px / 2);
}

.item-gallery {
	display: block;
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 65%;
	color: #fff !important;
}

.item-gallery > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.item-gallery .title-group {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: linear-gradient(to top, rgba(0, 73, 142, 0.65), transparent);
	transition: all ease 0.4s;
}

.item-gallery .title-group .title {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	min-width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

.item-gallery .title {
	font-size: 14px;
}

.item-gallery .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(80, 80, 85, 0.65);
	background-image: url(../images/favicon-white.svg);
	background-size: 17%;
	background-repeat: no-repeat;
	background-position: center 40%;
	transition: all ease 0.4s;
	opacity: 0;
}

.item-gallery .overlay .title {
	margin-top: 18%;
}

.item-gallery:hover .overlay {
	opacity: 1;
}

.item-gallery:hover .title-group {
	opacity: 0;
}

.typography h1 {
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 4.5px;
}

.typography h2 {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 3px;
}

.typography h3 {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.45px;
}

.typography h4 {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.45px;
}

.typography h5 {
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.45px;
}

.success {
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #09205d;
}

@media screen and (max-width: 1199px) {
	.offset-container-right {
		padding-right: calc(50vw - 930px / 2);
	}

	.offset-container-left {
		padding-left: calc(50vw - 930px / 2);
	}
}

@media screen and (max-width: 991px) {
	.item-room .price {
		margin-left: 10px;
	}

	.item-room .info {
		bottom: 10px;
	}

	.default-slider-navigation .swiper-button-prev {
		left: -30px;
		width: 20px;
	}

	.default-slider-navigation .swiper-button-next {
		right: -30px;
		width: 20px;
	}

	.video-slider-container .top-slider .swiper-slide {
		width: 50%;
	}

	.video-slider-container .bot-slider-container {
		width: 90%;
	}

	.video-slider-container .default-slider-navigation .swiper-button-prev {
		left: 6%;
	}

	.video-slider-container .default-slider-navigation .swiper-button-next {
		right: 6%;
	}

	.offset-container-right {
		padding-right: calc(50vw - 690px / 2);
	}

	.offset-container-left {
		padding-left: calc(50vw - 690px / 2);
	}

	.clear-offset-container-right-lg {
		padding-right: 0 !important;
	}

	.typography h1 {
		font-size: 32px;
		letter-spacing: 3px;
	}

	.typography h2 {
		font-size: 28px;
		letter-spacing: 1.5px;
	}

	.typography h3 {
		font-size: 17px;
	}

	.typography h4 {
		font-size: 15px;
	}

	.typography h5 {
		font-size: 15px;
	}
}

@media screen and (max-width: 575px) {
	.offset-container-right {
		padding-right: calc(50vw - 510px / 2);
	}

	.offset-container-left {
		padding-left: calc(50vw - 510px / 2);
	}

	.item-gallery .title-group .title {
		min-width: 100px;
	}

	.typography h1 {
		font-size: 28px;
		letter-spacing: 1px;
	}

	.typography h2 {
		font-size: 24px;
		letter-spacing: 0.5px;
	}
}

@media screen and (max-width: 575px) {
	.video-slider-container .top-slider .swiper-slide {
		width: 60%;
	}

	.video-slider-container .bot-slider-container {
		padding: 20px 40px;
	}

	.video-slider-container .default-slider-navigation .swiper-button-prev {
		left: 10px;
	}

	.video-slider-container .default-slider-navigation .swiper-button-next {
		right: 10px;
	}

	.offset-container-right {
		padding-right: 15px;
	}

	.offset-container-left {
		padding-left: 15px;
	}

	.item-gallery .title {
		font-size: 12px;
	}
}

/*#endregion*/
/*********************************** DEFAULT ****************************************/
/************************************************************************************/

/************************************************************************************/
/*********************************** HEADER *****************************************/
/*#region*/

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.top-header {
	height: 200px;
	padding: 38px 0 27px;
	background: transparent linear-gradient(180deg, #09205d 0%, rgba(39, 66, 136, 0.85) 64%, rgba(81, 103, 159, 0.68) 100%) 0% 0% no-repeat
		padding-box;
	transition: all ease 0.4s;
}

#header.sticky .top-header {
	height: 100px;
	padding: 10px 0;
}

.top-header .logo-container,
.top-header .logo {
	display: inline-block;
	height: 100%;
}

.top-header-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

.top-header .languages {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
}

.bot-header {
	background-color: #fff;
	box-shadow: 0px 16px 16px rgba(205, 204, 221, 0.25);
	height: 45px;
	display: flex;
	align-items: center;
}

.languages {
	display: flex;
	align-items: center;
	justify-self: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.languages a {
	color: inherit;
}

.languages .divider {
	padding-left: 4px;
	padding-right: 4px;
}

.languages .active {
	font-weight: bold;
}

.main-menu {
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
	align-items: center;
	justify-content: space-between;
}

.main-menu .item {
	position: relative;
}

.main-menu > .item.active > .item-link,
.main-menu > .item > .item-link:hover {
	color: #002d7e;
}

.main-menu .divider {
	height: 18px;
	width: 1px;
	background-color: #6f7070;
}

.main-menu .item-link {
	display: block;
	padding: 9px 10px;
	color: inherit;
	white-space: nowrap;
	transition: all ease 0.4s;
}

.main-menu .items {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style-type: none;
	top: 100%;
	left: 50%;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 3px 9px rgba(255, 255, 255, 0.45);
	transition: all ease 0.4s;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: all ease 0.4s;
}

.main-menu .item:hover .items {
	opacity: 1;
	pointer-events: all;
	transform: translate(-50%, 0px);
}

.main-menu .items .item {
	min-width: 180px;
}

.main-menu .items .item-link:hover,
.main-menu .items .item.active .item-link {
	background: #002d7e;
	color: #fff;
}

.mobile-menu-container {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.btn-hamburger {
	width: 34px;
	height: 34px;
	position: relative;
}

.btn-hamburger > span {
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #6f7070;
}

.btn-hamburger > span:nth-of-type(1) {
	top: 10px;
}

.btn-hamburger > span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.btn-hamburger > span:nth-of-type(3) {
	bottom: 10px;
}

.mobile-menu-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
	pointer-events: none;
}

.mobile-menu-modal.open {
	pointer-events: all;
}

.mobile-menu-modal .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all ease 0.4s;
}

.mobile-menu-modal.open .overlay {
	opacity: 1;
}

.mobile-menu-modal .box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 280px;
	background: #fff;
	overflow: auto;
	transition: all ease 0.4s;
	transform: translateX(-100%);
}

.mobile-menu-modal.open .box {
	transform: translateX(0);
}

.mobile-menu-modal .logo-container {
	margin: 20px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #707070;
}

.mobile-menu-modal .logo {
	width: 80px;
}

.mobile-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mobile-menu .items {
	margin: 0;
	display: none;
}

.mobile-menu > .item.active > .item-link,
.mobile-menu > .item > .item-link:hover {
	color: #002d7e;
}

.mobile-menu .item-link {
	padding: 9px 10px 9px 20px;
	color: inherit;
	white-space: nowrap;
	transition: all ease 0.4s;
	display: block;
	position: relative;
}

.mobile-menu .toggle-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 18px;
}

.mobile-menu .items .item-link {
	padding: 9px 10px;
}

@media screen and (max-width: 1199px) {
	.top-header {
		height: 160px;
		padding: 20px 0;
	}

	#header.sticky .top-header {
		height: 100px;
		padding: 10px 0;
	}
}

@media screen and (max-width: 991px) {
	.top-header {
		height: 140px;
		padding: 15px 0;
	}

	#header.sticky .top-header {
		height: 80px;
		padding: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.top-header {
		height: 120px;
	}
}

/*#endregion*/
/*********************************** HEADER *****************************************/
/************************************************************************************/

/************************************************************************************/
/*********************************** SECTION - BANNER *******************************/
/*#region*/

.banner-slider .swiper-slide > img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

.banner-slider-container {
	position: relative;
}

.banner-slider-container .swiper-pagination {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.default-slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.default-slider-pagination > .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 7px;
	background-color: #fff;
	transition: all ease 0.4s;
	opacity: 1;
	border-radius: 50%;
	outline: none;
}

.default-slider-pagination > .swiper-pagination-bullet-active {
	background-color: #002d7e;
}

.section-banner-slider {
	position: relative;
}

.section-banner-slider.banner-slider-form .banner-slider .swiper-slide > img {
	height: calc(100vh + 150px);
}

.section-banner-slider.banner-slider-form .banner-slider-container .swiper-pagination {
	bottom: 190px;
}

.section-banner-slider .title-group {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
	background: transparent linear-gradient(180deg, #09205d 0%, rgba(39, 66, 136, 0.85) 32%, rgba(81, 103, 159, 0.68) 58%, transparent 100%);
	display: flex;
}

.section-banner-slider.banner-slider-form .title-group {
	bottom: 170px;
}

.section-banner-slider .title {
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 45px;
	letter-spacing: 4.5px;
	color: #fff;
	top: 60%;
	text-align: center;
}

.search-form-container {
	position: absolute;
	bottom: 0;
	z-index: 12;
	left: 0;
	right: 0;
}

.search-form {
	width: 850px;
	margin: 0 auto;
	max-width: 100%;
}

.search-form .top-search-form {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 40px 15px;
}

.search-form .top-search-form .item {
	width: 25%;
	color: #6f7070;
	padding: 0 10px;
	position: relative;
}

.search-form .top-search-form .item.date-pick {
	cursor: pointer;
}

.search-form .top-search-form .item::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	bottom: 0;
	content: "";
	background: #002073;
}

.search-form .top-search-form .item:last-of-type:after {
	display: none;
}

.search-form .top-search-form .item .label {
	color: #002073;
	letter-spacing: 0.2px;
	font-size: 10px;
	line-height: 1.25;
	text-align: center;
}

.search-form .top-search-form .item .value {
	font-size: 57px;
	line-height: 1.2;
	letter-spacing: 4.2px;
	color: #6f7070;
	margin-right: 15px;
	min-width: 64px;
	text-align: right;
}

.search-form .top-search-form .item .value-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-form .top-search-form .item .control {
	text-align: center;
}

.search-form .top-search-form .item .months {
	font-size: 12px;
	line-height: 1.2;
}

.search-form .top-search-form .item .icon {
	font-size: 11px;
	display: block;
	cursor: pointer;
}

.search-form .bot-search-form {
	display: flex;
	align-items: center;
	padding: 12px 90px;
	background: #002d7e;
}

.search-form .bot-search-form .label {
	white-space: nowrap;
	letter-spacing: 0.2px;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.25;
	padding-right: 24px;
	margin: 0;
}

.search-form .bot-search-form .input-group {
	padding-right: 28px;
	flex: 1;
}

.search-form .bot-search-form .form-control {
	border-radius: 50px;
	line-height: 28px;
	height: 28px;
	font-size: 10px;
	padding: 0 20px;
	flex: 1;
}

.search-form .bot-search-form .btn-group {
	flex: 1;
}

.search-form .bot-search-form .btn {
	letter-spacing: 2px;
	color: #002d7e;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	height: 28px;
	line-height: 28px;
	flex: 1;
	width: 100%;
	background-color: #d5dae8;
	padding: 0 20px;
	border-radius: 100px;
}

@media screen and (max-width: 767px) {
	.search-form .top-search-form {
		padding: 15px;
	}

	.search-form .bot-search-form {
		padding: 15px;
	}

	.search-form .top-search-form .item .value {
		font-size: 30px;
		min-width: 45px;
	}

	.search-form .top-search-form .item {
		padding: 0 5px;
	}

	.section-banner-slider.banner-slider-form .banner-slider .swiper-slide > img {
		height: 550px;
	}

	.search-form-container {
		position: static;
	}

	.section-banner-slider.banner-slider-form .banner-slider-container .swiper-pagination {
		bottom: 20px;
	}

	.section-banner-slider .title {
		font-size: 35px;
	}
}

@media screen and (max-width: 575px) {
	.search-form .top-search-form {
		padding: 10px;
	}

	.search-form .top-search-form .item {
		width: 50%;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.search-form .top-search-form .item.date-pick-checkout:after {
		display: none;
	}

	.search-form .top-search-form .item .value {
		margin-right: 5px;
		font-size: 28px;
	}

	.search-form .top-search-form .item .label {
		margin-bottom: 5px;
	}

	.search-form .bot-search-form .input-group,
	.search-form .bot-search-form .label {
		padding-right: 10px;
	}

	.search-form .bot-search-form .btn {
		padding: 0 15px;
		letter-spacing: 0;
	}

	.search-form .bot-search-form .form-control {
		padding: 0 15px;
		letter-spacing: 0;
	}
}

/*#endregion*/
/*********************************** SECTION - BANNER *******************************/
/************************************************************************************/

/************************************************************************************/
/*********************************** SECTION - DINING *******************************/
/*#region*/
.dining-slider-container .dining-slider-wrapper {
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}
.dining-slider-container .swiper-button-next:after,
.dining-slider-container .swiper-button-prev:after {
	font-size: 15px;
	color: #002d7e;
}
@media screen and (max-width: 991px) {
	.dining-slider-container .dining-slider-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.dining-slider-container .swiper-button-next:after,
	.dining-slider-container .swiper-button-prev:after {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.dining-slider-container .dining-slider-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.dining-slider-container .swiper-button-next {
		right: 0;
		width: 15px;
	}
	.dining-slider-container .swiper-button-prev {
		left: 0;
		width: 15px;
	}
}
/*#endregion*/
/*********************************** SECTION - DINING *******************************/
/************************************************************************************/

/************************************************************************************/
/*********************************** SECTION - OUR MENU *****************************/
/*#region*/
.our-menu-container .nav-link {
	color: #6f7070;
}
.our-menu-container .nav-link.active {
	background-color: transparent;
	color: #002d7e;
}
.item-food .title {
	display: flex;
	align-items: flex-end;
	transition: 0.4s all ease;
}
.item-food .title:after {
	content: "";
	display: block;
	flex: 1;
	border-bottom: 1px dotted #000;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 10px;
	transition: 0.4s all ease;
}
.item-food .title:hover {
	color: #002d7e !important;
}
.item-food .title:hover:after {
	border-color: #002d7e !important;
	transition: 0.4s all ease;
}
.item-food .price {
	line-height: 1;
}
.item-food .badge {
	border: 1px solid;
}
/*#endregion*/
/*********************************** SECTION - OUR MENU *****************************/
/************************************************************************************/

/************************************************************************************/
/*********************************** SECTION - PRE BOOK *****************************/
/*#region*/
.pre-book-form .label {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #002d7e;
	margin-bottom: 5px;
}
.pre-book-form .input {
	display: block;
	line-height: 1;
	font-size: 15px;
	padding: 10px;
	border-radius: 10px;
	background-color: #ececec;
}
.pre-book-form textarea.input {
	height: 120px;
}
.pre-book-form .btn {
	padding-left: 80px;
	padding-right: 80px;
}
@media screen and (max-width: 991px) {
	.pre-book-form textarea.input {
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.pre-book-form textarea.input {
		height: 80px;
	}
}
/*#endregion*/
/*********************************** SECTION - PRE BOOK *****************************/
/************************************************************************************/

/************************************************************************************/
/*********************************** SECTION - FORM *********************************/
/* #region */
.error {
	font-size: 0.95em;
	font-style: italic;
	color: #f00;
}
/* #endregion */
/*********************************** SECTION - FORM *********************************/
/************************************************************************************/
