@charset "UTF-8";
.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; }
  .section_slider .container {
    max-width: 1700px; }
  .section_slider .swiper-container {
    overflow: visible; }
  .section_slider .thumb-image {
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .section_slider .thumb-image {
        border-radius: 5px; } }
  .section_slider .thumb-slider-text {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    display: flex;
    padding: 0 100px;
    text-align: center;
    right: 0;
    align-items: center; }
    @media (max-width: 1199px) {
      .section_slider .thumb-slider-text {
        max-width: 100%;
        padding: 10px; } }
    @media (max-width: 991px) {
      .section_slider .thumb-slider-text {
        bottom: 50px; } }
    @media (max-width: 767px) {
      .section_slider .thumb-slider-text {
        bottom: 20px; } }
    .section_slider .thumb-slider-text .slider-text {
      color: #000;
      display: flex;
      position: relative;
      align-items: end;
      width: 100%;
      border-bottom: 1px solid #afafaf;
      padding-bottom: 30px;
      justify-content: space-between;
      text-align: left;
      gap: 5px; }
      @media (max-width: 991px) {
        .section_slider .thumb-slider-text .slider-text {
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .section_slider .thumb-slider-text .slider-text {
          justify-content: start;
          text-align: left;
          flex-direction: column;
          align-items: start; } }
      .section_slider .thumb-slider-text .slider-text .title {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        position: relative;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        max-width: 1000px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .section_slider .thumb-slider-text .slider-text .title {
            font-size: 24px; } }
        @media (max-width: 767px) {
          .section_slider .thumb-slider-text .slider-text .title {
            font-size: 16px; } }
      .section_slider .thumb-slider-text .slider-text .button {
        color: #000;
        padding: 8px 30px;
        display: inline-block;
        border-radius: 25px;
        font-size: 20px;
        font-weight: 500;
        position: relative;
        background: #fff; }
        @media (max-width: 991px) {
          .section_slider .thumb-slider-text .slider-text .button {
            padding: 5px 15px;
            font-size: 14px; } }
        @media (max-width: 767px) {
          .section_slider .thumb-slider-text .slider-text .button {
            padding: 5px 15px;
            font-size: 14px; } }
        .section_slider .thumb-slider-text .slider-text .button:hover {
          background: var(--mainColor);
          color: #fff; }
  .section_slider .swiper-slide-active {
    overflow: hidden; }
    .section_slider .swiper-slide-active img {
      transform: scale(1.04);
      transition: all 2s ease; }
    .section_slider .swiper-slide-active .slider-text {
      animation: backInUp 2s both; }

@keyframes backInUp {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.section_danhmuc .img-danhmuc {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .section_danhmuc .img-danhmuc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: cover; }
  .section_danhmuc .img-danhmuc:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5; }
  .section_danhmuc .img-danhmuc .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    padding-right: 20px;
    right: 20px;
    z-index: 1; }
    .section_danhmuc .img-danhmuc .title span {
      display: inline-block;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 10px; }
    .section_danhmuc .img-danhmuc .title em {
      display: block; }
    .section_danhmuc .img-danhmuc .title svg {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%); }

.section_danhmuc .img-item-danhmuc {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .section_danhmuc .img-item-danhmuc .title {
    color: #000;
    padding: 20px;
    padding-right: 20px;
    background: #fafafa;
    position: relative; }
    .section_danhmuc .img-item-danhmuc .title span {
      display: inline-block;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 10px; }
    .section_danhmuc .img-item-danhmuc .title em {
      display: block; }
    .section_danhmuc .img-item-danhmuc .title svg {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translate(0, -50%); }

.section_danhmuc a span {
  position: relative;
  text-decoration: none; }
  .section_danhmuc a span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease; }

.section_danhmuc a svg {
  transition: transform 0.3s ease; }

.section_danhmuc a:hover span:after {
  width: 100%; }

.section_danhmuc a:hover svg {
  transform: translate(0, -50%) rotate(90deg) !important; }

.section_flashsale .thumb-flashsale {
  background-color: var(--mainColor);
  border-radius: 20px;
  padding: 20px;
  background-size: cover; }

.section_flashsale .title-flashsale {
  color: #fff;
  text-align: center;
  font-size: 20px; }
  .section_flashsale .title-flashsale span {
    font-weight: bold;
    display: block;
    font-size: 50px; }
  @media (max-width: 767px) {
    .section_flashsale .title-flashsale {
      font-size: 16px; }
      .section_flashsale .title-flashsale span {
        font-size: 28px; } }

.section_flashsale .count-down {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
  color: #fff; }
  .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: #fff;
      justify-content: center;
      align-items: center;
      margin: 5px;
      margin-bottom: 0; }
      .section_flashsale .count-down .timer-view .block-timer p {
        margin-bottom: 0;
        font-size: 16px; }
        .section_flashsale .count-down .timer-view .block-timer p b {
          display: flex;
          font-size: 60px;
          line-height: 60px;
          color: #fff;
          align-items: center;
          justify-content: center; }
          @media (max-width: 767px) {
            .section_flashsale .count-down .timer-view .block-timer p b {
              font-size: 24px;
              line-height: 24px; } }
      .section_flashsale .count-down .timer-view .block-timer:first-child {
        margin-left: 0; }
    .section_flashsale .count-down .timer-view > span {
      font-size: 30px;
      font-weight: 600;
      line-height: 30px;
      position: relative;
      top: 0px;
      color: #fff;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .section_flashsale .count-down .timer-view > span {
          font-size: 16px;
          line-height: 16px;
          margin: 0 5px; } }

