@charset "UTF-8";
.hv-btn-arr, .hv-btn-arr:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.heading-44 {
  font-size: 44px; }

.heading-36 {
  font-size: 36px; }

.heading-28 {
  font-size: 28px; }

.ct-size-16 {
  font-size: 16px; }

.ct-size-16-important {
  font-size: 16px !important; }

.ct-size-18 {
  font-size: 18px; }

.ct-size-15 {
  font-size: 15px; }

.max-780 {
  max-width: 780px; }

.mg-auto {
  margin-left: auto;
  margin-right: auto; }

.hv-btn-arr {
  margin: 0;
  border-bottom: 1px solid var(--wd-color-shop);
  border-color: transparent;
  display: inline-block;
  padding-bottom: 3px;
  position: relative; }
  .hv-btn-arr.no-arrow:after {
    display: none; }
  .hv-btn-arr:after {
    content: "\203A";
    font-size: 22px;
    line-height: 1.2;
    margin-left: 10px;
    top: 2px;
    position: relative;
    display: inline-block; }
  .hv-btn-arr:hover {
    border-color: var(--wd-color-shop); }
    .hv-btn-arr:hover:after {
      margin-left: 15px; }

@media only screen and (min-width: 992px) {
  .order-2-desk {
    order: 2; } }

@media only screen and (max-width: 767px) {
  .heading-desc h1 {
    font-size: 22px; }
  .heading-mb-16 {
    font-size: 16px !important; }
  .heading-mb-22 {
    font-size: 22px !important; }
  .heading-mb-20 {
    font-size: 20px !important; }
  .heading-mb-28 {
    font-size: 28px !important; }
  .heading-mb-24 {
    font-size: 24px !important; } }

.mg-bottom-50 {
  margin-bottom: 50px; }

p.required:after {
  content: "*";
  left: 3px;
  position: relative;
  color: red; }

#sec-special-offers {
  padding-bottom: 50px; }
  #sec-special-offers .heading-p {
    margin: 50px 0;
    padding-top: 50px; }
  #sec-special-offers .group-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 cột bằng nhau (50%) */
    gap: 15px;
    /* khoảng cách giữa các item */ }
    @media (max-width: 768px) {
      #sec-special-offers .group-banner {
        grid-template-columns: 1fr; } }
    #sec-special-offers .group-banner .item-img {
      width: 100%; }
      #sec-special-offers .group-banner .item-img img {
        width: 100%;
        height: auto;
        display: block; }
    #sec-special-offers .group-banner .content-bn {
      margin-top: 30px; }
      @media (max-width: 480px) {
        #sec-special-offers .group-banner .content-bn h3 {
          font-size: 21px; } }
      #sec-special-offers .group-banner .content-bn .ct-bn {
        font-size: 16px; }
      #sec-special-offers .group-banner .content-bn .btn-view-now a {
        display: inline-block;
        font-size: 16px; }
        #sec-special-offers .group-banner .content-bn .btn-view-now a:hover span {
          border-bottom: 1px solid;
          color: var(--wd-color-shop); }
        #sec-special-offers .group-banner .content-bn .btn-view-now a svg {
          transform: rotate(180deg); }

.col-special-offers {
  margin-bottom: 50px; }
  .col-special-offers .heading-c {
    margin-bottom: 40px;
    text-align: center; }
    .col-special-offers .heading-c h2 {
      margin: 0; }
      @media (max-width: 480px) {
        .col-special-offers .heading-c h2 {
          font-size: 24px; } }
  .col-special-offers .list-col-special-offers {
    margin-top: 40px; }
    .col-special-offers .list-col-special-offers .product-loop {
      width: 100%;
      max-width: 100%;
      padding: 0; }

.view-all-collection {
  margin-bottom: 30px; }

.view-all-collection > a {
  color: var(--wd-color_button);
  display: inline-block;
  background: var(--wd-bg_button);
  padding: 12px 25px;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 6px; }

.member-ship-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* chia đôi 2 item */
  gap: 0;
  /* khoảng cách giữa ảnh và nội dung (tuỳ chỉnh nếu cần) */
  align-items: center;
  /* canh giữa theo chiều dọc */ }
  @media (max-width: 768px) {
    .member-ship-info {
      grid-template-columns: 1fr;
      /* mobile hiển thị 1 cột */ } }
  .member-ship-info .item-member {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--bg-member); }
  .member-ship-info .image-bn img {
    width: 100%;
    height: auto;
    display: block; }
  .member-ship-info .info {
    padding: 30px;
    /* padding 30px cho phần info */ }
    @media (max-width: 480px) {
      .member-ship-info .info h2 {
        font-size: 24px; } }
    .member-ship-info .info p,
    .member-ship-info .info a {
      font-size: 16px; }
    .member-ship-info .info .view-more a {
      text-decoration: underline;
      font-weight: 400; }

