@charset "UTF-8";
/* ==========================================================================
   BỘ CODE TỔNG HỢP DARK MODE TOÀN TRANG (ĐẶT Ở CUỐI FILE INDEX.SCSS.LIQUID)
   ========================================================================== */
/* 1.1. ĐỔI MÀU KHUNG NỀN KHUYẾN MÃI ĐẶC BIỆT (.bg-thumb) SANG MÀU XANH #0056e0 */
.section_flashsale .bg-thumb,
.bg-thumb {
  background: #0056e0 !important;
  background-image: none !important;
  /* Xóa bỏ gradient cũ nếu có */ }

/* 3. FIX CHI TIẾT CÁC CỤM CHƯA SANG MÀU TRẮNG */
/* 3.1. Khối giới thiệu .content-about */
.content-about,
.content-about *,
.content-about br + text {
  color: #ffffff !important; }

.button-more-style a {
  color: #fff !important; }

/* 3.2. Khối DANH MỤC NỔI BẬT và Chính sách */
.section_danhmuc .title-index .title-name,
.section_danhmuc .title-index h3,
.title-index .title-name,
.title-index h3 {
  color: #ffffff !important; }

/* 4. XÓA BỎ VIỀN STROKE CHỮ CHẠY NỀN (HẢI YẾN / MIN SPORT) */
.title-index2 .heading {
  color: #ffffff !important;
  -webkit-text-stroke: unset !important;
  text-stroke: unset !important;
  paint-order: normal !important; }

/* ==========================================================================
   TÙY CHỈNH CỤM KHỐI NỘI DUNG 01, 02, 03, 04 (NỀN TRẮNG - CHỮ TỐI)
   ========================================================================== */
/* 1. Ép các ô (li) giữ nguyên nền shape trắng */
.thump ul li {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  /* Bo góc nếu theme gốc có bo */
  padding: 15px !important;
  margin-bottom: 12px !important; }

/* 2. Chữ chính (thẻ b) chuyển sang màu xanh đậm background */
.thump ul li .content b,
.thump ul li b {
  color: #0f2a73 !important;
  font-weight: bold !important; }

/* 3. Chữ phụ mô tả (thẻ span) chuyển sang màu đen/xám tối */
.thump ul li .content span,
.thump ul li span {
  color: #333333 !important;
  /* Màu xám đen dễ đọc, không bị gắt quá */
  display: block !important;
  margin-top: 5px !important; }

/* 4. Số thứ tự bên phải (01, 02, 03, 04) chuyển sang màu xám/đen */
.thump ul li .num {
  color: #555555 !important; }

.content-type,
.content-name {
  color: #000; }

/* ==========================================================================
   Setup About-us scroll
   ========================================================================== */
/* Trạng thái ban đầu: Cắt đúng 3 dòng chữ bằng line-clamp gốc cho chuẩn */
.content-about {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

/* ==========================================================================
   CÔ LẬP HOÀN TOÀN KHỐI BLOG (NỀN TRẮNG - CHỮ ĐEN/XANH)
   ========================================================================== */
/* Ép riêng cụm nút Đọc tiếp trong item-blog về màu tối, bất chấp code cũ */
.item-blog .button-more-style a {
  color: #000000 !important;
  /* Hoặc đổi thành var(--mainColor) nếu anh muốn màu xanh */
  align-items: center !important; }

.button-more-style {
  margin-top: 10px; }

/* Chỉ áp dụng riêng cho nút Xem thêm của khối sản phẩm này */
.btn-more-product a {
  color: #ffffff !important;
  /* Ép chữ thành màu trắng */
  display: flex !important;
  /* Ép mũi tên và chữ thẳng hàng */
  align-items: center !important; }

/* -------------------------------------------------------------------------------------------------------------------------------- */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

section {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    section {
      margin-bottom: 40px; } }

.section_slider {
  text-align: center;
  margin-bottom: 0; }
  .section_slider .home-slider {
    overflow: hidden; }
  .section_slider .slide-banner-1 {
    margin-bottom: 8px;
    display: block; }
  @media (max-width: 991px) {
    .section_slider .col-lg-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px;
      margin-top: 10px !important;
      margin-bottom: 0 !important; } }

.section_text_slider {
  display: flex;
  width: 100%;
  --pxl-spacing-inline: 30px;
  --pxl-translate-y: 0;
  background: var(--hover);
  padding: 20px 0; }
  @media (max-width: 991px) {
    .section_text_slider {
      padding: 10px 0; } }
  .section_text_slider .text-marquee-item {
    --pxl-duration: 20s;
    color: #FFFFFF00;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    gap: var(--pxl-spacing-inline);
    min-width: max-content;
    --pxl-duration: 30s;
    --pxl-translate-x: calc(-100% - (var(--pxl-spacing-inline) / 2));
    -webkit-animation: marquee-animation var(--pxl-duration) linear infinite;
    -khtml-animation: marquee-animation var(--pxl-duration) linear infinite;
    -moz-animation: marquee-animation var(--pxl-duration) linear infinite;
    -ms-animation: marquee-animation var(--pxl-duration) linear infinite;
    -o-animation: marquee-animation var(--pxl-duration) linear infinite;
    animation: marquee-animation var(--pxl-duration) linear infinite;
    white-space: nowrap; }
    @media (max-width: 991px) {
      .section_text_slider .text-marquee-item {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .section_text_slider .text-marquee-item {
        font-size: 20px; } }
    .section_text_slider .text-marquee-item p {
      margin-bottom: 0; }
    .section_text_slider .text-marquee-item img {
      max-height: 40px; }
      @media (max-width: 991px) {
        .section_text_slider .text-marquee-item img {
          max-height: 30px; } }
      @media (max-width: 767px) {
        .section_text_slider .text-marquee-item img {
          max-height: 20px; } }
    .section_text_slider .text-marquee-item.main {
      padding-right: calc(var(--pxl-spacing-inline) / 2); }
    .section_text_slider .text-marquee-item.duplicated {
      padding-left: calc(var(--pxl-spacing-inline) / 2); }

@keyframes marquee-animation {
  from {
    transform: translateX(0) translateY(0); }
  to {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)); } }

.section_flashsale .bg-thumb {
  background: linear-gradient(0deg, var(--hover) 0%, var(--mainColor) 100%); }
  @media (max-width: 767px) {
    .section_flashsale .bg-thumb {
      padding: 10px; } }

.section_flashsale .thumb-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .section_flashsale .thumb-title {
      flex-direction: column;
      gap: 10px;
      align-items: flex-start; } }
  .section_flashsale .thumb-title .title-index {
    text-align: left;
    margin-bottom: 0;
    color: #fff; }
    .section_flashsale .thumb-title .title-index .title-name {
      color: #fff;
      z-index: 1; }
      .section_flashsale .thumb-title .title-index .title-name:hover {
        color: var(--hover); }
    @media (max-width: 767px) {
      .section_flashsale .thumb-title .title-index {
        text-align: center; } }

.section_flashsale .product-flash-swiper {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .section_flashsale .thumb-image-banner {
    margin-bottom: 20px; }
  .section_flashsale .button-more-style {
    text-align: center; } }

.section_flashsale .count-down {
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: center; }
  .section_flashsale .count-down .title-timer {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff; }
  .section_flashsale .count-down .timer-view {
    display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .section_flashsale .count-down .timer-view .block-timer {
      display: inline-flex;
      color: #000;
      justify-content: center;
      align-items: center;
      margin-bottom: 0;
      background: var(--hover);
      margin-left: 10px;
      min-width: 50px;
      border-radius: 10px;
      line-height: 22px;
      padding: 5px; }
      .section_flashsale .count-down .timer-view .block-timer p {
        margin-bottom: 0;
        font-size: 12px; }
        .section_flashsale .count-down .timer-view .block-timer p b {
          display: flex;
          font-size: 24px;
          color: #000;
          align-items: center;
          justify-content: center; }
      .section_flashsale .count-down .timer-view .block-timer:first-child {
        margin-left: 0; }
    .section_flashsale .count-down .timer-view > span {
      display: none; }

.section_flashsale .swiper-button-cus:after {
  background: var(--mainColor); }

.section_flashsale .swiper-button-cus .swiper-button-cus-prev, .section_flashsale .swiper-button-cus .swiper-button-cus-next {
  background: #fff; }
  .section_flashsale .swiper-button-cus .swiper-button-cus-prev svg, .section_flashsale .swiper-button-cus .swiper-button-cus-next svg {
    fill: var(--mainColor); }
  .section_flashsale .swiper-button-cus .swiper-button-cus-prev:hover, .section_flashsale .swiper-button-cus .swiper-button-cus-next:hover {
    background: var(--hover); }
    .section_flashsale .swiper-button-cus .swiper-button-cus-prev:hover svg, .section_flashsale .swiper-button-cus .swiper-button-cus-next:hover svg {
      fill: #fff; }

.section_flashsale .swiper-button-cus .swiper-button-disabled {
  background: #fff !important; }

.section_flashsale .elio-productcount {
  margin-top: 10px; }
  .section_flashsale .elio-productcount .countdown .line {
    height: 8px;
    background: #dfdfdf;
    border-radius: 5px; }
    .section_flashsale .elio-productcount .countdown .line span {
      width: 62%;
      display: block;
      height: 8px;
      border-radius: 5px;
      background-color: var(--mainColor);
      -webkit-animation: progress_bar_fill 2s linear infinite;
      animation: progress_bar_fill 2s linear infinite;
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: 40px 40px; }
  .section_flashsale .elio-productcount .countdown .title {
    font-weight: 700;
    margin-top: 2px;
    display: block; }

@keyframes progress_bar_fill {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 40px 0; } }

.section_flashsale .thumb-flasale {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px; }

.section_flashsale .see-more-flash {
  text-align: center;
  margin-top: 20px; }
  .section_flashsale .see-more-flash a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff; }
    .section_flashsale .see-more-flash a:hover {
      background: var(--hover);
      color: #fff;
      border: 2px solid var(--hover); }

.section_flashsale .product-action .product-info {
  text-align: left; }

.section_flashsale .product-action .btn-views {
  bottom: 55px; }
  .section_flashsale .product-action .btn-views:hover {
    bottom: 60px; }

.min-productcount {
  margin-top: 10px; }
  .min-productcount .countdown .line {
    height: 8px;
    background: #dfdfdf;
    border-radius: 5px; }
    .min-productcount .countdown .line span {
      width: 62%;
      display: block;
      height: 8px;
      border-radius: 5px;
      background-color: var(--mainColor);
      -webkit-animation: progress_bar_fill 2s linear infinite;
      animation: progress_bar_fill 2s linear infinite;
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: 40px 40px; }
  .min-productcount .countdown .title {
    font-weight: 600;
    margin-top: 2px;
    display: block; }

@keyframes progress_bar_fill {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 40px 0; } }

.section_congdung {
  background: var(--bg);
  padding: 50px 0; }
  @media (max-width: 991px) {
    .section_congdung .list-congdung {
      display: flex;
      gap: 10px; } }
  .section_congdung .list-congdung > li {
    display: flex;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
    color: #fff;
    background: var(--mainColor); }
    @media (max-width: 991px) {
      .section_congdung .list-congdung > li {
        width: 50%; } }
    .section_congdung .list-congdung > li .content span {
      display: block;
      font-weight: initial;
      font-weight: bold;
      font-size: 20px; }
  @media (min-width: 991px) {
    .section_congdung .list-congdung.list-congdung-left {
      text-align: right;
      width: 70%;
      margin-left: auto; }
      .section_congdung .list-congdung.list-congdung-left > li {
        justify-content: end; } }
    @media (min-width: 991px) and (max-width: 767px) {
      .section_congdung .list-congdung.list-congdung-left > li {
        margin-bottom: 10px; } }
  @media (min-width: 991px) {
    .section_congdung .list-congdung.list-congdung-right {
      width: 70%;
      margin-right: auto; } }
  @media (min-width: 991px) and (max-width: 767px) {
    .section_congdung .list-congdung.list-congdung-right li {
      margin-top: 10px;
      margin-bottom: 0px; } }

@media (max-width: 991px) and (max-width: 767px) {
  .section_congdung .list-congdung.list-congdung-left > li {
    margin-bottom: 10px; } }

@media (max-width: 991px) and (max-width: 767px) {
  .section_congdung .list-congdung.list-congdung-right > li {
    margin-bottom: 0px;
    margin-top: 10px; } }

.section_product_new .banner-pro {
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .section_product_new .banner-pro {
      gap: 10px;
      margin-bottom: 10px;
      grid-template-columns: repeat(1, 1fr); } }

@media (min-width: 1200px) {
  .section_product_hot .col-xl-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; } }

@media (min-width: 1200px) {
  .section_product_hot .col-xl-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }

@media (min-width: 991px) {
  .section_product_hot .col-lg-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }

.section_group_product .bg {
  background: var(--bg);
  z-index: 1;
  padding: 10px;
  border-radius: 10px; }
  .section_group_product .bg .title-name {
    font-size: 28px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .section_group_product .bg .title-name {
        font-size: 24px; } }
    .section_group_product .bg .title-name:before {
      z-index: -1; }

.section_danhmuc .danhmuc {
  border-radius: 10px;
  overflow: hidden;
  width: 100%; }
  .section_danhmuc .danhmuc picture {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 100%;
    background: var(--bg);
    border-radius: 10px; }
    .section_danhmuc .danhmuc picture img {
      width: auto !important;
      max-height: 80%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      will-change: opacify;
      transform: scale(1);
      transition: all 0.5s ease; }
  .section_danhmuc .danhmuc .info-danhmuc {
    text-align: center;
    margin-top: 10px; }
    .section_danhmuc .danhmuc .info-danhmuc .title {
      font-size: 18px;
      font-weight: bold; }
    .section_danhmuc .danhmuc .info-danhmuc .status {
      position: relative;
      width: 100%;
      height: 21px; }
      .section_danhmuc .danhmuc .info-danhmuc .status > * {
        display: block;
        width: 100%;
        transition-duration: .3s;
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0; }
      .section_danhmuc .danhmuc .info-danhmuc .status .count {
        transform: translateY(0%); }
      .section_danhmuc .danhmuc .info-danhmuc .status .seemore {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
        text-decoration: underline; }
  .section_danhmuc .danhmuc:hover .info-danhmuc .status .count {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); }
  .section_danhmuc .danhmuc:hover .info-danhmuc .status .seemore {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    color: var(--hover); }
    .section_danhmuc .danhmuc:hover .info-danhmuc .status .seemore:hover {
      color: var(--mainColor); }

.section_video .thumb-video {
  position: relative; }
  .section_video .thumb-video .text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    right: 20px;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    background: color-mix(in srgb, var(--mainColor) 45%, transparent); }
    @media (max-width: 767px) {
      .section_video .thumb-video .text {
        padding: 10px; } }
    .section_video .thumb-video .text .text1 {
      display: block;
      font-size: 34px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .section_video .thumb-video .text .text1 {
          font-size: 14px; } }
      .section_video .thumb-video .text .text1 b {
        color: var(--mainColor); }
    .section_video .thumb-video .text .text2 {
      font-size: 18px; }
      @media (max-width: 767px) {
        .section_video .thumb-video .text .text2 {
          font-size: 12px; } }

.section_video video {
  width: 100%;
  border-radius: 10px; }

.section_product_brand .background-thumb {
  background: var(--mainColor); }

.section_product_brand .title-name {
  color: #fff; }

@media (max-width: 991px) {
  .section_product_brand .thumb-image-banner {
    margin-bottom: 15px; } }

.section_product_brand .product_brand-slider .swiper-slide {
  background: #fff;
  border-radius: 5px;
  padding: 20px; }
  .section_product_brand .product_brand-slider .swiper-slide > a {
    margin-bottom: 9px;
    display: block;
    font-size: 22px;
    font-weight: bold; }
    .section_product_brand .product_brand-slider .swiper-slide > a span {
      font-size: 14px;
      display: block; }
    .section_product_brand .product_brand-slider .swiper-slide > a:hover:before {
      border-width: 3px;
      border-color: var(--hover); }
    .section_product_brand .product_brand-slider .swiper-slide > a:hover h3 {
      color: var(--hover); }
  .section_product_brand .product_brand-slider .swiper-slide .product-image {
    padding-bottom: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    /* border: 1px solid #ddd; */
    background: #f1f1f1;
    border-radius: 5px; }
    .section_product_brand .product_brand-slider .swiper-slide .product-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      transform: scale(1);
      transition: all 0.5s ease; }
    .section_product_brand .product_brand-slider .swiper-slide .product-image:hover img {
      transform: scale(1.2); }
  .section_product_brand .product_brand-slider .swiper-slide .item-more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.26);
    color: #fff;
    font-size: 28px;
    font-weight: 700; }
    .section_product_brand .product_brand-slider .swiper-slide .item-more:hover {
      color: var(--hover); }

