img {
  max-width: 100%;
  height: auto;
  width: auto;
}

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

.btn,
.heading,
.pagination__link {
  text-align: center;
}

.about__service,
.about__top__main,
.feedback__avatar,
.news__item,
.news__small,
.product,
.reviews,
.reviews__item,
.section-product__form,
.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;
}

.breadcrumb,
.menu__list,
.pagination,
.reviews__list,
.user__list {
  list-style: none;
}

.footer__title,
.heading,
.menu__link,
.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;
}

.breadcrumb__item:not(:last-child):after {
  content: "›";
  margin-right: 6px;
  margin-left: 6px;
  color: gray;
  font-weight: bold;
  font-size: 19px;
}

/* .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;
  }
}

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

.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: Arial, sans-serif;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif !important; */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  scroll-behavior: smooth;
  color: #000;
}

body {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

.test {
  font-weight: 800;
}

.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 #005be0;
  outline: 0;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
}

.slider-dots .slick-dots li.slick-active button,
.slider-dots .slick-dots li:hover button {
  background-color: #005be0;
}

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

.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: #283373;
  border-radius: 4px;
  outline: 0;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.8;
  padding: 0;
}

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

.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 {
  border-radius: 10px;
  margin-top: 24px;
}

@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: 45px;
  }

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

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

.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: #fff;
  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: #000 #000 #000 transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite spin;
  animation: 1s linear infinite spin;
}

.product__info {
  position: relative;
  padding: 12px;
}

.product__add-cart {
  position: absolute;
  bottom: 100%;
  right: -24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #f17c2c;
  color: #fff;
  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:hover .product__add-cart {
  right: 12px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

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

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

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

.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: #283373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  font-weight: 700;
}

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

.product__name__link:hover {
  color: #005be0;
}

.product__price--new {
  font-size: 16px;
  font-weight: 700;
  color: #f17c2c;
}

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

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

.product__review-star {
  color: #8c8ca1;
}

.btn,
.product__link,
.to-top {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}

.product__review-star .checked {
  color: #f17c2c;
}

.product__bot {
  margin: 0 12px 12px;
  border-top: 1px solid #8c8ca1;
  padding-top: 12px;
}

.product__link {
  width: fit-content;
  padding: 10px 20px;
  background-color: #f17c2c;
  border-radius: 8px;
  line-height: 1;
}

.btn,
.description::after,
.two-box::before {
  background-color: #283373;
}

.btn:hover,
.footer__socials__link:hover,
.product__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 30px;
  border-radius: 10px;
  width: fit-content;
  border: none;
  outline: 0;
}

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

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

.body-camera table thead,
.btn--orange {
  background-color: #f17c2c;
}

.to-top,
.two-box::after {
  background-color: #005be0;
}

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

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

.breadcrumb {
  margin: 0;
  padding: 24px 0;
  max-width: 100%;
}

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

.breadcrumb__item:not(:last-child):after {
  /* content: "\f105";
  margin-right: 10px;
  font-size: 12px; */
}

