@font-face {
  font-family: 'MyriadPro';
  src: url('./fonts/MyriadPro-Bold.woff') format('woff2');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'MyriadPro';
  src: url('./fonts/MyriadPro-Regular.woff') format('woff2');
  font-style: normal;
  font-weight: 400;
}

/* all  */
.space {
  height: 1500px;
  background-color: var(--bg1);
}

.box404 {
  height: 600px;
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.box404 .adm-glyphicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.box404 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html,
body {
  /* font-family: 'MyriadPro', sans-serif; */
  color: var(--text);
  font-weight: 400;
}

body {
  top: 0px !important;
}

body.over {
  position: fixed !important;
  top: 0;
  width: 100%;
}

html.stop {
  overflow: hidden;
  -webkit-overflow-scrolling: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.svg-div {
  display: none;
}

.wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.adm-glyphicon span {
  background: url('./img/setting.png');
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
}

.img-100 {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

.img-100>img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}

.img-100>iframe {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}

.wrap-img {
  padding-bottom: 100%;
}

button,
input,
a {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: unset;
  font-weight: unset;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

a {
  transition: var(--transition);
  color: var(--text);
  font-size: 14px;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--text);
}

input,
button,
textarea,
select {
  outline: none;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.seo-h1 {
  width: 0;
  height: 0;
  opacity: 0;
}

.mb-on7 {
  display: none !important;
}

.mb-off7 {}

/* all end  */

/* header  */
.header {
  position: fixed;
  /* height: 80px; */
  height: auto;
  width: 100%;
  background: var(--bghead);
  top: 0;
  left: 0;
  z-index: 100;
}

.header .top {
  text-align: right;
  padding: 10px 0 0;
}

.header .top svg {
  display: inline-block;
  color: var(--white);
  transform: translateY(1px);
}

.header .top .link {
  display: inline-block;
  color: var(--white);
  font-size: 14px;
}

.header .top .link:hover {
  color: var(--theme);
}

.header .top span {
  display: inline-block;
  color: var(--white);
  font-size: 14px;
}

.header .logo img {
  height: 125px;
}

.header .parent-menu {
  float: left;
}

.header .parent-menu>li {
  display: inline-block;
  position: relative;
}

.header .parent-menu>li>.link {
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 10px 14px;
  display: block;
}

.header .parent-menu>li:hover>.link {
  color: var(--theme);
}

.header .parent-menu>li svg {
  position: absolute;
  top: 21px;
  right: 0;
}

.header .parent-menu>li svg path {
  transition: var(--transition);
}

.header .parent-menu>li:hover svg path {
  fill: var(--theme);
}

.header .child-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  background: var(--white);
  width: 160px;
  transition: var(--transition);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header .child-menu li .link {
  padding: 10px 20px;
  display: block;
}

.header .child-menu li .link:hover {
  background-color: var(--theme);
  color: var(--white);
}

.skiptranslate {
  display: none;
}

.header .lang {
  float: right;
}

.header .lang a {
  padding: 10px 0px 0 5px;
  display: inline-block;
}

.header .parent-menu>li:hover .child-menu,
.header .child-menu:hover {
  opacity: 1;
  visibility: visible;
}

/* mobile  */

.header .menu-mb-btn {
  display: none;
  float: right;
  margin: 2px 0 0 15px;
}

.header .menu-mb-btn button {
  background: transparent;
  border: 1px solid var(--white);
  padding: 5px 10px 0;
  border-radius: 5px;
}

.menu-mb-box {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}

.menu-mb-box .mb-parent {
  text-align: center;
}

.menu-mb-box .mb-parent>li>a {
  color: var(--white);
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 10px 0;
}

.menu-mb-box .mb-parent>li>a:hover {
  color: var(--theme);
}

.menu-mb-box .mb-parent>li>a {
  position: relative;
}

.menu-mb-box .mb-parent>li>a svg {
  position: absolute;
  right: -15px;
  top: 16px;
}

.menu-mb-box .mb-child li a {
  color: var(--white);
  display: block;
  margin: 0 auto;
  padding: 5px 0;
}

/* mobile end */

/* header end */

/* home banner */
.home-banner {
  position: relative;
  height: 950px;
  width: 100%;
}

.home-banner .item {
  height: 950px;
}

.home-banner .item img {
  height: 950px;
  width: 100%;
}

.home-banner .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: var(--white) !important;
  border-radius: 50%;
  opacity: 0.6;
  transition: var(--transition);
}

.home-banner .owl-nav .owl-prev:hover {
  opacity: 1;
}

.home-banner .owl-nav .owl-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-banner .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: var(--white) !important;
  border-radius: 50%;
  opacity: 0.6;
  transition: var(--transition);
}

.home-banner .owl-nav .owl-next:hover {
  opacity: 1;
}

.home-banner .owl-nav .owl-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-banner .owl-nav .owl-next svg {
  color: var(--theme);
}

.home-banner .banner-book {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: var(--theme);
  z-index: 10;
}

.home-banner .banner-book .left {
  height: 90px;
  width: 100%;
  background: var(--bg1);
  color: var(--white);
  text-align: center;
  position: relative;
  padding: 20px 0 0;
}

.home-banner .banner-book .left::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  right: 100%;
  background-color: var(--bg1);
  top: 0;
}

