/*!
 * Theme the dome website
 * Copyright 2020 Kiro-dev Authors
 * Licensed under MIT by Kingfox - Company
 */

/*
 * @Font for web
 */
@font-face {
  src: url("../fonts/UTM\ Aptima.ttf"), url("../fonts/UTM\ AptimaBold.ttf"),
    url("../fonts/UTM\ AptimaBoldItalic.ttf"),
    url("../fonts/UTM\ AptimaItalic.ttf");
  font-family: Aptima;
}

.header-logo img{
  width:auto;
  height: 80px;
}
.sidebar-menu-logo img {
  width:auto;
  height: 40px;
  margin: auto;
}
.kiro-form-booking {
  margin-top: 20px;
}
.font-bold {
  font-family: AptimaBold;
}

.font-bold-italic {
  font-family: AptimaBoldItalic;
}

.font-italic {
  font-family: AptimaItalic;
}

/*
 * Default css
 */
body {
  background: #111111;
  font-family: Aptima;
  overflow-x: hidden !important;
}

.side-menu-wrap  img {
  height: 35px;
  width: auto;
  margin: auto;
}

/** Kiro CSS Menu **/
ul.kiro-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.kiro-text-right {
  text-align: right;
}

.section-space {
  padding: 50px 30px;
}

.default-color {
  color: #cd7826;
}
.menu-price {
  color: #cd7826;
  font-size: 12px;
  display: block;
  padding-top: 10px;
}
.kiro-uppercase {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}

.col-space {
  padding: 40px;
}

h1.content-banner-title.menu.font-bold {
  font-size: 60px;
}

.col-space-min {
  padding: 10px;
}

.kiro-col-middle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.kiro-color-white {
  color: #fff;
}
#img-main {
	height: auto;
}
#img-extra {
	height:100%;
	object-fit:cover
}
.small-image {
	margin: 30px 0;
}
.kiro-col-middle-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.kiro-col-middle-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.kiro-none-mb {
  margin-bottom: 0 !important;
}

.kiro-overflow-hidden {
  overflow-x: hidden;
}

.kiro-none-pb {
  padding-bottom: 0 !important;
}

.kiro-f-right {
  float: right;
}

.kiro-none-pd {
  padding: 0 !important;
}

.kiro-none-mg {
  margin: 0 !important;
}

.feature-child {
  width: 400px;
  height: 100%;
  position: fixed;
  background: #111;
  top: 0;
  left: -150%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 14000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.feature-child.opened {
  left: 25%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.kiro-center {
  text-align: center;
}

.kiro-border-right {
  border-right: 2px solid #cd7826;
}

.kiro-auto-featured {
  overflow-y: auto;
  height: 600px;
}

.kiro-auto {
  margin: auto;
}

.kiro-divider {
  width: 150px;
  height: 3px;
  background: #cd7826;
}

.featured-click {
  cursor: pointer;
}

.kiro-img-full {
  width: 100%;
}

.kiro-img-full-h-500 {
  width: 100%;
  height: 500px;
}

.kiro-img-full-h-600 {
  width: 100%;
  height: 600px;
}

.kiro-bold {
  font-weight: 700;
}
/* Scroll to top */
#back-to-top {
	position: fixed;
	height:50px;
	width:50px;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	border-width: 1px 0px 0px 1px;
	border-style:solid none none dashed;
	border-color:rgb(150, 150, 150);
	border-radius:50%;
	transition: 0.3s;
}
#back-to-top a {
	padding:0px 8px 0px 8px;
	text-decoration: none;
}
#back-to-top a i {
	font-size:30px;
	color:#cd7826;
	padding:7px 4px 4px 4px
}
#back-to-top:hover {
	border-color: #cd7826;
	border-width: 5px;
}
#back-to-top:hover i{
    transition-duration: infinite;
    transition-timing-function: ease-in;
    transform: rotateY(180deg);
}

@media (max-width: 1200px) {
	.title-menu::before {
		left: 33.9% !important;
		width: 100px !important;
		bottom: -12px !important;
	}
	.title-menu::after {
		right: 33.9% !important;
		top: -14px !important;
		width: 100px !important;
	}
}