.fa-cart-plus,
.fa-star,
.fa-arrow-right,
.fa-arrow-left,
.menu__item:hover>i::before,
.select-selected.select-arrow-active:after,
.header__bars.active::before,
.fa-bars,
.fa-arrow-up-long,
.fa-chevron-left,
.fa-chevron-right,
.fa-phone,
.fa-angle-down {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.fa-cart-plus {
  aspect-ratio: 1 / 1;
  width: 18px;
  background-image: url('/templates/camera/img/icon/cart-plus.svg');
  background-position: center;
  background-size: contain;
}

.fa-star {
  aspect-ratio: 1 / 1;
  width: 18px;
  height: auto;
  background-image: url('/templates/camera/img/icon/star-gray.svg');
  background-position: center;
  background-size: contain;
}

.fa-star.checked {
  background-image: url('/templates/camera/img/icon/star-yellow.svg');
}

.fa-arrow-right,
.fa-arrow-left {
  aspect-ratio: 1 / 1;
  width: 16px;
}

.fa-arrow-right {
  background-image: url('/templates/camera/img/icon/arrow-right.svg');
}

.fa-arrow-left {
  background-image: url('/templates/camera/img/icon/arrow-left.svg');
}

.select-selected.select-arrow-active:after,
.menu__item:hover>i::before {
  content: "";
  aspect-ratio: 1 / 1;
  width: 16px;
  height: auto;
  background-size: 12px !important;
}

.select-selected.select-arrow-active:after {
  background-image: url('/templates/camera/img/icon/chevron-up-blue.svg');
}

.menu__item:hover>i::before {
  background-image: url('/templates/camera/img/icon/chevron-up.svg');
}

.header__bars.active::before {
  background-image: url('/templates/camera/img/icon/times.svg');
  content: "";
  aspect-ratio: 1 / 1;
  width: 28px;
  height: auto;
  background-color: #283373;
}

.fa-bars {
  width: 24px;
  height: 24px;
  background-image: url('/templates/camera/img/icon/bars.svg');
}

.fa-arrow-up-long {
  width: 24px;
  height: 24px;
  background-image: url('/templates/camera/img/icon/arrow-up.svg');
}

.fa-phone {
  width: 24px;
  height: 24px;
  background-image: url('/templates/camera/img/icon/phone.svg');
  vertical-align: bottom;
}

.fa-angle-down {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/templates/camera/img/icon/chevron-down-blue.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  vertical-align: sub;
}

/* .container--mb .fa-angle-down {
  background-image: url('/templates/camera/img/icon/chevron-down.svg');
  background-position: right;  
} */

.fa-chevron-left,
.fa-chevron-right {
  width: 12px;
  height: 12px;
}

.fa-chevron-left {
  background-image: url('/templates/camera/img/icon/chevron-left.svg');
}

.fa-chevron-right {
  background-image: url('/templates/camera/img/icon/chevron-right.svg');
}

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

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

.breadcrumb__link:hover {
  color: #005be0;
  text-decoration: underline;
}

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

.pagination__item {
  margin: 0 8px;
}

.pagination__item.active a,
.pagination__item:hover a {
  background-color: #283373;
  color: #fff;
}

.pagination__link {
  color: #283373;
  width: 46px;
  height: 46px;
  justify-content: center;
  border: 1px solid #283373;
  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: "";
  background-image: url(/templates/camera/img/icon/chevron-down-blue.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 10px;
  margin-left: 10px;
  transform: translatey(-50%);
}

.select-items div,
.select-selected {
  color: #283373;
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
}

.select-selected {
  background-color: #fff;
  max-width: 200px;
  text-overflow: ellipsis;
  padding: 8px 32px 8px 12px;
}

.select-items,
.select-selected {
  border: 1px solid #283373;
  border-radius: 10px;
  overflow: hidden;
}

.select-items {
  position: absolute;
  background-color: #fff;
  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: #fff;
  outline: 0;
  cursor: pointer;
}

.heading {
  font-size: 28px;
  color: #283373;
  margin: 0 0 10px;
  line-height: 1.5;
}

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

.description,
.footer__about,
.reviews__statistics,
.two-box {
  text-align: center;
}

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

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

@media (max-width: 767px) {
  .product__name__link {
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 4;
    height: 80px;
  }

  .to-top {
    bottom: 80px;
  }

  .breadcrumb {
    padding-top: 12px;
  }

  .breadcrumb__item {
    font-size: 12px;
  }

  .pagination__item {
    margin: 0 4px;
  }

  .pagination__link {
    width: 32px;
    height: 32px;
  }

  .heading {
    font-size: 20px;
  }
}

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

.heading a {
  color: #283373;
  transition: 0.3s;
}

.heading a:hover,
.reviews__label b {
  color: #005be0;
}

.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: #005be0;
}

.reviews__score {
  font-size: 32px;
  color: #283373;
}

.reviews__total {
  color: #f17c2c;
}

.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 #283373;
  color: #283373;
  transition: 0.3s;
  padding: 10px 20px;
  justify-content: center;
  border-radius: 8px;
}

.reviews__filter__item.active,
.reviews__filter__item:hover,
.tabs a.active span,
.tabs a:hover span {
  background-color: #283373;
  color: #fff;
}

.reviews__filter__text {
  margin-right: 3px;
}

.reviews__filter__star {
  background-image: url('/templates/camera/img/icon/star-yellow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
  width: 12px;
  height: 12px;
}

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

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

.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: #fff;
}

.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: #f17c2c;
} */
.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: #fff;
}

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

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

.header__top {
  background-color: #283373;
}

.header__top:hover {
  background-color: #283373 !important;
}

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

.header__bot {
  background-color: #fff;
  position: relative;
  height: auto;
}