.home-banner .banner-book .left .nav {
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-radius: 50%;
}

.home-banner .banner-book .left .nav svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-banner .banner-book .left .title {
  font-size: 25px;
  font-weight: 700;

}

.home-banner .banner-book .right {
  height: 90px;
  width: 100%;
  background: var(--bg2);
  color: var(--white);
  text-align: center;
  position: relative;
  padding: 3px 0 0;
  text-transform: uppercase;
  border: none;
}

.home-banner .banner-book .middle .select-box {
  padding-top: 25px;
}

.home-banner .banner-book .middle .select-box select {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 0 0 10px;
}

.home-banner .banner-book .middle .select-box input {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px 0 10px;
}

/* home banner end */

/* home about  */
.home-about {
  padding: 60px 0;
  background-color: var(--white);
}

.home-about .left .title {
  font-size: 34px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.home-about .left .des p {
  font-size: 16px;
  margin: 0 0 15px;
}

.home-about .left .link {
  display: block;
  width: fit-content;
  text-transform: uppercase;
  color: var(--white);
  background: var(--theme);
  padding: 12px 30px;
}

.home-about .right img {
  width: 100%;
}

/* home about end */

/* home hotel room  */
.back-side-img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.back-side-img img {
  width: 100%;
  height: 100%;
}

.h-hotel-room {
  background-color: transparent;
  padding: 30px 0;
}

.section-title {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
}

.h-hotel-room .section-title {
  color: var(--white);
  margin: 0 0 30px;
}

.h-hotel-room .item .thumb.wrap-img {
  padding-bottom: 72%;
}

.h-hotel-room .item .text-box {
  background-color: var(--white);
  padding: 20px;
}

.h-hotel-room .item .text-box .title {
  font-size: 18px;
  margin: 5px auto 10px;
  font-weight: 700;
  color: var(--theme);
  text-transform: uppercase;
  display: block;
  width: fit-content;
}

.h-hotel-room .item .text-box .des {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.h-hotel-room .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  background: var(--bg4) !important;
  width: 40px;
  height: 40px;
  transition: var(--transition);
}

.h-hotel-room .owl-nav .owl-prev:hover {
  background: var(--theme) !important;
}

.h-hotel-room .owl-nav .owl-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  color: var(--white);
}

.h-hotel-room .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  background: var(--bg4) !important;
  width: 40px;
  height: 40px;
  transition: var(--transition);
}

.h-hotel-room .owl-nav .owl-next:hover {
  background: var(--theme) !important;
}

.h-hotel-room .owl-nav .owl-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  color: var(--white);
}

/* home hotel room end */

/* home our servcie  */
.h-our-service {
  padding: 30px 0;
  background: var(--white);
}

.h-our-service .section-title {
  margin: 0 0 10px;
}

.h-our-service .section-des {
  text-align: center;
  margin: 0 0 20px;
}

.h-our-service .box-in ul,
.h-our-service .box-in li {
  list-style: disc;
}

.h-our-service .box-in ul {
  padding-left: 18px;
}

/* home our servcie end */

/* home rate  */
.h-rate {
  padding: 30px 0;
  position: relative;
  background-color: var(--theme);
}

.h-rate::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: var(--bg1);
  top: 0;
  left: 0;
}