.section_flashsale .button-more-style {
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 50px;
  backdrop-filter: blur(12px);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-align: center;
  margin-top: 20px; }
  .section_flashsale .button-more-style::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: top 0.4s cubic-bezier(0.3, 1, 0.3, 1);
    z-index: 0; }
  .section_flashsale .button-more-style a {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease; }
  .section_flashsale .button-more-style:hover {
    transform: translateY(-2px); }
    .section_flashsale .button-more-style:hover::before {
      top: 0; }
    .section_flashsale .button-more-style:hover a {
      color: #000; }

.section_flashsale .min-productcount {
  margin-bottom: 10px; }
  .section_flashsale .min-productcount .countdown .line {
    height: 8px;
    background: #dfdfdf;
    border-radius: 5px; }
    .section_flashsale .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; }
  .section_flashsale .min-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_video .thumb-video {
  overflow: hidden;
  height: 750px;
  display: block;
  position: relative;
  border-radius: 25px 25px 0 0; }
  .section_video .thumb-video:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 1; }
  .section_video .thumb-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .section_video .thumb-video .text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    right: 20px;
    text-align: center;
    color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1000px; }
    @media (max-width: 767px) {
      .section_video .thumb-video .text {
        padding: 10px; } }
    .section_video .thumb-video .text .text1 {
      font-size: 38px;
      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: 20px; }
      @media (max-width: 767px) {
        .section_video .thumb-video .text .text2 {
          font-size: 12px; } }
    .section_video .thumb-video .text .button-more-style {
      padding: 10px 25px;
      border: 2px solid #fff;
      border-radius: 50px;
      backdrop-filter: blur(12px);
      color: #fff;
      position: relative;
      overflow: hidden;
      display: inline-block;
      cursor: pointer;
      transition: transform 0.3s ease; }
      .section_video .thumb-video .text .button-more-style::before {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: top 0.4s cubic-bezier(0.3, 1, 0.3, 1);
        z-index: 0; }
      .section_video .thumb-video .text .button-more-style a {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.3s ease; }
      .section_video .thumb-video .text .button-more-style:hover {
        transform: translateY(-2px); }
        .section_video .thumb-video .text .button-more-style:hover::before {
          top: 0; }
        .section_video .thumb-video .text .button-more-style:hover a {
          color: #000; }

.section_product_bst {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px 0 0; }
  .section_product_bst:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5; }
  .section_product_bst .title-index {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    justify-content: end;
    gap: 20px; }
    .section_product_bst .title-index .title-name {
      color: #fff; }
  .section_product_bst .button-more-style {
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 50px;
    backdrop-filter: blur(12px);
    color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-align: center;
    margin-top: 20px; }
    .section_product_bst .button-more-style::before {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 100%;
      background: #fff;
      transition: top 0.4s cubic-bezier(0.3, 1, 0.3, 1);
      z-index: 0; }
    .section_product_bst .button-more-style a {
      position: relative;
      z-index: 1;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      transition: color 0.3s ease; }
    .section_product_bst .button-more-style:hover {
      transform: translateY(-2px); }
      .section_product_bst .button-more-style:hover::before {
        top: 0; }
      .section_product_bst .button-more-style:hover a {
        color: #000; }

.section_two_image .compare-section {
  margin: 0 auto; }
  .section_two_image .compare-section img-comparison-slider {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden; }
  .section_two_image .compare-section .compare-item {
    position: relative;
    width: 100%;
    height: 100%; }
    .section_two_image .compare-section .compare-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .section_two_image .compare-section .label {
    position: absolute;
    bottom: 30px;
    color: #fff; }
    @media (max-width: 767px) {
      .section_two_image .compare-section .label {
        bottom: 10px; } }
    .section_two_image .compare-section .label span {
      font-size: 14px;
      opacity: 0.8;
      display: block; }
    .section_two_image .compare-section .label h3 {
      font-size: 28px;
      font-weight: 600;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .section_two_image .compare-section .label h3 {
          font-size: 18px; } }
    .section_two_image .compare-section .label.left-label {
      left: 30px;
      right: auto;
      text-align: left; }
      @media (max-width: 767px) {
        .section_two_image .compare-section .label.left-label {
          left: 10px; } }
    .section_two_image .compare-section .label.right-label {
      right: 30px;
      left: auto;
      text-align: right; }
      @media (max-width: 767px) {
        .section_two_image .compare-section .label.right-label {
          right: 10px; } }

.section_insta .item-insta {
  position: relative;
  overflow: hidden; }
  .section_insta .item-insta .media-wrap {
    padding-bottom: 125%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 20px; }
    .section_insta .item-insta .media-wrap .img-insta,
    .section_insta .item-insta .media-wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .section_insta .item-insta .media-wrap .img-insta {
      z-index: 2;
      opacity: 1;
      transition: opacity 0.3s ease; }
    .section_insta .item-insta .media-wrap video {
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s ease; }
  .section_insta .item-insta svg {
    fill: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    width: 26px;
    height: 26px; }
  .section_insta .item-insta .list-pro-insta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2; }
    .section_insta .item-insta .list-pro-insta ul {
      gap: 10px;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr)); }
      .section_insta .item-insta .list-pro-insta ul a {
        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%;
        border-radius: 10px;
        background: #fff; }
        .section_insta .item-insta .list-pro-insta ul a img {
          width: auto !important;
          max-height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          will-change: opacify; }
    .section_insta .item-insta .list-pro-insta .more {
      background: #fff;
      display: block;
      padding: 10px;
      text-align: center;
      color: #000;
      border-radius: 25px;
      font-size: 16px;
      position: relative;
      max-height: 0;
      opacity: 0;
      pointer-events: none;
      transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
      transition-property: max-height, opacity, margin;
      overflow: hidden;
      z-index: 1; }
      .section_insta .item-insta .list-pro-insta .more:before {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        background: var(--mainColor);
        transition: top 0.4s cubic-bezier(0.3, 1, 0.3, 1);
        z-index: -1; }
      .section_insta .item-insta .list-pro-insta .more:hover {
        color: #fff; }
        .section_insta .item-insta .list-pro-insta .more:hover:before {
          top: 0; }
  .section_insta .item-insta.is-hover .img-insta {
    opacity: 0; }
  .section_insta .item-insta.is-hover video {
    opacity: 1; }
  .section_insta .item-insta.is-hover .more {
    opacity: 1;
    max-height: 3.75rem;
    pointer-events: auto;
    margin-block-start: 15px; }

.section_product .thumb-image {
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  height: 100%;
  border-radius: 20px; }
  @media (max-width: 991px) {
    .section_product .thumb-image {
      height: 300px; } }
  .section_product .thumb-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.24); }
  .section_product .thumb-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .section_product .thumb-image .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 20px;
    color: #fff;
    z-index: 1; }
    .section_product .thumb-image .content .title-md-product {
      font-size: 30px;
      font-weight: bold; }
    .section_product .thumb-image .content .content-md-product {
      font-size: 16px; }
    .section_product .thumb-image .content .button-more-style {
      padding: 10px 25px;
      border: 2px solid #fff;
      border-radius: 50px;
      backdrop-filter: blur(12px);
      color: #fff;
      position: relative;
      overflow: hidden;
      display: inline-block;
      cursor: pointer;
      transition: transform 0.3s ease; }
      .section_product .thumb-image .content .button-more-style::before {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: top 0.4s cubic-bezier(0.3, 1, 0.3, 1);
        z-index: 0; }
      .section_product .thumb-image .content .button-more-style a {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.3s ease; }
      .section_product .thumb-image .content .button-more-style:hover {
        transform: translateY(-2px); }
        .section_product .thumb-image .content .button-more-style:hover::before {
          top: 0; }
        .section_product .thumb-image .content .button-more-style:hover a {
          color: #000; }

.section_info_product .thumb-info {
  overflow: hidden;
  border-radius: 20px;
  background: #f7f7f7;
  margin-bottom: 40px; }
  .section_info_product .thumb-info .right {
    order: 2; }
  .section_info_product .thumb-info .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 15px; }
    .section_info_product .thumb-info .info .title {
      font-size: 30px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .section_info_product .thumb-info .info .title {
          font-size: 24px; } }
    .section_info_product .thumb-info .info .content {
      font-size: 16px; }
      @media (max-width: 767px) {
        .section_info_product .thumb-info .info .content {
          font-size: 14px; } }