#sec-member-ship {
  padding-bottom: 50px; }
  #sec-member-ship .heading-p {
    margin: 50px 0;
    padding-top: 50px; }
    #sec-member-ship .heading-p h2 {
      text-transform: uppercase; }
  #sec-member-ship .content-mb-s {
    margin-top: 30px; }
    #sec-member-ship .content-mb-s h2 {
      margin-bottom: 30px; }

.list-tab-mbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .list-tab-mbs li {
    padding: 10px; }
    .list-tab-mbs li a {
      display: block;
      border-bottom: 1px solid var(--wd-color-shop);
      font-size: 16px; }
      .list-tab-mbs li a:hover {
        border: none; }

#s-ldp-mbs-1,
#s-ldp-mbs-2,
#s-ldp-mbs-3,
.list-tab-mbs {
  margin-top: 50px; }

.container-ldp-mbs-1 {
  flex-wrap: wrap;
  margin-left: -15px; }
  .container-ldp-mbs-1 .item {
    padding-left: 15px;
    margin-bottom: 15px; }
    .container-ldp-mbs-1 .item img {
      border-radius: 10px; }
    .container-ldp-mbs-1 .item .title h4 {
      text-align: center;
      margin: 20px 0 5px 0; }
    .container-ldp-mbs-1 .item:nth-child(-n + 2) {
      flex: 0 0 50%; }
    .container-ldp-mbs-1 .item:nth-child(n + 3) {
      flex: 0 0 calc(100% / 3); }

.container-account {
  max-width: 600px;
  margin: 0 auto; }
  .container-account .tab-acc {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    .container-account .tab-acc li {
      padding: 0 15px;
      border-left: 2px solid var(--wd-color-shop); }
      .container-account .tab-acc li:first-child {
        border: none; }
      .container-account .tab-acc li a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold; }
  .container-account .userbox li {
    margin-bottom: 15px; }
    .container-account .userbox li input {
      width: 100%;
      padding: 10px;
      border: 1px solid var(--wd-color-shop);
      border-radius: 3px;
      outline: none; }
  .container-account .userbox .action_bottom {
    border-radius: 7px; }
  .container-account .userbox #register-now,
  .container-account .userbox .btn-signin {
    color: var(--wd-color_button);
    border-radius: 5px;
    background: var(--wd-bg_button); }

.hide-buy-pro .product-block .product-quickview,
.hide-buy-pro .product-block .product-add-to-cart {
  display: none !important; }

.main-button-social-new.open svg {
  --width: 16px !important;
  --height: 16px !important;
  right: 0 !important; }

#sec-special-offers .col-special-offers[data-index="1"] .group-banner {
  grid-template-columns: repeat(2, 1fr); }

.sheet-google-form {
  max-width: 640px;
  margin: 50px auto;
  padding: 24px; }
  @media (max-width: 767px) {
    .sheet-google-form {
      padding: 0px; } }

.bg-fill-form {
  background: #f8f4ef;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 8px; }

#sec-survay .heading-p {
  margin: 30px 0; }
  @media (max-width: 767px) {
    #sec-survay .heading-p h1 {
      font-size: 24px; } }

