@charset "UTF-8";
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.section_slider {
  text-align: center;
  margin-top: 30px; }
  .section_slider .thumb-slider-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 14%;
    width: 1300px;
    margin: auto;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 600px; }
    @media (max-width: 1199px) {
      .section_slider .thumb-slider-text {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .section_slider .thumb-slider-text {
        left: 0%;
        padding: 0; } }
    .section_slider .thumb-slider-text .slider-text {
      text-align: left;
      color: #000;
      display: inline-block;
      position: relative; }
      @media (max-width: 991px) {
        .section_slider .thumb-slider-text .slider-text {
          text-align: left;
          width: 100%;
          padding: 10px; } }
      .section_slider .thumb-slider-text .slider-text .title {
        color: var(--mainColor);
        font-size: 20px;
        font-weight: 700;
        position: relative; }
        @media (max-width: 991px) {
          .section_slider .thumb-slider-text .slider-text .title {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .section_slider .thumb-slider-text .slider-text .title {
            font-size: 12px;
            margin-bottom: 5px; } }
      .section_slider .thumb-slider-text .slider-text .content {
        font-size: 50px;
        position: relative;
        color: #fff;
        font-weight: bold;
        line-height: 60px; }
        @media (max-width: 991px) {
          .section_slider .thumb-slider-text .slider-text .content {
            font-size: 20px;
            line-height: 30px; } }
        @media (max-width: 767px) {
          .section_slider .thumb-slider-text .slider-text .content {
            font-size: 16px;
            line-height: 20px; } }
      .section_slider .thumb-slider-text .slider-text .button {
        padding: 8px 30px;
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        margin-top: 15px;
        position: relative;
        background: var(--mainColor); }
        @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 {
            margin-top: 5px; } }
        .section_slider .thumb-slider-text .slider-text .button:hover {
          background: var(--hover);
          color: #fff; }
  .section_slider .home-slider {
    border-radius: 20px;
    overflow: hidden; }
  .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_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 .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;
  background: var(--mainColor);
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 36px 30px; }
  .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: 20px;
          width: 50px;
          height: 50px;
          color: var(--mainColor);
          background: #fff;
          border-radius: 50%;
          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 {
      font-size: 30px;
      font-weight: 600;
      line-height: 30px;
      position: relative;
      top: 0px;
      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: 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 {
  padding: 70px 0;
  background-size: cover; }
  .section_congdung .list-congdung li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px; }
    .section_congdung .list-congdung li .icon {
      min-width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--mainColor);
      margin-lef: 10px;
      border-radius: 50%;
      position: relative; }
      .section_congdung .list-congdung li .icon:before {
        position: absolute;
        left: 10px;
        top: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        content: '';
        border: 1px dashed #fff;
        border-radius: 50%;
        animation: rotated 10s infinite  linear;
        transition: 500ms all  ease;
        animation-play-state: running; }
      .section_congdung .list-congdung li .icon img {
        max-height: 35px;
        width: auto; }
    .section_congdung .list-congdung li .content {
      font-weight: bold;
      font-size: 20px; }
      .section_congdung .list-congdung li .content span {
        display: block;
        font-weight: initial;
        font-size: 16px; }
  @media (min-width: 991px) {
    .section_congdung .list-congdung.list-congdung-left {
      text-align: right; }
      .section_congdung .list-congdung.list-congdung-left li {
        justify-content: end; }
        .section_congdung .list-congdung.list-congdung-left li:nth-child(2) {
          padding-right: 30px; }
        .section_congdung .list-congdung.list-congdung-left li .icon {
          order: 2; }
    .section_congdung .list-congdung.list-congdung-right li:nth-child(2) {
      padding-left: 30px; } }

.section_product .thumb-pro {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 var(--mainColor); }

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

.section_product .button-more-style {
  text-align: center;
  margin-top: 20px; }

.section_danhmuc .bg-thumb {
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 30px; }
  @media (max-width: 991px) {
    .section_danhmuc .bg-thumb {
      padding: 15px;
      border-radius: 15px; } }

.section_danhmuc .danhmuc-slider a {
  display: block;
  width: 100%;
  text-align: center; }
  .section_danhmuc .danhmuc-slider a picture {
    position: relative;
    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: 30px;
    background: #fff; }
    .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;
      transition: all .2s linear;
      padding: 10%; }
  .section_danhmuc .danhmuc-slider a h3 {
    font-size: 20px;
    display: inline-block;
    margin-top: -18px;
    background: var(--mainColor);
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 5px 30px;
    border-radius: 30px; }
    @media (max-width: 767px) {
      .section_danhmuc .danhmuc-slider a h3 {
        font-size: 16px; } }
  .section_danhmuc .danhmuc-slider a:hover picture img {
    transform: scale(1.1);
    transition: all 0.2s linear; }
  .section_danhmuc .danhmuc-slider a:hover h3 {
    background: var(--hover);
    color: #fff; }

.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: 20px; }

.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-about-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important; }

.section_about .image-about {
  animation: movebounce 3.0s linear infinite; }