.section_about .image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px; }
  .section_about .image img {
    border-radius: 10px; }

@media (max-width: 991px) {
  .section_about .thump-content {
    margin-top: 20px; } }

.section_about .thump-content img {
  margin-bottom: 20px; }

.section_about .thump-content .content-about {
  font-size: 18px;
  /* margin-bottom: 10px; */
  text-align: justify; }

.section_about .thump-content .button-more-style {
  /* margin-top: 10px; */
  margin-bottom: 20px; }

.section_about .thump-content ul {
  margin-bottom: 20px; }
  .section_about .thump-content ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    padding: 20px;
    background: var(--mainColor);
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, 0.03);
    color: #fff;
    position: relative; }
    .section_about .thump-content ul li .num {
      color: #fff;
      font-size: 48px;
      font-weight: 700;
      position: absolute;
      right: 10px;
      opacity: 0.5; }
    .section_about .thump-content ul li .content {
      display: block;
      font-size: 16px;
      padding-right: 45px; }
    .section_about .thump-content ul li b {
      display: block;
      font-size: 20px;
      color: var(--hover);
      font-size: 20px;
      position: relative;
      padding-right: 30px;
      font-weight: 700;
      cursor: pointer;
      margin-bottom: 0;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .section_about .thump-content ul li b {
          font-size: 16px; } }
    .section_about .thump-content ul li span {
      margin-bottom: 0px;
      font-size: 16px;
      max-height: 0;
      opacity: 0;
      transform: translateY(10px);
      transition: max-height 0.5s ease, opacity 0.35s ease, transform 0.35s ease;
      display: block; }
    .section_about .thump-content ul li:hover span {
      margin-top: 10px;
      max-height: 400px;
      opacity: 1;
      transform: translateY(0); }