#sec-survay .form-fill li {
  margin-bottom: 25px; }
  #sec-survay .form-fill li.mg-child-0 p {
    margin-bottom: 0; }
  #sec-survay .form-fill li p {
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    font-size: 16px; }
  #sec-survay .form-fill li span {
    display: block;
    font-size: 16px;
    font-style: italic; }
  #sec-survay .form-fill li input[type="text"],
  #sec-survay .form-fill li input[type="email"],
  #sec-survay .form-fill li input[type="number"] {
    height: 40px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #ddd;
    outline: none; }
  #sec-survay .form-fill li label {
    cursor: pointer; }
  #sec-survay .form-fill li fieldset {
    margin-top: 10px;
    border: none; }
    @media (max-width: 767px) {
      #sec-survay .form-fill li fieldset.flex-group-v {
        flex-direction: column; } }
    #sec-survay .form-fill li fieldset.flex-group-v .flex-cl {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      min-width: 32px;
      text-align: center; }
      @media (max-width: 767px) {
        #sec-survay .form-fill li fieldset.flex-group-v .flex-cl {
          width: 100% !important;
          align-items: flex-start !important;
          text-align: left;
          flex-direction: row;
          justify-content: flex-start !important;
          margin-bottom: 10px; }
          #sec-survay .form-fill li fieldset.flex-group-v .flex-cl label {
            width: 30px !important; } }
    #sec-survay .form-fill li fieldset.flex-group-v .item-nb {
      justify-content: center;
      align-items: center; }
      #sec-survay .form-fill li fieldset.flex-group-v .item-nb input {
        width: 18px;
        height: 18px;
        order: 2; }
      #sec-survay .form-fill li fieldset.flex-group-v .item-nb label {
        order: 1;
        display: block;
        width: 100%; }
    #sec-survay .form-fill li fieldset.flex-group-v .item-bad {
      width: 35%; }
  #sec-survay .form-fill li .group-ip {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px; }
    #sec-survay .form-fill li .group-ip input {
      width: 18px;
      height: 18px; }
    #sec-survay .form-fill li .group-ip label {
      margin-bottom: 0;
      margin-left: 6px; }

#sec-survay .btn-register {
  width: 100px;
  padding: 8px 10px;
  background: var(--wd-bg_button);
  color: var(--wd-color_button);
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid var(--wd-bg_button); }
  #sec-survay .btn-register:hover {
    background: var(--wd-color_button);
    color: var(--wd-bg_button) v; }

.survay-form-success .swal-text {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  color: var(--shop-color-title);
  padding: 10px 0;
  font-weight: bold; }

#sec-commit {
  background: #fcf9f6; }

.wrap-box-s-alternate {
  flex-wrap: wrap; }
  .wrap-box-s-alternate .item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f9f5f0;
    margin-bottom: 100px; }
    .wrap-box-s-alternate .item .title {
      text-align: center;
      display: block;
      flex: 0 0 100%;
      padding-bottom: 80px;
      background: #fbf9f6;
      order: 1; }
    .wrap-box-s-alternate .item:nth-child(odd) .image {
      order: 2; }
    .wrap-box-s-alternate .item:nth-child(odd) .content {
      order: 3; }
    .wrap-box-s-alternate .item:nth-child(even) .image {
      order: 3; }
    .wrap-box-s-alternate .item:nth-child(even) .content {
      order: 2; }
    .wrap-box-s-alternate .item .content {
      padding: 0 100px;
      text-align: center;
      font-size: 20px; }
      .wrap-box-s-alternate .item .content h2 {
        font-size: 24px; }
      .wrap-box-s-alternate .item .content a {
        text-decoration: underline; }
    .wrap-box-s-alternate .item .image, .wrap-box-s-alternate .item .content {
      flex: 0 0 50%;
      width: 50%; }
      @media (max-width: 767px) {
        .wrap-box-s-alternate .item .image, .wrap-box-s-alternate .item .content {
          flex: 0 0 100%;
          width: 100%;
          padding: 0;
          font-size: 16px; } }
    .wrap-box-s-alternate .item .image img {
      width: 100%; }
    @media (max-width: 767px) {
      .wrap-box-s-alternate .item .image {
        order: 2 !important; }
      .wrap-box-s-alternate .item .content {
        order: 3 !important;
        padding: 40px 30px; } }

.wrap-box-s-news {
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
  gap: 15px; }
  @media (max-width: 767px) {
    .wrap-box-s-news {
      grid-template-columns: repeat(1, 1fr); } }
  .wrap-box-s-news .item {
    margin-bottom: 25px; }
    .wrap-box-s-news .item .content {
      margin-top: 25px;
      text-align: center;
      font-size: 16px; }
      .wrap-box-s-news .item .content p {
        margin: 0; }

/* ldp shea butter*/
#ldp-shea-butter .mg-25-ldp {
  margin: 25px 0; }

#ldp-shea-butter .title {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  padding: 25px 0 50px 0;
  background: #FFFEFA; }
  #ldp-shea-butter .title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: bold; }

