@charset "UTF-8";
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

section {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  section {
    margin-bottom: 30px;
  }
}

.section_slider {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.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;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  margin: auto;
  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;
  }
}
.section_slider .thumb-slider-text .slider-text {
  text-align: center;
  color: #000;
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .section_slider .thumb-slider-text .slider-text {
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
.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);
}
@media (max-width: 991px) {
  .section_slider .thumb-slider-text .slider-text .title {
    font-size: 18px;
  }
}
.section_slider .thumb-slider-text .slider-text .content {
  font-size: 20px;
  position: relative;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section_slider .thumb-slider-text .slider-text .content {
    display: none;
  }
}
.section_slider .thumb-slider-text .slider-text .button {
  color: #fff;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 5px;
  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;
  }
}
.section_slider .thumb-slider-text .slider-text .button:hover {
  background: var(--hover);
}
.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_flashsale .thumb-flasale {
  border-radius: 5px;
  padding: 10px;
  background: linear-gradient(0deg, var(--mainColor) 0%, #fff 100%);
}

.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;
  }
}

.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: center;
  margin-bottom: 15px;
}
.section_flashsale .count-down .title-timer {
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0 1px 1px var(--mainColor);
  color: #000;
}
@media (max-width: 991px) {
  .section_flashsale .count-down .title-timer {
    font-size: 24px;
  }
}
.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: 20px;
}
.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 .min-productcount {
  margin-top: 5px;
  position: relative;
}
.section_flashsale .min-productcount .countdown .line {
  height: 20px;
  background: #dfdfdf;
  border-radius: 5px;
}
.section_flashsale .min-productcount .countdown .line span {
  width: 62%;
  display: block;
  height: 20px;
  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: 600;
  display: block;
  position: absolute;
  top: -1px;
  width: 100%;
  font-size: 14px;
}

@keyframes progress_bar_fill {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

.section_product .title-index {
  text-align: left;
}
.section_product .title-index .title-name {
  padding-left: 20px;
}
.section_product .title-index .title-name:after {
  left: 0;
}

.section_product .style-button {
  margin-top: 20px;
}

.section_product .thumb-image-banner-pro {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
@media (max-width: 767px) {
  .section_product .thumb-image-banner-pro {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
.section_product .thumb-image-banner-pro .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  padding: 30px;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  opacity: 0;
  color: #fff;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.section_product .thumb-image-banner-pro span {
  display: block;
  margin-bottom: 10px;
}
.section_product .thumb-image-banner-pro span:last-child {
  margin-bottom: 0px;
}
.section_product .thumb-image-banner-pro .content1 {
  font-size: 26px;
  font-weight: bold;
}
.section_product .thumb-image-banner-pro:hover .content {
  transition: 0.5s;
  opacity: 1;
}

@media (min-width: 767px) {
  .section_danhmuc {
    min-height: 200px;
  }
}

.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: 50%;
  border: 2px solid #e5e5e5;
}
.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 0.2s linear;
}
.section_danhmuc .danhmuc-slider a h3 {
  font-size: 16px;
  color: #000;
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section_danhmuc .danhmuc-slider a h3 {
    font-size: 16px;
  }
}
.section_danhmuc .danhmuc-slider a h3 .num {
  font-size: 14px;
  font-weight: 300;
}
.section_danhmuc .danhmuc-slider a:hover picture {
  border: 2px solid var(--hover);
}
.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);
}

.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;
}
@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: 16px;
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  background: #eee;
}
.section_product_tab .tabs-title .tab-link span img {
  display: block;
  max-height: 32px;
  width: auto;
  margin: auto;
  margin-right: 5px;
}
@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 {
  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;
  }
}