@media (max-width: 992px) {
	.title-menu::before {
		left: 28.2% !important;
		width: 100px !important;
		bottom: -12px !important;
	}
	.title-menu::after {
		right: 28.2% !important;
		top: -14px !important;
		width: 100px !important;
	}
}

/* Responsive in tablet */
@media (max-width: 780px) {
  .hidden-tablet {
    display: none;
  }
  .stories {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    padding: 15px;
    width: auto !important;
  }
  section#section-stories {
    padding: 90px 20px !important;
  }
	.banner .owl-dots {
		position: absolute !important;
		bottom: 0 !important;
		left: 37% !important;
	}
	#section-footer .kiro-col-middle {
		align-items: center !important;
	}
	#section-footer .kiro-col-middle-end {
		align-items: center !important;
	}
	.side-menu-nav .main-menu > li {
		border-bottom: unset;
	}
	.amount {
		position: relative !important;
		top: unset !important;
		font-weight: 800 !important;
		left: unset !important;
		text-align: center;
	}
	.pointer {
		width: 92% !important;
	}

  	.title-menu::before {
		left: 28.3% !important;
		width: 100px !important;
		bottom: -12px !important;
	}
	.title-menu::after {
		right: 28.3% !important;
		top: -14px !important;
		width: 100px !important;
	}
}
@media (max-width: 640px) {
	.title-menu::before {
		left: 20.4% !important;
		width: 100px !important;
		bottom: -12px !important;
	}
	.title-menu::after {
		right: 20.4% !important;
		top: -14px !important;
		width: 100px !important;
	}
}
/* Responsive in mobile 430px */
@media (max-width: 430px) {
  .hidden-mobile {
    display: none;
  }
  h1.content-banner-title {
    text-align: center;
    font-size: 30px;
  }
  h1.content-banner-description {
    font-size: 40px;
    text-align: center;
  }
  .content-banner-home h1 {
    font-size: 40px;
  }
  .content-banner-home h2 {
    font-size: 30px;
  }

  .banner .owl-dots {
    left: 35% !important;
  }
  .stories {
    padding: 30px 25px !important;
  }
  .pointer {
    width: 86% !important;
    top: 38% !important;
  }
  img#img-main {
    height: auto !important;
  }

  	.title-menu::before {
		left: 11% !important;
		width: 100px !important;
		bottom: -12px !important;
	}
	.title-menu::after {
		right: 11% !important;
		top: -14px !important;
		width: 100px !important;
	}
}

/* Responsive in mobile 375px */
@media (max-width: 380px) {
	.hidden-mobile {
		display: none;
	}
	.title-menu::before {
		left: 6.7% !important;
		width: 100px !important;
		bottom: -12px !important;
	}
	.title-menu::after {
		right: 6.7% !important;
		top: -14px !important;
		width: 100px !important;
	}
	.stories {
		position: relative !important;
		top: unset !important;
		right: unset !important;
		padding: 15px;
		width: auto !important;
	}
	.pointer {
		width: 82% !important;
	}
}

@media (max-width: 361px) {
	.title-menu::before {
		left: 4.6% !important;
		width: 100px !important;
		bottom: -12px !important;
	}
	.title-menu::after {
		right: 4.6% !important;
		top: -14px !important;
		width: 100px !important;
	}
}

/* Responsive in laptop screen */
@media (min-width: 991px) {
  .hidden-laptop {
    display: none;
  }
}

@media (max-width: 1400px) {
  .feature-child.opened {
    left: 29%;
  }
}

/* Responsive in screen 1024px */
@media (max-width: 1024px) {
  ul.kiro-nav {
    padding-left: 0;
  }
  .feature-child.opened {
    left: 39%;
  }
  .kiro-blocks span.kiro-block-item {
    padding: 7px 5px !important;
  }
  .kiro-blocks span.kiro-block-item-language {
    padding: 7px 5px !important;
  }
}

/* Style CSS */
.space-grap-100 {
  height: 200px;
}

.space-grap-50 {
  height: 100px;
}

#header-menu-mobile {
  height: 70px;
}

#header-menu-mobile {
  height: 70px;
  position: absolute;
  width: 100%;
}