.header__right {
  display: flex;
  align-items: center;
  padding: 24px;
  border-left: 1px solid #fff;
}

.logo {
  height: 70px;
}

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

.search {
  flex: 1;
  margin: auto 60px;
  max-width: 617px;
  height: 44px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #fff;
  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: #fff;
  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: #000;
  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: #f17c2c;
}

.cart__num,
.menu__item.active>a,
.menu__item.active>i,
.menu__item:hover>a,
.menu__item:hover>i {
  color: #fff;
}

.search__input {
  flex: 1;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
}

.search__input::placeholder {
  color: #fff;
  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 i,
.menu__link,
.user__link:hover {
  color: #283373;
}

.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: #f17c2c;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 6px;
}

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

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

.user__list {
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 1;
  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 #fff;
  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: #000;
  cursor: pointer;
  font-weight: 500;
}

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

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

.menu__dropdown-1,
.menu__dropdown-2 {
  margin: 0;
  max-height: 343px;
  overflow-y: auto;
  list-style: none;
}

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

.menu__item.active,
.menu__item:hover {
  background-color: #283373;
}

@media (max-width: 1200px) {
  .menu__item {
    padding: 10px;
    font-size: 13px;
  }
}

.menu__item i {
  font-size: 14px;
}

.menu__link {
  font-weight: 700;
  display: block;
}

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

.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 {
  padding-left: 0;
  width: fit-content;
  min-width: 220px;
}

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

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

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

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

.menu__dropdown-1__item i {
  font-size: 12px;
  margin-left: 12px;
  color: #000;
}

.menu__dropdown-1__link {
  color: #000;
  font-weight: 500;
  flex: 1;
  display: block;
  min-width: 120px;
}

.menu__dropdown-2 {
  padding-left: 0;
  position: absolute;
  top: 24px;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
}

.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: #000;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.js_mb_close_menu {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 28px;
  color: #fff;
}

.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: #252937;
  padding: 30px 0;
  color: #fff;
}

.footer__bot a {
  color: #fff;
  transition: 0.3s;
}

.footer__bot a:hover {
  color: #005be0;
}

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

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

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

.footer__about {
  padding: 0 15%;
}

.footer__title {
  border-bottom: 1px solid #fff;
  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;
}

.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,
.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: #000;
  padding: 12px;
  transition: 0.3s;
}

.services__link:hover .services__title {
  color: #005be0;
}

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

.services__img::after {
  content: "";
  position: absolute;
  background-color: #005be0;
  border-radius: 5px;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
}

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

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

.services__title {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #283373;
}

.outstanding-products {
  padding: 0;
}

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

.tag-list__link {
  color: #fff;
  display: block;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.about__flex span,
.about__title,
.ceramic__item__title,
.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__title,
.product-by-car__tabs__link,
.section-account__name b {
  text-transform: uppercase;
}

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

.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-size: cover;
  background-position: center;
  background: linear-gradient(85.87deg, #ffffff -11%, #283373 85.96%);
  background-blend-mode: multiply;
}

.feedback__heading {
  color: #ffffff;
}

.feedback__slider {
  padding: 0 60px;
}

.feedback__item {
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 120px;
  margin: 6px;
  text-align: center;
  background-color: #ffffff;
}

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

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

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

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

.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%;
}

.news__detail iframe,
.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;
}

.news__name a {
  color: #252525;
  max-height: 48px;
}

.news__name a:hover {
  color: #005be0;
}

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

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

.news__poster p {
  margin: 0;
}

.news__content {
  height: 48px;
}

.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: #000;
}

.news__small__name a:hover {
  color: #005be0;
  text-decoration: underline;
}

.news__title {
  font-size: 18px;
  font-weight: 700;
  color: #283373;
  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: #005be0;
  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 {
  height: 460px !important;
}

.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: #283373;
}

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

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

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

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

.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: #000;
  background-color: #fff;
  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;
}

.product-detail__images__nav .slick-arrow:hover {
  opacity: 1;
  color: #005be0;
}

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

.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-current {
  border: 1px solid #283373;
}

.product-detail__name {
  font-size: 28px;
  color: #283373;
  font-weight: 700;
  margin: 0 0 6px;
}

.product-detail__action,
.product-detail__color {
  color: #005be0;
  margin-left: 6px;
}

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

.product-detail__color a {
  color: #005be0;
  text-decoration: none;
}

