@charset "UTF-8";
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Bold.woff2") format("woff2"), url("../fonts/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-ExtraBold.woff2") format("woff2"), url("../fonts/Lexend-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Medium.woff2") format("woff2"), url("../fonts/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-ExtraLight.woff2") format("woff2"), url("../fonts/Lexend-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Light.woff2") format("woff2"), url("../fonts/Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Regular.woff2") format("woff2"), url("../fonts/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Book";
  src: url("../fonts/SVN-BookAntiquaitalic.woff2") format("woff2"), url("../fonts/SVN-BookAntiquaitalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Book";
  src: url("../fonts/SVN-BookAntiquabold.woff2") format("woff2"), url("../fonts/SVN-BookAntiquabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Thin.woff2") format("woff2"), url("../fonts/Lexend-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-SemiBold.woff2") format("woff2"), url("../fonts/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Book";
  src: url("../fonts/SVN-BookAntiqua.woff2") format("woff2"), url("../fonts/SVN-BookAntiqua.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Linux";
  src: url("../fonts/SVN-LinuxLibertinebold.woff2") format("woff2"), url("../fonts/SVN-LinuxLibertinebold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Linux";
  src: url("../fonts/SVN-LinuxLibertine.woff2") format("woff2"), url("../fonts/SVN-LinuxLibertine.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Linux";
  src: url("../fonts/SVN-LinuxLibertineitalic.woff2") format("woff2"), url("../fonts/SVN-LinuxLibertineitalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Linux";
  src: url("../fonts/SVN-LinuxLibertinebolditalic.woff2") format("woff2"), url("../fonts/SVN-LinuxLibertinebolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Black.woff2") format("woff2"), url("../fonts/Lexend-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.svn-linux {
  font-family: "SVN-Linux";
}

.lexend {
  font-family: "Lexend";
}

.svn-book {
  font-family: "SVN-Book";
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

@keyframes zoomeffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
/* Hiệu ứng đổi màu liên tục */
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, p,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
  color: #012934;
}
a:hover, a:focus {
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000000;
  font-size: 18px;
  line-height: 1.3 !important;
  font-weight: 300;
  font-family: "Lexend";
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
body.active-hidden {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}
body h1, body h2, body h3, body h4, body h5 h6 {
  line-height: 1.35 !important;
}
body p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body p {
    margin-bottom: 10px;
  }
}
body p:last-child {
  margin-bottom: 0;
}

.container {
  max-width: 1630px !important;
  padding: 0 15px;
  margin: 0 auto;
  width: 100% !important;
}
@media (max-width: 1900px) {
  .container {
    max-width: 100% !important;
    padding: 0 136px;
  }
}
@media (max-width: 1600px) {
  .container {
    padding: 0 100px;
  }
}
@media (max-width: 1280px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/*======================================== end config =================================*/
.padd-main {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .padd-main {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 40px 0;
  }
}

.icon-line-svg svg {
  display: inline-flex;
}
@media (max-width: 1023px) {
  .icon-line-svg svg {
    width: auto;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .icon-line-svg svg {
    height: 40px;
  }
}
.icon-line-svg svg line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: draw-line 1s forwards, color-change 2s infinite ease-in-out;
  animation-delay: 0s, 1s;
}

.zoom-effect {
  -webkit-animation: zoomeffect 80s infinite;
  -moz-animation: zoomeffect 80s infinite;
  animation: zoomeffect 80s infinite;
}

.brightness-black {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

.gradient-yellow {
  background-image: linear-gradient(to right, #fff, #F7F1E7);
}

.arrow-slide-swiper {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .arrow-slide-swiper img {
    width: 10px;
  }
}

header {
  transition: 0.2s all !important;
  padding: 20px 0;
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
header.menu-fixed {
  padding: 12px 0;
}
@media (max-width: 767px) {
  header.menu-fixed {
    padding: 10px 0;
  }
}
header .bg {
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
header .bg.active {
  opacity: 0.8;
  pointer-events: unset;
}

.btn-menu {
  display: none;
}
@media (max-width: 1023px) {
  .btn-menu {
    display: block;
  }
}

@media (max-width: 1023px) {
  .h-menu {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    z-index: 1002;
    background: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.4s all !important;
  }
}
.h-menu.active {
  left: 0;
}
.h-menu.active .close-menu {
  opacity: 1;
  pointer-events: unset;
}
.h-menu .close-menu {
  transition: 0.3s all !important;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .h-menu .close-menu svg {
    width: 16px;
    height: auto;
  }
}
.h-menu ul {
  display: flex;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1600px) {
  .h-menu ul {
    gap: 32px;
  }
}
@media (max-width: 1364px) {
  .h-menu ul {
    gap: 24px;
  }
}
@media (max-width: 1280px) {
  .h-menu ul {
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .h-menu ul {
    display: block;
  }
}
@media (max-width: 1023px) {
  .h-menu ul li {
    margin-bottom: 40px;
  }
  .h-menu ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .h-menu ul li {
    margin-bottom: 16px;
  }
}
.h-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  border-radius: 32px;
  background: #fff;
}
@media (max-width: 1280px) {
  .h-menu a {
    padding: 6px 20px;
  }
}
@media (max-width: 1023px) {
  .h-menu a {
    color: #000000;
    padding: 10px 28px;
  }
}
.h-menu a:hover, .h-menu a.active {
  background: #8EB8B8;
  color: #fff;
}

.btn-menu svg {
  height: auto;
  width: 35px;
}
@media (max-width: 767px) {
  .btn-menu svg {
    width: 30px;
  }
}

main {
  margin-top: 107px;
  transition: 0.2s all !important;
}
@media (max-width: 1536px) {
  main {
    margin-top: 91px;
  }
}
@media (max-width: 1280px) {
  main {
    margin-top: 86px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 61px;
  }
}
main.menu-fixed {
  margin-top: 90px;
}
@media (max-width: 767px) {
  main.menu-fixed {
    margin-top: 61px;
  }
}

header {
  position: relative;
  z-index: 100;
}

@media (max-width: 1023px) {
  .header-menu {
    z-index: 2;
    overflow: auto;
    max-height: 100vh;
  }
}
.header-menu > ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .header-menu > ul {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header-menu > ul > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-menu > ul > li:last-child a:after {
  display: none;
}
@media (min-width: 1024px) {
  .header-menu > ul > li:hover > a {
    background: #FF0000;
  }
  .header-menu > ul > li:hover > a img {
    transform: rotate(180deg);
  }
  .header-menu > ul > li:hover .content-sub-megamenu {
    opacity: 1;
    pointer-events: unset;
  }
}
.header-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  color: #fff;
  height: 50px;
  padding: 0 32px;
  position: relative;
}
@media (max-width: 1200px) {
  .header-menu a {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .header-menu a {
    color: #000000;
    justify-content: flex-start;
    padding: 0 20px;
    height: auto;
    gap: 0 12px;
    box-sizing: border-box !important;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .header-menu a:hover, .header-menu a.active {
    background: #FF0000;
  }
  .header-menu a:after {
    content: "";
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.3019607843);
    position: absolute;
    right: -1px;
    top: calc(50% - 14px);
  }
}
.header-menu a .icon-item-img {
  flex: 0 0 50px;
  max-width: 50px;
}
@media (max-width: 767px) {
  .header-menu a .icon-item-img {
    max-width: 38px;
    flex: 0 0 38px;
  }
}

.h-menu-logo ul li {
  position: relative;
}
.h-menu-logo ul li:hover a img {
  transform: rotate(180deg);
}
.h-menu-logo ul li:hover .submenu {
  top: 35px;
  opacity: 1;
  pointer-events: unset;
}
.h-menu-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  color: #fff;
  padding: 10px 16px;
}
@media (max-width: 1100px) {
  .h-menu-logo a {
    padding: 10px;
  }
}
.h-menu-logo a:hover img {
  transform: rotate(180deg);
}
.h-menu-logo .submenu {
  position: absolute;
  background: #353535;
  width: 220px;
  top: 60px;
  left: 0;
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
}
.h-menu-logo .submenu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.h-menu-logo .submenu ul li:last-child {
  border-bottom: 0;
}
.h-menu-logo .submenu a {
  height: auto;
  display: block;
  text-align: left;
  padding: 12px 20px;
}
.h-menu-logo .submenu a:hover {
  background: #FF0000;
}

.head-search .txt_field {
  width: 167px;
  height: 26px;
  border-radius: 30px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #fff;
}
@media (max-width: 1200px) {
  .head-search .txt_field {
    width: 140px;
  }
}

.header-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  height: 40px;
}
.header-top a:hover {
  background: #FF0000;
}
.header-top .calendar a {
  background: #FF0000;
}
.header-top .calendar a:hover {
  background: #8EB8B8;
}
.header-top .opening:hover > a {
  background: transparent !important;
}
.header-top .opening:hover > a img {
  transform: rotate(180deg);
}
.header-top .opening:hover .time-open-head {
  opacity: 1;
  pointer-events: unset;
}

.time-open-head {
  background: rgba(30, 30, 30, 0.8980392157);
  backdrop-filter: blur(8px);
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
}

.time-open ul {
  margin-bottom: 16px;
}
.time-open ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.time-open ul li span:first-child {
  flex: 0 0 86px;
  max-width: 86px;
}
.time-open ul li:last-child {
  margin-bottom: 0;
}
.time-open .btn-main a {
  height: 38px;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  background: #fff;
  gap: 8px;
}

.content-sub-megamenu {
  position: absolute;
  width: 100%;
  top: 50px;
  transition: 0.3s all !important;
  opacity: 0;
  pointer-events: none;
  max-width: 1232px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .content-sub-megamenu {
    opacity: 1;
    pointer-events: unset;
    top: 0;
    left: -100%;
    background: #fff;
    z-index: 10;
    height: 100vh;
    overflow: auto;
    transform: unset;
  }
  .content-sub-megamenu.active {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .content-sub-megamenu .container {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .bg-menu-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all !important;
  }
  .bg-menu-main.active {
    opacity: 0.5;
    pointer-events: unset;
  }
}

.content-megamenu {
  background: #fff;
  box-shadow: 0 16px 26px 0 rgba(170, 127, 127, 0.1019607843);
  border-radius: 0 0 20px 20px;
  padding: 32px 40px;
}
@media (max-width: 1023px) {
  .content-megamenu {
    padding: 20px;
    box-shadow: unset;
    border-radius: 0;
  }
}
.content-megamenu .scroll-megamenu {
  max-height: 36vh;
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .content-megamenu .scroll-megamenu {
    max-height: unset;
    overflow: hidden;
  }
}
.content-megamenu .scroll-megamenu::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.content-megamenu .scroll-megamenu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8c0014;
}
.content-megamenu .scroll-megamenu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

@media (max-width: 1023px) {
  .item-mg-link ul {
    display: none;
    margin-top: 10px;
  }
}
.item-mg-link ul li {
  margin-bottom: 10px;
}
.item-mg-link ul li:last-child {
  margin-bottom: 0;
}
.item-mg-link ul li a {
  text-transform: initial;
  padding: 0;
  display: inline-flex;
  font-weight: normal;
  height: auto;
  color: #000000;
  justify-content: flex-start;
}
.item-mg-link ul li a:after {
  display: none;
}
.item-mg-link ul li a:hover {
  background: transparent;
  color: #FF0000;
}
.item-mg-link ul li a .menu-item-img {
  flex: 0 0 20px;
  max-width: 20px;
  margin-right: 4px;
}
.item-mg-link .h-mg {
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .item-mg-link .h-mg {
    display: flex;
  }
}
.item-mg-link .h-mg a {
  height: auto;
  display: none;
}
@media (max-width: 1023px) {
  .item-mg-link .h-mg a {
    display: block;
  }
}
.item-mg-link .h-mg .icon-arr.active img {
  transform: rotate(-90deg);
}
.item-mg-link .h-mg .icon-arr img {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}

.menu-partner a {
  padding: 0 !important;
}
.menu-partner a:hover {
  background: transparent !important;
}

.slide-banner-menu .swiper-pagination_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  position: relative;
  margin-top: 12px;
  display: none;
}
.slide-banner-menu .swiper-pagination_2 span {
  background: #FF0000;
}

.item-banner-menu a {
  height: auto;
}
.item-banner-menu img {
  max-height: 120px;
}

@media (max-width: 1023px) {
  .main-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6784313725);
    z-index: 1001 !important;
    pointer-events: none;
    opacity: 0;
  }
  .main-menu.active {
    opacity: 1;
    pointer-events: unset;
  }
  .main-menu:after {
    content: "";
    width: 450px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .main-menu:after {
    width: 90%;
  }
}

.menu-mobile-bottom ul li {
  margin-bottom: 16px;
  position: relative;
}
.menu-mobile-bottom ul li:last-child {
  margin-bottom: 0;
}
.menu-mobile-bottom ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  z-index: 2;
  right: 20px;
}
.menu-mobile-bottom ul li .icon.active img {
  transform: rotate(90deg);
}
.menu-mobile-bottom .sub-menu-mb {
  margin-top: 10px;
  padding-left: 20px;
  font-weight: normal;
  display: none;
}
.menu-mobile-bottom .sub-menu-mb ul li {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .item-hotel:hover .bg {
    transition-delay: 0.4s;
    opacity: 0.6;
  }
  .item-hotel:hover .avarta img {
    transform: scale(1.06);
  }
  .item-hotel:hover .info {
    background: rgba(30, 23, 17, 0.2);
    transition-delay: 0.4s;
  }
  .item-hotel:hover .info .line {
    max-width: 100% !important;
    transition-delay: 0s;
  }
  .item-hotel:hover .info ul {
    height: 32px;
    padding-top: 8px;
    transition-delay: 0.4s;
  }
}
.item-hotel .info {
  transition: 0.5s all;
  background: #8EB8B8;
  padding: 36px 20px;
  transition-delay: 0s;
}
@media (max-width: 1600px) {
  .item-hotel .info {
    padding: 20px 12px;
  }
}
@media (max-width: 767px) {
  .item-hotel .info {
    padding: 12px;
  }
}
.item-hotel .info ul {
  transition: 0.3s all;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition-delay: 0s;
}
.item-hotel .info .line {
  transition: 0.6s all;
  transition-delay: 0s;
}
.item-hotel .bg {
  transition-delay: 0s;
  transition: 0.3s all;
  opacity: 0;
}

.avarta-bottom:after {
  content: "";
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(142, 184, 184, 0.8117647059), #8eb8b8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.item-slide-gallery:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #8EB8B8;
  top: 80px;
  left: -40px;
  position: absolute;
}
@media (max-width: 1023px) {
  .item-slide-gallery:after {
    display: none;
  }
}

.slide-gall .slice-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.3s all !important;
  z-index: 2;
}
.slide-gall .slice-container .slice {
  width: 100%;
  height: 100%;
  flex: 0 0 20%;
  max-width: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.65);
  opacity: 1 !important;
  transition: transform 1s ease, opacity 1s ease;
}

.slide-gall .swiper-slide {
  transform: scale(0.8) !important;
  transition: 0.3s all !important;
}
.slide-gall .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}
.slide-gall .swiper-slide.swiper-slide-next {
  transform: scale(0.9) translateX(5.5%) !important;
}
.slide-gall .avarta {
  opacity: 1;
  transition-delay: 0s;
  pointer-events: none;
}
.slide-gall .avarta.active {
  transition-delay: 1.4s;
}

.slide-gall_v1 .slice-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.3s all !important;
  z-index: 2;
}
.slide-gall_v1 .slice-container .slice {
  width: 100%;
  height: 100%;
  flex: 0 0 20%;
  max-width: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.65);
  opacity: 1 !important;
  transition: transform 1s ease, opacity 1s ease;
}

.slide-gall_v2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-gall_v2 .slice-container_v2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  overflow: hidden;
  transition: 0.3s all !important;
  z-index: 3;
}
.slide-gall_v2 .slice-container_v2 .slice {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 400% 400%;
  background-position: 0% 0%;
  transform: scale(0.6);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.banner-slice-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-slice-container .banner-slice {
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(0.65);
  transition: opacity 1.25s ease, transform 1.25s ease;
}

.banner-wave-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-wave-container .banner-slice {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-grid-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-grid-container .banner-grid-slice {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-rotate-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-rotate-container .banner-rotate-slice {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
  perspective: 1000px;
}

.banner-3d-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  perspective: 1000px;
}
.banner-3d-container .banner-3d-slice {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.tabcontent-thestay {
  display: none;
}
.tabcontent-thestay.active {
  display: block;
}

.cla-tab-stay.active {
  background: linear-gradient(#ffffff, #8EB8B8);
}

.avr-service .absolute-liner {
  background-image: linear-gradient(rgba(246, 239, 232, 0), rgba(246, 239, 232, 0.7019607843), #f6efe8, #f6efe8);
}
@media (max-width: 767px) {
  .avr-service .absolute-liner {
    background-image: linear-gradient(rgba(246, 239, 232, 0), rgba(246, 239, 232, 0.68), rgba(246, 239, 232, 0.7607843137), #f6efe8);
  }
}

@media (max-width: 1023px) {
  .tienich-list img {
    max-height: 14px;
  }
}
@media (max-width: 767px) {
  .tienich-list img {
    max-height: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