section#header-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#header-menu .logo {
  height: 70px;
  width: auto;
}

.item-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 700px;
}
.item-banner-2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 250px;
}

.height-baner {
  min-height: 600px;
}

.content-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.content-banner-home h1 {
  color: #fff;
  letter-spacing: 18px;
  font-size: 55px;
  word-spacing: 10px;
  font-weight: 650;
  padding: 27px 0 37px;
  font-family: AptimaBold;
  text-align: center
}
.content-banner-home h2 {
  color: #fff;
  font-size: 45px;
  letter-spacing: 10px;
  margin-top: 132px;
  font-family: AptimaBold;
  text-align: center
}

h1.content-banner-title {
	color: #fff;
	font-size: 45px;
	letter-spacing: 10px;
  margin-top: 132px;
}

h1.content-banner-title-2 {
  color: #fff;
	font-size: 45px;
	letter-spacing: 10px;
  margin-top: 0px;
}

h1.content-banner-description {
  color: #fff;
  letter-spacing: 18px;
  font-size: 55px;
  word-spacing: 10px;
  font-weight: 650;
  padding: 27px 0 37px;
}

.banner .owl-dots {
  position: absolute;
  bottom: 0;
  left: 45%;
}

/*
* Kiro custom CSS
* @author by Kiro-dev
*/
.kiro-min-height-banner {
  min-height: 600px;
}
.kiro-min-height-banner-2 {
  min-height: 400px;
}


.kiro-relative {
  position: relative !important;
}

.kiro-absolute {
  position: absolute;
}

ul.kiro-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  list-style: none;
}

nav.kiro-navbar {
  width: 100%;
  height: 100%;
  display: flex;
}

a.kiro-nav-link {
  color: #cd7826;
  font-weight: 700;
  text-transform: uppercase;
}

.kiro-block {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kiro-block-child {
  color: #cd7826;
  padding: 3px 9px;
  margin-top: -15px;
  border: 2px solid #cd7826;
}

.kiro-blocks {
  width: 100%;
  height: 100%;
  line-height: 70px;
  margin-left: 20px;
}
.kiro-blocks span.kiro-block-item, .kiro-blocks span.kiro-block-item-language {
    padding: 7px 7px;
    color: #cd7826;
    border: 2px solid #cd7826;
    cursor: pointer;
}
.kiro-blocks span.kiro-block-mobile-item, .kiro-blocks span.kiro-block-mobile-item-language {
    padding: 7px 7px;
    color: #cd7826;
    border: 2px solid #cd7826;
    cursor: pointer;
}
.kiro-blocks span:hover {
  background-color: #cd7826;
  color: #fff;
}
.kiro-blocks span:hover a {
  color: #fff;
}

.active-kiro {
    background: #cd7826;
    color: #fff !important;
}

/* Section Stories */
.gabarge {
    position: relative;
    width: 100%;
    height: 100%;
}

.stories {
	position: absolute;
	top: 40%;
	padding: 30px 70px;
	right: -40%;
	background: #fff;
	width: 500px;
}

.zIndexUp {
  	z-index: 10;
}

.stories h1,
hr {
	color: #cd7826;
	font-weight: 700;
}

section#section-stories {
  padding: 90px 50px;
}

/* Section Signature Dishes */
.overlay-circle {
  width: 400px;
  height: 317px;
  border-radius: 100%;
  border: 2px solid #cd7826;
  z-index: 1;
}

.overlay-circle.left {
  top: 77px;
  left: 24%;
}

.overlay-circle.right {
  top: 85px;
  left: 20%;
}

/* Section image banner */
#section-image {
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Sticky Header Menu */
#header-menu-mobile.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13800;
  height: 80px;
  background: rgba(0, 0, 0, 0.658) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(3, 3, 3, 0.61);
  box-shadow: 0 0 10px 0 rgba(7, 7, 7, 0.589);
}

#header-menu.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 13900;
  background-color: rgba(0, 0, 0, 0.562) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(3, 3, 3, 0.562);
  box-shadow: 0 0 10px 0 rgba(7, 7, 7, 0.562);
}