#ldp-shea-butter .sbt-style-1 .item {
  flex-wrap: wrap;
  background: #f9f5f0; }
  #ldp-shea-butter .sbt-style-1 .item .image,
  #ldp-shea-butter .sbt-style-1 .item .content {
    flex: 0 0 50%;
    width: 50%; }
  #ldp-shea-butter .sbt-style-1 .item .content {
    padding: 0 100px;
    text-align: center;
    font-size: 20px; }

#ldp-shea-butter .sbt-style-2 > .item {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 2fr 1fr; }
  #ldp-shea-butter .sbt-style-2 > .item .item-banner {
    height: 100%;
    overflow: hidden;
    background: #f8f4ef;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: column; }
  #ldp-shea-butter .sbt-style-2 > .item .item-pro .product-loop {
    padding: 0;
    margin: 0; }

#ldp-shea-butter .sbt-style-2 .b-ct {
  padding: 30px;
  background: #f8f4ef;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center; }
  #ldp-shea-butter .sbt-style-2 .b-ct p {
    font-size: 16px;
    margin: 0; }

#ldp-shea-butter .sbt-style-4 .box-banner-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr); }
  #ldp-shea-butter .sbt-style-4 .box-banner-list .item h5 {
    font-size: 18px;
    margin: 15px 0; }

#ldp-shea-butter .sbt-style-5 video {
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  #ldp-shea-butter .sbt-style-2 .item {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr; }
    #ldp-shea-butter .sbt-style-2 .item .b-ct {
      padding: 15px; }
  #ldp-shea-butter .sbt-style-4 .box-banner-list {
    grid-template-columns: repeat(2, 1fr); }
  #ldp-shea-butter .sbt-style-4 .box-banner-list .item h5 {
    font-size: 16px;
    margin: 15px 0; }
  #ldp-shea-butter .sbt-style-1 .item .image, #ldp-shea-butter .sbt-style-1 .item .content {
    flex: 0 0 100%;
    width: 100%; }
  #ldp-shea-butter .sbt-style-1 .item .content {
    padding: 15px;
    text-align: center;
    font-size: 16px; } }

.container-full {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ldp-page-hotel-amenities, .ldp-page-anniversary, .ldp-page-sustainable-sourcing, .ldp-page-shea-butter, .ldp-page-commitments, .ldp-page-survay, .ldp-page-special-offers-4, .ldp-page-special-offers-3, .ldp-page-special-offers-2, .ldp-page-special-offers, .ldp-page-membership {
  display: none; }

/* about - 03*/
.section-about03-introduce {
  padding-bottom: 110px; }

.section-about03-introduce .wrap-heading .line {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-bottom: 15px; }

.section-about03-introduce .wrap-heading h2 {
  margin-bottom: 30px; }

.section-about03-introduce .box-banner {
  position: relative;
  margin-left: 50px;
  margin-right: 20px;
  z-index: 2; }

.section-about03-introduce .box-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 10px solid #FBF9F6;
  left: -50px;
  bottom: -50px;
  z-index: -1; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
  margin-top: 0px;
  position: absolute;
  right: -15px;
  bottom: 15px; }
  .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav button:focus {
    outline: none; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-prev, .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-next {
  display: block;
  margin: 0px;
  background: var(--wd-bg_button);
  color: #ffffff;
  padding: 8px 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 13px;
  cursor: pointer; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-item .owl-lazy {
  transition: inherit; }

.section-about03-introduce .about-introduce-top .row-flex {
  align-items: center; }

.section-about03-introduce .button_content_box {
  margin-top: 30px; }

@media (max-width: 991px) {
  .section-about03-introduce {
    padding-bottom: 60px; }
  .section-about03-introduce .introduce-loop {
    border-right: 1px solid #314f93;
    border-bottom: 1px solid #314f93; }
    .section-about03-introduce .introduce-loop:nth-child(2n+0) {
      border-right: 0; } }

@media (max-width: 767px) {
  .section-about03-introduce .box-banner {
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 50px; }
    .section-about03-introduce .box-banner:before {
      left: -30px;
      bottom: -30px; }
    .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
      right: 15px; } }

.section-about03-service .section-heading .text-white {
  color: #ffffff; }

.section-about03-service .nav-tabs {
  border: 0; }

.section-about03-service .box-wrapper {
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer; }
  .section-about03-service .box-wrapper h4 {
    color: #ffffff;
    font-size: 22px; }

.section-about03-service .row-flex {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center; }

@media (min-width: 992px) {
  .section-about03-service .box-wrapper:hover {
    background: var(--wd-color-shop-hover);
    border-color: var(--wd-color-shop-hover); }
  .section-about03-service .circle-block-banner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .section-about03-service .circle-block-banner .tab-content {
      margin-bottom: 30px; } }

@media (max-width: 991px) {
  .section-about03-service {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .section-about03-service .box-wrapper {
    padding: 15px 15px;
    margin-bottom: 20px; }
    .section-about03-service .box-wrapper.text-right {
      text-align: left !important; }
    .section-about03-service .box-wrapper h4 {
      font-size: 18px; }
    .section-about03-service .box-wrapper p {
      margin-bottom: 0; } }

.section-about03-stories .story-row {
  position: relative;
  margin-bottom: 70px;
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.section-about03-stories .story-row .block-detail {
  position: relative;
  padding: 20px 30px;
  margin: 40px 0px; }
  .section-about03-stories .story-row .block-detail .date {
    font-size: 14px; }
  .section-about03-stories .story-row .block-detail h3 {
    font-size: 22px; }

.section-about03-stories .story-row:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: -70px;
    z-index: 5;
    background-color: #FBF9F6;
    color: var(--wd-color-shop);
    text-align: right; }
    .section-about03-stories .story-row:nth-child(even) .block-detail h3 {
      color: var(--wd-color-shop); }

.section-about03-stories .story-row:nth-child(odd) .block-detail {
  left: -70px;
  z-index: 5;
  background-color: #fff;
  color: var(--wd-color-shop); }

@media (min-width: 768px) and (max-width: 991px) {
  .section-about03-stories .story-row .block-detail {
    padding: 18px 20px; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: 0;
    margin-right: -70px; }
  .section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: 0;
    margin-left: -70px; } }

@media (max-width: 991px) {
  .section-about03-stories {
    padding: 40px 0 20px; } }

@media (max-width: 767px) {
  .section-about03-stories .story-row {
    margin-bottom: 25px; }
    .section-about03-stories .story-row:last-child {
      margin-bottom: 0; }
  .section-about03-stories .story-row .block-detail {
    padding: 20px 15px; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: 0;
    margin: 0;
    text-align: left; }
  .section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: 0;
    margin: 0; } }

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(34, 34, 34, 0.5); }
  100% {
    box-shadow: 0 0 0px 10px rgba(34, 34, 34, 0); } }