.section_product_tab .group-title-tab {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .section_product_tab .group-title-tab {
      flex-direction: column; } }

.section_product_tab .tabs-title {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  gap: 10px; }
  @media (max-width: 991px) {
    .section_product_tab .tabs-title {
      display: flex;
      white-space: nowrap;
      overflow-y: hidden;
      justify-content: flex-start;
      width: 100%;
      padding-bottom: 0px;
      gap: 10px; } }
  .section_product_tab .tabs-title .tab-link {
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    text-align: left;
    position: relative;
    border: 1px solid var(--mainColor);
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    position: relative; }
    @media (max-width: 991px) {
      .section_product_tab .tabs-title .tab-link {
        margin-bottom: 0px; } }
    .section_product_tab .tabs-title .tab-link.current, .section_product_tab .tabs-title .tab-link:hover {
      color: #fff;
      background: var(--mainColor); }

@media (max-width: 991px) {
  .section_product_tab .col-xl-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section_product_tab .col-xl-3 .tabs-title {
      order: 2; }
    .section_product_tab .col-xl-3 .thumb-image-banner {
      margin-bottom: 20px; } }

.section_product_tab .tab-content {
  display: none; }
  .section_product_tab .tab-content.current {
    display: block; }
  @media (min-width: 991px) and (max-width: 1199px) {
    .section_product_tab .tab-content .col-fix:nth-child(10) {
      display: none; } }
  @media (max-width: 991px) {
    .section_product_tab .tab-content .row-fix {
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      width: auto; } }