#header-menu.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

#header-menu.scrolled.awake.sleep {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

#header-menu-mobile.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

#header-menu-mobile.scrolled.awake.sleep {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

/* Setting of Footer */
.list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-item {
  padding: 10px;
}
.icon-item i {
  font-size: 25px;
}
.list-icon .icon-item:first-child i {
  font-size: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 4px;
  margin: 5px 7px;
  background: #869791;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  border-radius: unset;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cd7826;
}

.closed-featured {
  color: #cd7826;
  position: absolute;
  top: 0;
  padding: 0px 15px;
  right: 0;
  cursor: pointer;
}

.wrap-featured {
  padding: 20px;
  text-align: center;
}

.title-featured {
  text-align: center;
}

.blocks-inp {
  text-align: left;
}
.blocks-inp p {
  padding: 0.375rem 0.75rem;
}

.wrapper-location {
  padding: 20px;
}

a.choose-location {
  padding: 10px;
  margin: 14px;
  color: #cd7826;
  display: block;
  border: 1px solid;
  transition: 0.5s;
}

a.choose-location:hover {
  padding-left: 17px;
}

.location-result {
  margin-top: 20px;
  padding: 15px;
  color: #cd7826;
  border: 1px solid;
}

.btn-thedome {
  border-radius: 25px;
  color: #fff;
  background-color: #cd7826;
  border-color: #a55913;
  margin: 14px;
}

.btn-thedome:hover {
  background-color: transparent;
  color: #cd7826;
  border-color: #cd7826;
}

.pointer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  position: absolute;
  top: 50%;
  margin-left: 10px;
}
.pointer-left {
	color:#cd7826;
	cursor:pointer;
	width:30px;
	height: 30px;
}
.pointer-right {
	color:#cd7826;
	cursor:pointer;
	width:30px;
	height: 30px;
}

.pointer .slide-click {
  font-size: 60px;
}

.pointer .slide-click:hover {
  color: #fff;
  border-color: 1px solid #cd7826;
}

.amount {
  position: absolute;
  top: 50%;
  left: -40px;
  font-weight: 800;
}
.amount #number-images {
	color:#cd7826
}

/** <================== CSS page introduction ========================> **/
.banner .title {
  text-align: right;
  position: absolute;
  top: 9%;
  width: 565px;
  left: 31%;
  letter-spacing: 5px;
}

.banner.introduction .title h1 {
  font-size: 60px;
  text-transform: uppercase;
}

.banner.introduction {
  min-height: 1000px;
}

.kiro-absolute.img-one {
  width: 565px;
  top: 10%;
  right: 0;
}

.kiro-absolute.img-two {
  top: 38%;
  width: 800px;
  left: 36%;
}

.kiro-absolute.img-three {
  width: 500px;
  left: 14%;
  bottom: 24%;
}

section.intro_content p {
  letter-spacing: 2px;
}

section#section-image.image-introduction {
  height: 500px;
}

.section-space h1 {
  margin-bottom: 15px;
}

.section-space p {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 15px;
  padding-right: 50px;
}

/* Responsive in mobile 430px */
@media (max-width: 430px) {
  .banner.introduction {
    min-height: 430px !important;
  }
  .section-space p {
    padding-right: 0px;
  }
  section.intro_content p {
    font-size: 14px;
  }
  .banner .title {
    text-align: right !important;
    position: absolute !important;
    top: 22% !important;
    width: 200px !important;
    left: 15% !important;
    letter-spacing: 5px !important;
  }
  section#section-event-mobile img.zIndexUp {
    height: auto;
  }
  .banner.introduction .title h1 {
    font-size: 16px !important;
    text-transform: uppercase !important;
  }
  .kiro-absolute.img-one {
    width: 150px !important;
    top: 21% !important;
    right: 0 !important;
  }
  .kiro-img-full-h-600 {
    width: 100% !important;
    height: 200px !important;
  }
  .kiro-absolute.img-two {
    top: 46% !important;
    width: 250px !important;
    left: 26% !important;
  }
  .kiro-img-full-h-500 {
    width: 100% !important;
    height: 175px !important;
  }
  .kiro-absolute.img-three {
    width: 160px !important;
    left: 6% !important;
    bottom: 29% !important;
  }
  .kiro-img-full-h-500 {
    width: 100% !important;
    height: 160px !important;
  }
}