.h-rate .left {
  position: relative;
  z-index: 1;
}

.h-rate .left .title {
  font-size: 34px;
  color: var(--white);
  text-transform: uppercase;
  margin: 0 0 15px;
}

.h-rate .left .des {
  color: var(--white);
  font-size: 18px;
  margin: 0 0 30px;
}

.h-rate .right .item {
  padding: 10px 5px 10px 50px;
}

.h-rate .right .item .title {
  font-size: 36px;
  color: var(--white);
  text-transform: uppercase;
  margin: 0 0 10px;
}

.h-rate .right .item .des {
  text-align: center;
  color: var(--white);
}

.h-rate .right .item .des p {
  font-size: 18px;
  line-height: 35px;
}

.h-rate .right .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: var(--white);
}

.h-rate .right .owl-nav .owl-prev svg {
  transform: scale(0.8);
}

.h-rate .right .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  color: var(--white);
}

.h-rate .right .owl-nav .owl-next svg {
  transform: scale(0.8);
}

/* home rate end */

/* home event  */
.h-event {
  padding: 60px 0 30px;
  background: var(--white);
}

.h-event .section-title {
  margin: 0 0 30px;
}

.h-event .section-thumb {
  width: 100%;
  margin: 0 0 30px;
}

.h-event .box-in {
  text-align: center;
}

.h-event .box-in .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text3);
  text-transform: uppercase;
  margin: 0 0 10px;
}

.h-event .box-in .des {
  margin: 0 0 10px;
}

.h-event .box-in .des p {
  font-size: 16px;
}

.h-event .box-in .link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: var(--theme);
  color: var(--white);
  text-transform: capitalize;
  padding: 12px 30px;
}

/* home event end  */

/* home gallery  */
.h-gallery {
  background-color: var(--white);
  padding: 30px 0;
}

.h-gallery .section-title {
  margin-bottom: 30px;
}

.h-gallery .g-item {
  position: relative;
}

.h-gallery .g-item .thumb.wrap-img {
  padding-bottom: 136.5%;
}

.h-gallery .g-item .text-box {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: var(--bg5);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.h-gallery .g-item .text-box .text-box-pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--white);
  padding: 38px 20px 28px;
  min-width: 148px;
  text-align: center;
  min-height: 168px;
}

.h-gallery .g-item .text-box .text-box-pos .title {
  font-size: 24px;
  margin: 0 0 25px;
  color: var(--white);
  text-transform: uppercase;
}