.section_product_tab .button-more-style {
  text-align: center; }

.section_3_col_pro .title-index {
  font-size: 30px;
  text-align: left;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 5px; }
  .section_3_col_pro .title-index .title-name {
    font-size: 30px; }

.section_3_col_pro .list-product {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.section_3_col_pro .button-more-style {
  margin-top: 15px; }

.section_review {
  background: var(--mainColor);
  padding: 50px 0; }
  .section_review .title-name, .section_review .title-content {
    color: #fff; }
  .section_review .review-thumb {
    padding: 25px;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    margin-top: 50px;
    position: relative; }
    .section_review .review-thumb:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 40px;
      background: #fff;
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
      left: 0;
      top: -39px; }
  .section_review .review-frame {
    color: #fff;
    padding: 30px;
    background: var(--mainColor);
    position: relative;
    border-radius: 15px; }
    @media (max-width: 767px) {
      .section_review .review-frame {
        padding: 10px; } }
  .section_review .swiper-slide {
    padding: 2px;
    display: flex;
    height: auto; }
    .section_review .swiper-slide .review-label {
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 16px; }
    .section_review .swiper-slide .review-info {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .section_review .swiper-slide .review-info .info-image {
        overflow: hidden;
        width: 96px;
        height: 96px;
        border-radius: 50%; }
      .section_review .swiper-slide .review-info .info-content {
        margin-left: 20px; }
        .section_review .swiper-slide .review-info .info-content .content-name {
          font-size: 24px;
          font-weight: bold; }
          @media (max-width: 767px) {
            .section_review .swiper-slide .review-info .info-content .content-name {
              font-size: 20px; } }
        .section_review .swiper-slide .review-info .info-content .content-type {
          font-weight: bold;
          margin-bottom: 5px; }
        .section_review .swiper-slide .review-info .info-content .star-rating {
          --percent: calc(var(--rating) / 5 * 100%);
          position: relative;
          display: flex;
          align-items: center;
          font-size: 21px;
          line-height: 1;
          margin-bottom: 10px; }
          .section_review .swiper-slide .review-info .info-content .star-rating:before {
            content: "★★★★★";
            background: linear-gradient(90deg, var(--hover) var(--percent), #999 var(--percent));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
    .section_review .swiper-slide .review-content {
      background: #fff;
      color: #000;
      font-size: 18px; }
      @media (max-width: 767px) {
        .section_review .swiper-slide .review-content {
          font-size: 16px; } }

.section_form #pagelogin {
  padding: 30px 28px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  width: 100%; }
  .section_form #pagelogin p {
    margin-bottom: 15px;
    font-size: 14px; }
  .section_form #pagelogin .group_contact {
    display: flex;
    flex-direction: column;
    gap: 14px; }
    .section_form #pagelogin .group_contact label {
      font-size: 14px;
      font-weight: 600;
      color: #333;
      margin: 0; }
    .section_form #pagelogin .group_contact input,
    .section_form #pagelogin .group_contact textarea {
      width: 100%;
      padding: 14px 16px;
      font-size: 15px;
      border-radius: 12px;
      border: 1px solid #e3e6ea;
      background: #fafafa;
      transition: all 0.25s ease; }
      .section_form #pagelogin .group_contact input::placeholder,
      .section_form #pagelogin .group_contact textarea::placeholder {
        color: #9aa0a6; }
      .section_form #pagelogin .group_contact input:focus,
      .section_form #pagelogin .group_contact textarea:focus {
        outline: none;
        border-color: var(--mainColor);
        background: #fff;
        box-shadow: 0 0 0 3px rgba(209, 0, 31, 0.12); }
    .section_form #pagelogin .group_contact .radio-group,
    .section_form #pagelogin .group_contact .checkbox-group {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px; }
      .section_form #pagelogin .group_contact .radio-group label,
      .section_form #pagelogin .group_contact .checkbox-group label {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: normal;
        color: #555;
        cursor: pointer; }
        .section_form #pagelogin .group_contact .radio-group label input,
        .section_form #pagelogin .group_contact .checkbox-group label input {
          width: 16px;
          height: 16px;
          cursor: pointer;
          accent-color: var(--mainColor); }
    .section_form #pagelogin .group_contact .btn-lienhe {
      margin-top: 16px;
      padding: 15px;
      border-radius: 14px;
      background: var(--mainColor);
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease; }
      .section_form #pagelogin .group_contact .btn-lienhe:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 25px rgba(209, 0, 31, 0.35);
        background: var(--hover); }
      .section_form #pagelogin .group_contact .btn-lienhe:active {
        transform: scale(0.98); }
  @media (max-width: 480px) {
    .section_form #pagelogin {
      padding: 22px 18px; }
      .section_form #pagelogin .group_contact .radio-group,
      .section_form #pagelogin .group_contact .checkbox-group {
        gap: 10px 12px; } }