/* Responsive on laptop screen 1600px */
@media (max-width: 1600px) {
  .banner .title {
    text-align: right;
    position: absolute;
    top: 9%;
    width: 565px;
    left: 17%;
    letter-spacing: 5px;
  }
  .banner.introduction .title h1 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
  }
}

/* Responsive on laptop screen 1500px */
@media (max-width: 1500px) {
  .banner .title {
    text-align: right;
    position: absolute;
    top: 9%;
    width: 565px;
    left: 15%;
    letter-spacing: 5px;
  }
  .banner.introduction .title h1 {
    font-size: 50px;
    text-transform: uppercase;
  }
  .kiro-absolute.img-two {
    top: 38%;
    width: 750px;
    left: 26%;
  }
  .kiro-absolute.img-three {
    width: 500px;
    left: 6%;
    bottom: 26%;
  }
}

/* Responsive in laptop screen */
@media (max-width: 1400px) {
  .banner .title {
    text-align: right;
    position: absolute;
    top: 9%;
    width: 565px;
    left: 12%;
    letter-spacing: 5px;
  }
  .kiro-absolute.img-three {
    width: 500px;
    left: 2%;
    bottom: 22%;
  }
  .kiro-absolute.img-two {
    top: 44%;
    width: 800px;
    left: 23%;
  }
  .banner.introduction .title h1 {
    font-size: 50px;
    text-transform: uppercase;
  }
}

/* Responsive on screen 1308 to 1200 */
@media (max-width: 1300px) {
  .kiro-responsive-menu {
    padding: 0;
  }
  .kiro-blocks {
    margin-left: 0px;
  }
  .banner.introduction .title h1 {
    font-size: 45px;
    text-transform: uppercase;
  }
  .banner .title {
    text-align: right;
    position: absolute;
    top: 9%;
    width: 565px;
    left: 7%;
    letter-spacing: 5px;
  }
}

/* Responsive in screen 1200px */
@media (max-width: 1200px) {
  ul.kiro-nav {
    padding-left: 0px !important;
  }
  .kiro-responsive-menu {
    padding: 0;
  }
  .banner .title {
    text-align: right;
    position: absolute;
    top: 10%;
    width: 380px;
    left: 11%;
    letter-spacing: 5px;
  }
  .banner.introduction .title h1 {
    font-size: 40px;
    text-transform: uppercase;
  }
  .kiro-absolute.img-two {
    top: 37%;
    width: 800px;
    left: 11%;
  }
  .kiro-absolute.img-three {
    width: 400px;
    left: 0%;
    bottom: 30%;
  }
}

/* Responsive on screen 1100px */
@media (max-width: 1100px) {
  ul.kiro-nav {
    padding-left: 0px !important;
  }
  .kiro-responsive-menu {
    padding: 0;
  }
  .banner .title {
    text-align: right;
    position: absolute;
    top: 10%;
    width: 380px;
    left: 11%;
    letter-spacing: 5px;
  }
  .banner.introduction .title h1 {
    font-size: 40px;
    text-transform: uppercase;
  }
  .kiro-absolute.img-one {
    width: 500px;
    top: 10%;
    right: 0;
  }
  .kiro-absolute.img-two {
    top: 36%;
    width: 690px;
    left: 13%;
  }
  .kiro-img-full-h-600 {
    width: 100%;
    height: 500px;
  }
  .kiro-absolute.img-three {
    width: 350px;
    left: 2%;
    bottom: 29%;
  }
  .kiro-absolute.img-two {
    top: 36%;
    width: 650px;
    left: 20%;
  }
}

