@charset 'UTF-8';
/*  Add Custom CSS here.  */

/* ====================================
   Footer Redesign - New Layout
   ==================================== */

/* Make columns equal height */
#footer .ft-wrap01 {
  display: flex !important;
  align-items: stretch !important;
}

/* Column 1 - Logo + Badge only */
#footer .ft-col01 .col01-info {
  display: none !important;
}

#footer .ft-col01 {
  display: flex !important;
  flex-direction: column !important;
}

#footer .ft-col01 .col01-check {
  margin-top: auto !important;
  padding-top: 20px;
}

/* Column 2 - Resort info + Awards */
#footer .ft-col02 {
  display: flex !important;
  flex-direction: column !important;
}

#footer .ft-col02 .col02-desc,
#footer .ft-col02 .col02-social {
  display: none !important;
}

/* Awards section wrapper - push to bottom */
#footer .ft-col02 .f-ttl01.is-mar {
  margin-top: auto !important;
  padding-top: 20px;
}

#footer .ft-col02 .col03-awards,
#footer .ft-col02 ul.col03-awards,
.ft-wrap01 .ft-col02 .col03-awards {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin-top: 15px !important;
  list-style: none !important;
  padding: 0 !important;
}

#footer .ft-col02 .col03-awards .awards-item,
#footer .ft-col02 .col03-awards li.awards-item,
.ft-wrap01 .ft-col02 .col03-awards .awards-item {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  margin-right: 8px !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}

#footer .ft-col02 .col03-awards .awards-item img {
  border-radius: 8px;
  width: 71px;
  height: 71px;
}

#footer .ft-col02 .f-ttl01.is-mar {
  margin-top: 25px;
}

/* Column 3 - Representative Office + Social icons */
#footer .ft-col03 {
  display: flex !important;
  flex-direction: column !important;
}

#footer .ft-col03 .col03-awards {
  display: none !important;
}

#footer .ft-col03 .col02-social {
  display: flex !important;
  margin-top: auto !important;
  padding-top: 20px;
}

#footer .ft-col03 .col02-social .social-item {
  margin-right: 19px;
}

#footer .ft-col03 .col02-social .social-item:last-child {
  margin-right: 0;
}

/* Bottom bar - New 4-column layout */
#footer .ft-wrap02.ft-wrap02--new {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 21px;
  padding-top: 20px;
}

#footer .ft-wrap02--new .wrap02-policy .policy-link .txt,
#footer .ft-wrap02--new .wrap02-tin .tin-txt,
#footer .ft-wrap02--new .wrap02-desc .desc-txt,
#footer .ft-wrap02--new .wrap02-copy .copy-txt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

#footer .ft-wrap02--new .wrap02-tin .tin-txt,
#footer .ft-wrap02--new .wrap02-desc .desc-txt,
#footer .ft-wrap02--new .wrap02-copy .copy-txt {
  margin: 0;
}

#footer .ft-wrap02--new .wrap02-policy {
  flex: 0 0 auto;
}

#footer .ft-wrap02--new .wrap02-tin {
  flex: 0 0 auto;
}

#footer .ft-wrap02--new .wrap02-desc {
  flex: 1;
  max-width: 400px;
  padding: 0 20px;
}

#footer .ft-wrap02--new .wrap02-copy {
  flex: 0 0 auto;
  text-align: right;
}

