@charset "UTF-8";
/** Main **/
.section[class*="-customer"] .swiper-slide {
  height: auto; }

.section[class*="-customer"] .box-customer {
  height: 100%; }

.section[class*="-promo"] .swiper-slide {
  height: auto; }

.section[class*="-promo"] .box-promotion {
  height: 100%; }

.section[class*="-intro"] {
  --height: 1080;
  --width: 1920; }
  .section[class*="-intro"] .media {
    overflow: hidden;
    padding-bottom: calc((var(--height)/var(--width)) * 100%);
    display: block;
    position: relative; }
    .section[class*="-intro"] .media img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.section {
  padding: 40px 0;
  position: relative; }
  .section .s-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px; }
  .section .s-title {
    text-align: center; }
    .section .s-title h4 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      color: #000102; }
    .section .s-title h2 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 0; }
    .section .s-title h2 + h4, .section .s-title h4 + h2 {
      margin-top: 12px; }
    .section .s-title .text-white {
      color: #fff; }
    .section .s-title .text-special {
      color: #8A501E;
      font-family: "NVN Motherland Signature";
      letter-spacing: -1.5px;
      text-transform: capitalize;
      font-weight: 400; }
    .section .s-title .desc p:last-child {
      margin-bottom: 0; }
    .section .s-title h2 + .desc {
      margin-top: 6px; }
    .section .s-title.has-nav {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
      text-align: center;
      justify-content: space-between; }
      .section .s-title.has-nav .s-title--left, .section .s-title.has-nav .s-title--right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
  @media (min-width: 992px) {
    .section {
      padding: 64px 0; }
      .section .s-title h2 {
        font-size: 38px; }
      .section .s-title h4 {
        font-size: 32px; }
      .section .s-title h2 + h4, .section .s-title h4 + h2 {
        margin-top: 20px; }
      .section .s-title:not(.has-nav) {
        width: 64.5%;
        margin: auto; }
      .section .s-title.has-nav {
        flex-direction: row;
        text-align: left;
        padding-bottom: 0; }
        .section .s-title.has-nav .s-title--left {
          -ms-flex: 0 0 calc(70% - 20px);
          flex: 0 0 calc(70% - 20px);
          max-width: calc(70% - 20px); }
          .section .s-title.has-nav .s-title--left h2 {
            text-align: left; }
        .section .s-title.has-nav .s-title--right {
          -ms-flex: 0 0 30%;
          flex: 0 0 30%;
          max-width: 30%;
          text-align: right; }
      .section .s-wrapper {
        gap: 40px; } }

/*
.s-title {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding-bottom: 44px;
      position: relative;

      @media (max-width: 991px) {
        width: 100%;
      }

      h2 {
        color: #800020;
        // Primary color
        text-align: center;
        font: 400 36px / 48px "Playfair Display"
        , serif;
        margin: 0;

        @media (max-width: 991px) {
          font-size: 28px;
          line-height: 36px;
        }

        @media (max-width: 640px) {
          font-size: 24px;
          line-height: 32px;
        }
      }
    }
*/
.consultation-button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid #ecc638;
  background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease; }
  .consultation-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  .consultation-button:active {
    transform: translateY(0); }
  .consultation-button .button-text {
    color: #800020;
    letter-spacing: -0.2px;
    position: relative;
    font: 400 16px / 24px Roboto; }
  .consultation-button .arrow-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }

