@charset "UTF-8";
html {
  font-size: 2.3255813953vw;
}
@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: "SVN-Gotham", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  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: "SVN-Gotham";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/SVN-GothamThin.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SVN-GothamLight.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SVN-GothamRegular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/SVN-GothamBlack.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SVN-GothamBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "iCiel Begum";
  src: url("../fonts/ICIELBEGUM-MEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "iCiel Begum";
  src: url("../fonts/ICIELBEGUM.OTF") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "iCiel Begum";
  src: url("../fonts/ICIELBEGUM-LIGHT.OTF") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "iCiel Begum";
  src: url("../fonts/ICIELBEGUM-BOLD.OTF") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "iCiel Begum";
  src: url("../fonts/ICIELBEGUM-SEMIBOLD.OTF") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "iCiel Millanova";
  src: url("../fonts/ICIELMILLANOVA-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Fz Photograph";
  src: url("../fonts/FzPhotograph.eot");
  src: url("../fonts/FzPhotograph.eot?#iefix") format("embedded-opentype"), url("../fonts/FzPhotograph.woff2") format("woff2"), url("../fonts/FzPhotograph.woff") format("woff"), url("../fonts/FzPhotograph.ttf") format("truetype");
  font-display: swap;
}
.font-ic {
  font-family: "iCiel Begum", Arial, Helvetica, sans-serif;
}

.font-fz {
  font-family: "Fz Photograph", Arial, Helvetica, sans-serif;
}

.font-millanova {
  font-family: "iCiel Millanova", Arial, Helvetica, sans-serif;
}

.section_duan {
  position: relative;
}
.section_duan::before {
  content: "";
  position: absolute;
  top: 24rem;
  left: 0;
  width: 15.9rem;
  height: 12.5rem;
  background-image: url("/wp-content/uploads/2025/08/duan_mb.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 969px) {
  .section_duan::before {
    top: 0;
    left: 0;
    width: 42rem;
    height: 60rem;
    background-image: url("/wp-content/uploads/2025/08/duan_left.png");
  }
}
.section_duan::after {
  content: "";
  position: absolute;
  bottom: 8rem;
  right: 0;
  width: 15.9rem;
  height: 12.5rem;
  background-image: url("/wp-content/uploads/2025/08/duan_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 969px) {
  .section_duan::after {
    bottom: 0;
    right: 0;
    width: 42rem;
    height: 60rem;
    background-image: url("/wp-content/uploads/2025/08/duan_right.png");
  }
}

.section_vithe {
  position: relative;
}
@media screen and (min-width: 969px) {
  .section_vithe::before {
    content: "";
    position: absolute;
    top: -10rem;
    right: 0;
    width: 76.5rem;
    height: 60rem;
    background-image: url("/wp-content/uploads/2025/08/cloud_top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .section_vithe::after {
    content: "";
    position: absolute;
    bottom: -10rem;
    left: 0;
    width: 76.5rem;
    height: 58rem;
    background-image: url("/wp-content/uploads/2025/08/cloud_right.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
}
.section_vithe-box {
  background-color: rgba(18, 18, 18, 0.5);
}

.section_bst-ttl {
  position: relative;
}
.section_bst-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 5rem;
  background-color: #9C2F3B;
}
@media screen and (min-width: 969px) {
  .section_bst-ttl::after {
    left: 38%;
    height: 7.9rem;
  }
}
.section_bst-img {
  overflow: hidden;
}
.section_bst .item {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.section_bst .item:hover img {
  transform: scale(1.1);
}
.section_bst .item:hover .box_chitiet {
  opacity: 1;
}
.section_bst .item img {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.section_bst .item .box_chitiet {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.section_room .box_tab {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 969px) {
  .section_room .box_tab {
    gap: 6.8rem;
  }
}
.section_room .tabs {
  width: 100%;
}
@media screen and (min-width: 969px) {
  .section_room .tabs {
    width: 25.5rem;
  }
}
.section_room .tabs .list_tabs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding-left: 2rem;
  list-style-type: none;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 969px) {
  .section_room .tabs .list_tabs {
    width: 100%;
    height: 100%;
    padding-left: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.section_room .tab-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.4rem 0.5rem;
  text-decoration: none;
  background-color: transparent;
  color: #8B434B;
  text-align: center;
  border: 0.1rem solid #8B434B;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 969px) {
  .section_room .tab-link {
    display: inline-block;
    height: auto;
    font-size: 1.6rem;
    padding: 1rem 2.5rem;
  }
}
.section_room .tab-link.active {
  background-color: #8B434B;
  border: 0.1rem solid transparent;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 969px) {
  .section_room .tab-link.active {
    opacity: 1;
  }
}
.section_room .tab-link:hover {
  background-color: #8B434B;
  color: #fff;
  opacity: 1;
}
.section_room .tab-content {
  flex: 1;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 969px) {
  .section_room .tab-content {
    padding: 0;
  }
}
.section_room .content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section_room .content.active {
  display: block;
  opacity: 1;
}
.section_room .room_slick {
  overflow: hidden;
}
.section_room .room_slick img {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
.section_room .room_slick-item:hover {
  opacity: 1;
}
.section_room .room_slick-item:hover img {
  transform: scale(1.1);
}
.section_room .room_slick-item:hover div {
  opacity: 0.7;
}

.section_library .tabs .list_tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-left: 2rem;
  list-style-type: none;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 969px) {
  .section_library .tabs .list_tabs {
    width: 100%;
    padding-left: 0;
    gap: 1rem;
  }
}
.section_library .tabs .list_tabs-item {
  margin-right: 9rem;
}
@media screen and (max-width: 968px) {
  .section_library .tabs .list_tabs-item {
    margin-right: 3rem;
  }
}
.section_library .tab-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  color: #9C2F3B;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
}
@media screen and (min-width: 969px) {
  .section_library .tab-link {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
  .section_library .tab-link::after {
    display: block;
    width: 100%;
    content: "";
    border-bottom: solid 0.3rem #9C2F3B;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: absolute;
    left: 0;
    bottom: -2rem;
  }
  .section_library .tab-link:hover::after {
    transform: scaleX(1);
  }
}
.section_library .tab-link.active {
  opacity: 1;
  position: relative;
}
.section_library .tab-link.active::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #9C2F3B;
  border-bottom: 1px solid #9C2F3B;
}
@media screen and (min-width: 969px) {
  .section_library .tab-link.active::before {
    bottom: -2rem;
  }
}
.section_library .tab-content {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 969px) {
  .section_library .tab-content {
    padding: 0;
  }
}
.section_library .content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section_library .content.active {
  display: block;
  opacity: 1;
}

.library_slick .slick-arrow {
  font-size: 0;
}

.slick_genZ .slick-arrow {
  font-size: 0;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 7rem;
  height: 5rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 969px) {
  .slick_genZ .slick-arrow {
    width: 9.8rem;
    height: 6.4rem;
  }
}
.slick_genZ .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick_genZ .slick-prev {
  left: 0;
}
@media screen and (min-width: 969px) {
  .slick_genZ .slick-prev {
    left: -9.8rem;
  }
}
.slick_genZ .slick-prev:before {
  background-image: url("/wp-content/uploads/2025/08/arr_left.png");
}
.slick_genZ .slick-next {
  right: 0;
}
@media screen and (min-width: 969px) {
  .slick_genZ .slick-next {
    right: -9.8rem;
  }
}
.slick_genZ .slick-next:before {
  background-image: url("/wp-content/uploads/2025/08/arr_right.png");
}

.section_image {
  position: relative !important;
}
@media screen and (min-width: 969px) {
  .section_image::before {
    content: "";
    position: absolute;
    top: -25rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .section_image::after {
    content: "";
    position: absolute;
    bottom: -10rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }
}

.studio_slick {
  position: relative;
}
.studio_slick .studio_slick-slider {
  position: relative;
}
.studio_slick .slick-slide img {
  display: block;
  margin: 0 auto;
}
.studio_slick .slick-arrow {
  font-size: 0;
  position: absolute !important;
  bottom: 0;
  z-index: 2;
  width: 7rem;
  height: 5rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 969px) {
  .studio_slick .slick-arrow {
    width: 9.8rem;
    height: 6.4rem;
  }
}
.studio_slick .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.studio_slick .slick-prev {
  left: 0;
}
.studio_slick .slick-prev:before {
  background-image: url("/wp-content/uploads/2025/08/arr_left.png");
}
.studio_slick .slick-next {
  right: 0;
}
.studio_slick .slick-next:before {
  background-image: url("/wp-content/uploads/2025/08/arr_right.png");
}

.section_phongcach .box_tab {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 969px) {
  .section_phongcach .box_tab {
    gap: 6.8rem;
  }
}
.section_phongcach .tabs_phongcach {
  width: 100%;
}
@media screen and (min-width: 969px) {
  .section_phongcach .tabs_phongcach {
    width: 100%;
  }
}
.section_phongcach .tabs_phongcach .list_tabs_phongcach {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 2rem;
  list-style-type: none;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 969px) {
  .section_phongcach .tabs_phongcach .list_tabs_phongcach {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
}
.section_phongcach .tabs_phongcach .list_tabs_phongcach .list_tabs-pk-item {
  width: calc(50% - 1rem);
  border: 0.1rem solid #8B434B;
}
@media screen and (min-width: 969px) {
  .section_phongcach .tabs_phongcach .list_tabs_phongcach .list_tabs-pk-item {
    width: calc(20% - 1rem);
  }
}
.section_phongcach .tab-link-pk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  text-decoration: none;
  background-color: transparent;
  color: #8B434B;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 969px) {
  .section_phongcach .tab-link-pk {
    font-size: 1.8rem;
    padding: 1rem 3.6rem;
    height: 6.2rem;
  }
}
.section_phongcach .tab-link-pk.active {
  background-color: #8B434B;
  border: 0.1rem solid transparent;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 969px) {
  .section_phongcach .tab-link-pk.active {
    opacity: 1;
  }
}
.section_phongcach .tab-link-pk:hover {
  background-color: #8B434B;
  color: #fff;
}
.section_phongcach .tab-content {
  flex: 1;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 969px) {
  .section_phongcach .tab-content {
    padding: 0;
    width: 100%;
  }
}
.section_phongcach .content_pk {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section_phongcach .content_pk.active {
  display: block;
  opacity: 1;
}
.section_phongcach .style_slick {
  position: relative;
}
.section_phongcach .style_slick-item {
  margin: 0 1rem;
}
.section_phongcach .style_slick .studio_slick-slider {
  position: relative;
}
.section_phongcach .style_slick .slick-slide img {
  display: block;
  margin: 0 auto;
}
.section_phongcach .style_slick .slick-arrow {
  font-size: 0;
  position: absolute !important;
  bottom: 2rem;
  z-index: 2;
  width: 6.6rem;
  height: 4.4rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 969px) {
  .section_phongcach .style_slick .slick-arrow {
    width: 9.8rem;
    height: 6.4rem;
    bottom: 0;
  }
}
.section_phongcach .style_slick .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.section_phongcach .style_slick .slick-prev {
  left: 1rem;
}
@media screen and (min-width: 969px) {
  .section_phongcach .style_slick .slick-prev {
    left: 0;
  }
}
.section_phongcach .style_slick .slick-prev:before {
  background-image: url("/wp-content/uploads/2025/09/arrow_left.png");
}
.section_phongcach .style_slick .slick-next {
  right: 1rem;
}
@media screen and (min-width: 969px) {
  .section_phongcach .style_slick .slick-next {
    right: -0.2rem;
  }
}
.section_phongcach .style_slick .slick-next:before {
  background-image: url("/wp-content/uploads/2025/09/arrow_right.png");
}

.section_phankhu-item:hover {
  opacity: 1;
}
.section_phankhu-item:hover .phankhu_content {
  background-color: transparent;
}
.section_phankhu-item:hover .item-text {
  opacity: 0;
  transform: translateY(-10rem);
}
.section_phankhu-item:hover .link {
  bottom: 0.5rem !important;
  opacity: 0;
}
.section_phankhu .item-text {
  transition: 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
.section_phankhu .link {
  min-width: 18.5rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.section_phankhu .link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}
.section_phankhu .link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 1;
}

.box_courts3 {
  position: relative;
}
.box_courts3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
  z-index: 1;
}
@media screen and (min-width: 969px) {
  .box_courts3::before {
    height: 35rem;
  }
}

.list_total {
  border-left: 1px dotted #7F1111;
}
.list_total-ttl {
  position: relative;
}
.list_total-ttl::after {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #7F1111;
  border-radius: 50%;
}
@media screen and (min-width: 969px) {
  .list_total-ttl::after {
    left: -4rem;
  }
}

.list_child-item {
  position: relative;
}
.list_child-item::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #926C70;
  border-radius: 50%;
}

.writing-mode-sideways-lr {
  writing-mode: sideways-lr;
}

.bg-gradien-1 {
  background: linear-gradient(-135deg, #B54F5A 0%, #623338 100%);
}

.bg-gradien-2 {
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

/* Swiper section_vanhoa*/
@media screen and (max-width: 968px) {
  .section_vanhoa .swiper-container {
    width: 90vw;
    max-width: 40rem;
    margin: 0 auto;
  }
}
.section_vanhoa .swiper-wrapper {
  align-items: center;
}
.section_vanhoa .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: scale(0.75);
  opacity: 0.6;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  will-change: transform, opacity;
}
.section_vanhoa .swiper-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
  clip-path: inset(0 45% 0 45%); /* chỉ hiện 10% giữa ảnh */
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
  pointer-events: none;
}
.section_vanhoa .swiper-slide-active {
  z-index: 3 !important;
  transform: scale(1);
  opacity: 1;
}
.section_vanhoa .swiper-slide-active img {
  opacity: 1;
}
@media screen and (min-width: 969px) {
  .section_vanhoa .swiper-slide-active {
    transform: scale(2);
  }
}
.section_vanhoa .swiper-slide-next {
  z-index: 2;
  transform: scale(1);
  opacity: 0.5;
}
.section_vanhoa .swiper-slide-next img {
  filter: brightness(0.96);
}
.section_vanhoa .swiper-slide-prev {
  z-index: 2;
  transform: scale(1);
  opacity: 0.5;
}
.section_vanhoa .swiper-slide-prev img {
  filter: brightness(0.96);
}
.section_vanhoa .custom-next {
  width: 9.6rem !important;
  height: 6.3rem !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  right: 22rem !important;
}
.section_vanhoa .custom-next:hover {
  opacity: 0.9;
}
.section_vanhoa .custom-next img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section_vanhoa .custom-prev {
  width: 9.6rem !important;
  height: 6.3rem !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  left: 22rem !important;
}
.section_vanhoa .custom-prev:hover {
  opacity: 0.9;
}
.section_vanhoa .swiper-pagination {
  display: block;
  position: relative;
  bottom: -1.5rem;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 969px) {
  .section_vanhoa .swiper-pagination {
    bottom: -20rem;
  }
}
.section_vanhoa .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.75rem !important;
  background-color: #C09696;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.section_vanhoa .swiper-pagination-bullet-active {
  background-color: #7F1111;
  opacity: 1;
}
.section_vanhoa .swiper-ttl {
  width: 100%;
  clip-path: inset(0 45% 0 45%);
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.section_vanhoa.fade-active img {
  clip-path: inset(0 0 0 0);
}
.section_vanhoa.fade-active .swiper-ttl {
  clip-path: inset(0 0 0 0);
}

.section_video .video {
  border: 0.4rem solid transparent;
  border-radius: 2rem;
  background: linear-gradient(-90deg, rgb(255, 233, 169) 5%, rgb(178, 107, 1) 27%, rgb(255, 233, 169) 68%, rgb(178, 107, 1) 100%) border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  box-shadow: 0 0 0.6rem 0.2rem rgba(178, 107, 1, 0.5);
}
@media screen and (min-width: 969px) {
  .section_video .video {
    border: 0.6rem solid transparent;
    border-radius: 3rem;
    box-shadow: 0 0 0.8rem 0.2rem rgba(178, 107, 1, 0.5);
  }
}

.section_giaiphap {
  position: relative;
}
.section_giaiphap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40rem;
  background-image: url("/wp-content/uploads/2025/09/bg_giaiphap.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 969px) {
  .section_giaiphap::after {
    top: 0;
    bottom: inherit;
    width: 62.7rem;
    height: 100%;
  }
}

.section_social a:hover img {
  opacity: 0.8;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.section_social button:hover img {
  opacity: 0.8;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.section_1000k .img_mobile {
  max-width: unset;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}

.banner_room {
  position: relative;
}
.banner_room::after {
  content: "";
  position: absolute;
  bottom: 13rem;
  left: 0;
  width: 100%;
  height: 10rem;
  background-image: url("/wp-content/uploads/2025/09/back-white.png");
  background-repeat: no-repeat;
  background-size: 100% 130%;
  background-position: bottom;
  z-index: 1;
}
@media screen and (min-width: 969px) {
  .banner_room::after {
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

.box_border {
  position: relative;
}
.box_border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  border: 0.1rem solid rgba(156, 47, 59, 0.3019607843);
  z-index: 2;
}

.cpn_icon button {
  transition: all 0.3s ease-in-out;
}

.cpn_icon button:hover {
  background-color: #613237;
}

.cpn_icon button:hover svg path {
  fill: #fff;
}

.cpn_icon button svg {
  width: 1.6rem;
  height: 1.7rem;
}
@media screen and (min-width: 969px) {
  .cpn_icon button svg {
    width: 4.6rem;
    height: 4.7rem;
  }
}

.popup_video-box {
  background: transparent;
  border-radius: 2rem;
  width: 142rem;
  height: 80rem;
  position: relative;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_video-box iframe {
  width: 80%;
  height: 80%;
}
@media screen and (min-width: 969px) {
  .popup_video-box iframe {
    width: 100%;
    height: 100%;
  }
}

.popup_video-box iframe {
  border-radius: 2rem;
}

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

.fade-in02 {
  opacity: 0;
  animation: fadeInUp 2s ease-out forwards;
}

.fade-down {
  opacity: 0;
  animation: fadeInDown 1.5s ease-out forwards;
}

.zoom-out-animate {
  transform: scale(1.1);
  opacity: 0.9;
  transform-origin: center center;
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1), opacity 5s ease-in-out;
}

.zoom-out-animate.active {
  transform: scale(1);
  opacity: 1;
}

.pre-fade {
  opacity: 0;
  transition: opacity 1s;
}

.fade-in {
  opacity: 1;
  transition: opacity 1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-popup-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-fadein {
  animation: fadein-popup-video 0.5s;
}/*# sourceMappingURL=global.css.map */