html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

strong {
  font-weight: 700; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("fonts"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("fonts"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"); }
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-items-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.img-fluid {
  max-width: 100%; }

.btn {
  border-radius: 0px; }

.btn-primary {
  background: #044C90;
  border: 1px solid #044C90; }

.btn-outline {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #14404a;
  color: #14404a;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.btn-outline:hover {
  background: #14404a;
  color: #fff; }

.mt-3 {
  margin-top: 1rem; }

.mt-4 {
  margin-top: 1.5rem; }

.mt-5 {
  margin-top: 3rem; }

.mb-3 {
  margin-bottom: 1rem; }

p {
  margin-bottom: 10px; }

.btn-addcart {
  padding: 10px;
  display: inline-block;
  background: #14404a;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.btn-addcart:hover {
  background: #044C90; }

.btn-booking {
  background: #1490ac;
  color: #fff;
  font-weight: 500;
  padding: 6px 0px;
  width: 100%;
  border-radius: 0.25rem; }

.btn-viewmore {
  background: #1490ac;
  color: #fff;
  padding: 6px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.25rem; }
.btn-viewmore:hover {
  background: #14404a;
  color: #fff; }

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; } }
.grid-brands {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.grid-maquee {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.menu {
  height: 100%; }
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent; }
.menu ul li {
  position: relative;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  /* &:first-child a{
      padding-left: 20px;
  }
  &:last-child a{
      padding-right: 20px;
  } */ }
.menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 1.5; }
.menu ul li a:hover {
  color: #1490ac; }
.menu ul li:first-child a:before {
  content: unset; }
.menu ul li:hover {
  color: #1490ac; }
.menu ul li:hover > .menu_sub {
  display: block;
  opacity: 1;
  visibility: visible !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: none;
  transform: none; }
.menu ul li.has-child {
  padding-right: 30px; }
.menu ul li.has-child i {
  position: absolute;
  right: 10px;
  top: 10px; }
.menu ul li.has-child i:hover {
  cursor: pointer; }
.menu .menu_sub {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 240px;
  height: auto;
  margin-left: -190px;
  background: #fff;
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 999;
  -moz-border-radius: 0px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.menu .menu_sub > li {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  max-height: auto !important;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
  /*border-bottom: 1px dashed #5dc2a7;*/
  /*&:first-child{
      &:before{
          content: "";
          position: absolute;
          z-index: 3;
          top: -7px;
          left: 50%;
          margin-left: -3px;
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #fff;
      }
      &:after{
          content: "";
          position: absolute;
          z-index: 2;
          top: -8px;
          left: 50%;
          margin-left: -5px;
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          border-bottom: 8px solid #eee;
      }
      &:hover:before{
          border-bottom: 7px solid #5dc2a7;
      }
      & > a:before{
          content: "";
          position: absolute;
          z-index: 2;
          top: 16px;
          left: 19px;
          width: 10px;
          height: 10px;
          border: 1px solid #5dc2a7;
          background: #fcf055;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          border-radius: 100%;
      }
  }*/ }
.menu .menu_sub > li:last-child {
  border-bottom: 0px; }
.menu .menu_sub > li > a {
  position: relative;
  color: #333;
  display: block;
  line-height: 1.5;
  padding: 10px;
  font-size: 14px;
  /*&:before{
      content: "";
      position: absolute;
      z-index: 2;
      top: 16px;
      left: 19px;
      width: 10px;
      height: 10px;
      border: 1px solid #5dc2a7;
      background: #fcf055;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
  } */ }
.menu .menu_sub > li > a:hover {
  background: #14404a;
  color: #fff;
  padding-left: 10px; }
.menu .menu_sub > li:hover {
  cursor: pointer; }
.menu .menu_sub.mega {
  padding: 20px;
  width: 1140px;
  left: -432px; }
.menu .menu_sub.mega .mega-label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px; }
.menu .menu_sub.mega .mega-items {
  display: block;
  font-size: 14px; }
.menu .menu_sub.mega .mega-items li a {
  line-height: 1.5;
  padding: 5px 0px;
  font-size: 14px; }
.menu li ul li ul {
  top: -10px;
  left: calc(-100% - 1px) !important; }
.menu li ul li ul > li a {
  color: #333 !important;
  display: block;
  opacity: 1; }
.menu li ul li ul > li:hover {
  cursor: pointer !important; }

.open-menu-icon {
  display: none;
  float: right;
  font-size: 20px;
  padding: 5px 15px;
  color: red !important;
  background: transparent;
  border-radius: 3px; }
.open-menu-icon:hover {
  cursor: pointer; }

.header-menu-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#menu-icon {
  width: 40px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-left: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
#menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
#menu-icon span:nth-child(1) {
  top: 4px; }
#menu-icon span:nth-child(2), #menu-icon span:nth-child(3) {
  top: 14px; }
#menu-icon span:nth-child(4) {
  top: 24px; }
#menu-icon.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%; }
#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#menu-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%; }

@media screen and (max-width: 992px) {
  .header-menu-btn {
    display: block; }

  .menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0 !important;
    bottom: 0;
    left: 0;
    padding: 0px;
    padding-top: 40px;
    max-width: 95%;
    z-index: 10200;
    background-color: #fff;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    list-style: none;
    padding-left: 0px;
    height: 100%;
    scrollbar-width: thin; }
  .menu ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar-thumb {
    background-color: #fff; }
  .menu ul > li:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.08); }
  .menu ul li {
    font-size: 0.9375rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08); }
  .menu ul li ul.menu_sub {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #f7f7f7;
    height: 0;
    width: 100%;
    color: #111;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .menu ul li ul.menu_sub > li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    font-weight: 300; }
  .menu ul li ul.menu_sub > li a {
    color: #111; }
  .menu ul li.has-child i {
    right: 20px; }
  .menu ul li a {
    padding: 10px 10px; }
  .menu ul li:hover > ul.menu_sub {
    height: auto; }
  .menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  .open-menu-icon {
    display: block; } }
.nt-mobile-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 1030;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.nt-mobile-menu-wrap.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.nt-mobile-menu {
  position: relative;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  padding-left: 0px;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  z-index: 9999;
  margin-bottom: 0px; }
.nt-mobile-menu li {
  position: relative;
  list-style: none; }
.nt-mobile-menu li a {
  color: #333;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 10px 20px;
  background: #f2f4f8;
  border-bottom: 1px solid #fff; }
.nt-mobile-menu ul li i.fas{
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #298296;
  padding: 4px 10px;
  border-radius: 4px;
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.nt-mobile-menu ul li i.fas:hover{
  cursor: pointer;
}
.nt-mobile-menu li a i.far {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 5px;
  right: 10px; }
.nt-mobile-menu .menu_sub {
  display: none;
  padding-left: 0px; }
.nt-mobile-menu .menu_sub li {
  border-bottom: 0px; }

.nt-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background: transparent; }

.nt-mobile-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }

.nt-close {
  width: 40px;
  height: 40px;
  background: #fff;
  float: right;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.nt-close:hover {
  cursor: pointer; }

.nt-mobile-menu-foot {
  background: #fff;
  padding: 10px 0px;
  font-size: 14px; }
.nt-mobile-menu-foot strong {
  color: #000; }

.nt-dropmenu {
  display: block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0; }
.nt-dropmenu li {
  padding: 0;
  position: relative; }
.nt-dropmenu li a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 13px;
  color: black;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  margin-bottom: -1px;
  text-decoration: none; }
.nt-dropmenu li a i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center; }
.nt-dropmenu li a.open i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }

.nt-dropmenu li ul.nt-dropmenu--sub {
  display: none;
  padding-left: 0;
  list-style: none;
  background: #fafafa; }
.nt-dropmenu li ul.nt-dropmenu--sub li a {
  font-weight: 500;
  padding-left: 40px; }
.nt-dropmenu li ul.nt-dropmenu--sub li a i {
  position: absolute;
  left: 20px;
  right: auto;
  top: 10px;
  width: auto;
  height: auto; }

.mobile-menu-button-wrap {
  height: 100%;
  display: none;
  text-decoration: none;
  text-align: right; }

.mobile-menu-button {
  text-decoration: none;
  color: #333; }
.mobile-menu-button i.fas {
  margin-right: 3px; }

@media screen and (max-width: 992px) {
  .mobile-menu-button-wrap {
    display: block; } }
.mobile-menu {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 260px;
  background: #fff;
  height: 100%;
  color: #333;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.mobile-menu-head {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  text-align: right;
  background: #fff; }
.mobile-menu-head i.far {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 1;
  margin-top: 3px;
  color: red; }
.mobile-menu-head i.far:hover {
  cursor: pointer; }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

#overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  position: relative;
  border-radius: 3px; }
.contact-form .form-control {
  border: 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: 38px; }
.contact-form .form-input {
  border: 0px;
  padding: 9px 9px; }
.contact-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #007fb9;
  color: #fff;
  border: 1px solid transparent;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px; }
.contact-form button:hover {
  cursor: pointer; }

.search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 30px;
  margin: 0px 40px 0px 20px; }

.search-btn i:hover {
  cursor: pointer;
  color: #1490ac; }

.search-btn i.fa-times {
  color: #1490ac; }

.search-box-wp {
  position: absolute;
  top: 100%;
  right: 100%;
  background: #fff;
  z-index: 1020;
  width: 270px;
  display: none; }
.search-box-wp.open {
  display: block; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  border: 0px;
  border-radius: 3px; }
.search-form .form-control {
  border: 0px;
  font-size: 14px;
  color: #666;
  font-family: 'Lora', serif;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none; }
.search-form button[type="submit"] {
  width: 44px;
  border: 0px;
  cursor: pointer;
  outline: none;
  background: #1490ac;
  color: #fff; }

.title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #14404a; }

.product-cat h3 {
  font-size: 16px; }
.product-cat h3 a {
  display: block;
  text-decoration: none;
  color: #044C90;
  padding: 15px 0px; }

.product-thumb img {
  background: url("../images/bg-img.png") repeat left top scroll;
  padding: 5px; }

.product-order-btn {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #777; }
.product-order-btn:hover {
  color: #A3222D; }

.product-detail--title {
  font-size: 18px;
  color: #044C90;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }
.product-detail--des {
  padding: 10px 0px; }
.product-detail--price {
  text-transform: uppercase;
  color: red; }

.product {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.product-img {
  position: relative;
  padding: 7px; }
.product-img a {
  display: block;
  padding-top: 20px;
  padding-bottom: 34px; }
.product:hover .product-price {
  background: url("../images/bg-price-hover.png") no-repeat right bottom scroll; }
.product:hover .product-price--label {
  color: #fff;
  text-shadow: none; }
.product-price {
  position: absolute;
  right: 7px;
  bottom: 7px;
  background: url("../images/bg-price.png") no-repeat right bottom scroll;
  width: 100px;
  height: 86px;
  text-align: right; }
.product-price--label {
  display: inline-block;
  padding-top: 37px;
  padding-right: 5px;
  font-weight: bold;
  text-shadow: 0 1px 0 #f3f3f3;
  font-size: 11px;
  color: #666; }
.product-price--num {
  display: block;
  color: #A3222D;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 #f3f3f3;
  padding-right: 7px; }
.product-info .product-des {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px; }
.product-info .product-title {
  font-size: 14px;
  line-height: 1.2; }
.product-info .product-title a {
  color: #044C90;
  text-decoration: none; }

.product-sm {
  text-align: center; }
.product-sm .product-img {
  width: 80px;
  border: 2px solid #e0e0e0;
  margin: 0 auto; }
.product-sm h3 {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px; }
.product-sm h3 a {
  color: #044C90;
  text-decoration: none; }
.product-sm h3 a:hover {
  color: #A3222D; }

.product-cat-title {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd; }

.product-description {
  margin-top: 15px; }
.product-description .description-title {
  background: url("../images/bg-border.png") repeat-x left 8px scroll;
  border-bottom: none;
  margin: 0 0 10px; }
.product-description .description-title span {
  background: url("../images/bg-body.png") repeat-x left bottom scroll;
  border-bottom: none;
  color: #535353;
  font-size: 18px;
  padding-right: 7px;
  padding-left: 7px; }

.list-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }

.post-thumb {
  width: 41%;
  margin-right: 20px; }
.post-thumb img {
  height: 90px;
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden; }

.post-meta {
  margin-bottom: 5px; }
.post-meta .post-date {
  color: #1490ac;
  font-weight: 500;
  margin-right: 15px; }
.post-meta .post-category {
  padding-left: 15px;
  border-left: 1px solid #1490ac;
  color: #1490ac;
  text-decoration: none;
  font-weight: 500; }

.post-content a {
  color: #333333;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none; }

.article-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.article-element:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.article-box {
  width: 50%; }
.article-box img {
  height: 100%; }

.article-text {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  line-height: 30px; }
.article-text h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem; }
.article-text h4 a {
  text-decoration: none;
  color: #007bff; }
.article-text h4 a:hover {
  color: #0056b3; }

@media (max-width: 1023px) {
  .article-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }

  .article-box {
    width: 100%; } }
.room-item {
  margin-bottom: 30px;
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 30px;
          box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 30px;
  border-radius: 3px;
  overflow: hidden; }
.room-img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 250px; }
.room-img img {
  height: 250px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear; }
.room-price {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.514);
  color: white;
  font-weight: 500;
  padding: 4px 0px; }
.room-detail {
  padding: 10px 20px 20px; }
.room-desc {
  margin-bottom: 20px; }
.room-name {
  margin-bottom: .5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2; }
.room-name a {
  display: block;
  color: #14404a;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 0px;
  outline: none;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial; }
.room-name a:hover{
  color: #1490ac;
}
.room-info {
  margin-bottom: 15px;
  font-size: 15px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.room-info li {
  list-style-type: disc;
  color: #33312d;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin: 0px 15px; }
.room-info li:first-child {
  margin-left: 0px; }
.room-info li:last-child {
  margin-right: 0px; }
.room-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 120px;
  letter-spacing: 0.35px;
  color: #636a76;
  overflow: hidden; }
.room-btn a.detail-btn {
  display: block;
  background-color: #1490ac;
  color: white;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  padding: 6px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }
.room-btn a.detail-btn:hover {
  color: white;
  background-color: #14404a;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0;
  background: url("../images/ptt.webp") repeat-x scroll left top; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
  margin: 10px 0px;
  float: right; }
.pagination li a, .pagination li span.inactive {
  position: relative;
  display: block;
  padding: .4rem .65rem;
  margin-left: -1px;
  line-height: 1.25;
  text-decoration: none !important;
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #dedede;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.pagination li {
  margin: 0 5px;
  font-size: 13px; }
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  color: #A3222D;
  background-color: transparent; }
.pagination li a.current {
  color: #A3222D;
  background-color: transparent; }
.pagination li.active a {
  color: #A3222D;
  background-color: transparent; }
.pagination li span.inactive:hover, .pagination li span.inactive:focus, .pagination li span.inactive:active {
  color: rgba(0, 0, 0, 0.26);
  background-color: white; }
.pagination li.disabled a {
  color: rgba(0, 0, 0, 0.26);
  background-color: white; }

@media screen and (max-width: 768px) {
  .pagination li {
    font-size: 12px; }
  .pagination li a {
    padding: .4rem .65rem; } }
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333; }

.sidebar {
  width: 220px; }

@media screen and (max-width: 992px) {
  .sidebar {
    display: none; } }
.quick-book {
  background: #14404a;
  color: #fff;
  padding: 15px 0; }
.quick-book label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px; }
.quick-book .form-group {
  margin-bottom: 0px; }

@media screen and (max-width: 1023px) {
  .quick-book .form-group {
    margin-bottom: 10px; }
  .quick-book .check-avai {
    margin-top: 15px; } }
.widget {
  margin-bottom: 20px; }
.widget-head {
  background: #f7fbfd;
  color: #0196DA;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 10px;
  text-align: left;
  padding-left: 20px;
  background-image: url("../images/pattern_sidebar.png");
  background-repeat: repeat-y;
  background-position: left 0;
  background-size: 7px 100%; }
.widget-body {
  padding: 8px;
  background: #f0f0f0; }
.widget h3 {
  font-size: 22px;
  display: block;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb; }

.service {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px; }
.service:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.205); }
.service:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.service-img {
  height: 420px; }
.service-img img {
  height: 420px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  content-visibility: auto; }
.service-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-size: 1.75rem; }

.vmenu li {
  background: #f0f0f0; }
.vmenu li a {
  color: #044C90;
  text-decoration: none; }
.vmenu li .vmenu-sub {
  background: #fafafa;
  display: none; }
.vmenu li .vmenu-sub li {
  background: #fafafa;
  border-top: 1px solid #ececec; }
.vmenu li .vmenu-sub li:hover {
  background: #FCE7E9; }
.vmenu li .vmenu-sub li a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 30px; }
.vmenu li div {
  position: relative;
  background: url("../images/br-li.png") repeat-x left top scroll; }
.vmenu li div.active a {
  color: #A3222D; }
.vmenu li div > a {
  display: block;
  padding: 8px 10px 7px 22px;
  position: relative; }
.vmenu li div > a:hover {
  color: #A3222D; }
.vmenu li div > a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 10px;
  top: 8px;
  font-weight: 900; }
.vmenu li div > i.fas {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 12px;
  color: #044C90; }
.vmenu li div > i.fas:hover {
  cursor: pointer; }

.brand-item a {
  display: block;
  padding: 5px; }

.nav-tabs {
  background: url("../images/bg-tabright.png") repeat-x left top scroll;
  border: 1px solid #ddd; }

.nav-tabs .nav-link {
  outline: none;
  padding: 0.4rem 1rem;
  background: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px;
  border-left: 0px; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #A3222D; }

.tab-content {
  padding: 20px 10px;
  border: 1px solid #ddd;
  border-top: 0px; }

.nav-product-tabs {
  background: transparent;
  border: 0px; }

.nav-product-tabs .nav-link {
  background: #044C90;
  color: #fff;
  margin-right: 5px; }

.nav-product-tabs .nav-link.active, .nav-product-tabs .nav-item.show .nav-link {
  background-color: #044C90;
  color: #fff;
  border-color: transparent; }

.product-tab-content {
  margin-top: 15px;
  border: 2px solid #777; }

.box-img img {
  max-width: 100%; }

.marquee {
  width: 100%;
  height: 540px !important;
  overflow: hidden; }

.home-wp {
  padding-top: 60px;
  padding-bottom: 60px; }
.home-wp.gray {
  background: #e8eeef; }

.sec-title {
  margin-bottom: 40px; }
.sec-title.text-center {
  text-align: center; }
.sec-title h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #14404a;
  letter-spacing: 1.5px; }
.sec-title h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #1490ac;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px; }

.sec-home {
  padding-left: 10px; }
.sec-home h3 {
  position: relative;
  font-size: 38px;
  font-weight: 500;
  margin: 10px 0 10px;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 1.5px; }
.sec-home h5 {
  color: #464646;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3; }
.sec-home p {
  line-height: 32px;
  color: #636a76;
  font-size: 18px;
  font-weight: 400; }

@media screen and (max-width: 768px) {
  .home-wp {
    padding-top: 20px;
    padding-bottom: 20px; }

  .sec-home h3 {
    font-size: 22px; }

  .sec-title h3 {
    font-size: 16px; } }
.btn-w {
  margin-top: 30px; }

.btn-row {
  color: #0196da;
  font-size: 14px;
  font-weight: bold;
  background: rgba(1, 150, 218, 0.2);
  padding: 12px 13px;
  position: relative;
  line-height: 1.5;
  border: solid 1px #cceaf8;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 30px;
  text-decoration: none; }
.btn-row:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: -27px;
  bottom: 0;
  width: 45px;
  height: 10px;
  background: url("../images/long-arrow-black.png") no-repeat center center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.btn-row:hover {
  background: #fff;
  border: 1px solid #0196da;
  text-decoration: none;
  color: #0196da; }
.btn-row:hover:after {
  left: -20px; }

.about-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 190px);
  gap: 10px 10px; }

.about-thumb {
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14); }
.about-thumb:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 2; }
.about-thumb img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  content-visibility: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
.about-thumb:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 1 / 3; }
.about-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.post {
  background: #fff;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px; }
.post-img {
  height: 250px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
.post-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.post-info {
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
.post-info p {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  height: 0;
  text-align: justify; }
.post-info h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Lora";
  text-transform: uppercase;
  text-align: center;
  color: #333; }
.post-info h3 a {
  text-decoration: none;
  color: #333; }
.post:hover .post-info > p {
  -webkit-transform: scale(1);
          transform: scale(1);
  height: auto;
  opacity: 1; }

@media screen and (max-width: 576px) {
  .post {
    padding-bottom: 0px; }
  .post-img {
    position: relative;
    height: auto; }
  .post-info {
    position: relative; }
  .post-info p {
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.news {
  background: #fff; }
.news-img {
  margin-bottom: 25px;
  border-radius: 3px;
  overflow: hidden; }
.news-img a {
  display: block; }
.news-img img {
  width: 100%; }
.news-meta {
  margin-bottom: 10px; }
.news-meta .date {
  color: #afb4bf;
  margin-right: 10px; }
.news-meta .cat {
  font-size: 15px;
  color: #1490ac;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500; }
.news-date {
  color: #fe0000;
  font-family: 'Lora';
  font-size: 14px; }
.news-info--title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px; }
.news-info--title a {
  text-decoration: none;
  color: #333; }
.news-info--title a:hover {
  color: #1490ac; }
.news-info--description {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 82px;
  color: #636a76;
  margin-bottom: 20px;
  line-height: 1.8; }

.news-carousel-cell {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 20px; }

@media screen and (max-width: 568px) {
  .news-carousel-cell {
    width: 100%; } }
@media screen and (max-width: 468px) {
  .news-carousel-cell {
    width: 100%; } }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 180px);
  gap: 15px 15px;
  grid-template-areas: "g1 g2 g2 g3" "g4 g5 g6 g3" "g7 g8 g9 g10" "g7 g11 g11 g12"; }

.gallery-item {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #fff; }
.gallery-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  content-visibility: auto; }
.gallery-item:first-child {
  grid-area: g1; }
.gallery-item:nth-child(2) {
  grid-area: g2; }
.gallery-item:nth-child(3) {
  grid-area: g3; }
.gallery-item:nth-child(4) {
  grid-area: g4; }
.gallery-item:nth-child(5) {
  grid-area: g5; }
.gallery-item:nth-child(6) {
  grid-area: g6; }

@media screen and (max-width: 767px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "g1 g2" "g3 g4" "g5 g6" "g7 g8" "g9 g10" "g11 g12"; } }
.socials a {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff; }
.socials a i {
  color: #fff; }

.page-banner .banner-item {
  position: relative; }
.page-banner .banner-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1d1e234f;
  z-index: 1; }
.page-banner .banner-img {
  height: 60vh; }
.page-banner .banner-img img {
  height: 60vh;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  content-visibility: auto; }
.page-banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 1px #000; }
.page-banner .banner-caption h1 {
  font-size: 42px;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500; }

.page-wrap {
  padding-top: 50px;
  margin-bottom: 50px; }

.page-title {
  font-size: 32px;
  font-weight: 500;
  color: #14404a;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: 1.5px; }

.page-desc {
  color: #a7a7a7; }

@media screen and (max-width: 768px) {
  .page-banner h2 {
    font-size: 20px; } }
.sidebar-list {
  margin-top: 20px; }
.sidebar-list li {
  padding: 8px 0px;
  border-bottom: 1px solid #E6E8EC; }
.sidebar-list li a {
  position: relative;
  text-decoration: none;
  color: #333;
  padding-left: 15px; }
.sidebar-list li a:before {
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 2px; }

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E8EC; }
.blog-item .img-box {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%; }
.blog-item .img-box img {
  width: 100%; }
.blog-item .text-box {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.blog-item .text-box h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Lora';
  margin-bottom: 5px; }
.blog-item .text-box h3 a {
  color: #333;
  text-decoration: none; }
.blog-item .text-box .blog-date {
  color: #fe0000;
  font-size: 14px;
  margin-bottom: 5px; }
.blog-item .text-box .blog-des {
  font-size: 14px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.blog-s2 {
  margin-bottom: 20px; }
.blog-s2-img img {
  width: 100%; }
.blog-s2-info h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Lora';
  text-transform: capitalize;
  text-align: justify;
  margin-bottom: 15px; }
.blog-s2-info h3 a {
  color: #0196DA;
  text-decoration: none; }

.blog-view-more {
  display: inline-block;
  border: 1px solid #0196DA;
  color: #0196DA;
  padding: 5px 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.blog-view-more:hover {
  text-decoration: none;
  background: #0196DA;
  color: #fff; }

.room__item {
  position: relative;
  border-radius: 3px;
  margin: 40px 0 1px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.room__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.479);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1; }

.room__img {
  width: 100%; }

.room__img img {
  height: 360px; }

.room__desc {
  width: 0;
  padding: 35px 50px;
  text-align: center;
  display: none; }

.room__name a {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 6px;
  font-weight: 300;
  color: #333;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: 1px; }

.room__name a:hover {
  color: #1490ac; }

.room__info {
  list-style: disc;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.room__info li {
  list-style-type: disc;
  margin: 0 15px;
  color: #33312d;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.8px; }

.room__info li:first-child {
  list-style-type: none; }

.room__text {
  line-height: 32px;
  color: #33312d;
  margin-bottom: 30px;
  letter-spacing: 0.6px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 160px; }

.center .room__item {
  margin: 1px 0 1px 0;
  -webkit-box-shadow: 0px 2px 36px 2px #00000029;
          box-shadow: 0px 2px 36px 2px #00000029; }

.center .room__img {
  width: 50%;
  -webkit-transition: none;
  transition: none; }

.center .room__img img {
  height: 440px; }

.center .room__desc {
  width: 50%;
  display: block;
  -webkit-transition: none;
  transition: none; }

.center .room__item::before {
  background-color: transparent; }

.room-btn {
  text-align: center; }

.room-btn a {
  display: inline-block;
  padding: 6px 28px;
  position: relative;
  z-index: 10;
  background-color: #1490ac;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #1490ac; }

.room-btn a:hover {
  background-color: #fff;
  color: #1490ac; }

.room-slide .owl-stage {
  padding: 30px 0; }

.room-slide .owl-nav button[class*="owl-"] {
  background: transparent; }

.room-slide .owl-prev {
  left: 10px; }

.room-slide .owl-next {
  right: 10px; }

.room-slide .owl-nav button[class*="owl-"] i {
  font-size: 30px; }

#roomSlide .item img {
  height: 420px;
  border-radius: 30px; }

@media screen and (max-width: 767px) {
  .room__item {
    margin: 1px 0 1px 0; }

  .room__desc {
    padding: 15px; }

  .room__img img {
    height: 360px; }

  .center .room__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .center .room__desc {
    width: 100%; }

  .center .room__img {
    width: 100%; }

  .center .room__img img {
    height: 360px; }

  .room-slide .owl-nav button[class*="owl-"] {
    position: absolute;
    top: 40%;
    margin: 0px; }

  .room-img__slide img {
    height: 360px; } }
.breadcrumb {
  padding: 8px 30px;
  border-radius: 0;
  background-color: #dfe4ea; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  padding: 4px 5px 3px 0px; }

.breadcrumb-item a {
  text-decoration: none;
  color: #1490ac; }

.breadcrumb-item a:hover {
  color: #333; }

.blog-post {
  padding-top: 50px;
  padding-bottom: 50px; }

.blog-sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px; }

#blog_search .input-group-text {
  background-color: #1490ac;
  color: white;
  padding: 10px 12px; }

@media screen and (max-width: 1023px) {
  .blog-sidebar {
    padding-left: 0px; } }
.room-img-slide {
  margin-bottom: 30px; }

.room-dt-title {
  padding-left: 10px;
  border-left: 5px solid #1490ac;
  line-height: 0.9;
  margin-bottom: 22px;
  font-size: 1.75rem;
  font-weight: 500; }

.room-dt-des {
  line-height: 32px;
  color: #333; }

.room-dt-serv i {
  color: #1490ac;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 900; }
.room-dt-serv ul li {
  height: 34px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1px;
  border: 1px solid #1490ac;
  padding: 6px 10px;
  margin-right: 8px;
  margin-bottom: 10px;
  border-radius: 5px; }
.room-dt-serv ul li:hover {
  background-color: #1490ac;
  color: #fff; }
.room-dt-serv ul li:hover i {
  color: #fff; }

.room-sidebar {
  padding: 20px 30px;
  background-color: #1490ac;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: 15px; }
.room-sidebar h3 {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  text-align: center; }

#book-room .check-avai {
  background-color: #00bae4;
  color: #fff;
  font-weight: 500; }
#book-room .check-avai:hover {
  background-color: #14404a; }

@media screen and (max-width: 1023px) {
  .room-sidebar {
    margin-left: 0px; } }
.room-related .item .room-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd; }

.header {
  background: #fff;
  color: #000;
  position: relative;
  width: 100%; }
.header-top {
  background: #14404a;
  font-size: 14px;
  padding: 10px 0px;
  color: #fff; }
.header-top a {
  color: #fff;
  text-decoration: none; }
.header-top a:first-child {
  margin-right: 50px; }
.header-top a i {
  color: #1490ac;
  font-size: 16px; }
.header-top--lang {
  text-align: right; }
.header-top--lang a {
  margin: 0px 10px; }
.header-top--lang a:first-child {
  margin-right: 10px; }
.header-bot {
  background: #fff; }
.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.header-logo {
  overflow: hidden;
  height: 100%;
  width: 10%; }
.header-logo .logo {
  height: 100%;
  display: block; }
.header-logo .logo img{
  max-height: 100%;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

@media screen and (max-width: 1023px) {
  .header-logo {
    width: 14%; } }
@media screen and (max-width: 767px) {
  .header-logo {
    width: 24%; } }
.flag-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px; }
.flag-language img {
  max-width: 30px; }
.flag-language li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.flag-language li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.m-flag-language {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  right: 10px; }
.m-flag-language img {
  max-width: 30px; }
.m-flag-language li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.m-flag-language li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media screen and (max-width: 485px) {
  .flag-language {
    display: none; }

  .m-flag-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.hotline a {
  color: #000; }
.hotline a:hover {
  color: #000;
  text-decoration: none; }
.hotline a span {
  display: block; }
.hotline-number {
  font-weight: bold; }
.hotline-label {
  font-size: 13px; }

.mobile-wp {
  display: none; }

@media screen and (max-width: 992px) {
  .mobile-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px; } }
@media screen and (max-width: 768px) {
  .mobile-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px; }

  .header-top--left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .header-slogan h3 {
    font-size: 14px; }
  .header-slogan h2 {
    font-size: 22px; } }
.footer {
  min-height: 200px;
  background: #14404a;
  color: #fff;
  padding-top: 60px;
  font-size: 14px;
  border-top: 1px solid #ddd; }
.footer a {
  color: #333;
  text-decoration: none; }
.footer-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase; }
.footer-list li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 32px; }
.footer-list li a {
  color: #fff;
  text-decoration: none;
  display: block; }
.footer-list li a:hover {
  color: #1490ac; }

.copyright {
  background: transparent;
  margin-top: 70px; }
.copyright .container {
  padding: 10px 0px;
  border-top: 1px solid #1490ac;
  font-size: 15px;
  line-height: 32px; }

.cr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#totop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 1;
  opacity: 0; }
#totop.show {
  opacity: 1; }
#totop a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: #0196da;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
#totop a:hover {
  border: 1px solid #fff;
  background: #fe0000; }
#totop a i {
  font-size: 14px;
  font-weight: 600; }

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px; }

  .copyright {
    margin-top: 20px; } }
.home-slide .owl-stage-outer {
  max-height: calc(100vh - 113px); }

.carousel-wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif; }

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: red; }

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: red; }

.owl-carousel .item {
  text-align: center; }

.owl-carousel .nav-button {
  height: 40px;
  width: 40px;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25; }

.owl-carousel .owl-prev {
  left: 10px !important; }

.owl-carousel .owl-next {
  right: 10px !important; }

@media screen and (max-width: 768px) {
  .owl-carousel .nav-button {
    height: 30px;
    width: 30px; }

  .owl-theme .owl-nav [class*=owl-] {
    font-size: 23px; }

  .owl-carousel .owl-prev {
    left: 5px; }

  .owl-carousel .owl-next {
    right: 5px; } }
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 28px;
  background: #3097d1;
  border-radius: 3px; }

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px; }

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px; }

.slider-item {
  position: relative; }
.slider-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2; }

.slide-img img {
  height: 100vh; }

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1020;
  color: #fff;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 1px #000; }
.slide-caption h3 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 18px; }
.slide-caption h1 {
  font-size: 60px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500; }

@media screen and (max-width: 1023px) {
  .slide-img img {
    height: 60vh; } }
@media screen and (max-width: 767px) {
  .slide-img img {
    height: 50vh; }

  .slide-caption h1 {
    font-size: 42px; } }
#home_slide i.fal {
  color: #fff; }

#home_slide .nav-button {
  width: 50px;
  height: 50px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%; }

#home_slide .nav-button:hover {
  background: #1490ac; }
.gallery-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 1px;
    display: inline-block;
    border-bottom: 2px solid #ec70a2;
    margin-bottom: 25px;
}
.g-sub-title {
    color: #0f62ac;
    font-size: 18px;
    font-weight: 600;
    border-left: 3px solid #ff6900;
    padding-left: 8px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}
.photo-item {
  position: relative;
  padding: 5px; }
.photo-item img {
  border-radius: 5px;
  height: 186px; }
.photo-item:hover img {
  opacity: 0.8; }
.photo-item:hover i.fas {
  text-shadow: 0px 0px 10px #333; }
.photo-item i.fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  z-index: 1;
  cursor: pointer; }
@media screen and (max-width: 767px){
  .header-top--info a span{
    display: none;
  }
  .header-top a:first-child{
    margin-right: 10px;
  }
  .booking-room--info{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .booking-room--utilities{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
}

.video {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 460px;
    position: relative;
}
.video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.212);
    z-index: 0;
}
.video-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}
.video-title h3 {
    font-size: 50px;
    margin-bottom: 20px;
}
.video-title h6 {
    font-size: 16px;
    margin-bottom: 40px;
}
.video-title img {
    width: 60px;
    cursor: pointer;
}
.bg-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000bf;
    z-index: 1200;
}
.bg-video.active{
  display: block;
}
.close-video {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
}
.video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 720px;
}
.room-item:hover .room-img img {
    transform: scale(1.1);
    transition: 0.5s linear;
}
.booking-form-wp{
  padding-left: 20px;
  padding-right: 20px;
}
.form-group label{
  margin-bottom: 8px;
}
.error-message{
  text-align: left;
  color: red;
  font-weight: 500;
}

.food-table th, .food-table td{
    padding: 6px;
    vertical-align: middle;
  }

.food-table tr td.fw-bold{
  text-align: left;
}

@media screen and (max-width: 767px)
{
  .food-table{
    font-size: 14px;
  }
  .food-table th, .food-table td{
    padding: 6px;
    vertical-align: middle;
  }
  .food-table td .form-control{
    padding: 5px;
    width: 60px;
  }
  .food-table thead th:nth-child(1){
    width: 30px;
  }
  .food-table thead th:nth-child(5){
    width: 73px;
  }
  .food-table tr td:nth-child(1){
    width: 30px;
  }
}

.pagination{
  float: none;
}

.pagination li.active span{
  display: flex;
  padding: .4rem .65rem;
  height: 30.38px;
  background: #14404a;
  color: #fff;
  border: 1px solid #dedede;
}
.food-table tr td.fw-bold{
  text-align: left;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #1490ac;
  color: #fff;
}
.food-table tr td.fw-bold:hover{
  background-color: #14404a;
}
.socials-icon-fixed{
  position: fixed;
  right: 12px;
  bottom: 90px;
}

.socials-icon-btn{
  position: relative;
  display: flex;
  margin-top: 30px;
}

.socials-icon-btn--img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #195DB9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials-btn-circle{
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #195DB9;
  opacity: 0.5;
}

.socials-btn-circle--fill{
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.socials-icon-btn .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.socials-icon-btn .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.socials-icon-btn .zoomIn{
  animation-name: zoomIn;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.review-form{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.review-form input, .review-form textarea {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
}
.review-form button {
    padding: 12px;
    font-size: 18px;
    background-color: #0077b6;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .3s;
}
.review-form button:hover{
  background-color: #023e8a;
}
.reviews{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.review-card{
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}
.review-card h3{
  font-weight: bold;
  font-size: 16px;
}
.review-card i.fa-star{
  font-size: 14px;
  margin-bottom: 10px;
}
.review-card .review-txt{
  font-size: 15px;
}