.open {
  animation-iteration-count: 1; }

.fixed-action-btn-new {
  position: fixed;
  right: 33px;
  bottom: 60px;
  z-index: 111;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear; }

.main-button-social-new {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: var(--wd-color_button);
  cursor: pointer;
  background-color: var(--wd-bg_button);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.main-button-social-new.open ~ .list-zalo-store {
  visibility: visible;
  transform: scale(1); }

.list-zalo-store {
  z-index: 100;
  position: absolute;
  right: 60px;
  border-radius: 5px;
  min-width: 240px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  bottom: 10px;
  visibility: hidden;
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear; }
  .list-zalo-store ul {
    padding: 15px; }
    .list-zalo-store ul li {
      padding: 10px 0;
      border-bottom: 1px solid var(--wd-bg_button); }
      .list-zalo-store ul li:last-child {
        border: none; }
      .list-zalo-store ul li a {
        font-size: 16px; }

.btn-map-store {
  background: var(--wd-bg_button);
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 70px;
  right: 0;
  z-index: 91;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

/* about-us */
/* Spinner tròn */
.spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 5px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

#sec-about-us p {
  font-size: 16px; }

#sec-about-us .heading-p {
  margin: 50px 0; }

#sec-about-us .list-nav-main {
  margin: 100px 0 60px 0; }
  @media only screen and (max-width: 767px) {
    #sec-about-us .list-nav-main {
      margin: 60px 0 60px 0; } }
  #sec-about-us .list-nav-main li {
    padding: 5px 10px; }
    #sec-about-us .list-nav-main li a {
      border-bottom: 1px solid var(--wd-color-shop);
      padding-bottom: 3px;
      font-size: 15px; }

#sec-about-us .box-our-actions .hd-o-action {
  position: relative;
  padding-bottom: 10px; }
  #sec-about-us .box-our-actions .hd-o-action:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: var(--wd-color-shop); }

#sec-about-us .box-our-actions .o-a-content-body {
  margin: 30px 0; }
  #sec-about-us .box-our-actions .o-a-content-body p {
    font-size: 15px; }

