:root {
  /* --primary-color: #F94E2F; */
  --primary-color: #0083CC;
  --footer-color: #252937;
  --black-color: #000;
  --white-color: #fff;
  --light-color: #005be0;
  --organge-color: #f17c2c;
  --gap: 20px;
  --font-size-base: 16px;
}

a {
  text-decoration: none;
}

/* css trước đó */
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* display: block; */
}

/* .breadcrumb,
    .product__name__link */
.banner-effect,
.content-body,
.prevent-scroll,
.product {
  overflow: hidden;
}

.breadcrumb,
.product__name__link {
  /* white-space: nowrap; */
  text-overflow: ellipsis;
}

.btn,
.description,
.footer__about,
.heading,
.pagination__link,
.product__link,
.reviews__statistics,
.two-box {
  text-align: center;
}

.home-popular__item,
.about__service,
.about__top__main,
.feedback__avatar,
.news__item,
.news__small,
.product,
.product-promotion,
.reviews,
.reviews__item,
.section-product__form,
.logo-brand__content .slick-arrow,
.slider-arrow .slick-arrow {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.52);
}

.product__image:hover .product__image--second,
.reviews__modal.active {
  visibility: visible;
  opacity: 1;
}

.menu__item:hover>i::before,
.select-selected.select-arrow-active:after {
  content: "\f106";
}

.footer__title,
.heading,
.services__title,
.two-box span,
.user__link {
  text-transform: uppercase;
}

.breadcrumb,
.breadcrumb__link,
.footer__list__label,
.menu__dropdown-2__item,
.reviews__form__stars,
.reviews__statistics,
.select-items div,
.select-selected,
.tag-list__item,
.user__link {
  white-space: nowrap;
}

.about__list li::before,
.breadcrumb__item:not(:last-child):after,
.select-selected:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}



@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }

  .noti-section p {
    margin: 8px 27px 0px 27px !important;
    padding: 0px 15px;
  }

  .product-by-car__image-wrapper {
    min-height: 530px !important;
  }

}

