@charset "UTF-8";
.style-indexv2 main {
  padding-top: 0 !important; }

.style-indexv2 #header #site-header-center {
  background: transparent;
  border: 1px solid transparent; }
  .style-indexv2 #header #site-header-center .group-icon-header ul li a svg {
    fill: #ffffff; }
  .style-indexv2 #header #site-header-center .logo svg {
    fill: #ffffff; }
  .style-indexv2 #header #site-header-center .menu-desk .label-hot a {
    color: #ec2042; }
  .style-indexv2 #header #site-header-center .btn-menu-mb i {
    background: #ffffff; }
  .style-indexv2 #header #site-header-center:before {
    content: "";
    height: 115%;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), transparent); }

.style-indexv2 #header #site-header-center .menu-desk > li > a {
  color: #fff; }

.style-indexv2 #header #site-header-center {
  background: transparent;
  border-bottom: 1px solid transparent; }

.style-indexv2 #home-slider-v2 {
  min-height: 500px; }
  .style-indexv2 #home-slider-v2 .swiper-container {
    width: 100vw;
    height: 100vh; }
  .style-indexv2 #home-slider-v2 .tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px; }
  .style-indexv2 #home-slider-v2 .tab-button {
    padding: 10px;
    cursor: pointer; }
  .style-indexv2 #home-slider-v2 .tab-button.active {
    font-weight: bold;
    color: blue; }

.style-indexv2 .tabs-banner {
  display: flex;
  justify-content: center;
  align-items: center; }

.style-indexv2 .tab-button {
  padding: 8px 0;
  margin: 0 25px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer; }
  .style-indexv2 .tab-button.sale {
    color: #ff0000; }
  .style-indexv2 .tab-button.active {
    border-bottom: 2px solid #fff; }

.style-indexv2 .swiper-v .box-link {
  min-height: 200px;
  height: 100vh;
  display: block; }
  .style-indexv2 .swiper-v .box-link:hover {
    color: #000; }

.style-indexv2 .swiper-v .box-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .style-indexv2 .swiper-v .box-image img, .style-indexv2 .swiper-v .box-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.style-indexv2 .swiper-v .box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 85%;
  padding: 10px;
  border-radius: 10px; }
  .style-indexv2 .swiper-v .box-content h2 {
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold; }
  .style-indexv2 .swiper-v .box-content .product-name {
    font-size: 18px;
    margin-bottom: 30px; }
  .style-indexv2 .swiper-v .box-content .price {
    font-size: 34px;
    font-weight: 700; }
  .style-indexv2 .swiper-v .box-content .compare-price {
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px; }
  .style-indexv2 .swiper-v .box-content .price-flag {
    font-size: 14px; }

.style-indexv2 .swiper-v .swiper-pagination {
  right: 20px; }

.style-indexv2 .swiper-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding: 12px 0;
  border-radius: 10px;
  background: #000; }

.style-indexv2 .section-collection .group-collection {
  display: none; }
  .style-indexv2 .section-collection .group-collection.active {
    display: block; }

.style-indexv2 .section-coll-slide {
  position: relative; }
  .style-indexv2 .section-coll-slide .swiper-button:after {
    color: #000000;
    font-size: 24px; }

@media (max-width: 767px) {
  .style-indexv2 main {
    height: 100vh; }
  .style-indexv2 #header .logo {
    order: 1; }
  .style-indexv2 #header .menu {
    order: 3;
    margin-top: 8px; }
  .style-indexv2 #header .group-icon-header {
    order: 2; }
  .style-indexv2 .bottomNav .btn-icon {
    margin: 0 30px; }
  .style-indexv2 .tab-button {
    margin: 0 18px;
    font-size: 15px; }
  .style-indexv2 .swiper-v .box-content h2 {
    font-size: 26px;
    margin-bottom: 0px; }
  .style-indexv2 .swiper-v .box-content .product-name {
    font-size: 15px;
    margin-bottom: 20px; }
  .style-indexv2 .swiper-v .box-content .price {
    font-size: 24px; }
  .style-indexv2 .swiper-v .box-content .compare-price {
    font-size: 15px; }
  .style-indexv2 .suggest-notify {
    display: none; } }