#sec-about-us .box-our-actions .o-a-content {
  padding: 64px 24px; }

#sec-about-us .box-our-actions .o-a-content-wrapper {
  border: 3px solid #f2e9db;
  background: #fff; }

#sec-about-us .btn-cta li {
  padding: 0 10px;
  flex: 1; }
  @media only screen and (max-width: 767px) {
    #sec-about-us .btn-cta li {
      flex: 0 0 100%;
      margin-bottom: 10px; } }
  #sec-about-us .btn-cta li a {
    display: block;
    padding: 10px 20px;
    background: var(--wd-bg_button);
    color: var(--wd-color_button);
    border: 1px solid var(--wd-bg_button); }

#sec-about-us .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(221, 221, 221, 0.65);
  display: flex;
  justify-content: center;
  align-items: center; }

#sec-about-us .video-wrapper {
  position: relative; }

.box-banner-two-rows .title-col {
  margin-bottom: 40px; }
  .box-banner-two-rows .title-col h2 {
    position: relative;
    padding-bottom: 5px; }
    .box-banner-two-rows .title-col h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 50px;
      height: 2px;
      background: var(--wd-color-shop); }

.box-banner-two-rows .item-banner {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .box-banner-two-rows .item-banner:nth-child(odd):after {
      border-right: 0.1rem solid #d3d0cb;
      content: "";
      display: block;
      position: absolute;
      height: 60%;
      top: 50%;
      transform: translatey(-50%);
      right: 0; }
    .box-banner-two-rows .item-banner:nth-child(even) {
      align-items: flex-end; } }
  .box-banner-two-rows .item-banner .box-banner {
    width: 100%;
    height: 100%;
    max-width: 500px;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .box-banner-two-rows .item-banner .content {
    margin-top: 25px; }
    .box-banner-two-rows .item-banner .content h3 {
      font-size: 28px; }
    .box-banner-two-rows .item-banner .content .view-more {
      margin-top: 15px; }
      .box-banner-two-rows .item-banner .content .view-more a {
        display: inline-block;
        padding: 12px 20px;
        background: var(--wd-bg_button);
        color: var(--wd-color_button);
        font-size: 15px;
        border-radius: 4px; }

@media (min-width: 768px) {
  .one-ct-one-image .image {
    order: 2; } }

.one-ct-one-image .image img {
  border-radius: 5px; }

.one-ct-one-image .content {
  order: 1;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .one-ct-one-image .content {
      padding-left: 45px; } }
  .one-ct-one-image .content p {
    margin: 15px 0 40px 0; }
  .one-ct-one-image .content .btn-link {
    margin-top: auto;
    position: relative;
    margin-bottom: 0;
    width: max-content;
    background: var(--wd-bg_button);
    color: var(--wd-color_button);
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid var(--wd-bg_button); }

.content-image-about-rows-bg .bg {
  padding: 15px !important;
  border-radius: 8px;
  background: #f9f5f0; }
  .content-image-about-rows-bg .bg .flex-1 {
    flex: 1; }
    @media only screen and (max-width: 767px) {
      .content-image-about-rows-bg .bg .flex-1 {
        flex: 0 0 100%; } }
    .content-image-about-rows-bg .bg .flex-1.content {
      padding: 0 30px;
      font-size: 15px; }
      .content-image-about-rows-bg .bg .flex-1.content h2 {
        font-size: 28px; }
        @media only screen and (max-width: 767px) {
          .content-image-about-rows-bg .bg .flex-1.content h2 {
            font-size: 22px; } }
    .content-image-about-rows-bg .bg .flex-1.image img {
      border-radius: 5px; }

/* brand commitments */
#brand-commitments p {
  font-size: 16px; }

.trend-three-banner .item-banner .box-item {
  background: #f9f5f0;
  box-shadow: 0rem 2px 10px 0rem rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 8px 8px 15px;
  height: 100%; }
  .trend-three-banner .item-banner .box-item .ratio-custom > img {
    border-radius: 5px; }

.trend-three-banner .item-banner .title-box {
  display: block;
  margin-top: 30px; }
  .trend-three-banner .item-banner .title-box p {
    font-size: 16px;
    margin-bottom: 30px; }
  .trend-three-banner .item-banner .title-box .heading-28 {
    line-height: 1.2;
    display: block;
    font-weight: 600; }
  .trend-three-banner .item-banner .title-box h3:not(.heading-28) {
    font-size: 24px;
    line-height: 1.2;
    display: block;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .trend-three-banner .item-banner .title-box h3:not(.heading-28) {
        font-size: 20px; } }

.item-banner .hv-btn-arr {
  border-color: var(--wd-color-shop); }
  .item-banner .hv-btn-arr:hover {
    border-color: transparent; }

.one-banner-center-ct .content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% - 80px); }