.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: 32px;
  color: #f17c2c;
  font-weight: 700;
}

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

.product-detail__label,
.product-detail__title {
  font-size: 18px;
  font-weight: 700;
  color: #283373;
  margin: 24px 0 6px;
}

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

.product-detail__form__group {
  display: flex;
  align-self: center;
  border: 1px solid #000;
  border-radius: 100px;
  height: 42px;
  display: inline-flex;
  align-items: center;
}

.product-detail__form__input {
  width: 40px;
  color: #283373;
  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: #283373;
  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;
  color: #005be0 !important;
}

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

.contact__title {
  font-size: 28px;
  color: #283373;
  margin: 42px 0 24px;
}

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

.contact__address__item {
  background-color: #283373;
  color: #fff;
  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__title {
  font-weight: 700;
  color: #283373;
}

.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: #283373;
}

.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: #fff;
  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: #283373;
}

.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: #fff;
  font-size: 46px;
  font-weight: 700;
  padding: 12px;
  display: flex;
  width: 50%;
  align-items: flex-end;
}

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

.about__content b {
  font-weight: 700;
  color: #283373;
}

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

.about__list li {
  font-weight: 700;
  color: #283373;
  margin-bottom: 6px;
}

.about__list li::before {
  content: "\f00c";
  font-size: 42px;
  color: #f17c2c;
  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: #283373;
}

.about__service {
  background-color: #283373;
  border-radius: 10px;
  padding: 60px 20px;
  color: #fff;
  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,
.content-body table.divresponsive,
.home-banner__list>img:first-child,
.order-detail__submit,
.product-by-car__link img {
  width: 100%;
}

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

.product-by-car__title {
  font-size: 30px;
  font-weight: 500;
  color: #283373;
  margin: 0;
}

.product-by-car__flex {
  display: flex;
  align-items: center;
  margin: 6px 0;
}

.product-by-car__review-star {
  margin-right: 15px;
}

.product-by-car__price,
.product-by-car__review-star span {
  font-size: 18px;
}

.product-by-car__action {
  font-size: 16px;
  color: #283373;
  cursor: pointer;
  font-weight: 500;
}

.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: #000;
  padding: 12px 40px;
  cursor: pointer;
}

.product-by-car__tabs__link.active {
  border-bottom: 3px solid #283373;
}

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

.content-body .reset-text h2,
.content-body .reset-text h2 *,
.content-body h2,
.content-body h2 * {
  font-size: 26px !important;
  color: #283373 !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;
}

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

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

.open-menu-mb .wrapper {
  margin-left: 80%;
  width: 100%;
  overflow: unset;
}

.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: #000;
}

.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__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: #000 !important;
  text-decoration: none;
}

.table-heading__body .toc-h3 {
  text-align: left;
  padding-left: 30px;
}

.table-heading__body .toc-h4 {
  text-align: left;
  padding-left: 60px;
}

.table-heading {
  border-radius: 12px;
  border: 1px solid #283373;
  overflow: hidden;
  line-height: 1;
  width: 400px;
  max-width: 100%;
  margin: 24px 0;
}

.table-heading__top {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #283373;
  padding: 15px;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  display: flex;
}

.table-heading__top .fa-angle-down {
  width: 10px;
  height: 10px;
  background-image: url('/templates/camera/img/icon/chevron-down.svg');
  background-position: right;
  background-size: contain;
  flex: 1;
}

.table-heading__top i {
  font-size: 16px;
  margin-left: 12px;
  font-family: "Font Awesome 6 Free";
  color: #fff;
}

.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: #fff;
  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 #000;
  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 #000;
  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;
}

.login-popup__password input {
  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__submit {
  width: 100%;
}

.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: #fff;
  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: #fff;
  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 #fff;
  background-color: #005be0;
  color: #fff;
  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: #283373;
  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 #000;
  background-color: #fff;
  margin-top: 12px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-out;
}

.section-account__item.active {
  border: 1px solid #283373;
  background-color: #283373;
  color: #fff;
}

.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: #283373;
}

.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 #000;
  outline-color: #283373;
  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 #000;
  outline-color: #283373;
  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: #283373;
  color: #fff;
  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: #283373;
  margin-right: 21px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  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: #283373;
}

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

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

.promotional__item__right {
  flex: 1;
  border: 1px solid #283373;
  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 #000;
  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;
}