.h-gallery .g-item .text-box .text-box-pos .plus {
  color: var(--white);
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.h-gallery .g-item:hover .text-box {
  opacity: 1;
  visibility: visible;
}

.h-gallery .g-item .text-box .text-box-pos:hover {
  cursor: pointer;
}

/* home gallery end  */

/* footer  */
.footer {
  background-color: var(--bg1);
  padding: 50px 0 20px;
  color: var(--text2);
}

.footer .title {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 30px;
}

.footer .left .link {
  color: var(--text2);
  display: inline-block;
  margin: 0 0 10px;
  display: block;
}

.footer .left .link svg {
  margin: 0 10px 0 0;
  transform: translateY(2px);
}

.footer .left .link a {
  color: var(--text2);
  line-height: 26px;
}

.footer .left .link a:hover {
  color: var(--theme);
  line-height: 26px;
}

.footer .middle .link {
  color: var(--text2);
  margin: 0 0 20px;
  display: block;
  width: fit-content;
}

.footer .middle .link:hover {
  color: var(--theme);
}

.footer .right .link {
  color: var(--text2);
  margin: 0 0 20px;
  display: block;
  width: fit-content;
}

.footer .right .link:hover {
  color: var(--theme);
}

.footer .footer-social li {
  display: inline-block;
  margin-right: 25px;
}

.footer .footer-social a {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid var(--text2);
  position: relative;
}

.footer .footer-social a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.copyright {
  background-color: var(--bg3);
  padding: 5px 0;
}

.copyright p {
  color: var(--text2);
}

/* footer end */

/* side banenr  */
.side-banner {
  height: 400px;
  width: 100%;
}

.side-banner img {
  width: 100%;
  height: 100%;
}

/* side banenr end  */

/* contact  */
.contact-box {
  padding: 60px 0;
}

.contact-box .contact-form .contact-input {
  width: 100%;
  height: 35px;
  border: 1px solid var(--text3);
  padding: 0 15px;
  margin: 0 0 15px;
}

.contact-box .contact-form .contact-radio {
  -webkit-appearance: checkbox !important;
  width: 20px;
  height: 20px;
}

.contact-box .contact-form .rad-box {
  display: inline-block;
  margin-right: 10px;
}

.contact-box .contact-form .rad-box label {
  font-weight: 400;
  color: var(--text9);
  transform: translateY(-3px);
  font-size: 16px;
}

.contact-box .contact-form textarea {
  width: 100%;
  height: 135px;
  border: 1px solid var(--text3);
  padding: 10px 15px;
  margin: 0 0 15px;
  resize: none;
}

.contact-box .contact-form button {
  background: var(--theme);
  border: none;
  color: var(--white);
  padding: 5px 20px;
}

.contact-box .right .title {
  font-size: 30px;
  margin: 0 0 20px;
  color: var(--text8);
}

.contact-box .right p {
  font-size: 18px;
  color: var(--theme);
  margin-bottom: 10px;
}

.contact-box .right p a {
  font-size: 14px;
  color: var(--black);
}

.contact-box .right p a:hover {
  color: var(--theme);
}

.map {
  height: 500px;
  width: 100%;
}

.map iframe {
  height: 500px;
  width: 100%;
}

/* contact end */

/* book lich */
.book-content {
  padding: 60px 0;
  background: var(--white);
}

.book-content .step-box {
  border-radius: 4px;
  border: 1px solid var(--border2);
  margin-bottom: 30px;
}

.book-content .step-box .title {
  padding: 10px 15px;
  border-bottom: 1px solid var(--border2);
  background-color: var(--bg6);
  color: var(--text4);
}

.book-content .step-box .book-form-box {
  margin: 15px 0;
}

.book-content .step-box .book-form-box label {
  display: block;
  text-transform: capitalize;
  color: var(--text9);
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px;
}

.book-content .step-box .book-form-box input {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid var(--text3);
}

.book-content .step-box .book-form-box select {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid var(--text3);
}

.book-content .step-box textarea {
  width: 100%;
  height: 105px;
  padding: 10px 10px;
  border: 1px solid var(--text3);
  resize: none;
}

.book-content .step3 table th,
.book-content .step3 table td {
  padding: 8px;
  border: 1px solid var(--border2);
  vertical-align: top;
}

.book-content .step3 .table-title {
  color: var(--text9);
  text-decoration: underline;
  font-weight: 700;
}

.book-content .book-submit {
  background: var(--theme);
  padding: 10px 42px;
  color: var(--white);
  border: none;
  border-radius: 4px;
}

/* book lich end */

/* room list  */
.room-list {
  padding: 60px 0;
  background: var(--white);
}

.room-item {
  position: relative;
  margin-bottom: 20px;
}

.room-item .thumb.wrap-img {
  padding-bottom: 72%;
}

.room-item .text-box {
  border: 1px solid var(--border);
}

.room-item .text-box .name-box {
  padding: 10px 15px;
  border-bottom: 1px solid var(--border);
}

.room-item .text-box .pricebox {
  padding: 5px 15px;
}

.room-item .text-box .title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text3);
  margin: 0 0 10px;
  display: block;
  width: fit-content;
}

.room-item .text-box .title:hover {
  color: var(--text5);
}

.room-item .text-box .des {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
}

.room-item .text-box .pricebox .price {
  color: var(--text2);
  font-size: 15px;
  float: left;
}

.room-item .text-box .pricebox .price span {
  font-size: 24px;
  font-weight: 700;
  color: var(--text3);
}

.room-item .text-box .pricebox .link-to {
  float: right;
  text-transform: uppercase;
  color: var(--text5);
  text-decoration: underline;
  display: block;
  margin-top: 8px;
}

/* room list end */

/* room detail  */

/* product detail img slide  */
.dot-pdetail-box {
  border: 1px solid var(--border2);
}

.dot_item_detail .dot-pdetail-box {
  opacity: 0.7;
  transition: all .3s linear;
}

.dot_item_detail .dot-pdetail-box img {
  transition: all .3s linear;
}