.one-banner-center-ct .cta-btn {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .one-banner-center-ct .cta-btn {
      margin: 0; } }
  .one-banner-center-ct .cta-btn a {
    display: inline-block;
    padding: 10px 20px;
    background: var(--wd-bg_button);
    color: var(--wd-color_button); }
    @media only screen and (max-width: 767px) {
      .one-banner-center-ct .cta-btn a {
        padding: 8px 15px;
        font-size: 12px; } }
    .one-banner-center-ct .cta-btn a:hover {
      background: #000; }

.content-and-image-style-1 .image img {
  border-radius: 5px; }

.content-and-image-style-1 .content h2 {
  margin: 30px 0; }

.content-and-image-style-1 .content p {
  padding: 15px 0 30px 0;
  font-size: 20px; }

@media only screen and (min-width: 992px) {
  .content-and-image-style-1 .order-style-2 .image {
    order: 2; } }

.one-banner-center-ct-style-2 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  padding: 15px 24px;
  background: #F6F0E7; }
  .one-banner-center-ct-style-2 .content p {
    margin: 0;
    font-size: 15px;
    line-height: 32px;
    min-width: 580px; }

@media only screen and (max-width: 767px) {
  .one-banner-center-ct-style-2 .bg-ct {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .one-banner-center-ct-style-2 .bg-ct img {
      transform: translate(-50%, -50%);
      position: absolute;
      right: auto;
      bottom: auto;
      top: 50%;
      left: 50%;
      display: block;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      max-width: none;
      object-fit: cover; }
  .one-banner-center-ct-style-2 .content {
    padding: 15px 24px;
    background: #F6F0E7;
    transform: translate(0, 0);
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px 25px; }
    .one-banner-center-ct-style-2 .content p {
      margin: 0;
      font-size: 15px;
      line-height: 32px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 240px; } }

.no-background .box-item {
  background: transparent !important;
  box-shadow: none !important; }

.one-banner-center-ct-style-3 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  padding: 15px 25px;
  background: #F6F0E7;
  width: max-content;
  max-width: 100%; }
  .one-banner-center-ct-style-3 .content h2 {
    margin: 0; }

.banner-w-content-w-btn .hd-o-action {
  position: relative;
  padding-bottom: 10px; }
  .banner-w-content-w-btn .hd-o-action:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: var(--wd-color-shop); }

.banner-w-content-w-btn .o-a-content-body {
  margin: 30px 0; }
  .banner-w-content-w-btn .o-a-content-body p {
    font-size: 15px; }

.banner-w-content-w-btn .o-a-content {
  padding: 64px 24px; }

.banner-w-content-w-btn .o-a-content-wrapper {
  border: 3px solid #f2e9db;
  background: #fff; }

.banner-w-content-w-btn .btn-cta li {
  padding: 0 10px;
  flex: 1; }
  @media only screen and (max-width: 767px) {
    .banner-w-content-w-btn .btn-cta li {
      flex: 0 0 100%;
      margin-bottom: 10px; } }
  .banner-w-content-w-btn .btn-cta li a {
    display: inline-block;
    padding: 10px 20px;
    background: var(--wd-bg_button);
    color: var(--wd-color_button);
    border: 1px solid var(--wd-bg_button);
    border-radius: 5px; }

.style-nav-scoll-to-sec {
  margin: 100px 0 60px 0; }
  @media only screen and (max-width: 767px) {
    .style-nav-scoll-to-sec {
      margin: 60px 0 60px 0; } }
  .style-nav-scoll-to-sec li {
    padding: 5px 10px; }
    .style-nav-scoll-to-sec li a {
      border-bottom: 1px solid var(--wd-color-shop);
      padding-bottom: 3px;
      font-size: 15px; }

@media only screen and (min-width: 992px) {
  .four-commitment .odd-item .image {
    order: 2; }
  .four-commitment .odd-item .content {
    padding-right: 50px; } }

@media only screen and (min-width: 992px) {
  .four-commitment .even-item .image {
    order: 1; }
  .four-commitment .even-item .content {
    padding-left: 50px;
    order: 2; } }

.banner-footer h3 {
  font-style: italic;
  font-weight: 600; }

.banner-footer .b-banner {
  position: relative; }
  .banner-footer .b-banner .box-content-bn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f6f0e7;
    padding: 15px 25px;
    min-width: 350px;
    text-align: center; }

