/* Animation */
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background, .post-item.post-item-empty .post-thumb .aspect-ratio, .post-item.post-item-empty .post-content .post-title, .post-item.post-item-empty .post-content .post-descr p, .post-item.post-item-empty .post-content .post-tags {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.post-item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 1 300px; }
  .post-item .post-thumb {
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative; }
    .post-item .post-thumb .aspect-ratio {
      position: relative;
      padding-bottom: 100%;
      display: block;
      z-index: 1; }
    .post-item .post-thumb .aspect-ratio picture {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    .post-item .post-thumb img {
      width: 100%; }
    .post-item .post-thumb .post-cate {
      background: #000000;
      color: #fff;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      padding: 6px 12px; }
  .post-item .post-content {
    margin-bottom: 40px; }
    .post-item .post-content .post-title {
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      position: relative;
      margin-bottom: 8px; }
      .post-item .post-content .post-title:after {
        position: absolute;
        content: none;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 2px;
        background: #111111; }
      .post-item .post-content .post-title a {
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .post-item .post-content .post-descr {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 8px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .post-item .post-content .post-descr p {
      margin-bottom: 0; }
    .post-item .post-content .post-tags {
      color: #787878;
      font-size: 14px; }
  .post-item.post-item-empty .post-content .post-title {
    width: 100%;
    height: 25px; }
  .post-item.post-item-empty .post-content .post-descr p {
    width: 80%;
    height: 40px; }
  .post-item.post-item-empty .post-content .post-tags {
    width: 60%;
    height: 15px; }

.section-banner-head .slider-banner:not(.owl-loaded) {
  display: flex;
  overflow: hidden;
  height: 700px;
  flex-direction: column; }
  .section-banner-head .slider-banner:not(.owl-loaded) .item-slider {
    width: 100%; }
    .section-banner-head .slider-banner:not(.owl-loaded) .item-slider a {
      padding-bottom: 70%;
      position: relative;
      display: block; }
      .section-banner-head .slider-banner:not(.owl-loaded) .item-slider a picture {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
      .section-banner-head .slider-banner:not(.owl-loaded) .item-slider a img {
        width: 100%; }

@media (max-width: 767px) {
  .section-banner-head .container {
    padding: 0; }
  .section-banner-head .slider-banner:not(.owl-loaded) {
    height: 180px; } }

.section-blogs-list .blog-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 32px; }
  .section-blogs-list .blog-tabs ul {
    padding: 0;
    margin: 0;
    display: flex; }
  .section-blogs-list .blog-tabs li {
    overflow: hidden;
    border: 1px solid #E8E8E8;
    background: #fff;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .section-blogs-list .blog-tabs li:first-child {
      border-radius: 4px 0px 0px 4px;
      border-right: none; }
    .section-blogs-list .blog-tabs li:last-child {
      border-radius: 0 4px 4px 0;
      border-left: none; }
    .section-blogs-list .blog-tabs li a {
      color: #000;
      padding: 12px 24px;
      display: inline-flex;
      transition: none !important; }
    .section-blogs-list .blog-tabs li.active {
      background: #000000;
      border-color: #000000; }
      .section-blogs-list .blog-tabs li.active a {
        color: #fff; }

.section-blogs-list .blog-list .tabs-content {
  display: none; }

.section-blogs-list .blog-list .tabs-content.active {
  display: block; }

.section-blogs-list .posts-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  flex-wrap: wrap; }
  .section-blogs-list .posts-list .post-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 4px; }

@media (max-width: 991px) {
  .section-blogs-list .posts-list .post-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .section-blogs-list .container {
    padding: 0; }
  .section-blogs-list .blog-tabs {
    display: block;
    margin: 0; }
    .section-blogs-list .blog-tabs ul {
      justify-content: space-between; }
    .section-blogs-list .blog-tabs li {
      background: #fff;
      width: 100%;
      border-radius: 0 !important;
      border: none;
      border-bottom: 2px solid transparent; }
      .section-blogs-list .blog-tabs li a {
        color: #000000; }
      .section-blogs-list .blog-tabs li.active {
        background: #ffffff;
        border-color: #000000; }
        .section-blogs-list .blog-tabs li.active a {
          color: #000000;
          font-weight: 700; }
  .section-blogs-list .posts-list {
    margin: 0; }
    .section-blogs-list .posts-list .post-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0;
      padding: 0; }
      .section-blogs-list .posts-list .post-item .post-cate {
        left: auto;
        right: 0; }
      .section-blogs-list .posts-list .post-item .post-content {
        padding: 16px; }
      .section-blogs-list .posts-list .post-item .post-descr {
        font-size: 14px; }
      .section-blogs-list .posts-list .post-item .post-tags {
        font-size: 12px; } }

.section-collection-list .s-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px 0 40px; }
  .section-collection-list .s-tab ul {
    padding: 0;
    margin: 0;
    display: flex; }
  .section-collection-list .s-tab li + li {
    margin-left: 8px; }
  .section-collection-list .s-tab li a {
    background: #ffffff;
    color: #000;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 8px 16px;
    display: inline-flex; }
  .section-collection-list .s-tab li.active a {
    background: #000000;
    border-color: #000000;
    color: #fff; }

.section-collection-list .s-listing .s-head {
  padding: 30px;
  background: #fff;
  text-align: center;
  margin-bottom: 24px; }
  .section-collection-list .s-listing .s-head h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0; }
  .section-collection-list .s-listing .s-head p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px; }
  .section-collection-list .s-listing .s-head.bg-1 {
    background: #F176B8;
    color: #fff; }
    .section-collection-list .s-listing .s-head.bg-1 h2 {
      color: #fff; }
  .section-collection-list .s-listing .s-head.bg-2 {
    background: #7E2AC0;
    color: #fff; }
    .section-collection-list .s-listing .s-head.bg-2 h2 {
      color: #fff; }

.section-collection-list .s-listing .product-loop {
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .section-collection-list .container {
    padding: 0 10px; }
  .section-collection-list .s-listing .s-head {
    margin: 0 -10px; }
  .section-collection-list .s-listing .product-loop {
    margin-bottom: 0; }
    .section-collection-list .s-listing .product-loop .product-loop-inner .info-loop {
      padding: 16px 12px; }
  .section-collection-list .s-listing + .s-listing {
    margin-top: 24px; } }

.section-post-list .s-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 40px 0 24px; }
  .section-post-list .s-head h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0; }
  .section-post-list .s-head a {
    display: inline-flex;
    align-items: center; }

.section-post-list .s-listing .posts-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  flex-wrap: wrap; }
  .section-post-list .s-listing .posts-list .post-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 4px; }

@media (max-width: 991px) {
  .section-post-list .s-listing .posts-list {
    flex-wrap: nowrap;
    overflow-x: auto; }
    .section-post-list .s-listing .posts-list .post-item {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%; }
      .section-post-list .s-listing .posts-list .post-item .post-cate {
        font-size: 14px; }
      .section-post-list .s-listing .posts-list .post-item .post-title {
        font-weight: 400;
        font-size: 14px; }
      .section-post-list .s-listing .posts-list .post-item .post-content {
        margin-bottom: 15px; } }

/* Store */
.page-open-store #footer-main {
  margin-top: 0; }

.storeslist {
  padding: 30px 0 30px; }
  .storeslist .img-map {
    height: 100%; }
    @media (min-width: 992px) {
      .storeslist .img-map {
        min-height: 900px; } }
    @media (max-width: 991px) {
      .storeslist .img-map {
        height: 480px;
        margin-top: 15px; } }
    .storeslist .img-map iframe {
      width: 100%;
      height: 100%; }

.banner-store {
  padding: 20px 0; }
  .banner-store img {
    width: 100%; }

.address-map .title-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0; }

.address-map .location-svg {
  width: 25px; }

.address-map h3 {
  font-size: 18px;
  color: #333;
  padding: 8px 0 8px 40px;
  background-size: contain;
  margin: 0; }

.address-map .change-quan, .address-map .change-tinh {
  width: 100%;
  border: 1px solid #d7d7d7;
  color: #333;
  text-indent: 5px;
  font-size: 13px;
  margin-top: 10px;
  height: 36px; }

.address-map .wrapper-select-store .select2-container--bootstrap {
  width: auto !important; }

.address-map .wrapper-select-store .item-store label {
  margin: 0 0 5px 0; }

.address-map .wrapper-select-store .item-store ~ .item-store {
  margin-top: 15px; }

.address-map .address-cont {
  overflow-y: auto;
  margin-top: 15px;
  border-top: 1px solid #f5f5f5; }
  .address-map .address-cont .address-detail ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 817px;
    overflow: auto; }
    @media (max-width: 991px) {
      .address-map .address-cont .address-detail ul {
        max-height: 300px; } }
    .address-map .address-cont .address-detail ul li {
      background: #f0f1f1;
      cursor: pointer;
      padding: 10px;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      gap: 3px; }
      .address-map .address-cont .address-detail ul li p {
        margin: 0;
        display: flex;
        align-items: center; }
        .address-map .address-cont .address-detail ul li p.direct-point {
          text-decoration: underline; }
        .address-map .address-cont .address-detail ul li p img {
          width: 17px;
          margin-right: 5px; }
      .address-map .address-cont .address-detail ul li a {
        background-color: #fff;
        color: #444;
        display: block;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        padding: 8px 0;
        box-sizing: border-box; }
        .address-map .address-cont .address-detail ul li a:before {
          content: "";
          width: 7px;
          height: 7px;
          display: inline-block;
          background: #ffc800;
          margin-right: 10px;
          border-radius: 50%; }

.main-title-page h1 {
  margin: 30px 0 0 0;
  font-size: 24px; }

/* open store ldp */
.ldp--open-store .address--store {
  background: #F29E9F;
  color: #BC2126;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  padding: 36px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px; }
  @media (max-width: 991px) {
    .ldp--open-store .address--store {
      font-size: 24px;
      gap: 15px; } }

.ldp--open-store .intro--store {
  background: #F9B8BE;
  text-align: center; }
  @media (max-width: 991px) {
    .ldp--open-store .intro--store .wrapper-container .desktop--intro {
      display: none; } }
  @media (min-width: 992px) {
    .ldp--open-store .intro--store .wrapper-container .mobile--intro {
      display: none; } }

.ldp--open-store .heart--store {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0; }
  .ldp--open-store .heart--store .wrap-heart {
    display: flex;
    gap: 30px; }

.ldp--open-store .intro--store-2 {
  background: #F9B8BE;
  text-align: center; }
  @media (max-width: 991px) {
    .ldp--open-store .intro--store-2 .wrapper-container .desktop--intro {
      display: none; } }
  @media (min-width: 992px) {
    .ldp--open-store .intro--store-2 .wrapper-container .mobile--intro {
      display: none; } }

.ldp--open-store .gift--store .container-fluid {
  padding: 0; }

.ldp--open-store .gift--store .heading-store {
  margin: 60px 0;
  text-align: center; }
  .ldp--open-store .gift--store .heading-store .subtitle-1 {
    color: #BC2126;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px 0; }
    @media (max-width: 991px) {
      .ldp--open-store .gift--store .heading-store .subtitle-1 {
        font-size: 24px; } }
  .ldp--open-store .gift--store .heading-store .subtitle-2 {
    color: #BC2126;
    text-align: center;
    font-size: 32px;
    font-weight: 450;
    line-height: 1.2; }
    @media (max-width: 991px) {
      .ldp--open-store .gift--store .heading-store .subtitle-2 {
        font-size: 24px; } }

.ldp--open-store .gift--store .content-store {
  display: flex;
  gap: 30px;
  background: url(https://file.hstatic.net/200000642007/file/banner_pattern__1__e5becb94379b438596868429252ae2f0.jpg);
  padding: 100px 8%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .ldp--open-store .gift--store .content-store {
      padding: 30px 0 30px 30px;
      grid-auto-flow: column;
      grid-auto-columns: calc((100% - 16px) / 1.5);
      overflow-x: auto;
      grid-template-columns: unset;
      gap: 16px;
      display: grid;
      width: 100%;
      -ms-overflow-style: none;
      scrollbar-width: none; } }

.ldp--open-store .video--store {
  background: #f9b8be;
  background: linear-gradient(180deg, #f9b8be 49%, #f29e9e 50%); }
  .ldp--open-store .video--store .heart--video-store {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    gap: 30px; }
  .ldp--open-store .video--store .image--video {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .ldp--open-store .video--store .image--video a {
      display: flex;
      align-items: center;
      justify-content: center; }
    .ldp--open-store .video--store .image--video .img-video {
      border: 10px solid #FFFFFF;
      padding: 10px;
      border-radius: 30px;
      cursor: pointer;
      background: #BB2227; }
    .ldp--open-store .video--store .image--video .play-video {
      position: absolute;
      cursor: pointer; }
  .ldp--open-store .video--store .text--video {
    padding: 60px;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    color: #BB2227;
    font-weight: bold; }
    @media (max-width: 991px) {
      .ldp--open-store .video--store .text--video {
        padding: 30px 0;
        font-size: 24px; } }

.ldp--open-store .form--store {
  padding: 100px 0;
  background: #F9B8BE; }
  @media (max-width: 991px) {
    .ldp--open-store .form--store {
      padding: 60px 0; } }
  .ldp--open-store .form--store .wrap-store {
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
    .ldp--open-store .form--store .wrap-store .heading-store {
      color: #BC2126;
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 30px 0; }
      @media (max-width: 991px) {
        .ldp--open-store .form--store .wrap-store .heading-store {
          font-size: 24px; } }
    .ldp--open-store .form--store .wrap-store #form-register-open-store {
      max-width: 500px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .ldp--open-store .form--store .wrap-store #form-register-open-store .item-form {
        text-align: center; }
        .ldp--open-store .form--store .wrap-store #form-register-open-store .item-form input {
          border: 1px solid #FFFFFF;
          border-radius: 4px;
          outline: none;
          box-shadow: none;
          background: transparent;
          height: 48px;
          width: 100%;
          color: #FFFFFF;
          padding: 0 10px; }
          .ldp--open-store .form--store .wrap-store #form-register-open-store .item-form input::-ms-input-placeholder {
            color: #FFFFFF; }
          .ldp--open-store .form--store .wrap-store #form-register-open-store .item-form input::placeholder {
            color: #FFFFFF; }
        .ldp--open-store .form--store .wrap-store #form-register-open-store .item-form button {
          border-radius: 2px;
          background: #BC2126;
          height: 56px;
          width: 220px;
          text-align: center;
          border: none;
          text-transform: uppercase;
          box-shadow: none;
          color: #FFFFFF;
          font-size: 20px;
          font-weight: 700; }
          @media (max-width: 991px) {
            .ldp--open-store .form--store .wrap-store #form-register-open-store .item-form button {
              font-size: 16px; } }

#register-success {
  width: 100%;
  max-width: 500px;
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04); }
  @media (max-width: 991px) {
    #register-success {
      padding: 30px 15px; } }
  #register-success .wrap-modal {
    text-align: center; }
    #register-success .wrap-modal .head-modal {
      color: #BC2126;
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2; }
    #register-success .wrap-modal .wrap-heart-success {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      padding: 30px 0 40px; }
    #register-success .wrap-modal .btn-close-modal button {
      border-radius: 2px;
      border: 1px solid #000;
      width: 240px;
      height: 56px;
      background: transparent;
      color: #000;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      text-transform: uppercase; }

.ldp-open-1 .section-6 {
  background: #000; }

.ldp-open-1 .wrap-form {
  padding: 90px 0; }
  @media (max-width: 991px) {
    .ldp-open-1 .wrap-form {
      padding: 45px 0; } }
  .ldp-open-1 .wrap-form .heading-ldp {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin: 0 0 30px;
    line-height: 1.2; }
  .ldp-open-1 .wrap-form .wrap-form-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .ldp-open-1 .wrap-form .wrap-form-content form {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 60px; }
      @media (max-width: 991px) {
        .ldp-open-1 .wrap-form .wrap-form-content form {
          flex-direction: column;
          gap: 30px; } }
    .ldp-open-1 .wrap-form .wrap-form-content .left-form {
      width: 60%;
      display: flex;
      flex-direction: column;
      gap: 15px; }
      @media (max-width: 991px) {
        .ldp-open-1 .wrap-form .wrap-form-content .left-form {
          width: 100%; } }
    .ldp-open-1 .wrap-form .wrap-form-content .right-form {
      width: 40%;
      display: flex;
      flex-direction: column;
      gap: 15px; }
      @media (max-width: 991px) {
        .ldp-open-1 .wrap-form .wrap-form-content .right-form {
          width: 100%; } }
    .ldp-open-1 .wrap-form .wrap-form-content .item-form-action {
      text-align: center; }
      .ldp-open-1 .wrap-form .wrap-form-content .item-form-action button {
        padding: 10px 30px;
        border-radius: 40px;
        font-weight: bold;
        text-transform: uppercase;
        border: none;
        outline: none;
        box-shadow: none;
        margin: 20px 0 0 0; }
    .ldp-open-1 .wrap-form .wrap-form-content .item-form-check {
      display: flex;
      gap: 10px; }
      .ldp-open-1 .wrap-form .wrap-form-content .item-form-check label {
        color: #fff; }
    .ldp-open-1 .wrap-form .wrap-form-content .item-form {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .ldp-open-1 .wrap-form .wrap-form-content .item-form label {
        font-size: 16px;
        color: #fff;
        margin: 0 0 5px 0; }
      .ldp-open-1 .wrap-form .wrap-form-content .item-form input {
        background: transparent;
        border: 1px solid #fff;
        padding: 10px;
        border-radius: 4px;
        outline: none;
        box-shadow: none;
        color: #fff; }
        .ldp-open-1 .wrap-form .wrap-form-content .item-form input::placeholder {
          color: #fff; }

#register-success-banner {
  padding: 0;
  max-width: 1000px; }
