.page {
  min-height: 300px; }

.page-faq {
  margin-bottom: 20px; }
  .page-faq .product-fpt-with-stick-tab {
    margin-bottom: 25px; }
  .page-faq .faq-title {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700; }
  .page-faq .faq {
    margin-bottom: 7px; }
    .page-faq .faq h4 {
      color: #000;
      padding: 12px 20px;
      font-size: 18px;
      margin-bottom: 0;
      background: #E3E3E3;
      cursor: pointer;
      border-radius: 5px; }
    .page-faq .faq.active h4 {
      background: var(--mainColor);
      color: #fff;
      border-radius: 5px 5px 0 0; }
    .page-faq .faq .content {
      display: block;
      border: 1px solid #ACACAC;
      padding: 15px 20px;
      border-top: 0;
      border-radius: 0 0 5px 5px; }
      .page-faq .faq .content p {
        margin-bottom: 0;
        font-size: 16px; }
  .page-faq .contact {
    margin-bottom: 20px;
    border-radius: 5px; }
    .page-faq .contact h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative;
      display: inline-block; }
      .page-faq .contact h4:before {
        background: var(--mainColor);
        content: '';
        right: 0;
        left: 0;
        position: absolute;
        bottom: -5px;
        height: 3px;
        display: block;
        z-index: 1;
        width: 40%; }
    .page-faq .contact .content-form {
      display: block;
      margin-bottom: 10px; }
    .page-faq .contact .group_contact {
      border-radius: 0 0 10px 10px; }
      .page-faq .contact .group_contact input, .page-faq .contact .group_contact textarea {
        border: 1px solid #e1e1e1;
        width: 100%;
        margin-bottom: 10px;
        outline: none;
        font-size: 14px;
        border-radius: 8px; }
      .page-faq .contact .group_contact input {
        padding: 5px 20px;
        border: 1px solid #e6e6e6; }
      .page-faq .contact .group_contact textarea {
        padding: 10px 20px;
        height: 77px;
        border: 1px solid #e6e6e6; }
      .page-faq .contact .group_contact .btn-lienhe {
        background: var(--mainColor);
        color: #fff;
        border: initial;
        padding: 0 20px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 8px; }
        .page-faq .contact .group_contact .btn-lienhe:hover {
          background-color: var(--hover); }

.section_flash_banner {
  margin-bottom: 30px; }

.count-down {
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: center;
  margin-bottom: 30px; }
  .count-down .title {
    font-size: 40px;
    display: block;
    font-weight: 700; }
  .count-down .title-timer {
    font-size: 40px;
    font-weight: bold;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--hover);
    color: #fff; }
    @media (max-width: 991px) {
      .count-down .title-timer {
        font-size: 24px; } }
  .count-down .timer-view {
    display: inline;
    width: 100%;
    text-align: center; }
    .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: 20px; }
      .count-down .timer-view .block-timer b {
        font-size: 30px;
        margin-right: 5px; }
      .count-down .timer-view .block-timer p {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .count-down .timer-view .block-timer {
          font-size: 14px; } }
    .count-down .timer-view:first-child {
      margin-left: 0; }
    .count-down .timer-view > span {
      font-size: 30px;
      font-weight: 600;
      line-height: 30px;
      position: relative;
      color: #000; }

.section_flash_product {
  margin-bottom: 30px; }
  .section_flash_product .bg-thumb {
    background: #af1713;
    padding: 20px;
    border-radius: 15px; }
    .section_flash_product .bg-thumb .title-index a {
      color: #fff; }
      .section_flash_product .bg-thumb .title-index a:hover {
        color: var(--hover); }
    .section_flash_product .bg-thumb .swiper-slide {
      display: flex;
      height: auto; }
    .section_flash_product .bg-thumb .product-action {
      border-radius: 10px;
      overflow: hidden; }
      .section_flash_product .bg-thumb .product-action .product-info {
        padding: 10px 10px; }
    .section_flash_product .bg-thumb .style-button {
      background: #fff;
      color: #000; }
      .section_flash_product .bg-thumb .style-button:hover {
        color: var(--mainColor); }

.section_chinhsach {
  padding: 10px 0;
  margin-bottom: 30px; }
  @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 {
    text-align: center; }
    .section_chinhsach .item .icon {
      margin-bottom: 10px; }
      .section_chinhsach .item .icon img {
        max-height: 60px;
        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 {
      color: #000;
      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; } }

.section_about_1 {
  margin-bottom: 50px; }
  .section_about_1 .title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--mainColor); }
    @media (max-width: 767px) {
      .section_about_1 .title {
        font-size: 30px; } }
  .section_about_1 .content {
    font-size: 16px; }
    @media (max-width: 767px) {
      .section_about_1 .content {
        margin-bottom: 20px;
        font-size: 14px; } }
  @media (min-width: 767px) {
    .section_about_1 .text-right {
      text-align: right; } }