.trend-three-banner .item-banner.padding-item .box-item {
  padding: 0;
  background: transparent;
  box-shadow: none; }
  .trend-three-banner .item-banner.padding-item .box-item .title-box {
    background: #f9f5f0;
    box-shadow: 0rem 2px 10px 0rem rgba(0, 0, 0, 0.06);
    padding: 15px; }

#wholesale-program .heading-p {
  margin: 30px 0 50px 0; }

#wholesale-program .page-content ul {
  list-style: initial;
  padding-left: 15px; }

#wholesale-program .page-content ol {
  list-style: decimal;
  padding-left: 15px; }

#video-ldp .video-slide {
  position: relative;
  height: 100vh; }
  #video-ldp .video-slide:before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    height: 100%;
    z-index: 2; }
  #video-ldp .video-slide video {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    position: absolute;
    top: 0; }
  #video-ldp .video-slide .video-poster {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    z-index: 1; }
    #video-ldp .video-slide .video-poster.loaded {
      opacity: 0;
      visibility: hidden; }

.js-video:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  height: 100%;
  z-index: 2; }

.js-video video {
  width: 100%; }

@media (max-width: 767px) {
  .js-video {
    height: 70%;
    max-height: 600px; }
    .js-video video, .js-video:after {
      height: 70vh;
      max-height: 600px; }
    .js-video video {
      object-fit: cover;
      object-position: center;
      width: 100%;
      position: absolute;
      top: 0; } }

.big-banner-style .item-banner-new .title-box {
  padding: 25px 0;
  display: block; }

.sec-nature img {
  max-width: 64px;
  display: block; }

#hotel_amenities .content-and-image-style-1 .content p {
  font-size: 16px; }

#hotel_amenities .content-and-image-style-1 .order-style-1 .content {
  padding-left: 50px; }

#hotel_amenities .content-and-image-style-1 .order-style-2 .content {
  padding-right: 50px; }

@media (max-width: 767px) {
  #hotel_amenities .content-and-image-style-1 .content {
    padding: 0 15px !important; } }

#ldp-anniversary .video-style-ldp .banner-info {
  position: absolute;
  left: 5%;
  bottom: 25%;
  z-index: 2;
  background: transparent;
  width: 450px; }
  #ldp-anniversary .video-style-ldp .banner-info .content {
    padding: 30px;
    color: #FFFFFF;
    letter-spacing: 0.1rem; }
    #ldp-anniversary .video-style-ldp .banner-info .content .button-banner a {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      color: #fff;
      margin-bottom: 0;
      letter-spacing: 0.65px; }
  @media (min-width: 992px) {
    #ldp-anniversary .video-style-ldp .banner-info {
      left: 0;
      bottom: 6%; }
      #ldp-anniversary .video-style-ldp .banner-info .content {
        padding: 30px;
        font-size: 74px;
        width: max-content; } }
  @media (max-width: 767px) {
    #ldp-anniversary .video-style-ldp .banner-info {
      left: 0%;
      bottom: 0% !important;
      width: 100%; }
      #ldp-anniversary .video-style-ldp .banner-info .content {
        padding: 10px;
        font-size: 24px;
        width: 100%;
        line-height: 24px; } }

#ldp-anniversary .video-normal video {
  width: 100%; }

#ldp-anniversary .block-5 .banner-w-content-w-btn .o-a-content-wrapper {
  background: none;
  border: none; }

#ldp-anniversary .block-5 .bg-grey {
  background: #f9f5f0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 2px 3px 10px 0px #ddd; }

#ldp-anniversary .block-5 .banner-w-content-w-btn .btn-cta li {
  padding: 0; }

@media (max-width: 767px) {
  #ldp-anniversary .block-5 .banner-w-content-w-btn .o-a-content {
    padding: 0; } }

#ldp-anniversary .block-4 .video-normal {
  position: relative; }

@media (max-width: 767px) {
  .pd-right-15-mb {
    padding-right: 15px !important; } }

.bg-block {
  padding: 0 15px !important;
  border-radius: 0.8rem;
  background: #f9f5f0; }
