.slick-style.style-banner .slick-arrow {
  width: 32px;
  height: 60px;
  border-radius: 43.2619px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 4.80687px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .slick-style.style-banner .slick-arrow svg {
    width: 20px;
    height: 20px; }

#main-slider-thang-11 .slick-dots {
  bottom: 10px;
  position: absolute; }

#main-slider-thang-11:not(.slick-initialized) {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%; }
  #main-slider-thang-11:not(.slick-initialized) .slider-item {
    flex: 0 0 auto;
    width: 100%; }

.section-brands .wrapper-content {
  padding: 20px 10px 10px;
  background: #fff;
  overflow: hidden; }
  .section-brands .wrapper-content h2.hTitle {
    font-size: 14px;
    margin-bottom: 8px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .section-brands .wrapper-content .brand-list {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .section-brands .wrapper-content .brand-list::-webkit-scrollbar {
      display: none; }
    .section-brands .wrapper-content .brand-list .item-brand {
      border: 1px solid #cfcfcf;
      border-radius: 8px;
      height: 40px;
      width: 95px;
      overflow: hidden;
      text-align: center;
      flex: 0 0 auto; }
      .section-brands .wrapper-content .brand-list .item-brand img {
        max-height: 100%; }

@media (min-width: 992px) {
  .section-brands {
    padding: 10px 0; }
    .section-brands .wrapper-content {
      border-radius: 4px; } }

.section-menu-thang11 .wrapper-content {
  padding: 11.6px 20px;
  background: #0069ff;
  display: -webkit-flex;
  display: flex;
  gap: 25.56px;
  overflow: hidden;
  overflow-x: auto; }
  .section-menu-thang11 .wrapper-content::-webkit-scrollbar {
    display: none; }
  .section-menu-thang11 .wrapper-content .mn-thang11--item {
    background: #fff;
    text-align: center;
    border-radius: 3.3px;
    flex: 0 0 auto;
    width: 115.5px;
    transition: all 0.3s;
    transform: scale(0.96); }
    .section-menu-thang11 .wrapper-content .mn-thang11--item .mn-thang11--item_img {
      padding: 0 27.35px; }
    .section-menu-thang11 .wrapper-content .mn-thang11--item:hover {
      transform: scale(1.1); }

@media (min-width: 992px) {
  .section-menu-thang11 {
    position: sticky;
    top: 74px;
    z-index: 2; } }

@media (min-width: 1024px) {
  .section-menu-thang11 .wrapper-content .mn-thang11--item {
    width: calc((100% - (25.56px*8)) / 9); } }

.section-products-thang11 {
  margin-bottom: 8px;
  position: relative; }
  .section-products-thang11 .wrapper-content {
    background: #CD0017;
    overflow: hidden; }
  .section-products-thang11 .collection-tab-thang-11 {
    display: flex;
    flex-direction: column; }
    .section-products-thang11 .collection-tab-thang-11 .tablist {
      display: flex;
      align-items: center;
      overflow-x: scroll;
      padding: 6px 8px;
      background: transparent;
      gap: 5px; }
      .section-products-thang11 .collection-tab-thang-11 .tablist::-webkit-scrollbar {
        display: none; }
      .section-products-thang11 .collection-tab-thang-11 .tablist a {
        display: flex;
        align-items: center;
        text-align: center;
        padding: 10px;
        color: #fff;
        background: transparent;
        border-radius: 4px;
        height: 38px;
        white-space: nowrap; }
        .section-products-thang11 .collection-tab-thang-11 .tablist a.active {
          background: #fff;
          color: #000;
          font-weight: bold; }
      @media (min-width: 992px) {
        .section-products-thang11 .collection-tab-thang-11 .tablist {
          justify-content: center;
          overflow: hidden;
          padding: 13px 8px; } }
    .section-products-thang11 .collection-tab-thang-11 .tabcontent {
      padding: 12px 4px;
      background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
      .section-products-thang11 .collection-tab-thang-11 .tabcontent .tabcontent-item {
        display: none; }
      .section-products-thang11 .collection-tab-thang-11 .tabcontent .tabcontent-item.active {
        display: block; }
    .section-products-thang11 .collection-tab-thang-11 .listProduct-more {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 17px; }
      .section-products-thang11 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
        background: #FFFFFF;
        border-radius: 4px;
        position: relative;
        border: none;
        outline: none; }
    .section-products-thang11 .collection-tab-thang-11 .listProduct-row:not(.slick-initialized) {
      display: flex;
      display: -ms-flex;
      margin-left: -4px;
      margin-right: -4px;
      overflow-x: scroll; }
      .section-products-thang11 .collection-tab-thang-11 .listProduct-row:not(.slick-initialized)::-webkit-scrollbar {
        display: none; }
      .section-products-thang11 .collection-tab-thang-11 .listProduct-row:not(.slick-initialized) .proloop {
        -webkit-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%; }
    @media (min-width: 992px) {
      .section-products-thang11 .collection-tab-thang-11 .tabcontent {
        border-radius: 4px 4px 0 0;
        padding: 15px 15px 17px; }
      .section-products-thang11 .collection-tab-thang-11 .listProduct-row:not(.slick-initialized) {
        margin-left: 0;
        margin-right: 0;
        overflow: hidden; }
        .section-products-thang11 .collection-tab-thang-11 .listProduct-row:not(.slick-initialized) .proloop {
          -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%; } }
    @media (min-width: 1200px) {
      .section-products-thang11 .collection-tab-thang-11 .listProduct-row:not(.slick-initialized) .proloop {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
  .section-products-thang11.set-bg-1 .wrapper-content {
    background: #CD0017; }
  .section-products-thang11.set-bg-1 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-1 .collection-tab-thang-11 .tablist a.active {
    background: #ffffff;
    color: #000000; }
  .section-products-thang11.set-bg-1 .collection-tab-thang-11 .tabcontent {
    background: url("https://file.hstatic.net/200000722513/file/artboard_35-1.png") center center/cover no-repeat; }
  .section-products-thang11.set-bg-1 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #ffffff;
    color: #000000; }
    .section-products-thang11.set-bg-1 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  .section-products-thang11.set-bg-2 .wrapper-content {
    background: #FF7A00; }
  .section-products-thang11.set-bg-2 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-2 .collection-tab-thang-11 .tablist a.active {
    background: #FF7A00;
    color: #ffffff; }
  .section-products-thang11.set-bg-2 .collection-tab-thang-11 .tabcontent {
    background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
  .section-products-thang11.set-bg-2 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #FF7A00;
    color: #ffffff; }
    .section-products-thang11.set-bg-2 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  .section-products-thang11.set-bg-3 .wrapper-content {
    background: #FF7A00; }
  .section-products-thang11.set-bg-3 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-3 .collection-tab-thang-11 .tablist a.active {
    background: #FF7A00;
    color: #ffffff; }
  .section-products-thang11.set-bg-3 .collection-tab-thang-11 .tabcontent {
    background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
  .section-products-thang11.set-bg-3 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #FF7A00;
    color: #ffffff; }
    .section-products-thang11.set-bg-3 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  .section-products-thang11.set-bg-4 .wrapper-content {
    background: #FF7A00; }
  .section-products-thang11.set-bg-4 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-4 .collection-tab-thang-11 .tablist a.active {
    background: #FF7A00;
    color: #ffffff; }
  .section-products-thang11.set-bg-4 .collection-tab-thang-11 .tabcontent {
    background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
  .section-products-thang11.set-bg-4 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #FF7A00;
    color: #ffffff; }
    .section-products-thang11.set-bg-4 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  .section-products-thang11.set-bg-5 .wrapper-content {
    background: #FF7A00; }
  .section-products-thang11.set-bg-5 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-5 .collection-tab-thang-11 .tablist a.active {
    background: #FF7A00;
    color: #ffffff; }
  .section-products-thang11.set-bg-5 .collection-tab-thang-11 .tabcontent {
    background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
  .section-products-thang11.set-bg-5 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #FF7A00;
    color: #ffffff; }
    .section-products-thang11.set-bg-5 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  .section-products-thang11.set-bg-6 .wrapper-content {
    background: #FF7A00; }
  .section-products-thang11.set-bg-6 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-6 .collection-tab-thang-11 .tablist a.active {
    background: #FF7A00;
    color: #ffffff; }
  .section-products-thang11.set-bg-6 .collection-tab-thang-11 .tabcontent {
    background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
  .section-products-thang11.set-bg-6 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #FF7A00;
    color: #ffffff; }
    .section-products-thang11.set-bg-6 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  .section-products-thang11.set-bg-7 .wrapper-content {
    background: #FF7A00; }
  .section-products-thang11.set-bg-7 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-7 .collection-tab-thang-11 .tablist a.active {
    background: #FF7A00;
    color: #ffffff; }
  .section-products-thang11.set-bg-7 .collection-tab-thang-11 .tabcontent {
    background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
  .section-products-thang11.set-bg-7 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #FF7A00;
    color: #ffffff; }
    .section-products-thang11.set-bg-7 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  .section-products-thang11.set-bg-8 .wrapper-content {
    background: #FF7A00; }
  .section-products-thang11.set-bg-8 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-8 .collection-tab-thang-11 .tablist a.active {
    background: #FF7A00;
    color: #ffffff; }
  .section-products-thang11.set-bg-8 .collection-tab-thang-11 .tabcontent {
    background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
  .section-products-thang11.set-bg-8 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #FF7A00;
    color: #ffffff; }
    .section-products-thang11.set-bg-8 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  .section-products-thang11.set-bg-9 .wrapper-content {
    background: #FF7A00; }
  .section-products-thang11.set-bg-9 .collection-tab-thang-11 .tablist a {
    color: #ffffff; }
  .section-products-thang11.set-bg-9 .collection-tab-thang-11 .tablist a.active {
    background: #FF7A00;
    color: #ffffff; }
  .section-products-thang11.set-bg-9 .collection-tab-thang-11 .tabcontent {
    background: linear-gradient(180deg, #FF6B00 0%, #FF2E00 100%); }
  .section-products-thang11.set-bg-9 .collection-tab-thang-11 .listProduct-more .btn-loadmore {
    background: #FF7A00;
    color: #ffffff; }
    .section-products-thang11.set-bg-9 .collection-tab-thang-11 .listProduct-more .btn-loadmore svg path {
      fill: currentColor; }
  @media (min-width: 992px) {
    .section-products-thang11 {
      margin-bottom: 24px; }
      .section-products-thang11 .wrapper-content {
        border-radius: 4px; }
      .section-products-thang11 .slick-style.style-pr .slick-arrow.slick-prev {
        left: -1.2%; }
      .section-products-thang11 .slick-style.style-pr .slick-arrow.slick-next {
        right: -1.2%; } }

.section-collection {
  padding-bottom: 16px; }
  .section-collection .section-heading {
    padding: 12px 28px 12px 24px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center; }
    .section-collection .section-heading .box-left, .section-collection .section-heading .box-right {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      align-items: center;
      -ms-align-items: center; }
    .section-collection .section-heading .box-right {
      justify-content: flex-end;
      -ms-justify-content: flex-end;
      -webkit-justify-content: flex-end; }
    .section-collection .section-heading .box-cate .cate-list {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      justify-content: flex-end;
      -ms-justify-content: flex-end;
      -webkit-justify-content: flex-end; }
      .section-collection .section-heading .box-cate .cate-list li a {
        position: relative;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #333333;
        padding: 5px 16px;
        white-space: nowrap; }
      .section-collection .section-heading .box-cate .cate-list li a:hover {
        color: var(--maincolor);
        text-decoration: underline; }
    .section-collection .section-heading .shTitle {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      padding-left: 21px;
      margin: 0 0 0 20px;
      display: flex;
      align-items: center;
      position: relative; }
      .section-collection .section-heading .shTitle svg {
        margin-right: 9px;
        width: 22px;
        height: 14px; }
      .section-collection .section-heading .shTitle:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 1px;
        height: 85%;
        background: #97999D; }
    .section-collection .section-heading .hTitle {
      font-weight: 600;
      font-size: 24px;
      line-height: 36px;
      color: var(--titlecolor);
      margin-bottom: 0;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .section-collection .section-heading .box-link {
      margin-left: 20px; }
      .section-collection .section-heading .box-link a {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #1982F9; }
        .section-collection .section-heading .box-link a svg {
          width: 10px;
          height: 10px;
          fill: currentColor;
          margin-left: 6.5px;
          transition: all 0.3s;
          -ms-transition: all 0.3s; }
        .section-collection .section-heading .box-link a:hover {
          color: var(--maincolor); }
        .section-collection .section-heading .box-link a:hover svg {
          color: currentColor; }
    @media (max-width: 1170px) {
      .section-collection .section-heading .hTitle {
        font-size: 22px; }
      .section-collection .section-heading .shTitle, .section-collection .section-heading .box-link a, .section-collection .section-heading .box-cate .cate-list li a {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .section-collection .section-heading .hTitle {
        font-size: 20px; }
      .section-collection .section-heading .shTitle, .section-collection .section-heading .box-link a, .section-collection .section-heading .box-cate .cate-list li a {
        padding: 3px 6px; } }
    @media (max-width: 991px) {
      .section-collection .section-heading {
        margin: 0;
        padding: 10px 8px;
        overflow: hidden;
        justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start; }
        .section-collection .section-heading .box-left, .section-collection .section-heading .box-right {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
        .section-collection .section-heading .box-header {
          flex: 1 1 auto;
          -webkit-flex: 1 1 auto;
          width: 1%;
          padding-right: 5px; }
        .section-collection .section-heading .box-right {
          justify-content: flex-start;
          -ms-justify-content: flex-start;
          -webkit-justify-content: flex-start; }
        .section-collection .section-heading .box-cate {
          width: 100%; }
        .section-collection .section-heading .hTitle {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 8px; }
        .section-collection .section-heading .hTitle svg {
          width: 20px;
          height: 20px; }
        .section-collection .section-heading .shTitle {
          font-size: 12px; }
        .section-collection .section-heading .box-link {
          position: absolute;
          top: 10px;
          right: 14px;
          margin-left: 10px; }
        .section-collection .section-heading .box-link a {
          font-size: 14px;
          padding: 0; }
        .section-collection .section-heading .box-subHeader {
          display: none; }
        .section-collection .section-heading .box-cate .cate-list {
          justify-content: flex-start;
          -ms-justify-content: flex-start;
          -webkit-justify-content: flex-start;
          overflow-x: scroll; }
          .section-collection .section-heading .box-cate .cate-list::-webkit-scrollbar {
            display: none; }
          .section-collection .section-heading .box-cate .cate-list li a {
            background: #ECECEC;
            border-radius: 4px;
            padding: 7px 12px;
            display: inline-block; }
          .section-collection .section-heading .box-cate .cate-list li + li {
            margin-left: 8px; } }
  .section-collection .section-content {
    padding: 8px 6px 0; }
  .section-collection .listProduct-row .proloop-row.slick-slide {
    display: flex;
    flex-direction: column; }
  .section-collection .listProduct-row .proloop-row.slick-slide {
    height: 100%; }
  .section-collection .listProduct-row .proloop-list {
    display: flex;
    width: 100%; }
  .section-collection .listProduct-row:not(.slick-initialized) {
    display: flex;
    display: -ms-flex;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .section-collection .listProduct-row:not(.slick-initialized) .proloop, .section-collection .listProduct-row:not(.slick-initialized) .proloop-fs, .section-collection .listProduct-row:not(.slick-initialized) .proloop-row {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
      .section-collection .listProduct-row:not(.slick-initialized) .proloop-row .proloop {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .section-collection .listProduct-row:not(.slick-initialized) .proloop, .section-collection .listProduct-row:not(.slick-initialized) .proloop-fs, .section-collection .listProduct-row:not(.slick-initialized) .proloop-row {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
      .section-collection .listProduct-row:not(.slick-initialized) .proloop-row .proloop {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 991px) {
      .section-collection .listProduct-row:not(.slick-initialized) {
        overflow: scroll; }
        .section-collection .listProduct-row:not(.slick-initialized)::-webkit-scrollbar {
          display: none; }
        .section-collection .listProduct-row:not(.slick-initialized) .proloop, .section-collection .listProduct-row:not(.slick-initialized) .proloop-fs {
          -webkit-flex: 0 0 45%;
          flex: 0 0 45%;
          max-width: 45%; }
        .section-collection .listProduct-row:not(.slick-initialized) .proloop-list:nth-child(2), .section-collection .listProduct-row:not(.slick-initialized) .proloop-list:nth-child(3) {
          display: none; } }
  @media (min-width: 992px) {
    .section-collection .listProduct-row .proloop-list {
      flex-wrap: wrap;
      width: 100%; }
      .section-collection .listProduct-row .proloop-list .proloop, .section-collection .listProduct-row .proloop-list .proloop-fs {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
      .section-collection .listProduct-row .proloop-list .proloop.proloop-special {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%; }
        .section-collection .listProduct-row .proloop-list .proloop.proloop-special .proloop-img .aspect-ratio {
          padding-bottom: 47.2%; }
    .section-collection .listProduct-row:not(.slick-initialized) .proloop-list {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .section-collection.flashsale-tabs .a-loading a {
    position: relative;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size: 800px 104px;
    background: linear-gradient(to right, #F6F6F6 4%, #F0F0F0 18%, #F6F6F6 33%) !important;
    color: transparent !important; }
  .section-collection.flashsale-tabs .listtab-countdown .tab-countdown {
    display: none; }
    .section-collection.flashsale-tabs .listtab-countdown .tab-countdown.active {
      display: block; }
  .section-collection.flashsale-tabs .listtab-countdown .countdown_out {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 8px; }
    .section-collection.flashsale-tabs .listtab-countdown .countdown_out span {
      background: #fff;
      width: 32px;
      height: 32px;
      line-height: 32px;
      border-radius: 4px;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .section-collection.flashsale-tabs .listtab-countdown .countdown_out span:not(:last-child):after {
        content: ":";
        position: absolute;
        top: 0;
        right: -8px;
        bottom: 0;
        margin: auto;
        width: 4px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        color: #fff;
        font-size: 14px; }
  .section-collection.flashsale-tabs .listtab-countdown .countdown-row {
    display: flex;
    align-items: center;
    margin-right: 8px;
    gap: 12px; }
    .section-collection.flashsale-tabs .listtab-countdown .countdown-row .countdown-section {
      display: inline-flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      gap: 4px;
      position: relative; }
      .section-collection.flashsale-tabs .listtab-countdown .countdown-row .countdown-section .countdown-amount {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 4px;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1.1px; }
      .section-collection.flashsale-tabs .listtab-countdown .countdown-row .countdown-section .countdown-period {
        color: #fff;
        display: none;
        font-size: 10px;
        font-weight: normal; }
      .section-collection.flashsale-tabs .listtab-countdown .countdown-row .countdown-section:not(:last-child):after {
        content: ":";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -6px;
        height: 80%;
        width: 2px;
        font-size: 16px;
        color: #fff;
        margin: auto; }
  .section-collection.flashsale-tabs .listProduct-more {
    text-align: center;
    margin-top: 3px; }
    .section-collection.flashsale-tabs .listProduct-more a {
      display: inline-flex;
      align-items: center;
      padding: 8px;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #fff; }
      .section-collection.flashsale-tabs .listProduct-more a svg {
        width: 10px;
        height: 10px;
        fill: currentColor;
        margin-left: 6.5px;
        transition: all 0.3s;
        -ms-transition: all 0.3s; }
      .section-collection.flashsale-tabs .listProduct-more a:hover {
        color: #fff; }
      .section-collection.flashsale-tabs .listProduct-more a:hover svg {
        color: currentColor; }
    @media (max-width: 1170px) {
      .section-collection.flashsale-tabs .listProduct-more a {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .section-collection.flashsale-tabs .listProduct-more a {
        padding: 3px 6px; } }
  .section-collection.flashsale-tabs .wrapper-content {
    background: #a41b1b; }
  .section-collection.flashsale-tabs .section-heading {
    background: linear-gradient(180deg, #d61e2b 0%, #a41b1b 100%);
    border-radius: 4px 4px 0px 0px; }
  .section-collection.flashsale-tabs .section-tablist {
    overflow-x: auto; }
    .section-collection.flashsale-tabs .section-tablist::-webkit-scrollbar {
      display: none; }
    .section-collection.flashsale-tabs .section-tablist ul {
      margin-bottom: 0;
      padding: 0;
      display: flex;
      flex-wrap: nowrap; }
    .section-collection.flashsale-tabs .section-tablist ul li {
      flex: 1 1 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      white-space: nowrap; }
    .section-collection.flashsale-tabs .section-tablist ul li a {
      padding: 8px 14px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #000;
      background: #fff;
      width: 100%; }
    .section-collection.flashsale-tabs .section-tablist ul li a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 0px;
      height: 2px;
      border-radius: 30px;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s; }
    .section-collection.flashsale-tabs .section-tablist ul li a span {
      display: block; }
    .section-collection.flashsale-tabs .section-tablist ul li a span.title {
      font-size: 15px;
      font-weight: 700;
      line-height: 18px;
      margin-bottom: 3px; }
    .section-collection.flashsale-tabs .section-tablist ul li a span.subtitle {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
    .section-collection.flashsale-tabs .section-tablist ul li a.active {
      background: transparent;
      color: #fff; }
      .section-collection.flashsale-tabs .section-tablist ul li a.active:after {
        visibility: visible;
        opacity: 1;
        width: 80px; }
    .section-collection.flashsale-tabs .section-tablist ul li.past-time {
      display: none; }
  .section-collection.flashsale-tabs .tab-content {
    padding: 18px 0 16px;
    display: none; }
    .section-collection.flashsale-tabs .tab-content.active {
      display: block; }
  .section-collection.flashsale-tabs .slick-track {
    width: 100%; }
  @media (min-width: 1200px) {
    .section-collection.flashsale-tabs .listProduct-row:not(.slick-initialized) {
      width: 100%;
      height: 340px; }
      .section-collection.flashsale-tabs .listProduct-row:not(.slick-initialized) .proloop, .section-collection.flashsale-tabs .listProduct-row:not(.slick-initialized) .proloop-fs {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
  @media (min-width: 992px) {
    .section-collection.flashsale-tabs .section-tablist {
      overflow-x: hidden;
      overflow-y: hidden; }
      .section-collection.flashsale-tabs .section-tablist ul li {
        flex: 1 1 calc(100%/5);
        align-items: flex-end;
        white-space: wrap;
        text-align: center; }
      .section-collection.flashsale-tabs .section-tablist ul li a {
        padding: 17px 12px; }
      .section-collection.flashsale-tabs .section-tablist ul li a span.title {
        font-size: 22px;
        line-height: 22px; }
      .section-collection.flashsale-tabs .section-tablist ul li a span.subtitle {
        font-size: 16px;
        line-height: 20px; }
      .section-collection.flashsale-tabs .section-tablist ul li a.active:after {
        width: 120px; }
    .section-collection.flashsale-tabs .tab-content {
      padding: 24px 74.5px 0; }
    .section-collection.flashsale-tabs .slick-style .slick-arrow.slick-prev {
      left: -6.2%; }
    .section-collection.flashsale-tabs .slick-style .slick-arrow.slick-next {
      right: -6.2%; } }
  @media (max-width: 1170px) {
    .section-collection.flashsale-tabs .listtab-countdown .countdown_out {
      font-size: 11px; }
      .section-collection.flashsale-tabs .listtab-countdown .countdown_out span {
        width: 22px;
        height: 22px;
        line-height: 22px; }
    .section-collection.flashsale-tabs .listtab-countdown .countdown-row {
      gap: 8px; }
      .section-collection.flashsale-tabs .listtab-countdown .countdown-row .countdown-section .countdown-amount {
        width: 22px;
        height: 22px;
        font-size: 11px; }
      .section-collection.flashsale-tabs .listtab-countdown .countdown-row .countdown-section:not(:last-child):after {
        right: -4px;
        font-size: 11px; } }
  .section-collection.flashsale-tabs-new .a-loading a {
    position: relative;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size: 800px 104px;
    background: linear-gradient(to right, #F6F6F6 4%, #F0F0F0 18%, #F6F6F6 33%) !important;
    color: transparent !important; }
  .section-collection.flashsale-tabs-new .countdown_out {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 8px; }
    .section-collection.flashsale-tabs-new .countdown_out span {
      background: #fff;
      width: 32px;
      height: 32px;
      line-height: 32px;
      border-radius: 4px;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .section-collection.flashsale-tabs-new .countdown_out span:not(:last-child):after {
        content: ":";
        position: absolute;
        top: 0;
        right: -8px;
        bottom: 0;
        margin: auto;
        width: 4px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        color: #fff;
        font-size: 14px; }
  .section-collection.flashsale-tabs-new .countdown-row {
    display: flex;
    align-items: center;
    margin-right: 8px;
    gap: 12px; }
    .section-collection.flashsale-tabs-new .countdown-row .countdown-section {
      display: inline-flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      gap: 4px;
      position: relative; }
      .section-collection.flashsale-tabs-new .countdown-row .countdown-section .countdown-amount {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 4px;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1.1px; }
      .section-collection.flashsale-tabs-new .countdown-row .countdown-section .countdown-period {
        color: #fff;
        display: none;
        font-size: 10px;
        font-weight: normal; }
      .section-collection.flashsale-tabs-new .countdown-row .countdown-section:not(:last-child):after {
        content: ":";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -6px;
        height: 80%;
        width: 2px;
        font-size: 16px;
        color: #fff;
        margin: auto; }
  .section-collection.flashsale-tabs-new .section-heading {
    padding: 12px 16px;
    background: linear-gradient(180deg, #c01414 0%, #c01414 100%);
    border-radius: 4px 4px 0px 0px; }
    .section-collection.flashsale-tabs-new .section-heading .box-link a {
      color: #fff; }
    .section-collection.flashsale-tabs-new .section-heading .hTitle {
      font-family: 'SVN-Gilroy';
      font-style: italic;
      font-weight: 900;
      font-size: 24px;
      line-height: 32px;
      text-transform: uppercase;
      padding-left: 26px;
      padding-right: 8px;
      position: relative;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .section-collection.flashsale-tabs-new .section-heading .hTitle:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='36' viewBox='0 0 20 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5035 15.4361H12.7737L12.769 15.4448H11.7322L18.6819 0L0.876617 19.807H7.67327L7.30312 20.7819L1.53845 36L18.5035 15.4361Z' fill='%23FFC306'/%3E%3Cpath d='M0.87663 19.807L0 20.7819H7.30314L7.67329 19.807H0.87663Z' fill='%23FFAD00'/%3E%3Cpath d='M12.769 15.4448L12.7737 15.4361H12.769L18.6819 0L11.7322 15.4448H12.769Z' fill='%23FFAD00'/%3E%3Cpath d='M20 15.4361H18.5035L1.53845 36L20 15.4361Z' fill='%23FFAD00'/%3E%3Cpath d='M17.6491 1.61224C17.6491 1.61224 2.40319 18.456 1.9086 19.3774C1.90939 19.3774 15.8681 4.08133 17.6491 1.61224Z' fill='%23FFEE12'/%3E%3Cpath d='M12.0802 15.6871C12.0802 15.6871 15.2491 15.444 17.7529 15.6871C17.7521 15.6871 14.8987 15.8964 12.0802 15.6871Z' fill='%23FFEE12'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: center;
        border-radius: 100%;
        display: block;
        left: 0px;
        width: 18px;
        height: 36px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-animation-name: twinkle;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite; }
      .section-collection.flashsale-tabs-new .section-heading .hTitle a {
        color: #FFEE12; }
    .section-collection.flashsale-tabs-new .section-heading .box-right {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      align-items: center;
      -ms-align-items: center; }
    .section-collection.flashsale-tabs-new .section-heading .box-times {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      align-items: center;
      -ms-align-items: center;
      gap: 8px; }
      .section-collection.flashsale-tabs-new .section-heading .box-times a {
        padding: 10px;
        color: #ffffff;
        background: transparent;
        border-radius: 4px;
        border: 1px solid #FFF;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        white-space: nowrap; }
        .section-collection.flashsale-tabs-new .section-heading .box-times a.active {
          background: #ffffff;
          color: #000000; }
        .section-collection.flashsale-tabs-new .section-heading .box-times a.past-time, .section-collection.flashsale-tabs-new .section-heading .box-times a.current-time--not {
          opacity: 0;
          visibility: hidden;
          display: none; }
    @media (max-width: 991px) {
      .section-collection.flashsale-tabs-new .section-heading {
        padding: 0 4px 12px; }
        .section-collection.flashsale-tabs-new .section-heading .box-right {
          overflow-x: auto; }
          .section-collection.flashsale-tabs-new .section-heading .box-right::-webkit-scrollbar {
            display: none; } }
    @media (max-width: 1023px) {
      .section-collection.flashsale-tabs-new .section-heading .box-left, .section-collection.flashsale-tabs-new .section-heading .box-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: flex-start;
        margin-top: 12px; } }
    @media (max-width: 1170px) {
      .section-collection.flashsale-tabs-new .section-heading .hTitle {
        font-size: 14px;
        line-height: 1.3;
        padding-right: 0;
        padding-left: 25px;
        margin-bottom: 0;
        white-space: normal;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: block; }
      .section-collection.flashsale-tabs-new .section-heading .box-times a {
        font-size: 12px; } }
  .section-collection.flashsale-tabs-new .section-content {
    border-radius: 0px 0px 4px 4px; }
  .section-collection.flashsale-tabs-new .section-tablist {
    overflow-x: auto; }
    .section-collection.flashsale-tabs-new .section-tablist::-webkit-scrollbar {
      display: none; }
    .section-collection.flashsale-tabs-new .section-tablist ul {
      margin-bottom: 0;
      padding: 0;
      display: flex;
      flex-wrap: nowrap;
      gap: 8px; }
    .section-collection.flashsale-tabs-new .section-tablist ul li {
      flex: 1 1 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      white-space: nowrap; }
    .section-collection.flashsale-tabs-new .section-tablist ul li a {
      font-size: 12px;
      padding: 4px 8px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      font-weight: 400;
      border-radius: 2px;
      background: transparent;
      color: #ffffff; }
    .section-collection.flashsale-tabs-new .section-tablist ul li a span {
      display: block; }
    .section-collection.flashsale-tabs-new .section-tablist ul li a.active {
      background: #ffffff;
      color: #000000;
      font-weight: 700; }
    .section-collection.flashsale-tabs-new .section-tablist ul li.past-time {
      display: none; }
    .section-collection.flashsale-tabs-new .section-tablist .list-countdown-child {
      display: none; }
      .section-collection.flashsale-tabs-new .section-tablist .list-countdown-child .tab-countdown-child {
        display: none; }
      .section-collection.flashsale-tabs-new .section-tablist .list-countdown-child .tab-countdown-child.active {
        display: block; }
  .section-collection.flashsale-tabs-new .coll-banner {
    display: none; }
  .section-collection.flashsale-tabs-new .coll-products {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .section-collection.flashsale-tabs-new .listProduct-more {
    text-align: center;
    margin-top: 11px; }
    .section-collection.flashsale-tabs-new .listProduct-more a {
      display: inline-flex;
      align-items: center;
      padding: 7px 50px;
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
      color: #ffffff;
      background: #c01414;
      border-radius: 8px; }
    @media (max-width: 1170px) {
      .section-collection.flashsale-tabs-new .listProduct-more a {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .section-collection.flashsale-tabs-new .listProduct-more {
        margin-bottom: 11px; }
        .section-collection.flashsale-tabs-new .listProduct-more a {
          padding: 6px 20px; } }
  .section-collection.flashsale-tabs-new .wrapper-content {
    background: #fdecef; }
  .section-collection.flashsale-tabs-new .tab-countdown {
    display: none;
    font-weight: bold; }
    .section-collection.flashsale-tabs-new .tab-countdown.active {
      display: block; }
  .section-collection.flashsale-tabs-new .section-tabparent {
    display: none; }
    .section-collection.flashsale-tabs-new .section-tabparent.active {
      display: block; }
    .section-collection.flashsale-tabs-new .section-tabparent.past-time, .section-collection.flashsale-tabs-new .section-tabparent.current-time--not {
      opacity: 0;
      visibility: hidden;
      display: none; }
  .section-collection.flashsale-tabs-new .section-tabpan {
    padding: 16px 0 8px; }
    .section-collection.flashsale-tabs-new .section-tabpan .tab-content {
      display: none; }
    .section-collection.flashsale-tabs-new .section-tabpan .tab-content.active {
      display: block; }
  .section-collection.flashsale-tabs-new .slick-track {
    width: 100%; }
  @media (min-width: 992px) {
    .section-collection.flashsale-tabs-new .section-tablist {
      overflow-x: hidden;
      overflow-y: hidden; }
      .section-collection.flashsale-tabs-new .section-tablist ul {
        gap: 12px; }
      .section-collection.flashsale-tabs-new .section-tablist ul li {
        flex: 0 0 auto;
        white-space: wrap;
        text-align: center;
        justify-content: flex-start; }
      .section-collection.flashsale-tabs-new .section-tablist ul li a {
        font-size: 18px; }
    .section-collection.flashsale-tabs-new .section-tabpan {
      padding: 16px 0 8px; }
    .section-collection.flashsale-tabs-new .slick-style .slick-arrow.slick-prev {
      left: -1.5%; }
    .section-collection.flashsale-tabs-new .slick-style .slick-arrow.slick-next {
      right: -1.5%; } }
  @media (min-width: 1024px) {
    .section-collection.flashsale-tabs-new .coll-banner {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
      display: block; }
    .section-collection.flashsale-tabs-new .coll-products {
      -ms-flex: 0 0 calc(83.333333% - 2px);
      flex: 0 0 calc(83.333333% - 2px);
      max-width: calc(83.333333% - 2px); }
      .section-collection.flashsale-tabs-new .coll-products .listProduct-more {
        width: calc(83.333333% - 4px); } }
  @media (min-width: 1200px) {
    .section-collection.flashsale-tabs-new .listProduct-row:not(.slick-initialized) {
      width: 100%;
      height: 340px; }
      .section-collection.flashsale-tabs-new .listProduct-row:not(.slick-initialized) .proloop, .section-collection.flashsale-tabs-new .listProduct-row:not(.slick-initialized) .proloop-fs {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }
    .section-collection.flashsale-tabs-new .coll-products .listProduct-row:not(.slick-initialized) {
      width: 100%;
      height: 340px; }
      .section-collection.flashsale-tabs-new .coll-products .listProduct-row:not(.slick-initialized) .proloop, .section-collection.flashsale-tabs-new .coll-products .listProduct-row:not(.slick-initialized) .proloop-fs {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
  @media (max-width: 1170px) {
    .section-collection.flashsale-tabs-new .countdown_out {
      font-size: 11px; }
      .section-collection.flashsale-tabs-new .countdown_out span {
        width: 22px;
        height: 22px;
        line-height: 22px; }
    .section-collection.flashsale-tabs-new .countdown-row {
      gap: 8px; }
      .section-collection.flashsale-tabs-new .countdown-row .countdown-section .countdown-amount {
        width: 22px;
        height: 22px;
        font-size: 11px; }
      .section-collection.flashsale-tabs-new .countdown-row .countdown-section:not(:last-child):after {
        right: -4px;
        font-size: 11px; } }
  .section-collection.flashsale-3 .wrapper-content .section-content {
    padding: 10px 4px 0; }
    @media (min-width: 992px) {
      .section-collection.flashsale-3 .wrapper-content .section-content {
        padding: 16px;
        border-radius: 0 0 4px 4px; } }
  .section-collection.flashsale-4 .wrapper-content .section-content {
    padding: 10px 4px 0;
    background: url("https://cdn.hstatic.net/files/200000722513/file/bg-flashsale.png") center center/cover no-repeat; }
    @media (min-width: 992px) {
      .section-collection.flashsale-4 .wrapper-content .section-content {
        padding: 16px; } }
  @media (max-width: 991px) {
    .section-collection {
      padding-bottom: 8px; } }

.wrapperMain_content .list-section-products {
  margin-top: 24px; }

@media (max-width: 991px) {
  .wrapperMain_content .list-section-products {
    margin-top: 0; }
  .wrapperMain_content .container-fluid {
    padding: 0; } }