/* Mobile responsive for new footer */
@media screen and (max-width: 767px) {
  /* Hide default mobile section */
  #footer .ctnsp {
    display: none !important;
  }

  /* Main footer container - flex column for full reordering */
  #footer .f-wcm01 {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Use display:contents to flatten all wrappers */
  #footer .ft-wrap01,
  #footer .ft-wrap02.ft-wrap02--new,
  #footer .ft-col01,
  #footer .ft-col02,
  #footer .ft-col03 {
    display: contents !important;
  }

  /* 1. Logo - centered at top */
  #footer .ft-col01 .col01-logo {
    order: 1;
    text-align: center;
    margin-bottom: 25px;
  }

  #footer .ft-col01 .col01-logo img {
    width: 120px;
    height: auto;
    margin: 0 auto;
  }

  /* 2. Resort title */
  #footer .ft-col02 .f-ttl01:first-child {
    order: 2;
    font-size: 18px;
    margin-bottom: 15px;
  }

  /* 3. Resort info */
  #footer .ft-col02 .f-info {
    order: 3;
    margin-bottom: 25px;
  }

  #footer .ft-col02 .f-info .info-item {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
  }

  #footer .ft-col02 .f-info .info-item .head {
    flex: 0 0 auto;
    min-width: 65px;
  }

  #footer .ft-col02 .f-info .info-item .desc {
    flex: 1;
  }

  /* 4. Representative Office title */
  #footer .ft-col03 .f-ttl01.is-mar02 {
    order: 4;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 0;
  }

  /* 5. Representative Office info */
  #footer .ft-col03 .f-info {
    order: 5;
    margin-bottom: 0;
  }

  #footer .ft-col03 .f-info .info-item {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
  }

  #footer .ft-col03 .f-info .info-item .head {
    flex: 0 0 auto;
    min-width: 65px;
  }

  #footer .ft-col03 .f-info .info-item .desc {
    flex: 1;
  }

  /* 6. Social icons */
  #footer .ft-col03 .col02-social {
    order: 6;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    padding-top: 0;
    margin-bottom: 30px;
  }

  #footer .ft-col03 .col02-social .social-item {
    margin-right: 0;
  }

  /* 7. Awards title */
  #footer .ft-col02 .f-ttl01.is-mar,
  #footer .ft-col02 .f-ttl01.is-medium {
    display: block !important;
    order: 7;
    margin-top: 0 !important;
    margin-bottom: 15px;
    font-size: 18px;
  }

  /* 8. Awards badges */
  #footer .ft-col02 .col03-awards {
    display: flex !important;
    order: 8;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  #footer .ft-col02 .col03-awards .awards-item img {
    width: 59px;
    height: 59px;
  }

  /* 9. Company description */
  #footer .ft-wrap02--new .wrap02-desc {
    order: 9;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  /* 10. TIN info */
  #footer .ft-wrap02--new .wrap02-tin {
    order: 10;
    width: 100%;
    margin-bottom: 20px;
  }

  /* 11. Check badge - "Đã thông báo" */
  #footer .ft-col01 .col01-check {
    order: 11;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #footer .ft-col01 .col01-check img {
    max-width: 130px;
  }

  /* 12. Privacy Policy */
  #footer .ft-wrap02--new .wrap02-policy {
    order: 12;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  #footer .ft-wrap02--new .wrap02-policy .policy-link .txt {
    text-decoration: underline;
  }

  /* 13. Copyright */
  #footer .ft-wrap02--new .wrap02-copy {
    order: 13;
    width: 100%;
    text-align: left;
  }

  /* Text styles for wrap02 elements */
  #footer .ft-wrap02--new .wrap02-policy .policy-link .txt,
  #footer .ft-wrap02--new .wrap02-tin .tin-txt,
  #footer .ft-wrap02--new .wrap02-desc .desc-txt,
  #footer .ft-wrap02--new .wrap02-copy .copy-txt {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* Tablet responsive */
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #footer .ft-wrap02--new .wrap02-policy .policy-link .txt,
  #footer .ft-wrap02--new .wrap02-tin .tin-txt,
  #footer .ft-wrap02--new .wrap02-desc .desc-txt,
  #footer .ft-wrap02--new .wrap02-copy .copy-txt {
    font-size: 12px;
  }

  #footer .ft-wrap02--new .wrap02-desc {
    max-width: 280px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  #footer .ft-wrap02--new .wrap02-policy .policy-link .txt,
  #footer .ft-wrap02--new .wrap02-tin .tin-txt,
  #footer .ft-wrap02--new .wrap02-desc .desc-txt,
  #footer .ft-wrap02--new .wrap02-copy .copy-txt {
    font-size: 13px;
  }

  #footer .ft-wrap02--new .wrap02-desc {
    max-width: 350px;
    padding: 0 15px;
  }
}

/* ====================================
   Popup Advertisement - Mobile Fix
   Fix image cropping on mobile devices
   ==================================== */