.dot_item_detail.focus .dot-pdetail-box {
  opacity: 1;
}

.dot_item_detail.focus .dot-pdetail-box img,
.dot_item_detail:hover .dot-pdetail-box img {
  transform: translateY(-3px);
}

.img-thumb-detail {
  padding: 0;
  position: relative;
  /* bottom: 20px; */
  width: 100%;
  margin: 20px 0 0;
}

.product_dots_slide .owl-stage {
  margin: 0;
}

.big-thumb-detail .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  transition: all .2s linear;
  opacity: 0;
  visibility: hidden;
}

.big-thumb-detail .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  transition: all .2s linear;
  opacity: 0;
  visibility: hidden;
}

.sliderdetail-img-wrap:hover .owl-prev {
  left: 5px;
  opacity: 1;
  visibility: visible;
}

.sliderdetail-img-wrap:hover .owl-next {
  right: 5px;
  opacity: 1;
  visibility: visible;
}

.zoomer {
  position: relative;
}

.zoomer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zoomer .image {
  cursor: none;
  overflow: hidden;
  position: relative;
}

.zoomer .result {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  /* overflow: hidden; */
  transform: translate(-50%, -50%);
  pointer-events: none;
  top: 50%;
  left: 50%;
}

.zoomer .hide {
  display: none;
}

.room-detail {
  padding: 60px 0;
  background-color: var(--white);
}

.room-detail .product-detail-img.wrap-img,
.room-detail .dot-pdetail-box.wrap-img {
  padding-bottom: 72%;
}

.room-detail .right .title {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 15px;
  position: relative;
}

.room-detail .right .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 90px;
  background-color: var(--theme);
}

.featured-room .section-title {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

.featured-room .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 90px;
  background-color: var(--theme);
}

.froom-item .thumb.wrap-img {
  padding-bottom: 72%;
}

.froom-item .text {
  padding: 20px 15px;
}

.froom-item .text .title {
  color: var(--theme);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.featured-room {
  padding: 0 0 30px;
}

/* product detail img slide end */

/* room detail end */

/* meeting list */
.meeting-list {
  padding: 60px 0;
  background-color: var(--white);
}

.m-item {
  margin-bottom: 40px;
}

.m-item .thumb.wrap-img {
  padding-bottom: 66.7%;
}

.m-item .text {
  width: 400px;
  max-width: 100%;
  margin: 60px auto 0;
}

.m-item .text .title {
  font-size: 30px;
  color: var(--text3);
  font-weight: 700;
  margin: 0px 0 15px;
  display: block;
}

.m-item .text .des {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.m-item .text .des p {
  font-size: 16px;
}

.m-item .text .link {
  font-size: 16px;
  color: var(--theme);
}

/* meeting list end */

/* meeting detail  */
.meeting-detail {
  padding: 60px 0 30px;
  background-color: var(--white);
}

.meeting-detail .section-title {
  text-transform: unset;
  font-size: 30px;
  color: var(--theme);
  margin: 0 0 30px;
}

.featured-meeting {
  padding: 30px 0 60px;
  background-color: var(--white);
}

.featured-meeting .section-title {
  font-size: 24px;
  text-align: left;
  padding: 0 0 5px;
  margin: 0 0 20px;
  position: relative;
}

.featured-meeting .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 90px;
  background-color: var(--theme);
}

.fmeeting-item .thumb.wrap-img {
  padding-bottom: 66.7%;
}

.fmeeting-item .text {
  padding: 20px 10px 10px;
  background: var(--bg7);
  text-align: center;
}

.fmeeting-item .text .title {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--text6);
  line-height: 30px;
}

.fmeeting-item .text .des {
  margin: 0 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 62px;
}

.fmeeting-item .text .link {
  color: var(--text7);
  font-size: 18px;
  text-transform: capitalize;
}

/* meeting detail end */

/* tour list  */
.tour-list {
  padding: 60px 0;
  background-color: var(--white);
}

.tour-item {
  position: relative;
  margin-bottom: 30px;
}

.tour-item .thumb.wrap-img {
  padding-bottom: 60%;
}

.tour-item .text {
  position: relative;
  margin-top: -30px;
  background-color: var(--white);
  opacity: 1;
  width: calc(100% - 30px);
  margin-left: 15px;
  padding: 30px 10px 10px;
  box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
  text-align: center;
}