.body-camera h3,
.order__item__status {
  font-size: 18px;
  font-weight: 700;
  color: #f17c2c;
}

.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: #f17c2c;
}

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

.home-why__image,
.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;
}

.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: #fff;
  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: #252937;
  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: #283373;
  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: #283373;
}

.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: #fff;
  display: block;
  cursor: pointer;
}

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

.address__radio__group.active label {
  background-color: #005be0;
  color: #fff;
  border-color: #005be0;
}

.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: #fff;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 16px;
}

.address__item__edit,
.address__item__type {
  color: #fff;
  width: fit-content;
  padding: 6px 20px;
  border-radius: 50px;
  line-height: 1;
}

.address__item__type {
  background-color: #005be0;
  margin-right: 16px;
}

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

.address__item__edit {
  background-color: #f17c2c;
  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: #fff;
  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: #283373;
  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: #f17c2c;
}

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

.cart__quantity {
  border: 1px solid #000;
  width: fit-content;
  border-radius: 50px;
  background-color: #fff;
  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: #252937;
  border-width: 0 1px;
  text-align: center;
  color: #f17c2c;
  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: #fff;
}

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

.sticky-contact__link {
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  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: #fff;
  -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: #f17c2c !important;
}

.order-detail__product {
  display: flex;
  align-items: start;
  text-decoration: none;
  color: #000;
}

.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: #000;
  margin: 15px 0;
}

.order-detail__heading {
  color: #283373;
  font-size: 18px;
  margin: 0;
}

.order-detail__code {
  border: 1px solid #283373;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #283373;
  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 #000;
  border-radius: 8px;
  outline-color: #283373;
  font-size: 14px;
  flex: 1;
  padding: 0 8px;
  margin-right: 10px;
}

.form-search-order__submit {
  width: 80px;
  border: 0;
  outline: 0;
  background-color: #283373;
  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: #283373;
  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 .slick-list {
  margin: 0 -8px;
}

.rescue__images .slick-slide {
  margin: 8px;
  border-radius: 15px;
  overflow: hidden;
}

.rescue__images img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.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: #283373;
  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: #fff;
}

.rescue__feedback__avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  margin: auto;
  border-radius: 50%;
}

.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 {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 15px;
  display: flex;
  color: #f1f1f1;
}

.rescue__procedure__video i {
  position: absolute;
  left: 50%;
}

.rescue__procedure__name {
  font-size: 48px;
  line-height: 1.3;
  color: #283373;
  font-weight: 500;
}

.rescue__procedure__list li:not(:last-child) {
  margin-bottom: 8px;
}

.rescue__procedure__list li::marker {
  color: #283373;
  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: #fff;
  border-radius: 5px;
  padding: 24px 15px;
  border: 2px dotted #283373;
}

.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: #f17c2c;
  margin-right: 16px;
}

.rescue__commit__image {
  height: 100%;
  border-radius: 15px;
}

.rescue__contact {
  background-color: #fff;
  border-radius: 15px;
  padding: 16px;
}

.rescue__contact__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  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%;
  height: 100%;
  border-radius: 15px;
}

.rescue__call {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 40px auto 0;
}

.rescue__call__icon {
  border: 1px solid #fff;
  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 {
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}

.ldp-care__card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  margin-top: 40px;
}

.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: #fff;
  border-radius: 5px;
  box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.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: #283373;
}

.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: #283373;
  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: #283373;
  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: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  padding: 12px;
}

.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__ppf {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 60px;
}

.ldp-care__ppf__item {
  width: 36%;
  margin: 24px;
  background-color: #fff;
  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: #283373;
  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: #f17c2c;
  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: #f17c2c;
}

.ldp-care__policy__content p,
.pay__bank p:not(:first-child) {
  margin: 10px 0 0;
}