/** LDP Tiệc Cưới **/
.section-ldp-tc-intro {
  position: relative;
  padding: 0; }
  .section-ldp-tc-intro > img {
    height: 100vh;
    width: 100%;
    object-position: top;
    object-fit: cover; }
  .section-ldp-tc-intro .wedding-celebration-section {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 40px;
    z-index: 9; }
    .section-ldp-tc-intro .wedding-celebration-section .content-container {
      display: flex;
      width: 100%;
      max-width: 800px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      position: relative; }
      .section-ldp-tc-intro .wedding-celebration-section .content-container .text-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        position: relative; }
        .section-ldp-tc-intro .wedding-celebration-section .content-container .text-content .section-header {
          align-self: stretch;
          position: relative; }
          .section-ldp-tc-intro .wedding-celebration-section .content-container .text-content .section-header .main-title {
            color: #232f4b;
            text-align: center;
            letter-spacing: -0.2px;
            font: 500 18px / 24px Roboto;
            margin: 0; }
        .section-ldp-tc-intro .wedding-celebration-section .content-container .text-content .title-group {
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          position: relative; }
          .section-ldp-tc-intro .wedding-celebration-section .content-container .text-content .title-group .primary-heading {
            align-self: stretch;
            color: #232f4b;
            text-align: center;
            position: relative;
            font: 500 40px / 64px "Playfair Display";
            margin: 0; }
          .section-ldp-tc-intro .wedding-celebration-section .content-container .text-content .title-group .secondary-heading {
            align-self: stretch;
            color: #232f4b;
            text-align: center;
            position: relative;
            font: 400 32px / 56px "NVN Motherland Signature", cursive;
            margin: 0; }
        .section-ldp-tc-intro .wedding-celebration-section .content-container .text-content .intro-description {
          align-self: stretch;
          color: #232f4b;
          text-align: center;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto;
          margin: 0; }
        .section-ldp-tc-intro .wedding-celebration-section .content-container .text-content .detailed-description {
          align-self: stretch;
          color: #232f4b;
          text-align: center;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto;
          margin: 0; }
      .section-ldp-tc-intro .wedding-celebration-section .content-container .consultation-button {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 6px;
        border: 1px solid #ecc638;
        background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
        position: relative;
        cursor: pointer;
        transition: all 0.2s ease; }
        .section-ldp-tc-intro .wedding-celebration-section .content-container .consultation-button:hover {
          transform: translateY(-1px);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
        .section-ldp-tc-intro .wedding-celebration-section .content-container .consultation-button:active {
          transform: translateY(0); }
        .section-ldp-tc-intro .wedding-celebration-section .content-container .consultation-button .button-text {
          color: #800020;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto; }
        .section-ldp-tc-intro .wedding-celebration-section .content-container .consultation-button .arrow-icon {
          width: 20px;
          height: 20px;
          flex-shrink: 0; }
    @media (max-width: 640px) {
      .section-ldp-tc-intro .wedding-celebration-section .consultation-button {
        padding: 10px 20px; }
      .section-ldp-tc-intro .wedding-celebration-section .wedding-celebration-section {
        padding: 16px; }
      .section-ldp-tc-intro .wedding-celebration-section .primary-heading {
        font-size: 32px !important;
        line-height: 48px !important; }
      .section-ldp-tc-intro .wedding-celebration-section .secondary-heading {
        font-size: 24px !important;
        line-height: 40px !important; } }
    @media (max-width: 480px) {
      .section-ldp-tc-intro .wedding-celebration-section .primary-heading {
        font-size: 28px !important;
        line-height: 40px !important; }
      .section-ldp-tc-intro .wedding-celebration-section .secondary-heading {
        font-size: 20px !important;
        line-height: 32px !important; }
      .section-ldp-tc-intro .wedding-celebration-section .main-title {
        font-size: 16px !important;
        line-height: 22px !important; }
      .section-ldp-tc-intro .wedding-celebration-section .intro-description,
      .section-ldp-tc-intro .wedding-celebration-section .detailed-description {
        font-size: 14px;
        line-height: 20px; } }

.highlights-section {
  display: flex;
  padding: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url("https://file.hstatic.net/200000985044/file/bg_2.jpg") lightgray 50%/cover no-repeat;
  position: relative; }
  @media (max-width: 991px) {
    .highlights-section {
      padding: 40px;
      height: auto; } }
  @media (max-width: 640px) {
    .highlights-section {
      padding: 20px; } }
  .highlights-section .highlights-container {
    display: flex;
    padding: 64px 124px 44px 124px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 8px;
    border: 1px solid #ecc638;
    max-width: 100%;
    width: 100%;
    background-color: #fff; }
    @media (max-width: 991px) {
      .highlights-section .highlights-container {
        padding: 40px;
        max-width: 100%;
        width: calc(100%); } }
    @media (max-width: 640px) {
      .highlights-section .highlights-container {
        padding: 24px;
        width: calc(100%); } }
    .highlights-section .highlights-container .highlights-header {
      display: flex;
      width: 664px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      position: relative; }
      @media (max-width: 991px) {
        .highlights-section .highlights-container .highlights-header {
          width: 100%; } }
      .highlights-section .highlights-container .highlights-header .highlights-title {
        color: #800020;
        text-align: center;
        font: 400 36px / 48px "Playfair Display" , serif;
        margin: 0; }
        @media (max-width: 991px) {
          .highlights-section .highlights-container .highlights-header .highlights-title {
            font-size: 28px;
            line-height: 36px; } }
        @media (max-width: 640px) {
          .highlights-section .highlights-container .highlights-header .highlights-title {
            font-size: 24px;
            line-height: 32px; } }
    .highlights-section .highlights-container .features-content {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-self: stretch;
      width: 100%; }
      @media (max-width: 991px) {
        .highlights-section .highlights-container .features-content {
          gap: 24px; } }
      @media (max-width: 640px) {
        .highlights-section .highlights-container .features-content {
          gap: 20px; } }
      .highlights-section .highlights-container .features-content .features-row {
        display: flex;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap; }
        .highlights-section .highlights-container .features-content .features-row .feature-card {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 16px;
          position: relative;
          padding-bottom: 20px;
          flex: 1 1 100%;
          /* Chiếm full width */
          max-width: 100%; }
          @media (min-width: 576px) {
            .highlights-section .highlights-container .features-content .features-row .feature-card {
              flex: 1 1 calc(50% - 20px);
              /* 50% - gap */
              max-width: calc(50% - 20px); } }
          @media (min-width: 992px) {
            .highlights-section .highlights-container .features-content .features-row .feature-card {
              flex: 1 1 calc(50% - 20px);
              /* 25% - gap */
              max-width: calc(50% - 20px); } }
          .highlights-section .highlights-container .features-content .features-row .feature-card .feature-image {
            width: 100%;
            height: auto;
            border-radius: 8px;
            object-fit: cover; }
          .highlights-section .highlights-container .features-content .features-row .feature-card .feature-title {
            align-self: stretch;
            color: #800020;
            text-align: center;
            font: 500 16px / 24px "Playfair Display" , serif;
            margin: 0; }
            @media (max-width: 991px) {
              .highlights-section .highlights-container .features-content .features-row .feature-card .feature-title {
                font-size: 15px;
                line-height: 22px; } }
            @media (max-width: 640px) {
              .highlights-section .highlights-container .features-content .features-row .feature-card .feature-title {
                font-size: 14px;
                line-height: 20px; } }

.section-ldp-tc-profile {
  padding: 64px 0px;
  background: linear-gradient(70deg, #FFF0C6 9.48%, #FFFAEB 30.67%, #FFFAEB 69.41%, #FFF0C6 88.56%); }
  .section-ldp-tc-profile .s-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 44px;
    position: relative; }
    @media (max-width: 991px) {
      .section-ldp-tc-profile .s-title {
        width: 100%; } }
    .section-ldp-tc-profile .s-title h2 {
      color: #800020;
      text-align: center;
      font: 400 36px / 48px "Playfair Display" , serif;
      margin: 0; }
      @media (max-width: 991px) {
        .section-ldp-tc-profile .s-title h2 {
          font-size: 28px;
          line-height: 36px; } }
      @media (max-width: 640px) {
        .section-ldp-tc-profile .s-title h2 {
          font-size: 24px;
          line-height: 32px; } }
  .section-ldp-tc-profile .s-content {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .section-ldp-tc-profile .s-content > div {
      width: 100%; }
  .section-ldp-tc-profile .s-tablist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: scroll; }
    .section-ldp-tc-profile .s-tablist .item {
      flex: 1 1 auto;
      outline: none; }
    .section-ldp-tc-profile .s-tablist .item a {
      display: flex;
      min-height: 40px;
      max-height: 40px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      border-bottom: 1px solid #E2BE62;
      color: var(--shop-color-title);
      white-space: nowrap;
      font-family: 'Roboto', sans-serif; }
      .section-ldp-tc-profile .s-tablist .item a.active {
        border-radius: 6px;
        background: var(--Gardient-01, linear-gradient(180deg, #FFDD7E 23.22%, #DFAD4C 100%)); }
  .section-ldp-tc-profile .s-tabcontent .box {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .section-ldp-tc-profile .s-tabcontent .box .info p:last-child {
      margin-bottom: 0; }
    .section-ldp-tc-profile .s-tabcontent .box .info h3 {
      color: var(--shop-color-title);
      font-size: 26px;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 4px; }
    .section-ldp-tc-profile .s-tabcontent .box .info .desc * {
      font-size: 14px;
      font-family: 'Roboto', sans-serif; }
    .section-ldp-tc-profile .s-tabcontent .box .accordion {
      display: flex;
      flex-direction: column;
      gap: 16px;
      font-family: 'Roboto', sans-serif; }
      .section-ldp-tc-profile .s-tabcontent .box .accordion .accordion--title {
        padding: 10px 44px 10px 16px;
        position: relative;
        color: var(--shop-color-title);
        font-size: 20px;
        font-weight: 500; }
        .section-ldp-tc-profile .s-tabcontent .box .accordion .accordion--title .accordion--arrow {
          width: 24px;
          height: 24px;
          position: absolute;
          top: 0;
          right: 16px;
          bottom: 0;
          margin: auto;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
      .section-ldp-tc-profile .s-tabcontent .box .accordion .accordion--content {
        display: none;
        font-family: 'Roboto', sans-serif; }
        .section-ldp-tc-profile .s-tabcontent .box .accordion .accordion--content .list {
          flex-direction: column;
          display: flex;
          padding: 4px;
          font-size: 14px; }
          .section-ldp-tc-profile .s-tabcontent .box .accordion .accordion--content .list .line {
            border: 1px solid #FFF0C6;
            background: #FFFAEB;
            display: flex;
            padding: 8px 16px;
            flex-direction: column;
            gap: 2px; }
          .section-ldp-tc-profile .s-tabcontent .box .accordion .accordion--content .list .line > div {
            display: flex;
            gap: 10px; }
      .section-ldp-tc-profile .s-tabcontent .box .accordion .accordion--item {
        border-radius: 4px;
        background: linear-gradient(180deg, #FFF0C6 -15.13%, #E2BE62 100%);
        overflow: hidden;
        font-family: 'Roboto', sans-serif; }
        .section-ldp-tc-profile .s-tabcontent .box .accordion .accordion--item .accordion--title.active .accordion--arrow svg {
          transform: rotate(180deg); }
  .section-ldp-tc-profile .s-tabcontent .tabpand {
    display: none; }
  .section-ldp-tc-profile .s-tabcontent .tabpand.active {
    display: block; }
  .section-ldp-tc-profile .s-tabcontent .tabpand-box {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .section-ldp-tc-profile .s-tabcontent .tabpand-box .tabpand-box--left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section-ldp-tc-profile .s-tabcontent .tabpand-box .tabpand-box--right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      border-radius: 4px;
      overflow: hidden; }
  .section-ldp-tc-profile .s-tabcontent .swiper .media {
    position: relative;
    overflow: hidden;
    padding-bottom: calc(720/1280 * 100%);
    /*
        &:before {
          background: linear-gradient(0deg, rgba(0, 1, 2, 0.5) 18.67%, rgba(0, 1, 2, 0) 100%);
          content: "";
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 3;
        }
        */ }
    .section-ldp-tc-profile .s-tabcontent .swiper .media img {
      position: absolute;
      width: 100%;
      height: 100%; }
  .section-ldp-tc-profile .s-tabcontent .swiper .swiper-control {
    position: absolute;
    bottom: 12px;
    right: 20px;
    color: #fff; }
  @media (min-width: 992px) {
    .section-ldp-tc-profile .s-tablist {
      overflow: hidden; }
    .section-ldp-tc-profile .s-tabcontent .tabpand-box {
      flex-direction: row; }
      .section-ldp-tc-profile .s-tabcontent .tabpand-box .tabpand-box--left {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%; }
      .section-ldp-tc-profile .s-tabcontent .tabpand-box .tabpand-box--right {
        -ms-flex: 0 0 calc(70% - 20px);
        flex: 0 0 calc(70% - 20px);
        max-width: calc(70% - 20px); } }

.event-process-section {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: start;
  padding: 64px 0px; }
  @media (max-width: 1200px) {
    .event-process-section {
      padding: 64px 0px 0px 0px; } }
  @media (max-width: 991px) {
    .event-process-section {
      max-width: 100%;
      padding: 64px 0px; } }
  .event-process-section .background-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .event-process-section .content-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    color: #800020;
    font: 400 36px/1 "Playfair Display", -apple-system, Roboto, Helvetica, sans-serif; }
    .event-process-section .content-wrapper .section-header {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: start; }
      @media (max-width: 991px) {
        .event-process-section .content-wrapper .section-header {
          max-width: 100%; } }
      .event-process-section .content-wrapper .section-header .title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start; }
        @media (max-width: 991px) {
          .event-process-section .content-wrapper .section-header .title-container {
            max-width: 100%; } }
        .event-process-section .content-wrapper .section-header .title-container .main-title {
          margin: 0;
          font-size: inherit;
          font-weight: inherit;
          font-family: inherit;
          color: inherit; }
          @media (max-width: 991px) {
            .event-process-section .content-wrapper .section-header .title-container .main-title {
              max-width: 100%; } }
    .event-process-section .content-wrapper .s-title {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding-bottom: 24px;
      position: relative; }
      @media (max-width: 991px) {
        .event-process-section .content-wrapper .s-title {
          width: 100%; } }
      .event-process-section .content-wrapper .s-title h2 {
        color: #800020;
        text-align: center;
        font: 400 36px / 48px "Playfair Display" , serif;
        margin: 0; }
        @media (max-width: 991px) {
          .event-process-section .content-wrapper .s-title h2 {
            font-size: 28px;
            line-height: 36px; } }
        @media (max-width: 640px) {
          .event-process-section .content-wrapper .s-title h2 {
            font-size: 24px;
            line-height: 32px; } }
    .event-process-section .content-wrapper .process-steps {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 104px;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .event-process-section .content-wrapper .process-steps {
          max-width: 100%;
          margin-top: 70px; } }
      @media (max-width: 767px) {
        .event-process-section .content-wrapper .process-steps {
          gap: 100px; } }
      .event-process-section .content-wrapper .process-steps .process-step {
        align-self: stretch;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: start;
        margin: auto 0;
        flex: 1 1 100%;
        max-width: 100%; }
        @media (min-width: 576px) {
          .event-process-section .content-wrapper .process-steps .process-step {
            flex: 1 1 calc(50% - 20px);
            max-width: calc(50% - 20px); } }
        @media (min-width: 992px) {
          .event-process-section .content-wrapper .process-steps .process-step {
            flex: 1 1 calc(20% - 20px);
            max-width: calc(20% - 20px); } }
        @media (max-width: 1200px) {
          .event-process-section .content-wrapper .process-steps .process-step {
            padding-bottom: 70px; } }
        @media (max-width: 767px) {
          .event-process-section .content-wrapper .process-steps .process-step {
            width: 100%;
            padding-bottom: 0px; } }
        .event-process-section .content-wrapper .process-steps .process-step .step-card {
          border-radius: 4px;
          background-color: #fff;
          z-index: 0;
          display: flex;
          flex-shrink: 0;
          height: 260px;
          width: 100%;
          margin: auto 0; }
          @media (max-width: 767px) {
            .event-process-section .content-wrapper .process-steps .process-step .step-card {
              width: 100%; } }
        .event-process-section .content-wrapper .process-steps .process-step .step-content {
          align-self: start;
          position: absolute;
          z-index: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          left: 50%;
          top: -68px;
          width: 70%;
          transform: translateX(-50%); }
          @media (max-width: 767px) {
            .event-process-section .content-wrapper .process-steps .process-step .step-content {
              width: 100%; } }
          .event-process-section .content-wrapper .process-steps .process-step .step-content .step-image {
            aspect-ratio: 1/1;
            object-fit: contain;
            object-position: center;
            width: 150px;
            border-radius: 50%;
            align-self: center;
            max-width: 100%; }
          .event-process-section .content-wrapper .process-steps .process-step .step-content .step-details {
            display: flex;
            margin-top: 16px;
            width: 100%;
            flex-direction: column;
            align-items: stretch;
            justify-content: start; }
            @media (max-width: 767px) {
              .event-process-section .content-wrapper .process-steps .process-step .step-content .step-details {
                padding: 0px 20px; } }
            .event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-header {
              display: flex;
              width: 100%;
              flex-direction: column;
              align-items: stretch;
              font-size: 16px;
              font-weight: 500;
              justify-content: start; }
              .event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-header .step-number {
                color: #232f4b;
                font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
                letter-spacing: -0.2px;
                padding-bottom: 10px; }
              .event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-header .step-title {
                color: #800020;
                font-family: "Playfair Display", -apple-system, Roboto, Helvetica, sans-serif;
                align-self: center;
                margin: 0;
                font-size: inherit;
                font-weight: inherit; }
            .event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-divider {
              aspect-ratio: 0.41;
              object-fit: contain;
              object-position: center;
              width: 13px;
              align-self: center;
              margin-top: 8px; }
            .event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-description {
              color: #232f4b;
              letter-spacing: -0.1px;
              margin: 8px 0 0 0;
              font: 400 14px/20px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }

.section-ldp-tc-promo {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 64px 0px 64px 0px; }
  @media (min-width: 1024px) {
    .section-ldp-tc-promo {
      background-size: 100%; } }
  .section-ldp-tc-promo .s-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 44px;
    position: relative; }
    @media (max-width: 991px) {
      .section-ldp-tc-promo .s-title {
        width: 100%; } }
    .section-ldp-tc-promo .s-title h2 {
      color: #800020;
      text-align: center;
      font: 400 36px / 48px "Playfair Display" , serif;
      margin: 0; }
      @media (max-width: 991px) {
        .section-ldp-tc-promo .s-title h2 {
          font-size: 28px;
          line-height: 36px; } }
      @media (max-width: 640px) {
        .section-ldp-tc-promo .s-title h2 {
          font-size: 24px;
          line-height: 32px; } }

.box-promotion {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: all 0.4s;
  margin-bottom: 10px; }
  .box-promotion > div {
    width: 100%; }
  .box-promotion .thumb .aspect-ratio {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: calc(640/960 * 100%); }
  .box-promotion .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .box-promotion .detail {
    padding: 12px; }
    .box-promotion .detail h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 10px; }
    .box-promotion .detail p {
      margin: 0;
      font-family: 'Roboto', sans-serif; }
  @media (min-width: 992px) {
    .box-promotion .detail {
      padding: 16px; }
      .box-promotion .detail h3 {
        font-size: 24px; }
    .box-promotion:hover {
      box-shadow: 0 12px 16px -12px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03); } }

/** LDP Sinh Nhật **/
.section-ldp-sn-intro {
  position: relative;
  padding: 0; }
  .section-ldp-sn-intro > img {
    height: 100vh;
    width: 100%;
    object-position: top;
    object-fit: cover; }
  .section-ldp-sn-intro .wedding-celebration-section {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%); }
    .section-ldp-sn-intro .wedding-celebration-section .content-container {
      display: flex;
      width: 100%;
      max-width: 800px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      position: relative; }
      .section-ldp-sn-intro .wedding-celebration-section .content-container .text-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        position: relative; }
        .section-ldp-sn-intro .wedding-celebration-section .content-container .text-content .section-header {
          align-self: stretch;
          position: relative; }
          .section-ldp-sn-intro .wedding-celebration-section .content-container .text-content .section-header .main-title {
            color: #232f4b;
            text-align: center;
            letter-spacing: -0.2px;
            font: 500 18px / 24px Roboto;
            margin: 0; }
        .section-ldp-sn-intro .wedding-celebration-section .content-container .text-content .title-group {
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          position: relative; }
          .section-ldp-sn-intro .wedding-celebration-section .content-container .text-content .title-group .primary-heading {
            align-self: stretch;
            color: #232f4b;
            text-align: center;
            position: relative;
            font: 500 40px / 64px "Playfair Display";
            margin: 0; }
          .section-ldp-sn-intro .wedding-celebration-section .content-container .text-content .title-group .secondary-heading {
            align-self: stretch;
            color: #232f4b;
            text-align: center;
            position: relative;
            font: 400 32px / 56px "NVN Motherland Signature", cursive;
            margin: 0; }
        .section-ldp-sn-intro .wedding-celebration-section .content-container .text-content .intro-description {
          align-self: stretch;
          color: #232f4b;
          text-align: center;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto;
          margin: 0; }
        .section-ldp-sn-intro .wedding-celebration-section .content-container .text-content .detailed-description {
          align-self: stretch;
          color: #232f4b;
          text-align: center;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto;
          margin: 0; }
      .section-ldp-sn-intro .wedding-celebration-section .content-container .consultation-button {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 6px;
        border: 1px solid #ecc638;
        background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
        position: relative;
        cursor: pointer;
        transition: all 0.2s ease; }
        .section-ldp-sn-intro .wedding-celebration-section .content-container .consultation-button:hover {
          transform: translateY(-1px);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
        .section-ldp-sn-intro .wedding-celebration-section .content-container .consultation-button:active {
          transform: translateY(0); }
        .section-ldp-sn-intro .wedding-celebration-section .content-container .consultation-button .button-text {
          color: #800020;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto; }
        .section-ldp-sn-intro .wedding-celebration-section .content-container .consultation-button .arrow-icon {
          width: 20px;
          height: 20px;
          flex-shrink: 0; }
    @media (max-width: 640px) {
      .section-ldp-sn-intro .wedding-celebration-section .consultation-button {
        padding: 10px 20px; }
      .section-ldp-sn-intro .wedding-celebration-section .wedding-celebration-section {
        padding: 16px; }
      .section-ldp-sn-intro .wedding-celebration-section .primary-heading {
        font-size: 32px;
        line-height: 48px; }
      .section-ldp-sn-intro .wedding-celebration-section .secondary-heading {
        font-size: 24px;
        line-height: 40px; } }
    @media (max-width: 480px) {
      .section-ldp-sn-intro .wedding-celebration-section .primary-heading {
        font-size: 28px !important;
        line-height: 40px !important; }
      .section-ldp-sn-intro .wedding-celebration-section .secondary-heading {
        font-size: 20px !important;
        line-height: 32px !important; }
      .section-ldp-sn-intro .wedding-celebration-section .main-title {
        font-size: 16px;
        line-height: 22px; }
      .section-ldp-sn-intro .wedding-celebration-section .intro-description,
      .section-ldp-sn-intro .wedding-celebration-section .detailed-description {
        font-size: 14px;
        line-height: 20px; } }

.sn_event-process-section {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: start;
  padding: 64px 0px;
  background: #F8E1E9; }
  .sn_event-process-section .background-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .sn_event-process-section .content-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    color: #800020;
    font: 400 36px/1 "Playfair Display", -apple-system, Roboto, Helvetica, sans-serif; }
    .sn_event-process-section .content-wrapper .section-header {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: start; }
      @media (max-width: 991px) {
        .sn_event-process-section .content-wrapper .section-header {
          max-width: 100%; } }
      .sn_event-process-section .content-wrapper .section-header .title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start; }
        @media (max-width: 991px) {
          .sn_event-process-section .content-wrapper .section-header .title-container {
            max-width: 100%; } }
        .sn_event-process-section .content-wrapper .section-header .title-container .main-title {
          margin: 0;
          font-size: inherit;
          font-weight: inherit;
          font-family: inherit;
          color: inherit; }
          @media (max-width: 991px) {
            .sn_event-process-section .content-wrapper .section-header .title-container .main-title {
              max-width: 100%; } }
    .sn_event-process-section .content-wrapper .s-title {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding-bottom: 24px;
      position: relative; }
      @media (max-width: 991px) {
        .sn_event-process-section .content-wrapper .s-title {
          width: 100%; } }
      .sn_event-process-section .content-wrapper .s-title h2 {
        color: #800020;
        text-align: center;
        font: 400 36px / 48px "Playfair Display" , serif;
        margin: 0; }
        @media (max-width: 991px) {
          .sn_event-process-section .content-wrapper .s-title h2 {
            font-size: 28px;
            line-height: 36px; } }
        @media (max-width: 640px) {
          .sn_event-process-section .content-wrapper .s-title h2 {
            font-size: 24px;
            line-height: 32px; } }
    .sn_event-process-section .content-wrapper .process-steps {
      position: relative;
      display: flex;
      margin-top: 104px;
      align-items: center;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .sn_event-process-section .content-wrapper .process-steps {
          max-width: 100%;
          margin-top: 70px; } }
      @media (max-width: 767px) {
        .sn_event-process-section .content-wrapper .process-steps {
          gap: 100px; } }
      .sn_event-process-section .content-wrapper .process-steps .process-step {
        align-self: stretch;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: start;
        gap: 20px;
        margin: auto 0;
        /* Mặc định: Mobile (1 item/hàng) */
        flex: 1 1 100%;
        /* Chiếm full width */
        max-width: 100%;
        /* Tablet (2 item/hàng) */
        /* Desktop (4 item/hàng) */ }
        @media (min-width: 576px) {
          .sn_event-process-section .content-wrapper .process-steps .process-step {
            flex: 1 1 calc(50% - 20px);
            /* 50% - gap */
            max-width: calc(50% - 20px); } }
        @media (min-width: 992px) {
          .sn_event-process-section .content-wrapper .process-steps .process-step {
            flex: 1 1 calc(25% - 20px);
            /* 25% - gap */
            max-width: calc(25% - 20px); } }
        .sn_event-process-section .content-wrapper .process-steps .process-step .step-card {
          border-radius: 4px;
          background-color: #fff;
          z-index: 0;
          display: flex;
          flex-shrink: 0;
          height: 260px;
          width: 100%;
          margin: auto 0; }
        .sn_event-process-section .content-wrapper .process-steps .process-step .step-content {
          align-self: start;
          position: absolute;
          z-index: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: start;
          left: 0;
          top: -68px;
          width: 100%; }
          @media (max-width: 767px) {
            .sn_event-process-section .content-wrapper .process-steps .process-step .step-content {
              width: 100%; } }
          .sn_event-process-section .content-wrapper .process-steps .process-step .step-content .step-image {
            aspect-ratio: 1/1;
            object-fit: contain;
            object-position: center;
            width: 150px;
            border-radius: 50%;
            align-self: center;
            max-width: 100%; }
          .sn_event-process-section .content-wrapper .process-steps .process-step .step-content .step-details {
            display: flex;
            margin-top: 16px;
            width: 100%;
            flex-direction: column;
            align-items: stretch;
            justify-content: start; }
            @media (max-width: 767px) {
              .sn_event-process-section .content-wrapper .process-steps .process-step .step-content .step-details {
                padding: 0px 20px; } }
            .sn_event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-header {
              display: flex;
              width: 100%;
              flex-direction: column;
              align-items: stretch;
              font-size: 16px;
              font-weight: 500;
              justify-content: start; }
              .sn_event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-header .step-number {
                color: #232f4b;
                font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
                letter-spacing: -0.2px;
                padding-bottom: 10px; }
              .sn_event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-header .step-title {
                color: #800020;
                font-family: "Playfair Display", -apple-system, Roboto, Helvetica, sans-serif;
                align-self: center;
                margin: 0;
                font-size: inherit;
                font-weight: inherit; }
            .sn_event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-divider {
              aspect-ratio: 0.41;
              object-fit: contain;
              object-position: center;
              width: 13px;
              align-self: center;
              margin-top: 8px; }
            .sn_event-process-section .content-wrapper .process-steps .process-step .step-content .step-details .step-description {
              color: #232f4b;
              letter-spacing: -0.1px;
              margin: 8px 0 0 0;
              font: 400 14px/20px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }

.section-ldp-sn-profile {
  padding: 64px 0px;
  background: linear-gradient(70deg, #FFF0C6 9.48%, #FFFAEB 30.67%, #FFFAEB 69.41%, #FFF0C6 88.56%); }
  .section-ldp-sn-profile .s-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 44px;
    position: relative; }
    @media (max-width: 991px) {
      .section-ldp-sn-profile .s-title {
        width: 100%; } }
    .section-ldp-sn-profile .s-title h2 {
      color: #800020;
      text-align: center;
      font: 400 36px / 48px "Playfair Display" , serif;
      margin: 0; }
      @media (max-width: 991px) {
        .section-ldp-sn-profile .s-title h2 {
          font-size: 28px;
          line-height: 36px; } }
      @media (max-width: 640px) {
        .section-ldp-sn-profile .s-title h2 {
          font-size: 24px;
          line-height: 32px; } }
  .section-ldp-sn-profile .s-content {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .section-ldp-sn-profile .s-content > div {
      width: 100%; }
  .section-ldp-sn-profile .s-tablist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: scroll; }
    .section-ldp-sn-profile .s-tablist .item {
      flex: 1 1 auto;
      outline: none; }
    .section-ldp-sn-profile .s-tablist .item a {
      display: flex;
      min-height: 40px;
      max-height: 40px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      border-bottom: 1px solid #E2BE62;
      color: var(--shop-color-title);
      white-space: nowrap;
      font-family: 'Roboto', sans-serif; }
      .section-ldp-sn-profile .s-tablist .item a.active {
        border-radius: 6px;
        background: var(--Gardient-01, linear-gradient(180deg, #FFDD7E 23.22%, #DFAD4C 100%)); }
  .section-ldp-sn-profile .s-tabcontent .box {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .section-ldp-sn-profile .s-tabcontent .box .info p:last-child {
      margin-bottom: 0; }
    .section-ldp-sn-profile .s-tabcontent .box .info h3 {
      color: var(--shop-color-title);
      font-size: 26px;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 4px; }
    .section-ldp-sn-profile .s-tabcontent .box .info .desc * {
      font-size: 14px;
      font-family: 'Roboto', sans-serif; }
    .section-ldp-sn-profile .s-tabcontent .box .accordion {
      display: flex;
      flex-direction: column;
      gap: 16px;
      font-family: 'Roboto', sans-serif; }
      .section-ldp-sn-profile .s-tabcontent .box .accordion .accordion--title {
        padding: 10px 44px 10px 16px;
        position: relative;
        color: var(--shop-color-title);
        font-size: 20px;
        font-weight: 500; }
        .section-ldp-sn-profile .s-tabcontent .box .accordion .accordion--title .accordion--arrow {
          width: 24px;
          height: 24px;
          position: absolute;
          top: 0;
          right: 16px;
          bottom: 0;
          margin: auto;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
      .section-ldp-sn-profile .s-tabcontent .box .accordion .accordion--content {
        display: none;
        font-family: 'Roboto', sans-serif; }
        .section-ldp-sn-profile .s-tabcontent .box .accordion .accordion--content .list {
          flex-direction: column;
          display: flex;
          padding: 4px;
          font-size: 14px; }
          .section-ldp-sn-profile .s-tabcontent .box .accordion .accordion--content .list .line {
            border: 1px solid #FFF0C6;
            background: #FFFAEB;
            display: flex;
            padding: 8px 16px;
            flex-direction: column;
            gap: 2px; }
          .section-ldp-sn-profile .s-tabcontent .box .accordion .accordion--content .list .line > div {
            display: flex;
            gap: 10px; }
      .section-ldp-sn-profile .s-tabcontent .box .accordion .accordion--item {
        font-family: 'Roboto', sans-serif;
        border-radius: 4px;
        background: linear-gradient(180deg, #FFF0C6 -15.13%, #E2BE62 100%);
        overflow: hidden; }
        .section-ldp-sn-profile .s-tabcontent .box .accordion .accordion--item .accordion--title.active .accordion--arrow svg {
          transform: rotate(180deg); }
  .section-ldp-sn-profile .s-tabcontent .tabpand {
    display: none; }
  .section-ldp-sn-profile .s-tabcontent .tabpand.active {
    display: block; }
  .section-ldp-sn-profile .s-tabcontent .tabpand-box {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .section-ldp-sn-profile .s-tabcontent .tabpand-box .tabpand-box--left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section-ldp-sn-profile .s-tabcontent .tabpand-box .tabpand-box--right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      border-radius: 4px;
      overflow: hidden; }
  .section-ldp-sn-profile .s-tabcontent .swiper .media {
    position: relative;
    overflow: hidden;
    padding-bottom: calc(720/1280 * 100%); }
    .section-ldp-sn-profile .s-tabcontent .swiper .media img {
      position: absolute;
      width: 100%;
      height: 100%; }
  .section-ldp-sn-profile .s-tabcontent .swiper .swiper-control {
    position: absolute;
    bottom: 12px;
    right: 20px;
    color: #fff; }
  @media (min-width: 992px) {
    .section-ldp-sn-profile .s-tablist {
      overflow: hidden; }
    .section-ldp-sn-profile .s-tabcontent .tabpand-box {
      flex-direction: row; }
      .section-ldp-sn-profile .s-tabcontent .tabpand-box .tabpand-box--left {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%; }
      .section-ldp-sn-profile .s-tabcontent .tabpand-box .tabpand-box--right {
        -ms-flex: 0 0 calc(70% - 20px);
        flex: 0 0 calc(70% - 20px);
        max-width: calc(70% - 20px); } }

.section-ldp-sn-promo {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 64px 0px 64px 0px; }
  @media (min-width: 1024px) {
    .section-ldp-sn-promo {
      background-size: 100%; } }
  .section-ldp-sn-promo .s-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 44px;
    position: relative; }
    @media (max-width: 991px) {
      .section-ldp-sn-promo .s-title {
        width: 100%; } }
    .section-ldp-sn-promo .s-title h2 {
      color: #800020;
      text-align: center;
      font: 400 36px / 48px "Playfair Display" , serif;
      margin: 0; }
      @media (max-width: 991px) {
        .section-ldp-sn-promo .s-title h2 {
          font-size: 28px;
          line-height: 36px; } }
      @media (max-width: 640px) {
        .section-ldp-sn-promo .s-title h2 {
          font-size: 24px;
          line-height: 32px; } }

/** LDP Hội Nghị **/
.section-ldp-hn-intro-top {
  position: relative;
  padding: 0; }
  .section-ldp-hn-intro-top > img {
    height: 100vh;
    width: 100%;
    object-position: top;
    object-fit: cover; }
  .section-ldp-hn-intro-top .wedding-celebration-section {
    display: flex;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%); }
    .section-ldp-hn-intro-top .wedding-celebration-section .content-container {
      display: flex;
      width: 100%;
      max-width: 800px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      position: relative; }
      .section-ldp-hn-intro-top .wedding-celebration-section .content-container .text-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        position: relative; }
        .section-ldp-hn-intro-top .wedding-celebration-section .content-container .text-content .section-header {
          align-self: stretch;
          position: relative; }
          .section-ldp-hn-intro-top .wedding-celebration-section .content-container .text-content .section-header .main-title {
            color: #ffffff;
            text-align: center;
            font-family: Roboto;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            /* 120% */
            letter-spacing: -0.2px; }
        .section-ldp-hn-intro-top .wedding-celebration-section .content-container .text-content .title-group {
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          position: relative; }
          .section-ldp-hn-intro-top .wedding-celebration-section .content-container .text-content .title-group .primary-heading {
            align-self: stretch;
            color: #ffffff;
            text-align: center;
            font-family: "Playfair Display";
            font-size: 40px;
            font-style: normal;
            font-weight: 500;
            line-height: 64px; }
          .section-ldp-hn-intro-top .wedding-celebration-section .content-container .text-content .title-group .secondary-heading {
            align-self: stretch;
            color: #ffffff;
            text-align: center;
            font-family: "NVN Motherland Signature";
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 56px; }
    @media (max-width: 640px) {
      .section-ldp-hn-intro-top .wedding-celebration-section .consultation-button {
        padding: 10px 20px; }
      .section-ldp-hn-intro-top .wedding-celebration-section .wedding-celebration-section {
        padding: 16px; }
      .section-ldp-hn-intro-top .wedding-celebration-section .primary-heading {
        font-size: 32px !important;
        line-height: 48px !important; }
      .section-ldp-hn-intro-top .wedding-celebration-section .secondary-heading {
        font-size: 24px !important;
        line-height: 40px !important; } }
    @media (max-width: 480px) {
      .section-ldp-hn-intro-top .wedding-celebration-section .primary-heading {
        font-size: 28px !important;
        line-height: 40px !important; }
      .section-ldp-hn-intro-top .wedding-celebration-section .secondary-heading {
        font-size: 20px !important;
        line-height: 32px !important; }
      .section-ldp-hn-intro-top .wedding-celebration-section .main-title {
        font-size: 16px !important;
        line-height: 22px !important; }
      .section-ldp-hn-intro-top .wedding-celebration-section .intro-description,
      .section-ldp-hn-intro-top .wedding-celebration-section .detailed-description {
        font-size: 14px;
        line-height: 20px; } }

.section-ldp-hn-feature {
  background: #F9E6D0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 64px 0; }
  .section-ldp-hn-feature .box-feature {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #E2BE62;
    background: rgba(255, 240, 198, 0.7);
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    transition: all 0.4s;
    cursor: pointer; }
    .section-ldp-hn-feature .box-feature .detail {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .section-ldp-hn-feature .box-feature .detail svg {
        color: #8A501E; }
      .section-ldp-hn-feature .box-feature .detail h3 {
        color: #8A501E;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .section-ldp-hn-feature .box-feature .detail h3 br {
          display: none; } }
    .section-ldp-hn-feature .box-feature .box-feature--default {
      padding: 24px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 12px;
      transition: all 0.4s; }
    .section-ldp-hn-feature .box-feature .box-feature--afterclick {
      width: 100%;
      display: none; }
      .section-ldp-hn-feature .box-feature .box-feature--afterclick .thumb {
        padding-bottom: 100%;
        position: relative;
        overflow: hidden; }
        .section-ldp-hn-feature .box-feature .box-feature--afterclick .thumb img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .section-ldp-hn-feature .box-feature .box-feature--afterclick .detail {
        position: absolute;
        bottom: 12px;
        left: 12px;
        right: 12px;
        display: flex;
        padding: 20px 24px;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        align-self: stretch;
        border-radius: 4px;
        background: rgba(115, 65, 32, 0.6);
        backdrop-filter: blur(4px);
        display: none; }
        .section-ldp-hn-feature .box-feature .box-feature--afterclick .detail * {
          color: #fff; }
    @media (min-width: 992px) {
      .section-ldp-hn-feature .box-feature {
        min-height: 636px;
        padding-bottom: 100%;
        flex-direction: row; }
        .section-ldp-hn-feature .box-feature .detail h3 {
          font-size: 24px; }
        .section-ldp-hn-feature .box-feature .box-feature--default {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .section-ldp-hn-feature .box-feature .box-feature--default .detail .text {
            overflow: hidden;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 61px; }
        .section-ldp-hn-feature .box-feature .box-feature--afterclick {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          transition: all 0.4s;
          transform: translateX(100%); }
          .section-ldp-hn-feature .box-feature .box-feature--afterclick .detail {
            display: flex; } }
  .section-ldp-hn-feature .listing {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .section-ldp-hn-feature .listing .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section-ldp-hn-feature .listing .item.active .box-feature {
      border-radius: 2px;
      border: none; }
    @media (min-width: 992px) {
      .section-ldp-hn-feature .listing {
        flex-direction: row; }
        .section-ldp-hn-feature .listing .item {
          -ms-flex: 0 0 calc((100% - (20px*5))/6);
          flex: 0 0 calc((100% - (20px*5))/6);
          max-width: calc((100% - (20px*5))/6); }
        .section-ldp-hn-feature .listing .item.active {
          -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
          max-width: calc((100% - 20px) / 2); }
          .section-ldp-hn-feature .listing .item.active .box-feature .box-feature--default {
            transform: translateX(-100%); }
          .section-ldp-hn-feature .listing .item.active .box-feature .box-feature--afterclick {
            transform: translateX(0%); } }

.section-ldp-hn-intro {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 64px 0px; }
  .section-ldp-hn-intro .swiper-banner {
    position: relative; }
  .section-ldp-hn-intro .swiper-slide--inner .content {
    padding: 0 0 100px; }
  @media (min-width: 1024px) {
    .section-ldp-hn-intro {
      background-size: 100%; } }
  @media (min-width: 1024px) {
    .section-ldp-hn-intro .s-wrapper {
      width: 70%;
      margin: 0 auto; } }

.section-ldp-hn-promo {
  background: #ffffff;
  padding: 64px 0px; }

.section-ldp-hn-profile {
  padding: 64px 0px;
  background: linear-gradient(70deg, #FFF0C6 9.48%, #FFFAEB 30.67%, #FFFAEB 69.41%, #FFF0C6 88.56%); }
  .section-ldp-hn-profile .s-content {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .section-ldp-hn-profile .s-content > div {
      width: 100%; }
  .section-ldp-hn-profile .s-tablist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: scroll; }
    .section-ldp-hn-profile .s-tablist .item {
      flex: 1 1 auto; }
    .section-ldp-hn-profile .s-tablist .item a {
      display: flex;
      min-height: 40px;
      max-height: 40px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      border-radius: 2px;
      border-bottom: 1px solid #E2BE62;
      color: #AD6E21;
      white-space: nowrap; }
      .section-ldp-hn-profile .s-tablist .item a.active {
        background: #AD6E21;
        color: #fff; }
  .section-ldp-hn-profile .s-tabcontent .box {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .section-ldp-hn-profile .s-tabcontent .box .info p:last-child {
      margin-bottom: 0; }
    .section-ldp-hn-profile .s-tabcontent .box .info h3 {
      color: #8A501E;
      font-size: 26px;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 4px; }
    .section-ldp-hn-profile .s-tabcontent .box .info .desc * {
      font-size: 14px;
      font-family: 'Roboto', sans-serif; }
    .section-ldp-hn-profile .s-tabcontent .box .accordion {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .section-ldp-hn-profile .s-tabcontent .box .accordion .accordion--title {
        padding: 10px 44px 10px 16px;
        position: relative;
        color: #8A501E;
        font-family: var(--skin-title-font);
        font-size: 20px;
        font-weight: 500; }
        .section-ldp-hn-profile .s-tabcontent .box .accordion .accordion--title .accordion--arrow {
          width: 24px;
          height: 24px;
          position: absolute;
          top: 0;
          right: 16px;
          bottom: 0;
          margin: auto;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
      .section-ldp-hn-profile .s-tabcontent .box .accordion .accordion--content {
        display: none; }
        .section-ldp-hn-profile .s-tabcontent .box .accordion .accordion--content .list {
          flex-direction: column;
          display: flex;
          padding: 4px;
          font-size: 14px; }
          .section-ldp-hn-profile .s-tabcontent .box .accordion .accordion--content .list .line {
            border: 1px solid #FFF0C6;
            background: #FFFAEB;
            display: flex;
            padding: 8px 16px;
            flex-direction: column;
            gap: 2px; }
          .section-ldp-hn-profile .s-tabcontent .box .accordion .accordion--content .list .line > div {
            display: flex;
            gap: 10px; }
      .section-ldp-hn-profile .s-tabcontent .box .accordion .accordion--item {
        border-radius: 4px;
        background: linear-gradient(180deg, #FFF0C6 -15.13%, #E2BE62 100%);
        overflow: hidden;
        font-family: 'Roboto', sans-serif; }
        .section-ldp-hn-profile .s-tabcontent .box .accordion .accordion--item .accordion--title.active .accordion--arrow svg {
          transform: rotate(180deg); }
  .section-ldp-hn-profile .s-tabcontent .tabpand {
    display: none; }
  .section-ldp-hn-profile .s-tabcontent .tabpand.active {
    display: block; }
  .section-ldp-hn-profile .s-tabcontent .tabpand-box {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .section-ldp-hn-profile .s-tabcontent .tabpand-box .tabpand-box--left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section-ldp-hn-profile .s-tabcontent .tabpand-box .tabpand-box--right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      border-radius: 4px;
      overflow: hidden; }
  .section-ldp-hn-profile .s-tabcontent .swiper .media {
    position: relative;
    overflow: hidden;
    padding-bottom: calc(720/1280 * 100%); }
    .section-ldp-hn-profile .s-tabcontent .swiper .media img {
      position: absolute;
      width: 100%;
      height: 100%; }
  .section-ldp-hn-profile .s-tabcontent .swiper .swiper-control {
    position: absolute;
    bottom: 12px;
    right: 20px;
    color: #fff; }
  @media (min-width: 992px) {
    .section-ldp-hn-profile .s-tablist {
      overflow: hidden; }
    .section-ldp-hn-profile .s-tabcontent .tabpand-box {
      flex-direction: row; }
      .section-ldp-hn-profile .s-tabcontent .tabpand-box .tabpand-box--left {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%; }
      .section-ldp-hn-profile .s-tabcontent .tabpand-box .tabpand-box--right {
        -ms-flex: 0 0 calc(70% - 20px);
        flex: 0 0 calc(70% - 20px);
        max-width: calc(70% - 20px); } }

/** LDP Tiệc Tận Nơi **/
.section-ldp-ttn-intro-top {
  position: relative;
  padding: 0 !important; }
  .section-ldp-ttn-intro-top > img {
    height: 100vh;
    width: 100%;
    object-position: top;
    object-fit: cover; }
  .section-ldp-ttn-intro-top .wedding-celebration-section {
    display: flex;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%); }
    .section-ldp-ttn-intro-top .wedding-celebration-section .content-container {
      display: flex;
      width: 100%;
      max-width: 800px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      position: relative; }
      .section-ldp-ttn-intro-top .wedding-celebration-section .content-container .text-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        position: relative; }
        .section-ldp-ttn-intro-top .wedding-celebration-section .content-container .text-content .section-header {
          align-self: stretch;
          position: relative; }
          .section-ldp-ttn-intro-top .wedding-celebration-section .content-container .text-content .section-header .main-title {
            color: #ffffff;
            text-align: center;
            font-family: Roboto;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            /* 120% */
            letter-spacing: -0.2px; }
        .section-ldp-ttn-intro-top .wedding-celebration-section .content-container .text-content .title-group {
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          position: relative; }
          .section-ldp-ttn-intro-top .wedding-celebration-section .content-container .text-content .title-group .primary-heading {
            align-self: stretch;
            color: #ffffff;
            text-align: center;
            font-family: "Playfair Display";
            font-size: 40px;
            font-style: normal;
            font-weight: 500;
            line-height: 64px; }
          .section-ldp-ttn-intro-top .wedding-celebration-section .content-container .text-content .title-group .secondary-heading {
            align-self: stretch;
            color: #ffffff;
            text-align: center;
            font-family: "NVN Motherland Signature";
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 56px; }
    @media (max-width: 640px) {
      .section-ldp-ttn-intro-top .wedding-celebration-section .consultation-button {
        padding: 10px 20px; }
      .section-ldp-ttn-intro-top .wedding-celebration-section .wedding-celebration-section {
        padding: 16px; }
      .section-ldp-ttn-intro-top .wedding-celebration-section .primary-heading {
        font-size: 32px;
        line-height: 48px; }
      .section-ldp-ttn-intro-top .wedding-celebration-section .secondary-heading {
        font-size: 24px;
        line-height: 40px; } }
    @media (max-width: 480px) {
      .section-ldp-ttn-intro-top .wedding-celebration-section .primary-heading {
        font-size: 28px;
        line-height: 40px; }
      .section-ldp-ttn-intro-top .wedding-celebration-section .secondary-heading {
        font-size: 20px;
        line-height: 32px; }
      .section-ldp-ttn-intro-top .wedding-celebration-section .main-title {
        font-size: 16px;
        line-height: 22px; }
      .section-ldp-ttn-intro-top .wedding-celebration-section .intro-description,
      .section-ldp-ttn-intro-top .wedding-celebration-section .detailed-description {
        font-size: 14px;
        line-height: 20px; } }

.section-ldp-ttn-menu {
  padding: 64px 0px; }
  .section-ldp-ttn-menu .listing {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .section-ldp-ttn-menu .listing .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    @media (min-width: 768px) {
      .section-ldp-ttn-menu .listing {
        flex-direction: row; }
        .section-ldp-ttn-menu .listing .item {
          -ms-flex: 0 0 calc((100% - (20px*2))/3);
          flex: 0 0 calc((100% - (20px*2))/3);
          max-width: calc((100% - (20px*2))/3); } }

.section-ldp-ttn-customer {
  padding: 64px 0px; }

/** LDP sự kiện **/
.layoutPage-sukien {
  background: linear-gradient(180deg, rgba(94, 155, 139, 0) 0%, #5E9B8B 3.85%, #CCEFE9 80%, #E7F1EE 100%); }

.section-ldp-sk-intro {
  position: relative;
  padding: 0; }
  .section-ldp-sk-intro > img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover; }
    @media (max-width: 767px) {
      .section-ldp-sk-intro > img {
        height: 520px; } }
  .section-ldp-sk-intro .wedding-celebration-section {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 65%;
    z-index: 9;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .section-ldp-sk-intro .wedding-celebration-section {
        top: 72%; } }
    .section-ldp-sk-intro .wedding-celebration-section .content-container {
      display: flex;
      width: 100%;
      max-width: 850px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      position: relative; }
      .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        position: relative; }
        .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content .section-header {
          align-self: stretch;
          position: relative; }
          .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content .section-header .main-title {
            color: #232f4b;
            text-align: center;
            letter-spacing: -0.2px;
            font: 500 18px / 24px Roboto;
            margin: 0; }
        .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content .title-group {
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: center;
          gap: 8px;
          position: relative; }
          .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content .title-group .primary-heading {
            color: var(--Background-Background-01, #FFF8F0);
            text-align: center;
            font-variant-numeric: lining-nums proportional-nums;
            font-family: "Playfair Display";
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
            /* 133.333% */ }
            @media (max-width: 767px) {
              .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content .title-group .primary-heading {
                font-size: 16px; } }
          .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content .title-group .secondary-heading {
            align-self: stretch;
            color: #232f4b;
            text-align: center;
            position: relative;
            font: 400 32px / 56px "NVN Motherland Signature", cursive;
            margin: 0; }
        .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content .intro-description {
          align-self: stretch;
          color: #232f4b;
          text-align: center;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto;
          margin: 0; }
        .section-ldp-sk-intro .wedding-celebration-section .content-container .text-content .detailed-description {
          align-self: stretch;
          color: #232f4b;
          text-align: center;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto;
          margin: 0; }
      .section-ldp-sk-intro .wedding-celebration-section .content-container .consultation-button {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 6px;
        border: 1px solid #ecc638;
        background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
        position: relative;
        cursor: pointer;
        transition: all 0.2s ease; }
        .section-ldp-sk-intro .wedding-celebration-section .content-container .consultation-button:hover {
          transform: translateY(-1px);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
        .section-ldp-sk-intro .wedding-celebration-section .content-container .consultation-button:active {
          transform: translateY(0); }
        .section-ldp-sk-intro .wedding-celebration-section .content-container .consultation-button .button-text {
          color: #800020;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px / 24px Roboto; }
        .section-ldp-sk-intro .wedding-celebration-section .content-container .consultation-button .arrow-icon {
          width: 20px;
          height: 20px;
          flex-shrink: 0; }
    @media (max-width: 640px) {
      .section-ldp-sk-intro .wedding-celebration-section .consultation-button {
        padding: 10px 20px; }
      .section-ldp-sk-intro .wedding-celebration-section .wedding-celebration-section {
        padding: 16px; }
      .section-ldp-sk-intro .wedding-celebration-section .primary-heading {
        font-size: 32px;
        line-height: 48px; }
      .section-ldp-sk-intro .wedding-celebration-section .secondary-heading {
        font-size: 24px;
        line-height: 40px; } }
    @media (max-width: 480px) {
      .section-ldp-sk-intro .wedding-celebration-section .primary-heading {
        font-size: 28px !important;
        line-height: 40px !important; }
      .section-ldp-sk-intro .wedding-celebration-section .secondary-heading {
        font-size: 20px !important;
        line-height: 32px !important; }
      .section-ldp-sk-intro .wedding-celebration-section .main-title {
        font-size: 16px;
        line-height: 22px; }
      .section-ldp-sk-intro .wedding-celebration-section .intro-description,
      .section-ldp-sk-intro .wedding-celebration-section .detailed-description {
        font-size: 14px;
        line-height: 20px; } }

.section-ldp-sk-intro-2 .wedding-hero {
  margin: 0 auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 64px 0px; }
  @media (max-width: 991px) {
    .section-ldp-sk-intro-2 .wedding-hero {
      max-width: 991px;
      gap: 48px;
      padding: 48px 0px; } }
  @media (max-width: 640px) {
    .section-ldp-sk-intro-2 .wedding-hero {
      max-width: 640px;
      gap: 32px;
      padding: 32px 0px; } }
  .section-ldp-sk-intro-2 .wedding-hero .hero-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .section-ldp-sk-intro-2 .wedding-hero .hero-header .hero-logo {
      width: 633px;
      height: 162px;
      max-width: 100%; }
      @media (max-width: 991px) {
        .section-ldp-sk-intro-2 .wedding-hero .hero-header .hero-logo {
          width: 500px;
          height: auto; } }
      @media (max-width: 640px) {
        .section-ldp-sk-intro-2 .wedding-hero .hero-header .hero-logo {
          width: 400px;
          height: auto; } }
  .section-ldp-sk-intro-2 .wedding-hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: -40px; }
    @media (max-width: 640px) {
      .section-ldp-sk-intro-2 .wedding-hero .hero-content {
        margin-top: 0px; } }
    .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 56px;
      width: 100%;
      position: relative;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section {
          flex-direction: column;
          gap: 32px;
          align-items: center; } }
      @media (max-width: 640px) {
        .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section {
          gap: 24px; } }
      @media (max-width: 991px) {
        .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section.reverse {
          flex-direction: column-reverse; } }
      @media (max-width: 767px) {
        .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section.reverse {
          gap: 0; } }
      .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .image-container {
        width: 648px;
        height: 437px;
        position: relative;
        flex-shrink: 0;
        text-align: center; }
        @media (max-width: 991px) {
          .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .image-container {
            width: 500px;
            height: auto;
            max-width: 100%; } }
        @media (max-width: 640px) {
          .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .image-container {
            width: 90%;
            height: auto; } }
        .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .image-container .rotated-image {
          width: 100%;
          height: auto;
          transform: rotate(0deg); }
          @media (max-width: 991px) {
            .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .image-container .rotated-image {
              height: auto;
              transform: rotate(-2deg); } }
          @media (max-width: 640px) {
            .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .image-container .rotated-image {
              height: auto;
              transform: rotate(-1deg); } }
      .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .text-content {
        width: 340px;
        color: #fff;
        letter-spacing: -0.2px;
        position: relative;
        flex-shrink: 0;
        font: 400 18px/24px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
        @media (max-width: 991px) {
          .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .text-content {
            width: 100%;
            max-width: 500px;
            text-align: center;
            font-size: 16px;
            line-height: 22px; } }
        @media (max-width: 640px) {
          .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .text-content {
            font-size: 14px;
            line-height: 20px;
            width: 100%; } }
        .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .text-content .description-text {
          color: white;
          font: 400 18px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
          @media (max-width: 991px) {
            .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .text-content .description-text {
              font-size: 16px; } }
          @media (max-width: 640px) {
            .section-ldp-sk-intro-2 .wedding-hero .hero-content .content-section .text-content .description-text {
              font-size: 14px; } }

.wedding-partners-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start; }
  .wedding-partners-section .partners-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0; }
    .wedding-partners-section .partners-header .main-logo {
      aspect-ratio: 5;
      object-fit: contain;
      object-position: center;
      max-width: 100%; }
    .wedding-partners-section .partners-header .description-text {
      color: #fff;
      text-align: center;
      letter-spacing: -0.2px;
      margin-top: 32px;
      font: 400 16px/24px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
      @media (max-width: 991px) {
        .wedding-partners-section .partners-header .description-text {
          max-width: 100%; } }
  .wedding-partners-section .partners-grid {
    display: flex;
    margin-top: 24px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center; }
    @media (max-width: 991px) {
      .wedding-partners-section .partners-grid {
        max-width: 100%; } }
    .wedding-partners-section .partners-grid .partners-row {
      display: flex;
      width: 100%;
      align-items: center;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap; }
      .wedding-partners-section .partners-grid .partners-row:not(:first-child) {
        margin-top: 24px; }
      .wedding-partners-section .partners-grid .partners-row.partners-row-last {
        align-self: center; }
      .wedding-partners-section .partners-grid .partners-row > a {
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 12px); }
        @media (min-width: 576px) {
          .wedding-partners-section .partners-grid .partners-row > a {
            flex: 1 1 calc(25% - 12px);
            max-width: calc(25% - 12px); } }
        @media (min-width: 992px) {
          .wedding-partners-section .partners-grid .partners-row > a {
            flex: 1 1 calc(100%/9 - 12px);
            max-width: calc(100%/9 - 12px); } }
        .wedding-partners-section .partners-grid .partners-row > a .partner-logo {
          object-fit: contain;
          object-position: center;
          align-self: stretch;
          flex-shrink: 0;
          margin: auto 0; }
          .wedding-partners-section .partners-grid .partners-row > a .partner-logo.partner-logo-large {
            aspect-ratio: 1.01;
            width: 92px; }
          .wedding-partners-section .partners-grid .partners-row > a .partner-logo.partner-logo-medium {
            aspect-ratio: 1;
            width: 91px; }
          .wedding-partners-section .partners-grid .partners-row > a .partner-logo.partner-logo-small {
            aspect-ratio: 0.99;
            width: 91px; }

.event-schedule {
  display: flex;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start; }
  @media (max-width: 991px) {
    .event-schedule {
      max-width: 100%;
      padding: 0px 15px; } }
  .event-schedule .schedule-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start; }
    @media (max-width: 991px) {
      .event-schedule .schedule-container {
        max-width: 100%; } }
    .event-schedule .schedule-container .event-schedule-header {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding: 0; }
      .event-schedule .schedule-container .event-schedule-header .main-logo {
        aspect-ratio: 5;
        object-fit: contain;
        object-position: center;
        max-width: 100%; }
      .event-schedule .schedule-container .event-schedule-header .description-text {
        color: #fff;
        text-align: center;
        letter-spacing: -0.2px;
        margin-top: 32px;
        font: 400 16px/24px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
        @media (max-width: 991px) {
          .event-schedule .schedule-container .event-schedule-header .description-text {
            max-width: 100%; } }
    .event-schedule .schedule-container .day-header {
      padding-top: 50px;
      display: flex;
      width: 100%;
      max-width: 1127px;
      flex-direction: column;
      align-items: stretch;
      text-align: center;
      justify-content: start; }
      .event-schedule .schedule-container .day-header .day-header-content {
        align-self: center;
        display: flex;
        width: 416px;
        max-width: 100%;
        flex-direction: column;
        align-items: stretch;
        font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
        color: var(--#ffffff);
        justify-content: start; }
        .event-schedule .schedule-container .day-header .day-header-content .day-title {
          font-size: 32px;
          font-weight: 500;
          line-height: 1;
          letter-spacing: -0.7px;
          margin: 0;
          color: #ffffff; }
        .event-schedule .schedule-container .day-header .day-header-content .date-container {
          align-self: center;
          display: flex;
          margin-top: 8px;
          width: 100%;
          align-items: center;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: -0.2px;
          line-height: 1;
          justify-content: center;
          padding: 8px;
          background: linear-gradient(90deg, rgba(216, 164, 55, 0) 0%, #D8A437 34.62%, #D8A437 64.79%, rgba(216, 164, 55, 0) 100%); }
          .event-schedule .schedule-container .day-header .day-header-content .date-container .event-date {
            align-self: stretch;
            color: #ffffff;
            margin: auto 0; }
      .event-schedule .schedule-container .day-header .morning-session {
        display: flex;
        margin-top: 48px;
        width: 100%;
        align-items: center;
        gap: 40px 126px;
        color: #800020;
        font-weight: 400;
        justify-content: start;
        flex-wrap: wrap; }
        @media (max-width: 991px) {
          .event-schedule .schedule-container .day-header .morning-session {
            max-width: 100%;
            margin-top: 40px; } }
        .event-schedule .schedule-container .day-header .morning-session .session-image {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 296px;
          border-radius: 8px;
          align-self: stretch;
          min-width: 240px;
          flex-grow: 1;
          flex-shrink: 1;
          margin: auto 0; }
        .event-schedule .schedule-container .day-header .morning-session .session-details {
          align-self: stretch;
          display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: start;
          flex-grow: 1;
          flex-shrink: 1;
          width: 190px;
          margin: auto 0; }
          .event-schedule .schedule-container .day-header .morning-session .session-details .session-info {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: stretch;
            justify-content: start; }
            .event-schedule .schedule-container .day-header .morning-session .session-details .session-info .time-activity {
              align-self: center;
              width: auto;
              max-width: 100%;
              letter-spacing: -0.2px;
              font: 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
              .event-schedule .schedule-container .day-header .morning-session .session-details .session-info .time-activity .time-badge {
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                border: 1px solid #800020;
                display: flex;
                width: 100%;
                padding: 4px 8px; }
                .event-schedule .schedule-container .day-header .morning-session .session-details .session-info .time-activity .time-badge .session-time {
                  color: #800020;
                  align-self: stretch;
                  margin: auto 0; }
              .event-schedule .schedule-container .day-header .morning-session .session-details .session-info .time-activity .activity-title {
                color: #800020;
                margin-top: 8px;
                margin-bottom: 0;
                font-size: 16px;
                font-weight: 400; }
            .event-schedule .schedule-container .day-header .morning-session .session-details .session-info .session-theme {
              color: #800020;
              margin-top: 16px;
              margin-bottom: 0;
              font: 32px NVN Motherland Signature, -apple-system, Roboto, Helvetica, sans-serif; }
          .event-schedule .schedule-container .day-header .morning-session .session-details .decorative-icon {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 100px;
            align-self: center;
            margin-top: 8px;
            max-width: 100%; }
    .event-schedule .schedule-container .golden-hour-section {
      align-self: stretch;
      display: flex;
      margin-top: 64px;
      width: 100%;
      align-items: center;
      gap: 25px;
      text-align: center;
      justify-content: start;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .event-schedule .schedule-container .golden-hour-section {
          max-width: 100%;
          margin-top: 0px; } }
      .event-schedule .schedule-container .golden-hour-section .section-bg-image {
        aspect-ratio: 0.88;
        object-fit: contain;
        object-position: center;
        width: 290px;
        align-self: stretch;
        min-width: 240px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: auto 0; }
        @media (max-width: 991px) {
          .event-schedule .schedule-container .golden-hour-section .section-bg-image {
            display: none; } }
      .event-schedule .schedule-container .golden-hour-section .clock-event {
        align-self: stretch;
        min-width: 240px;
        overflow: hidden;
        flex-grow: 1;
        flex-shrink: 1;
        width: 354px;
        margin: auto 0;
        padding: 0 1px; }
        @media (max-width: 991px) {
          .event-schedule .schedule-container .golden-hour-section .clock-event {
            max-width: 100%; } }
        .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content {
          display: flex;
          flex-direction: column;
          position: relative;
          min-height: 600px;
          align-items: stretch;
          justify-content: center;
          padding: 98px 35px; }
          @media (max-width: 991px) {
            .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content {
              max-width: 100%;
              padding: 0 0px;
              aspect-ratio: 1;
              min-height: auto; } }
          .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-bg {
            position: absolute;
            inset: 0;
            height: 100%;
            width: 100%;
            object-fit: contain;
            object-position: center;
            opacity: 0.5;
            mix-blend-mode: screen; }
          .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details {
            position: relative;
            display: flex;
            min-height: 232px;
            flex-direction: column;
            align-items: stretch;
            justify-content: start; }
            .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .event-info {
              display: flex;
              width: 100%;
              flex-direction: column;
              align-items: stretch;
              color: #800020;
              font-weight: 400;
              justify-content: start; }
              .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .event-info .time-activity {
                align-self: center;
                width: auto;
                max-width: 100%;
                letter-spacing: -0.2px;
                font: 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
                .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .event-info .time-activity .time-badge {
                  justify-content: center;
                  align-items: center;
                  border-radius: 4px;
                  border: 1px solid #800020;
                  display: flex;
                  width: 100%;
                  padding: 4px 8px; }
                  .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .event-info .time-activity .time-badge .session-time {
                    color: #800020;
                    align-self: stretch;
                    margin: auto 0; }
                .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .event-info .time-activity .activity-title {
                  color: #800020;
                  margin-top: 8px;
                  margin-bottom: 0;
                  font-size: 16px;
                  font-weight: 400; }
              .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .event-info .session-theme {
                color: #800020;
                margin-top: 16px;
                margin-bottom: 0;
                font: 32px NVN Motherland Signature, -apple-system, Roboto, Helvetica, sans-serif; }
            .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .discount-info {
              align-self: center;
              margin-top: 8px;
              width: 104px;
              max-width: 100%;
              font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
              color: #D8A437;
              font-weight: 500; }
              .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .discount-info .discount-label {
                font-size: 24px;
                line-height: 1;
                letter-spacing: -0.5px;
                margin: 0; }
              .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .discount-info .discount-value {
                display: flex;
                width: 100%;
                align-items: start;
                white-space: nowrap;
                justify-content: center; }
                @media (max-width: 991px) {
                  .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .discount-info .discount-value {
                    white-space: initial; } }
                .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .discount-info .discount-value .discount-number {
                  font-size: 72px;
                  line-height: 1;
                  letter-spacing: -0.2px;
                  width: 84px; }
                  @media (max-width: 991px) {
                    .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .discount-info .discount-value .discount-number {
                      font-size: 40px; } }
                .event-schedule .schedule-container .golden-hour-section .clock-event .clock-content .clock-details .discount-info .discount-value .discount-percent {
                  font-size: 24px;
                  line-height: 1;
                  letter-spacing: -0.5px;
                  width: 20px; }
      .event-schedule .schedule-container .golden-hour-section .section-end-image {
        aspect-ratio: 0.88;
        object-fit: contain;
        object-position: center;
        width: 291px;
        align-self: stretch;
        min-width: 240px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: auto 0; }
        @media (max-width: 991px) {
          .event-schedule .schedule-container .golden-hour-section .section-end-image {
            display: none; } }
    .event-schedule .schedule-container .workshop-section {
      display: flex;
      margin-top: 64px;
      width: auto;
      max-width: 100%;
      align-items: center;
      gap: 40px 45px;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .event-schedule .schedule-container .workshop-section {
          margin-top: 40px; } }
      .event-schedule .schedule-container .workshop-section .workshop-content {
        align-self: stretch;
        display: flex;
        min-width: 240px;
        flex-direction: column;
        align-items: stretch;
        justify-content: start;
        width: 395px;
        margin: auto 0; }
        .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info {
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: center;
          justify-content: start; }
          .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-header {
            align-self: stretch;
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: center;
            color: #800020;
            font-weight: 400;
            text-align: center;
            justify-content: start; }
            .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-header .time-activity {
              align-self: center;
              width: auto;
              max-width: 100%;
              letter-spacing: -0.2px;
              font: 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
              .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-header .time-activity .time-badge {
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                border: 1px solid #800020;
                display: flex;
                width: 100%;
                padding: 4px 8px; }
                .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-header .time-activity .time-badge .session-time {
                  color: #800020;
                  align-self: stretch;
                  margin: auto 0; }
              .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-header .time-activity .activity-title {
                color: #800020;
                margin-top: 8px;
                margin-bottom: 0;
                font-size: 16px;
                font-weight: 400; }
            .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-header .session-theme {
              color: #800020;
              margin-top: 16px;
              margin-bottom: 0;
              font: 32px NVN Motherland Signature, -apple-system, Roboto, Helvetica, sans-serif; }
          .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-description {
            color: #800020;
            text-align: center;
            letter-spacing: -0.2px;
            margin-top: 8px;
            margin-bottom: 0;
            font: 400 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
          .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-icons {
            display: flex;
            margin-top: 8px;
            align-items: center;
            gap: 16px;
            justify-content: start; }
            .event-schedule .schedule-container .workshop-section .workshop-content .workshop-info .workshop-icons .workshop-icon {
              aspect-ratio: 1;
              object-fit: contain;
              object-position: center;
              align-self: stretch;
              flex-shrink: 0;
              margin: auto 0;
              flex: 1 1 calc(100%/3 - 16px);
              max-width: calc(100%/3 - 16px); }
        .event-schedule .schedule-container .workshop-section .workshop-content .workshop-opportunity {
          color: #800020;
          text-align: center;
          letter-spacing: -0.2px;
          align-self: center;
          margin-top: 8px;
          margin-bottom: 0;
          font: 400 16px/24px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
        .event-schedule .schedule-container .workshop-section .workshop-content .workshop-image {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 343px;
          border-radius: 8px;
          align-self: stretch;
          min-width: 240px;
          margin: auto 0; }
    .event-schedule .schedule-container .private-event-section {
      align-self: center;
      display: flex;
      margin-top: 64px;
      width: 100%;
      max-width: 1127px;
      flex-direction: column;
      align-items: stretch;
      font-size: 16px;
      text-align: center;
      justify-content: start; }
      @media (max-width: 991px) {
        .event-schedule .schedule-container .private-event-section {
          margin-top: 40px; } }
      .event-schedule .schedule-container .private-event-section .private-event-header {
        align-self: center;
        width: 129px;
        max-width: 100%;
        font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: -0.2px; }
        .event-schedule .schedule-container .private-event-section .private-event-header .private-time-badge {
          justify-content: center;
          align-items: center;
          border-radius: 4px 4px 0 0;
          border: 1px solid #800020;
          display: flex;
          width: 100%;
          color: #800020;
          padding: 4px 8px; }
          .event-schedule .schedule-container .private-event-section .private-event-header .private-time-badge .private-time {
            color: #800020; }
        .event-schedule .schedule-container .private-event-section .private-event-header .private-label {
          justify-content: center;
          align-items: center;
          border-radius: 0 0 4px 4px;
          display: flex;
          width: 100%;
          color: #ffffff;
          background-color: #800020;
          padding: 4px 8px; }
          .event-schedule .schedule-container .private-event-section .private-event-header .private-label .private-event-text {
            color: #ffffff;
            align-self: stretch;
            margin: auto 0; }
      .event-schedule .schedule-container .private-event-section .private-event-content {
        margin-top: 24px;
        width: 100%;
        font-family: Playfair Display, -apple-system, Roboto, Helvetica, sans-serif;
        color: #800020;
        font-weight: 500; }
        @media (max-width: 991px) {
          .event-schedule .schedule-container .private-event-section .private-event-content {
            max-width: 100%; } }
        .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-top {
          display: flex;
          width: 100%;
          align-items: center;
          gap: 16px;
          justify-content: start;
          flex-wrap: wrap; }
          @media (max-width: 991px) {
            .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-top {
              max-width: 100%; } }
          .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-top .activity-item {
            align-self: stretch;
            min-width: 240px;
            flex-grow: 1;
            flex-shrink: 1;
            width: 276px;
            margin: auto 0; }
            .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-top .activity-item .activity-image {
              aspect-ratio: 1.38;
              object-fit: contain;
              object-position: center;
              width: 100%;
              border-radius: 8px; }
            .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-top .activity-item .activity-description {
              color: #800020;
              margin-top: 8px;
              margin-bottom: 0; }
        .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-bottom {
          display: flex;
          margin-top: 32px;
          width: 100%;
          align-items: center;
          gap: 16px;
          justify-content: start;
          flex-wrap: wrap; }
          @media (max-width: 991px) {
            .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-bottom {
              max-width: 100%; } }
          .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-bottom .activity-item {
            align-self: stretch;
            min-width: 240px;
            flex-grow: 1;
            flex-shrink: 1;
            width: 276px;
            margin: auto 0; }
            .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-bottom .activity-item .activity-image {
              aspect-ratio: 1.38;
              object-fit: contain;
              object-position: center;
              width: 100%;
              border-radius: 8px; }
            .event-schedule .schedule-container .private-event-section .private-event-content .event-activities-bottom .activity-item .activity-description {
              color: #800020;
              margin-top: 8px;
              margin-bottom: 0; }
      .event-schedule .schedule-container .private-event-section .content-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        position: relative;
        margin-top: 40px; }

.event-schedule-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 100px; }
  @media (max-width: 991px) {
    .event-schedule-2 {
      padding: 0px 15px; } }
  .event-schedule-2 .schedule-container {
    align-self: stretch;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start; }
    @media (max-width: 991px) {
      .event-schedule-2 .schedule-container {
        max-width: 100%; } }
    .event-schedule-2 .schedule-container .day-header {
      display: flex;
      width: 100%;
      max-width: 1127px;
      flex-direction: column;
      align-items: stretch;
      text-align: center;
      justify-content: start; }
      .event-schedule-2 .schedule-container .day-header .day-info {
        align-self: center;
        display: flex;
        width: 416px;
        max-width: 100%;
        flex-direction: column;
        align-items: stretch;
        font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
        justify-content: start; }
        .event-schedule-2 .schedule-container .day-header .day-info .day-number {
          color: #800020;
          font-size: 32px;
          font-weight: 500;
          line-height: 1;
          letter-spacing: -0.7px;
          margin: 0; }
        .event-schedule-2 .schedule-container .day-header .day-info .date-container {
          align-self: center;
          display: flex;
          margin-top: 8px;
          width: 100%;
          align-items: center;
          font-size: 18px;
          color: #fff;
          font-weight: 400;
          letter-spacing: -0.2px;
          line-height: 1;
          justify-content: center;
          padding: 8px;
          background: linear-gradient(90deg, rgba(216, 164, 55, 0) 0%, #D8A437 34.62%, #D8A437 64.79%, rgba(216, 164, 55, 0) 100%); }
          .event-schedule-2 .schedule-container .day-header .day-info .date-container .event-date {
            align-self: stretch;
            margin: auto 0; }
      .event-schedule-2 .schedule-container .day-header .workshop-session {
        display: flex;
        margin-top: 48px;
        width: 100%;
        align-items: center;
        gap: 40px 126px;
        font-weight: 400;
        justify-content: start;
        flex-wrap: wrap; }
        @media (max-width: 991px) {
          .event-schedule-2 .schedule-container .day-header .workshop-session {
            max-width: 100%;
            margin-top: 40px; } }
        .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-image {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 296px;
          border-radius: 8px;
          align-self: stretch;
          min-width: 240px;
          flex-grow: 1;
          flex-shrink: 1;
          margin: auto 0; }
        .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-details {
          align-self: stretch;
          display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: start;
          flex-grow: 1;
          flex-shrink: 1;
          width: 190px;
          margin: auto 0; }
          .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-details .session-info {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: stretch;
            color: #800020;
            justify-content: start; }
            .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-details .session-info .time-badge-container {
              align-self: center;
              width: auto;
              max-width: 100%;
              letter-spacing: -0.2px;
              font: 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
              .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-details .session-info .time-badge-container .time-badge {
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                border: 1px solid #800020;
                display: flex;
                width: 100%;
                padding: 4px 8px; }
                .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-details .session-info .time-badge-container .time-badge .session-time {
                  color: #800020;
                  align-self: stretch;
                  margin: auto 0; }
              .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-details .session-info .time-badge-container .session-type {
                color: #800020;
                margin-top: 8px;
                margin-bottom: 0; }
            .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-details .session-info .workshop-title {
              color: #800020;
              margin-top: 16px;
              font: 32px NVN Motherland Signature, -apple-system, Roboto, Helvetica, sans-serif; }
          .event-schedule-2 .schedule-container .day-header .workshop-session .workshop-details .instructor {
            color: #232f4b;
            letter-spacing: -0.2px;
            align-self: center;
            margin-top: 8px;
            font: 18px/1 Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
    .event-schedule-2 .schedule-container .special-event-section {
      align-self: stretch;
      display: flex;
      margin-top: 64px;
      min-height: 453px;
      width: 100%;
      align-items: center;
      gap: 25px;
      text-align: center;
      justify-content: start;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .event-schedule-2 .schedule-container .special-event-section {
          max-width: 100%;
          margin-top: 0px; } }
      .event-schedule-2 .schedule-container .special-event-section .event-bg-left {
        aspect-ratio: 0.88;
        object-fit: contain;
        object-position: center;
        width: 290px;
        align-self: stretch;
        min-width: 240px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: auto 0; }
        @media (max-width: 991px) {
          .event-schedule-2 .schedule-container .special-event-section .event-bg-left {
            display: none; } }
      .event-schedule-2 .schedule-container .special-event-section .affiliate-deal {
        align-self: stretch;
        min-width: 240px;
        overflow: hidden;
        flex-grow: 1;
        flex-shrink: 1;
        width: 354px;
        margin: auto 0;
        padding: 0 1px; }
        @media (max-width: 991px) {
          .event-schedule-2 .schedule-container .special-event-section .affiliate-deal {
            max-width: 100%; } }
        .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container {
          display: flex;
          flex-direction: column;
          position: relative;
          min-height: 600px;
          align-items: stretch;
          justify-content: center;
          padding: 98px 35px; }
          @media (max-width: 991px) {
            .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container {
              max-width: 100%;
              padding: 0 0px;
              aspect-ratio: 1;
              min-height: auto; } }
          .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .clock-bg {
            position: absolute;
            inset: 0;
            height: 100%;
            width: 100%;
            object-fit: contain;
            object-position: center;
            opacity: 0.5;
            mix-blend-mode: screen; }
          .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content {
            position: relative;
            display: flex;
            min-height: 232px;
            flex-direction: column;
            align-items: stretch;
            justify-content: start; }
            .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .deal-info {
              display: flex;
              width: 100%;
              flex-direction: column;
              align-items: stretch;
              color: #800020;
              font-weight: 400; }
              .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .deal-info .deal-time-section {
                display: flex;
                width: 100%;
                flex-direction: column;
                align-items: center;
                letter-spacing: -0.2px;
                justify-content: start;
                font: 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
                .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .deal-info .deal-time-section .time-badge {
                  justify-content: center;
                  align-items: center;
                  border-radius: 4px;
                  border: 1px solid #800020;
                  display: flex;
                  width: auto;
                  padding: 4px 8px; }
                  .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .deal-info .deal-time-section .time-badge .session-time {
                    color: #800020;
                    align-self: stretch;
                    margin: auto 0; }
                .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .deal-info .deal-time-section .session-type {
                  color: #800020;
                  margin-top: 8px;
                  margin-bottom: 0;
                  font-size: 16px;
                  font-weight: 400; }
              .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .deal-info .deal-title {
                margin-bottom: 0;
                align-self: center;
                margin-top: 16px;
                font: 32px NVN Motherland Signature, -apple-system, Roboto, Helvetica, sans-serif; }
            .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .discount-display {
              align-self: center;
              margin-top: 8px;
              width: 104px;
              max-width: 100%;
              font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
              color: #d8a437;
              font-weight: 500; }
              .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .discount-display .discount-label {
                font-size: 24px;
                line-height: 1;
                letter-spacing: -0.5px; }
              .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .discount-display .discount-value {
                display: flex;
                width: 100%;
                align-items: start;
                white-space: nowrap;
                justify-content: center; }
                @media (max-width: 991px) {
                  .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .discount-display .discount-value {
                    white-space: initial; } }
                .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .discount-display .discount-value .discount-number {
                  font-size: 72px;
                  line-height: 1;
                  letter-spacing: -0.2px;
                  width: 84px; }
                  @media (max-width: 991px) {
                    .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .discount-display .discount-value .discount-number {
                      font-size: 40px; } }
                .event-schedule-2 .schedule-container .special-event-section .affiliate-deal .deal-container .deal-content .discount-display .discount-value .discount-percent {
                  font-size: 24px;
                  line-height: 1;
                  letter-spacing: -0.5px;
                  width: 20px; }
      .event-schedule-2 .schedule-container .special-event-section .event-bg-right {
        aspect-ratio: 0.88;
        object-fit: contain;
        object-position: center;
        width: 291px;
        align-self: stretch;
        min-width: 240px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: auto 0; }
        @media (max-width: 991px) {
          .event-schedule-2 .schedule-container .special-event-section .event-bg-right {
            display: none; } }
    .event-schedule-2 .schedule-container .vow-ceremony-section {
      display: flex;
      margin-top: 64px;
      width: auto;
      max-width: 100%;
      align-items: center;
      gap: 40px 45px;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .event-schedule-2 .schedule-container .vow-ceremony-section {
          margin-top: 40px; } }
      .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details {
        align-self: stretch;
        display: flex;
        min-width: 240px;
        flex-direction: column;
        align-items: stretch;
        justify-content: start;
        width: 395px;
        margin: auto 0; }
        .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content {
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: center;
          justify-content: start; }
          .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-header {
            align-self: stretch;
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: center;
            color: #800020;
            font-weight: 400;
            text-align: center;
            justify-content: start; }
            .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-header .ceremony-time-section {
              width: auto;
              max-width: 100%;
              letter-spacing: -0.2px;
              font: 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
              .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-header .ceremony-time-section .time-badge {
                justify-content: center;
                align-items: center;
                border-radius: 4px;
                border: 1px solid #800020;
                display: flex;
                width: 100%;
                padding: 4px 8px; }
                .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-header .ceremony-time-section .time-badge .session-time {
                  color: #800020;
                  align-self: stretch;
                  margin: auto 0; }
              .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-header .ceremony-time-section .session-type {
                color: #800020;
                margin-top: 8px;
                margin-bottom: 0;
                font-size: 16px;
                font-weight: 400; }
              .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-header .ceremony-time-section .session-theme {
                color: #800020;
                margin-top: 16px;
                margin-bottom: 0;
                font: 32px NVN Motherland Signature, -apple-system, Roboto, Helvetica, sans-serif; }
            .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-header .ceremony-title {
              color: #800020;
              margin-top: 16px;
              font: 32px NVN Motherland Signature, -apple-system, Roboto, Helvetica, sans-serif;
              margin-bottom: 0; }
          .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-description {
            color: #800020;
            text-align: center;
            letter-spacing: -0.2px;
            margin-top: 8px;
            font: 400 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
          .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-icons {
            display: flex;
            margin-top: 8px;
            align-items: center;
            gap: 16px;
            justify-content: start; }
            .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-content .ceremony-icons .ceremony-icon {
              aspect-ratio: 0.99;
              object-fit: contain;
              object-position: center;
              align-self: stretch;
              flex-shrink: 0;
              margin: auto 0;
              flex: 1 1 calc(100%/3 - 16px);
              max-width: calc(100%/3 - 16px); }
        .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-opportunity {
          color: #800020;
          text-align: center;
          letter-spacing: -0.2px;
          align-self: center;
          margin-top: 8px;
          font: 400 16px/24px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
        .event-schedule-2 .schedule-container .vow-ceremony-section .ceremony-details .ceremony-image {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 343px;
          border-radius: 8px;
          align-self: stretch;
          min-width: 240px;
          margin: auto 0; }
  .event-schedule-2 .evening-events {
    display: flex;
    margin-top: 64px;
    width: 100%;
    max-width: 1127px;
    flex-direction: column;
    align-items: center;
    justify-content: start; }
    @media (max-width: 991px) {
      .event-schedule-2 .evening-events {
        margin-top: 40px; } }
    .event-schedule-2 .evening-events .private-event {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      text-align: center;
      letter-spacing: -0.2px;
      justify-content: start;
      font: 400 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
      .event-schedule-2 .evening-events .private-event .private-event-header {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: start; }
        .event-schedule-2 .evening-events .private-event .private-event-header .private-time-container {
          width: 129px;
          max-width: 100%; }
          .event-schedule-2 .evening-events .private-event .private-event-header .private-time-container .time-badge-top {
            justify-content: center;
            align-items: center;
            border-radius: 4px 4px 0 0;
            border: 1px solid #800020;
            display: flex;
            width: 100%;
            color: #800020;
            padding: 4px 8px; }
            .event-schedule-2 .evening-events .private-event .private-event-header .private-time-container .time-badge-top .private-time {
              color: #800020; }
          .event-schedule-2 .evening-events .private-event .private-event-header .private-time-container .private-label {
            justify-content: center;
            align-items: center;
            border-radius: 0 0 4px 4px;
            display: flex;
            width: 100%;
            color: #fff;
            background-color: #800020;
            padding: 4px 8px; }
            .event-schedule-2 .evening-events .private-event .private-event-header .private-time-container .private-label .private-text {
              color: #fff;
              align-self: stretch;
              margin: auto 0; }
        .event-schedule-2 .evening-events .private-event .private-event-header .fashion-show-image {
          aspect-ratio: 2.06;
          object-fit: contain;
          object-position: center;
          width: 100%;
          border-radius: 12px;
          margin-top: 24px; }
      .event-schedule-2 .evening-events .private-event .fashion-show-details {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding-top: 50px; }
        .event-schedule-2 .evening-events .private-event .fashion-show-details .fashion-show-header {
          align-self: stretch;
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: center;
          color: #800020;
          text-align: center;
          justify-content: start; }
          .event-schedule-2 .evening-events .private-event .fashion-show-details .fashion-show-header .fashion-show-title {
            color: #800020;
            text-align: center;
            font-family: "NVN Motherland Signature";
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 48px;
            /* 150% */ }
        .event-schedule-2 .evening-events .private-event .fashion-show-details .fashion-show-description {
          color: #800020;
          text-align: center;
          letter-spacing: -0.2px;
          margin-top: 8px;
          font: 400 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
        .event-schedule-2 .evening-events .private-event .fashion-show-details .fashion-icons {
          display: flex;
          margin-top: 8px;
          align-items: center;
          gap: 32px;
          justify-content: center;
          flex-wrap: wrap; }
          .event-schedule-2 .evening-events .private-event .fashion-show-details .fashion-icons .fashion-icon {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            align-self: stretch;
            flex-shrink: 0;
            margin: auto 0;
            flex: 1 1 calc(100%/3 - 32px);
            max-width: calc(100%/3 - 32px); }
  .event-schedule-2 .concert-section {
    margin-top: 64px;
    width: 100%;
    max-width: 600px;
    color: #800020;
    text-align: center;
    font: 500 16px Playfair Display, -apple-system, Roboto, Helvetica, sans-serif; }
    @media (max-width: 991px) {
      .event-schedule-2 .concert-section {
        margin-top: 40px; } }
    .event-schedule-2 .concert-section .concert-image {
      aspect-ratio: 1.38;
      object-fit: contain;
      object-position: center;
      width: 100%;
      border-radius: 8px; }
    .event-schedule-2 .concert-section .concert-title {
      color: #800020;
      text-align: center;
      margin-top: 15px;
      font-family: "Playfair Display";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 150% */
      margin-bottom: 40px; }

.event-promotion {
  background-image: url(https://file.hstatic.net/200000985044/file/bg_shape.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .event-promotion {
      padding: 0px 15px; } }
  .event-promotion .event-promotion-container {
    display: flex;
    padding-top: 64px;
    width: 100%;
    max-width: 1127px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    .event-promotion .event-promotion-container .box-header {
      display: flex;
      width: 100%;
      max-width: 601.8px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      padding-bottom: 30px; }
      .event-promotion .event-promotion-container .box-header .title {
        color: #800020;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 56px;
        /* 116.667% */ }
    .event-promotion .event-promotion-container .box-content > div {
      padding-bottom: 50px; }
    .event-promotion .event-promotion-container .box-content img {
      width: 100% !important;
      height: auto !important; }

.box-voucher-section {
  margin-top: 64px; }
  @media (max-width: 991px) {
    .box-voucher-section {
      padding: 0px 15px; } }
  .box-voucher-section .box-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-bottom: 30px; }
    .box-voucher-section .box-header .title {
      color: #800020;
      text-align: center;
      font-family: "Playfair Display";
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: 56px;
      /* 116.667% */ }
  .box-voucher-section .voucher-section {
    max-width: none;
    display: flex;
    align-items: flex-start;
    gap: 62px;
    position: relative;
    margin: 0 auto;
    /* Media Queries */ }
    .box-voucher-section .voucher-section .left-stripe-container,
    .box-voucher-section .voucher-section .right-stripe-container {
      flex-shrink: 0; }
      @media (max-width: 991px) {
        .box-voucher-section .voucher-section .left-stripe-container,
        .box-voucher-section .voucher-section .right-stripe-container {
          display: none; } }
    .box-voucher-section .voucher-section .left-stripes {
      height: 1000px;
      width: 280px;
      flex-shrink: 0; }
    .box-voucher-section .voucher-section .right-stripes {
      height: 1000px;
      width: 281px;
      flex-shrink: 0; }
    .box-voucher-section .voucher-section .voucher-content {
      display: flex;
      width: 100%;
      max-width: 1127px;
      flex-direction: column;
      align-items: center;
      gap: 40px;
      position: relative; }
      .box-voucher-section .voucher-section .voucher-content .voucher-cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
        width: 100%; }
        .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 8px;
          position: relative;
          flex: 1 1 100%;
          max-width: 100%; }
          @media (min-width: 576px) {
            .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card {
              flex: 1 1 calc(100%/3 - 20px);
              max-width: calc(100%/3 - 20px); } }
          @media (min-width: 992px) {
            .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card {
              flex: 1 1 calc(100%/3 - 20px);
              max-width: calc(100%/3 - 20px); } }
          .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            align-self: stretch;
            position: relative; }
            .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .category-header {
              display: flex;
              width: 100%;
              max-width: 150px;
              padding: 8px 10px;
              justify-content: center;
              align-items: center;
              border-radius: 4px 4px 0 0;
              background: linear-gradient(180deg, #fddd7e 0%, #cc902c 100%);
              position: relative; }
              .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .category-header .category-title {
                color: #fff;
                text-align: center;
                letter-spacing: -0.2px;
                font: 400 16px/24px Roboto;
                margin: 0; }
            .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details {
              display: flex;
              padding: 8px;
              flex-direction: column;
              align-items: center;
              gap: 25px;
              align-self: stretch;
              border-radius: 6px;
              border: 1px solid #ecc638;
              position: relative;
              background-color: rgba(216, 164, 55, 0.15); }
              .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details .voucher-image {
                flex-shrink: 0;
                align-self: stretch;
                aspect-ratio: 1/1;
                border-radius: 4px;
                position: relative; }
              .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details .voucher-info {
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative; }
                .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details .voucher-info .voucher-label {
                  align-self: stretch;
                  color: var(--Text, #232F4B);
                  text-align: center;
                  margin-bottom: 0;
                  font-family: Roboto;
                  font-size: 24px;
                  font-style: normal;
                  font-weight: 500;
                  line-height: 24px;
                  letter-spacing: -0.2px; }
                .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details .voucher-info .discount-info {
                  display: flex;
                  align-items: center;
                  gap: 8px;
                  align-self: stretch;
                  position: relative;
                  padding: 10px 40px; }
                  .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details .voucher-info .discount-info .discount-description {
                    color: #232f4b;
                    text-align: center;
                    letter-spacing: -0.1px;
                    position: relative;
                    font: 400 14px/14px Roboto;
                    margin: 0; }
                  .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details .voucher-info .discount-info .discount-percentage {
                    display: flex;
                    align-items: flex-start;
                    position: relative; }
                    .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details .voucher-info .discount-info .discount-percentage .discount-number {
                      display: flex;
                      flex-direction: column;
                      justify-content: center;
                      color: #d8a437;
                      text-align: center;
                      letter-spacing: -0.2px;
                      position: relative;
                      font: 500 60px/65px Roboto; }
                    .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .voucher-card-content .voucher-details .voucher-info .discount-info .discount-percentage .percentage-symbol {
                      display: flex;
                      width: 20px;
                      height: 26px;
                      flex-direction: column;
                      justify-content: center;
                      color: #d8a437;
                      text-align: center;
                      letter-spacing: -0.5px;
                      position: relative;
                      font: 500 24px/32px Roboto; }
          .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .brand-logo {
            width: 80px;
            height: 48px;
            aspect-ratio: 5/3;
            position: relative; }
          .box-voucher-section .voucher-section .voucher-content .voucher-cards-container .voucher-card .brand-logos-multiple {
            display: flex;
            align-items: center;
            gap: 8px;
            position: relative; }
      .box-voucher-section .voucher-section .voucher-content .cta-button {
        display: flex;
        width: 232px;
        height: 40px;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 6px;
        border: 1px solid #ecc638;
        background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
        position: relative;
        color: #800020;
        letter-spacing: -0.2px;
        font: 400 16px/24px Roboto;
        cursor: pointer; }
        .box-voucher-section .voucher-section .voucher-content .cta-button .button-text {
          color: #800020;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px/24px Roboto; }
    .box-voucher-section .voucher-section .left-stripe-container,
    .box-voucher-section .voucher-section .right-stripe-container {
      flex-shrink: 0; }
    .box-voucher-section .voucher-section .left-stripes {
      height: 1000px;
      width: 280px;
      flex-shrink: 0; }
    .box-voucher-section .voucher-section .right-stripes {
      height: 1000px;
      width: 281px;
      flex-shrink: 0; }
    @media (max-width: 991px) {
      .box-voucher-section .voucher-section .voucher-section {
        max-width: 1024px;
        width: 100%;
        gap: 40px;
        padding: 20px;
        box-sizing: border-box; }
      .box-voucher-section .voucher-section .voucher-content {
        width: 100%;
        max-width: 600px; }
      .box-voucher-section .voucher-section .voucher-cards-container {
        flex-direction: column;
        gap: 20px; }
      .box-voucher-section .voucher-section .voucher-card {
        width: 100%;
        max-width: 300px; } }
    @media (max-width: 640px) {
      .box-voucher-section .voucher-section .voucher-section {
        max-width: 640px;
        gap: 20px;
        padding: 16px; }
      .box-voucher-section .voucher-section .voucher-content {
        gap: 24px; }
      .box-voucher-section .voucher-section .voucher-cards-container {
        gap: 16px; }
      .box-voucher-section .voucher-section .voucher-card {
        width: 100%;
        max-width: 280px; }
      .box-voucher-section .voucher-section .cta-button {
        width: 100%;
        max-width: 280px; } }

@media (max-width: 991px) {
  .garden-showcase {
    padding: 0px 15px;
    margin-bottom: 64px; } }

.garden-showcase .garden-showcase-container {
  display: flex;
  padding-top: 64px;
  width: 100%;
  max-width: 1127px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  .garden-showcase .garden-showcase-container .showcase-header {
    align-self: center;
    display: flex;
    width: 806px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 115px 80px 0; }
    @media (max-width: 991px) {
      .garden-showcase .garden-showcase-container .showcase-header {
        padding: 0px; } }
    .garden-showcase .garden-showcase-container .showcase-header .header-decoration {
      aspect-ratio: 5;
      object-fit: contain;
      object-position: center;
      fill: #800020;
      max-width: 100%; }
  .garden-showcase .garden-showcase-container .showcase-content {
    margin-top: 80px;
    width: 100%; }
    @media (max-width: 991px) {
      .garden-showcase .garden-showcase-container .showcase-content {
        max-width: 100%;
        margin-top: 40px; } }
    .garden-showcase .garden-showcase-container .showcase-content .garden-section {
      display: flex;
      align-items: center;
      gap: 40px 76px;
      justify-content: start;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .garden-showcase .garden-showcase-container .showcase-content .garden-section {
          max-width: 100%; } }
      .garden-showcase .garden-showcase-container .showcase-content .garden-section .image-gallery {
        align-self: stretch;
        display: flex;
        min-width: 240px;
        align-items: center;
        gap: 16px;
        justify-content: start;
        flex-wrap: wrap;
        margin: auto 0; }
        @media (max-width: 991px) {
          .garden-showcase .garden-showcase-container .showcase-content .garden-section .image-gallery {
            max-width: 100%; } }
        .garden-showcase .garden-showcase-container .showcase-content .garden-section .image-gallery .gallery-image {
          aspect-ratio: 0.45;
          object-fit: contain;
          object-position: center;
          width: 216px;
          border-radius: 8px;
          align-self: stretch;
          flex-shrink: 0;
          margin: auto 0; }
          @media (max-width: 991px) {
            .garden-showcase .garden-showcase-container .showcase-content .garden-section .image-gallery .gallery-image {
              width: 100%; } }
      .garden-showcase .garden-showcase-container .showcase-content .garden-section .garden-description {
        align-self: stretch;
        min-width: 240px;
        font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
        width: 340px;
        margin: auto 0; }
        @media (max-width: 991px) {
          .garden-showcase .garden-showcase-container .showcase-content .garden-section .garden-description {
            width: 100%; } }
        .garden-showcase .garden-showcase-container .showcase-content .garden-section .garden-description .garden-title {
          color: #800020;
          font-size: 32px;
          font-weight: 500;
          line-height: 1;
          letter-spacing: -0.7px;
          margin: 0; }
        .garden-showcase .garden-showcase-container .showcase-content .garden-section .garden-description .garden-text {
          color: #232f4b;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: -0.2px;
          margin: 24px 0 0 0; }
    .garden-showcase .garden-showcase-container .showcase-content .garden-section-reverse {
      display: flex;
      margin-top: 72px;
      width: 100%;
      align-items: center;
      gap: 40px 76px;
      justify-content: start;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .garden-showcase .garden-showcase-container .showcase-content .garden-section-reverse {
          max-width: 100%;
          margin-top: 40px;
          flex-direction: column-reverse; } }
      .garden-showcase .garden-showcase-container .showcase-content .garden-section-reverse .garden-description {
        align-self: stretch;
        min-width: 240px;
        font-family: Roboto, -apple-system, Roboto, Helvetica, sans-serif;
        flex-grow: 1;
        flex-shrink: 1;
        width: 272px;
        margin: auto 0; }
        @media (max-width: 991px) {
          .garden-showcase .garden-showcase-container .showcase-content .garden-section-reverse .garden-description {
            width: 100%; } }
      .garden-showcase .garden-showcase-container .showcase-content .garden-section-reverse .image-gallery-right {
        align-self: stretch;
        display: flex;
        min-width: 240px;
        align-items: center;
        gap: 16px;
        justify-content: end;
        flex-wrap: wrap;
        margin: auto 0; }
        @media (max-width: 991px) {
          .garden-showcase .garden-showcase-container .showcase-content .garden-section-reverse .image-gallery-right {
            max-width: 100%; } }
        .garden-showcase .garden-showcase-container .showcase-content .garden-section-reverse .image-gallery-right .gallery-image {
          aspect-ratio: 0.45;
          object-fit: contain;
          object-position: center;
          width: 216px;
          border-radius: 8px;
          align-self: stretch;
          flex-shrink: 0;
          margin: auto 0; }
          @media (max-width: 991px) {
            .garden-showcase .garden-showcase-container .showcase-content .garden-section-reverse .image-gallery-right .gallery-image {
              width: 100%; } }

.event-schedule-container {
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  position: relative;
  padding: 64px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  width: 100%;
  max-width: 1127px;
  padding-bottom: 64px; }
  @media (max-width: 991px) {
    .event-schedule-container {
      max-width: 991px;
      padding: 0px 15px; } }
  @media (max-width: 640px) {
    .event-schedule-container {
      max-width: 640px;
      padding-bottom: 64px;
      gap: 32px; } }
  .event-schedule-container .main-title-section {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: linear-gradient(90deg, rgba(216, 164, 55, 0) 0%, #D8A437 34.62%, #D8A437 64.79%, rgba(216, 164, 55, 0) 100%);
    position: relative;
    width: 100%; }
    @media (max-width: 640px) {
      .event-schedule-container .main-title-section {
        padding: 6px; } }
    .event-schedule-container .main-title-section .main-title {
      color: #FFF;
      text-align: center;
      letter-spacing: -0.2px;
      font: 400 18px/24px Roboto;
      margin: 0; }
      @media (max-width: 640px) {
        .event-schedule-container .main-title-section .main-title {
          font-size: 16px;
          line-height: 20px; } }
  .event-schedule-container .schedule-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
    position: relative;
    width: 100%; }
    .event-schedule-container .schedule-content .days-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      align-self: stretch;
      position: relative;
      gap: 24px;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .event-schedule-container .schedule-content .days-container {
          flex-direction: column;
          gap: 40px; } }
      .event-schedule-container .schedule-content .days-container .day-section {
        display: flex;
        gap: 8px;
        position: relative;
        flex-wrap: wrap;
        flex: 1 1 100%;
        /* Chiếm full width */
        max-width: 100%; }
        @media (min-width: 576px) {
          .event-schedule-container .schedule-content .days-container .day-section {
            flex: 1 1 calc(50% - 24px);
            /* 50% - gap */
            max-width: calc(50% - 24px); } }
        @media (min-width: 992px) {
          .event-schedule-container .schedule-content .days-container .day-section {
            flex: 1 1 calc(50% - 24px);
            /* 25% - gap */
            max-width: calc(50% - 24px); } }
        .event-schedule-container .schedule-content .days-container .day-section .day-header {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 8px;
          align-self: stretch;
          position: relative;
          width: 100%; }
          .event-schedule-container .schedule-content .days-container .day-section .day-header .day-number {
            display: flex;
            height: 32px;
            flex-direction: column;
            justify-content: center;
            align-self: stretch;
            color: #800020;
            text-align: center;
            letter-spacing: -0.7px;
            position: relative;
            font: 500 32px/40px Roboto;
            margin: 0; }
            @media (max-width: 640px) {
              .event-schedule-container .schedule-content .days-container .day-section .day-header .day-number {
                font-size: 24px;
                line-height: 32px; } }
          .event-schedule-container .schedule-content .days-container .day-section .day-header .day-date-banner {
            display: flex;
            width: 416px;
            padding: 8px;
            justify-content: center;
            align-items: center;
            background: linear-gradient(90deg, rgba(216, 164, 55, 0) 0%, #D8A437 34.62%, #D8A437 64.79%, rgba(216, 164, 55, 0) 100%);
            position: relative; }
            @media (max-width: 640px) {
              .event-schedule-container .schedule-content .days-container .day-section .day-header .day-date-banner {
                width: 100%;
                max-width: 350px; } }
            .event-schedule-container .schedule-content .days-container .day-section .day-header .day-date-banner .day-date {
              color: #FFF;
              text-align: center;
              letter-spacing: -0.2px;
              font: 400 18px/24px Roboto; }
              @media (max-width: 640px) {
                .event-schedule-container .schedule-content .days-container .day-section .day-header .day-date-banner .day-date {
                  font-size: 16px;
                  line-height: 20px; } }
        .event-schedule-container .schedule-content .days-container .day-section .timeline-container {
          display: flex;
          height: 580px;
          padding: 16px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 24px;
          align-self: stretch;
          border-radius: 16px;
          position: relative;
          background-color: rgba(0, 0, 0, 0.2);
          width: 100%; }
          @media (max-width: 640px) {
            .event-schedule-container .schedule-content .days-container .day-section .timeline-container {
              height: auto;
              min-height: 400px;
              padding: 12px;
              gap: 16px; } }
          .event-schedule-container .schedule-content .days-container .day-section .timeline-container .timeline-item {
            color: #FFF;
            text-align: center;
            letter-spacing: -0.2px;
            position: relative;
            font: 400 16px/24px Roboto; }
            @media (max-width: 640px) {
              .event-schedule-container .schedule-content .days-container .day-section .timeline-container .timeline-item {
                font-size: 14px; } }
            .event-schedule-container .schedule-content .days-container .day-section .timeline-container .timeline-item .event-time {
              color: white;
              font: 400 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif;
              display: block;
              margin-bottom: 4px; }
            .event-schedule-container .schedule-content .days-container .day-section .timeline-container .timeline-item .event-description {
              color: white;
              font: 400 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
              @media (max-width: 640px) {
                .event-schedule-container .schedule-content .days-container .day-section .timeline-container .timeline-item .event-description {
                  font-size: 14px; } }
    .event-schedule-container .schedule-content .activities-section {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      align-self: stretch;
      position: relative; }
      .event-schedule-container .schedule-content .activities-section .activities-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        position: relative; }
        .event-schedule-container .schedule-content .activities-section .activities-header .activities-title-banner {
          display: flex;
          width: 416px;
          padding: 8px;
          justify-content: center;
          align-items: center;
          background: linear-gradient(90deg, rgba(216, 164, 55, 0) 0%, #D8A437 34.62%, #D8A437 64.79%, rgba(216, 164, 55, 0) 100%);
          position: relative;
          margin: 0 auto; }
          @media (max-width: 991px) {
            .event-schedule-container .schedule-content .activities-section .activities-header .activities-title-banner {
              width: 100%;
              max-width: 416px; } }
          @media (max-width: 640px) {
            .event-schedule-container .schedule-content .activities-section .activities-header .activities-title-banner {
              width: 100%;
              max-width: 350px; } }
          .event-schedule-container .schedule-content .activities-section .activities-header .activities-title-banner .activities-title {
            color: #FFF;
            text-align: center;
            letter-spacing: -0.2px;
            font: 400 18px/24px Roboto;
            margin: 0; }
            @media (max-width: 640px) {
              .event-schedule-container .schedule-content .activities-section .activities-header .activities-title-banner .activities-title {
                font-size: 16px;
                line-height: 20px; } }
      .event-schedule-container .schedule-content .activities-section .timeline-container {
        display: flex;
        height: 580px;
        padding: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        border-radius: 16px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%; }
        @media (max-width: 640px) {
          .event-schedule-container .schedule-content .activities-section .timeline-container {
            height: auto;
            min-height: 400px;
            padding: 12px;
            gap: 16px; } }
        .event-schedule-container .schedule-content .activities-section .timeline-container .timeline-item {
          color: #FFF;
          text-align: center;
          letter-spacing: -0.2px;
          position: relative;
          font: 400 16px/24px Roboto; }
          @media (max-width: 640px) {
            .event-schedule-container .schedule-content .activities-section .timeline-container .timeline-item {
              font-size: 14px; } }
          .event-schedule-container .schedule-content .activities-section .timeline-container .timeline-item .event-time {
            color: white;
            font: 400 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif;
            display: block;
            margin-bottom: 4px; }
          .event-schedule-container .schedule-content .activities-section .timeline-container .timeline-item .event-description {
            color: white;
            font: 400 16px Roboto, -apple-system, Roboto, Helvetica, sans-serif; }
            @media (max-width: 640px) {
              .event-schedule-container .schedule-content .activities-section .timeline-container .timeline-item .event-description {
                font-size: 14px; } }

.registration-container-box {
  background: linear-gradient(180deg, #CCEFE9 0%, #5E9B8B 100%);
  /* Remove old input styles - replaced with new form styles */
  /* Loading and message styles */ }
  .registration-container-box .registration-container {
    display: flex;
    align-items: center;
    gap: 40px 90px;
    font-weight: 400;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1127px;
    padding: 64px 0px; }
    @media (max-width: 767px) {
      .registration-container-box .registration-container {
        padding: 64px 15px; } }
    .registration-container-box .registration-container .venue-image {
      aspect-ratio: 0.79;
      object-fit: contain;
      object-position: center;
      width: 340px;
      align-self: stretch;
      min-width: 240px;
      margin: auto 0; }
      @media (max-width: 767px) {
        .registration-container-box .registration-container .venue-image {
          display: none; } }
    .registration-container-box .registration-container .form-section {
      align-self: stretch;
      min-width: 240px;
      width: 664px;
      margin: auto 0; }
      @media (max-width: 991px) {
        .registration-container-box .registration-container .form-section {
          max-width: 100%; } }
      .registration-container-box .registration-container .form-section .form-title {
        color: #fff;
        font: 36px/1 Playfair Display, -apple-system, Roboto, Helvetica, sans-serif;
        margin: 0;
        padding-bottom: 16px; }
      @media (max-width: 991px) {
        .registration-container-box .registration-container .form-section .form-title {
          max-width: 100%; } }
      .registration-container-box .registration-container .form-section .registration-form {
        width: 100%; }
        .registration-container-box .registration-container .form-section .registration-form .form-field {
          margin-bottom: 16px; }
          .registration-container-box .registration-container .form-section .registration-form .form-field.half {
            flex: 1; }
        .registration-container-box .registration-container .form-section .registration-form .form-row {
          display: flex;
          gap: 16px;
          margin: 0; }
          @media (max-width: 480px) {
            .registration-container-box .registration-container .form-section .registration-form .form-row {
              flex-direction: column;
              gap: 16px; } }
        .registration-container-box .registration-container .form-section .registration-form .form-input {
          width: 100%;
          padding: 16px 20px;
          border: none;
          border-radius: 8px;
          background: rgba(255, 255, 255, 0.95);
          font-size: 16px;
          font-family: 'Roboto', sans-serif;
          color: #333;
          box-sizing: border-box;
          transition: all 0.3s ease; }
          .registration-container-box .registration-container .form-section .registration-form .form-input::placeholder {
            color: #333; }
          .registration-container-box .registration-container .form-section .registration-form .form-input:focus {
            outline: none;
            background: white;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3); }
        .registration-container-box .registration-container .form-section .registration-form .form-select {
          appearance: none;
          background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
          background-repeat: no-repeat;
          background-position: right 16px center;
          background-size: 20px;
          cursor: pointer; }
        .registration-container-box .registration-container .form-section .registration-form .submit-button {
          justify-content: center;
          align-items: center;
          border-radius: 6px;
          border: 1px solid #ecc638;
          display: flex;
          margin-top: 12px;
          min-height: 45px;
          width: 100%;
          gap: 8px;
          color: #800020;
          background: linear-gradient(180deg, #ffdd7e 23.22%, #dfad4c 100%);
          padding: 8px 16px;
          cursor: pointer;
          font-family: inherit;
          font-size: inherit;
          transition: opacity 0.2s ease;
          font-family: 'Roboto', sans-serif;
          font-size: 16px; }
          .registration-container-box .registration-container .form-section .registration-form .submit-button:hover {
            opacity: 0.9; }
          .registration-container-box .registration-container .form-section .registration-form .submit-button:active {
            opacity: 0.8; }
          .registration-container-box .registration-container .form-section .registration-form .submit-button .button-text {
            color: #800020;
            align-self: stretch;
            margin: auto 0;
            font-weight: 400; }
  .registration-container-box .form-message {
    margin-top: 16px;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: none; }
  .registration-container-box .form-message.success {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0; }
  .registration-container-box .form-message.error {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5; }
  .registration-container-box .submit-button.loading {
    opacity: 0.7;
    cursor: not-allowed; }
  .registration-container-box .submit-button.loading .button-text::after {
    content: "...";
    animation: dots 1.5s infinite; }

@keyframes dots {
  0%, 20% {
    content: "."; }
  40% {
    content: ".."; }
  60%, 100% {
    content: "..."; } }

.wrapperMain_content {
  padding-bottom: 0px; }

.ttn-event-process-section .content-wrapper .process-steps .process-step .step-card {
  height: 320px; }