@media (max-width: 1199px) {
  .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 .title-index {
  text-align: left;
}
.section_review .title-index .title-name {
  padding-left: 20px;
}
.section_review .title-index .title-name:after {
  left: 0;
}
.section_review .star-rating {
  --percent: calc(var(--rating) / 5 * 100%);
  position: relative;
  display: flex;
  align-items: center;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 10px;
}
.section_review .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 {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  border-radius: 10px;
  margin-top: 60px;
  position: relative;
}
.section_review .review-info .info-image {
  overflow: hidden;
  width: 96px;
  border-radius: 10px;
  margin-top: -85px;
}
.section_review .review-info .info-content {
  font-size: 16px;
}
.section_review .review-info .info-content .review-content {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
}
.section_review .review-info .info-content .content-name {
  text-align: left;
  color: var(--mainColor);
  font-weight: bold;
  font-size: 20px;
}
.section_review .thumb-image {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_review .thumb-image {
    border-radius: 5px;
  }
}
.section_review .thum-review {
  background: #fff;
  width: calc(100% + 120px);
  position: relative;
  left: -120px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 5px 0 #ccc;
}
@media (max-width: 1199px) {
  .section_review .thum-review {
    width: calc(100% + 350px);
    left: -350px;
  }
}
@media (max-width: 991px) {
  .section_review .thum-review {
    margin: auto;
    margin-top: -280px;
    width: 95%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .section_review .thum-review {
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
  }
}

.section_chinhsach {
  padding: 10px 0;
}
.section_chinhsach .background-thumb {
  background: var(--bg);
}
@media (max-width: 767px) {
  .section_chinhsach .background-thumb {
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .section_chinhsach .row {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 !important;
  }
}
.section_chinhsach .item {
  display: flex;
}
.section_chinhsach .item .icon {
  min-width: 50px;
}
.section_chinhsach .item .icon img {
  max-width: 50px;
}
.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;
  }
}

@media (max-width: 767px) {
  .section_2_banner .image1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .section_guide .faq {
    margin-bottom: 15px;
  }
}

.section_guide .faq li {
  margin-bottom: 20px;
}
.section_guide .faq li:last-child {
  margin-bottom: 0px;
}
.section_guide .faq li h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #d9d9d9;
  cursor: pointer;
}
.section_guide .faq li h3 span {
  width: 40px;
  display: inline-flex;
  height: 40px;
  background: #d9d9d9;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
}
.section_guide .faq li h3:hover {
  color: #000;
}
.section_guide .faq li.active h3 {
  color: #000;
}
.section_guide .faq li.active h3 span {
  background: var(--mainColor);
  animation: boxshadow 1.2s ease-in-out infinite;
}
.section_guide .faq li .content-faq {
  padding-left: 56px;
  position: relative;
}
.section_guide .faq li .content-faq:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 3px;
  background: var(--mainColor);
  left: 20px;
}

.section_guide img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .section_guide img {
    border-radius: 5px;
  }
}

@keyframes boxshadow {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--mainColor) 0%, transparent);
  }
  100% {
    box-shadow: 0 0 0 9px color-mix(in srgb, var(--mainColor) 50%, transparent);
  }
}

.section_danhmuc2 .title {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  background: color-mix(in srgb, #000 50%, transparent);
  border-radius: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .section_danhmuc2 .title {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.section_danhmuc2 a:hover .title {
  color: var(--hover);
}

.section_about {
  padding: 60px 0;
  background: var(--bg);
}
@media (max-width: 767px) {
  .section_about {
    padding: 20px 0;
  }
}
.section_about .title-index {
  text-align: left;
}
.section_about .title-index .title-name {
  padding-left: 20px;
}
.section_about .title-index .title-name:after {
  left: 0;
}
.section_about .why {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 15px;
}
.section_about .why li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section_about .why li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section_about .why li img {
  max-height: 50px;
  width: auto;
  padding: 10px;
  border-radius: 50%;
  background: var(--hover);
  margin-right: 10px;
}
.section_about .image-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.section_about .image-about li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .section_about .image-about li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }
}
.section_about .image-about li .thump-image {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_about .image-about li .thump-image {
    border-radius: 5px;
  }
}

.sction_4_banner .row-fix {
  margin-left: -5px;
  margin-right: -5px;
}
.sction_4_banner .row-fix .col-fix {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
}

.sction_4_banner .thumb-image2 {
  margin-bottom: 9px;
}

.sction_4_banner .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: end;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  opacity: 0;
  color: #fff;
}