/* Mobile responsive for popup advertisement */
@media screen and (max-width: 767px) {
  /* Ensure popup inner doesn't overflow */
  .sec-advert .popup-inner {
    max-height: 90vh;
    overflow-y: auto;
  }

  /* Remove the forced 1:1 aspect ratio pseudo-element */
  .sec-advert .popup-tab .tab-ctn .tab-ctn__item .tab-img::before,
  .sec-advert .popup-tab .tab-ctn .tab-ctn__item .tab-img:before {
    content: none !important;
    display: none !important;
    padding-top: 0 !important;
    height: 0 !important;
  }

  /* Fix image container - remove forced dimensions */
  .sec-advert .popup-tab .tab-ctn .tab-ctn__item .tab-img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    aspect-ratio: unset !important;
  }

  /* Image should NOT be absolute positioned, flow naturally */
  /* Override inline width/height attributes */
  .sec-advert .popup-tab .tab-ctn .tab-ctn__item .tab-img img,
  .sec-advert .popup-tab .tab-ctn .tab-ctn__item .tab-img img[width],
  .sec-advert .popup-tab .tab-ctn .tab-ctn__item .tab-img img[height] {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 60vh !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
  }

  /* Adjust tab content layout for mobile */
  .sec-advert .tab-ctn__item {
    display: flex;
    flex-direction: column;
  }

  /* Ensure tab-ctn allows flexible height */
  .sec-advert .popup-tab .tab-ctn {
    overflow: visible !important;
  }
}

/* ====================================
   Wine & Dine Page - New Layout
   ==================================== */

/* Hide old layout elements when using new design (keep hero image) */
.wine-dine--new .sec01 .block,
.wine-dine--new .sec01 .inner,
.wine-dine--new .sec01 .box {
  display: none !important;
}

/* Tab Navigation */
.wd-tabs {
  margin-top: 60px;
  margin-bottom: 50px;
}

.wd-tabs__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 60px;
  border-bottom: 1px solid #BCBCBC;
}

.wd-tabs__btn {
  background: none;
  border: none;
  padding: 20px 0;
  font-family: 'Canela', Georgia, serif;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.wd-tabs__btn:hover {
  color: #5c6b4a;
}

.wd-tabs__btn.is-active {
  color: #5c6b4a;
}

.wd-tabs__btn.is-active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #5c6b4a;
}