.grid {
  width: 100%;
  display: block;
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.col {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0,
.custom-select select,
.select-hide {
  display: none;
}

.custom-select select {
  min-width: 150px;
  min-height: 40px;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-0 {
  margin-left: 0;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .m-0 {
    display: none;
  }

  .m-1,
  .m-10,
  .m-11,
  .m-12,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9 {
    display: block;
  }

  .m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-o-0 {
    margin-left: 0;
  }

  .m-o-1 {
    margin-left: 8.33333%;
  }

  .m-o-2 {
    margin-left: 16.66667%;
  }

  .m-o-3 {
    margin-left: 25%;
  }

  .m-o-4 {
    margin-left: 33.33333%;
  }

  .m-o-5 {
    margin-left: 41.66667%;
  }

  .m-o-6 {
    margin-left: 50%;
  }

  .m-o-7 {
    margin-left: 58.33333%;
  }

  .m-o-8 {
    margin-left: 66.66667%;
  }

  .m-o-9 {
    margin-left: 75%;
  }

  .m-o-10 {
    margin-left: 83.33333%;
  }

  .m-o-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row.sm-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .l-0 {
    display: none;
  }

  .l-1,
  .l-10,
  .l-11,
  .l-12,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9 {
    display: block;
  }

  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-o-0 {
    margin-left: 0;
  }

  .l-o-1 {
    margin-left: 8.33333%;
  }

  .l-o-2 {
    margin-left: 16.66667%;
  }

  .l-o-3 {
    margin-left: 25%;
  }

  .l-o-4 {
    margin-left: 33.33333%;
  }

  .l-o-5 {
    margin-left: 41.66667%;
  }

  .l-o-6 {
    margin-left: 50%;
  }

  .l-o-7 {
    margin-left: 58.33333%;
  }

  .l-o-8 {
    margin-left: 66.66667%;
  }

  .l-o-9 {
    margin-left: 75%;
  }

  .l-o-10 {
    margin-left: 83.33333%;
  }

  .l-o-11 {
    margin-left: 91.66667%;
  }

  .user:hover .user__list {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  scroll-behavior: smooth;
  color: var(--black-color);
  overflow-y: scroll;
}

body {
  padding: 0;
  margin: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sticker-container {
  position: relative;
}

.sticker-left,
.sticker-right {
  position: absolute;
  width: 15vw;
  z-index: -1;
}

.sticker-left {
  left: 0px;
}

.sticker-right {
  right: 0px;
}

.container>p>span {
  line-height: 1.5;
}

.avatar-container {
  gap: 5px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    min-height: 50px;
  }

  .real-images-wrapper {
    width: calc(97% - 20px) !important;
  }
}

@media (max-width: 768px) {
  .home-recommend__btn {
    display: none;
  }

  .home-recommend__btn-mobile {
    display: block !important;
    text-align: center;
    color: black;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .real-images-wrapper {
    width: calc(74.5% - 20px) !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .real-images-wrapper {
    width: calc(59.1% - 20px) !important;
  }

}

@media (max-width: 1199px) {
  .menu__item a {
    font-size: 14px;
  }
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 992px) and (min-width: 615px) {
  .productSlider .product-promotion {
    width: calc(100% / 3 - 24px) !important;
  }

  .home-news__item {
    width: calc(100% / 2 - 15px) !important;
  }
}

@media screen and (max-width: 614px) {
  .productSlider .product-promotion {
    width: calc(100% / 2 - 24px) !important;
  }

  .avatar-container {
    flex-direction: column;
    align-items: start !important;
  }

  .home-title h2 {
    font-size: 18px;
  }

  .home-recommend__btn-mobile,
  .product-seemore__btn,
  .home-recommend__btn {
    font-size: 12px;
    padding: 5px 8px;
  }

  .home-news__item {
    width: calc(100% / 2 - 15px) !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .productSlider .product-promotion {
    width: calc(100% / 4 - 24px) !important;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.banner-effect {
  position: relative;
  display: block;
}

.banner-effect img {
  border-radius: 10px;
}

.banner-effect:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.banner-effect:hover:before {
  -webkit-animation: 1.1s shine;
  animation: 1.1s shine;
}

.slider-dots .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.slider-dots .slick-dots li {
  margin: 0 3px;
}

.slider-dots .slick-dots li button {
  border: 1px solid var(--light-color);
  outline: 0;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--white-color);
  cursor: pointer;
  padding: 0;
}

.slider-dots .slick-dots li.slick-active button,
.slider-dots .slick-dots li:hover button,
.to-top,
.two-box::after {
  background-color: var(--light-color);
}

.slider-dots.out-new {
  margin-bottom: 20px;
}

.slider-dots.out {
  margin-bottom: 65px;
}

.slider-dots.out .slick-dots {
  bottom: unset;
  top: calc(100% + 10px);
}

.slider-space .slick-list {
  margin: -12px;
}

.slider-space .slick-slide,
.tag-list__item {
  margin: 12px;
}

.feedback__content,
.services__sub p,
.slick-track {
  margin: 0;
}

.feedback__content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo-brand__content .slick-arrow,
.slider-arrow .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  border-radius: 4px;
  outline: 0;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.8;
  padding: 0;
}

.logo-brand__content .slick-arrow,
.slider-arrow .slick-arrow:hover {
  opacity: 1;
}

.logo-brand__content .slick-next,
.logo-brand__content .slick-prev {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 1px solid var(--primary-color);
  outline: none;
  background-color: white;
  border-radius: 50px;
  aspect-ratio: 1 / 1;
  width: 40px;
  height: auto;
}

.logo-brand__content .slick-next::after,
.logo-brand__content .slick-prev::after {
  color: var(--primary-color);
  font-size: 9px;
}

.logo-brand__content .slick-next::after {
  content: "❯";
}

.logo-brand__content .slick-prev::after {
  content: "❮";
}

.slider-arrow .slick-next {
  right: 0;
}

.slider-arrow .slick-prev {
  left: 0;
}

.slider-arrow .slick-disabled {
  display: none !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.product {
  margin-top: 24px;
}

.home-popular__item,
.product {
  border-radius: 10px;
  position: relative;
}

.product-card__badge,
.product-discount {
  position: absolute;
  top: 7%;
  right: 0px;
  background-image: url(/templates/oto/img/discount-background.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 7px 5px 7px 11px;
  display: flex;
  gap: 5px;
}

.product-card__badge,
.product-detail__images .product-discount {
  top: 7%;
}

.product-card__badge,
.product-discount p,
.product-discount b {
  color: var(--white-color);
  margin: 0px;
  font-size: 10px;
  line-height: 1;
}

.promotion-container {
  display: flex;
  gap: 10px;
  background-color: var(--white-color);
  justify-content: center;
  padding: 5px 10px;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}

.promotion-seemore {
  margin-bottom: 20px;
}

.promotion-seemore__btn {
  padding: 10px 30px;
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
}

/* Ẩn xuống dưới khi scroll */
.home-recommend__container .product .promotion-container.hide {
  display: none;
}

.promotion-container p {
  margin: 0;
  text-align: center;
  line-height: 1;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.promotion-CTA {
  padding: 5px 10px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50px;
  background-color: #F9665E;
  color: var(--white-color);
  text-align: center;
  transition: all 0.3s ease;
}

.promotion-CTA:hover {
  background-color: var(--organge-color);
}

.new-color {
  background-color: var(--organge-color);
}

@media (max-width: 1024px) {
  .hide-on-desktop {
    display: block !important;
  }

  .hide-on-mobile-tablet {
    display: none !important;
  }

  .container--mb {
    width: unset !important;
    padding: 0 !important;
  }

  .product {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .slider-dots .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slider-dots.out {
    /* margin-bottom: 20px; */
  }

  .slider-dots.out .slick-dots {
    top: 100%;
  }

  .product {
    margin-top: 14px;
  }

  .sticker-left,
  .sticker-right {
    display: none;
  }

  .home-popular__item div h4 {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 425px) {


  .slider-dots.out {
    margin-bottom: none;
  }

  .tabs a span {
    font-size: 10px;
    padding: 5px 10px !important;
    border-radius: 2px !important;
  }

}

.product--mg-bot {
  margin-top: 0;
  margin-bottom: 24px;
}

.product__thumbnail {
  width: 100%;
  position: relative;
}

.product__skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: 1;
}

.product__skeleton__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-style: solid;
  border-width: 4px;
  border-color: var(--black-color) var(--black-color) var(--black-color) transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite spin;
  animation: 1s linear infinite spin;
}

.product__info {
  position: relative;
  padding: 12px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__add-cart {
  position: absolute;
  bottom: 100%;
  right: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: var(--organge-color);
  color: var(--white-color);
  border: 0;
  outline: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.product__add-cart:hover {
  opacity: 0.8 !important;
}

.product__image {
  display: block;
  position: relative;
}

.product__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  min-height: 200px;
}

.product__image--first,
.product__image--second {
  width: 100%;
  display: block;
  padding-top: 100%;
  transition: 0.6s ease-in-out;
}

.product__image--first img,
.product__image--second img,
.slider-partner__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.product__image--second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.product__name {
  margin: 0 0 8px;
}

.product__name__link {
  text-decoration: none;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__name__link:hover {
  color: var(--light-color);
}

.product__price--new {
  font-size: 16px;
  font-weight: 700;
  color: var(--organge-color);
}

.product__price--old {
  font-size: 12px;
  font-weight: 500;
  color: #8c8ca1;
  text-decoration: line-through;
}

.breadcrumb__link,
.footer__bot a,
.heading a,
.menu__dropdown-1__link,
.menu__dropdown-2__link,
.menu__link,
.news__name a,
.pagination__link,
.search__item,
.services__link,
.tag-list__link,
.user__link {
  text-decoration: none;
}

.product__review-star {
  color: #8c8ca1;
  min-height: 20px;
}

.btn,
.product__link,
.to-top {
  color: var(--white-color);
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.product__review-star .checked {
  color: var(--organge-color);
}

.product__bot {
  margin: 0 12px 12px;
  border-top: 1px solid #8c8ca1;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}

.btn,
.logo,
.product__link,
.reviews__like .no,
.reviews__like.liked .yes,
.reviews__like:hover .yes,
.search__loading.active {
  display: block;
}

.product__link {
  padding: 10px 0px;
  width: calc(50% - 5px);
  font-size: 14px;
  background-color: var(--primary-color);
  border-radius: 8px;
  line-height: 1;
}

.btn,
.to-top {
  font-size: 18px;
  cursor: pointer;
}

.btn,
.description::after,
.two-box::before {
  background-color: var(--primary-color);
}

.btn:hover,
.footer__socials__link:hover,
.reviews__filter__item:hover,
.reviews__form__stars span:hover,
.services__link:hover,
.tag-list__link:hover,
.to-top:hover {
  transform: translateY(-3px);
}

.btn {
  padding: 10px 10px;
  border-radius: 10px;
  width: fit-content;
  border: none;
  outline: 0;
  width: 100%;
}

.breadcrumb,
.reviews__head,
.to-top {
  display: flex;
  align-items: center;
}

.pagination--center,
.to-top {
  justify-content: center;
}

.btn--orange {
  background-color: var(--organge-color);
}

.to-top {
  position: fixed;
  bottom: 24px;
  right: -100px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  z-index: 999;
}

.to-top.active {
  right: 24px;
}

.breadcrumb {
  min-height: 24px;
  list-style: none;
  margin: 0;
  padding: 24px 0;
  max-width: 100%;
}

.pagination,
.pagination__link {
  align-items: center;
  display: flex;
}



.breadcrumb__link {
  font-weight: 500;
  color: #252525;
  /* margin-right: 10px; */
}

.heading,
.reviews__name,
.reviews__score,
.reviews__total {
  font-weight: 700;
}

.breadcrumb__link:hover {
  color: var(--light-color);
  text-decoration: underline;
}

.pagination {
  padding-left: 0;
  list-style: none;
  margin: 50px 0;
}

.pagination__item {
  margin: 0 8px;
}

.pagination__item.active a,
.pagination__item:hover a {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.pagination__link {
  color: var(--primary-color);
  width: 46px;
  height: 46px;
  justify-content: center;
  border: 1px solid var(--primary-color);
  font-size: 16px;
  border-radius: 8px;
  line-height: 1;
  transition: 0.3s;
}

.custom-select,
.description,
.iframe-container,
.menu,
.news__share,
.recruitment__foot,
.services__img,
.slider-partner__item,
.tabs a,
.tabs a span,
.two-box,
.two-box span {
  position: relative;
}

.select-selected:after {
  position: absolute;
  content: "\f107";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.select-items div,
.select-selected {
  color: var(--primary-color);
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
}

.select-selected {
  background-color: var(--white-color);
  max-width: 200px;
  text-overflow: ellipsis;
  padding: 8px 32px 8px 12px;
}

.select-items,
.select-selected {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}

.select-items {
  position: absolute;
  background-color: var(--white-color);
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 99;
  max-height: 460px;
  overflow: auto;
}

.same-as-selected,
.select-items div:hover {
  background-color: rgba(40, 51, 115, 0.0901960784);
}

.reviews__filter__item,
.reviews__like {
  background-color: var(--white-color);
  outline: 0;
  cursor: pointer;
}

.ldp-care__body>ul>li>span {
  white-space: pre-wrap;
}

.ldp-care__heading,
.heading {
  font-size: 28px;
  color: var(--primary-color);
  margin: 0 0 10px;
  line-height: 1.5;
}

.heading-position__left {
  text-align: left;
  text-transform: uppercase;
}

.description--left,
.heading--left,
.heading--page {
  text-align: left;
}

@media (max-width: 991px) {
  .heading {
    font-size: 24px;
  }

  .ldp-care__bg {
    margin-top: 20px;
  }

  .category-sidebar {
    display: none !important;
  }

  /* .category-filter__wrapper {
    display: block !important;
  } */
}

@media (max-width: 767px) {
  .product__name__link {
    /* font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 4;
    height: 80px; */
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
  }

  .to-top {
    bottom: 80px;
  }

  .breadcrumb {
    min-height: 40px;
    padding-top: 12px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
  }

  .breadcrumb__item {
    flex-shrink: 0;
    max-width: 20ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 20px;
    line-height: 20px;
  }

  .breadcrumb__item a {
    text-decoration: none;
    color: inherit;
    /* Giữ màu sắc ổn định khi tải */
    font-weight: 500;
  }

  .breadcrumb__item a:hover {
    text-decoration: underline;
  }



  .pagination__item {
    margin: 0 4px;
  }

  .pagination__link {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .heading {
    font-size: 20px;
  }

  .product-promotion__banner {
    display: none;
  }

  .product-promotion__banner-MB {
    display: block !important;
  }
}

.heading--page {
  font-size: 32px;
}

.heading a {
  color: var(--primary-color);
  transition: 0.3s;
}

.heading a:hover,
.reviews__label b {
  color: var(--light-color);
}

.description {
  margin: 0 0 42px;
}

.description::after {
  content: "";
  display: block;
  height: 2px;
  width: 36%;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
}

.two-box::after,
.two-box::before {
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.description--left::after {
  left: 0;
  transform: unset;
}

.description--noLine::after {
  content: unset;
}

.two-box {
  padding: 6px 12px;
}

.reviews__form,
.reviews__modal {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.two-box::before {
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
}

.two-box::after {
  content: "";
  left: 3px;
  top: 3px;
}

.two-box span {
  z-index: 2;
}

.reviews {
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 28px;
}

.reviews__top {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #252525;
  flex-wrap: wrap;
}

.reviews__form__input:focus,
.reviews__form__textarea:focus {
  border-color: var(--light-color);
}

.reviews__score {
  font-size: 32px;
  color: var(--primary-color);
}

.reviews__total {
  color: var(--organge-color);
}

.reviews__open-comment {
  margin-top: 12px;
}

.reviews__filter {
  margin-left: 18px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.reviews__filter__item {
  display: flex;
  align-items: center;
  margin: 6px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  transition: 0.3s;
  padding: 10px 20px;
  justify-content: center;
  border-radius: 8px;
}

.news__share__btn,
.ppf__top__item.active,
.reviews__filter__item.active,
.reviews__filter__item:hover,
.tabs a.active span,
.tabs a:hover span {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.news__heading-avatar {
  margin-bottom: 10px;
}

.news__heading-avatar img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.news-date {
  gap: 5px;
}

.news-date p {
  opacity: 0.5;
}

.news-date img {
  aspect-ratio: 1 / 1;
  width: 24px;
  height: auto;
}

@media screen and (max-width:566px) {
  .container-btn__function {
    grid-template-columns: 1fr !important;
  }

  .product__contact,
  .news__share--top {
    margin-top: 0px !important;
  }

  .container-btn__function {
    margin-top: 20px;
  }

  .promotion-service__button {
    flex-direction: column;
    align-items: center;
  }

  .promotion-service__shiper,
  .promotion-service__fix {
    background-size: 60px;
    width: 80px;
  }

  .home-title h2 {
    font-size: 14px;
  }
}

.reviews__filter__text {
  margin-right: 3px;
}

.reviews__filter__star {
  color: var(--organge-color);
  margin-left: 6px;
}

.reviews__list {
  list-style: none;
  padding-left: 0;
  margin: 24px 0 0;
}

.reviews__item {
  padding: 12px;
  margin-top: 12px;
  border-radius: 10px;
}

.sub-menu__link,
.header,
.header.slide {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
}

.reviews__name {
  margin-right: 12px;
}

.reviews__content {
  margin: 6px 0;
}

.menu__item i,
.reviews__label {
  margin-left: 6px;
}

.reviews__like {
  border: none;
  font-size: 16px;
  padding: 0;
}

.reviews__like .yes,
.reviews__like.liked .no,
.reviews__like:hover .no {
  display: none;
}

.reviews__date {
  margin-left: 12px;
  font-weight: 400;
  font-style: italic;
  color: #8c8ca1;
}

.reviews__modal {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 9999;
}

.header,
.reviews__form {
  z-index: 9999;
  background-color: var(--white-color);
}

.reviews__form {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 480px;
  max-width: calc(100% - 24px);
  padding: 18px;
  border-radius: 8px;
}

.reviews__form.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.reviews__form.effect {
  transform: translate(-50%, calc(-50% - 12px)) scale(1.1);
}

.reviews__form__close {
  font-size: 18px;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

.reviews__form__close:hover {
  opacity: 0.8;
  color: #fd0000;
}

.reviews__form__heading {
  text-align: center;
  margin: 0 0 12px;
}

.reviews__form__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.reviews__form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}

.reviews__form__group--flex {
  flex-direction: row;
  align-items: center;
}

.footer__list__content,
.footer__menu__link span,
.reviews__form__stars {
  margin-left: 12px;
}

.reviews__form__stars span {
  color: #8c8ca1;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.reviews__form__stars span.checked {
  color: var(--organge-color);
}

.reviews__form__input {
  height: 30px;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #252525;
  margin-top: 3px;
  padding: 0 10px;
}

.reviews__form__textarea {
  height: 90px;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #252525;
  margin-top: 3px;
  padding: 10px;
  resize: none;
}

.reviews__form__submit {
  margin: 12px auto auto;
  display: block;
}

.header {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.8s ease-out;
}

.header__bot,
.header__right,
.header__top,
.logo,
.search,
.search__dropdown,
.user__link,
.user__list {
  transition: 0.3s;
}

.header.sticky {
  position: fixed;
  top: -300px;
  left: 0;
  right: 0;
}

.header.slide {
  top: 0;
}

.header__bars {
  font-size: 24px;
  color: var(--white-color);
}

.header__bars.active::before {
  content: "\f00d";
}

.header__modal-mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.header__modal-mobile.active {
  margin-left: 80vw;
  opacity: 1;
  visibility: visible;
}

.header__top {
  background-color: var(--primary-color);
}

.header__top:hover {
  background-color: var(--primary-color) !important;
}

.about__flex,
.header__top__block,
.news__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__flex {
  flex-wrap: wrap;
}

.header__bot {
  background-color: var(--white-color);
  position: relative;
  height: auto;
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  /* border-left: 1px solid var(--white-color); */
  min-height: 60px;
  /* Định chiều cao tối thiểu để tránh nhảy layout */
}

/* Định kích thước cho icon hình ảnh để tránh layout shift */
.header__right img {
  width: 24px;
  height: 25px;
  object-fit: contain;
}


.logo {
  aspect-ratio: 120 / 29;
  max-width: 120px;
}

.iframe-container .overlay.overlay--full {
  height: 100%;
}

.logo img {
  width: 100%;
  height: auto;
}

.search {
  flex: 1;
  margin: auto 60px;
  max-width: 617px;
  height: 44px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid var(--white-color);
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
}

.search__dropdown {
  position: absolute;
  top: 100%;
  left: 10px;
  min-width: 60%;
  max-width: 80%;
  width: fit-content;
  min-height: 80px;
  max-height: 400px;
  overflow-y: auto;
  background-color: var(--white-color);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
  z-index: 9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.news__name a,
.search__item__name {
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.login-popup.active,
.modal-popup.active,
.search__dropdown.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.cart__icon:hover,
.search__submit:hover,
.user__icon:hover {
  opacity: 0.8;
}

.search__loading {
  position: relative;
  height: 40px;
  display: none;
}

.search__loading::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: #2196f3 transparent;
  -webkit-animation: 1s linear infinite spin;
  animation: 1s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.search__title {
  font-weight: 700;
  background-color: #f1f1f1;
  padding: 6px;
}

.search__input,
.search__submit {
  border: 0;
  background-color: transparent;
  outline: 0;
}

.search__item {
  padding: 6px;
  display: flex;
  color: var(--black-color);
  align-items: flex-start;
}

.search__item:hover {
  background-color: #ebf4ff;
}

.search__item__name {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.popup-order-success__image img,
.search__item__image {
  width: 60px;
}

.search__item__body {
  margin-left: 4px;
}

.search__item__price {
  font-weight: 600;
  color: var(--organge-color);
}

.search__input {
  flex: 1;
  display: block;
  width: 100%;
  color: var(--white-color);
  font-size: 16px;
}

.search__input::placeholder {
  color: var(--white-color);
  font-weight: 500;
}

.menu__dropdown-1__item.hover,
.menu__dropdown-1__item.hover a,
.menu__dropdown-1__item.hover i,
.menu__dropdown-1__item:hover .menu__dropdown-1__link,
.menu__dropdown-1__link:hover,
.menu__dropdown-2__link:hover,
.menu__item.active>a,
.menu__item.active>i,
.menu__item:hover>a,
.menu__item:hover>i,
.user__link:hover {
  color: var(--primary-color);
}

.search__submit {
  cursor: pointer;
}

.cart__img,
.search__submit img {
  width: 24px;
}

.cart__icon {
  position: relative;
  cursor: pointer;
}

.cart__num {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background-color: var(--organge-color);
  line-height: 1;
  padding: 2px 3px;
  border-radius: 6px;
  color: var(--white-color);
}

.user {
  margin-left: 24px;
  position: relative;
}

.user__icon {
  width: 24px;
  cursor: pointer;
}

.user__list {
  position: absolute;
  right: 0;
  background-color: var(--white-color);
  z-index: 1;
  list-style: none;
  padding: 12px;
  border-radius: 8px;
  margin: 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
  top: calc(100% + 40px);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

.user__list::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  right: 8px;
  border-width: 6px;
  border-color: transparent transparent var(--white-color);
  border-style: solid;
}

.menu__dropdown-1__item:not(:last-child),
.menu__dropdown-2__item {
  border-bottom: 1px solid #8c8ca1;
}

.news__categories__item,
.user__item:not(:last-child) {
  margin-bottom: 6px;
}

.user__link {
  color: var(--black-color);
  cursor: pointer;
  font-weight: 500;
}

.menu__dropdown,
.menu__dropdown-2 {
  background-color: var(--white-color);
  pointer-events: none;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.24);
  transition: 0.3s;
}

.new-menu__list,
.menu__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 16px;
}

.new-menu__list .menu__item.active {
  border-bottom: 2px solid var(--primary-color);
}

.new-menu__list {
  gap: 30px;
  justify-content: center;
}

.menu__list {
  justify-content: space-between;
}

@media (max-width: 1199px) {

  /* .new-menu__list, */
  .menu__list {
    margin-top: 30px;
  }

  .service__title {
    font-size: 24px !important;
  }

  .service__toggle span {
    font-size: 18px !important;
  }

  .news__share__btn {
    font-size: 16px !important;
  }
}

.menu__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s;
  padding: 15px 0;
  position: relative;
  font-size: 17px;
}

.menu__item::after {
  content: "";
  display: block;
  width: 0;
  top: calc(100% - 2px);
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.menu__item.active::after,
.menu__item:hover::after {
  width: 100%;
}

.menu__item i {
  font-size: 14px;
  color: var(--black-color);
}

.menu__link {
  color: var(--black-color);
  font-weight: 600;
  display: block;
}

.menu__dropdown {
  position: absolute;
  top: 100%;
  left: -15px;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0% 0%;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
}

.menu__item:hover .menu__dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: perspective(600px) rotateX(0);
}

.menu__dropdown.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.menu__dropdown::before {
  content: "";
  display: block;
}

.menu__dropdown-1 {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: fit-content;
}

.menu__dropdown-1__item {
  position: relative;
  line-height: 1.3;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 15px;
  min-width: 260px;
}

.menu__dropdown-1__item i {
  font-size: 12px;
  margin-left: 12px;
  color: var(--black-color);
}

.menu__dropdown-1__link {
  color: var(--black-color);
  font-weight: 500;
  flex: 1;
  display: block;
  min-width: 120px;
}

.menu__dropdown-2 {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  top: 24px;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  max-height: 343px;
  overflow-y: auto;
}

.menu__dropdown-2::-webkit-scrollbar {
  width: 5px;
}

.menu__dropdown-2::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu__dropdown-2::-webkit-scrollbar-thumb {
  background: #2196f3;
}

.menu__dropdown-1__item:hover .menu__dropdown-2 {
  opacity: 1;
  top: 0;
  visibility: visible;
  pointer-events: all;
}

.commitment__card,
.services__link {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.52);
  border-radius: 10px;
}

.menu__dropdown-2.active {
  display: block;
}

.menu__dropdown-2__item {
  padding: 15px;
}

.menu__dropdown-2__item:last-child {
  margin-bottom: 0;
}

.menu__dropdown-2__link {
  color: var(--black-color);
  font-weight: 400;
  line-height: 1;
  display: block;
}

.js_mb_close_menu {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 28px;
  color: var(--white-color);
}

.footer__about,
.footer__title,
.section-account__form__label {
  font-size: 16px;
  font-weight: 500;
}

.footer {
  padding-top: 60px;
}

.footer__top,
.login-popup__group,
.section-account__form__group {
  margin-bottom: 12px;
}

.footer__bot {
  background-color: var(--footer-color);
  padding: 30px 0;
  color: var(--white-color);
}

.footer__bot a {
  color: var(--white-color);
  transition: 0.3s;
}

.footer__bot a:hover {
  color: var(--light-color);
}

.footer__logo {
  width: 300px;
  max-width: 80%;
  display: block;
  margin: auto;
}

.home-banner__item {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
}

.footer__fanpage,
.footer__logo img,
.home-banner__item img {
  width: 100%;
}

.home-banner__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.ldp-care__banner__image,
.ldp-care__bg,
.maintenance__slider img,
.maintenance__top__image,
.recruitment__image img,
.rescue__feedback__avatar,
.rescue__images img {
  object-fit: cover;
  object-position: center;
}

.footer__menu__link img,
.footer__socials__link img {
  width: 32px;
}

.footer__about {
  padding: 0 15%;
}

.footer__title {
  border-bottom: 1px solid var(--white-color);
  padding-bottom: 6px;
  margin-bottom: 16px;
  margin-top: 30px;
}

.footer__list,
.footer__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer__list__item,
.footer__menu__item {
  /* margin-bottom: 12px; */
  font-size: 14px;
}

.commitment__title,
.feedback__name,
.order-detail__right strong,
.services__title {
  font-size: 16px;
  font-weight: 700;
}

.footer__menu__link {
  display: flex;
  align-items: center;
}

.footer__socials {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.footer__socials__item {
  margin-right: 12px;
}

.footer__socials__link,
.product-by-car__link,
.product-by-car__tabs__item.active {
  display: block;
}

.footer__list__item {
  display: flex;
  align-items: baseline;
  text-align: justify;
}

.commitment,
.news,
.outstanding-products,
.services {
  padding: 60px 0 0;
}

.news__heading,
.news__list,
.services__heading {
  margin-bottom: 24px;
}

.services__background {
  position: relative;
  width: 100%;
  height: 100%;
}

.services__background img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.services__list {
  padding-left: 0;
  margin: 18px 0 0;
  list-style: none;
  position: relative;
}

.services__item {
  margin-top: 20px;
}

.services__link {
  display: flex;
  align-items: center;
  color: var(--black-color);
  padding: 12px;
  transition: 0.3s;
}

.services__link:hover .services__title {
  color: var(--light-color);
}

.services__img::before {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.services__img::after {
  content: "";
  position: absolute;
  background-color: var(--light-color);
  border-radius: 5px;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
}

.services__img img {
  position: relative;
  display: block;
  width: 102px;
  z-index: 2;
}

.services__body {
  margin-left: 20px;
  flex: 1;
}

.services__title {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary-color);
}

.tag-list {
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tag-list__link {
  color: var(--white-color);
  display: block;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.about__flex span,
.about__title,
.ceramic__item__title,
.expert__name,
.ldp-care__banner__heading,
.ldp-care__combo__name,
.ldp-care__commit__name,
.ldp-care__no-warranty__heading,
.login-popup__heading,
.login-popup__submit,
.news__share__btn,
.news__share__copy,
.news__title,
.ppf__top__item,
.product-by-car__tabs__link,
.section-account__name b {
  text-transform: uppercase;
}

.commitment__description {
  margin-bottom: 50px;
}

.commitment__card {
  height: 100%;
  padding: 30px 12px;
}

.commitment__img {
  display: block;
  margin: 0 auto;
  height: 125px;
  max-width: 80%;
}

.commitment__title {
  color: #252525;
  text-align: center;
  line-height: 22px;
  height: 44px;
  margin: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.commitment__sub {
  text-align: center;
  margin: 0;
}

.feedback {
  padding: 60px 0;
  margin-top: 60px;
  background: linear-gradient(85.87deg, var(--white-color) -11%, var(--primary-color) 85.96%);
  background-blend-mode: multiply;
}

.feedback__heading {
  color: var(--white-color);
}

.feedback__slider {
  padding: 0 60px;
}

@media (max-width: 768px) {
  .feedback {
    padding: 40px 0;
    margin-top: 40px;
  }

  body .home-popular__item {
    width: calc(100% / 3 - 10px) !important;
  }

  .feedback__slider .slick-track {
    display: flex;
    align-items: center;
  }

  .product-by-car__image-wrapper {
    min-height: 400px !important;
  }

  .noti-section p {
    padding: 0 15px;
    margin: 0 9px !important;
  }

  .promotion-container {
    flex-direction: column;
  }

  .promotion-container p {
    line-height: 1.2;
  }

  .promotion-CTA,
  .promotion-container p {
    font-size: 14px;
    z-index: 10;
  }

  .promotion-banner {
    display: none;
  }

  .promotion-banner__mobile {
    display: block !important;
  }

  .home-service__item {
    width: 100%;
  }
}

.feedback__item {
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  padding: 30px 120px;
  margin: 20px 6px;
  text-align: center;
  background-color: var(--white-color);
  min-height: 267.75px;
}

.feedback__avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  margin: 15px auto 8px;
}

.news__item {
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 15px;
}

.news__item--flex {
  display: flex;
  justify-content: space-between;
}

.news__item--flex .news__image {
  width: 50%;
}

.news__item--flex .news__body {
  width: 50%;
  margin-top: 0;
  margin-left: 12px;
}

.news__image {
  width: 100%;
  display: block;
  border-radius: 8px;
  position: relative;
}

.news__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.news__detail img {
  width: 100% !important;
  border-radius: 12px;
}

.news__body {
  margin-top: 12px;
}

.news__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
}

.news__content,
.news__name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}

.news__name a {
  color: #252525;
}

.news__name a:hover {
  color: var(--light-color);
}

.news__poster {
  margin: 10px 0;
  font-weight: 500;
  font-size: 14px;
  gap: 5px;
}

.news-poster__avatar {
  aspect-ratio: 1 / 1;
  width: 60px;
  height: auto;
  margin-right: 10px;
}

.news-poster__avatar img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50px;
}

.news__content,
.news__small__name {
  font-weight: 500;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__poster p {
  margin: 0;
}

.news__content * {
  margin: 0 !important;
  pointer-events: none !important;
  text-decoration: none !important;
  color: #252525 !important;
}

.news__small {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.news__small__image {
  width: 40%;
  padding-top: 30%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.news__small__name {
  width: 60%;
  margin: 0 0 0 12px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.cart__popup__name,
.order-detail__name,
.order__item__name,
.rescue__post__description,
.rescue__post__name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news__small__name a {
  text-decoration: none;
  color: var(--black-color);
}

.news__small__name a:hover {
  color: var(--light-color);
  text-decoration: underline;
}

.news__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 12px;
}

.news__categories__list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 24px;
}

.news__categories__link {
  text-decoration: none;
  color: #252525;
  font-weight: 500;
}

.news__categories__link:hover {
  color: var(--light-color);
  text-decoration: underline;
}

.news__detail {
  margin-bottom: 28px;
}

.content-body *,
.news__detail * {
  white-space: unset !important;
}

.news__detail img {
  max-width: 100%;
  height: auto !important;
}

.news__detail iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  border-radius: 12px;
}

.section-product__heading {
  margin-bottom: 34px;
}

.section-product__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-product__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.section-product__form__title {
  white-space: nowrap;
  font-weight: 700;
  color: var(--primary-color);
}

.section-product__form .custom-select,
.section-product__form__submit {
  margin-left: 12px;
}

.product-detail__images {
  position: relative;
}

.product-detail__images__for {
  /* margin-bottom: 24px; */
  cursor: zoom-in;
}

/* .table-custom__layout table ul,
.content-body .divresponsive ul,
.product-detail__body ul {
  list-style: none;
} */

.cart__popup__body {
  gap: 5px;
}

.table-custom__layout table ul li,
.content-body .divresponsive ul li,
.product-detail__body ul li {
  position: relative;
}

.table-custom__layout table ul li::before .content-body .divresponsive ul li::before,
.product-detail__body ul li::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(/templates/oto/img/circle-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-toggle-content {
  color: var(--primary-color);
  cursor: pointer;
}

.content-body {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 1s ease;
}

.content-body_sapo_video {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 1s ease;
}

.content-body.is-expanded {
  max-height: 10000px;
}

.product-by-car__tabs__item,
.product-detail__images__for>a:not(:first-child) {
  display: none;
}

.table-custom__layout table,
.content-body .divresponsive {
  margin: 10px 0px !important;
}

.table-custom__layout table,
.content-body .divresponsive,
.product-detail__body .divresponsive {
  width: fit-content !important;
  border-collapse: separate;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-custom__layout table tr,
.table-custom__layout table td,
.divresponsive tr,
.divresponsive td {
  /* border: none !important; */
  border: 1px solid #e1e1e1;
}

.table-custom__layout table ul,
.content-body .divresponsive ul,
.product-detail__body .divresponsive ul {
  margin: 0px !important;
}

.table-custom__layout table li,
.content-body .divresponsive li,
.product-detail__body .divresponsive li {
  text-align: left;
  margin-bottom: 10px;
}

.table-custom__layout table tr:first-child td,
.table-custom__layout table tr:first-child th,
.content-body .divresponsive tr:first-child td,
.product-detail__body .divresponsive tr:first-child td {
  /* background-color: var(--primary-color);
  color: white !important; */
  background-color: var(--white-color);
  color: var(--black-color);
  font-weight: bold;
}

.product-detail__images__for .slick-slide div,
.product-detail__images__item {
  width: 100%;
  /* padding-top: 100%; */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-detail__images__nav {
  padding: 0 46px;
  overflow: hidden;
  display: block;
  height: 100px;
}

.product-detail__images__nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 46px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-color);
  background-color: var(--white-color);
  border-radius: 4px;
  outline: 0;
  border: 0;
  font-size: 24px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.52);
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

.logo-brand__content .slick-arrow:hover,
.product-detail__images__nav .slick-arrow:hover {
  opacity: 1;
  color: var(--light-color);
}

.logo-brand__content .slick-next,
.product-detail__images__nav .slick-next {
  right: 0;
}

.logo-brand__content .slick-right,
.product-detail__images__nav .slick-prev {
  left: 0;
}

.product-detail__images__nav .slick-slide {
  border: 1px solid transparent;
  margin: 10px;
  border-radius: 8px;
  /* padding-top: 20%; */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-detail__images__nav .slick-slide img {
  padding: 0 15px;
}


.product-detail__images__nav .slick-current {
  border: 1px solid var(--primary-color);
}

.product-detail__images__nav img {
  aspect-ratio: 104 / 74;
  width: 100%;
  height: auto;
}

.product-detail__name {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.3;
}

.product-detail__action,
.product-detail__color {
  color: var(--light-color);
  margin-left: 6px;
}

.product-detail__flex {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.product-detail__color a {
  color: var(--light-color);
  text-decoration: none;
}

.product-detail__color {
  display: flex;
  align-items: center;
}

.product-detail__action {
  text-decoration: none;
  font-weight: 700;
}

.product-detail__action:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.product-detail__price {
  display: flex;
  align-items: baseline;
  margin: 12px 0 6px;
}

.product-detail__price__new {
  font-size: 22px;
  color: var(--organge-color);
  font-weight: 700;
}

.product-detail__price__old {
  font-size: 14px;
  text-decoration: line-through;
  color: var(--primary-color);
  margin-left: 12px;
  font-weight: 400;
  font-style: italic;
}

/* #addItemFunction,
#quantity-form,
.product-detail__label {
  display: none;
} */

.product-detail__label,
.product-detail__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 24px 0 6px;
}

.product-detail__list {
  margin: 0 0 6px;
}

.product-detail__form__group {
  display: flex;
  align-self: center;
  border: 1px solid var(--black-color);
  border-radius: 100px;
  height: 42px;
  display: inline-flex;
  align-items: center;
}

.product-detail__form__input {
  width: 40px;
  color: var(--primary-color);
  border: 0;
  outline: 0;
  text-align: center;
}

.product-detail__form__action {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
  cursor: pointer;
}

.about__content,
.about__list li,
.about__title {
  font-size: 28px;
}

.contact__address__label,
.contact__title {
  font-weight: 700;
  text-transform: uppercase;
}

.product-detail__form__action:hover,
.table-heading__body a:hover {
  opacity: 0.8;
}

.product-detail__form__submit {
  display: block;
  margin-top: 24px;
}

.contact__title {
  font-size: 28px;
  color: var(--primary-color);
  margin: 42px 0 24px;
}

.contact__address {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.contact__address__item {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  width: 284px;
}

.contact__address__icon {
  width: 48px;
  display: block;
  margin: auto;
}

.contact__address__label {
  margin: 6px 0;
}

.contact__address__content {
  font-weight: 500;
}

.contact__socials {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.contact__socials__item {
  margin-right: 12px;
}

.contact__socials__link {
  display: block;
  transition: 0.3s;
}

.about__image,
.about__top__main {
  display: inline-block;
  position: relative;
}

.contact__socials__link:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.contact__socials__link img {
  width: 48px;
}

.contact__map {
  width: 100%;
  height: 420px;
  border-radius: 10px;
}

.about__content b,
.about__title {
  font-weight: 700;
  color: var(--primary-color);
}

.about__title--right {
  text-align: right;
}

.about__top {
  padding-top: 180px;
  position: relative;
  margin-bottom: 60px;
}

.about__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: var(--primary-color);
}

.about__top__sub {
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 2;
  width: 40%;
}

.modal-popup,
.open-menu-mb {
  top: 0;
  left: 0;
  position: fixed;
}

.about__top__main {
  z-index: 1;
  margin-left: 100px;
  background-color: var(--white-color);
  padding: 25px;
  border-radius: 10px;
  width: 75%;
}

.login-popup,
.modal-popup {
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
}

.about__top__main img {
  width: 100%;
  line-height: 1;
  display: block;
}

.about__image {
  height: 100%;
  width: 100%;
}

.about__image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40%;
  height: calc(100% - 50px);
  background-color: var(--primary-color);
}

.about__image img {
  padding-left: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  display: block;
  width: 500px;
  max-width: 100%;
}

.content-body iframe,
.content-body img,
.content-body table {
  max-width: 100% !important;
}

.about__image--label::before {
  content: var(--text-label);
  color: var(--white-color);
  font-size: 46px;
  font-weight: 700;
  padding: 12px;
  display: flex;
  width: 50%;
  align-items: flex-end;
}

.about__image--label img {
  padding-bottom: 250px;
}

.about__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.about__list li {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 6px;
}

.about__list li::before {
  content: "\f00c";
  font-size: 42px;
  color: var(--organge-color);
  margin-right: 12px;
}

.about__flex img {
  width: calc(50% - 12px);
  display: block;
}

.about__flex span {
  width: calc(50% - 12px);
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-color);
}

.about__service {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 60px 20px;
  color: var(--white-color);
  height: 100%;
}

.about__service__icon {
  margin: auto;
  display: block;
  height: 102px;
}

.about__service__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.about__library {
  display: flex;
  flex-wrap: wrap;
}

.about__library a {
  display: block;
  height: 100%;
  line-height: 0;
  margin-bottom: 24px;
}

.about__library a img,
.address__submit,
.table-custom__layout table,
.home-banner__list>img:first-child,
.login-popup__submit,
.order-detail__submit,
.product-by-car__link img,
.rescue__images img {
  width: 100%;
}

.home-banner__list {
  width: 100%;
  min-height: calc(100vw * (406 / 1920));
  max-height: 406px;
  overflow: hidden;
  position: relative;
}

.homepage__banner {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.home-banner__list img {
  height: auto;
  display: block;
  object-fit: cover;
}

.product-by-car {
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid;
}

.product-by-car__title {
  font-size: 30px;
  font-weight: 500;
  color: var(--black-color);
  margin: 0;
  min-height: 50px;
}

.accessory-brand__container {
  gap: 20px;
}

.accessory-brand__container .product-accessory__item {
  width: calc(100% / 4 - 25px);
}

@media screen and (max-width: 425px) {
  .product-by-car__title {
    font-size: 20px;
  }

  .product__image--first,
  .product__image--second {
    /* padding-top: 140%; */
  }

  .noti-section p {
    padding: 0 15px;
  }

  /* .noti-section {
    min-height: 290px !important;
  } */

  .product-by-car__image-wrapper {
    min-height: 222px !important;
  }

  .ldp-care__heading,
  .heading {
    font-size: 18px;
  }

  .ldp-care__card {
    min-height: 450px !important;
  }

  .ldp-care__combo__item {
    min-height: 980px !important;
  }

  .ldp-care__description {
    min-height: 250px;
  }

  .ldp-care__description p {
    font-size: 14px;
  }

  .service__sup {
    font-size: 14px;
  }

  .product-by-car__tabs__link {
    font-size: 18px !important;
    margin-top: 30px;
  }

}

.product-by-car__flex {
  display: flex;
  align-items: center;
  min-height: 24px;
  /* Giữ không gian ổn định để tránh CLS */
  gap: 8px;
  /* Giữ khoảng cách ổn định giữa sao và link */
}

.product__review-star {
  display: flex;
  min-width: 100px;
  /* Giữ không gian cố định khi sao chưa tải */
  min-height: 20px;
  /* Đảm bảo layout không bị đẩy xuống */
}

.product__review-star .fa-star {
  font-size: 16px;
  /* Đảm bảo kích thước đồng nhất */
  width: 20px;
  height: 16px;
  line-height: 16px;
  color: #ccc;
  /* Màu xám cho sao chưa kích hoạt */
  display: flex;
  align-items: center;
}

.product__review-star .checked {
  color: #ffcc00;
  /* Màu vàng cho sao được đánh giá */
}

.product-by-car__action {
  font-size: 14px;
  /* Giữ font-size hợp lý để tránh thay đổi */
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
  /* Tránh nhảy dòng gây CLS */
}

.product-by-car__action:hover {
  text-decoration: underline;
}


.product-by-car__tabs__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.product-by-car__tabs__link {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-color);
  padding: 12px 40px;
  cursor: pointer;
}

.product-by-car__tabs__link.active {
  border-bottom: 3px solid var(--primary-color);
}

.content-body .reset-text *,
.content-body table td {
  font-size: 18px !important;
  color: #3b1e00 !important;
}

.content-body a {
  font-size: 18px !important;
  color: var(--black-color)000 !important;
  text-decoration: none;
}

.content-body a:hover,
.content-body a span:hover {
  color: var(--organge-color) !important;
}

.content-body .reset-text h2,
.content-body .reset-text h2 *,
.content-body h2,
.content-body h2 * {
  font-size: 26px !important;
  color: var(--primary-color) !important;
}

.content-body table {
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

.content-body img {
  height: auto !important;
}

.content-body table td,
.content-body table th {
  text-align: center;
  padding: 15px;
  border: 1px solid #e1e1e1;
  /* color: #3b1e00; */
  color: var(--black-color)000 !important;
  font-size: 16px !important;
}

.wrapper {
  transition: 0.3s;
  background-size: cover;
  background-position: center;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.open-menu-mb {
  overflow: hidden;
  width: 100%;
}

.open-menu-mb .header {
  left: 0;
  width: 100%;
}

.table-heading__body h2,
.table-heading__body h3,
.table-heading__body h4,
.table-heading__body h5 {
  font-size: 14px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  cursor: pointer;
}

.table-heading__body h2 a,
.table-heading__body h3 a,
.table-heading__body h4 a,
.table-heading__body h5 a {
  font-size: 16px !important;
  line-height: 1.4;
  font-weight: 300 !important;
  color: var(--black-color) !important;
}

.table-heading__body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
}

.table-heading__body a {
  font-size: 16px !important;
  line-height: 1.4;
  font-weight: 300 !important;
  color: var(--black-color) !important;
  text-decoration: none;
}

.table-heading__body a:hover {
  color: var(--light-color) !important;
}

.table-heading__body h2 {
  margin-left: 0 !important;
}

.table-heading__body h3 {
  margin-left: 24px !important;
}

.table-heading__body h4 {
  margin-left: 36px !important;
}

.table-heading__body h5 {
  margin-left: 48px !important;
}

.table-heading {
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  line-height: 1;
  max-width: 290px;
  width: 100%;
  margin: 24px 0;
  transition: top 0.3s ease, box-shadow 0.3s ease;
}

.table-heading.is-fixed {
  position: fixed;
  z-index: 999;
  background-color: var(--white-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  max-width: 290px;
  width: 100%;
  transition: top 0.3s ease;
}

/* css phần mới ở product detail */
.why-choice {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 15px 5px 5px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2)
}

.why-choice p,
.why-choice h3 {
  text-align: center;
}

.why-choice p {
  margin: 0px;
}

.why-choice h3 {
  margin: 0px 0px 10px;
}

.why-choice p,
.why-choice li {
  font-size: 14px;
  line-height: 1.8;
}

.why-choice__list {
  background-color: var(--white-color);
  padding: 5px;
  border-radius: 10px;
}

.promotion-box__list,
.why-choice__list ul {
  list-style: none;
  padding-left: 0;
}

.promotion-box__list li,
.why-choice__list li {
  position: relative;
  padding-left: 28px;
}

.promotion-box__list li::before,
.why-choice__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url("/templates/oto/img/icon/caret-down-red.svg") no-repeat center/contain;
  background-size: 12px;
}

.promotion-box,
.why-choice__contact {
  padding: 5px 10px;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  gap: 10px;
}

.why-choice__contact img {
  width: 100%;
  height: auto;
  max-width: 14px;
  object-fit: contain;
  object-position: center;
}

.why-choice__contact p {
  color: var(--primary-color);
  font-weight: 500;
}

/* css new product */
.type-product__container {
  gap: 10px;
  flex-wrap: wrap;
}

.type-product__item {
  padding: 5px;
  border-radius: 10px;
  border: 2px solid var(--primary-color);
  flex: 1 1 calc(100% / 2 - 20px);
}

.type-prodcut__name {
  margin: 0px;
  color: var(--primary-color);
  font-size: 12px;
}

.promotion-box {
  margin-top: 30px;
  position: relative;
}

.type-prodcut__name,
.type-prodcut__price {
  text-align: center;
  font-weight: bold;
}

.type-product__container,
.promotion-box {
  margin-bottom: 10px;
}

.promotion-box__title {
  width: fit-content;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: var(--primary-color);
  color: var(--white-color);
  position: absolute;
  top: -18px;
}

.notification-label {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 1.3;
}

.promotion-product__filter {
  gap: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  cursor: grab;
  padding-bottom: 14px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #e0e0e0;
  user-select: none;
  position: relative;
}

.promotion-product__filter:active {
  cursor: grabbing;
}

.promotion-product__filter::-webkit-scrollbar {
  height: 10px;
}

.promotion-product__filter::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}

.promotion-product__filter::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}

.promotion-product__item {
  padding: 10px 20px;
  /* border-radius: 5px; */
  background-color: var(--white-color);
  /* border: 1px solid var(--primary-color); */
  font-size: 18px;
  width: fit-content;
  white-space: nowrap;
  color: var(--primary-color);
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.promotion-product__item:hover,
.promotion-product__item.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

@media screen and (min-width: 1441px) and (max-width: 2570px) {
  .table-heading.is-fixed {
    top: 6.5%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .table-heading.is-fixed {
    top: 11.5%;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1199px) {
  .table-heading.is-fixed {
    top: 13.5%;
  }

  .product-detail__images__nav {
    height: 75px;
  }

  .product-detail__price__old {
    font-size: 12px;
  }

  .product-detail__price__new {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .table-heading.is-fixed {
    top: 7.5%;
  }

  .product-detail__images__nav {
    height: 208px;
  }

  .product-detail__price__old {
    font-size: 18px !important;
  }

  .product-detail__price__new {
    font-size: 28px !important;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .table-heading.is-fixed {
    top: 7.5%;
  }

  .product-detail__images__nav {
    height: 117px !important;
  }

  .real-images-wrapper {
    width: 100% !important;
  }

  .slider-dots.out {
    margin-bottom: none !important;
  }

  .slider-dots.out .slick-dots {
    top: 100%;
  }

  .product-detail__price__old {
    font-size: 18px !important;
  }

  .product-detail__price__new {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 425px) {
  .table-heading.is-fixed {
    top: 4.5%;
  }

  .product-detail__images {
    height: 475px;
  }

  .product-detail__images__nav {
    height: 80px;
  }

  .slider-nav div {
    margin: 5px !important;
  }

  /* .slick-slide {
    margin: 10px 5px !important;
  } */

  .next-btn,
  .prev-btn {
    display: none !important;
  }

  .real-images-wrapper {
    gap: 0 !important;
    width: 100% !important;
  }

  .section-product__form__title {
    min-width: 110px !important;
  }

  .select-selected,
  .section-product__form__title {
    font-size: 12px !important;
    display: flex;
    align-items: center;
  }

  .product-promotion .product__bot {
    flex-direction: column;
    gap: 10px;
  }

  .product-promotion .product__link {
    width: 100%;
  }
}

.table-heading__top {
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
  background-color: var(--primary-color);
  padding: 15px;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  justify-content: space-between;
}

.table-heading__top i {
  font-size: 16px;
  margin-left: 12px;
  font-family: "Font Awesome 6 Free";
  color: var(--white-color);
}

.table-heading__body {
  display: none;
  padding: 5px 15px;
}

.footer-map {
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: 180px;
}

.modal-popup {
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.login-popup {
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white-color);
  padding: 24px;
  border-radius: 12px;
  width: 380px;
  max-width: calc(100% - 30px);
}

.login-popup.zoom {
  transform: translate(-50%, -50%) scale(1.1);
}

.login-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.login-popup__close:hover {
  opacity: 0.8;
  color: #fd0000;
}

.login-popup__heading {
  font-size: 18px;
  font-weight: 800;
  color: #3d3d3d;
  text-align: center;
}

.login-popup__description {
  font-size: 12px;
  margin-bottom: 12px;
}

.login-popup__group label {
  display: block;
  font-weight: 600;
}

.login-popup__group input {
  height: 36px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--black-color);
  outline-color: #ea445a;
  padding: 0 12px;
  margin: 3px 0;
}

.login-popup__error {
  color: #fd0000;
  font-size: 12px;
}

.login-popup__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.login-popup__code,
.login-popup__contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-popup__code input {
  width: 36px;
  display: block;
  margin: 3px;
  text-align: center;
}

.login-popup__password {
  height: 36px;
  border-radius: 5px;
  border: 1px solid var(--black-color);
  outline-color: #ea445a;
  margin: 3px 0;
  padding-right: 12px;
  display: flex;
  align-items: center;
}

.login-popup__btn,
.login-popup__password input {
  border: 0;
  outline: 0;
  background-color: transparent;
}

.ldp-care__bg,
.login-popup__password input,
.recruitment__image img {
  height: 100%;
}

.login-popup__image {
  display: block;
  width: 80%;
  margin: 24px auto;
}

.login-popup__countdown,
.login-popup__reset {
  font-size: 14px;
  margin: 15px;
  text-align: center;
}

.ldp-care__clip::before,
.ldp-care__videos__item::before {
  font-size: 32px;
  content: "\f04b";
  transform: translate(-50%, -50%) scale(1);
}

.login-popup__countdown {
  color: #ea445a;
}

.login-popup__reset {
  cursor: pointer;
  color: #fd0000;
  transition: 0.3s;
}

.login-popup__reset:hover {
  transform: translateY(-3px);
  text-decoration: underline;
}

.login-popup__btn {
  display: block;
  color: #ea445a;
  cursor: pointer;
  transition: 0.3s;
}

.login-popup__btn:hover {
  opacity: 0.8;
}

.login-popup__line {
  margin: 30px 0;
  height: 1px;
  width: 100%;
  background-color: #3d3d3d;
}

.login-popup__contact>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white-color);
  margin: 0 6px;
  transition: 0.3s;
}

.login-popup__contact>a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.login-popup__contact--facebook {
  background-color: #365797;
}

.login-popup__contact--google {
  background-color: #f53926;
}

.section-account__left,
.section-account__right {
  background-color: var(--white-color);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 24px;
}

.section-account__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-account__avatar {
  width: 56px;
  height: 56px;
  border: 2px solid var(--white-color);
  background-color: var(--light-color);
  color: var(--white-color);
  font-size: 32px;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 2.72727px 13.6364px rgba(51, 63, 72, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-account__name {
  display: flex;
  align-items: baseline;
  margin-top: 12px;
}

.section-account__name b {
  font-weight: 700;
  font-size: 16px;
}

.section-account__edit {
  text-decoration: none;
  color: var(--primary-color);
  transition: 0.3s;
}

.section-account__edit:hover {
  opacity: 0.8;
}

.section-account__edit i {
  margin-left: 6px;
}

.section-account__list {
  margin-top: 24px;
}

.section-account__item {
  display: block;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--black-color);
  background-color: var(--white-color);
  margin-top: 12px;
  text-decoration: none;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-out;
}

.section-account__item.active {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
}

.section-account__item:hover {
  background-color: #e1e1e1;
}

.section-account__item i {
  width: 30px;
}

.section-account__heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--primary-color);
}

.address__form__close:hover,
.section-account__form__error {
  color: #fd0000;
}

.section-account__form__field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 4px 0;
}

.section-account__form__radio {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.section-account__form__radio input {
  margin: 0;
}

.section-account__form__radio label {
  margin-left: 6px;
}

.section-account__form__input {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 4px;
  border: 1px solid var(--black-color);
  outline-color: var(--primary-color);
  padding: 0 15px;
  font-size: 16px;
}

.order__item__flex,
.order__item__product,
.order__list,
.pay__radio,
.promotional__item,
.promotional__item__left,
.promotional__list {
  display: flex;
  display: flex;
}

.section-account__form__select {
  width: calc(100% / 3 - 24px / 3);
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--black-color);
  outline-color: var(--primary-color);
  padding-left: 8px;
  font-size: 16px;
}

.section-account__form__select:not(:first-child) {
  margin-left: 12px;
}

.section-account__form__submit {
  margin-top: 12px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  width: 100%;
}

.promotional__list {
  flex-wrap: wrap;
  justify-content: space-between;
}

.promotional__item {
  width: calc(50% - 10px);
  justify-content: flex-start;
  margin-bottom: 12px;
}

.promotional__item__left {
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
  margin-right: 21px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white-color);
  border-radius: 12px;
  position: relative;
}

.address__form,
.address__modal {
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.promotional__item__left::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: 1px;
  height: 100%;
  background-color: var(--primary-color);
}

.promotional__item__left span {
  font-size: 16px;
}

.promotional__item__left b {
  font-size: 24px;
}

.promotional__item__right {
  flex: 1;
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  padding: 12px;
}

.promotional__item__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}

.promotional__item__description {
  line-height: 1.3;
}

.order__list {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.order__item {
  width: calc(50% - 10px);
  border: 1px solid var(--black-color);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 20px;
}

.order__item:nth-child(2n) {
  margin-left: 20px;
}

.order__item__flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}

.order__empty,
.order__item__product,
.pay__radio {
  align-items: center;
}

.order__item__code {
  font-size: 14px;
}

.order__item__code b {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.order__item__status {
  font-size: 18px;
  font-weight: 700;
  color: var(--organge-color);
}

.order__item__date b {
  font-weight: 500;
}

.order__item__amount {
  font-size: 18px;
  font-weight: 700;
}

.order__item__image {
  width: 50px;
  margin-right: 6px;
}

.order__item__name {
  display: -webkit-box;
  line-height: 1.4;
  overflow: hidden;
}

.order__item__total {
  text-align: right;
  font-size: 18px;
}

.order__item__total b {
  color: var(--organge-color);
}

.order__item__action {
  background: #457cbf;
  text-decoration: none;
  color: var(--white-color);
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin-top: 15px;
  transition: 0.3s;
}

.rescue__commit__image,
.rescue__item,
.rescue__post__image,
.rescue__procedure__video {
  background-size: cover;
  background-position: center;
}

.comparison__after,
.rescue__commit__image,
.rescue__item {
  background-repeat: no-repeat;
}

.address__item__edit:hover,
.address__radio__group:hover,
.order__item__action:hover {
  opacity: 0.8;
}

.address__form.active,
.address__modal.active,
.cart__modal.active,
.cart__popup.active {
  opacity: 1;
  visibility: visible;
}

.order__empty {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.order__empty img {
  width: 80%;
}

.membership-card__flex,
.pay__flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.membership-card__label {
  width: 200px;
}

.membership-card__date {
  font-weight: 300;
  font-style: italic;
}

.membership-card__qr {
  margin-top: 16px;
  margin-bottom: 24px;
  max-width: 100%;
}

.address__modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.address__form {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 600px;
  max-width: calc(100% - 32px);
  padding: 24px;
  border-radius: 12px;
  background-color: var(--white-color);
  max-height: 100vh;
  overflow-y: auto;
}

.address__form.active {
  transform: translate(-50%, -50%) scale(1);
}

.address__form__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: var(--footer-color);
  cursor: pointer;
  transition: 0.3s;
}

.address__form__heading {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  color: #252525;
}

.address__form__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.address__form__group {
  flex: 1;
  margin-bottom: 15px;
}

.address__form__group:last-child {
  margin-left: 12px;
}

.address__form__label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.address__form__input,
.address__form__select {
  width: 100%;
  height: 40px;
  border: 1px solid #252525;
  outline-color: var(--primary-color);
  border-radius: 8px;
}

.address__form__input {
  padding: 0 12px;
}

.address__form__select {
  padding-left: 8px;
}

.address__form__input.invalid,
.address__form__select.invalid {
  border-color: #fd0000;
  outline-color: var(--primary-color);
}

.address__form__error {
  margin-top: 6px;
  font-size: 12px;
  color: #fd0000;
}

.address__radio {
  margin-bottom: 15px;
}

.address__radio__label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.address__radio__flex {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.address__radio__group {
  margin-right: 12px;
  position: relative;
}

.cart__modal,
.cart__popup {
  position: fixed;
  top: 0;
  z-index: 9999;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}

.address__radio__group label {
  border: 1px solid #252525;
  padding: 4px 20px;
  border-radius: 8px;
  background-color: var(--white-color);
  display: block;
  cursor: pointer;
}

.address__radio__group input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.address__radio__group.active label {
  background-color: var(--light-color);
  color: var(--white-color);
  border-color: var(--light-color);
}

.address__set-default {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.address__set-default input {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.address__radio__error {
  color: #fd0000;
  font-size: 12px;
}

.address__set-default label,
.order-detail__right,
.rescue__procedure__list li {
  font-weight: 500;
}

.address__item {
  border: 1px solid #252525;
  background-color: var(--white-color);
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 16px;
}

.address__item__edit,
.address__item__type {
  color: var(--white-color);
  width: fit-content;
  padding: 6px 20px;
  border-radius: 50px;
  line-height: 1;
}

.address__item__type {
  background-color: var(--light-color);
  margin-right: 16px;
}

.address__item__actions {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.address__item__edit {
  background-color: var(--organge-color);
  outline: 0;
  border: 0;
  display: block;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.cart__modal {
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.55);
  transition: 0.3s linear;
}

.cart__popup {
  right: -360px;
  width: 360px;
  max-width: calc(100% - 80px);
  background-color: var(--white-color);
  transition: 0.3s;
}

.cart__popup.active {
  right: 0;
}

.cart__popup__remove:hover,
.comparison__slider:hover,
.form-search-order__submit:hover,
.rescue__post__name:hover,
.slider-partner__action i:hover {
  opacity: 0.8;
}

.cart__popup__heading {
  margin: 0;
  font-weight: 700;
  color: var(--primary-color);
  padding: 15px;
}

.cart__popup__list {
  overflow-y: auto;
  padding: 0 15px;
}

.cart__popup__list::-webkit-scrollbar {
  width: 5px;
}

.cart__popup__list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart__popup__list::-webkit-scrollbar-thumb {
  background: #888;
}

.cart__popup__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cart__popup__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.cart__popup__image img {
  width: 64px;
  margin-right: 12px;
}

.cart__popup__name {
  text-decoration: none;
  color: #1c1c1c;
  display: -webkit-box;
  overflow: hidden;
}

.cart__popup__price,
.cart__popup__total b,
.cart__quantity__btn {
  color: var(--organge-color);
}

.cart__popup__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.cart__quantity {
  border: 1px solid var(--black-color);
  width: fit-content;
  border-radius: 50px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  padding: 0 3px;
}

.cart__popup__remove,
.cart__quantity__btn {
  outline: 0;
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
}

.cart__quantity__btn {
  width: 20px;
  font-size: 16px;
  padding: 0;
  border: 0;
}

.cart__quantity__input {
  width: 24px;
  height: 20px;
  display: block;
  border-style: solid;
  border-color: var(--footer-color);
  border-width: 0 1px;
  text-align: center;
  color: var(--organge-color);
  outline: 0;
  padding: 0;
}

.cart__popup__remove {
  border: 0;
  color: #fd0000;
}

.cart__popup__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: var(--white-color);
}

.cart__popup__total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: auto;
}

.cart__popup__link {
  width: 100%;
  margin-top: 8px;
  text-align: center;
}

.sticky-contact {
  position: fixed;
  right: 15px;
  bottom: 20%;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  min-height: 58px;
  padding: 20px 10px;
}

.sticky-contact a {
  min-height: 48px;
  min-width: 48px;
}

.sticky-contact__link {
  min-height: 32px;
  min-width: 32px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.24);
}

.benefit__body,
.display-mobile,
.home-banner__list>a:not(:first-child),
.home-banner__list>img:not(:first-child),
.slider-partner__content,
.sticky-contact__link--mb {
  display: none;
}

.sticky-contact__link:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.sticky-contact__link:not(:last-child) {
  margin-bottom: 15px;
}

.sticky-contact__link img {
  width: 32px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch__slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--white-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked+.switch__slider {
  background-color: #2196f3;
}

.switch input:focus+.switch__slider {
  box-shadow: 0 0 1px #2196f3;
}

.switch input:checked+.switch__slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.rescue__post__image:hover i,
.rescue__procedure__video:hover i {
  color: #2196f3;
  transform: translate(-50%, -50%) scale(1.2);
}

.switch__slider.switch__round {
  border-radius: 34px;
}

.switch__slider.switch__round:before {
  border-radius: 50%;
}

.order-detail__flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}

.order-detail__left {
  width: 60%;
  font-weight: 500;
}

.order-detail__orange {
  color: var(--organge-color) !important;
}

.order-detail__product {
  display: flex;
  align-items: start;
  text-decoration: none;
  color: var(--black-color);
}

.order-detail__image {
  width: 60px;
  margin-right: 10px;
}

.order-detail__name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-detail__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black-color);
  margin: 15px 0;
}

.order-detail__heading {
  color: var(--primary-color);
  font-size: 18px;
  margin: 0;
}

.order-detail__code {
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 15px 0;
}

.order-detail__code i {
  font-size: 24px;
  margin-right: 10px;
}

.rescue__post__image i,
.rescue__procedure__video i {
  font-size: 60px;
  transition: 0.3s;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.form-search-order {
  display: flex;
  height: 40px;
  margin-bottom: 18px;
}

.form-search-order__field {
  border: 1px solid var(--black-color);
  border-radius: 8px;
  outline-color: var(--primary-color);
  font-size: 14px;
  flex: 1;
  padding: 0 8px;
  margin-right: 10px;
}

.form-search-order__submit {
  width: 80px;
  border: 0;
  outline: 0;
  background-color: var(--primary-color);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.ldp-care,
.product__contact {
  margin-top: 30px;
}

.rescue__description {
  margin-bottom: 16px;
  text-align: center;
}

.rescue__description p {
  margin: 0 0 8px;
}

.rescue__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.rescue__item {
  width: calc(25% - 58px / 4);
  padding-top: 32%;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.17);
}

.rescue__contact,
.rescue__feedback__item,
.rescue__map {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
}

.rescue__item__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 15px;
}

.rescue__post__image,
.rescue__procedure__video {
  position: relative;
  text-decoration: none;
  background-repeat: no-repeat;
}

.rescue__item__title {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.rescue__item__description {
  line-height: 1.4;
  font-weight: 500;
  font-size: 12px;
  text-align: justify;
}

.rescue__item__description p {
  margin: 0 0 4px;
}

.rescue__images {
  height: 270px;
  overflow: hidden;
}

.rescue__images .slick-list {
  height: 100%;
}

.rescue__images .slick-track {
  height: 100%;
}

.rescue__images .slick-slide {
  height: 100% !important;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .rescue__images {
    height: 400px;
  }

  .product-slider {
    min-height: 320px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .rescue__images {
    height: 350px;
  }
}

.rescue__images .slick-list {
  margin: 0 -8px;
}

.rescue__images .slick-slide {
  margin: 8px;
  overflow: hidden;
}

.rescue__posts {
  margin-top: 16px;
  margin-bottom: 60px;
}

.rescue__post__image {
  padding-top: 56%;
  border-radius: 15px;
  display: block;
  color: #f1f1f1;
}

.rescue__post__image i {
  position: absolute;
  left: 50%;
}

.rescue__post__name {
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  color: var(--primary-color);
  display: inline-block;
  margin: 8px 0;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.3;
}

.rescue__post__description {
  display: -webkit-box;
  overflow: hidden;
}

.rescue__post__description p {
  margin: 0;
}

.rescue__posts__left .rescue__post {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.rescue__posts__left .rescue__post__image {
  width: calc(50% - 8px);
  padding-top: 30%;
}

.rescue__posts__left .rescue__post__image i {
  font-size: 36px;
}

.rescue__posts__left .rescue__post__body {
  width: calc(50% - 8px);
}

.rescue__feedback {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.rescue__feedback .slick-list {
  margin: 0 -8px;
}

.rescue__feedback .slick-slide {
  margin: 8px;
  height: unset;
}

.rescue__feedback .slick-track {
  display: flex;
  align-items: stretch;
}

.rescue__feedback__item {
  text-align: center;
  padding: 24px 16px;
  border-radius: 15px;
  background-color: var(--white-color);
}

.rescue__feedback__avatar {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.rescue__commit__image,
.rescue__map,
.rescue__procedure__video {
  height: 100%;
  border-radius: 15px;
}

.rescue__feedback__name {
  font-weight: 700;
  margin: 8px 0;
}

.rescue__feedback__content {
  text-align: justify;
  line-height: 1.4;
  text-align-last: center;
}

.ldp-care__grid,
.rescue__info,
.rescue__procedure {
  margin-bottom: 60px;
}

.rescue__procedure--reverse .row {
  flex-flow: row-reverse;
}

.rescue__procedure__video {
  width: 100%;
  display: block;
  display: flex;
  color: #f1f1f1;
}

.rescue__procedure__video i {
  position: absolute;
  left: 50%;
}

.rescue__procedure__name {
  font-size: 48px;
  line-height: 1.3;
  color: var(--primary-color);
  font-weight: 500;
}

.rescue__procedure__list li:not(:last-child) {
  margin-bottom: 8px;
}

.rescue__procedure__list li::marker {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}

.ldp-care__clip::before,
.ldp-care__combo__list li::before,
.ldp-care__videos__item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.rescue__commit {
  background-color: var(--white-color);
  border-radius: 5px;
  padding: 24px 15px;
  border: 2px dotted var(--primary-color);
}

.rescue__commit__list {
  list-style: none;
}

.rescue__commit__list li {
  margin-bottom: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.rescue__commit__list li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 50%;
  background-color: var(--organge-color);
  margin-right: 16px;
}

.rescue__contact {
  background-color: var(--white-color);
  border-radius: 15px;
  padding: 16px;
}

.rescue__contact__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--black-color);
  font-size: 24px;
  line-height: 1;
}

.rescue__contact__item:not(:last-child) {
  margin-bottom: 24px;
}

.rescue__contact__icon img {
  width: 50px;
}

.rescue__contact__name {
  margin-left: 12px;
}

.rescue__contact__name span,
.slider-partner__desc,
.slider-partner__number span {
  font-size: 14px;
}

.rescue__map {
  width: 100%;
}

.rescue__call {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 40px auto 0;
}

.rescue__call__icon {
  border: 1px solid var(--white-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  margin-right: 8px;
}

.rescue__call__icon i {
  width: 32px;
  margin: auto;
}

.rescue__call__content {
  text-align: center;
}

.rescue__call__content b {
  white-space: nowrap;
}

.lity {
  z-index: 99999 !important;
}

.ldp-care__heading {
  /* margin: 0 0 15px; */
}

.ldp-care__description {
  min-height: 136px;
  width: 100%;
}

.ldp-care__description p {
  text-align: justify;
  width: 80%;
  line-height: 1.6;
  margin: 0px 0px 10px 0px;
}

.ldp-position__center {
  text-align: center;
  display: flex;
  justify-content: center;
}

.ldp-position__left {
  text-align: left;
}


.ldp-care__card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  margin-top: 40px;
  min-height: 290.17px;
}

.ldp-care__card img {
  width: calc(25% - 70px);
}

.ldp-care__combo {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 30px;
}

.ldp-care__combo__item {
  width: calc(25% - 72px / 4);
  padding: 30px 15px 15px;
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.25);
  min-height: 1125px;
}

.ldp-care__combo__image {
  width: 80%;
  margin: 0 auto 10px;
  display: block;
}

.ldp-care__combo__bot {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ldp-care__combo__name {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.ldp-care__clip,
.ldp-care__videos__item {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  text-decoration: none;
}

.ldp-care__combo__list {
  padding-left: 0;
  list-style: none;
}

.ldp-care__combo__list li {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.ldp-care__combo__list li::before {
  content: "\f192";
  margin-right: 12px;
  line-height: 1;
}

.ldp-care__combo__list li strong {
  font-weight: 700;
}

.ldp-care__images,
.ldp-care__videos {
  margin-bottom: 60px;
  margin-top: 30px;
}

.ldp-care__images img,
.ldp-care__slider img {
  width: 100%;
  display: flex;
}

.ldp-care__videos__item {
  display: block;
}

.ldp-care__videos__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

.ldp-care__videos__item:hover::before {
  color: var(--primary-color);
  scale: 1.2;
}

.ldp-care__videos__item img {
  width: 100%;
}

.ldp-care__fullwidth {
  max-width: 100%;
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
}

.ldp-care__fullwidth--top {
  margin-top: 30px;
}

.accessory,
.ldp-care__fullwidth--bot,
.maintenance__top {
  margin-bottom: 60px;
}

.ldp-care__commit,
.ldp-care__slider,
.maintenance__slider {
  margin-bottom: 30px;
}

.ldp-care__library a,
.ldp-care__library img {
  display: flex !important;
}

.ldp-care__commit {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}

.ldp-care__commit__item {
  width: calc(25% - 72px / 4);
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  padding: 12px;
  min-height: 430px;
}

.ldp-care__commit__image {
  height: 80px;
  margin: 24px auto;
  display: block;
}

.ldp-care__commit__name {
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.ldp-care__commit__description,
.ldp-care__ppf__description {
  text-align: justify;
}

.ldp-care__commit__description>p {
  line-height: 1.6;
  min-height: 218px;
}

.ldp-care__ppf {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 60px;
}

.ldp-care__ppf__item {
  width: 36%;
  margin: 24px;
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.ldp-care__ppf__image {
  width: 100%;
  border-radius: 5px;
  display: block;
}

.ldp-care__ppf__body {
  padding: 15px;
}

.ldp-care__ppf__name {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.ldp-care__library {
  margin-top: 30px;
  margin-bottom: 60px;
}

.ldp-care__library .slick-track {
  transition: 2s linear !important;
}

.ldp-care__library img {
  width: 100%;
}

.ldp-care__clip {
  display: block;
  width: fit-content;
  margin: 30px auto;
  border-radius: 12px;
  overflow: hidden;
}

.ldp-care__clip img {
  width: 600px;
  max-width: 100%;
  display: flex;
}

.ldp-care__clip::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

.comparison__slider::after,
.comparison__slider::before {
  transform: translateY(-50%);
  border-width: 12px;
  border-style: solid;
  content: "";
}

.ldp-care__clip:hover::before {
  color: var(--primary-color);
  scale: 1.2;
}

.home-why {
  padding: 50px 0 30px;
}

.home-why__image {
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.17);
  position: relative;
  overflow: hidden;
}

.home-why__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-why__heading {
  font-size: 24px;
  color: var(--organge-color);
  font-weight: 700;
  margin: 20px 0;
}

.home-why__description,
.pay__body,
.recruitment,
.recruitment__heading {
  margin-bottom: 20px;
}

.home-why__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.home-why__item {
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  margin-bottom: 15px;
  font-weight: 500;
}

.home-why__item i {
  margin-right: 12px;
  font-size: 20px;
  color: var(--organge-color);
}

.ldp-care__policy__content p,
.pay__bank p:not(:first-child) {
  margin: 10px 0 0;
}

.product-detail span {
  /* min-height: 50.59px; */
}

@media (max-width: 1024px) {
  .reviews__filter {
    justify-content: flex-end;
    margin-left: 0;
  }


  .header__right {
    margin-right: -20px;
  }

  .header__top__block {
    align-items: center;
  }

  .header__top__block .logo {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90px;
  }

  .header__bot {
    position: fixed;
    top: 0;
    left: -80%;
    bottom: 0;
    width: 80vw;
    background-color: var(--primary-color);
    z-index: 99999;
    padding: 20px;
    transition: 0.3s;
  }

  .header__bot.active {
    left: 0;
  }

  .header__right {
    border-left-width: 0;
  }

  .logo {
    display: inline-block;
  }

  .user {
    /* display: none; */
  }

  .user__list.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  /* .sub-menu__link {
    display: none !important;
  } */

  .menu {
    margin-top: 20px;
    box-shadow: none;
  }

  .new-menu__list,
  .menu__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: calc(100vh - 195px);
    overflow-y: auto;
    padding-bottom: 200px;
  }

  .new-menu__list {
    gap: 10px;
  }

  .menu__item {
    padding: 6px 0;
    width: 100%;
    position: relative;
  }

  .menu__dropdown,
  .menu__dropdown-2,
  .menu__item:hover .menu__dropdown {
    opacity: 1;
    visibility: visible;
    position: unset;
  }

  .menu__item i {
    font-size: 16px;
    flex: 1;
    margin-left: 24px;
    text-align: right;
    padding: 8px 0;
    color: var(--white-color);
  }

  .menu__item.active>a,
  .menu__item.active>i,
  .menu__item:hover>a,
  .menu__item:hover>i {
    color: var(--white-color);
  }

  .menu__item:hover>i::before {
    content: "\f107";
  }

  .menu__link {
    display: inline-block;
    color: var(--white-color);
  }

  .menu__dropdown {
    transform: unset;
    display: none;
    padding: 12px;
    width: 100%;
    font-size: 16px;
  }

  .menu__item:hover .menu__dropdown {
    pointer-events: all;
    transform: unset;
  }

  .menu__dropdown-1 {
    width: 100%;
  }

  .menu__dropdown-1__item {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    line-height: 1.7;
  }

  .menu__dropdown-1__item i {
    margin-left: auto;
    font-size: 16px;
  }

  .menu__dropdown-2 {
    width: 100%;
    pointer-events: all;
    box-shadow: none;
    display: none;
    min-width: unset;
  }

  .outstanding-products,
  .services {
    padding-top: 40px;
  }

  .services__heading {
    margin-bottom: 15px;
  }

  .services__background {
    height: 450px;
  }

  .services__description {
    margin-bottom: 20px;
    text-align: center;
  }

  .rescue__contact__name,
  .services__description::after {
    display: none;
  }

  .services__list {
    margin-top: 36px;
  }

  .services__list::before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: calc(100% + 20px);
    background-color: var(--primary-color);
  }

  .services__item {
    margin-top: 10px;
  }

  .tag-list__block {
    overflow: auto;
    padding: 8px 0;
    margin: 0 0 20px;
  }

  .tag-list {
    margin: 0;
    flex-wrap: unset;
    justify-content: unset;
  }

  .tag-list__item {
    margin: 8px;
  }

  .news__content * {
    font-size: 14px !important;
  }

  /* .news__detail iframe {
      height: 537px !important;
    } */
  .about__library a,
  .rescue__item,
  .rescue__post,
  .section-product__heading {
    margin-bottom: 16px;
  }

  .section-product__form {
    width: 100%;
    justify-content: space-between;
  }

  .section-product__form__title {
    width: 100%;
    margin-bottom: 12px;
  }

  .section-product__form .custom-select {
    width: calc(50% - 6px);
    margin-left: 0;
    margin-bottom: 12px;
  }

  .section-product__form .custom-select .select-selected {
    max-width: unset;
  }

  .section-product__form__submit {
    margin-left: auto;
    display: block;
  }

  .product-detail__info {
    margin-top: 24px;
  }

  .product-detail span {
    font-size: 16px;

  }

  .contact__address__item,
  .section-account__left {
    margin-bottom: 24px;
  }

  .about__top {
    padding-top: 100px;
  }

  .about__top::after {
    height: 150px;
  }

  .about__top__main {
    margin-left: 50px;
  }

  .about__image {
    width: 100%;
    margin-bottom: 30px;
  }

  .about__image img,
  .promotional__item {
    width: 100%;
  }

  .about__image--label::before {
    font-size: 54px;
  }

  .about__image--label img {
    padding-bottom: 175px;
  }

  .about__flex {
    margin-bottom: 54px;
  }

  .about__service {
    padding: 30px 20px;
    margin-bottom: 24px;
    height: auto;
  }

  .wrapper {
    margin: unset;
  }

  .footer-map,
  .rescue__map {
    height: 300px;
  }

  .section-account__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section-account__item {
    width: calc(100% / 3 - 16px / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 8px;
    padding: 16px 4px;
  }

  .section-account__item span {
    line-height: 18px;
    height: 36px;
    margin-top: 8px;
    display: flex;
    align-items: center;
  }

  .section-account__item i {
    font-size: 20px;
  }

  .rescue__list {
    flex-wrap: wrap;
  }

  .rescue__item {
    width: calc(50% - 8px);
    padding-top: calc(50% - 8px);
  }

  .maintenance__top,
  .rescue__info,
  .rescue__list,
  .rescue__posts,
  .rescue__procedure {
    margin-bottom: 30px;
  }

  .rescue__contact {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 24px;
  }

  .rescue__contact__item:not(:last-child) {
    margin-bottom: 0;
  }

  .rescue__procedure__video {
    padding-top: 56%;
    height: auto;
  }

  .rescue__procedure__name {
    font-size: 35px;
    margin: 8px 0;
  }

  .rescue__procedure .row {
    flex-flow: column-reverse;
  }

  .display-mobile {
    display: flex;
  }

  .ldp-care__description p {
    width: 100%;
  }

  .ldp-care__commit__description>p {
    min-height: 150px;
  }

  .ldp-care__card img,
  .ldp-care__combo__item {
    margin-bottom: 30px;
    width: calc(50% - 100px);
  }

  .ldp-care__card,
  .ldp-care__ppf {
    justify-content: space-evenly;
  }

  .ldp-care__combo {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .ldp-care__commit {
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0;
  }

  .ldp-care__commit__item {
    width: calc(50% - 100px);
    margin-bottom: 30px;
    min-height: 300px;
  }

  .ldp-care__ppf__item {
    width: calc(50% - 100px);
    margin: 0;
  }

  .home-why__image {
    height: 400px;
  }
}

.news__share__drop,
.popup-notification,
.ppf__body__item {
  opacity: 0;
  visibility: hidden;
}

.comparison {
  position: relative;
  border: 2px solid var(--black-color);
  overflow: hidden;
  width: fit-content;
  display: flex;
}

.comparison__before {
  width: 100%;
  pointer-events: none;
}

.comparison__after {
  background-size: auto 100%;
  background-position: right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  pointer-events: none;
}

.comparison__slider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 8px;
  display: block;
  background-color: #2196f3;
  cursor: pointer;
  pointer-events: none;
}

.comparison__slider::before {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  border-color: transparent #2196f3 transparent transparent;
}

.comparison__slider::after {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  border-color: transparent transparent transparent #2196f3;
}

.ldp-care__policy {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #457cbf;
  border-radius: 4px;
  margin-top: 20px;
}

.ldp-care__policy__body,
.recruitment__btn,
.slider-partner__next {
  margin-left: 20px;
}

.ldp-care__policy__name {
  font-size: 24px;
  font-weight: 700;
  color: #457cbf;
}

.ldp-care__policy__content {
  font-weight: 500;
}

.ldp-care__block {
  margin: 40px 0;
  padding: 0 30px;
  background: linear-gradient(110.17deg,
      #f5f5f5 -1.45%,
      #ededed 18.73%,
      #f2f2f2 43.15%,
      #fafafa 64.39%,
      #fcfcfc 79.26%,
      #fbfbfb 101.56%);
}

.ldp-care__no-warranty {
  padding: 50px 0 0;
}

.ldp-care__no-warranty__heading {
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  color: var(--primary-color);
  margin: 0 0 10px;
}

.expert__name,
.hotline__top,
.ldp-care__no-warranty__heading strong,
.recruitment__fileLabel span strong,
.recruitment__require__title {
  font-weight: 700;
}

.ldp-care__no-warranty__list {
  padding: 20px 40px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  margin: 0;
}

.ldp-care__no-warranty__list li {
  margin-bottom: 10px;
  font-weight: 500;
}

.ldp-care__attention {
  padding-bottom: 50px;
}

.ldp-care__attention__heading {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

.ldp-care__attention__list li,
.pay__group {
  margin-bottom: 10px;
}

.ldp-care__banner {
  height: 76vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
}

.ldp-care__banner__image {
  width: 100%;
}

.ldp-care__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 37, 37, 0.5);
}

.ldp-care__banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 1160px;
  max-width: calc(100% - 24px);
  text-align: center;
  color: var(--white-color);
}

.ldp-care__banner__heading {
  font-size: 62px;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}

.ldp-care__banner__description {
  margin: 24px 0;
  font-weight: 500;
  font-size: 16px;
}

.ldp-care__banner__action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ldp-care__banner__btn {
  text-decoration: none;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 8px 32px;
  font-weight: 500;
  border-radius: 4px;
  margin: 10px;
  display: block;
  width: fit-content;
  transition: 0.3s;
}

.ldp-care__banner__btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.ldp-care__banner__btn--orange {
  background-color: var(--organge-color);
  border-color: var(--organge-color);
}

@media (max-width: 767px) {
  .heading--page {
    font-size: 18px;
    text-align: center;
  }

  .ldp-care__banner__btn,
  .news__btn,
  .news__poster,
  .reviews__form__label,
  .tag-list__link {
    font-size: 12px;
  }

  .home-why__item,
  .order__item,
  .reviews__open-comment,
  .section-product__form .custom-select {
    width: 100%;
  }

  .reviews__filter__item {
    padding: 10px 0;
    width: 65px;
    text-align: center;
  }

  .reviews__filter__text {
    display: none;
  }

  .header__right,
  .reviews__form {
    padding: 12px;
  }

  /* .header__top__block .logo {
    top: 12px;
  } */

  .footer__bot {
    padding-bottom: 76px;
  }

  .outstanding-products,
  .services {
    padding-top: 40px;
  }

  .about__library a,
  .services__heading {
    margin-bottom: 10px;
  }

  .services__background {
    height: 220px;
  }

  .tag-list__item {
    margin-bottom: 4px;
  }

  .commitment {
    padding-top: 20px;
  }

  .commitment__description {
    margin-bottom: 34px;
  }

  .feedback {
    padding: 50px 0;
    margin-top: 30px;
  }

  .feedback__heading {
    width: 340px;
    margin: auto;
  }

  .feedback__slider {
    padding: 0 30px;
  }

  .feedback__item {
    padding: 30px 24px;
  }

  .news__heading {
    margin-bottom: 12px;
  }

  .news__name {
    margin-bottom: 6px;
  }

  .news__poster {
    margin: 6px 0;
    font-weight: 400;
    font-style: italic;
  }

  .news__btn {
    padding: 6px 15px;
  }

  .about__content,
  .about__title,
  .news__title {
    font-size: 14px;
  }

  /* .news__detail iframe {
      height: 414px !important;
    } */
  .product-detail__name {
    line-height: 1.3;
  }

  .contact__title {
    font-size: 18px;
    margin: 36px 0 18px;
    text-align: center;
  }

  .contact__address,
  .ldp-care__commit {
    justify-content: space-between;
  }

  .contact__address__item {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }

  .contact__address__item:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }

  .contact__socials {
    justify-content: center;
  }

  .about__top {
    padding-top: 50px;
    margin-bottom: 30px;
  }

  .about__top::after {
    height: 88px;
  }

  .about__top__main {
    padding: 12px;
    margin-left: 25px;
  }

  .about__image img {
    padding-left: 25px;
    padding-bottom: 25px;
  }

  .about__image--label::before,
  .rescue__procedure__name {
    font-size: 28px;
  }

  .about__image--label img {
    padding-bottom: 80px;
  }

  .about__list li,
  .about__service__title,
  .content-body h3 {
    font-size: 18px;
  }

  .about__list li::before,
  .home-why__heading {
    font-size: 20px;
  }

  .about__flex {
    margin-bottom: 25px;
  }

  .about__flex span {
    font-size: 24px;
  }

  .content-body h2 {
    font-size: 22px;
  }

  .content-body table.divresponsive.small td *,
  .content-body table.divresponsive.small th * {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .content-body table td,
  .content-body table th {
    padding: 8px;
  }

  .order__item:nth-child(2n) {
    margin-left: 0;
  }

  .sticky-contact {
    top: unset;
    right: unset;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    flex-direction: row;
    justify-content: space-around;
    padding: 4px 0;
    width: calc(100% - 50px);
    background-color: var(--white-color);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.24);
  }

  .sticky-contact__link {
    border-radius: unset;
    box-shadow: unset;
  }

  .sticky-contact__link:not(:last-child) {
    margin-bottom: unset;
  }

  .sticky-contact__link--mb {
    display: flex;
  }

  .rescue__item {
    width: 100%;
    margin-bottom: 16px;
    padding-top: 90%;
  }

  .ldp-care {
    margin-top: 0;
  }

  .ldp-care__description {
    min-height: 205px;
  }

  .ldp-care__card {
    margin-top: 20px;
    margin-bottom: 0;
    min-height: 650px;
  }

  .ldp-care__card img {
    width: calc(50% - 50px);
    margin-bottom: 30px;
  }

  .ldp-care__combo {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .ldp-care__combo__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 8px;
    min-height: 1137.98px;
  }

  .ldp-care__banner__description,
  .ldp-care__combo__name {
    font-size: 14px;
  }

  .ldp-care__images,
  .ldp-care__videos {
    margin-bottom: 30px;
  }

  .ldp-care__fullwidth {
    margin-bottom: 20px;
  }

  .ldp-care__fullwidth--bot,
  .ldp-care__grid,
  .ldp-care__library {
    margin-bottom: 30px;
  }

  .ldp-care__commit__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .ldp-care__ppf {
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .ldp-care__ppf__item {
    width: 100%;
    margin: 24px 0 0;
  }

  .ldp-care__ppf__name {
    font-size: 18px;
  }

  .home-why__image {
    height: 320px;
  }

  .ldp-care__banner__heading {
    font-size: 32px;
    line-height: 1.5;
  }
}

.ceramic {
  margin-top: 40px;
}

.ceramic__item {
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  margin-bottom: 24px;
}

.ceramic__item--noMb,
.news__name--noLimit,
.recruitment__heading--noMB {
  margin-bottom: 0;
}

.ceramic__item__image {
  display: block;
  height: 80px;
  margin: 0 auto 15px;
}

.ceramic__item__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  line-height: 1.4;
}

.ceramic__item__title--left {
  text-align: left;
}

.ceramic__item__desc {
  text-align: justify;
  text-align-last: center;
}

.ceramic__item__desc p {
  margin: 6px 0 12px;
}

.ceramic__item__desc--left {
  text-align-last: left;
  text-align: left;
}

.ceramic__btn {
  margin: 40px auto;
  padding: 10px 80px;
}

.maintenance__top--mt {
  margin-top: 30px;
}

.maintenance__top__item {
  height: 320px;
  position: relative;
}

.maintenance__top__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.maintenance__top__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.3);
}

.maintenance__top__content {
  position: absolute;
  left: 20px;
  bottom: 30px;
  right: 20px;
  color: var(--white-color);
  padding-top: 10px;
}

.maintenance__top__content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 35%;
  height: 2px;
  background-color: var(--white-color);
}

.maintenance__top__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}

.accessory__item__name,
.maintenance__section h2,
.slider-partner__name {
  font-size: 24px;
  font-weight: 700;
}

.maintenance__section,
.pay,
.ppf {
  margin: 30px 0;
}

.maintenance__section h2 {
  margin: 10px 0;
  color: var(--primary-color);
}

.maintenance__section p {
  margin: 8px 0;
}

.maintenance__section ul {
  margin: 10px 0;
}

.maintenance__slider .slick-list {
  margin: 0 -5px;
}

.maintenance__slider .slick-slide {
  margin: 5px;
}

.maintenance__slider img {
  border-radius: 15px;
}

.accessory__container .accessory__item,
.accessory__item {
  display: block;
  background-color: var(--white-color);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: var(--black-color);
  transition: 0.3s;
}

.accessory__item {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.25);
}

.accessory__item:hover {
  opacity: 0.9;
}

.accessory__item__image,
.capcha__group {
  width: 100%;
}

.accessory__item__body,
.recruitment__body {
  padding: 15px;
}

.accessory__item__name {
  line-height: 1;
  margin-bottom: 12px;
}

.slick-track {
  min-width: 100%;
}

.slider-partner {
  margin: 30px 0;
  height: 245px;
  position: relative;
}

.slider-partner__list .slick-list {
  margin: 0 -5px;
  overflow: visible;
}

.slider-partner__list .slick-slide {
  width: 200px;
  height: 100px;
  margin: 5px;
}

.slider-partner__list .slick-current {
  width: 350px;
  height: 150px;
}

.slider-partner__info {
  background-color: var(--primary-color);
  position: absolute;
  bottom: 5px;
  left: 355px;
  width: 400px;
  height: 145px;
  padding: 10px;
  color: var(--white-color);
}

.popup-notification,
.tabs a span {
  background-color: var(--white-color);
  transition: 0.3s linear;
}

.benefit__top,
.news__share__copy,
.news__share__label,
.ppf__top__item,
.recruitment__label,
.tabs a {
  font-weight: 600;
}

.slider-partner__flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.popup-order-success__bottom,
.slider-partner__number {
  display: flex;
  align-items: baseline;
}

.slider-partner__number strong {
  font-size: 30px;
}

.slider-partner__action {
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.slider-partner__action i {
  font-size: 20px;
  cursor: pointer;
}

.popup-notification {
  position: fixed;
  top: 60px;
  pointer-events: none;
  right: 30px;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  align-items: center;
  z-index: 999999;
}

.popup-notification__icon {
  font-size: 20px;
}

.popup-notification__content {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}

.popup-notification.error,
.popup-notification.success {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.popup-notification.success .popup-notification__icon {
  color: green;
}

.pay__error,
.popup-notification.error .popup-notification__icon,
.recruitment__error {
  color: #fd0000;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tabs a {
  display: flex;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: 0.3s linear;
}

.tabs a span {
  border: 1px solid var(--primary-color);
  color: var(--black-color);
  padding: 10px 20px;
  border-radius: 5px;
}

.tabs a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--light-color);
  border-radius: 5px;
}

.tabs a.active,
.tabs a:hover {
  transform: translateY(-2px);
}

.news__image {
  display: flex;
}

.news__name--noLimit a {
  display: block;
  overflow: unset;
  height: auto;
}

.news__share {
  /* width: fit-content; */
  width: 100%;
}

.news__share-container {
  width: fit-content;
}

.ceramic__slider,
.news__share--top,
.ppf__btn {
  margin-top: 30px;
}

.news__share__btn {
  display: flex;
  font-size: 18px;
  max-height: 47.19px;
  overflow: hidden;
  padding: 10px 10px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}

.hotline:hover,
.news__share-buttons a:hover,
.news__share__btn:hover,
.news__share__close:hover,
.news__share__copy:hover,
.pay__product__quantity span:hover,
.pay__product__remove:hover,
.pay__submit:hover,
.ppf__top__item:hover,
.recruitment__fileLabel:hover,
a.recruitment__name:hover {
  opacity: 0.8;
}

.news__share__icon {
  background-image: url(/templates/oto/img/icon-share-new.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
  width: 21px;
  height: auto;
  margin-right: 6px;
}

.news__share__drop {
  max-width: calc(100vw - 30px);
  overflow: auto;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background-color: var(--white-color);
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  transition: 0.3s linear;
}

.news__share__drop--left {
  right: unset;
  left: 0;
}

.news__share__drop.active {
  opacity: 1;
  visibility: visible;
}

.news__share__label {
  font-size: 18px;
  color: var(--primary-color);
  margin: 0 0 12px;
}

.news__share__close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 22px;
  cursor: pointer;
  color: #fd0000;
  transition: 0.3s;
}

.news__share__copy,
.ppf__top__item {
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.news__share-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__share-buttons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px;
  text-decoration: none;
  color: var(--black-color);
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.3s;
}

.news__share-buttons a span {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
}

.news__share-buttons #share-facebook span {
  background-position: -5px -65px;
}

.news__share-buttons #share-messenger span {
  background-position: -5px -181px;
}

.news__share-buttons #share-zalo span {
  background-position: -5px -5px;
}

.news__share-buttons #share-twitter span {
  background-position: -5px -403px;
}

.news__share-buttons #share-skype span {
  background-position: -5px -283px;
}

.news__share-buttons #share-telegram span {
  background-position: -5px -343px;
}

.news__share__copy {
  display: block;
  width: 100%;
  background-color: #e1e1e1;
  color: var(--primary-color);
  border-radius: 4px;
  margin-top: 12px;
  transition: 0.3s;
}

.hotline,
.ppf__body__item,
.ppf__top__item,
.recruitment__fileLabel,
.recruitment__image img,
.recruitment__link,
a.recruitment__name {
  transition: 0.3s ease-out;
}

.flex-img {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  flex-wrap: wrap;
}

.flex-img img {
  width: 280px !important;
  height: 280px !important;
  max-width: unset !important;
}

.ldp-care__bg {
  width: 100%;
  border-radius: 4px;
}

.ceramic__slider .slick-slide img {
  transform: scale(0.8);
  transition: 0.5s ease-in-out;
  width: 100%;
}

.ceramic__slider .slick-center img {
  transform: scale(1);
}

.benefit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0;
}

.benefit__side {
  width: 25%;
}

.benefit__center {
  width: calc(50% - 60px);
}

.benefit__item {
  margin: 20px 0;
}

.benefit__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  cursor: pointer;
}

.benefit__top i {
  font-size: 20px;
  color: var(--primary-color);
  margin-left: 20px;
}

.ppf__top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -12px 50px;
}

.ppf__top__item {
  flex: 1;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  color: var(--primary-color);
  margin: 12px;
  padding: 10px;
}

.ppf__top__item.active:hover {
  opacity: 1;
}

.ppf__body__item {
  position: absolute;
  top: 200px;
  pointer-events: none;
}

.ppf__body__item.active {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.ppf__item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.ppf__item i {
  font-size: 20px;
  color: var(--organge-color);
  margin-right: 10px;
}

.pay__bank p,
.pay__flex strong,
.pay__label,
.ppf__item span {
  font-weight: 500;
}

@media (max-width: 1024px) {

  .search,
  .slider-partner {
    height: auto;
    margin: 0;
  }

  .maintenance__section,
  .ppf,
  .search {
    margin: 0;
  }

  .maintenance__slider {
    margin-bottom: 0;
  }

  .slider-partner__info {
    position: unset;
    width: 100%;
  }

  .slider-partner__list .slick-slide {
    height: 150px;
    width: 350px;
  }

  .modalSearch,
  .search {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }

  .modalSearch.active,
  .search.active {
    opacity: 1;
    visibility: visible;
  }

  .benefit,
  .header__top__block {
    flex-wrap: wrap;
  }

  .modalSearch {
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.3s linear;
  }

  .search {
    padding: 15px 24px;
    background-color: var(--white-color);
    border-radius: 0;
    z-index: 99999;
    max-width: unset;
    align-items: center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
    top: -200px;
    transition: 0.3s;
  }

  .search.active {
    top: 0;
  }

  .search__input {
    font-size: 14px;
    height: 36px;
    border: 1px solid var(--primary-color);
    color: #1c1c1c;
    padding: 0 10px;
  }

  .search__input::placeholder {
    color: #1c1c1c;
  }

  .search__submit {
    background-color: var(--primary-color);
    margin-left: 10px;
    width: 60px;
    height: 36px;
  }

  .search__dropdown {
    left: 24px;
    top: calc(100% - 15px);
  }

  .searchIcon {
    margin-right: 10px;
  }

  .search__close {
    color: #fd0000;
    font-size: 24px;
    margin-left: 15px;
  }

  .section-product__top {
    width: 60%;
  }

  .section-product__form {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 3px 12px;
    min-height: 40px;
  }

  .select-selected {
    min-height: 24px;
    padding: 0 30px 0 6px;
  }

  .section-product__form__title {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .section-product__form .custom-select {
    margin: 2px;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
  }

  .accessory__container .accessory__item {
    width: 100% !important;
  }

  .accessory__item h4,
  .accessory__item,
  .accessory__item div,
  .menu__link,
  .benefit__center,
  .benefit__side {
    width: 100%;
  }

  .benefit>div:first-child {
    order: 2;
  }

  .benefit>div:nth-child(2) {
    order: 1;
  }

  .benefit>div:nth-child(3) {
    order: 3;
  }

  .benefit__item {
    margin: 20px 0 0;
  }

  .ppf__top {
    overflow: auto;
    margin: 15px 0 50px;
  }

  .ppf__top__item {
    width: calc(50% - 6px);
    flex: unset;
    margin: 6px;
    white-space: nowrap;
  }

  /* .snow-man {
      display: none;
    } */

  .sub-menu__link {
    position: unset !important;
    padding: 10px !important;
    width: 100% !important;
    transform: unset !important;
    box-shadow: unset !important;
  }

  .accessory__container .accessory__item img,
  .sub-menu__link>h4 {
    display: none;
  }

  .accessory__item h4 {
    font-size: 14px !important;
    width: 100% !important;
  }

  .accessory__item h4,
  .menu__link {
    text-align: left !important;
  }

  .menu__item,
  .accessory__container {
    flex-direction: column;
  }

  .accessory__container .accessory__item {
    width: 100%;
  }

}

.recruitment__item {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.recruitment__image {
  position: relative;
  padding-top: 56%;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

a.recruitment__image {
  cursor: pointer;
}

.recruitment__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

a.recruitment__image:hover img {
  width: 105%;
  height: 105%;
  filter: brightness(105%);
}

.recruitment__name {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
}

.recruitment__link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 500;
}

.recruitment__link:hover {
  opacity: 0.8;
  letter-spacing: 1px;
}

.recruitment__link i {
  margin-left: 15px;
}

.recruitment__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.recruitment__detail {
  display: flex;
  align-items: baseline;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  flex-wrap: wrap;
}

.recruitment__form,
.recruitment__require__item {
  padding: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.recruitment__detail li {
  margin: 0 20px;
}

.recruitment__require__item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border-radius: 5px;
}

.recruitment__require__icon {
  display: flex;
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 26px;
  border-radius: 50%;
}

.recruitment__require__icon i {
  margin: auto;
}

.recruitment__require__body {
  margin-left: 24px;
}

.recruitment__form {
  border-radius: 10px;
}

.recruitment__form__heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}

.recruitment__group {
  width: calc(50% - 15px);
}

.recruitment__label span {
  color: #fd0000;
  position: relative;
  bottom: 10px;
}

.recruitment__field {
  width: 100%;
  border: 1px solid var(--primary-color)99;
  height: 36px;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
  margin: 3px 0;
}

.recruitment__fileLabel {
  text-align: center;
  padding: 30px;
  border: 1px solid var(--primary-color)99;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}

.recruitment__fileLabel span {
  display: block;
  font-weight: 500;
}

.recruitment__file {
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  opacity: 0;
}

.recruitment__submit {
  margin: 30px auto 0;
}

.expert {
  display: flex;
  align-items: flex-start;
  padding: 20px 0 40px;
}

.expert__image img {
  width: 100px;
  min-width: 100px;
  border-radius: 50%;
}

.expert__body {
  padding: 0 30px;
}

.expert__name {
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 6px;
}

.expert__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expert__body.active .expert__desc {
  display: block;
}

.expert__body {
  position: relative;
}

.expert__body::before {
  content: "Xem thêm";
  font-size: 14px;
  display: inline-block;
  font-style: italic;
  position: absolute;
  top: calc(100% + 6px);
  left: 30px;
  cursor: pointer;
  color: #2196f3;
}

.expert__body.active::before {
  content: "Thu gọn";
}

.expert__body::before:hover {
  cursor: pointer;
  opacity: 0.8;
}

.expert__desc a {
  text-decoration: none;
  color: var(--primary-color);
}

.hotline {
  text-decoration: none;
  color: var(--white-color);
  margin-left: 24px;
}

.hotline__top {
  font-size: 20px;
  line-height: 1;
}

.hotline__top i {
  margin-right: 4px;
}

.hotline__bot {
  font-weight: 400;
  font-size: 16px;
}

.iframe-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  cursor: pointer;
}

.productSlider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.productSlider .product-promotion,
.productSlider .product {
  margin: 12px;
}

.product-promotion .product__bot {
  display: none;
}

.productSlider .product-promotion {
  width: calc(100% / 5 - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.productSlider .product {
  width: calc(100% / 4 - 24px);
}

@media (max-width: 991px) {
  .productSlider .product {
    width: calc(100% / 3 - 24px);
  }

  .service__title {
    font-size: 20px !important;
  }

  .service__toggle span {
    font-size: 16px !important;
  }

  .service-container {
    grid-template-columns: 1fr !important;
  }

  .product-accessory__item {
    width: calc(100% / 3 - 25px) !important;
  }
}

.productSlider.slick-slider {
  margin: 0 0 65px;
}

.productSlider .slick-list {
  margin: 0 -12px;
}

.productSlider .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}

.productSlider .slick-slide .product {
  margin: 14px 0 0 !important;
}

.noti-section {
  margin: 20px 0 0;
  height: fit-content;
}

.noti-section__flex {
  display: flex;
  justify-content: center;
}

.noti-section p {
  margin: 8px 0 0;
  line-height: 1.2;
  max-width: 1200px;
  width: 100%;
}

.pay__page {
  background-color: var(--white-color);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.52);
}

.pay__heading {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.pay__field,
.pay__group select {
  width: 100%;
  height: 36px;
  border: 1px solid rgba(37, 37, 37, 0.4);
  outline: 0;
  border-radius: 4px;
}

.pay__label {
  display: block;
  font-size: 14px;
}

.pay__product__name,
.pay__submit {
  font-weight: 600;
  font-size: 16px;
}

.pay__radio input {
  height: 24px;
  margin: 0;
  cursor: pointer;
}

.pay__radio label {
  margin-left: 6px;
  cursor: pointer;
}

.pay__bank {
  border: 1px solid #3d3d3d;
  padding: 15px 20px;
  margin-top: 20px;
  width: fit-content;
  margin-left: 30px;
}

.pay__bank p {
  line-height: 1;
  margin: 0;
}

.pay__flex span {
  width: 150px;
  display: block;
}

.pay__submit {
  width: 100%;
  height: 36px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 0;
  outline: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s ease-out;
}

.pay__product__quantity span,
.pay__product__remove {
  transition: 0.3s ease-out;
  cursor: pointer;
}

.pay__submit:hover {
  transform: translateY(-3px);
}

/* .pay__product {
  margin: 15px 0;
} */

.pay__product__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.capcha__flex,
.pay__product__left,
.pay__product__right,
.popup-order-success__flex {
  align-items: center;
  display: flex;
}

.pay__product__image,
.popup-order-success__image {
  display: flex;
}

.pay__product__image img {
  width: 80px;
}

.pay__product__name {
  text-decoration: none;
  color: var(--black-color);
}

@media (min-width: 768px) and (max-width: 991px) {
  .pay__product__right {
    margin-left: auto;
  }

  .product-detail__images__nav {
    height: 156px;
  }


}

.pay__product__price {
  font-size: 16px;
  white-space: nowrap;
}

.cart__popup__body .pay__product__quantity,
.pay__product__quantity {
  border: 1px solid var(--black-color);
  border-radius: 100px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.pay__product__quantity {
  min-width: 100px;
  margin: 0 30px;
}

.cart__popup__body .pay__product__quantity {
  margin: unset;
  width: fit-content;
}

.pay__product__quantity span i {
  font-size: 13px;
}

.pay__product__quantity input {
  width: 30px;
  text-align: center;
  border: 0;
  outline: 0;
}

.pay__product__total {
  font-size: 16px;
  color: var(--primary-color);
  white-space: nowrap;
}

.pay__product__remove {
  border: 0;
  background-color: transparent;
  outline: 0;
}

.pay__product__remove i,
.pay__product__remove i img {
  width: 100%;
  height: auto;
}

.pay__product__remove i img {
  width: 20px;
}

.popup-order-success,
.popup-order-success__modal {
  position: fixed;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-out;
}

.popup-order-success__modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-order-success.active,
.popup-order-success__modal.active {
  opacity: 1;
  visibility: visible;
}

.popup-order-success {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white-color);
  border-radius: 12px;
  padding: 24px;
  width: 560px;
  max-width: 90%;
}

.popup-order-success__close {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 20px;
  color: #fd0000;
  cursor: pointer;
}

.popup-order-success__heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.popup-order-success__code {
  font-size: 18px;
  text-align: center;
  margin: 6px 0;
}

@media (max-width: 767px) {

  .ceramic__item__title,
  .maintenance__section h2,
  .popup-order-success__heading {
    font-size: 18px;
  }

  /* .accessory__item {
    margin-bottom: 24px;
  } */

  .accessory__item__name {
    font-size: 20px;
  }

  .accessory {
    margin-bottom: 20px;
  }

  .slider-partner__list .slick-slide {
    height: 100px;
  }

  .section-product__top {
    width: 100%;
  }

  .custom-select.right .select-items {
    left: unset;
    right: 0;
  }

  .ppf__top__item {
    font-size: 12px;
  }

  .recruitment__item {
    margin-bottom: 12px;
  }

  .productSlider .product {
    width: calc(100% / 2 - 24px);
  }

  .pay__page {
    padding: 12px;
  }

  .pay__product__right {
    justify-content: space-between;
    width: 100%;
  }

  .pay__product__quantity {
    margin: 0;
  }

  .pay__product__remove {
    margin-left: 0;
  }

  .popup-order-success__code {
    font-size: 16px;
  }

  .product-accessory__item {
    width: calc(100% / 2 - 25px) !important;
  }
}

.popup-order-success__code strong {
  font-weight: 700;
  color: #439ea0;
  margin: 15px 0;
}

.popup-order-success__body {
  margin-left: 10px;
}

.popup-order-success__list {
  max-height: 20vh;
  overflow: auto;
  margin: 0 0 30px;
}

.popup-order-success__flex {
  flex-wrap: wrap;
  margin-top: 10px;
}

.popup-order-success__name {
  font-size: 14px;
  text-decoration: none;
  color: #3d3d3d;
}

.popup-order-success__count {
  margin: 0 20px;
  font-size: 14px;
}

.capcha__code,
.capcha__group input {
  height: 36px;
  padding: 0 12px;
  font-size: 16px;
}

.popup-order-success__total {
  color: #439ea0;
}

.popup-order-success__detail {
  margin-top: 4px;
}

.popup-order-success__detail strong {
  font-weight: 500;
  margin-left: 8px;
}

.recruitment__foot {
  margin-bottom: 4px;
}

.capcha__code {
  border: 1px solid var(--primary-color)99;
  border-radius: 4px;
  font-style: italic;
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.capcha__change {
  font-size: 18px;
  margin-left: 12px;
  cursor: pointer;
}

.capcha__group input {
  width: 100%;
  border: 1px solid var(--primary-color)99;
  border-radius: 4px;
}

/* Đảm bảo breadcrumb không bị nhảy khi icon tải */

.breadcrumb__item::after {
  content: "›";
  margin-right: 6px;
  margin-left: 6px;
  color: gray;
  font-weight: bold;
  font-size: 10px;
}

.breadcrumb__item:last-child::after {
  content: "";
  margin: 0;
}

.product-by-car__image-wrapper {
  min-height: 580px;
}

/* css phần danh mục đầu trang giới thiệu */
#toc-wrapper {
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  max-width: 300px;
  background-color: var(--white-color)fff;
  margin-bottom: 20px;
  font-family: sans-serif;
  border-radius: 10px;
}

#toggle-btn {
  background-color: var(--primary-color);
  border-radius: 5px;
  border: 1px solid var(--primary-color);
  padding: 5px 10px;
  color: var(--white-color);
}

#toc-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

#toc-list {
  margin-top: 10px;
  list-style: none;
  padding-left: 10px;
  transition: all 0.3s ease;
}

#toc-list.hidden {
  display: none;
}

#toc-list li {
  margin-bottom: 5px;
}

#toc-list a {
  text-decoration: none;
  color: #282828;
}


#toc-list a:hover {
  color: var(--primary-color);
}

.service-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 20px 0px;
}

.service-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service__title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  margin: 24px 0px 0px 0px;
}

.service__sup {
  margin: 0px;
  padding: 0px;
}

.service__toggle,
.service__wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
}

.toggle-service__btn {
  background-color: transparent;
  border: none;
}

.service__wrapper {
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #282828;
}

.service__toggle {
  justify-content: space-between;
}

.service__toggle span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
}

.service-list li {
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 24px;
  /* thêm dòng này để tính dòng dễ */
}

.service-list__wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease;
}

