@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap");
html {
  font-size: 2.5641025641vw;
}
@media screen and (min-width: 969px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Wix Madefor Display", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  color: #000000;
}

img {
  width: 100%;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a,
button {
  text-decoration: none;
  color: #0066C5;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

ul {
  list-style: none;
}

b, strong {
  font-weight: 700 !important;
}

/* Variable */
/* Font */
@font-face {
  font-family: "BeautiqueDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BeautiqueDisplay-Regular.otf") format("opentype");
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/BeautiqueDisplay-Medium.otf") format("opentype");
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BeautiqueDisplay-Bold.otf") format("opentype");
}
@font-face {
  font-family: "BeautiqueDisplay";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/BeautiqueDisplay-Black.otf") format("opentype");
}
.font-beautiquedisplay {
  font-family: "BeautiqueDisplay", sans-serif;
}

.font-wixmadefor {
  font-family: "Wix Madefor Display", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.banner_slick .slick-dots {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner_slick .slick-dots {
    bottom: 3rem;
  }
}
.banner_slick .slick-dots .slick-active button {
  background-color: #fff;
}
.banner_slick .slick-dots button {
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .banner_slick .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.banner_slick .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  z-index: 9999;
  cursor: pointer;
  width: 2.5rem;
  height: 3rem;
  z-index: 2;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .banner_slick .slick-arrow {
    display: none !important;
  }
}
.banner_slick .slick-next {
  right: 5rem;
  border: none;
  background: url("../images/ico_next.png") 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .banner_slick .slick-next {
    right: 2rem;
  }
}
.banner_slick .slick-prev {
  left: 5rem;
  border: none;
  background: url("../images/ico_prev.png") 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .banner_slick .slick-prev {
    left: 2rem;
  }
}

.section_video {
  position: relative;
}
.section_video::after, .section_video::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section_video::after {
  background-image: url("../images/video.gif");
  z-index: -1;
  opacity: 0.1;
}
.section_video::before {
  background-image: url("../images/bg_video.png");
  z-index: -2;
}

.products_slick-item {
  transition: all ease-in-out 0.3s;
}
.products_slick-item .thumb img {
  transition: all ease-in-out 0.3s;
  transform: scale(1);
}
.products_slick-item:hover {
  transform: translateY(-6.5rem);
}
.products_slick-item:hover .thumb {
  overflow: hidden;
}
.products_slick-item:hover .thumb img {
  transition: all 300ms ease-in-out;
  transform: scale(1.1);
}
.products_slick-item:hover .content h4, .products_slick-item:hover .content p {
  color: #DEB55E;
}
.products_slick .slick-current {
  transform: translateY(-2.5rem);
}
@media screen and (min-width: 768px) {
  .products_slick .slick-current {
    transform: translateY(-6.5rem);
  }
}
.products_slick .slick-current .thumb {
  overflow: hidden;
}
.products_slick .slick-current .thumb img {
  transition: all 300ms ease-in-out;
  transform: scale(1.1);
}
.products_slick .slick-dots {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .products_slick .slick-dots {
    bottom: -4.5rem;
  }
}
.products_slick .slick-dots .slick-active button {
  background-color: #fff;
}
.products_slick .slick-dots button {
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: rgba(172, 165, 165, 0.4);
  margin: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .products_slick .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.5rem;
  }
}
.products_slick .slick-list {
  overflow: initial;
}

.libary_slick-item {
  transform: scale(0.9);
  position: relative;
}
.libary_slick-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.3);
}
.libary_slick-item.slick-center::before {
  background-color: transparent;
}
.libary_slick-thumb {
  overflow: hidden;
  cursor: pointer;
}
.libary_slick-thumb img {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.libary_slick-thumb:hover img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}
.libary_slick.slick-slider {
  transition: all 0.4s ease-in-out;
}
.libary_slick .slick-center {
  transform: scale(1.08);
}
.libary_slick .slick-dots {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .libary_slick .slick-dots {
    bottom: -4.5rem;
  }
}
.libary_slick .slick-dots .slick-active button {
  background-color: #595959;
}
.libary_slick .slick-dots button {
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: rgba(172, 165, 165, 0.4);
  margin: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .libary_slick .slick-dots button {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
  }
}
.libary_slick .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  z-index: 9999;
  width: 2.5rem;
  height: 3rem;
  z-index: 2;
  background-color: transparent;
  bottom: initial;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .libary_slick .slick-arrow {
    width: 2rem;
    height: 1.5rem;
    transform: initial;
    top: initial;
    bottom: -4.5rem;
  }
}
.libary_slick .slick-next {
  right: 5rem;
  border: none;
  background: url("../images/ico_next.png") 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .libary_slick .slick-next {
    right: 8rem;
    background: url("../images/ico_next01.png") 0 0/contain no-repeat;
  }
}
.libary_slick .slick-prev {
  left: 5rem;
  border: none;
  background: url("../images/ico_prev.png") 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .libary_slick .slick-prev {
    left: 8rem;
    background: url("../images/ico_prev01.png") 0 0/contain no-repeat;
  }
}