.tour-item .text .title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--text3);
}

.tour-item .text .title:hover {
  color: var(--theme);
}

.tour-item .text .des {
  margin: 0 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tour-item .text .link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  color: var(--text3);
  border: 1px solid var(--text3);
  padding: 7px 25px;
}

.tour-item .text .link:hover {
  background: var(--text3);
  color: var(--white);
}

/* tour list end */

/* .tour detail  */
.tour-detail .nav-tabs {
  width: fit-content;
  margin: 0 auto;
  border: none;
  border-radius: 0;
}

.tour-detail .nav-tabs>li {
  float: left;
  margin-bottom: -1px;
  border: 1px solid var(--border);
  border-radius: 0;
}

.tour-detail .nav-tabs>li a {
  color: var(--text8) !important;
}

.tour-detail .nav-tabs>li.active>a,
.tour-detail .nav-tabs>li.active>a:focus,
.tour-detail .nav-tabs>li.active>a:hover {
  border: none;
  border-radius: 0;
  /* border-top: 2px solid var(--text5); */
}

.tour-detail .nav-tabs>li.active {
  border-radius: 0;
  border-top: 2px solid var(--text5);
}

.tour-detail .nav-tabs>li>a:hover {
  background-color: var(--white);
}

.tour-detail {
  padding: 60px 0;
  background-color: var(--white);
}

.tour-detail .text .title {
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--black);
}

.tour-detail .text .des p {
  color: var(--text8);
}

.tour-tab {
  margin-top: 30px;
}

.tour-tab .tab-content {
  padding: 30px 0;
}

.tour-tab .tourdetail-mota2 img {
  margin: 0 15px 30px;
  display: inline-block;
  width: calc((100% - 100px) / 3);
  vertical-align: top;
}

.tour-tab .link-booking {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid var(--theme);
  color: var(--theme);
  padding: 10px 22px;
  text-transform: capitalize;
}

.tour-tab .link-booking:hover {
  background-color: var(--theme);
  color: var(--white);
}

.tour-tab .tourdetail-mota .tourdetail ul {
  width: 100%;
}

.tour-tab .tourdetail-mota .tourdetail ul li a {
  display: block;
  border: 1px solid var(--border3);
  padding: 12px 15px;
  border-top: none;
}

.tour-tab .tourdetail-mota .tourdetail button {
  width: 100%;
  height: 45px;
  border: 1px solid var(--border3);
  background: transparent;
  text-align: left;
  padding: 0 15px;
  position: relative;
}

.tour-tab .tourdetail-mota .tourdetail button svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
}

/* .tour detail end */

/* btn fix  */
.btn-whatsapp {
  position: fixed;
  left: 30px;
  bottom: 30px;
}

.btn-whatsapp .btn-wa-open {
  display: block;
  background-color: var(--bg2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-whatsapp .btn-wa-open svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-fixed {
  position: fixed;
  right: 15px;
  bottom: 30px;
  text-align: center;
  z-index: 10;
}

.btn-fixed .to_top {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--theme);
  position: relative;
  margin: 15px auto 0;
  opacity: 0;
  visibility: hidden;
}

.btn-fixed .to_top.scroll {
  opacity: 1;
  visibility: visible;
}

.btn-fixed .to_top:hover {
  opacity: 0.8;
}

.btn-fixed .to_top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}

.btn-fixed .fix-lich2 {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  margin: 10px auto 0;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
}

.btn-fixed .fix-lich2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-fixed .fix-lich2:hover {
  opacity: 0.8;
}

.btn-fixed.scroll .fix-lich2 {
  opacity: 1;
  visibility: visible;
}

/* btn fix end */

/* toiuu  */

.toiuu .owl-carousel {
  display: block;
}

.toiuu .item {
  display: none;
}

.toiuu .item:first-child {
  display: block !important;
}

/* toiuu end */

/* current category  */
.page-about {
  padding: 60px 0;
  background-color: var(--white);
}

.page-about .section-title {
  font-size: 30px;
  text-transform: unset;
  margin: 0 0 30px;
  color: var(--theme);
}

.page-about .content p {
  margin-bottom: 10px;
}

/* current category end */

/* booking tour  */
.booking-tour {
  padding: 60px 0;
  background-color: var(--white);
}