@media (max-width: 1024px) {
  .reviews__filter {
    justify-content: flex-end;
    margin-left: 0;
  }

  .header__top__block {
    align-items: center;
    height: 60px;
  }

  .header__top__block .logo {
    height: 40px;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__bot {
    position: fixed;
    top: 0;
    left: -80%;
    bottom: 0;
    width: 80%;
    background-color: #283373;
    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;
  }

  .menu {
    margin-top: 20px;
    box-shadow: none;
  }

  .menu__list {
    margin-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: calc(100vh - 195px);
    overflow-y: auto;
    padding-bottom: 200px;
  }

  .menu__item {
    padding: 6px 0;
    width: 100%;
    position: relative;
    font-size: 15px;
  }

  .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: #fff;
  }

  .menu__item.active>a,
  .menu__item.active>i,
  .menu__item:hover>a,
  .menu__item:hover>i {
    color: #fff;
  }

  /* .menu__item:hover > i::before {
    content: "\f107";
  } */
  .menu__link {
    display: inline-block;
    color: #fff;
  }

  .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: #283373;
  }

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

  .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__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;
  }

  .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 #000;
  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;
  color: #283373;
  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 #283373;
  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: #283373;
}

.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%;
  object-fit: cover;
  object-position: center;
}

.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: #fff;
}

.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: #fff;
  border: 1px solid #fff;
  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: #f17c2c;
  border-color: #f17c2c;
}

@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: 30px;
  }

  .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: 230px !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: #fff;
    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__card {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .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: #fff;
  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: #283373;
  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%;
  object-fit: cover;
  object-position: center;
}

.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: #fff;
  padding-top: 10px;
}

.maintenance__top__content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 35%;
  height: 2px;
  background-color: #fff;
}

.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: #283373;
}

.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;
  object-fit: cover;
  object-position: center;
}

.accessory__item {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.accessory__item:hover {
  opacity: 0.9;
}

.accessory__item__image {
  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: #283373;
  position: absolute;
  bottom: 5px;
  left: 355px;
  width: 400px;
  height: 145px;
  padding: 10px;
  color: #fff;
}

.popup-notification,
.tabs a span {
  background-color: #fff;
  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;
}

.news__share__btn,
.ppf__top__item.active {
  background-color: #283373;
  color: #fff;
}

.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 #283373;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
}

.tabs a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #005be0;
  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;
}

.ceramic__slider,
.news__share--top,
.ppf__btn {
  margin-top: 30px;
}

.news__share__btn {
  display: flex;
  font-size: 18px;
  margin-left: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.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 {
  width: 21px;
  height: 21px;
  /* background-position: -5px -150px; */
  margin-right: 6px;
  background-repeat: no-repeat;
}

#share-facebook span {
  background-image: url(/templates/camera/img/new-image/icon-fb.png);
}

#share-messenger span {
  background-image: url(/templates/camera/img/new-image/icon-messenger.png);
}

#share-twitter span {
  background-image: url(/templates/camera/img/new-image/icon-twitter.png);
}

#share-skype span {
  background-image: url(/templates/camera/img/new-image/icon-skype.png);
}

#share-telegram span {
  background-image: url(/templates/camera/img/new-image/icon-tele.png);
}

#share-facebook span,
#share-messenger span,
#share-twitter span,
#share-skype span,
#share-telegram span {
  background-repeat: no-repeat;
  background-size: contain;
}

.news__share__drop {
  max-width: calc(100vw - 30px);
  overflow: auto;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background-color: #fff;
  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: #283373;
  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-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.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: #000;
  font-size: 12px;
  text-transform: capitalize;
  transition: 0.3s;
}

.news__share-buttons a span {
  display: block;
  aspect-ratio: 1 / 1;
  width: 50px;
  height: auto;
  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: #283373;
  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,
.recruitment__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.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: #283373;
  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 #283373;
  border-radius: 10px;
  color: #283373;
  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: #f17c2c;
  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: #fff;
    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 #283373;
    color: #1c1c1c;
    padding: 0 10px;
  }

  .search__input::placeholder {
    color: #1c1c1c;
  }

  .search__submit {
    background-color: #283373;
    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;
    gap: 5px;
  }

  .select-selected {
    padding: 0 30px 0 6px;
  }

  .section-product__form__title {
    min-width: 120px;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .section-product__form .custom-select {
    margin: 2px;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
  }

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

.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: #283373;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
}

.recruitment__link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #283373;
  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;
}

.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: #283373;
  color: #fff;
  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 #28337399;
  height: 36px;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
  margin: 3px 0;
}

.recruitment__fileLabel {
  text-align: center;
  padding: 30px;
  border: 1px solid #28337399;
  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;
  border-radius: 50%;
} */

.expert__image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  flex: 0 0 100px;
  border-radius: 50%;
  overflow: hidden
}

.expert__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block
}

.expert__body {
  padding: 0 30px;
}