/* Tab Content */
.wd-tab-content {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Section 01 New Layout */
.sec01--new {
  padding-top: 50px !important;
}

.sec01--new > .txt {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* Wine & Dine Block - 2 Column Layout (Edge-to-edge images) */
.wd-block {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 100px;
  gap: 0;
}

.wd-block:last-child {
  margin-bottom: 80px;
}

.wd-block--reverse {
  flex-direction: row-reverse;
}

.wd-block__image {
  flex: 0 0 50%;
  max-width: 50%;
}

.wd-block__content {
  flex: 1;
  padding: 40px 60px;
  max-width: 600px;
}

.wd-block:not(.wd-block--reverse) .wd-block__content {
  margin-right: auto;
}

.wd-block--reverse .wd-block__content {
  margin-left: auto;
}

/* Slider */
.wd-slider {
  position: relative;
  border-radius: 0;
}

.wd-slider__item img {
  width: 90%;
  height: auto;
  display: block;
  cursor: pointer;
  aspect-ratio: 630 / 428;
  object-fit: cover;
}

/* Slick Dots for new slider - outside image */
.wd-slider .slick-dots {
  position: relative;
  bottom: auto;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.wd-slider .slick-dots li {
  margin: 0;
}

.wd-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C1C1C1;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wd-slider .slick-dots li.slick-active button {
  background: #353B1D;
}

/* Hide arrows for new slider */
.wd-slider .slick-arrow {
  display: none !important;
}

/* Block Content Styling */
.wd-block__title {
  font-family: 'Canela', Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  color: #333;
  margin: 0 0 15px;
  line-height: 1.2;
}

.wd-block__subtitle {
  font-family: 'Canela', Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px;
}

.wd-block__text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.wd-block__text p {
  margin: 0 0 15px;
}

.wd-block__text p:last-child {
  margin-bottom: 0;
}

.wd-block__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.wd-block__link:hover {
  color: #5c6b4a;
  border-color: #5c6b4a;
}

.wd-block__link svg {
  transition: transform 0.3s ease;
}

.wd-block__link:hover svg {
  transform: translateX(4px);
}

/* Section 02 New Layout */
.sec02--new {
  padding-top: 80px !important;
  padding-bottom: 100px !important;
}

/* Section Title (Dining Experiences) */
.wd-section-title {
  font-family: 'Canela', Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
  padding-bottom: 25px;
}

.wd-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #5c6b4a;
}

@media screen and (max-width: 767px) {
  .wd-section-title {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

/* Mobile Responsive for Wine & Dine */
@media screen and (max-width: 767px) {
  .wd-tabs__inner {
    gap: 30px;
  }

  .wd-tabs__btn {
    font-size: 16px;
    padding: 15px 0;
  }

  .sec01--new {
    padding-top: 30px !important;
  }

  .sec01--new > .txt {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .wd-block {
    flex-direction: column !important;
    gap: 30px;
    margin-bottom: 60px;
    padding: 0;
  }

  .wd-block__image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wd-block__content {
    padding: 0 20px;
    max-width: 100%;
  }

  .wd-block__title {
    font-size: 28px;
  }

  .wd-block__subtitle {
    font-size: 18px;
  }

  .wd-block__text {
    font-size: 14px;
  }

  .sec02--new {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
}

/* Tablet Responsive */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wd-block__content {
    padding: 30px 40px;
  }

  .wd-block__title {
    font-size: 30px;
  }

  .wd-block__subtitle {
    font-size: 18px;
  }

  .wd-block__text {
    font-size: 14px;
  }
}

/* Wine & Dine Image Popup/Lightbox */
.wd-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, background 0.4s ease, visibility 0.4s;
}

.wd-lightbox.is-active {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.92);
}

.wd-lightbox__inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.85) translateY(30px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
}

.wd-lightbox.is-active .wd-lightbox__inner {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.wd-lightbox__img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  border-radius: 4px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
}

.wd-lightbox__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.15s;
}

.wd-lightbox.is-active .wd-lightbox__close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.wd-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1) rotate(90deg);
}

.wd-lightbox__close::before,
.wd-lightbox__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: background 0.2s ease;
}

.wd-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.wd-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wd-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.1s;
}

.wd-lightbox__nav--prev {
  left: -70px;
  transform: translateY(-50%) translateX(-20px);
}

.wd-lightbox__nav--next {
  right: -70px;
  transform: translateY(-50%) translateX(20px);
}

.wd-lightbox.is-active .wd-lightbox__nav {
  opacity: 1;
}

.wd-lightbox.is-active .wd-lightbox__nav--prev {
  transform: translateY(-50%) translateX(0);
}

.wd-lightbox.is-active .wd-lightbox__nav--next {
  transform: translateY(-50%) translateX(0);
}

.wd-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.35);
}

.wd-lightbox__nav--prev:hover {
  transform: translateY(-50%) translateX(-5px);
}

.wd-lightbox__nav--next:hover {
  transform: translateY(-50%) translateX(5px);
}

.wd-lightbox__nav:active {
  transform: translateY(-50%) scale(0.95);
}

.wd-lightbox__nav::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.2s ease;
}