.service-list__wrapper.expanded {
  max-height: 160px;
  opacity: 1;
}


.service-list {
  padding: 0px;
  margin: 0px 0px 0px 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  padding-right: 8px;
}

.service-list::-webkit-scrollbar {
  width: 6px;
}

.service-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
}

.service-list::-webkit-scrollbar-track {
  background: transparent;
}

.service-list {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.hidden {
  display: none;
}

.service-img {
  width: 100%;
  height: auto;
}

.service-img>img {
  aspect-ratio: 509 / 573;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* css mới phần hình ảnh thực tế */
.real-images-section {
  display: flex;
  justify-content: center;
}

.real-images-wrapper {
  max-width: 1200px;
  width: calc(60% - 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}


.popup-content__item img,
.slider-for img {
  aspect-ratio: 4 / 3.6;
}

.slider-nav img {
  aspect-ratio: 16 / 9;
}

.slider-nav div {
  margin: 5px;
}

/* .slick-slide {
  margin: 10px;
} */

.slider-nav img,
.slider-for img {
  border-radius: 10px;
  cursor: pointer;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none !important;
}


/* Nút điều hướng (tất cả popup và thường) */
.next-btn,
.prev-btn,
.next-btn__popup,
.prev-btn__popup,
.next-btn__popupImage,
.prev-btn__popupImage {
  position: absolute;
  width: fit-content;
  border-radius: 5px;
  padding: 8px 15px;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

.prev-btn__popup,
.next-btn__popup {
  bottom: 50%;
}


.next-btn__popup {
  right: 10px;
}

.prev-btn__popup {
  left: 10px;
}

.next-btn {
  right: 10px;
  bottom: 6%;
}

.prev-btn {
  left: 10px;
  bottom: 6%;
}

.next-btn__popupImage {
  right: 10px;
  top: 50%;
}

.prev-btn__popupImage {
  left: 10px;
  top: 50%;
}

.prev-btn__popupImage:hover,
.next-btn__popupImage:hover,
.next-btn__popup:hover,
.prev-btn__popup:hover,
.next-btn:hover,
.prev-btn:hover {
  background-color: var(--light-color);
}

.popup-content__item svg,
.prev-btn__popupImage svg,
.next-btn__popupImage svg,
.next-btn__popup svg,
.prev-btn__popup svg,
.prev-btn svg,
.next-btn svg {
  width: 15px;
  height: auto;
  fill: var(--white-color);
}

.caption-text,
.caption-text__image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 50px;
  font-size: 14px;
  color: black;
}

/* Gallery popup */
.popup-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}

.popup-content {
  position: relative;
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
}

.popup-content__item {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.popup-content__item img {
  width: 100%;
}


.popup-content__item p {
  color: var(--white-color);
}

.popup-content__item,
.popup-content__item img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}



.popup-menu__image,
.popup-close {
  position: absolute;
  top: 10px;
  font-size: 24px;
  border: none;
  cursor: pointer;
  color: var(--white-color);
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50%;
  z-index: 100000;
}

.popup-menu__image {
  right: 75px;
  display: none;
}

.popup-close {
  right: 15px;
}

.popup-menu__image svg {
  fill: white;
  width: 16px;
}

.gallery-container {
  display: grid;
  grid-template-columns: 100%;
  max-width: 1200px;
  width: calc(100% - 20px);
}

.gallery-content {
  height: 100vh;
  display: flex;
  align-items: center;
}

.gallery-content__side {
  display: none;
  padding: 20px;
  height: 100vh;
  background-color: var(--black-color);
}

.gallery-content__side img,
.gallery-content img {
  border-radius: 10px;
}

.promotion-service__container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.promotion-service__button {
  padding: 20px 30px;
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  font-size: 18px;
  font-weight: bold;
  background-color: var(--primary-color);
  color: var(--white-color)fff;
  text-align: center;
  transition: all 0.5s ease;
  cursor: pointer;
  gap: 10px;
}

.promotion-service__shiper,
.promotion-service__fix {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  aspect-ratio: 1 / 1;
  width: 30px;
  height: auto;
}

.promotion-service__fix {
  background-image: url("/templates/oto/img/icon/fix.svg");
}

.promotion-service__shiper {
  background-image: url("/templates/oto/img/icon/shiper.svg");
}

.promotion-service__button:hover {
  background-color: var(--white-color)fff;
  color: var(--primary-color);
}

.promotion-service__button:hover .promotion-service__fix {
  background-image: url("/templates/oto/img/icon/fix-blue.svg");
}

.promotion-service__button:hover .promotion-service__shiper {
  background-image: url("/templates/oto/img/icon/shiper-blue.svg");
}

.promotion-banner__container {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.promotion-banner__mobile {
  display: none;
}

.promotion-banner__mobile,
.promotion-banner {
  margin: 10px 0px;
}

.promotion-banner__mobile img,
.promotion-banner img {
  width: 100%;
  height: auto;
}

.promotion-banner__banner {
  width: 100%;
}

.promotion-banner__banner img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* Responsive */
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  /* .real-images-wrapper {
    max-width: 1000px;
    width: calc(60% - 20px);
  } */

  .popup-content {
    max-width: 60%;
  }
}

@media screen and (max-width: 1440px) and (min-width: 769px) {
  .popup-content {
    max-width: 80%;
  }
}

@media screen and (max-width: 425px) {
  .gallery-container {
    grid-template-columns: 80% 20%;
    max-width: 1200px;
    width: calc(100% - 10px);
  }

  .popup-menu__image {
    display: block;
  }

  .caption-text__image {
    font-size: 12px;
  }

  .gallery-content__side {
    display: block;
    padding: 8vh 5px;
  }

  .prev-btn__popupImage,
  .next-btn__popupImage,
  .next-btn__popup,
  .prev-btn__popup {
    display: none;
  }

  .container-btn__function {
    grid-template-columns: 1fr !important;
  }

  .news__share--top,
  .product__contact {
    margin-top: 0px;
  }

  .container-btn__function {
    padding-top: 20px;
  }

}

/* Utility */
.text-center {
  text-align: center !important;
}

.container-btn__function {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.custom-btn__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}


/* css 1 - 8 - 2025 */
.maintenance-custom__popup,
.error-custom__popup {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.maintenance-custom__popup .container,
.error-custom__popup .container {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.maintenance-custom__popup h1,
.error-custom__popup h1 {
  text-transform: uppercase;
  color: #333;

}

.maintenance-custom__popup h1 {
  font-size: 48px;
  color: var(--primary-color);
  line-height: 1;
  margin: 24px 0px 24px 0px;
}

.error-custom__popup h1 {
  font-size: 64px;
  margin: 24px 0px 0px 0px;
}

.maintenance-custom__popup p,
.error-custom__popup p {
  font-size: 18px;
  margin: 0px 0px 18px 0px;
  color: #666;
}

.maintenance-custom__popup a,
.error-custom__popup a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: var(--white-color);
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

@media screen and (max-width:550px) {
  .maintenance-custom__popup h1 {
    font-size: 32px;
    line-height: 1;
  }

  body .home-popular__item {
    width: calc(100% / 2 - 10px) !important;
  }
}

.maintenance-custom__popup a:hover,
.error-custom__popup a:hover {
  background-color: #0056b3;
}

/* css new 6 - 4 */
/* start */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex-grow: 1;
}

.center-hor {
  justify-content: center;
}

.right-hor {
  justify-content: right;
}

.end-hor {
  justify-content: end;
}

.center-ver {
  align-items: center;
}

.end-ver {
  align-items: end;
}

.container-padding {
  padding: 60px 15px;
}

.jus-content {
  justify-content: space-between;
}

.gap-30 {
  gap: 30px;
}

.gap-20 {
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: calc((100% - var(--gap)) / 2);
}

.col-3 {
  width: calc((100% - (var(--gap) * 2)) / 3);
}

.col-4 {
  width: calc((100% - (var(--gap) * 3)) / 4);
}

.col-5 {
  width: calc((100% - (var(--gap) * 4)) / 5);
}

.col-section-2 {
  width: calc((100% - var(--gap)) / 2);
}

.btn-custom {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.btn-custom-fit {
  width: fit-content !;
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

.custom-item {
  border: 1px solid var(--gray-color);
  border-radius: 10px;
}

.custom-item__low {
  border: 1px solid var(--gray-color);
  border-radius: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.img-content {
  object-fit: cover;
  object-position: center;
}

.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {

  .col-4,
  .col-5 {
    width: calc((100% - (var(--gap) * 2)) / 3);
  }
}

@media (max-width: 768px) {

  .col-3,
  .col-4,
  .col-5 {
    width: calc((100% - var(--gap)) / 2);
  }

  .col-section-2 {
    width: 100%;
  }
}

@media (max-width: 480px) {

  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    width: 100%;
  }
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-header-size {
  font-size: calc(var(--font-size-base) + 22px);
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.pos-stick {
  position: sticky;
}

.bold {
  font-weight: bold;
}

.text-color-primary {
  color: #283373;
}

.text-color-gray {
  color: rgba(0, 0, 0, 0.4)
}

.text-color-white {
  color: white
}

.stretched-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  pointer-events: auto;
}

/* end */

/* css banner promotion */
.product-promotion__banner-MB {
  display: none;
}

.promotion-banner__image-MB,
.product-promotion__banner-MB,
.promotion-banner__image,
.product-promotion__banner {
  overflow: hidden;
  border-radius: 10px;
}

.promotion-banner__image-MB,
.product-promotion__banner-MB {
  aspect-ratio: 16 / 9;
}

.promotion-banner__image,
.product-promotion__banner {
  aspect-ratio: 5 / 1;
}

.product-promotion__banner-MB,
.product-promotion__banner {
  margin-bottom: 20px;
}

.promotion-banner__image-MB img,
.promotion-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-img__view,
.banner-img__backround {
  position: fixed;
  display: none;
}

.banner-img__close {
  justify-content: right;
  margin-bottom: 10px;
  cursor: pointer;
}

.banner-img__closebtn {
  aspect-ratio: 1 / 1;
  width: 20px !important;
  height: auto;
}

.banner-img__view {
  z-index: 99991;
  top: 50%;
  left: 50%;
  max-width: 80vw;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.banner-img__view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-img__backround {
  z-index: 99990;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}

.banner-img__backround.active,
.banner-img__view.active {
  display: block;
}

/* new css for new template homepage */
.product-accessory__item,
.home-popular__item {
  padding: 10px;
  margin: 5px;
  display: inline-block;
}

.home-popular__item {
  width: calc(25% - 10px) !important;
}

.product-accessory__item div,
.home-popular__item div {
  gap: 20px;
}

.product-accessory__item div h4,
.home-popular__item div h4 {
  margin: 0px !important;
}

.product-page__container .product {
  margin: 10px;
}

.product-page__container .slick-dots,
.home-popular__container .slick-dots {
  padding: 0px;
}

.product-page__container .slick-dots li,
.home-popular__container .slick-dots li {
  display: flex;
  align-items: center;
}

.product-page__container .slick-dots li button,
.home-popular__container .slick-dots li button {
  border-radius: 50px;
  aspect-ratio: 1 / 1;
  width: 20px;
  height: 3px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  font-size: 0px;
}

.product-page__container .slick-dots .slick-active button,
.home-popular__container .slick-dots .slick-active button {
  background-color: var(--primary-color);
}

.product-title,
.home-title {
  position: relative;
  align-items: center;
}

.product-title {
  justify-content: start;
}

.home-title {
  justify-content: center;
}

.productSlider-seemore__container a {
  border-radius: 8px;
  color: var(--primary-color);
  padding: 5px 20px;
  cursor: pointer;
}

.product-seemore__btn:not(.product-seemore__mobile),
.home-recommend__btn {
  position: absolute;
  right: 0;
  color: black;
}

.home-recommend__btn-mobile,
.product-seemore__mobile {
  display: none;
}


.accessory-category__block,
.home-category__block {
  position: relative;
}

.accessory-category__block .accessory-category__prev.slick-disabled,
.accessory-category__block .accessory-category__next.slick-disabled,
.home-category__block .home-category__prev.slick-disabled,
.home-category__block .home-category__next.slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.6s ease !important;
}

.accessory-category__block .accessory-category__prev,
.accessory-category__block .accessory-category__next,
.home-category__block .home-category__prev,
.home-category__block .home-category__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  width: fit-content;
  background-color: var(--white-color);
  border: transparent;
  border-radius: 50px;
  padding: 0px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.accessory-category__prev,
.home-category__prev {
  left: -16px;
}

.accessory-category__next,
.home-category__next {
  right: -16px;
}

.accessory-category__item,
.home-category__item {
  padding: 5px;
  min-height: 190px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: var(--white-color);
  position: relative;
  z-index: 0;
}

.accessory-category__item:hover,
.home-category__item:hover {
  border-color: rgba(0, 0, 0, .08);
  border-width: 1px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px) scale(1.02);
  z-index: 10;
}

.accessory-category__item h4,
.home-category__item h4 {
  color: black;
  text-align: center;
  font-size: 12px;
  margin: 0px;
}

.accessory-category__item div,
.home-category__item div {
  gap: 10px;
}

.home-popular__item div h4 {
  line-height: 1.2;
}

.productSlider-seemore__container {
  justify-content: center;
}

.home-trendingsearch__tag {
  flex-wrap: wrap;
  gap: 10px;
}

.home-trendingsearch__tag a {
  border-radius: 50px;
  background-color: #e1e1e1;
  padding: 2px 10px;
  cursor: pointer;
  color: black;
  transition: all 0.6s ease;
}

.home-trendingsearch__tag a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.home-service__container {
  gap: 20px;
}

.home-service__item div {
  gap: 10px;
  text-transform: capitalize;
}

.home-banner__item,
.home-banner__item img,
.home-service__item div img {
  width: 100%;
  height: auto;
}

.home-service__item div img {
  max-width: 24px;
}

.home-banner__item {
  aspect-ratio: 16 / 9
}

.home-banner__item img {
  object-fit: cover;
  object-position: center;
}

.home-news__tank {
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.home-news__item {
  width: calc(100% / 4 - 15px);
  padding: 10px;
  border-radius: 10px;
  background-color: var(--white-color);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.home-news__item:hover {
  border-color: rgba(0, 0, 0, .08);
  border-width: 1px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px) scale(1.02);
  z-index: 10;
}

.home-news__item div {
  gap: 10px;
}

.home-news__item div img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.home-news__item div h4 {
  margin: 0px;
  line-height: 1.5;
  font-size: 14px;
  color: var(--black-color);
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
}

.home-news__excerpt {
  color: var(--black-color);
  line-height: 1.5;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.product-popup__background,
.product-popup__container {
  display: none;
}

.product-popup__background.active {
  display: block !important;
}

.product-popup__container.active {
  display: flex !important;
}


.product-popup__background {
  width: 100vw;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.product-popup__content {
  gap: 20px;
}

.product-popup__container {
  position: fixed;
  width: 90vw;
  border-radius: 20px;
  padding: 20px;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white-color);
}

.product-popup__content {
  max-height: 80vh;
  overflow-y: auto;
}

.product-popup__container .product {
  width: calc(100% / 4 - 20px);
  margin-top: 0px !important;
}

.product-popup__title {
  justify-content: space-between;
}

.product-popup__title h3,
.product-popup__title p {
  margin: 0px !important;
}

.product-popup__title p {
  cursor: pointer;
}

.accessory__container {
  width: 100%;
  gap: 10px;
}

.accessory__container .accessory__item {
  padding: 5px;
  width: calc(100% / 6 - 10px);
  transition: all 0.6 ease;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0);
}

.accessory__container .accessory__item:hover {
  box-shadow: 0 0 1px 1px rgba(249, 78, 47, 0.5);
}

.sub-menu__link h4,
.accessory__item h4 {
  line-height: 1.2;
  margin: 0px;
}

.accessory__item h4 {
  font-size: 8px;
  text-align: center;
}

.sub-menu__link>h4 {
  font-size: 14px;
}

.sub-menu__link {
  width: 35vw;
  background-color: var(--white-color);
  z-index: 10;
  padding: 20px 10px 20px 20px;
  border-radius: 10px;
  top: 89%;
  gap: 10px;
  left: 50%;
  transform: translate(-50%);
  display: none;
  position: absolute;
}

.sub-menu__link {
  display: none;
}

@media (max-width: 1023px) {
  .sub-menu__link.active {
    display: flex !important;
  }
}

@media (min-width: 1024px) {
  .menu__item.pos-rel:hover .sub-menu__link {
    display: flex;
  }

  .sub-menu__link.active {
    display: none;
  }

  .menu__item.pos-rel:hover .sub-menu__link.active {
    display: flex;
  }
}

@media screen and (max-width: 912px) {
  .product-popup__content {
    max-height: 400px;
  }

  .product-popup__container .product {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 572px) {

  .product-popup__container .product {
    width: calc(100% / 2 - 20px);
  }

  .product-seemore__btn:not(.product-seemore__mobile) {
    display: none;
  }

  .product-seemore__mobile {
    display: block;
  }
}

.sugges-hidden {
  display: none !important;
}

.hidden {
  display: none !important;
}

.partner-logo__container {
  gap: 20px;
}

.partner-logo__item {
  width: calc(100% / 2 - 10px);
}

.partner-logo__item div {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
}

.partner-logo__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

/*--------------------------*/
/* .qty-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty{
  text-align: center;
  padding: 4px 10px;
  border: 1px solid #d4d4d4;
  max-width: 44px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 6px 13px;
  font-size: 10px;
  height: 25px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
} */


/*---------------------------*/
/* .btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
} */

/* css phần shop trang chi tiết sản phẩm */
.shop-info {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid rgb(225, 225, 225);
}

.shop-info__left {
  max-width: 40%;
}

.shop-info__right {
  max-width: 60%;
}

.shop-info__right p {
  margin: 0px;
}

.shop-info__avatar {
  max-width: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.shop-info__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shop-info__desc,
.shop-info__status,
.shop-info__name {
  margin: 0px;
}

.shop-info__name {
  font-size: 24px;
}

.shop-info__desc {
  font-size: 14px;
}

.shop-info__btn {
  padding: 5px 15px;
  border-radius: 50px;
  white-space: nowrap;
  background-color: #0083CC;
}

.shop-info__btn:first-child {
  background-color: #283373;
}

.shop-info__btn img {
  max-width: 15px;
}

.shop-info__value {}

.info-value__item {
  width: calc(100% - 20px);
}

.info-value__icon {
  max-width: 24px;
}

.info-value__content {}

.icon-plus {
  display: none;
  color: #fff;
}

@media screen and (max-width: 1025px) {
  .shop-info__margin-top {
    margin-top: 20px;
  }

  .arrow-down {
    display: none;
  }

  .icon-plus {
    display: block;
  }

  .toggle-btn{
    width: 50%;   
    text-align: right;
  }

  .new-menu__list {
    margin-top: 10px;
  }

  .menu__item {
    align-items: unset !important;
  }

  .menu__wrapper {
    max-height: 23.8px;
  }
}

@media screen and (max-width: 992px) {

  .shop-info__left,
  .shop-info__right {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .info-value__item {
    width: 100%;
  }
}

/* css trang mới 6-4-2026*/
.logo-brand__container {}

.category-sidebar {
  flex: 1 0 calc(18% - 20px);
}

.product-section__main {
  flex: 1 0 calc(82% - 20px);
}

.logo-brand__title {
  font-size: var(--font-size-base);
  font-weight: 300;
  color: var(--primary-color);
  text-transform: uppercase;
}

.category-sidebar__icon {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  max-width: 24px;
}

.logo-brand__content {
  /* aspect-ratio: 1170 / 222.5; */
  /* overflow: hidden; */
}

@media (max-width: 768px) {
  .logo-brand__content {
    aspect-ratio: auto;
    height: auto;
  }

  .product-card__name {
    font-size: calc(var(--font-size-base) - 2px) !important;
    line-height: 20px !important;
  }

}

.logo-brand__item {
  padding: 0px 5px;
  width: 100%;
  display: block;
}


.logo-brand__item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

.logo-brand__content .slick-slide>div {
  display: block !important;
  width: 100%;
}

.logo-brand__item {
  padding: 0px 5px;
}

.category-sidebar__title {
  font-size: calc(var(--font-size-base) - 4px);
}

.img-content {
  object-fit: contain;
  object-position: center;
}

.product-toolbar__label {
  font-size: var(--font-size-base);
}

.product-toolbar__btn {
  padding: 10px 15px;
}

.product-toolbar__select {
  padding: 15px;
  max-height: 37px;
}

.product-toolbar__select select {
  border: transparent;
  outline: transparent;
  min-width: 100px;
  background-color: transparent;
}

.product-toolbar__btn,
.product-toolbar__select {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: var(--white-color);
}

.product-toolbar__btn.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.category-sidebar__btnlist {
  font-size: var(--font-size-base);
}

.category-sidebar__list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-sidebar__btnlist a,
.category-sidebar__list a {
  color: var(--black-color);
}

.category-sidebar__list.active {
  opacity: 1;
  max-height: 1000px;
  transform: translateX(0);
}

.product-card {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.52);
  border: 2px solid transparent;
  transition: all 0.6s ease-in-out;
}

.footer-logo__container {
  aspect-ratio: 300 / 85.53;
  max-width: 300px;
  width: 100%;
  height: auto;
}

.product-card__cart-icon {
  aspect-ratio: 1 / 1;
  width: 16px;
  height: 16px;
}

.footer-logo__container img,
.product-card__cart-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-card:hover .product-card__img-hover {
  opacity: 1;
}

.product-card:hover {
  border: 2px solid var(--primary-color);
}

.product-card__badge {
  z-index: 3;
}


.product-card__media {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.product-card__img-hover,
.product-card__img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-card__img-hover {
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.product-card__info {
  padding: 12px;
}

.product-card__name {
  -webkit-line-clamp: 4;
  font-size: var(--font-size-base);
  line-height: 26px;
  font-weight: 700;
}

.product-card__name-box:hover .product-card__name {
  color: var(--primary-color);
}

.product-card__info .product-card__price-box {
  display: flex;
  flex-direction: column;
}

.product-card__price {}

.product-card__price--current {
  color: var(--organge-color);
  font-size: var(--font-size-base);
}

.product-card__price--old {
  font-size: calc(var(--font-size-base) - 4px);
  text-decoration: line-through;
}

.product-card__rating {
  height: fit-content;
}

.product-card__actions {
  padding: 8px;
}

.product-card__btn {
  /* flex: 1 0 calc(50% - 20px); */
  flex: 1 0 auto;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 10px 5px;
  border: transparent;
  outline: transparent;
  border-radius: 5px;
}

.product-card__btn img {
  max-width: 16px;
}

.rating-star {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 16px;
  max-height: 16px;
}

.rating-star.active::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url('/templates/oto/img/icon/star-yellow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 16px;
  height: 16px;
}

.rating-star__img {
  width: 100%;
  height: 100%;
}

/* .category-sidebar__btnlist::after {
  content: " \25BE";
  font-size: calc(var(--font-size-base) - 2px);
  transition: transform 0.3s;
  display: inline-block;
}

.category-sidebar__btnlist.active::after {
  transform: rotate(180deg);
} */

.category-sidebar__group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 5px;
}

.category-sidebar__btnlist {
  font-size: 15px;
  padding: 8px 0;
  color: #333;
}

.product-toolbar__nav-btn {
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.category-filter__wrapper {
  margin-bottom: 10px;
  display: none;
}

.category-filter__label {}

.category-filter__container {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.category-filter__select {
  outline: transparent;
}

.custom-item__low {}


@media (max-width: 480px) {
  .product-grid .col-5 {
    width: calc((100% - var(--gap)) / 2);
  }
}

@media screen and (max-width: 600px) {

  .product-card__price,
  .product__link,
  .product__price--new {
    font-size: 12px;
  }

}

.container-xs {
  margin: 0 auto;
  width: calc(100% - 20px);
}

.container-xs {
  max-width: 920px;
}

.pagenotfound-img {
  aspect-ratio: 575 / 359;
}

.pagenotfound-img img {
  width: 100%;
  height: 100%;
}