.projects_slick-item .thumb {
  overflow: hidden;
}
.projects_slick-item .thumb img {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.projects_slick-item:hover img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}
.projects_slick-item:hover h4 {
  color: #DEB55E;
}
.projects_slick .slick-dots {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .projects_slick .slick-dots {
    bottom: -3rem;
  }
}
.projects_slick .slick-dots .slick-active button {
  background-color: #595959;
}
.projects_slick .slick-dots button {
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: rgba(172, 165, 165, 0.4);
  margin: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .projects_slick .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.5rem;
  }
}

.room_slick .slick-list {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .room_slick .slick-list {
    padding-bottom: 4rem !important;
  }
}
.room_slick .slick-arrow {
  font-size: 0;
  position: absolute;
  bottom: -6rem;
  transform: translateX(-50%);
  border: none;
  z-index: 9999;
  width: 5.3rem;
  height: 5.3rem;
  z-index: 2;
  background-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .room_slick .slick-arrow {
    width: 4rem;
    height: 4rem;
    transform: initial;
    top: initial;
    bottom: -4.5rem;
  }
}
.room_slick .slick-prev {
  left: calc(50% - 3.5rem);
  border: none;
  background: url("/wp-content/uploads/2025/06/arr_left01.png") 0 0/contain no-repeat;
}
.room_slick .slick-prev:hover {
  background: url("/wp-content/uploads/2025/06/arr_left01-active.png") 0 0/contain no-repeat;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .room_slick .slick-prev {
    left: calc(50% - 4rem);
    background: url("/wp-content/uploads/2025/06/arr_left01.png") 0 0/contain no-repeat;
  }
}
.room_slick .slick-next {
  left: calc(50% + 3.5rem);
  border: none;
  background: url("/wp-content/uploads/2025/06/arr_right01.png") 0 0/contain no-repeat;
}
.room_slick .slick-next:hover {
  background: url("/wp-content/uploads/2025/06/arr_right01-active.png") 0 0/contain no-repeat;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .room_slick .slick-next {
    left: calc(50% + 1rem);
    background: url("/wp-content/uploads/2025/06/arr_right01.png") 0 0/contain no-repeat;
  }
}

.btn_booking {
  transition: all ease-in-out 0.3s;
}
.btn_booking img {
  transition: all ease-in-out 0.3s;
  transform: scale(1);
}
.btn_booking:hover img {
  transform: scale(1.1);
}

.box_new-item {
  overflow: hidden;
  transition: all ease-in-out 0.4s;
  opacity: 1 !important;
}
.box_new-item:hover .box_new-img {
  overflow: hidden;
}
.box_new-item:hover img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}
.box_new-item:hover h4 {
  color: #DEB55E;
}
.box_new-img img {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .section_danhsachcan .item-room:hover {
    opacity: 1 !important;
  }
}
.section_danhsachcan .img_room {
  height: 100%;
}
.section_danhsachcan .img_room img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .section_danhsachcan .img_room img {
    width: 100%;
    height: 100%;
  }
}

.footer_logo a {
  display: inline-block;
  width: 10rem;
}

.single_sanpham .banner_single {
  position: relative;
}
.single_sanpham .banner_single::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
@media screen and (min-width: 969px) {
  .single_sanpham .sub_title {
    position: relative;
  }
  .single_sanpham .sub_title::before {
    content: "";
    width: 7.6rem;
    height: 0.1rem;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.ttl_h3 {
  position: relative;
}
.ttl_h3::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #EFC247;
  position: absolute;
  bottom: 0;
}
.ttl_h3.right::before {
  width: 100%;
  left: 0;
}
@media screen and (min-width: 969px) {
  .ttl_h3.right::before {
    width: calc(100% + 7rem);
    left: -7rem;
  }
}
.ttl_h3.left::before {
  left: 0;
}

.group_tlhb .item {
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  opacity: 1 !important;
}
.group_tlhb .item::before {
  content: "Xem chi tiết";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 86.5%;
  z-index: 1;
  background: rgba(61, 61, 61, 0.5);
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  opacity: 0;
  pointer-events: none;
}
.group_tlhb .item:hover::before {
  top: 0;
  opacity: 1;
}

.text-number {
  -webkit-text-stroke: 1px #BFBFBF;
  color: transparent;
}

.pagination {
  padding: 5rem 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  color: #454545;
  font-weight: 600;
  border: 1px solid #454545;
  background-color: transparent;
}
@media screen and (min-width: 969px) {
  .pagination .nav-links .page-numbers {
    font-size: 1.4rem;
    padding: 1.2rem 1.7rem;
  }
}
.pagination .nav-links .page-numbers.current {
  color: #fff;
  background-color: #454545;
}
.pagination .nav-links .page-numbers:hover {
  color: #fff;
  background-color: #454545;
}

.fade-in {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}

.animate-arrow {
  animation: moveDown 1s ease-in-out infinite;
  display: inline-block;
}

.animate-pulse-livetrym {
  animation: pulse-livetrym 1s infinite;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0) rotate(180deg);
  }
  50% {
    transform: translateY(0.75rem) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(180deg);
  }
}
@keyframes pulse-livetrym {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=global.css.map */