.expert__name {
  text-transform: uppercase;
  color: #283373;
  font-size: 18px;
  margin-bottom: 6px;
}

.expert__desc a {
  text-decoration: none;
  color: #283373;
}

.hotline {
  text-decoration: none;
  color: #fff;
  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 {
  width: calc(100% / 4 - 24px);
  margin: 12px;
}

@media (max-width: 991px) {
  .productSlider .product {
    width: calc(100% / 3 - 24px);
  }
}

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

.noti-section p {
  font-weight: 700;
  margin: 8px 0 0;
  line-height: 1.2;
}

.pay__page {
  background-color: #fff;
  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: #283373;
  color: #fff;
  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;
}

.pay__product__left,
.pay__product__right {
  display: flex;
  align-items: center;
}

.pay__product__image,
.popup-order-success__image {
  display: flex;
}

.pay__product__image img {
  width: 80px;
}

.pay__product__name {
  text-decoration: none;
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pay__product__right {
    margin-left: auto;
  }
}

.pay__product__price {
  font-size: 16px;
  white-space: nowrap;
}

.pay__product__quantity {
  margin: 0 30px;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 0 6px;
  display: flex;
}

.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: #283373;
  white-space: nowrap;
}

.pay__product__remove {
  margin-left: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #fd0000;
}

.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: #fff;
  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) {

  .expert__image {
    width: 80px;
    height: 80px;
    min-width: 80px;
    flex: 0 0 80px;
    border-radius: 50%;
    overflow: hidden
  }

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

.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 {
  display: flex;
  align-items: center;
  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;
}

.popup-order-success__total {
  color: #439ea0;
}

.popup-order-success__detail {
  margin-top: 4px;
}

.popup-order-success__detail strong {
  font-weight: 500;
  margin-left: 8px;
}

.partner {
  border: 1px solid #28337366;
  border-radius: 10px;
  overflow: hidden;
}

.partner img {
  height: 120px;
  width: 100%;
  object-fit: contain;
}

.body-camera table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .body-camera table {
    width: 700px;
    font-size: 14px;
  }
}

.body-camera th {
  border: 1px solid #fff;
  padding: 8px;
  color: #fff;
}

.body-camera td {
  border: 1px solid #000;
  padding: 8px;
  color: #000;
  vertical-align: top;
}

.body-camera tbody tr td:first-child {
  color: #f17c2c;
  font-weight: 500;
}

.body-camera__label td {
  border: 0 !important;
  padding: 24px 0;
}

.body-camera__label td span {
  color: #000;
  background-color: #ffe599;
  padding: 8px;
  width: 100%;
  display: block;
}

.body-camera h2 {
  font-size: 24px;
  font-weight: 700;
  color: #f17c2c;
}

.table-label {
  margin: 20px 0;
}

.table-label img {
  width: 100%;
}

@media (max-width: 767px) {
  .table-label img {
    width: 100%;
    height: 56px;
    object-fit: cover;
    object-position: left;
  }
}

.table-td,
.table-th {
  padding: 10px;
  text-align: center;
}

.table-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.table-col {
  flex: 1;
  background-color: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
}

.table-th {
  background-color: #283373;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .table-col {
    flex: unset;
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .table-col {
    width: calc(50% - 10px);
    font-size: 14px;
    margin: 5px;
  }

  .table-td,
  .table-th {
    padding: 10px;
  }
}

.table-td strong {
  text-align: center;
  font-weight: 700;
  display: block;
}

@media (max-width: 1024px) {
  .sticky-parent {
    position: relative;
  }

  .sticky-child {
    position: sticky;
    top: 60px;
    z-index: 1;
    margin: 0 -6px;
    background-color: #ffffff;
  }

  .fa-angle-down {
    background-image: url(/templates/camera/img/icon/chevron-down.svg);
    background-position: right;
  }
}

@media (max-width: 551px) {
  .news__share__drop--left {
    right: unset;
    left: 60%;
    transform: translateX(-70%);
  }

  .news__share-buttons a span {
    width: 40px;
  }
}

/* css new 20 / 8 / 2025 */
.promotion-container {
  display: flex;
  gap: 10px;
  background-color: #283373;
  justify-content: center;
  padding: 5px 10px;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}

.promotion-container p {
  margin: 0;
  text-align: center;
  line-height: 1;
  color: white;
  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: white;
  text-align: center;
  transition: all 0.3s ease;
}