.wd-lightbox__nav--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.wd-lightbox__nav--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* Image transition when switching */
.wd-lightbox__img {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wd-lightbox__img.is-switching {
  opacity: 0;
  transform: scale(0.95);
}

@media screen and (max-width: 767px) {
  .wd-tabs {
    margin-top: 40px;
  }

  .wd-lightbox__inner {
    max-width: 95%;
  }

  .wd-lightbox__nav {
    width: 36px;
    height: 36px;
  }

  .wd-lightbox__nav--prev {
    left: 10px;
    transform: translateY(-50%) translateX(0);
  }

  .wd-lightbox__nav--next {
    right: 10px;
    transform: translateY(-50%) translateX(0);
  }

  .wd-lightbox__nav--prev:hover,
  .wd-lightbox__nav--next:hover {
    transform: translateY(-50%) translateX(0);
  }

  .wd-lightbox__close {
    top: -45px;
    right: 0;
    width: 36px;
    height: 36px;
  }

  .wd-lightbox__nav::before {
    width: 10px;
    height: 10px;
  }
}

/* =====================================================
   WELLNESS & SPA PAGE - NEW LAYOUT
   ===================================================== */

/* Tab Navigation */
.ws-tabs {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 20px;
}

.ws-tabs__inner {
  display: grid;
  grid-template-columns: 1fr 630px;
  column-gap: 80px;
  border-bottom: 1px solid #e5e5e5;
}

.ws-tabs__spacer {
  grid-column: 1;
}

.ws-tabs__nav {
  grid-column: 2;
  display: flex;
  gap: 60px;
}

.ws-tabs__btn {
  padding: 15px 0;
  font-family: 'Canela', Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #999;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ws-tabs__btn:hover {
  color: #333;
}

.ws-tabs__btn.is-active {
  color: #333;
  border-bottom-color: #8b7355;
}

/* Intro Section - 2 Column Layout (shared grid with tabs) */
.ws-intro {
  display: grid;
  grid-template-columns: 1fr 630px;
  column-gap: 80px;
  align-items: flex-start;
  margin-bottom: 80px;
}

.ws-intro__left {
  grid-column: 1;
}

.ws-intro__right {
  grid-column: 2;
  max-width: 630px;
  text-align: justify;
}

.ws-intro__title {
  font-family: 'Canela', Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding-bottom: 25px;
  position: relative;
}

.ws-intro__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #333;
}

.ws-intro__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.wellness-spa .sec01--new {
  padding-top: 0 !important;
  background: #F6F0E1;
}

/* Main Slider */
.ws-main-slider {
  max-width: 1192px;
  margin: 0 auto 80px;
  padding: 0 16px;
  background: #F6F0E1;
}

.ws-slider {
  position: relative;
}

.ws-slider__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1160 / 419;
}

.ws-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ws-slider .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}

.ws-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.ws-slider .slick-dots li button:before {
  content: '' !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #C1C1C1 !important;
  opacity: 1 !important;
  font-size: 0 !important;
  line-height: 10px !important;
}

.ws-slider .slick-dots li.slick-active button:before {
  background-color: #353B1D !important;
  opacity: 1 !important;
}

/* Text Block (Xả Spa section) */
.ws-text-block {
  padding-bottom: 60px;
  background: #F6F0E1;
}

.ws-text-block__title {
  font-family: 'Canela', Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.ws-text-block__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* Facilities Section (Our Facilities) */
.ws-facilities {
  padding: 0;
  background: #E7DFCA;
}

.ws-facilities__inner {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}

/* Image Grid - Left Side (2 top, 1 bottom full width) */
.ws-facilities__images {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;
  padding: 0 10px 0 0;
}

.ws-facilities__img-item {
  overflow: hidden;
}

.ws-facilities__img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Top row: 2 images (359x361 ratio) */
.ws-facilities__img-item--1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  aspect-ratio: 359 / 361;
}

.ws-facilities__img-item--2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  aspect-ratio: 359 / 361;
}

/* Bottom row: 1 image spanning full width (728x337 ratio) */
.ws-facilities__img-item--3 {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  aspect-ratio: 728 / 337;
}

/* Hide 4th image since we only need 3 */
.ws-facilities__img-item--4 {
  display: none;
}

/* Content - Right Side */
.ws-facilities__content {
  flex: 0 0 50%;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #E7DFCA;
}

.ws-facilities__title {
  font-family: 'Canela', Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.ws-facilities__text {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.ws-facilities__text p {
  margin: 0;
}

.ws-facilities__list {
  list-style: none;
  padding: 0 0 30px;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  border-bottom: 1px solid #BCBCBC;
}

.ws-facilities__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}

.ws-facilities__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #353B1D;
  border-radius: 50%;
}

.ws-facilities__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ws-facilities__link:hover {
  color: #8b7355;
}

.ws-facilities__link svg {
  transition: transform 0.3s ease;
}

.ws-facilities__link:hover svg {
  transform: translateX(4px);
}