/* Responsive in screen 1024px */
@media (max-width: 1024px) {
  .banner.introduction .title h1 {
    font-size: 40px;
    text-transform: uppercase;
  }
  .banner .title {
    text-align: right;
    position: absolute;
    top: 10%;
    width: 380px;
    left: 13%;
    letter-spacing: 5px;
  }
  .banner.introduction {
    min-height: 900px;
  }
  .kiro-absolute.img-one {
    width: 500px;
  }
  .kiro-absolute.img-three {
    width: 330px;
    left: 1%;
    bottom: 34%;
  }
  .kiro-absolute.img-two {
    top: 40%;
    width: 800px;
    left: 10%;
  }
  .kiro-img-full-h-500 {
    width: 100%;
    height: 400px;
  }
}

/* Responsive on screen 936px */
@media (max-width: 990px) {
  .hidden-tablet {
    display: none;
  }
  .kiro-absolute.img-one {
    width: 400px;
  }
  .kiro-absolute.img-three {
    width: 330px;
    left: 1%;
    bottom: 34%;
  }
  .kiro-absolute.img-two {
    top: 40%;
    width: 600px;
    left: 18%;
  }
  .banner.introduction .title h1 {
    font-size: 40px;
    text-transform: uppercase;
  }
  .banner .title {
    text-align: right;
    position: absolute;
    top: 10%;
    width: 380px;
    left: 8%;
    letter-spacing: 5px;
  }
}

/* Responsive on screen 830px */
@media (max-width: 830px) {
  .banner.introduction .title h1 {
    font-size: 40px;
    text-transform: uppercase;
  }
  .banner .title {
    text-align: right;
    position: absolute;
    top: 10%;
    width: 380px;
    left: 8%;
    letter-spacing: 5px;
  }

  .kiro-absolute.img-one {
    width: 370px;
  }
  .kiro-absolute.img-two {
    top: 40%;
    width: 570px;
    left: 12%;
  }

  .kiro-absolute.img-three {
    width: 300px;
    left: 1%;
    bottom: 34%;
  }
}

/* Responsive in tablet */
@media (max-width: 770px) {
	.kiro-blocks {
		padding: 15px 30px 15px 10px;
	  }
  .banner.introduction {
    min-height: 650px;
  }
  .banner .title {
    text-align: right;
    position: absolute;
    top: 18%;
    width: 300px;
    left: 21%;
    letter-spacing: 5px;
  }
  .banner.introduction .title h1 {
    font-size: 30px;
    text-transform: uppercase;
  }
  .kiro-absolute.img-one {
    width: 300px;
    top: 18%;
    right: 0;
  }
  .kiro-img-full-h-600 {
    width: 100%;
    height: 360px;
  }
  .kiro-absolute.img-two {
    top: 48%;
    width: 350px;
    left: 35%;
  }
  .kiro-img-full-h-500 {
    width: 100%;
    height: 300px;
  }
  .kiro-absolute.img-three {
    width: 300px;
    left: 6%;
    bottom: 22%;
  }

  #section-image {
    height: 250px !important;
    background-size: contain;
  }

  /**Res of menu**/
  .kiro-ralative.kiro-pl.h-100 {
    padding-left: 0 !important;
    height: auto !important;
  }
  .menu-hot.kiro-absolute.left {
    position: relative;
    left: unset !important;
    bottom: unset !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .menu-hot.kiro-absolute.right.text-right {
    position: relative;
    left: unset !important;
    bottom: unset !important;
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px;
  }
  .kiro-divider.kiro-f-right {
    float: left;
  }
  /* .kiro-fixed-image {
    height: 450px !important;
  } */
  .swiper-slide {
    background-size: contain !important;
  }
  .image-slider-css {
    height: 300px !important;
  }

  .item-banner {
    background-position: initial;
    min-height: 200px;
    display: flex;
    margin: auto;
    align-items: center;
}
  .content-banner-home h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 0px;
  }
  .content-banner-home h1 {
    color: #fff;
    letter-spacing: 3px;
    font-size: 30px;
    word-spacing: 3px;
    padding: 10px 0 15px;
  }
  .btn-thedome {
    margin-top: 10px;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1;
}
  .kiro-min-height-banner {
    height: auto;
    min-height: auto;
    padding: 40px 0;
  }
  .header-logo img {
    height: 60px;
  }
  #header-menu-mobile {
    height: auto;
    padding: 10px 0;
  }
  #header-menu-mobile.scrolled {
    height: auto;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 2px;
    margin: 5px 7px;
  }
  h1.content-banner-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    margin-top: 0px;
  }
  h1.content-banner-title.menu.font-bold {
    font-size: 30px;
  }
  section.section-menu ul.kiro-menu {
    padding: 5px 0px !important;
  }
  li.kiro-menu-item {
    padding: 10px 2px !important;
  }
}

