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

section {
  margin-bottom: 30px; }

.section_slider {
  text-align: center;
  position: relative; }
  .section_slider:before {
    background-image: linear-gradient(180deg, transparent, rgba(9, 9, 10, 0.52) 60%, #000);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    height: 200px;
    content: none; }

.section_flashsale .thumb-flasale {
  border-radius: 5px;
  padding: 10px;
  background: var(--hover); }
  .section_flashsale .thumb-flasale .title-index {
    justify-content: space-between; }
    .section_flashsale .thumb-flasale .title-index img {
      max-height: 50px; }

.section_flashsale .lof-labelexpired {
  color: #fff; }

.section_flashsale .product-flash-swiper {
  padding: 5px !important; }
  .section_flashsale .product-flash-swiper .swiper-button-next {
    right: 6px !important; }
  .section_flashsale .product-flash-swiper .swiper-button-prev {
    left: 5px !important; }
  @media (max-width: 767px) {
    .section_flashsale .product-flash-swiper .swiper-button-next {
      right: 6px !important; }
    .section_flashsale .product-flash-swiper .swiper-button-prev {
      left: 5px !important; } }

@media (max-width: 767px) {
  .section_flashsale .title-index {
    margin-bottom: 50px; } }

.section_flashsale .thumb-title-flash {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    .section_flashsale .thumb-title-flash {
      justify-content: center; } }
  @media (max-width: 767px) {
    .section_flashsale .thumb-title-flash > div {
      margin-bottom: 10px;
      text-align: center; } }
  .section_flashsale .thumb-title-flash .title-index {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    flex: 0 0 auto;
    padding-right: 20px; }

.section_flashsale .text-banner-slider {
  text-align: center; }
  .section_flashsale .text-banner-slider a {
    color: #fff;
    font-size: 16px; }

.section_flashsale .count-down {
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: right;
  margin-left: 10px; }
  @media (max-width: 767px) {
    .section_flashsale .count-down {
      text-align: center; } }
  .section_flashsale .count-down .timer-view {
    display: inline;
    width: 100%;
    text-align: center; }
    .section_flashsale .count-down .timer-view .block-timer {
      display: inline-flex;
      color: #fff;
      justify-content: center;
      align-items: center;
      background: var(--mainColor);
      margin: 0 5px;
      border-radius: 5px;
      padding: 5px 10px;
      font-size: 16px; }
      .section_flashsale .count-down .timer-view .block-timer p {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .section_flashsale .count-down .timer-view .block-timer {
          font-size: 14px; } }
    .section_flashsale .count-down .timer-view:first-child {
      margin-left: 0; }
  .section_flashsale .count-down > span {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    top: 11px;
    color: #fff; }

.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: 600;
    margin-top: 2px;
    display: block; }

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

@media (min-width: 767px) {
  .section_danhmuc {
    min-height: 200px; } }

.section_danhmuc .danhmuc-slider a {
  display: block;
  text-align: center; }
  .section_danhmuc .danhmuc-slider a 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%; }
    .section_danhmuc .danhmuc-slider a picture img {
      width: auto !important;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transform: scale(1);
      transition: all 0.2s linear;
      padding: 10px; }
  .section_danhmuc .danhmuc-slider a h3 {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-top: 5px;
    padding: 0 5px; }
    @media (max-width: 767px) {
      .section_danhmuc .danhmuc-slider a h3 {
        font-size: 14px; } }
  .section_danhmuc .danhmuc-slider a:hover picture img {
    transform: scale(1.1);
    transition: all 0.2s linear; }
  .section_danhmuc .danhmuc-slider a:hover h3 {
    color: var(--hover); }

@media (min-width: 767px) {
  .section_coupon {
    min-height: 140px; } }

.section_coupon .swiper-slide .coupon_item {
  position: relative;
  background: #2c2c2c;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.15));
  display: flex !important;
  min-height: 120px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 100px;
  padding-left: 3px; }
  .section_coupon .swiper-slide .coupon_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    color: var(--mainColor);
    background-clip: padding-box;
    background: repeating-linear-gradient(#000, #000 5px, transparent 0, transparent 9px, #000 0, #000 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, #000 0, #000 3px, currentColor 0) 1px 0/100% 10px repeat-y; }
  .section_coupon .swiper-slide .coupon_item .coupon_icon {
    width: 70px;
    flex: 0 0 70px;
    padding: 4px;
    background: var(--mainColor);
    margin-left: 3px; }
    .section_coupon .swiper-slide .coupon_item .coupon_icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .section_coupon .swiper-slide .coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 8px 10px;
    flex: 0 0 calc(100% - 70px);
    width: calc(100% - 70px);
    background: #fff; }
    .section_coupon .swiper-slide .coupon_item .coupon_body .coupon_head {
      margin-bottom: 5px;
      font-size: 13px; }
      .section_coupon .swiper-slide .coupon_item .coupon_body .coupon_head .coupon_title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase; }
    .section_coupon .swiper-slide .coupon_item .coupon_body .coupon_button {
      justify-content: space-between;
      align-items: center;
      display: flex; }
      .section_coupon .swiper-slide .coupon_item .coupon_body .coupon_button .coupon-code {
        padding: 5px 20px;
        background: var(--mainColor);
        color: #fff;
        border-radius: 15px; }
        .section_coupon .swiper-slide .coupon_item .coupon_body .coupon_button .coupon-code:hover {
          background: var(--hover); }
      .section_coupon .swiper-slide .coupon_item .coupon_body .coupon_button a {
        color: var(--mainColor); }
        .section_coupon .swiper-slide .coupon_item .coupon_body .coupon_button a:hover {
          color: var(--hover); }

.popup-coupon {
  padding: 0 8px;
  box-sizing: border-box;
  width: 450px;
  max-height: 505px;
  height: auto;
  background: transparent;
  margin: 0 auto;
  position: relative;
  position: fixed;
  left: 50%;
  top: 10%;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
  touch-action: manipulation;
  opacity: 0;
  transform: translateX(-50%);
  z-index: -1;
  min-height: 200px; }
  @media (max-width: 767px) {
    .popup-coupon {
      width: 100%; } }
  .popup-coupon.active {
    opacity: 1;
    z-index: 99999; }
  .popup-coupon .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .popup-coupon .content .title {
      display: block;
      width: 100%;
      padding: 10px 20px;
      background: var(--mainColor);
      color: #fff;
      font-size: 20px;
      font-weight: bold; }
    .popup-coupon .content .close-popup {
      position: absolute;
      top: 14px;
      right: 20px; }
      .popup-coupon .content .close-popup svg {
        width: 15px;
        height: 15px;
        transition: transform 0.3s; }
        .popup-coupon .content .close-popup svg path {
          fill: #fff; }
      .popup-coupon .content .close-popup:hover svg {
        transform: rotate(90deg); }
    .popup-coupon .content ul {
      width: 100%;
      color: #000; }
      .popup-coupon .content ul li {
        padding: 15px 20px;
        display: flex;
        font-size: 18px; }
        .popup-coupon .content ul li:nth-child(2n + 1) {
          background-color: #f9f9f9; }
        .popup-coupon .content ul li span:first-child {
          min-width: 126px;
          display: inline-block;
          color: var(--mainColor); }

.section_product_tab .thumb-title-tab {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .section_product_tab .thumb-title-tab {
      margin-bottom: 20px; } }

.section_product_tab .tabs-title {
  text-align: left; }
  @media (max-width: 767px) {
    .section_product_tab .tabs-title {
      display: flex;
      white-space: nowrap;
      overflow-y: hidden;
      justify-content: flex-start;
      width: 100%; } }
  .section_product_tab .tabs-title .tab-link {
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    padding-right: 12px;
    font-size: 15px;
    flex: 0 0 auto;
    text-align: left;
    position: relative;
    height: 100%; }
    .section_product_tab .tabs-title .tab-link span {
      font-size: 18px;
      position: relative;
      display: block;
      color: #fff;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .section_product_tab .tabs-title .tab-link span {
          font-size: 14px; } }
    .section_product_tab .tabs-title .tab-link.current span, .section_product_tab .tabs-title .tab-link:hover span {
      font-weight: bold;
      color: var(--hover); }

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

@media (max-width: 767px) {
  .section_product_tab .e-tabs {
    margin-bottom: 30px; } }

.section_product_tab .see-more {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  border: 2px solid var(--mainColor);
  color: #000; }
  .section_product_tab .see-more:hover {
    background: var(--hover);
    color: #fff;
    border: 2px solid var(--hover); }

.section_review {
  color: #000; }
  .section_review .review-info {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px; }
    .section_review .review-info .info-image {
      overflow: hidden;
      width: 96px;
      border-radius: 50%;
      margin: auto; }
    .section_review .review-info .info-content {
      font-size: 20px; }
      .section_review .review-info .info-content .review-content {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px; }
      .section_review .review-info .info-content .content-name {
        text-align: center;
        color: var(--mainColor);
        font-weight: bold; }

.section_chinhsach {
  margin-bottom: 0;
  padding: 10px 0; }
  @media (max-width: 991px) {
    .section_chinhsach .row {
      overflow-x: auto;
      flex-wrap: nowrap;
      margin: 0 !important; } }
  @media (max-width: 991px) {
    .section_chinhsach .col-fix:nth-child(1), .section_chinhsach .col-fix:nth-child(2) {
      margin-bottom: 10px !important; } }
  .section_chinhsach .item {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    height: 100%; }
    .section_chinhsach .item .icon img {
      max-height: 40px;
      width: auto; }
      @media (max-width: 991px) {
        .section_chinhsach .item .icon img {
          max-height: inherit;
          max-width: 40px; } }
      @media (max-width: 767px) {
        .section_chinhsach .item .icon img {
          max-height: inherit;
          max-width: 30px; } }
    .section_chinhsach .item .text {
      padding-left: 10px; }
      .section_chinhsach .item .text .title {
        display: block;
        color: var(--mainColor);
        font-size: 16px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .section_chinhsach .item .text .title {
            font-size: 14px; } }