.section_quytrinh {
  padding: 10px; }
  .section_quytrinh .quytrinh-thumb {
    padding: 100px 0;
    background-attachment: fixed;
    position: relative;
    border-radius: 10px; }
  .section_quytrinh .row {
    position: relative; }
    @media (min-width: 767px) {
      .section_quytrinh .row:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        height: 2px;
        background: #ffffff; } }
  .section_quytrinh .title-content {
    color: #fff; }
  .section_quytrinh .item {
    background: var(--mainColor);
    color: #fff;
    padding: 35px 20px 30px 45px;
    border-radius: 10px;
    border: 5px solid #fff;
    position: relative;
    margin: 80px 0;
    margin-left: 45px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .section_quytrinh .item {
        padding: 20px 30px 10px 34px;
        margin: 50px 0 0 20px;
        min-height: inherit !important; } }
    .section_quytrinh .item .num {
      position: absolute;
      bottom: -25px;
      width: 50px;
      height: 50px;
      right: -25px;
      background: var(--hover);
      border-radius: 50%;
      border: 5px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .section_quytrinh .item .num {
          right: -16px; } }
    .section_quytrinh .item .icon {
      position: absolute;
      left: -50px;
      top: -50px;
      background: var(--hover);
      border: 5px solid #fff;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px; }
      @media (max-width: 767px) {
        .section_quytrinh .item .icon {
          left: -31px;
          top: -35px;
          width: 70px;
          height: 70px;
          padding: 10px; } }
    .section_quytrinh .item .des {
      font-size: 16px; }
      .section_quytrinh .item .des .title {
        display: block;
        font-size: 20px;
        color: var(--hover);
        font-weight: bold;
        margin-bottom: 10px; }
  @media (min-width: 767px) {
    .section_quytrinh .item1:before, .section_quytrinh .item2:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 82px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%);
      bottom: -86px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .section_quytrinh .item1:before, .section_quytrinh .item2:before {
      left: 30%;
      transform: translateX(-30%); } }
  @media (min-width: 767px) {
    .section_quytrinh .item1:after, .section_quytrinh .item2:after {
      content: "";
      background: var(--hover);
      width: 18px;
      height: 18px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%;
      bottom: -94px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .section_quytrinh .item1:after, .section_quytrinh .item2:after {
      left: 29%;
      transform: translateX(-25%); } }
  @media (min-width: 767px) {
    .section_quytrinh .item3:before, .section_quytrinh .item4:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 82px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%);
      top: -86px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .section_quytrinh .item3:before, .section_quytrinh .item4:before {
      left: 70%;
      transform: translateX(70%); } }
  @media (min-width: 767px) {
    .section_quytrinh .item3:after, .section_quytrinh .item4:after {
      content: "";
      background: var(--hover);
      width: 18px;
      height: 18px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%;
      top: -94px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .section_quytrinh .item3:after, .section_quytrinh .item4:after {
      left: 70%;
      transform: translateX(-37%); } }
  @media (max-width: 767px) {
    .section_quytrinh .col1 {
      order: 1; }
    .section_quytrinh .col2 {
      order: 3; }
    .section_quytrinh .col3 {
      order: 2; }
    .section_quytrinh .col4 {
      order: 4; } }

.section_about .image img {
  border-radius: 10px; }

@media (max-width: 1199px) {
  .section_about .image {
    position: sticky;
    top: 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: 30px;
  text-align: justify; }
  @media (max-width: 767px) {
    .section_about .thump-content .content-about {
      font-size: 16px; } }

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

.section_about .thump-content ul {
  padding-left: 20px; }
  .section_about .thump-content ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    padding: 10px 10px 10px 40px;
    background: var(--mainColor);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 0px 18px 0px rgba(0, 0, 0, 0.03);
    color: #fff;
    position: relative; }
    .section_about .thump-content ul li:last-child {
      margin-bottom: 0px; }
    .section_about .thump-content ul li .num {
      color: #fff;
      font-size: 26px;
      font-weight: 700;
      position: absolute;
      left: -20px;
      background: var(--hover);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      top: -10px; }
    .section_about .thump-content ul li .content {
      display: block;
      font-size: 16px; }
    .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; }
      @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;
      display: block; }
      @media (max-width: 767px) {
        .section_about .thump-content ul li span {
          font-size: 14px; } }

.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: 25px;
    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 (max-width: 1199px) {
    .section_product_tab .tab-content .col-fix:nth-child(6) {
      display: none; } }

.section_product_tab .button-more-style {
  padding: 10px 25px;
  border: 2px solid #000;
  border-radius: 50px;
  backdrop-filter: blur(12px);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-align: center;
  margin-top: 20px; }
  .section_product_tab .button-more-style::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #000;
    transition: top 0.4s cubic-bezier(0.3, 1, 0.3, 1);
    z-index: 0; }
  .section_product_tab .button-more-style a {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease; }
  .section_product_tab .button-more-style:hover {
    transform: translateY(-2px); }
    .section_product_tab .button-more-style:hover::before {
      top: 0; }
    .section_product_tab .button-more-style:hover a {
      color: #fff; }

.section_review {
  background: #000;
  padding: 80px 0;
  background-size: cover; }
  .section_review .title-index {
    color: #fff;
    text-align: center; }
    .section_review .title-index .title-name {
      color: #fff; }
  .section_review .image-review {
    border-radius: 10px; }
  .section_review .review-thumb {
    max-width: 1000px;
    margin: auto;
    position: relative; }
    .section_review .review-thumb svg {
      fill: #fff;
      width: 50px;
      height: 50px;
      position: absolute;
      left: 0; }
  .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 {
      margin-bottom: 20px;
      color: #fff;
      text-align: center; }
      .section_review .swiper-slide .review-info .info-image {
        overflow: hidden;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        margin: auto; }
      .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;
        justify-content: center; }
        .section_review .swiper-slide .review-info .info-content .star-rating:before {
          content: "★★★★★";
          background: linear-gradient(90deg, #ffc800 var(--percent), #999 var(--percent));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
    .section_review .swiper-slide .review-content {
      color: #fff;
      font-size: 18px;
      text-align: center; }
      @media (max-width: 767px) {
        .section_review .swiper-slide .review-content {
          font-size: 16px; } }

.section_thuonghieu .thuonghieu-swiper a {
  padding-bottom: 40%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 10px; }
  .section_thuonghieu .thuonghieu-swiper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    transition: all .5s ease; }
  .section_thuonghieu .thuonghieu-swiper a:hover img {
    transform: scale(0.8); }

.section_blog .button-more-style {
  padding: 10px 25px;
  border: 2px solid #000;
  border-radius: 50px;
  backdrop-filter: blur(12px);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-align: center;
  margin-top: 20px; }
  .section_blog .button-more-style::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #000;
    transition: top 0.4s cubic-bezier(0.3, 1, 0.3, 1);
    z-index: 0; }
  .section_blog .button-more-style a {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease; }
  .section_blog .button-more-style:hover {
    transform: translateY(-2px); }
    .section_blog .button-more-style:hover::before {
      top: 0; }
    .section_blog .button-more-style:hover a {
      color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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