.ws-facilities__link-spa {
  position: relative;
  display: inline-block;
}

.ws-facilities__link-spa::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 115%;
  height: 1px;
  background-color: currentColor;
}

/* Section Title for Wellness Activities */
.ws-section-title {
  font-family: 'Canela', Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 60px 0 50px;
}

/* Lightbox for Wellness & Spa */
.ws-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, background 0.4s ease, visibility 0.4s;
}

.ws-lightbox.is-active {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.92);
}

.ws-lightbox__inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.85) translateY(30px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
}

.ws-lightbox.is-active .ws-lightbox__inner {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.ws-lightbox__img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  border-radius: 4px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ws-lightbox__img.is-switching {
  opacity: 0;
  transform: scale(0.95);
}

.ws-lightbox__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.15s;
}

.ws-lightbox.is-active .ws-lightbox__close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.ws-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1) rotate(90deg);
}

.ws-lightbox__close::before,
.ws-lightbox__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: background 0.2s ease;
}

.ws-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ws-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ws-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.1s;
}

.ws-lightbox__nav--prev {
  left: -70px;
  transform: translateY(-50%) translateX(-20px);
}

.ws-lightbox__nav--next {
  right: -70px;
  transform: translateY(-50%) translateX(20px);
}

.ws-lightbox.is-active .ws-lightbox__nav {
  opacity: 1;
}

.ws-lightbox.is-active .ws-lightbox__nav--prev {
  transform: translateY(-50%) translateX(0);
}

.ws-lightbox.is-active .ws-lightbox__nav--next {
  transform: translateY(-50%) translateX(0);
}

.ws-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.35);
}

.ws-lightbox__nav--prev:hover {
  transform: translateY(-50%) translateX(-5px);
}

.ws-lightbox__nav--next:hover {
  transform: translateY(-50%) translateX(5px);
}

.ws-lightbox__nav:active {
  transform: translateY(-50%) scale(0.95);
}

.ws-lightbox__nav::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.2s ease;
}

.ws-lightbox__nav--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.ws-lightbox__nav--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
  .ws-tabs {
    margin-top: 40px;
  }

  .ws-tabs__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .ws-tabs__spacer {
    display: none;
  }

  .ws-tabs__nav {
    display: flex;
    gap: 30px;
    justify-content: center;
  }

  .ws-tabs__btn {
    font-size: 16px;
    padding: 12px 0;
  }

  .ws-intro {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .ws-intro__left {
    min-width: auto;
  }

  .ws-intro__title {
    font-size: 32px;
  }

  .ws-intro__right {
    padding-top: 0;
  }

  .ws-intro__text {
    font-size: 14px;
  }

  .sec01--new {
    padding-top: 40px;
  }

  .ws-main-slider {
    margin-bottom: 40px;
  }

  .ws-text-block {
    padding: 40px 0;
  }

  .ws-text-block__title {
    font-size: 28px;
  }

  .ws-text-block__desc {
    font-size: 14px;
  }

  .ws-facilities__inner {
    flex-direction: column;
  }

  .ws-facilities__images {
    flex: none;
    width: 100%;
  }

  .ws-facilities__content {
    flex: none;
    width: 100%;
    padding: 40px 20px;
  }

  .ws-facilities__title {
    font-size: 28px;
  }

  .ws-facilities__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ws-section-title {
    font-size: 28px;
    margin: 40px 0 30px;
  }

  .ws-lightbox__inner {
    max-width: 95%;
  }

  .ws-lightbox__nav {
    width: 36px;
    height: 36px;
  }

  .ws-lightbox__nav--prev {
    left: 10px;
    transform: translateY(-50%) translateX(0);
  }

  .ws-lightbox__nav--next {
    right: 10px;
    transform: translateY(-50%) translateX(0);
  }

  .ws-lightbox__nav--prev:hover,
  .ws-lightbox__nav--next:hover {
    transform: translateY(-50%) translateX(0);
  }

  .ws-lightbox__close {
    top: -45px;
    right: 0;
    width: 36px;
    height: 36px;
  }

  .ws-lightbox__nav::before {
    width: 10px;
    height: 10px;
  }
}