/* Responsive in mobile 375px */
@media (max-width: 380px) {
  .banner .title {
    left: 5% !important;
  }
  .kiro-absolute.img-three {
    left: 2% !important;
    width: 130px !important;
  }
  .side-menu-wrap {
    width: 260px;
  }
}

/* Responsive in mobile 321px */
@media (max-width: 321px) {
  .banner .title {
    left: 0% !important;
  }
  .kiro-absolute.img-two {
    top: 41% !important;
    width: 212px !important;
    left: 22% !important;
  }
  .kiro-absolute.img-one {
    width: 120px !important;
  }
  .kiro-img-full-h-600 {
    width: 100% !important;
    height: 170px !important;
  }
}

/** CSS in event pages */

.kiro-pl {
  padding-left: 50px !important;
}

.event-absolute {
  width: 93%;
  height: 100%;
  z-index: -2;
  border: 1px solid #cd7827;
}

.event-absolute.left {
  top: -14px;
  left: -2%;
}

.event-absolute.right {
  top: -14px;
  left: 9%;
}

/** CSS oF Contact Page **/
.contact-content p, .contact-content span, .contact-content {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: AptimaBold;
}
.contact-content h2, .contact-content h3, .contact-content h4, .contact-content h1 {
  font-size: 35px;
  color: #cd7826;
  font-family: AptimaBold;
  margin-bottom: 1rem;
}
.contact-content h2:last-child, .contact-content h1:last-child, .contact-content h3:last-child, .contact-content h4:last-child {
  margin-top: 20px;
}
.section-contact img{
  width: 100%;
}

/** CSS oF Menu Page **/
.kiro-divider.kiro-custom-divider_menu_dome {
  margin: 0 auto;
  width: 300px;
  height: 2px;
}

section.section-menu ul.kiro-menu {
  padding: 30px;
}

li.kiro-menu-item {
  padding: 10px 4px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}

a.kiro-menu-href {
  color: #cd7826;
}
li.kiro-nav-item a.active {
  color: #fff;
}
li.kiro-nav-item a:hover{
  color: #fff;;
}

li.kiro-menu-item:hover {
  background: #cd7826;
  color: #fff;
}
li.kiro-menu-item:hover a{
  color: #fff;
}

.menu-hot.kiro-absolute {
  background: #fff;
  padding: 17px 40px;
  width: 370px;
}

.menu-hot.kiro-absolute.left {
  left: 9%;
  bottom: -16%;
}

.menu-hot.kiro-absolute.right {
  left: 25%;
  bottom: -17%;
}

.kiro-text-black {
  color: #111111 !important;
  font-weight: 500;
}

.drinks-text ul>li {
  color: #fff
}
#drinking {
  overflow: hidden;
}
#drinking li p span, #grill li p span {
  color: #cd7826;
}
#appetizer h4, #common-dish h4, #dessert h4, #dish-together h4, #drinking h4, #extra h4, #grill h4, #main-dishes h4, #salad h4, #soup h4, #spaghetti h4 {
  text-transform: capitalize;
}

.kiro-pl {
  padding-left: 30px;
}

a.btn-more {
  padding: 15px;
  background: #cd7826;
  color: #fff;
  border-radius: 7px;
  transition: 0.4s;
}

a.btn-more:hover {
  color: #cd7826;
  background: #fff;
  border: 1px solid #cd7826;
}

/** CSS Form booking */
img.kiro-form-icon {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}

.kiro-form-contain {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px 15px;
  border-bottom: 1px solid #cd7826;
}

div.kiro-form-contain input.kiro-form-item {
  background: transparent;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  border-bottom: unset;
  color: #cd7826;
  width: 85%;
  height: 40px;
}

select.kiro-form-select {
  width: 85%;
  height: 40px;
  background: transparent;
  color: #cd7826;
  border: unset;
}

