﻿@charset "UTF-8";
@font-face { font-family: "SVN-Gilroy"; src: url("../font/Font_Gilroy/SVN-Gilroy.eot"); src: url("../font/Font_Gilroy/SVN-Gilroy.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-Gilroy.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-Gilroy.woff") format("woff"), url("../font/Font_Gilroy/SVN-Gilroy.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "SVN-Gilroy"; src: url("../font/Font_Gilroy/SVN-GilroySemiBold.eot"); src: url("../font/Font_Gilroy/SVN-GilroySemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-GilroySemiBold.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-GilroySemiBold.woff") format("woff"), url("../font/Font_Gilroy/SVN-GilroySemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "SVN-Gilroy"; src: url("../font/Font_Gilroy/SVN-GilroyLight.eot"); src: url("../font/Font_Gilroy/SVN-GilroyLight.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-GilroyLight.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-GilroyLight.woff") format("woff"), url("../font/Font_Gilroy/SVN-GilroyLight.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "SVN-Gilroy"; src: url("../font/Font_Gilroy/SVN-GilroyBold.eot"); src: url("../font/Font_Gilroy/SVN-GilroyBold.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-GilroyBold.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-GilroyBold.woff") format("woff"), url("../font/Font_Gilroy/SVN-GilroyBold.ttf") format("truetype"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: "SVN-Gilroy"; src: url("../font/Font_Gilroy/SVN-GilroyMedium.eot"); src: url("../font/Font_Gilroy/SVN-GilroyMedium.eot?#iefix") format("embedded-opentype"), url("../font/Font_Gilroy/SVN-GilroyMedium.woff2") format("woff2"), url("../font/Font_Gilroy/SVN-GilroyMedium.woff") format("woff"), url("../font/Font_Gilroy/SVN-GilroyMedium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
html { font-size: 62.5%; }

body { font-family: "SVN-Gilroy", sans-serif; font-size: 1.6rem; line-height: 1.47059; font-weight: 400; background-color: #fff; color: #212529; overflow-x: hidden; scroll-behavior: smooth; }

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 1.5rem; font-weight: 600; line-height: 1.2; color: #481267; }

h1, .h1 { font-size: 5rem; }

h2, .h2 { font-size: 3.8rem; }

h3, .h3 { font-size: 3.2rem; }

h4, .h4 { font-size: 2.2rem; }

h5, .h5 { font-size: 2rem; }

h6, .h6 { font-size: 1.6rem; }

h1.title { text-transform: uppercase; }

a { text-decoration: none; color: inherit; }

a:hover { text-decoration: none; }

button { border: 0; background-color: transparent; font-weight: 500; }

button:hover, button:focus { outline: none; box-shadow: none; border: 0; }

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

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

.bg-gray { background-color: #f7f7f7; }

.bg-darkgray { background-color: #f0f0f5; }

.bg-yellow { background-color: #faa61a; }

.bg-gradient { background: linear-gradient(45deg, #481267, #70209f, #f02382); }

.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; border-radius: 0; font-size: 1.6rem; text-decoration: none; text-transform: uppercase; letter-spacing: 0.07em; padding: 0.75rem 1.5rem; }

.section { padding: 6rem 0; overflow: hidden; }

.section__head { margin-bottom: 3rem; }

.section__title { font-size: 4.2rem; font-family: sans-serif; margin-bottom: 1.5rem; text-transform: uppercase; }

.section__subtitle { font-size: 1.6rem; color: #000; font-weight: 400; }

.section__text { line-height: 2.8rem; color: #666; font-size: 1.5rem; text-align: justify; }

.section__link { margin-top: 3rem; text-align: center; }

.btn-link { position: relative; text-transform: uppercase; display: inline-block; padding: 0; transition: background 0.6s; background: linear-gradient(45deg, #481267, #70209f, #f02382); color: #fff; font-weight: 600; border-radius: 5px; }

.btn-link::after, .btn-link::before { position: absolute; content: ""; height: 0%; width: 2px; background-color: #481267; transition: all 500ms ease; }

.btn-link::after { left: 0; bottom: 0; transition: all 500ms ease; }

.btn-link::before { right: 0; top: 0; transition: all 500ms ease; }

.btn-link:hover { text-decoration: none; background: transparent; color: #481267; transition: all 500ms ease; }

.btn-link:hover::before, .btn-link:hover::after { transition: all 500ms ease; height: 100%; }

.btn-link_inner { padding: 0.8rem 2rem; position: relative; width: 100%; height: 100%; z-index: 1; display: flex; justify-content: center; align-items: center; }

.btn-link_inner::before, .btn-link_inner::after { position: absolute; content: ""; background-color: #481267; height: 2px; width: 0%; transition: all 500ms ease; }

.btn-link_inner::before { left: 0; top: 0; width: 0%; transition: all 500ms ease; }

.btn-link_inner::after { right: 0; bottom: 0; transition: all 500ms ease; }

.btn-link_inner:hover::before, .btn-link_inner:hover::after { width: 100%; }

.section-btn { margin: 2.5rem 0; }

.btn-trans { background: linear-gradient(45deg, #481267, #70209f, #f02382); border: 0; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 5px; box-shadow: 0px 5px 3px #00000065; transition: all 0.2s; }

.btn-trans:hover { color: #fff; transform: translateY(5px); transition: all 0.4s; box-shadow: 0px 3px 3px #00000065; }

.show-tablet { display: none; }

.show-mobile { display: none; }

ul { margin-bottom: 0; }

.text-red { color: red; }

.note { font-size: 1.2rem; }

.form-control { font-size: 1.6rem; height: calc(1.5em + 1rem + 4px); }

.visuallyhidden { position: absolute; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(0px 0px 99.9% 99.9%); overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; }

.header { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; font-size: 1.5rem; }

.header.bg .header__bg { opacity: 1; visibility: visible; height: 100%; transition: all 0.5s; }

.header.bg .nav__link { color: #481267; transition: all 0.5s; }

.header.bg .lang-menu { color: #481267; }

.header.bg .header__logo img { display: none; }

.header.bg .header__logo .logo-hover { display: inline-block; }

.header.bg .menu-bar { color: #481267; }

.header.bg span.effect { opacity: 1; visibility: visible; transition: all 0.3s ease; }

.header.Freeze { box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08); }

.header.Freeze .header__bg { opacity: 1 !important; visibility: visible !important; height: 100% !important; transition: all 0.5s; background-color: #fff; }

.header.Freeze .header__logo { width: 90%; transition: all 0.5s; }

.header.Freeze .header__logo img { display: none; width: 6vw; transition: all 0.5s; }

.header.Freeze .header__logo .logo-hover { display: inline-block; }

.header.Freeze .nav__link { padding: 2rem 1.3rem; font-size: 1.45rem; color: #481267 !important; }

.header.Freeze .lang-menu { color: #481267 !important; }

.header.Freeze .lang-icon { display: none; }

.header.Freeze .header__book { display: flex; }

.header.Freeze .menu-bar { color: #481267 !important; }

.header.Freeze span.effect { opacity: 1; visibility: visible; transition: all 0.3s ease; }

.header__bg { position: absolute; top: 0; left: 0; right: 0; height: 0px; background: rgba(255, 255, 255, 0.85); opacity: 0; z-index: -1; visibility: hidden; transition: all 0.3s ease; }

.header .row { margin: 0; }

.header [class*="col-"] { padding: 0; }

.header__logo { width: 100%; height: 100%; }

.header__logo a { display: block; text-align: right; }

.header__logo img { width: 7vw; margin-right: 4vw; padding: 8px; }

.header__logo img:not(.logo-hover) { background: #301258; }

.header__logo .logo-hover { display: none; width: 7vw; padding: 2px; }

.header__line { position: absolute; bottom: 0; left: 0; height: 2px; background-color: #faa61a; }

.header__right { position: relative; display: flex; align-items: center; width: 100%; height: 100%; }

.header__nav { position: relative; height: 100%; }

.header__logo-m { text-align: center; margin-bottom: 3rem; }

.header__logo-m img { width: 24vw; }

.header__close { position: absolute; top: 10px; right: 10px; z-index: 3; width: 4rem; height: 4rem; background: #481267; color: #fff; border-radius: 3px; }

.header__close span { position: absolute; top: 0; right: 0; bottom: 0; left: 0; font-size: 2.6rem; display: flex; align-items: center; justify-content: center; }

.header__more { margin-left: 3rem; display: flex; align-items: center; }

.header__book { display: none; margin-left: 1.6rem; }

.header__btn { position: relative; background: #481267; padding: 3px; font-size: 1.5rem; text-transform: uppercase; font-weight: 600; width: 140px; height: 40px; min-width: 110px; overflow: hidden; border: 0; }

.header__btn:hover { color: #fff; background: #faa61a; transition: all 0.3s ease; }

.header__btn:hover span { background: linear-gradient(135deg, #481267, #70209f, #f02382); }

.header__btn::before { content: ""; position: absolute; left: 0; width: 150%; height: 100%; opacity: 1; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.671) 40%, rgba(255, 255, 255, 0.466) 60%, rgba(255, 255, 255, 0) 100%); transform-origin: center center; z-index: 10; animation: mask-ani 6s infinite; }

.header__btn::after { content: ""; position: absolute; left: 0; width: 200%; height: 15px; opacity: 0; background: #fff; transform-origin: center center; z-index: 1; animation: mask-border-ani 6s infinite; }

.header__btn span { position: relative; z-index: 5; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: #faa61a; color: #fff; }

.header__phone { display: none; background-color: #481267; color: #fff; }

.header__phone:hover { color: #fff; }

.header__phone span { animation: ring-phone 1s 1s infinite; }

@keyframes mask-ani { 0% { transform: rotate(-26deg) translate(-20px, -100px); }
  70%,
  100% { transform: rotate(-26deg) translate(-20px, 50px); } }
@keyframes mask-border-ani { 0% { opacity: 0.8; transform: rotate(-26deg) translate(-56px, -100px); }
  70%,
  100% { opacity: 0.8; transform: rotate(-26deg) translate(-56px, 50px); } }
@keyframes ring-phone { 0% { transform: rotate(0) scale(1) skew(1deg); }
  10% { transform: rotate(-25deg) scale(1) skew(1deg); }
  20% { transform: rotate(25deg) scale(1) skew(1deg); }
  30% { transform: rotate(-25deg) scale(1) skew(1deg); }
  40% { transform: rotate(25deg) scale(1) skew(1deg); }
  50% { transform: rotate(0) scale(1) skew(1deg); }
  100% { transform: rotate(0) scale(1) skew(1deg); } }
.lang-menu { width: 100%; color: #fff; position: relative; }

.lang-menu:hover .lang-btn { color: #faa61a; }

.lang-menu:hover .lang-icon { color: #faa61a; }

.lang-menu.active .lang__drop { display: block; }

.lang-btn { cursor: pointer; padding-left: 1.5rem; border-left: 2px solid; }

.lang-icon { padding-left: 5rem; }

.lang__drop { display: none; position: absolute; top: 100%; left: 0; width: 100px; margin-top: 12px; background: #481267; }

.lang__item { display: block; color: #fff; padding: 0.25rem 1.5rem; }

.lang__item:hover { background-color: #faa61a; color: #fff; }

.arow-icon { margin-left: 4px; }

.nav-menu { width: 100%; height: 100%; list-style: none; padding-left: 0rem; display: flex; align-items: center; position: relative; }

.nav-menu span.effect { position: absolute; left: 2rem; bottom: 0; width: 0; height: 3px; background-color: #481267; transition: all 0.3s ease; opacity: 0; visibility: hidden; }

.nav__item { position: relative; }

.nav__item:hover .nav__child { opacity: 1; visibility: visible; transform: scale(1); transition: all 0.3s ease-out; }

.nav__item:hover .nav__link { transition: all 0.5s ease-out; }

.nav__link { display: block; padding: 2.7rem 1.5rem; text-transform: uppercase; font-size: 1.5rem; color: #fff; font-weight: 600; }

.nav__plus { display: none; position: absolute; padding-top: 1.8rem; top: 0; right: 0; color: #481267; font-size: 2rem; }

.nav__child { opacity: 0; visibility: hidden; position: absolute; top: 100%; left: 0; min-width: 230px; background: rgba(255, 255, 255, 0.85); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); transform: scaleY(0.2); transform-origin: 100% 0%; transition: all 0.2s ease; padding-left: 0; z-index: 1000; list-style: none; }

.nav__child li { position: relative; }

.nav__child li:hover .nav__sub { opacity: 1; visibility: visible; transform: scale(1); transition: all 0.3s ease-out; }

.nav__child li:hover > a { text-decoration: underline; }

.nav__child a { display: block; padding: 0.8rem 1.5rem; color: #481267; font-weight: 600; }

.nav__sub { opacity: 0; visibility: hidden; transform: scaleY(0.2); transform-origin: 100% 0%; transition: all 0.2s ease; position: absolute; top: 0; left: 100%; min-width: 230px; background: rgba(255, 255, 255, 0.85); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); padding-left: 0; z-index: 1001; list-style: none; }

.menu-bar { margin-right: 4rem; color: #fff; font-size: 2.5rem; }

.banner { position: relative; overflow: hidden; }

.banner::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background: rgba(0, 0, 0, 0.1); }

.banner__img img { height: 100vh; }

.banner-page .banner__img img { height: 70vh; }

.circle-loading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); width: 180px; height: 180px; z-index: 10; transition: all 0.5s ease; opacity: 0; }

.circle-loading.show { opacity: 1; transform: translate(-50%, -50%) scale(1); transition: all 1.5s ease; }

.progress-circle { position: relative; }

.progress-circle svg { position: absolute; transform: rotate(-90deg); fill: none; }

.progress-circle circle { opacity: 0.3; stroke: #fff; stroke-width: 5; }

.progress-circle circle.bar { stroke: #fff; opacity: 1; stroke-dasharray: 534; stroke-dashoffset: 534; stroke-linecap: round; transition: stroke-dashoffset 0.5s; }

#canvas { transform: rotate(90deg); position: absolute; top: 3px; left: -2px; }

.circle-location { position: absolute; z-index: 2; cursor: pointer; border-radius: 50%; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); transition: fill 0.25s, border 0.25s, transform 0.25s; transform: scale(1); fill: #fff; }

.locations-6 .location-1 { top: 0; left: 48%; }

.locations-6 .location-2 { top: 24.5%; right: 6%; }

.locations-6 .location-3 { right: 7%; bottom: 23.5%; }

.locations-6 .location-4 { bottom: 0; left: 48%; }

.locations-6 .location-5 { bottom: 23.5%; left: 7%; }

.locations-6 .location-6 { top: 24.5%; left: 7%; }

.circle-location:hover, .circle-location.is-active, .circle-location.is-fill { border: 1px solid #7c0b9eda; fill: #481267; }

.locations-listing { position: absolute; top: 0; right: 0; left: -10px; width: 200px; margin: auto; }

.locations-listing .location-1 { top: 3px; right: -100px; }

.locations-listing .location-2 { top: 50px; right: -170px; }

.locations-listing .location-3 { top: 130px; right: -170px; }

.locations-listing .location-4 { top: 172px; right: -100px; }

.locations-listing .location-4 .locations-listing__text { top: 100%; bottom: auto; }

.locations-listing .location-5 { top: 130px; left: -170px; }

.locations-listing .location-5 .locations-listing__text { text-align: left; }

.locations-listing .location-6 { top: 50px; left: -170px; }

.locations-listing .location-6 .locations-listing__text { text-align: left; }

.circle-bubble { position: absolute; display: block; width: 12px; height: 12px; margin: auto; border: 1px solid #fff; border-radius: 50%; animation: bubbling 1.5s infinite; }

.circle-bubble.is-active { border: 1px solid #481267; }

@keyframes bubbling { from { opacity: 1; transform: scale(1); }
  to { opacity: 0.1; transform: scale(2); } }
.locations-listing__item { position: absolute; width: 100%; }

.locations-listing__item:before { display: block; width: 100%; height: 3px; content: ""; background: #faa61a; transition: transform 0.25s ease-in; transform: scaleX(0); }

.locations-listing .locations-listing__item.is-active:before, .locations-listing .locations-listing__item.is-show:before { transform: scaleX(1); }

.locations-listing__item .locations-listing__text { width: 100%; min-width: 100%; margin: 5px 0; line-height: 1.2; opacity: 0; transition: opacity 0.25s ease-in 0.25s, transform 0.25s ease-in 0.25s; transform: translateY(-10px); position: absolute; right: 0; bottom: 0; text-align: right; color: #fff; font-size: 2.2rem; text-transform: uppercase; font-weight: 800; text-shadow: 0px 0px 1px #000; }

.locations-listing__item.is-active .locations-listing__text, .locations-listing__item.is-show .locations-listing__text { opacity: 1; transform: translateY(0); }

.quick_search { position: relative; margin-top: -10rem; z-index: 100; margin-bottom: 8rem; }

.quick_search.aos-animate { animation: zoom_in 1s; }

@keyframes zoom_in { from { opacity: 0; -webkit-transform: scale3d(0.6, 0.6, 0.6); transform: scale3d(0.6, 0.6, 0.6); }
  50% { opacity: 1; } }
.qs-wp { box-shadow: 0px 2px 5px rgba(3, 18, 26, 0.15); font-size: 1.5rem; }

.qs-row { min-height: 28.3rem; margin-right: 0px; margin-left: 0px; }

.qs-col { padding-right: 0px; padding-left: 0px; }

.qs-left { background-color: #481267; color: #fff; border-radius: 6px 0 0 6px; overflow: hidden; width: 100%; height: 100%; position: relative; }

.qs-left i { color: #faa61a; min-width: 3rem; }

.qs__item { display: block; width: 100%; }

.qs__item .qs__link { border-radius: 0; }

.qs__link { padding: 1rem 1.5rem; font-size: 1.6rem; font-weight: 500; }

.qs__link.active { background-color: #faa61a !important; color: #fff; }

.qs__link.active i { color: #481267; }

.qs__link:hover { background-color: #b1b1b1c4; color: #fff; }

.qs-arrow { position: absolute; top: 0; bottom: 0; left: 0; width: 1.5rem; cursor: pointer; display: flex; justify-content: center; align-items: center; z-index: 10; }

.qs-right { position: relative; background-color: #941cba; padding: 3.8rem 0 0 1.5rem; color: #fff; width: 100%; height: 100%; }

.qs-right label { color: #333; font-weight: 600; margin-bottom: 0.8rem; }

.qs__box { width: 100%; height: 100%; background-color: #fff; padding: 3rem 1.5rem 1.5rem 1.5rem; }

.qs__control-wp { display: flex; align-items: center; border: 1px solid #cdd0d1; border-radius: 5px; overflow: hidden; }

.qs__control-wp i { padding: 0 0.4rem 0 0.8rem; color: #481267; }

.qs__group { margin-bottom: 3rem; position: relative; }

.qs__control { border: 0; }

.qs__control:focus { outline: 0; box-shadow: none; }

.qs__btn { width: 100%; height: 100%; display: flex; align-items: flex-end; }

.qs__btn button { margin-bottom: 3rem; background: linear-gradient(45deg, #481267, #70209f, #f02382); border: 0; z-index: 1; }

.qs_toggle { padding: 1.5rem; display: flex; justify-content: space-between; align-items: center; }

.pay-checkin a { color: #481267; font-weight: 600; }

.pay-checkin a:hover { color: #481267; text-decoration: underline; }

.disabled { pointer-events: none; opacity: 0.5; }

.btn-action { width: 100%; color: #fff; border-radius: 5px; font-weight: 500; background: transparent; cursor: pointer; transition: all 0.3s; position: relative; display: inline-block; outline: none; box-shadow: inset 2px 2px 2px 0px #ffffff80, 7px 7px 20px 0px #0000001a, 4px 4px 5px 0px #0000001a; }

.btn-action:hover { color: #fff; box-shadow: 4px 4px 6px 0 #ffffff80, -4px -4px 6px 0 #747d8880, inset -4px -4px 6px 0 #ffffff33, inset 4px 4px 6px 0 #00000066; }

.br-control { border: 0; text-align: left; position: relative; }

.br-control:focus { outline: none; box-shadow: none; border: 0; }

.br-control::before { content: ""; position: absolute; left: -30px; top: 0; width: 30px; bottom: 0; z-index: 1; }

.number { font-weight: 600; }

.br-dropdown { position: absolute; top: 100%; left: 0; width: 100%; width: 300px; z-index: 100; padding: 3rem 2rem 0 2rem; background: #481267; color: #fff; box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.1); opacity: 0; visibility: hidden; transform: scale(0.8); }

.br-dropdown i { padding: 0; }

.br-dropdown .note { color: #ddd; }

.trigger .br-dropdown { opacity: 1; visibility: visible; transform: scale(1); transition: all 0.3s ease; }

.br-dropdown .qty-label { display: block; margin-bottom: 0; line-height: 1.33; letter-spacing: 0.05em; color: #fff; }

.br-close { position: absolute; top: 0; right: 0; width: 2.2rem; height: 2.2rem; background: #faa61a; color: #fff; transition: background 0.3s; display: flex; justify-content: center; align-items: center; cursor: pointer; }

.br-adult, .br-child { padding: 0 0px; }

.qty > * { margin-bottom: 2.5rem; }

.qty-group { display: flex;align-items: center;width: 115px;max-width: 180px; width: 125px; }

.qty-btn { background: transparent; cursor: pointer; flex: 0 0 2.5rem; width: 2.5rem; height: 2.5rem; transition: background 0.3s; display: flex; justify-content: center; align-items: center; border: 1px solid #fff;border-radius: 100%;font-size: 10px;}

.qty-btn i { color: #fff; }

.qty-input { width: 100%; text-align: center; border: 0; border-radius: 0; outline: 0; background: transparent;color: #fff;}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

input[type="number"] { -moz-appearance: textfield; }

.select2-search--dropdown { padding: 10px; }

.select2-search__field { border-radius: 5px; }

.select2-search__field:focus, .select2-search__field:active { outline: 0; }

.select2-container .select2-selection--single { height: calc(1.5em + 1rem + 4px); }

.select2-container--default .select2-selection--single .select2-selection__rendered { height: 100%; line-height: calc(1.5em + 1rem + 4px); }

.select2-container--default .select2-selection--single { border: 0; }

.select2-results { background-color: #481267; font-size: 1.5rem; }

.select2-container--default .select2-results__group { font-weight: 600; }

.select2-results__option { color: #fff; }

.select2-container--default .select2-results__option--selected { background-color: #faa61a; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #faa61a; color: #fff; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: calc(1.5em + 1rem + 4px); }

.tab-mobile { padding: 1.5rem; }

.section-benfit { background: linear-gradient(-45deg, #df4781, #b18fd5, #70209f, #481267, #471267); background-size: 150% 150%; animation: gradients 10s ease-in-out infinite; }

.benefit__item { text-align: center; }

.benefit__item:hover .benefit__img i { animation: bounceIn 1.5s both; color: #fff; }

.benefit__img { margin-bottom: 2rem; }

.benefit__img i { cursor: pointer; font-size: 7rem; color: #faa61a; }

.benefit__text { color: #fff; font-weight: 500; }

@keyframes gradients { 0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; } }
.section-about { position: relative; }

.section-about .bg_about_hotel { position: absolute; height: 100%; bottom: 0; right: 0; width: 40%; z-index: 0; display: none; }

.about-home { position: relative; }

.about__item { width: 100%; height: 100%; }

.about__item .row { width: 100%; height: 100%; margin-right: 1px; margin-left: 1px; }

.about__item:hover .img-hover { transform: translateX(0); transition: all 0.5s ease; }

.about__item:hover .img-defaut { opacity: 0; visibility: hidden; transition: all 0.5s; }

.about__item .section__title { display: inline-block; background-image: linear-gradient(45deg, #481267, #7e5db8, #f02382); color: transparent; -webkit-background-clip: text; background-clip: text; }

.about__right [class*="col-"] { padding-left: 1px; padding-right: 1px; }

.about__img { position: relative; overflow: hidden; width: 100%; height: 100%; }

.about-col .img-hover { background-position: left center; }

.about-col:nth-child(2) .img-hover { background-position: 99% center; }

.img-inner { width: 99%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }

.img-defaut { transition: all 0.5s; }

.img-hover { position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform: translateX(-105%); transition: all 0.5s ease; }

.section-offer { background-color: #f7f7f7; }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 150px); gap: 1rem 1rem; }

.offer-grid .offer__item:first-child { grid-column: 1/4; grid-row: 1/4; }

.offer-right .offer__item { margin-bottom: 1rem; height: 150px; }

.offer__head { margin-bottom: 4rem; }

.offer__subtitle h4 { font-size: 2rem; font-weight: 600; border-left: 3px solid #faa61a; padding-left: 0.8rem; text-transform: uppercase; }

.offer__item { width: 100%; height: 100%; position: relative; overflow: hidden; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.233); }

.offer__item:hover { box-shadow: 0px 8px 10px #00000080; transition: all 0.3s; }

.offer__item:hover::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0); }

.offer__item:hover .offer__link { transition: all 0.5s; transform: translateY(0px); }

.offer__item::before { position: absolute; top: 0; left: 0; width: 136%; height: 20%; z-index: 5; background: rgba(255, 255, 255, 0.384); content: ""; transition: transform 0.5s; transform: scale3d(1.9, 1.2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0); }

.offer__img { width: 100%; height: 100%; overflow: hidden; }

.offer__img img { height: 100%; }

.offer__link { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; z-index: 2; transition: all 0.5s; transform: translateY(60px); }

.offer__link:hover a { background: linear-gradient(45deg, #481267, #f02382, #70209f); color: #fff; transition: all 0.5s ease; }

.offer__link a { display: inline-block; background: linear-gradient(45deg, #481267, #70209f, #f02382); border: 0; color: #fff; transition: all 0.5s ease; border-radius: 3px; padding: 0.4rem 1.5rem; font-weight: 600; font-size: 1.5rem; margin-bottom: 1.5rem; }

.btn-linear { color: #faa61a; background: linear-gradient(90deg, #481267, #481267, #f02382); border: 1px solid transparent; transition: all 0.5s ease; border-radius: 5px; }

.btn-linear:hover { color: #fff; background: linear-gradient(90deg, #481267, #f02382, #481267); transition: all 0.5s ease; }

.rate-star { color: #faa61a; }

.btn-effect { position: relative; transition: padding 0.25s linear; border-radius: 3px; background: linear-gradient(45deg, #481267, #70209f, #f02382); }

.btn-effect:hover { padding-right: 4rem; }

.btn-effect:hover i { opacity: 1; transform: translateY(-50%); }

.btn-effect i { transition: 0.25s ease; opacity: 0; position: absolute; top: 50%; right: 1.2rem; transform: translateY(-50%); color: #fff !important; }

.owl-theme .owl-nav [class*="owl-"] { display: inline-block; vertical-align: middle; width: 5rem; height: 5rem; border: 0; border-radius: 100%; background: #fff !important; color: #481267 !important; appearance: none; transition: all 0.4s; font-size: 2rem !important; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14); }

.banner-slider .owl-dots { position: absolute; bottom: 1rem; right: 1.5rem; margin-top: 0; }

.owl-theme .owl-dots { text-align: right; }

.owl-theme .owl-dots .owl-dot span { background: #faa61a; transition: all 0.3s ease; width: 8px; height: 8px; margin: 5px 5px; }

.owl-theme .owl-dots .owl-dot.active span { transform: scale(2); background: #faa61a; transition: all 0.3s ease; }

.owl-theme .owl-nav [class*="owl-"]:hover { background-color: #481267 !important; color: #fff !important; }

section:hover .owl-prev { transition: all 0.5s; transform: translate(0, -50%); }

section:hover .owl-next { transform: translate(0, -50%); transition: all 0.5s; }

.owl-carousel:hover .owl-prev { transition: all 0.5s; transform: translate(0, -50%); }

.owl-carousel:hover .owl-next { transform: translate(0, -50%); transition: all 0.5s; }

.owl-carousel .owl-prev { position: absolute; top: 50%; transform: translate(-400%, -50%); transition: all 0.5s; left: 1.5rem; }

.owl-carousel .owl-next { position: absolute; top: 50%; transform: translate(400%, -50%); transition: all 0.5s; right: 1.5rem; }

.daterangepicker td.active, .daterangepicker td.active:hover { background-color: #481267; }

.ft-wrapper { position: relative; font-family: sans-serif; }

.ft-sidebar { border-radius: 3px; border: 1px solid #ddd; }

.ft-element { padding: 0 1rem 1rem; margin-bottom: 8px; margin-top: 8px; border-bottom: 1px solid #ddd; }

.ft-element:last-child { margin-bottom: 0; border-bottom: 0; }

.ft-title { font-size: 1.6rem; font-weight: 700; }

.ft-group { display: block; position: relative; cursor: pointer; padding-left: 2.5rem; margin-bottom: 1rem; font-size: 1.5rem; color: #353434; letter-spacing: -0.5px; }

.ft-group:last-child { margin-bottom: 0; }

.ft-checkbox { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

.ft-nav { border-radius: 3px; box-shadow: 0px 3px 15px #0000004d; background: #fff; padding: 5px; border-bottom: 0; margin-bottom: 3rem; }

.ft-nav .nav-item { flex: 1; margin-bottom: 0; }

.ft-nav .nav-link { color: #481267; border: 0; text-align: center; }

.ft-nav .nav-link.active { background-color: #481267; color: #fff; border: 0; }

.ft-item { width: 100%; padding: 16px; margin: 16px 0; border: 1px solid #c6c6c6; border-radius: 3px; }

.ft-item:hover { border: 1px solid #481267; box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3); }

.ft__img { border-radius: 3px; overflow: hidden; }

.ft__img img { height: 18rem; }

.ft-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }

.ft-head > a { display: block; width: calc(100% - 110px - 20px); }

.ft-head h4 { text-transform: capitalize; font-size: 2rem; }

.ft-rate { display: inline-flex; min-width: 110px; }

.ft-content { display: flex; justify-content: space-between; }

.ft-text { width: calc(100% - 15rem); }

.ft-text .text { font-size: 1.35rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.ft-text i { color: #481267; }

.ft-link { text-align: right; width: 15rem; }

.ft-link a { border-radius: 5px; padding: 0.5rem 1.2rem; min-width: 11.6rem; }

.ft-link .btn-linear { margin-top: 1rem; }

.ft-btn { background-color: #481267; color: #fff; border-radius: 3px; padding: 6px 18px; }

.ft-btn:hover { background-color: #faa61a; color: #fff; transition: all 0.3s ease; }

.rate-title { margin-right: 8px; text-align: right; color: #6b6b6b; font-size: 12px; font-weight: 500; line-height: 1; }

.rate-title span { display: block; }

.rate-sub { margin-bottom: 4px; color: #481267; font-size: 1.6rem; font-weight: 600; line-height: 1; }

.rate-score span { border-radius: 6px 6px 6px 0; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: #481267; color: #fff; }

.rate-action { color: #faa61a; font-size: 1.5rem; margin-right: 1rem; }

.checkmark { position: absolute; top: 3px; left: 0; height: 1.6rem; width: 1.6rem; border: 1px solid #481267; border-radius: 3px; }

input.ft-checkbox:checked ~ .checkmark { background-color: #481267; border: 0; }

.checkmark:after { content: ""; position: absolute; display: none; }

input.ft-checkbox:checked ~ .checkmark:after { display: block; }

.checkmark:after { left: 5px; top: 1px; width: 6px; height: 1.1rem; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.preview_hotels { background-color: #f7f7f7; }

.preview-hotels { position: relative; }

.preview-hotels .section__head { text-align: center; }

.preview-hotels .trip-rating { display: flex; }

.preview-hotels .trip-rating .dots { width: 20px; margin-right: 3px; }

.preview-hotels .item .content { background: #fff; padding: 15px; border-radius: 5px; }

.preview-hotels .item .tite { margin-top: 10px; }

.preview-hotels .desc { height: 85px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; font-size: 1.4rem; text-align: justify; }

.preview-hotels .more { text-transform: initial; }

.preview-hotels .user { margin-top: 10px; }

.preview-hotels .user img { width: 70px; height: 70px; border-radius: 50%; }

.preview-hotels .user .names { padding-left: 20px; }

.preview-hotels .user .name { font-weight: 600; }

.select2-container--default .select2-selection--multiple { position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable::before { content: none; }

.select2-container--default .select2-selection--multiple::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: 900; content: ""; }

.select2-container--default .select2-selection--multiple::before { position: absolute; top: 8px; right: 1.5rem; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { margin-top: -2px; font-size: 2.6rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #481267; color: #fff; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { border-right: 1px solid #fff; color: #fff; }

.select2-container--default .select2-search--inline .select2-search__field { color: #481267; font-weight: 600; }

.select2-container--default .select2-search--inline .select2-search__field::placeholder { color: #481267; }

.s2-button { margin-bottom: 2rem; }

.s2-button .btn { background-color: #481267; color: #fff; font-size: 1.4rem; padding: 0.5rem 1rem; }

.footer { position: relative; padding-top: 5rem; background: linear-gradient(135deg, #481267, #70209f, #f02382); color: #fff; line-height: 38px; }

.footer-border { position: relative; height: 4px; background: linear-gradient(to right, #5e2e86, #a432cb 34%, #e16228 69%, #fe9901); }

.footer a { color: #fff; }

.footer a:hover { color: #faa61a; }

.footer__wp { margin-top: 3rem; padding-bottom: 5rem; }

.footer__info i { color: #faa61a; min-width: 20px; }

.footer__title { color: #fff; font-size: 2.2rem; text-transform: uppercase; }

.footer__subtitle { font-size: 1.5rem; margin-bottom: 1.5rem; }

.footer__social { display: flex; align-items: center; justify-content: space-around; }

.footer__social li { font-size: 2.6rem; transition: all 0.2s; margin: 0 1.5rem; }

.footer__social li:hover { transform: scale(1.1) translateY(-5px); transform-style: preserve-3d; transition: all 0.5s; }

.footer__social a { color: #faa61a; }

.pay-method li { border-radius: 5px; overflow: hidden; }

.pay-method img { height: 5rem; }

.get_new { color: #fff; }

.get_new .form-control { border: 0; }

.get_new .form-control:focus { outline: none; box-shadow: none; }

.get_new .send-icon { font-size: 1.6rem; background-color: #fff; border: 0; color: #481267; }

.copyright-row { text-align: center; border-top: 1px solid #ddd; font-size: 1.4rem; }

.back-top { position: fixed; bottom: 5rem; right: 2rem; font-size: 2.6rem; display: none !important; cursor: pointer; z-index: 10000; }

.back-top_inner span { display: block; width: 9vw; animation: zoom_animate 3s 1s infinite; }

@-webkit-keyframes zoom_animate { 0% { transform: rotate(0) scale(0.8) skew(1deg); }
  4% { transform: rotate(-10deg) scale(1.2) skew(1deg); }
  8% { transform: rotate(10deg) scale(1.2) skew(1deg); }
  12% { transform: rotate(-10deg) scale(1.2) skew(1deg); }
  16% { transform: rotate(10deg) scale(1.2) skew(1deg); }
  20% { transform: rotate(0) scale(0.8) skew(1deg); }
  100% { transform: rotate(0) scale(0.8) skew(1deg); } }
@-moz-keyframes zoom_animate { 0% { transform: rotate(0) scale(0.8) skew(1deg); }
  4% { transform: rotate(-10deg) scale(1.2) skew(1deg); }
  8% { transform: rotate(10deg) scale(1.2) skew(1deg); }
  12% { transform: rotate(-10deg) scale(1.2) skew(1deg); }
  16% { transform: rotate(10deg) scale(1.2) skew(1deg); }
  20% { transform: rotate(0) scale(0.8) skew(1deg); }
  100% { transform: rotate(0) scale(0.8) skew(1deg); } }
@-ms-keyframes zoom_animate { 0% { transform: rotate(0) scale(0.8) skew(1deg); }
  4% { transform: rotate(-10deg) scale(1.2) skew(1deg); }
  8% { transform: rotate(10deg) scale(1.2) skew(1deg); }
  12% { transform: rotate(-10deg) scale(1.2) skew(1deg); }
  16% { transform: rotate(10deg) scale(1.2) skew(1deg); }
  20% { transform: rotate(0) scale(0.8) skew(1deg); }
  100% { transform: rotate(0) scale(0.8) skew(1deg); } }
@keyframes zoom_animate { 0% { transform: rotate(0) scale(0.8) skew(1deg); }
  4% { transform: rotate(-10deg) scale(1.2) skew(1deg); }
  8% { transform: rotate(10deg) scale(1.2) skew(1deg); }
  12% { transform: rotate(-10deg) scale(1.2) skew(1deg); }
  16% { transform: rotate(10deg) scale(1.2) skew(1deg); }
  20% { transform: rotate(0) scale(0.8) skew(1deg); }
  100% { transform: rotate(0) scale(0.8) skew(1deg); } }
.booking-section { color: #fff; overflow: visible; }

.booking-row { width: 100%; height: 100%; background: linear-gradient(135deg, #481267 30%, #70209f 70%, #df4781); padding: 3rem 2rem 2rem 2rem; border-radius: 5px; box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2); }

.booking-row .title { color: #faa61a; }

.b-group .form-control { font-weight: 500; box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12); }

.b-group .text--red { font-size: 2rem; }

.b-group label { font-size: 1.4rem; font-weight: 600; }

.text--red { color: red; }

.customer-contact-inner .select2-container--default .select2-selection--single { border: 1px solid #ced4da; }

.gender-group { font-size: 1.6rem; height: calc(1.5em + 1rem + 4px); justify-content: space-between; }

.input-control { width: 48%; height: 100%; display: flex; align-items: center; background-color: #e9ecef; border-radius: 3px; }

.input-control label { margin-bottom: 0; color: #481267; position: relative; display: flex; align-items: center; height: 100%; flex: 1; cursor: pointer; }

.group-inner { display: flex; align-items: center; padding: 0.375rem 1rem; border-right: 1px solid #ddd; height: 100%; margin-right: 1rem; }

.book-sidebar { width: 100%; height: 100%; color: #333; background-color: #fff; border-radius: 5px; overflow: hidden; box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12); }

.book-sidebar i { color: #481267; min-width: 20px; }

.book-left.sticky-top { top: 75px; z-index: 200; }

.bk-img img { box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12); }

.bk-content { padding: 1.5rem 1.5rem; }

.bk-name h5 { font-size: 1.8rem; font-weight: 800; }

.bk-element { margin-bottom: 1.6rem; display: flex; justify-content: space-between; align-items: flex-end; }

.bk-element span { font-weight: 500; }

.bk-price .price { font-size: 2.6rem; }

.bk-btn { padding-top: 1.5rem; margin-bottom: 1.5rem; }

.bk-btn button { display: block; width: 100%; }

.btn-book { border-radius: 5px; font-weight: 600; color: #fff; padding: 0.6rem 5rem; }

.btn-book:hover { color: #fff; background-color: #f02382; border: 1px solid transparent; }

.section-service { background-image: url(../images/bg-serv2.png); background-size: cover; background-position: center center; position: relative; background-repeat: no-repeat; }

.section-service::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(72, 18, 103, 0.85); }

.service-home [class*="col-"] { margin-bottom: 4rem; }

.serv__item { display: flex; align-items: center; padding: 1rem; border-top: 2px solid transparent; border-left: 1px solid transparent; border-right: 1px solid transparent; border-radius: 5px; transition: all 0.5s ease; }

.serv__item:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.9); filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.3)); border-top: 2px solid rgba(225, 225, 225, 0.4); border-left: 1px solid rgba(225, 225, 225, 0.3); border-right: 1px solid rgba(225, 225, 225, 0.7); color: #481267; transition: all 0.5s ease; }

.serv__item:hover .serv__icon { transform: rotateY(360deg); transition: all 0.5s; }

.serv__item:hover .serv__title { transition: all 0.5s; color: #481267; }

.serv__item:hover .serv__text { transition: all 0.5s; color: #481267; }

.serv__icon { margin-right: 2rem; transition: all 0.5s; }

.serv__icon img { width: 6rem; }

.serv__icon i { color: #faa61a; font-size: 4rem; width: 6rem; }

.serv__title { color: #fff; font-weight: 600; text-transform: uppercase; margin-bottom: 1.5rem; font-size: 2rem; transition: all 0.5s; }

.serv__text { color: #fff; }

.custom-control { padding-left: 2rem; }

.custom-control-label::before { width: 1.6rem; height: 1.6rem; left: -2rem; }

.custom-control-label::after { width: 1.6rem; height: 1.6rem; left: -2rem; }

.new__item { background-color: #fff; margin: 1rem 1.5rem; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.199); border-radius: 2px; overflow: hidden; position: relative; }

.new__item:hover .new__img img { transform: scale(1.1); transition: all 0.5s; }

.new__item:hover .new__title h3 { color: #faa61a; transition: all 0.5s; }

.new__img { overflow: hidden; position: relative; }

.new__img img { height: 24rem; transition: all 0.5s; }

.new__content { padding: 1.5rem; }

.new__head { display: flex; margin-bottom: 1.5rem; }

.new__pos i.fas { color: #481267; }

.new__time { margin-right: 1.5rem; margin-top: -1rem; }

.new__day { width: 70px; font-size: 6.5rem; font-weight: 600; color: #70209f; margin-bottom: 0; line-height: 1; }

.new__mounth { text-align: center; }

.new__title i { color: #481267; }

.new__title h3 { height: 48px; font-size: 2rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 5px; line-height: 1.2; }

.new__text { font-size: 1.5rem; color: #666; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-align: justify; }

.new__text p { margin-bottom: 0; }

.share { font-size: 1.8rem; }

.share span { display: inline-block; margin-right: 0.6rem; cursor: pointer; transition: all 0.5s; }

.share span:hover { transform: scale(1.5); transition: all 0.5s ease-in-out; }

.share i { color: #481267; }

.share .fa-facebook-square { color: #3c5690; }

.share .fa-instagram-square { color: #e53d5e; }

.share .fa-twitter-square { color: #27aae1; }

.author_thumb { position: absolute; bottom: 0; left: 0; width: 100%; padding: 0.5rem 1.5rem; color: #7c0093; line-height: 1.2; display: flex; font-weight: 500; background: #ffffff85; backdrop-filter: blur(5px); display: none; }

.author_thumb .author { margin-right: 1.5rem; }

.author_thumb .comment { margin-right: 1.5rem; }

.author_thumb i { font-size: 1.4rem; min-width: 16px; }

.author_thumb span { font-size: 1.4rem; font-weight: 500; }

.new-slider .owl-prev { left: -5rem; transform: translate(-400%, -50%); }

.new-slider .owl-next { right: -5rem; transform: translate(400%, -50%); }

.section-partner { position: relative; }

.widget { position: relative; }

.widget__caption { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 5; color: #fff; }

.widget__caption-inner { position: relative; top: 50%; transform: translateY(-50%); padding: 0 5vw; }

.widget__caption-inner h3 { color: #fff; font-size: 3.2rem; }

.widget__caption-inner .section__text { color: #fff; font-size: 1.6rem; }

.widget__link { margin: 2rem 0; }

.widget__link a { background-color: #faa61a; color: #fff; font-weight: 600; border: 0; }

.widget__link a:hover { color: #fff; }

.text-gradient { display: inline-block; background-image: linear-gradient(45deg, #481267, #70209f, #f02382); color: transparent; -webkit-background-clip: text; background-clip: text; }

.qoute blockquote { border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; font-size: 1.8rem; font-weight: 500; color: #919191; position: relative; padding: 1.5rem 0 1rem 3rem; font-style: italic; }

.qoute blockquote::before { content: ""; position: absolute; left: 0; top: 1.5rem; -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: 900; content: ""; color: #8d8d8d; }

.alink a { border: none; margin: 0 0.5rem; }

.about-video video { width: 100%; object-fit: cover; }

.whyc__item { position: relative; border-radius: 5px; overflow: hidden; margin: 1rem; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35); }

.whyc__item::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(to right bottom, #481267, #70209f, #f02382); z-index: 1; }

.whyc__item:hover { cursor: pointer; }

.whyc__item:hover::before { background: rgba(0, 0, 0, 0.15); }

.whyc__item:hover .whyc__img img { transform: scale3d(1, 1, 1); transition: all 1s; }

.whyc__img { height: 35rem; }

.whyc__img img { height: 100%; transform: scale3d(1.1, 1.1, 1.1); transition: all 1s; }

.whyc__detail { position: absolute; top: 50%; transform: translateY(-50%); right: 0; left: 0; padding: 0 2rem; z-index: 5; color: #fff; text-align: center; text-shadow: 0px 0px 1px #333; }

.whyc__title h5 { color: #fff; }

.whyc--text { font-size: 1.5rem; }

.OurStory { position: relative; padding-bottom: 6rem; }

.OurStory::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #d8d6e2; width: 2px; }

.OurStory .container { padding: 0 12rem; }

.os-item { padding-top: 250px; position: relative; }

.os-item:first-child { padding-top: 150px; }

.os-item:nth-child(even) .row { flex-direction: row-reverse; }

.os-item:nth-child(even) .os-year { left: auto; right: -100px; }

.os-item:nth-child(even) .os-line { margin-left: auto; margin-right: 0; }

.os-picture { position: relative; margin: 0; padding: 0 30px 0 20px; }

.os-inview { position: absolute; top: 60px; right: 0; width: 83%; height: 100%; background-color: #d8d6e2; z-index: 0; }

.os-photo { position: relative; z-index: 5; clip-path: inset(0 1000px 0 0); -webkit-clip-path: inset(0 1000px 0 0); }

.os-photo.aos-animate { clip-path: inset(0px); opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }

.os-photo img { height: 380px; }

.os-inner { position: relative; padding: 10rem 0 0 8rem; }

.os-year { position: absolute; bottom: 90%; left: -60px; font-size: 100px; font-weight: 600; letter-spacing: -5px; line-height: 1; margin-bottom: 0; z-index: 2; color: #481267; transform: translate3d(0px, -100px, 0px); }

.os-year.aos-animate { transform: translate3d(0px, 0px, 0px); }

.os-title { font-weight: 700; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; font-size: 4rem; margin-bottom: 3rem; color: #481267; overflow: hidden; }

.os-title .is-title { display: block; }

.os-line { display: block; height: 1px; max-width: 100px; background-color: #481267; position: relative; margin-bottom: 50px; margin-right: auto; }

.text-violet { color: #481267; }

.field-block { position: relative; padding: 12rem 0; }

.field-block::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background: linear-gradient(rgba(71, 18, 103, 0.2) 50%, #471267 100%); }

.field-block .container { overflow: hidden; }

.field-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.field-bg img { height: 100%; }

.field-item { text-align: center; color: #fff; position: relative; z-index: 5; }

.field-num { font-size: 5rem; font-weight: 600; color: #faa61a; }

.field-text { font-size: 2rem; font-weight: 500; }

.system_hotel { background-color: #fff; }

.system_hotel .section__title { text-align: center; text-transform: uppercase; }

.system_hotel .img-maps { margin: auto; width: 50%; }

.system_hotel .img-maps img { object-fit: cover; }

.system_hotel .hotels ul { list-style: none; padding: 0; }

.system_hotel .hotels ul a { font-size: 1.1rem; font-weight: 600; transition: all 0.5s ease; }

.system_hotel .hotels ul a:hover { color: #faa61a; }

.system_hotel .hotels ul li { line-height: 1.6rem; background: #fff; }

.system_hotel .hotels .hotel-pos { position: absolute; z-index: 1; }

.system_hotel .hotels .da_lat { bottom: 56%; left: 30%; }

.system_hotel .hotels .HCM { bottom: 50%; left: 29%; }

.system_hotel .hotels .cambodia { bottom: 38%; left: 27%; }

.system_hotel .hotels .can_tho { bottom: 23.5%; left: 30%; }

.system_hotel .hotels .ben_tre { bottom: 8%; right: 42%; }

.system_hotel .hotels .binh_thuan { bottom: 27%; right: 25%; }

.system_hotel .hotels .ninh_thuan { bottom: 43%; right: 26.5%; }

.system_hotel .hotels .quang_nam { bottom: 57%; right: 42%; }

.system_hotel .hotels .hue { bottom: 64%; right: 45%; }

.system_hotel .ben_tre ul li, .system_hotel .binh_thuan ul li, .system_hotel .quang_nam ul li, .system_hotel .hue ul li, .system_hotel .ninh_thuan ul li, .system_hotel .quang_nam ul li, .system_hotel .hue ul li { text-align: left; }

.featured_hotels { background: #fff; position: relative; }

.featured_hotels .img-bg { position: absolute; height: 75%; z-index: 1; top: 0%; left: 0; }

.featured_hotels .content { position: relative; z-index: 2; }

.featured_hotels .section__title { color: #fff; }

.featured_hotels .section__title-small { color: #fff; font-size: 1.6rem; }

.featured_hotels .item { position: relative; transition: all 0.5s ease-in-out; margin-top: 3rem; border: 1px solid #ddd; margin-bottom: 3px; }

.featured_hotels .item:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1; opacity: 0.4; transition: all 0.5s ease-in-out; }

.featured_hotels .item:hover { border: 1px solid #481267; }

.featured_hotels .item img { height: 35vh; object-fit: cover; width: 100%; }

.featured_hotels .item .title { position: absolute; top: 3rem; left: 3rem; z-index: 2; font-size: 2.4rem; font-weight: 500; color: #fff; }

.featured_hotels .item .more a { position: absolute; bottom: 3rem; left: 3rem; z-index: 2; width: 50px; height: 50px; border: 1px solid; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.7s ease; }

.featured_hotels .item:hover:before { opacity: 1; transition: all 0.5s ease-in-out; }

.featured_hotels .item:hover .more a { background: #fff; color: #8f9196; }

.featured_hotels .see-all a { padding: 1rem 3rem; color: #fff; background: #faa61a; text-transform: uppercase; font-weight: 500; border-radius: 5px; box-shadow: 0px 5px 3px #00000065; transition: all 0.2s; }

.featured_hotels .see-all a:hover { transform: translateY(5px); transition: all 0.4s; box-shadow: none; }

.about_hotel { position: relative; }

.about_hotel .bg_about_hotel { position: absolute; height: 100%; bottom: 0; right: 0; width: 30%; padding-top: 15px; }

@media (max-width: 1023px) { .about_hotel .bg_about_hotel { position: absolute; height: 50%; bottom: 0px; right: 0px; width: 45%; } }
.qs-bar { margin-top: -5rem; position: relative; z-index: 10; }

.search-hotel { background-color: #fff; padding: 1rem 1.5rem; box-shadow: 0px 1px 10px #00000040; border-radius: 5px; }

.banner-hotel { position: relative; }

.banner-hotel .item img { height: 80vh; }

.banner-hotel .search-hotel { padding: 5px; margin: 5px; border-radius: 5px; }

.banner-hotel .search-hotel .qs__group, .banner-hotel .search-hotel .btn-action { margin-bottom: 0rem; }

.banner-hotel .section_title { margin-bottom: 2rem; }

.banner-hotel .section_title h2 { margin-bottom: 1rem; }

.banner-hotel .section_title .item { font-size: 1.5rem; line-height: 26px; margin-right: 2rem; display: inline-block; font-weight: 500; }

.banner-hotel .section_title .item i { width: 20px; color: #481267; }

.banner-hotel .section_title .item .more { margin-top: 15px; }

.banner-hotel .section_title .btn-link_inner { padding: 0.5rem 1.5rem; }

.banner-hotel .service { padding: 15px; background: #fff; box-shadow: 0px 0px 2px #33333352; }

.banner-hotel .service i { color: #481267; }

.banner-hotel .service ul { display: flex; flex-wrap: wrap; height: 100%; }

.banner-hotel .service ul li { width: 33.33%; list-style-type: none; padding: 5px 15px; text-align: left; }

.banner-hotel .service ul li i { width: 25px; }

.banner-hotel .service h4 { text-transform: uppercase; margin: 0; font-weight: 700; }

.banner-hotel .service .see-all { font-weight: 600; }

.banner-hotel .service .see-all:hover { color: #481267; text-decoration: underline; }

.qs__group label { font-weight: 600; }

.about-detail-hotel .maps { width: 100%; height: 100%; background-color: #fff; border-radius: 5px; }

.about-detail-hotel .maps img { width: 25px; margin-right: 5px; }

.about-detail-hotel .maps h5 { text-transform: uppercase; font-weight: 700; margin-top: 1rem; padding: 0 1rem; font-size: 1.8rem;}

.about-detail-hotel .desc { width: 100%; height: 100%; background: #fff; border-radius: 5px; padding: 15px 30px; }

.service-hotel h3 { text-transform: uppercase; }

.service-hotel .nav-item { border: 0; text-align: center; color: #fff; margin: 0; border-radius: 5px; font-size: 15px; padding: 5px 5px 15px 5px; }

.service-hotel .nav-item .nav-link { border: none; color: #481267; background: #fff; border-radius: 5px; font-size: 1.8rem; font-weight: bold; box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12); padding: 1rem; }

.service-hotel .nav-item .nav-link.active { background: #481267; color: #fff; }

.service-hotel .nav-item .nav-link .desc { font-size: 1.4rem; font-weight: 500; padding-top: 1rem; }

.service-hotel .hotel__slide .owl-prev { transform: translate(-30%); }

.service-hotel .hotel__slide .owl-next { transform: translate(15%); }

.service-hotel .hotel__slide img { height: 40rem; }

.nav-tabs.hotel-tabs { border-bottom: 0; }

.table_price { background: #fff; box-shadow: 1px 1px 3px 0px #33333314; }

.table_price ul { list-style-type: none; padding: 0; }

.table_price thead tr { background: #481267; color: #fff; }

.table_price thead tr th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

.table_price thead tr th:nth-child(1) { width: 20%; }

.table_price thead tr th:nth-child(2) { width: 50%; }

.table_price thead tr th:nth-child(3) { width: 15%; }

.table_price thead tr th:nth-child(4) { width: 15%; }

.table_price .table-bordered th { border: 1px solid #9b9b9b47; }

.table_price .table tbody + tbody { border-top: 1px solid #7474740f; }

.table_price .tableCombo img { margin-right: 5px; }

.table_price .show-acc { color: #000; font-size: 20px; font-family: "Roboto", sans-serif; font-weight: 500; line-height: 1; }

.table_price .booktour a { height: 100%; display: flex; justify-content: center; align-items: center; padding: 15px; background: #333; color: #fff; }
.print-icon{display:inline-block;}
.table_price .acc-detailCom.dtails ul { display: flex; flex-wrap: wrap; width: 100%; height: 100%; }

.table_price .acc-detailCom.dtails ul li { width: 50%; }

.table_price .booktour a { height: 100%; display: flex; justify-content: center; align-items: center; padding: 10px 15px; background: #481267; color: #fff; margin: 5px; text-transform: uppercase; border-radius: 5px; transition: all 0.5s ease-in-out; box-shadow: inset 2px 2px 2px 0px #ffffff80, 7px 7px 20px 0px #0000001a, 4px 4px 5px 0px #0000001a; }

.table_price .booktour a:hover { box-shadow: 4px 4px 6px 0 #ffffff80, -4px -4px 6px 0 #747d8880, inset -4px -4px 6px 0 #ffffff33, inset 4px 4px 6px 0 #00000066; }

.new__link { margin-top: 2rem; display: flex; justify-content: space-between; align-items: flex-end; }

.new__link a { color: #fff; padding: 0.5rem 1.5rem; font-weight: 500; text-transform: capitalize; display: inline-block; }

.new__link a:hover { color: #fff; }

.new__link .cost { font-size: 1.6rem; color: #481267; font-weight: 700; font-size: 2.2rem; }

.icon-special { padding: 0.5rem 1rem; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: #481267; text-align: center; font-size: 1.7rem; font-weight: 600; color: #fff; position: absolute; top: 3.6rem; left: 0px; }

.dtour-info { display: flex; justify-content: space-between; align-items: center; font-size: 1.5rem; position: absolute; bottom: 0; left: 0; right: 0; padding: 0.5rem 1.5rem; background: #0000008a; color: #faa61a; }

.dtour-info span:not(.fas) { font-size: 1.4rem; font-weight: 500; }

.share { font-size: 1.8rem; }

.share span { display: inline-block; margin-right: 0.6rem; cursor: pointer; transition: all 0.5s; }

.share span:hover { transform: scale(1.5); transition: all 0.5s ease-in-out; }

.share i { color: #481267; }

.share .fa-facebook-square { color: #3c5690; }

.share .fa-instagram-square { color: #e53d5e; }

.share .fa-twitter-square { color: #27aae1; }

.new-slider .owl-prev { left: -5rem; transform: translate(-400%, -50%); }

.new-slider .owl-next { right: -5rem; transform: translate(400%, -50%); }

.map-travel { padding: 60px 0; background-color: #f7f7f7; position: relative; }

.map-travel h3 { font-size: 3.6rem; color: #481267; }

.map-travel::before { content: ""; background-image: url(../images/a989adf.png); display: inline-block; position: absolute; top: -15px; left: 14%; height: 100%; width: 231px; background-size: contain; background-repeat: no-repeat; opacity: 0.4; }

.amcharts-object-list-ul { display: none; }

.infomap-ul li { font-size: 20px; line-height: 1; }

.infomap-ul li span { font-size: 45px; padding-right: 10px; color: #f8c218; font-weight: 600; line-height: 1; }

.content-map { position: relative; }

.infomap-ul .bnt-detail { margin-top: 30px; }

.title-ser { color: #481267; font-size: 32px; margin-bottom: 15px; }

.map-info-wp { position: absolute; left: 20%; top: 52%; transform: translateY(-50%); }

.map-link { color: #481267; font-size: 15px; text-decoration: underline; font-weight: 600; }

.map-link:hover { color: #f8c218; text-decoration: underline; }

.contain-info { margin-top: 40px; color: #481267; }

.amcharts-chart-div a { color: #f7f7f7 !important; }

.bnt-detail a { color: #f0f0f5; }

.contain-infoservices { display: none; }

.services-ul, .infomap-ul { padding: 0; list-style-type: none; }

.services-ul { max-width: 300px; font-size: 15px; color: #481267; margin-bottom: 1.5rem; }

.services-li { cursor: pointer; margin: 5px 0; padding: 2px 5px; position: relative; color: #481267; }

.services-li.act::before { content: none; }

.contain-info, .services-ul, .services-li { color: #481267; }

.infomap-ul .bnt-detail a { color: #481267; text-decoration: underline; }

.tour-type { padding: 60px 0; }

.tour-type .section-title { margin-bottom: 50px; }

.tour-type .grid_tour { display: grid; gap: 20px; grid-template-columns: repeat(4, 24%); grid-template-rows: repeat(10, 5vh); }

.tour__slide { display: none !important; }

.tour__item { background: #fff; padding: 10px 10px 20px 10px; }

.tour__img { margin-bottom: 15px; }

.tour__detail { font-size: 18px; font-weight: 600; text-transform: capitalize; text-align: center; }

.tour__detail a { color: #481267; }

.tour-type .grid_tour .item { position: relative; overflow: hidden; }

.tour-type .grid_tour .item::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: transparent; z-index: 1; transition: all 0.6s; }

.tour-type .grid_tour .item:nth-child(1) { grid-column: 1/2; grid-row: 1/5; }

.tour-type .grid_tour .item:nth-child(2) { grid-column: 2/3; grid-row: 1/6; }

.tour-type .grid_tour .item:nth-child(2)::before { background: #4d4d4d86; }

.tour-type .grid_tour .item:nth-child(3) { grid-column: 3/4; grid-row: 1/7; }

.tour-type .grid_tour .item:nth-child(4) { grid-column: 4/5; grid-row: 1/5; }

.tour-type .grid_tour .item:nth-child(4)::before { background: #4d4d4d86; }

.tour-type .grid_tour .item:nth-child(5) { grid-column: 1/2; grid-row: 5/11; }

.tour-type .grid_tour .item:nth-child(5)::before { background: #4d4d4d86; }

.tour-type .grid_tour .item:nth-child(6) { grid-column: 2/3; grid-row: 6/11; }

.tour-type .grid_tour .item:nth-child(7) { grid-column: 3/4; grid-row: 7/11; }

.tour-type .grid_tour .item:nth-child(7)::before { background: #4d4d4d86; }

.tour-type .grid_tour .item:nth-child(8) { grid-column: 4/5; grid-row: 5/11; }

.tour-type .grid_tour .item:nth-child(8)::before { background: #4d4d4d86; }

.tour-type .grid_tour .item img { height: 100%; }

.tour-type .grid_tour .desc { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); font-size: 20px; font-weight: 400; color: #fff; font-family: "Spectral", serif; z-index: 5; transition: all 0.5s ease; text-align: center; }

.grid_tour .desc a { color: #fff; }

.grid_tour .desc img { width: 50px; height: 50px; object-fit: cover; }

.grid_tour .desc span { display: block; text-shadow: 0px 0px 2px #000; }

.tour-type .grid_tour .item:hover::before { background-color: transparent; transition: all 0.6s; }

.tour-type .grid_tour .item:hover .desc { top: 50%; transition: all 0.5s ease; }

.owl-travel .item .title { position: absolute; top: 3rem; left: 0; right: 0; z-index: 2; font-size: 2.4rem; text-transform: capitalize; font-weight: 500; color: #fff; padding: 0 1rem; text-shadow: 0px 0px 1px #000; }

.owl-travel .item:before { content: none; }

.ft-detail { padding: 2rem 1.5rem; background-color: #fff; display: flex; justify-content: space-between; }

.ft-left i { min-width: 2rem; color: #481267; }

.price-sale { font-weight: 700; color: #481267; font-size: 1.8rem; }

.price-defaut { font-size: 1.4rem; }

.tour_hlight .row { margin-right: -10px; margin-left: -10px; }

.tour_hlight [class*="col-"] { padding-right: 10px; padding-left: 10px; }

.tour_hlight .owl-nav { display: none; }

.tour-h__item { margin-bottom: 10px; border-radius: 5px; background: #fff; border: 0; border: 1px solid #ddd; }

.tour-h__item a { padding: 15px; display: flex; align-items: center; transition: all 0.3s ease; }

.tour-h__item:hover { border: 1px solid #481267; transition: all 0.3s ease; }

.tour-h__item:hover .tour-h__icon { color: #faa61a; transition: all 0.3s ease; }

.tour-h__icon { font-size: 36px; color: #481267; margin-right: 2rem; }

.tour-h__content { color: #481267; font-size: 1.4rem; }

.tour-h__content h4 { color: #481267; font-weight: bold; font-size: 16px; margin-bottom: 1rem; }

.video-intro { position: relative; }

.video-intro::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(48, 0, 32, 0.371); z-index: 1; }

.video-bg img { height: 85vh; object-fit: cover; }

.video-caption_wp { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; font-size: 2rem; z-index: 5; }

.video-caption { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }

.video-caption h3 { font-family: "Spectral"; font-size: 5rem; text-transform: capitalize; color: #fff; margin-bottom: 1rem; }

.play-icon { color: #fff; font-size: 3.5rem; }

.play-icon_mask { width: 8rem; height: 8rem; background: #ffffff4d; display: flex; align-items: center; justify-content: center; border-radius: 100%; position: relative; }

.play-icon_mask:hover { color: #481267; background: #ffffff7e; transition: all 0.3s ease; }

.dt__title h3 { font-size: 2.6rem; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

.dt__title .right { display: flex; align-items: center; justify-content: flex-end; }

.dt__tab { margin-top: 0; display: flex; flex-wrap: wrap; }

.dt__tab-item { flex-basis: 100%; position: relative; }

.dt__tab-link { display: flex; align-items: center; position: relative; color: #4c4c4c; border: 1px solid #481267; font-size: 1.5rem; font-weight: 500; padding: 8px 16px; margin: 0 0 25px 0; }

.dt__tab-link .nav-img--hover { display: none; }

.dt__tab-link.active { color: #fff; background-color: #481267 !important; }

.dt__tab-link.active .nav-img--hover { display: inline-block !important; }

.dt__tab-link.active .nav-img { display: none; }

.dt__tab-link:hover { color: #fff; background-color: #481267; }

.dt__tab-link:hover .nav-img--hover { display: inline-block !important; }

.dt__tab-link:hover .nav-img { display: none; }

.dt__tab-link img { width: 22px; margin-right: 10px; display: inline-block; }

.dt__content { border: 0.5px solid #bbb; background-color: #fff; border-radius: 3px; padding: 10px; position: relative; }

.dt__slide { overflow: hidden; }

.dt__item img { height: 45rem; }

.dt__video { height: 45rem; }

.dt__video iframe { width: 100%; height: 100%; }

.score { display: inline-block; letter-spacing: 1px; padding: 2px 6px; border-radius: 6px; background: linear-gradient(90deg, #481267, #f02382, #481267); color: #fff; font-weight: 600; line-height: 1.2; }

.score-des { display: inline-block; color: #481267; font-weight: 600; }

.score-comment { display: inline-block;position: relative; }
.line-space{position:relative; margin-left: 1rem;}
.line-space::before { content: ""; position: absolute; left: -0.6rem; top: 4px; width: 1px; height: 1.5rem; background: #666;}

.t-price { margin-right: 1rem; text-align: right; }

.t-price .cost { margin-bottom: 1rem; }

.t-book #element { display: block; font-weight: 600; border-radius: 5px; padding: 0.75rem 2rem; transition: all 0.3s ease; }
.t-book {display: flex;flex-direction: column;}
.price-promo { font-size: 3rem; margin-bottom: -1rem; color: #ef4136; font-weight: 700; position: relative; }

.text-flash { position: absolute; bottom: 100%; left: 0; margin-bottom: -5px; font-size: 1.1rem; background: red; color: #fff473; padding: 0.5px 0.5rem; border-top-left-radius: 4px; border-bottom-right-radius: 4px; letter-spacing: 1px; text-transform: uppercase; animation: text-flash 1.2s infinite; }

@keyframes text-flash { 0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; } }
.btn-hotline { text-align: center; border: 1px solid #481267; color: #481267; }

.btn-hotline:hover { color: #fff; background: #481267; transition: all 0.5s ease; }

.sh-tab { padding: 1.5rem; background-color: #481267; border-top-left-radius: 3px; border-top-right-radius: 3px; }

.sh-tab .nav-link.active { background-color: #faa61a; }

.sh-tab .nav-link { background-color: #fff; color: #481267; font-weight: 500; }

.sh-tab .nav-item + .nav-item { margin-left: 1.5rem; }

.sh-content { border: 1px solid rgba(0, 0, 0, 0.12); background-color: #fff; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; padding: 3rem 2.5rem; line-height: 28px; color: #333; }

.sh-review .form-group { margin-bottom: 2rem; }

.sh-review label { color: #481267; font-weight: 600; }

.sh-review button { border-radius: 3px; border: 0px; padding: 0.7rem 2.5rem; font-weight: 600; }

.info__head { font-size: 2.4rem; text-transform: uppercase; font-weight: 700; }

.info__content { border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.12); background-color: #fff; padding: 30px 20px 20px; font-size: 1.5rem; line-height: 2.8rem; }

.info__item { display: flex; }

.info__icon { min-width: 2.2rem; color: #481267; }

.info__detail strong { font-weight: 600; }

.schedule-map b, .schedule-map i { color: #481267; }

.schedule-img img { height: 33rem; }

.acc-sche { padding-left: 10px; }

.acc-item { position: relative; border: 0; border-left: 2px dotted #481267; }

.acc-item:last-child { border-left: 2px dotted transparent; }

.acc-item::before { position: absolute; left: -11px; top: 0; content: " "; border: 6px solid rgba(255, 255, 255, 0.74); border-radius: 500%; background: #481267; height: 20px; width: 20px; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

.acc-item:hover::before { border-color: #481267; transition: all 1s ease-in-out; }

.acc-item .card-body { padding-top: 0; padding-left: 2rem; line-height: 26px; font-size: 1.5rem; text-align: justify; }

.acc-header { border: none; background-color: #fff; padding: 0 15px 15px 20px; font-size: 16px; font-weight: 500; }

.acc-header .card-link { display: block; color: #333; text-transform: uppercase; position: relative; }

.acc-header .card-link:hover { color: #212529; }

.acc-header .card-link::before { content: "-"; position: absolute; top: 50%; transform: translateY(-50%); right: 0; font-size: 2.6rem; color: #481267; }

.acc-header .collapsed::before { content: "+"; }

.acc-header span { color: #faa61a; margin-right: 5px; }

.bread-crumb { background-color: #e9ecef; margin-bottom: 5rem;padding-top:100px; }

.bread-crumb .breadcrumb { padding: 0.6rem 0; }

.bread-crumb a { color: #481267; text-transform: uppercase; font-size: 1.5rem; font-weight: 600; }

.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: #6c757d; content: ">"; }

.form-gr-check { border: 1px solid #33333333; margin: 15px 0px; }

.form-gr-check .form-check { display: flex; flex-wrap: wrap; padding: 15px; width: 100%; height: 100%; }

.form-gr-check .form-check .item { width: 33%; padding: 5px 15px; }

.form-gr-check .form-check .form-check-input { margin-top: 0.6rem; }

.form-gr-check .form-check .form-check-label { padding-left: 5px; }

.form-gr-check .checkin { padding: 15px 15px; background-color: #e9cd09; }

.form-gr-check .checkin h5 { margin: 0; }

.form-design_tour { margin-bottom: 30px; }

.form-design_tour .form-group { margin: 20px 0px; }

.form-design_tour .btn-primary { margin-bottom: 3rem; background: #481267; border: 1px solid #481267; z-index: 1; color: #fff; border-radius: 5px; font-weight: 500; cursor: pointer; transition: all 0.3s; position: relative; display: inline-block; outline: none; box-shadow: inset 2px 2px 2px 0px #ffffff80, 7px 7px 20px 0px #0000001a, 4px 4px 5px 0px #0000001a; }

.form-design_tour .btn-primary:hover { color: #fff; box-shadow: 4px 4px 6px 0 #ffffff80, -4px -4px 6px 0 #747d8880, inset -4px -4px 6px 0 #ffffff33, inset 4px 4px 6px 0 #00000066; }

.design-tours { position: relative; }

.design-tours .fixed { height: 100%; position: -webkit-sticky; position: sticky; top: 70px; z-index: 9; }

.design-tours textarea, .design-tours textarea:active { width: 100%; border: 1px solid #81818180; }

.design-tours input, .design-tours textarea { background: #81818125; }

@media (max-width: 767px) { .design-tours .form-check { display: flex; flex-wrap: wrap; padding: 15px; width: 100%; height: 100%; }
  .design-tours .form-check .item { width: 100%; padding: 5px 15px; } .s2-button { display:none; } .ft-text { width: calc(100% - 0rem);} .ft-text .text{max-height:50px}
 }
.view360-bg img { height: 50rem; }

.view-360 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; }

.view360 { width: 120px; height: 120px; background: rgba(0, 0, 0, 0.15); border-radius: 50%; z-index: 4; transition: all 0.15s ease-out; text-align: center; }

.view360:hover { background: rgba(0, 0, 0, 0.35); }

.view360 span { display: block; margin-top: 1rem; font-size: 20px; color: #fff; font-weight: 700; text-shadow: 0 1px 4px #000; }

.hasTags { margin-bottom: 1rem; }

.hasTags li { display: inline-block; }

.hasTags li:hover a { background-color: #481267; color: #fff; transition: all 0.3s ease; }

.hasTags a { display: inline-block; border: 1px solid #ddd; border-radius: 3px; padding: 4px 5px; color: #5f6368; font-size: 1.4rem; font-weight: 500; text-decoration: none; margin-right: 4px; transition: all 0.3s ease; }

.wrapBox { display: block; text-decoration: none; color: #000; border: 1px solid #acacac; border-radius: 10px; position: relative; font-size: 1.5rem; }

.wrapBox:hover { color: #000; }

.wrapBox i { color: #481267; }

.sale-photo { position: absolute; top: -1px; left: -18px; }

.sale-photo img { width: 140px; object-fit: cover; }

.sale-photo span { display: inline-block; position: absolute; top: 1rem; left: 1rem; font-size: 1.8rem; color: #fff; font-weight: 600; }

.contentSection { margin-top: 20px; padding: 0 10px 10px 10px; }

.contentSection h2 { color: #481267; font-size: 20px; transition: 0.3s; margin-bottom: 10px; }

.isSale { border-bottom: 1px solid #ddd; }

.timeClock { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #ddd; font-size: 1.5rem; }

.divRight li { display: inline-block; }

.priceForm { padding-top: 1.2rem; display: flex; justify-content: space-between; align-items: center; }

.rateStar { display: flex; align-items: center; }

.rateStar img { width: 2.3rem; }

.priceOld { color: #d1d1d1; }

span.qty_star { padding: 3px 5px; background: #481267; color: #fff; margin-right: 3px; border-radius: 5px; font-size: 1.4rem; }

.rateType { text-decoration: underline; }

.location { text-align: right; }

.priceNew { color: #481267; font-weight: 600; font-size: 2rem; }

.qs-bar { margin-top: -6rem; position: relative; z-index: 10; }

.search-world { background-color: #fff; padding: 1rem 1.5rem; box-shadow: 0px 1px 10px #00000040; border-radius: 5px; }

.qs__group label { font-weight: 600; }

.wl-head h3 { font-weight: 700; }

.wl-item a { display: block; height: 32rem; transition: all 0.5s; }

.wl-item a img { height: 100%; border-radius: 10px; }

.wl-item { position: relative; }

.wl-item:hover .wl-text span { color: #faa61a; transition: all 0.3s ease; }

.wl-item a { padding: 4rem; transition: padding 0.3s ease; }

.center .wl-item a { padding: 0; transition: padding 0.3s ease; }

.center .wl-item .wl-text { opacity: 1; visibility: visible; transition: all 0.5s 0.2s ease; }

.wl-text { opacity: 0; visibility: hidden; text-align: center; position: absolute; bottom: 0; left: 1rem; right: 1rem; margin-bottom: 5px; }

.wl-text span { display: inline-block; padding: 0.4rem 1rem; text-transform: uppercase; font-weight: 600; background-color: #7c0b9ec7; border-radius: 5px; color: #fff; }

.world-slide .owl-dots { bottom: -2rem; right: 3rem; }

.regulations ul { padding: 2rem 0; background-color: #17a2b80a; text-align: center; border-radius: 10px; }

.regulations ul li { display: inline-block; margin-right: 3rem; position: relative; }

.regulations ul li i { color: #481267; font-size: 2rem; margin-right: 5px; }

.regulations ul li span { font-weight: 500; }

.search_ticket .icon_chair { width: 25px; padding-left: 7px; }

.search_ticket .qs-left { border-radius: 6px 6px 0px 0px; }

.why-ticket .section__title { text-align: center; position: relative; z-index: 11; color: #f7f7f7; padding-bottom: 3rem; }

.why-ticket b { font-size: 1.8rem; }

.partner_ticket { text-align: center; background: #fff; }

.partner_ticket .item { background: #fff; height: 120px; margin: 15px 0px; padding: 15px; display: flex; align-items: center; justify-content: center; box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.227); transition: all 0.5s ease-in; }

.partner_ticket .item:hover { box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.522); }

.list-blog .item { position: relative; margin-top: 30px; overflow: hidden; }

.list-blog .item .item-inner{ position: relative; overflow: hidden;}
.list-blog .item .content { padding: 10px 0px 0px 0px; }

.list-blog .item .title h2 { font-size: 1.8rem; max-height: 75px; padding-bottom: 10px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0; }

.list-blog .item .if { color: #c0beb7; font-weight: 600; font-size: 1.4rem; }

.list-blog .item .if .times { padding-right: 15px; }

.list-blog .item .if i { font-size: 1.2rem; color: #6b81bc; }

.list-blog .item .desc { font-size: 1.4rem; max-height: auto; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.list-blog .item img { width: 100%; aspect-ratio: 6/4;object-fit: cover;}

.list-blog .item:nth-child(1) > a:before { position: absolute; content: ""; height: 100%; width: calc(100% - 30px); background: linear-gradient(#0000, #0000000d, black); z-index: 1; left: 0; right: 0; margin: 0px 15px;;}

.list-blog .item:nth-child(1) .content { position: absolute; bottom: 0; z-index: 2; padding: 30px; }

.list-blog .item:nth-child(1) .content .title h2 { color: #fff; font-size: 3.4rem; max-height: 100%; overflow: visible; line-height: 1.2; font-weight: 400; }

.details_blog h1 { font-size: 2.4rem; font-weight: 500; text-transform: uppercase; }

.details_blog .share ul { list-style-type: none; display: flex; justify-content: center; padding: 0; }

.details_blog .share ul li { margin: 5px; padding: 2px 10px; border-radius: 5px; transition: all 0.5s ease; }

.details_blog .share ul li.share_texxt { font-weight: 600; font-size: 1.8rem; }

.details_blog .share ul li:nth-child(2) { border: 1px solid #2a5f87; color: #2a5f87; }

.details_blog .share ul li:nth-child(2):hover { background: #2a5f87; color: #fff; }

.details_blog .share ul li:nth-child(3) { border: 1px solid #00c3f3; color: #00c3f3; }

.details_blog .share ul li:nth-child(3):hover { background: #00c3f3; color: #fff; }

.details_blog .share ul li:nth-child(4) { border: 1px solid #c82129; color: #c82129; }

.details_blog .share ul li:nth-child(4):hover { background: #c82129; color: #fff; }

.details_blog .share ul li a:hover { color: #fff; }

.details_blog .share ul li i { margin-right: 5px; }

.details_blog .call_action { width: 100%; text-align: center; margin-top: 25px; background: #d1d1d19a; }

.details_blog .call_action .action { margin: auto; padding: 2.5rem; }

.details_blog .call_action .action p { font-size: 1.8rem; margin-bottom: 2rem; font-weight: 600; }

.details_blog .call_action .action a { border: 1px solid #fff; padding: 5px 3.5rem; background: #481267; color: #fff; border-radius: 5px; transition: all 0.5s ease; box-shadow: inset 2px 2px 2px 0px #ffffff80, 7px 7px 20px 0px #0000001a, 4px 4px 5px 0px #0000001a; }

.details_blog .call_action .action a:hover { background: #e9cd09; }

.details_blog .auther_ac { border: 1px solid #c0beb7; padding: 3rem; margin: 3rem 0px; }

.details_blog .avatar_au { display: flex; align-items: center; font-size: 1.4rem; }

.details_blog .avatar_au img { width: 7.5rem; height: 7.5rem; border-radius: 50%; }

.details_blog .avatar_au .soci_auther { margin-left: 2rem; }

.details_blog .avatar_au .name_auther { font-weight: 600; font-size: 2rem; }

.details_blog .avatar_au a { color: #2a5f87; font-weight: 600; }

.details_blog .tieusu { font-size: 1.5rem; }

@media(max-width: 991.98px){.view_top{margin-top: 30px;}}

.view_top h5 { font-size: 2.6rem; text-transform: uppercase; color: #333; }

.blog_item { position: relative; }

.view_top .text_blog { margin-top: 1.5rem; }

.view_top .text_blog h3 { font-size: 1.8rem; height: 65px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.details_blog .banner img { height: 60vh; object-fit: cover; }

.details_blog .media_body { display: flex; align-items: center; justify-content: space-between; }

.details_blog .media_body img { width: 5rem; height: 5rem; border-radius: 50%; }

.details_blog .media_body strong { font-size: 1.3rem; }

.details_blog .media_body span { font-size: 1.3rem; }

.details_blog .top_post { font-size: 1.8rem; font-weight: 600; text-transform: uppercase; margin-top: 10px; padding: 10px 0px 0px; border-top: 1px solid #c0beb7; }

.details_blog .item_view { margin-top: 15px; }

.details_blog .item_view a { display: flex; }

.details_blog .item_view a img { width: 7rem; height: 7rem; }

.details_blog .item_view a .text_view { margin-left: 1rem; }

.details_blog .item_view a .text_view h5 { font-size: 1.5rem; margin: 0.2rem; }

.wrapper_border { padding: 10px; border: 1px solid #e9e9e9; border-radius: 5px; }

.tags { clear: both; }

.tags a { background: #cdc9c5; color: #fff; padding: 0 10px; font-size: 14px; border-radius: 3px; margin-bottom: 7px; display: inline-block; text-decoration: none; transition: all 0.5s ease-in; }

.tags a:hover { background: #481267; }

@media (max-width: 767px) { .details_blog .banner img { height: 25vh; object-fit: cover; }
  .details_blog .share ul li { margin: 3px; padding: 2px 2px; border-radius: 5px; transition: all 0.5s ease; } }
.contact { margin: 0px; position: relative; padding: 5rem 5rem; background-repeat: no-repeat; background-size: 100% 100%; }

.contact::before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #9191911c; opacity: 0.5; }

.contact h3 { color: #481267; }

.contact .form-group { padding: 8px 0px; }

.contact .form-group input { height: 7.5rem; background: #fff; border-radius: 10px; border: 0; padding: 1rem 1.5rem; box-shadow: 0px 2px 10px #00000014; }

.contact .form-group textarea { width: 100%; border: 1px solid #aaaaaa29; border-radius: 10px; box-shadow: 0px 2px 10px #00000014; }

.contact .contact-info { padding-top: 6.5rem; }

.contact .list-info { display: flex; width: 100%; height: 100%; padding: 0; margin: 0; flex-wrap: wrap; justify-content: space-between; }

.contact .list-info li { list-style: none; }

.contact .list-info i { color: #481267; }

.contact .card-header { background: #faa61a; }

.contact .card-link { font-weight: 600; color: #481267; }

.contact .card:nth-child(1), .contact .card:nth-child(1) .card-header { border-radius: 10px 10px 0px 0px; }

.contact .card:nth-child(4), .contact .card:nth-child(4) .card-header { border-radius: 0px 0px 10px 10px; }

.contact .book-btn { width: 50%; margin-left: 0; }

@media (max-width: 767px) { .contact { padding: 0px; } }
.modal-booktour .modal-dialog { max-width: 1000px; }

.modal-booktour ul { display: flex; width: 100%; align-items: center; padding: 0; }

.modal-booktour ul li { width: 25%; list-style-type: none; }

.modal-booktour .t-price { text-align: left; }

.modal-booktour .price-promo { font-size: 1.8rem; }

.modal-booktour .list-b_booktour .item { font-weight: bold; text-transform: uppercase; }

.list-booktour .item, .list-b_booktour .item { padding: 10px; border-bottom: 1px solid #481267; }

.modal-booktour .modal-footer { border: none; }

.saleEnd-text { padding: 0.6rem 1.5rem; color: #f5d700; font-weight: 800; }

.page-item .page-link, .page-item a { margin-left: 5px; border-radius: 5px; padding: 0.5rem 1rem; color: #7b0b9e; cursor: pointer; }

.page-item.active .page-link, .page-item a:hover { background-color: #7b0b9e !important; color: #fff !important; border-color: #7b0b9e !important; cursor: pointer; }

.title_blogs { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 2rem; }

.title_blogs .wrap-time-line { position: static; display: inline-block; border-radius: 10px; }

.title_blogs .flip-clock-wrapper { margin: 1.5em 2em 0.3em 2em !important; }
.tooltip{font-size:1.4rem;font-weight:500;}
.tooltip.show{opacity:1;}
.tooltip-inner{background: linear-gradient(45deg, #481267, #70209f, #f02382);border-radius:3px;padding: .4rem 1rem;}
.booking-section .custom-control-input:not(:disabled):active~.custom-control-label::before,.booking-section .custom-control-input:checked~.custom-control-label::before
{
	    color: #fff;
    background-color: #faa61a;
    border-color: #faa61a;
}

   .shareholder{
                padding: 100px 0px;
            }
            
.faq-section .mb-0 > a {
	display: block;
	position: relative;
}

.faq-section .mb-0 > a:after {
	content: "\207A";
	font-size: 40px;
	position: absolute;
	right: 0;
	top:-5px;
	font-weight: 900;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
	content: "\207B";
	font-size: 40px;
	font-weight: 900;
}
.shareholder ul{
	padding: 0;
}
.shareholder .item{
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
	border-bottom: 1px solid #989898;
	margin:0px;
}
.shareholder .item:nth-last-child(1)
{
	border-bottom: none;
}
.shareholder .item a{
	font-weight:600;
	transition: all .5s ease-in-out;
}
.shareholder .item a:hover{
	color: #faa61a;
}
.faq-section .mb-0 > a:hover{
	color: #faa61a;
}
.shareholder .item:nth-child(1) > a:before
{
	background:transparent
}
.shareholder a i{
	padding-left:10px;
}

.ins-preview-wrapper{
position:relative;
	display:block;
	z-index:1;
}
.ins-preview-wrapper.ins-preview-two{
position: fixed;
    bottom: 0;
    left: 0;
    height: 333px;
	display:block;
    z-index: 999999;
    max-width: 250px;
    max-height: 333px;
    width: 100%;
	border: 0px none rgb(51, 51, 51);
    border-radius: 0px;
}
.ins-preview-wrapper.ins-preview-two .close-ins-preview{
  font-size: 20px;
    line-height: 1;
    color: white;
}
.ins-preview-wrapper .ins-preview-main img{
	    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    content-visibility: auto;
}
.ins-preview-wrapper .close-ins-preview{
	position: absolute;
    top: 5px;
    right: 15px;
    font-size: 18px;
    font-weight: 700;
	cursor: pointer;
}
.ins-preview-wrapper.hide{
display:none;
}

a{
    text-decoration: none;
}

ul li{
    list-style: none;
}
.contact__footer{
	padding: 0;
    display: flex;
    gap: 20px	
}

.contact__footer li i{
	color: #faa61a;
	font-size: 20px;
}

/*
.contact__footer li:nth-child(1) i{
	color: #3c5690;
}
.contact__footer li:nth-child(2) i{
	color: #ff0000;
}.contact__footer li:nth-child(3) i{
	color: #e53d5e;
}*/