/* Tablet Responsive */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ws-tabs__inner {
    grid-template-columns: 1fr 400px;
    column-gap: 40px;
  }

  .ws-tabs__nav {
    gap: 40px;
  }

  .ws-intro {
    grid-template-columns: 1fr 400px;
    column-gap: 40px;
  }

  .ws-intro__right {
    max-width: 400px;
  }

  .ws-facilities__content {
    padding: 40px;
  }

  .ws-facilities__title {
    font-size: 30px;
  }

  .ws-section-title {
    font-size: 34px;
  }
}

/* =====================================================
   WELLNESS ACTIVITIES - 3 CARDS LAYOUT
   ===================================================== */

/* Cards Container */
.wa-cards {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.wa-cards__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

/* Single Card */
.wa-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.wa-card__slider {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.wa-card__slider.slick-initialized {
  width: 100% !important;
}

.wa-card__slider .slick-list {
  overflow: hidden;
  width: 100% !important;
}

.wa-card__slider .slick-track {
  display: flex !important;
}

.wa-card__slider .slick-slide {
  height: auto;
  float: none !important;
  width: 100% !important;
}

.wa-card__slide {
  position: relative;
}

.wa-card__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 376 / 453;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

.wa-card__slider .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 15px;
}

.wa-card__slider .slick-dots li {
  margin: 0 3px;
}

.wa-card__slider .slick-dots li button {
  background-color: #C1C1C1 !important;
}

.wa-card__slider .slick-dots li button:before {
  font-size: 10px;
  color: #C1C1C1 !important;
  opacity: 1 !important;
}

.wa-card__slider .slick-dots li.slick-active button {
  background-color: #353B1D !important;
}

.wa-card__slider .slick-dots li.slick-active button:before {
  color: #353B1D !important;
  opacity: 1 !important;
}

.wa-card__title {
  font-family: 'Canela', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin: 0 0 12px;
}

.wa-card__text {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* =====================================================
   WELLNESS ACTIVITIES - BOTTOM SECTION
   ===================================================== */

.wa-bottom {
  background: #E7DFCA;
  padding: 0;
}

.wa-bottom__inner {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  max-height: 620px;
}

/* Image Grid - Left Side (1 top + 2 bottom) */
.wa-bottom__images {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 0;
}

.wa-bottom__img-item {
  overflow: hidden;
}

.wa-bottom__img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Top row: 1 image spanning full width */
.wa-bottom__img-item--1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

/* Bottom row: 2 square images */
.wa-bottom__img-item--2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.wa-bottom__img-item--3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

/* Hide 4th image since we only need 3 */
.wa-bottom__img-item--4 {
  display: none;
}

/* Content - Right Side */
.wa-bottom__content {
  flex: 0 0 50%;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #E7DFCA;
}

.wa-bottom__title {
  font-family: 'Canela', Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.wa-bottom__text {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.wa-bottom__text p {
  margin: 0 0 10px;
}

.wa-bottom__text p:last-child {
  margin-bottom: 0;
}

.wa-bottom__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}

.wa-bottom__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}

.wa-bottom__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #353B1D;
  border-radius: 50%;
}

/* Mobile Responsive for Wellness Activities */
@media screen and (max-width: 767px) {
  .wa-cards {
    margin-bottom: 40px;
  }

  .wa-cards__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wa-card__title {
    font-size: 20px;
  }

  .wa-card__text {
    font-size: 13px;
  }

  .wa-bottom__inner {
    flex-direction: column;
    max-height: none;
  }

  .wa-bottom__images {
    flex: none;
    width: 100%;
    padding: 0;
    gap: 6px;
  }

  .wa-bottom__content {
    flex: none;
    width: 100%;
    padding: 40px 20px;
  }

  .wa-bottom__title {
    font-size: 28px;
  }

  .wa-bottom__list {
    flex-direction: column;
    gap: 15px;
  }
}

/* Tablet Responsive for Wellness Activities */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wa-cards__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .wa-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }

  .wa-bottom__inner {
    max-height: 450px;
  }

  .wa-bottom__content {
    padding: 30px;
  }

  .wa-bottom__title {
    font-size: 28px;
  }
}