.bottomNav {
  position: fixed;
  bottom: 0;
  padding: 12px 0 15px;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: transparent;
  transition: all ease-in-out 300ms; }
  .bottomNav .bottomNav-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 65%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .bottomNav .bottomNav-wrapper {
        max-width: 100%; } }
  .bottomNav .search-navigation-container {
    opacity: 0;
    display: none;
    padding-bottom: 15px;
    transition: opacity ease-in-out .3s; }
    .bottomNav .search-navigation-container .searchform-product {
      position: relative;
      z-index: 100;
      -webkit-transition: width 0.3s linear 0.1s;
      transition: width  0.3s linear 0.1s; }
      .bottomNav .search-navigation-container .searchform-product .input-search {
        padding: 12px 9px 13px 50px;
        width: 100%;
        background: #fff;
        border: 1px solid #000;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        display: inline-block;
        border-radius: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        -webkit-transition: all 150ms linear;
        transition: all 150ms linear; }
      .bottomNav .search-navigation-container .searchform-product .btn-search {
        position: absolute;
        padding: 0;
        top: 0px;
        bottom: 0;
        left: 0px;
        border-radius: 0 4px 4px 0;
        border: 0;
        width: 55px;
        background: transparent;
        transition: opacity 150ms linear; }
      .bottomNav .search-navigation-container .searchform-product .btn-search svg {
        width: 18px;
        height: 40px;
        display: block;
        margin: auto;
        fill: #000; }
    @media (max-width: 767px) {
      .bottomNav .search-navigation-container {
        max-width: 100%;
        margin: 0 10px; } }
  .bottomNav .button-navigation-container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .bottomNav .btn-icon {
    border: 0;
    padding: 12px;
    margin: 0 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #fff; }
  .bottomNav .btn-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff; }
  .bottomNav .btn-icon.btn-search svg, .bottomNav .btn-icon.btn-close svg {
    width: 40px;
    height: 40px; }
  .bottomNav .btn-icon.btn-close {
    display: none;
    background: #000000; }
  .bottomNav #suggest_section_v2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .bottomNav #suggest_section_v2 {
        visibility: hidden;
        opacity: 0;
        display: none;
        margin-top: 40px; } }
    .bottomNav #suggest_section_v2 .search-suggest {
      max-width: 30%;
      padding: 0 15px; }
      .bottomNav #suggest_section_v2 .search-suggest > p {
        text-transform: uppercase;
        font-weight: bold;
        line-height: 18px;
        color: #64646C; }
      .bottomNav #suggest_section_v2 .search-suggest ul {
        overflow: hidden;
        overflow-y: auto;
        max-height: 45vh; }
        .bottomNav #suggest_section_v2 .search-suggest ul::-webkit-scrollbar {
          width: 4px; }
        .bottomNav #suggest_section_v2 .search-suggest ul::-webkit-scrollbar-track {
          background: #e7e7e7;
          border-radius: 2px;
          width: 4px; }
        .bottomNav #suggest_section_v2 .search-suggest ul::-webkit-scrollbar-thumb {
          background: #000;
          border-radius: 2px;
          height: 50%; }
        .bottomNav #suggest_section_v2 .search-suggest ul li.item {
          display: inline-block;
          padding: 5px 10px;
          border: 1px solid transparent;
          border-radius: 20px;
          background: #F1F1F1;
          margin-bottom: 10px;
          margin-right: 10px; }
          .bottomNav #suggest_section_v2 .search-suggest ul li.item a {
            color: #010101;
            font-weight: 500; }
          .bottomNav #suggest_section_v2 .search-suggest ul li.item p {
            font-weight: 500;
            line-height: 20px; }
    .bottomNav #suggest_section_v2 .product-suggest {
      max-width: 70%;
      padding: 0 15px; }
      .bottomNav #suggest_section_v2 .product-suggest > p {
        text-transform: uppercase;
        font-weight: bold;
        color: #64646C;
        line-height: 18px; }
      .bottomNav #suggest_section_v2 .product-suggest ul {
        /*overflow: hidden;
				overflow-y: scroll;
				max-height: 300px;*/ }
        .bottomNav #suggest_section_v2 .product-suggest ul li {
          display: -webkit-flex;
          display: flex;
          padding-right: 15px;
          align-items: center;
          margin-bottom: 10px; }
          .bottomNav #suggest_section_v2 .product-suggest ul li .prd_search__img {
            width: 60px;
            margin-right: 15px; }
          .bottomNav #suggest_section_v2 .product-suggest ul li .prd_search__info h4.prd_search__title {
            font-weight: 500;
            font-size: 15px;
            margin-bottom: 5px; }
            .bottomNav #suggest_section_v2 .product-suggest ul li .prd_search__info h4.prd_search__title a {
              color: #010101;
              font-weight: 500; }
            .bottomNav #suggest_section_v2 .product-suggest ul li .prd_search__info h4.prd_search__title a:hover {
              color: #000000; }
          .bottomNav #suggest_section_v2 .product-suggest ul li .prd_search__info p.prd_search__price {
            font-weight: 600;
            font-size: 17px;
            letter-spacing: 1px;
            color: #CF2A2E; }
      .bottomNav #suggest_section_v2 .product-suggest .list-suggest {
        overflow: hidden;
        max-height: 45vh;
        overflow-y: auto; }
        .bottomNav #suggest_section_v2 .product-suggest .list-suggest::-webkit-scrollbar {
          width: 4px; }
        .bottomNav #suggest_section_v2 .product-suggest .list-suggest::-webkit-scrollbar-track {
          background: #e7e7e7;
          border-radius: 2px;
          width: 4px; }
        .bottomNav #suggest_section_v2 .product-suggest .list-suggest::-webkit-scrollbar-thumb {
          background: #000;
          border-radius: 2px;
          height: 50%; }
        .bottomNav #suggest_section_v2 .product-suggest .list-suggest li {
          width: 50%; }
    @media (max-width: 767px) {
      .bottomNav #suggest_section_v2 {
        flex-wrap: wrap;
        padding: 0;
        display: none; }
        .bottomNav #suggest_section_v2 .search-suggest, .bottomNav #suggest_section_v2 .product-suggest {
          max-width: 100%;
          width: 100%; }
        .bottomNav #suggest_section_v2 .search-suggest ul {
          max-height: 250px; }
        .bottomNav #suggest_section_v2 .product-suggest {
          margin-top: 15px; }
          .bottomNav #suggest_section_v2 .product-suggest ul {
            max-height: calc(100vh - 300px) !important;
            overflow: hidden;
            overflow-y: auto; }
            .bottomNav #suggest_section_v2 .product-suggest ul li {
              width: 100% !important; } }
  .bottomNav.load-search #suggest_section_v2 {
    visibility: hidden;
    opacity: 0;
    display: none; }
  .bottomNav.is-search {
    background: #ffffff; }
    .bottomNav.is-search .btn-icon.btn-search {
      display: none; }
    .bottomNav.is-search .btn-icon.btn-close {
      display: flex; }
    .bottomNav.is-search .search-navigation-container {
      opacity: 1;
      display: block; }
    .bottomNav.is-search .btn-home, .bottomNav.is-search .btn-short {
      display: none; }
  .bottomNav.short-page .back-home, .bottomNav.short-page .btn-contact {
    display: none; }
  @media (max-width: 767px) {
    .bottomNav .btn-icon svg {
      width: 20px;
      height: 20px; }
    .bottomNav .btn-icon.btn-search svg, .bottomNav .btn-icon.btn-close svg {
      width: 30px;
      height: 30px; } }

.search-wrapper-indexv2 {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 992;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -ms-transition: transform .5s;
  transition: transform .5s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  left: 0;
  transform: translateY(104%); }
  .search-wrapper-indexv2.show {
    transform: none; }
  .search-wrapper-indexv2.is-searched .site-header, .search-wrapper-indexv2.is-searched .site-content {
    display: none; }
  .search-wrapper-indexv2 .search-inner {
    height: 100%;
    width: 100%;
    overflow: auto;
    margin-top: var(--height-head);
    padding-bottom: 180px;
    /* Đối với toàn bộ thanh cuộn */
    /* Đối với thanh cuộn ngang */
    /* Phần thanh trượt (cái mà bạn kéo đi kéo lại) */
    /* Khi hover lên thanh trượt */
    /* Khi hover lên toàn bộ thanh cuộn */ }
    .search-wrapper-indexv2 .search-inner::-webkit-scrollbar {
      padding-top: 10px;
      width: 6px;
      /* Chiều cao của thanh cuộn ngang */
      background-color: #f1f1f1;
      /* Màu nền thanh cuộn */ }
    .search-wrapper-indexv2 .search-inner::-webkit-scrollbar-horizontal {
      width: 6px;
      /* Chiều cao của thanh cuộn ngang */ }
    .search-wrapper-indexv2 .search-inner::-webkit-scrollbar-thumb {
      background-color: #000;
      /* Màu sắc của thanh trượt */
      border-radius: 10px;
      /* Bo góc thanh trượt */ }
    .search-wrapper-indexv2 .search-inner::-webkit-scrollbar-thumb:hover {
      background-color: #000;
      /* Màu khi hover lên thanh trượt */ }
    .search-wrapper-indexv2 .search-inner::-webkit-scrollbar:hover {
      background-color: #e1e1e1;
      /* Màu nền khi hover lên thanh cuộn */ }
  .search-wrapper-indexv2 .site-header {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px; }
    .search-wrapper-indexv2 .site-header .list-item {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      display: none; }
      .search-wrapper-indexv2 .site-header .list-item.active {
        display: grid; }
      @media (max-width: 767px) {
        .search-wrapper-indexv2 .site-header .list-item {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 5px; } }
    .search-wrapper-indexv2 .site-header .item {
      display: flex;
      align-items: center; }
      .search-wrapper-indexv2 .site-header .item .image {
        width: 70px;
        flex: 0 0 70px;
        margin-right: 5px; }
      .search-wrapper-indexv2 .site-header .item .title {
        font-size: 14px;
        text-transform: uppercase; }
    @media (max-width: 767px) {
      .search-wrapper-indexv2 .site-header .item .title {
        font-size: 13px; } }
  .search-wrapper-indexv2 .site-content {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden; }
  .search-wrapper-indexv2 .site-results {
    max-width: 65%;
    margin: 0 auto;
    overflow: hidden; }
    @media (max-width: 767px) {
      .search-wrapper-indexv2 .site-results {
        max-width: calc(100% - 10px); } }
  .search-wrapper-indexv2 .site-content {
    margin-top: 30px; }
  .search-wrapper-indexv2 .site-footer {
    margin-top: auto; }
  .search-wrapper-indexv2 .top-title {
    padding-left: 15px; }
  .search-wrapper-indexv2 .section-collection .swiper-slide {
    height: auto; }
    .search-wrapper-indexv2 .section-collection .swiper-slide .product-column {
      height: 100%; }
  @media (max-width: 767px) {
    .search-wrapper-indexv2 .section-collection .top-title {
      margin-bottom: 15px;
      padding-left: 10px; } }
  .search-wrapper-indexv2 .section-coupon .section-content {
    padding-left: 15px; }
  @media (max-width: 767px) {
    .search-wrapper-indexv2 .site-results {
      padding: 0 12px; } }