::placeholder {
  color: #cd7826;
}

.location-result a:hover {
  color: #fff;
}

/* .kiro-fixed-image {
  height: 550px;
} */

/* .kiro-menu-image-fixed{
  height: 450px !important;
} */

.title-menu {
	position: relative;
}

.title-menu::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 150px;
	/* background-color: #cd7826; */
	left: 32%;
	bottom: -13px;
	display: inline;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(205,120,38,1) 100%, rgba(255,255,255,0) 100%);
}
.title-menu::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 150px;
	/* background-color: #cd7826; */
	right: 32%;
	top: -14px;
	display: inline;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(205,120,38,1) 0%, rgba(255,255,255,0) 100%);
}

/* .title-menu::before {
	content: "";
	position: absolute;
	height: 34px;
	width: 100%;
	left: 40%;
	top: -80%;
  background-image: url(../svg/title-top.svg);
  background-repeat: no-repeat;
}
.title-menu::after {
	content: "";
	position: absolute;
	height: 20px;
	width: 100%;
	left: 40%;
	bottom: -70%;
  background-image: url(../svg/title-bottom.svg);
  background-repeat: no-repeat;
} */

.title-menu span {
	border-style: solid;
	border-color: #cd7826;
	border-width: 0px 2px 0px 2px;
	padding: 13px;
    border-radius: 50% 0 50% 0;
    text-transform: uppercase;
}

.image-slider-css {
    position: relative;
    height: 500px;
}
.image-slider-css-food {
    position: relative;
    height: 700px;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-top-food {
    height: 85%;
    width: 70%;
}
.gallery-thumbs-food {
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs-food .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs-food .swiper-slide-thumb-active {
    opacity: 1;
}

.alert-danger ul {
  list-style-type: square;
  text-align: left;
}

.commerce p {
  color: #fff;
}

.pswp {
  z-index: 999999;
}


/* Footer Email */
.form-email label {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.form-email_input {
  display: flex;
  display: -webkit-flex;
}
.form-email_input button:active, .form-email_input button:focus {
  outline: none;
}
.form-email_input button {
  width: 20%;
  border-radius: 0 0.25rem 0.25rem 0;
  color: #cd7826;
  background-color: transparent;
  border: 2px solid  #cd7826;
  font-weight: 600;
}
.form-email_input button:hover {
  color: #fff;
  background-color: #cd7826;
}
.form-email_input input {
  border-radius: 0.25rem 0 0 0.25rem;
  border: 2px solid #cd7826;
}


/* drop down menu */

.dropdown-wrapper{
    position: relative;
}
.dropdown-wrapper .dropdown-container{
    min-width: 200px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.dropdown-wrapper .dropdown-container a{
    color: #cd7826;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.dropdown-wrapper .dropdown-container a:hover{
    color: white !important;

}
.dropdown-wrapper .divide{
    height: 60px;
    background: transparent;
}
.dropdown-wrapper ul{
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 15px 20px;
}
.dropdown-wrapper ul li:not(:last-child){
    margin-bottom: 15px;
}
.dropdown-wrapper:hover .dropdown-container{
    display: block;
    opacity: 1;
    visibility: visible;
}

/* dropdown mobile */
.mobile-dropdown-wrapper .dropdown-icon{
    padding-top: 4px;
}
.mobile-dropdown-wrapper span{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-dropdown-wrapper .dropdown-icon img{
    transition: all .5s;
    width: 14px;
    height: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mobile-dropdown-wrapper .dropdown-icon .rotate{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.mobile-dropdown-wrapper{
    position: relative;
}
.mobile-dropdown-wrapper .mobile-dropdown-container{
    padding: 0 15px 0 30px;
    height: 0;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mobile-dropdown-wrapper .mobile-dropdown-container{
    color: #cd7826;
}
.mobile-dropdown-wrapper .mobile-dropdown-container a{
    font-size: 14px;
}
.mobile-dropdown-wrapper .mobile-dropdown-container ul li:not(:last-child){
    margin-bottom: 5px;
}
.mobile-dropdown-wrapper .open{
    height: auto;
}