@media (max-width: 767px) {
  .section_2_banner .image1 {
    margin-bottom: 10px !important; } }

.section_faq img {
  border-radius: 20px; }

.section_faq .title-index {
  text-align: left;
  font-size: 50px;
  line-height: 50px; }
  @media (max-width: 991px) {
    .section_faq .title-index {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 991px) {
    .section_faq .title-index {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .section_faq .title-index {
      font-size: 24px;
      line-height: 24px; } }
  .section_faq .title-index .title-small {
    justify-content: start; }

.section_faq .content {
  font-size: 18px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .section_faq .content {
      font-size: 14px;
      margin-bottom: 15px; } }

.section_faq .faq li {
  padding: 20px;
  background: var(--bg);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, 0.03); }
  @media (max-width: 767px) {
    .section_faq .faq li {
      padding: 10px; } }
  .section_faq .faq li:last-child {
    margin-bottom: 0px; }
  .section_faq .faq li h3 {
    font-size: 18px;
    position: relative;
    padding-right: 30px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .section_faq .faq li h3 {
        font-size: 16px; } }
    .section_faq .faq li h3 svg {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      transition: 0.5s; }
      @media (max-width: 767px) {
        .section_faq .faq li h3 svg {
          width: 16px;
          height: 16px; } }
  .section_faq .faq li .content-faq {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #9d9d9d;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .section_faq .faq li .content-faq {
        font-size: 14px; } }
  .section_faq .faq li:hover {
    background: var(--mainColor); }
    .section_faq .faq li:hover svg path {
      fill: #fff; }
    .section_faq .faq li:hover h3 {
      color: #fff; }
  .section_faq .faq li.active {
    background: var(--mainColor); }
    .section_faq .faq li.active svg {
      transform: rotate(180deg) translate(0, 50%); }
      .section_faq .faq li.active svg path {
        fill: #fff; }
    .section_faq .faq li.active h3 {
      color: #fff; }

.section_thuonghieu .thuonghieu-swiper a img {
  transform: scale(1);
  transition: all .5s ease; }

.section_thuonghieu .thuonghieu-swiper a:hover img {
  transform: scale3d(1.03, 1.03, 1); }

@media (max-width: 767px) {
  .section_4_banner .col-fix {
    margin-bottom: 10px !important; }
    .section_4_banner .col-fix:nth-child(3), .section_4_banner .col-fix:nth-child(4) {
      margin-bottom: 0px !important; } }

.section1 {
  margin-bottom: 0px; }
  @media (max-width: 991px) {
    .section1 {
      margin-bottom: 10px; } }

.section2 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section2 {
      margin-bottom: 35px; } }

.section3 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section3 {
      margin-bottom: 35px; } }

.section4 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section4 {
      margin-bottom: 35px; } }

.section5 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section5 {
      margin-bottom: 35px; } }

