@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap);
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
.about,
.book_room h1,
.read_more,
.titlepage {
  text-align: center;
}
* {
  box-sizing: border-box !important;
}
.container {
  max-width: 1170px;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #666;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  line-height: 1.80857;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  position: relative;
  padding: 0 0 10px;
  font-weight: 400;
  line-height: normal;
  color: #111;
  margin: 0;
}
.badge,
p {
  font-weight: 500;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
.btn-custom,
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}
:focus,
button:focus {
  outline: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}
a {
  color: #222;
}
.btn,
a {
  text-decoration: none !important;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.banner-btn,
.full {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
}
.header,
.loader_bg {
  background: #fff;
  width: 100%;
}
.full,
.lead {
  font-size: 18px;
}
.lead {
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}
.form-control:focus {
  border-color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.navbar-form input {
  border: none !important;
}
blockquote {
  margin: 20px 0;
  padding: 30px;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.full {
  width: 100%;
  float: left;
  margin: 5%;
  padding: 0;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.logo a {
  word-break: break-word;
  line-height: 1.2;
}

.loader_bg {
  position: fixed;
  z-index: 9999999;
  height: 100%;
}
.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  width: 280px;
}
.navigation.navbar {
  foat: right;
  padding-top: 14px !important;
  padding: 0;
}
.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 7px 0 27px;
  margin: 0 22px;
  color: #010101;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
}
.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
  color: #fe0000;
  border-bottom: 3px solid #fe0000;
}
.navbar-expand-md .navbar-nav {
  padding-right: 10px;
}
.header {
  height: 86px;
  padding: 15px 0;
}
.banner_main {
  position: relative;
}
.banner .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #000;
}
.banner .carousel-indicators .active {
  background-color: #fe0000;
}
.booking_ocline {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.book_room {
  background-color: #000000c7;
  padding: 30px 35px;
  border-left: 5px solid #ff0909;
}
.book_room h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.book_now span {
  display: block;
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
}
.book_now .online_book {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 0 61px 0 10px;
  margin-bottom: 25px;
  position: relative;
}
.date_cua {
  position: absolute;
  width: 29px;
  height: 29px;
  top: 48px;
  background-repeat: no-repeat;
  right: 30px;
}
.book_btn {
  background-color: #fe0000;
  max-width: 189px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  transition: 0.5s ease-in;
  display: block;
}
.book_btn:hover {
  background-color: #fff;
  color: #fe0000;
  transition: 0.5s ease-in;
}
.read_more,
.read_more:hover {
  color: #fff;
  transition: 0.5s ease-in;
}
.carousel-control-next,
.carousel-control-prev {
  display: none;
}
.carousel-indicators {
  right: inherit;
  bottom: 53px;
  margin-left: 9%;
}
.titlepage {
  padding-bottom: 40px;
}
.titlepage h2 {
  font-size: 40px;
  color: #121212;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.titlepage a {
  margin: 12px;
}
.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.read_more {
  font-size: 17px;
  background-color: #121212;
  padding: 8px 0;
  width: 100%;
  max-width: 144px;
  display: inline-block;
  font-weight: 500;
  border-radius: 30px;
  margin: 2%;
}
.read_more:hover {
  background: #fe0000;
}
.about {
  background-color: #fff;
  padding-top: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .titlepage {
  text-align: left;
  padding-bottom: 0;
  max-width: 70%;
  width: 100%;
  float: right;
  margin: 0;
}
.back_re .title,
.blog .titlepage,
.footer,
.our_room .room,
.our_room .titlepage,
ul.conta li i {
  text-align: center;
}
.about .titlepage h2 {
  margin-bottom: 35px;
}
.about .titlepage p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
.about_img {
  margin-right: 40px;
  overflow: hidden;
}
.about_img figure {
  margin: 0;
}
.about_img figure img {
  width: 100%;
  transition: 0.5s;
}
.about_img figure img:hover {
  transform: scale(1.2);
}
.our_room {
  background-color: #f4f5f7;
  padding: 60px 0 30px;
  margin-top: 90px;
}
.our_room .titlepage p {
  color: #121212;
  font-size: 17px;
  margin-top: 20px;
}
.our_room .room {
  background-color: #fff;
  margin-bottom: 30px;
  transition: 0.5s ease-in;
  min-height: 200px;
}
.our_room .room .read_more {
  margin: auto auto 0;
  text-decoration: none;
  padding: 8px 16px;
  display: inline-block;
}
.our_room .room .bed_room h3 {
  color: #121212;
  font-size: 25px;
  line-height: 20px;
  font-weight: 500;
  transition: 0.5s ease-in;
  margin: auto;
}
#serv_hover:hover.room {
  cursor: pointer;
  box-shadow: 0 0 30px rgba(255, 9, 9, 0.15);
  transition: 0.5s ease-in;
}
.blog {
  background-color: #000;
  padding: 40px 0;
  margin-top: 2%;
}
.blog .titlepage h2,
ul.conta li a {
  color: #fff;
}
.blog .titlepage p {
  color: #fff;
  font-size: 17px;
  margin: 15px 0 25px;
}
.blog .form-control {
  max-width: 420px;
  margin: 0 auto;
}
.blog .read_more {
  color: #fff;
  background-color: #fe0000;
  padding: 12px;
  max-width: 100%;
  width: 20%;
}
.blog_box {
  width: 100%;
}
.blog_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.contact {
  background: #fff;
  margin-top: 5%;
}
.top-left-label {
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  font-size: 0.9rem;
  color: #333;
}
.copyright a:hover,
.sub_btn,
ul.link_menu li a:hover,
ul.link_menu li.active a,
ul.social_icon li a:hover {
  color: #ff0909;
}
.contact h2 {
  margin-bottom: 0;
}
.main_form .contactus {
  border: 1px solid #000;
  margin: 0 0 25px;
  padding: 0 15px;
  width: 100%;
  height: 58px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  border-radius: 12px;
}
.main_form .textarea {
  border: 1px solid #000;
  margin-bottom: 25px;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 15px 0;
  border-radius: 12px;
  height: 150px;
}
.main_form .send_btn,
.sub_btn {
  font-weight: 500;
  text-transform: uppercase;
}
.main_form .send_btn {
  font-size: 22px;
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  max-width: 100%;
  display: block;
  margin: 10px auto 0;
  border-radius: 50px;
  cursor: pointer;
}
.footer,
.inner_page .blog {
  margin-top: 90px;
}
.main_form .send_btn:hover,
.sub_btn:hover {
  background-color: #ff0909;
  transition: 0.5s ease-in;
  color: #fff;
}
.footer {
  background: #0f1521;
  padding-top: 60px;
}
.copyright,
.sub_btn {
  background-color: #fff;
}
.footer h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 3px solid #ff0909;
  padding-bottom: 3px;
  display: table;
}
.footer p,
ul.conta li {
  font-size: 16px;
  text-align: left;
}
.footer p {
  color: #ccc8c8;
  line-height: 28px;
  margin-bottom: 0;
}
ul.conta li {
  color: #fff;
  padding-bottom: 20px;
}
ul.conta li i {
  padding-right: 15px;
  font-size: 20px;
}
ul.link_menu li {
  display: block;
  text-align: left;
}
ul.link_menu li a {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  display: block;
  width: -moz-max-content;
}
.bottom_form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.bottom_form h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #fff;
  padding-top: 12px;
  margin-right: 93px;
  text-transform: uppercase;
  border: inherit;
}
.bottom_form .enter {
  border: inherit;
  padding: 0 19px;
  width: 100%;
  height: 45px;
  background: #fffffff2;
  color: #ccc8c8;
  font-size: 17px;
  font-weight: 300;
  float: left;
  margin-bottom: 20px;
}
.sub_btn {
  font-size: 17px;
  transition: 0.5s ease-in;
  padding: 8px 0;
  max-width: 147px;
  width: 100%;
  height: 47px;
}
ul.social_icon {
  padding-top: 24px;
  width: 100%;
  float: left;
  text-align: left;
}
.banner-content,
.blog_room,
.blog_room h3,
.copyright p {
  text-align: center;
}
ul.social_icon li {
  display: inline-block;
}
ul.social_icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  border-radius: 30px;
  margin: 0 9px;
  color: #fff;
}
.copyright {
  margin-top: 60px;
  padding-bottom: 20px;
  border: 3px solid #ff0909;
  border-right: inherit;
  border-left: inherit;
}
.copyright p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  border-top: 1px solid #a3aec6;
  padding-top: 25px;
  font-weight: 400;
}
.copyright a {
  color: #000;
}
.back_re {
  background-color: #0f1521;
}
.back_re .title h2 {
  color: #fff;
  font-size: 40px;
  padding: 40px 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}
.margin_0 {
  margin: 0 !important;
}
.inner_page .gallery {
  padding-top: 90px;
}
.single-banner {
  position: relative;
  height: 90vh;
  width: 100%;
  overflow: hidden;
}
.single-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 20px;
}
.banner-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.banner-content p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 30px;
}
.banner-btn {
  padding: 12px 30px;
  background: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 6px;
  transition: 0.3s;
}
.blog_room {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.banner-btn:hover {
  background: #000;
  color: #fff;
}
.blog_room h3 {
  font-weight: 600;
}