.section_about .thump-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .section_about .thump-content {
      margin-top: 20px; } }
  .section_about .thump-content .thump {
    color: #000;
    text-align: left; }
    @media (max-width: 991px) {
      .section_about .thump-content .thump {
        margin-bottom: 20px; } }
    .section_about .thump-content .thump .title-small {
      display: block; }
    .section_about .thump-content .thump h2 {
      color: var(--mainColor);
      font-weight: 700;
      font-family: "Bricolage Grotesque", sans-serif; }
      @media (max-width: 991px) {
        .section_about .thump-content .thump h2 {
          font-size: 26px; } }
      .section_about .thump-content .thump h2 b {
        color: var(--mainCOlor); }
    .section_about .thump-content .thump .content {
      display: block;
      font-size: 16px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .section_about .thump-content .thump .content {
          font-size: 14px; } }
  .section_about .thump-content ul {
    margin-bottom: 20px; }
    .section_about .thump-content ul li {
      display: flex;
      margin-bottom: 10px;
      align-items: center; }
      .section_about .thump-content ul li .content {
        margin-bottom: 0px !important; }
      .section_about .thump-content ul li .icon {
        min-width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--bg);
        margin-right: 10px;
        border-radius: 50%;
        position: relative; }
        .section_about .thump-content ul li .icon:before {
          position: absolute;
          left: 10px;
          top: 10px;
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          content: '';
          border: 1px dashed var(--mainColor);
          border-radius: 50%;
          animation: rotated 10s infinite linear;
          transition: 500ms all ease;
          animation-play-state: running; }
        .section_about .thump-content ul li .icon img {
          height: 40px; }
      .section_about .thump-content ul li b {
        display: block;
        font-size: 20px; }

@keyframes movebounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.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: center;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .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: 12px;
    cursor: pointer;
    display: inline-block;
    padding-right: 12px;
    font-size: 15px;
    flex: 0 0 auto;
    text-align: left;
    position: relative;
    height: 100%;
    min-width: 120px;
    text-align: center; }
    @media (max-width: 991px) {
      .section_product_tab .tabs-title .tab-link {
        margin-bottom: 0px; } }
    .section_product_tab .tabs-title .tab-link span {
      font-size: 16px;
      position: relative;
      display: block;
      color: #000;
      text-align: center;
      padding: 5px;
      background: var(--mainColor);
      display: flex;
      align-items: center;
      border: 1px solid #9f9f9f;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: auto;
      justify-content: center;
      margin-bottom: 5px; }
      .section_product_tab .tabs-title .tab-link span img {
        display: block;
        max-height: 35px;
        width: auto;
        margin: auto; }
      @media (max-width: 767px) {
        .section_product_tab .tabs-title .tab-link span {
          font-size: 14px; } }
    .section_product_tab .tabs-title .tab-link.current, .section_product_tab .tabs-title .tab-link:hover {
      font-weight: bold;
      color: var(--hover); }
      .section_product_tab .tabs-title .tab-link.current span, .section_product_tab .tabs-title .tab-link:hover span {
        background: var(--hover);
        color: #fff; }

.section_product_tab .tab-content {
  display: none; }
  .section_product_tab .tab-content.current {
    display: block; }
  @media (max-width: 1199px) {
    .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 .bg-thumb {
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 30px; }
  @media (max-width: 767px) {
    .section_review .bg-thumb {
      padding: 15px;
      border-radius: 15px; } }

.section_review .review-info {
  position: relative; }
  .section_review .review-info .info-image {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .section_review .review-info .info-image {
        position: relative;
        top: auto;
        bottom: -70px;
        left: 20px;
        display: inline-block;
        transform: none;
        margin-top: -70px; } }
  .section_review .review-info .info-content {
    background: #fff;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px 20px 20px 80px;
    position: relative;
    width: calc(100% - 100px);
    margin-left: auto;
    min-height: 300px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767px) {
      .section_review .review-info .info-content {
        width: 100%;
        padding: 75px 10px 10px 10px; } }
    .section_review .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 .review-info .info-content .star-rating:before {
        content: "★★★★★";
        background: linear-gradient(90deg, var(--mainColor) var(--percent), #999 var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .section_review .review-info .info-content .content {
      font-size: 16px;
      line-height: 24px;
      text-align: justify; }
    .section_review .review-info .info-content .content-name {
      font-size: 30px;
      font-weight: bold; }
    .section_review .review-info .info-content .content-type {
      color: var(--mainColor); }
    .section_review .review-info .info-content svg {
      position: absolute;
      right: 20px;
      top: 50px;
      width: 30px;
      height: 30px;
      fill: var(--mainColor); }

@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; }

@media (min-width: 991px) {
  .section_thuonghieu .title-index {
    text-align: left;
    margin-bottom: 0; } }

.section_thuonghieu .title-index .content-name {
  font-size: 15px;
  display: block;
  font-weight: 400; }

.section_thuonghieu .thuonghieu-swiper a {
  overflow: hidden;
  height: 90px;
  display: block;
  position: relative;
  background: var(--bg);
  padding: 20px;
  border-radius: 20px; }
  .section_thuonghieu .thuonghieu-swiper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1);
    transition: all .5s ease;
    padding: 20px; }
  .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: 30px; }
  @media (max-width: 991px) {
    .section1 {
      margin-bottom: 15px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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