/* =====================================================
   EXPERIENCES PAGE - GRID LAYOUT
   ===================================================== */

.exp-section {
  padding: 80px 0 100px;
  background: #F6F0E1;
}

.exp-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.exp-section__title {
  font-family: 'Canela', Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.exp-section__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #333;
}

/* Grid Layout - 2 Columns */
.exp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Experience Card */
.exp-card {
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.exp-card__image {
  position: relative;
  overflow: hidden;
}

.exp-card__image img {
  width: 100%;
  aspect-ratio: 560 / 654;
  object-fit: cover;
}

/* Overlay with gradient - contains all content on image */
.exp-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 120px 30px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}

.exp-card__overlay * {
  pointer-events: auto;
}

.exp-card__title {
  margin: 0 0 15px;
  font-family: 'Canela', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}

.exp-card__text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.exp-card__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.exp-card__link:hover {
  color: #d4c4a8;
  border-bottom-color: #d4c4a8;
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
  .exp-section {
    padding: 50px 0 60px;
  }

  .exp-section__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .exp-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .exp-card__image img {
    aspect-ratio: 560 / 654;
  }

  .exp-card__overlay {
    padding: 80px 20px 25px;
  }

  .exp-card__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .exp-card__text {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .exp-card__link {
    font-size: 13px;
  }
}

/* Tablet Responsive */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .exp-section {
    padding: 60px 0 80px;
  }

  .exp-section__title {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .exp-grid {
    gap: 30px;
  }

  .exp-card__image img {
    aspect-ratio: 560 / 654;
  }

  .exp-card__overlay {
    padding: 100px 25px 25px;
  }

  .exp-card__title {
    font-size: 22px;
  }

}

/* =====================================================
   KEN BURNS EFFECT FOR SLIDERS
   Cinematic zoom animation with crossfade
   ===================================================== */

/* Ken Burns keyframe animations */
@keyframes kenburns-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes kenburns-zoom-out {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes kenburns-zoom-in-alt {
  0% {
    transform: scale(1.05) translateX(-2%);
  }
  100% {
    transform: scale(1.18) translateX(2%);
  }
}

@keyframes kenburns-zoom-out-alt {
  0% {
    transform: scale(1.18) translateX(2%);
  }
  100% {
    transform: scale(1.05) translateX(-2%);
  }
}

/* Apply Ken Burns to slider images */
.ws-slider--kenburns .slick-slide {
  overflow: hidden;
}

.ws-slider--kenburns .ws-slider__item {
  overflow: hidden;
}

.ws-slider--kenburns .ws-slider__item img {
  transform: scale(1);
  will-change: transform;
}

/* Active slide gets the zoom animation */
.ws-slider--kenburns .slick-slide.slick-active .ws-slider__item img {
  animation: kenburns-zoom-in 5s ease-out forwards;
}

/* Alternate animation for variety (applied via JS every other slide) */
.ws-slider--kenburns .slick-slide.slick-active.kenburns-alt .ws-slider__item img {
  animation: kenburns-zoom-in-alt 5s ease-out forwards;
}

/* Smooth fade transition between slides */
.ws-slider--kenburns.slick-initialized .slick-slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.ws-slider--kenburns.slick-initialized .slick-slide.slick-active {
  opacity: 1;
}

/* Wine & Dine slider Ken Burns support */
.wd-slider--kenburns .slick-slide {
  overflow: hidden;
}

.wd-slider--kenburns .wd-slider__item {
  overflow: hidden;
}

.wd-slider--kenburns .wd-slider__item img {
  transform: scale(1);
  will-change: transform;
}

.wd-slider--kenburns .slick-slide.slick-active .wd-slider__item img {
  animation: kenburns-zoom-in 5s ease-out forwards;
}

.wd-slider--kenburns .slick-slide.slick-active.kenburns-alt .wd-slider__item img {
  animation: kenburns-zoom-in-alt 5s ease-out forwards;
}

.wd-slider--kenburns.slick-initialized .slick-slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.wd-slider--kenburns.slick-initialized .slick-slide.slick-active {
  opacity: 1;
}