.sction_4_banner .thumb-image2 .content,
.sction_4_banner .thumb-image3 .content,
.sction_4_banner .thumb-image4 .content {
  align-items: center;
  text-align: center;
  justify-content: center;
}

.sction_4_banner .thumb-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
@media (max-width: 767px) {
  .sction_4_banner .thumb-image {
    border-radius: 5px;
  }
}
.sction_4_banner .thumb-image span {
  display: block;
  margin-bottom: 10px;
}
.sction_4_banner .thumb-image span:last-child {
  margin-bottom: 0px;
}
.sction_4_banner .thumb-image .content2 {
  font-size: 26px;
  font-weight: bold;
}
.sction_4_banner .thumb-image:hover .content {
  transition: 0.5s;
  opacity: 1;
}

.section_brand {
  padding: 60px 0;
  background: var(--bg);
}
.section_brand .thuonghieu-swiper {
  width: 80%;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .section_brand .thuonghieu-swiper {
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .section_brand .thuonghieu-swiper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section_brand .thuonghieu-swiper .swiper-slide {
  justify-content: center;
  display: flex;
  align-items: center;
}

.section_instagram .thumb-insta {
  background: var(--bg);
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .section_instagram .thumb-insta {
    padding: 10px;
    border-radius: 5px;
  }
}

.section_instagram .insta-slider-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  height: 100%;
  width: 100%;
}
.section_instagram .insta-slider-container .swiper-wrappers {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transition-timing-function: linear !important;
  margin-left: -10px;
  margin-right: -10px;
  height: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .section_instagram .insta-slider-container .swiper-wrappers {
    height: 240px;
  }
}
.section_instagram .insta-slider-container .swiper-wrappers .swiper-container {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 5px;
  padding-right: 5px;
}
.section_instagram .insta-slider-container .swiper-wrappers .swiper-wrapper {
  gap: 10px;
  width: 100%;
}
.section_instagram .insta-slider-container .swiper-slide {
  width: 100%;
}
.section_instagram .insta-slider-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.section_instagram .mySwiper2 {
  transform: rotate(180deg);
}
.section_instagram .mySwiper2 .swiper-slide {
  transform: rotate(-180deg);
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.bread-crumb {
  margin-bottom: 40px;
  min-height: 340px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .bread-crumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .bread-crumb {
    padding: 20px 0;
    background-size: cover;
    min-height: 150px;
    background-position: center left;
  }
}
.bread-crumb:after {
  background: rgba(0, 0, 0, 0.26);
  content: "";
  height: 100% !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.bread-crumb .title-bread-crumb {
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  font-size: 50px;
}
@media (max-width: 767px) {
  .bread-crumb .title-bread-crumb {
    font-size: 20px;
  }
}

.bread-crumb {
  font-weight: bold;
}

.breadcrumb {
  margin: 0;
  font-size: 16px;
  padding: 15px 0;
  border-radius: 0;
  line-height: 24px;
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li > a {
  color: #fff;
}
.breadcrumb li > a > span {
  color: #fff;
}
.breadcrumb li .mr_lr {
  padding: 0 3px;
  color: #fff;
}
.breadcrumb li .mr_lr svg {
  width: 10px;
  height: 10px;
  margin-top: -2px;
}
.breadcrumb li span {
  display: inline;
  color: #fff;
  word-break: break-word;
}
.breadcrumb li span .fa {
  color: #fff;
  padding: 0 5px;
}
.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
  color: var(--mainColor);
  text-decoration: none;
}
.breadcrumb li a:hover span,
.breadcrumb li.active span,
.breadcrumb li strong span {
  color: var(--mainColor);
}
.breadcrumb > li + li:before {
  display: none;
}