.booking-tour .section-title {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.booking-tour .btour-box {
  margin-bottom: 20px;
}

.booking-tour .left {
  text-align: right;
}

.booking-tour .btour-box label {
  margin: 0;
  line-height: 34px;
}

.booking-tour .right select {
  height: 34px;
  border: 1px solid var(--border3);
  padding: 0 20px;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
}

.booking-tour .right input {
  width: 100%;
  height: 34px;
  border: 1px solid var(--border3);
  border-radius: 4px;
  padding: 0 10px;
}

.booking-tour .right input:focus {
  border: 1px solid var(--text);
}

.booking-tour .right textarea {
  width: 100%;
  height: 100px;
  border: 1px solid var(--border3);
  border-radius: 4px;
  padding: 10px 10px;
  resize: none;
}

.booking-tour .right textarea:focus {
  border: 1px solid var(--text);
}

.booking-tour .right .booking-submit {
  border: none;
  background: var(--theme);
  color: var(--white);
  padding: 10px 30px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

/* booking tour end */

@media only screen and (max-width: 1280px) {
  .h-hotel-room .owl-nav .owl-prev {
    left: -15px;
  }

  .h-hotel-room .owl-nav .owl-next {
    right: -15px;
  }

  .h-rate .right .item {
    padding: 10px 20px 10px 20px;
  }

  .h-rate .right .owl-nav .owl-next {
    right: 0;
  }

  .home-banner .banner-book .left .nav {
    display: none;
  }

  .home-banner .item {
    height: 500px;
  }

  .home-banner .item img {
    height: 500px;
  }

  .home-banner {
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .header .menu-mb-btn {
    display: block;
  }

  .header .parent-menu {
    display: none;
  }

  .header .top {
    padding: 5px 0 0;
    margin-bottom: 10px;
  }

  .header .lang a {
    padding: 5px 0px 0 5px;
  }

  .header {
    min-height: 80px;
    height: unset;
  }
}

@media only screen and (max-width: 991px) {
  .booking-tour .left {
    text-align: left;
  }

  .home-banner {
    height: unset;
  }

  .m-item .text {
    text-align: center;
    margin: 20px auto 0;
  }

  .home-banner .banner-book {
    position: relative;
    height: unset;
    padding-bottom: 30px;
  }

  .home-banner .banner-book .left::after {
    width: 120%;
    right: -15px;
    z-index: -1;
  }

  .home-banner .banner-book .right {
    margin: 25px 0 0 0px;
    height: 40px;
    padding: 4px 0 0;
  }

  .home-banner .banner-book .middle .cus-col-mb {
    padding-right: 0;
    padding-left: 0;
  }

  .contact-box .left {
    margin-bottom: 30px;
  }

  .contact-box .right .title {
    font-size: 24px;
  }

  .contact-box {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .mb-on7 {
    display: block !important;
  }

  .mb-off7 {
    display: none !important;
  }

  .home-banner .owl-nav .owl-prev {
    left: 15px;
    width: 40px;
    height: 40px;
  }

  .home-banner .owl-nav .owl-prev svg {
    transform: translate(-50%, -50%) scale(0.5);
  }

  .home-banner .owl-nav .owl-next {
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .home-banner .owl-nav .owl-next svg {
    transform: translate(-50%, -50%) scale(0.5);
  }

  .home-about .left {
    margin-bottom: 30px;
  }

  .h-our-service .box-in {
    margin-bottom: 20px;
  }

  .h-rate::after {
    display: none;
  }

  .h-rate .left {
    background-color: var(--bg1);
    position: relative;
    margin: 0 0 30px;
  }

  .h-rate .left::after {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 60px);
    position: absolute;
    top: -30px;
    left: -15px;
    background-color: var(--bg1);
    z-index: -1;
  }

  .h-rate .right {
    padding: 30px 0 0;
  }

  .h-event .box-in {
    margin-bottom: 30px;
  }

  .h-event .box-in .link {
    padding: 8px 20px;
  }

  .tour-detail .thumb {
    margin-bottom: 20px;
  }

  .tour-tab .tourdetail-mota2 img {
    width: calc((100% - 70px) / 2);
  }
}

.hack {
  opacity: 0;
  visibility: visible;
}