.section6 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section6 {
      margin-bottom: 35px; } }

.section7 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section7 {
      margin-bottom: 35px; } }

.section8 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section8 {
      margin-bottom: 35px; } }

.section9 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section9 {
      margin-bottom: 35px; } }

.section10 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section10 {
      margin-bottom: 35px; } }

.section11 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section11 {
      margin-bottom: 35px; } }

.section12 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section12 {
      margin-bottom: 35px; } }

.section13 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section13 {
      margin-bottom: 35px; } }

.section14 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section14 {
      margin-bottom: 35px; } }

.section15 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section15 {
      margin-bottom: 35px; } }

.section16 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section16 {
      margin-bottom: 35px; } }

.section17 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section17 {
      margin-bottom: 35px; } }

.section18 {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .section18 {
      margin-bottom: 35px; } }

.section_ig {
  text-align: center;
  color: #fff; }
  .section_ig .row {
    background: var(--mainColor);
    border-radius: 10px;
    overflow: hidden; }
  .section_ig .ig1 {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section_ig .ig1 img {
      -ms-flex: 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .section_ig .title-ig {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .section_ig .title-ig {
        font-size: 20px; } }
    .section_ig .title-ig span {
      font-size: 16px; }
  .section_ig .ig2 {
    padding: 40px 15px !important; }

@media (max-width: 767px) {
  .section_3_banner .row-fix {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 !important; } }

/* ------------------------------------------------------------------- */
