.menu .change-color {
  filter: brightness(0.2) !important;
}
.menu a {
  color: var(--color-dark) !important;
}
.menu .light {
  color: var(--color-dark) !important;
}
.menu li {
  color: var(--color-dark) !important;
}
.menu .drop-box-mega a {
  color: rgba(var(--color-light), 1) !important;
}
.menu .top {
  border-bottom-color: #ccc !important;
}
.menu .drop-box {
  background-color: rgba(var(--color-light), 1) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.menu .drop-box-in {
  background-color: rgba(var(--color-light), 1) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.menu .drop-box-inn {
  background-color: rgba(var(--color-light), 1) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.hero {
  height: 300px;
  background-color: var(--color-body);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.hero .modal-video {
  background: rgba(0, 0, 0, 0.6);
}
.hero .carousel-item img {
  height: 350px;
  object-fit: cover;
}
.hero .over-hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.48) 100%);
  z-index: 1;
  padding-bottom: 1rem;
}
.hero .over-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(var(--color-light), 1);
}
.hero .over-hero .breadcrumb-item {
  font-size: 12px;
}
.hero .over-hero .img-header-inner img {
  border-radius: var(--service-img-radius);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.hero .over-hero .hero-content h1 {
  font-size: 50px;
}
.hero .over-hero .hero-content p {
  font-size: 18px;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.banner-scrollable {
  background-color: var(--color-one);
}
.banner-scrollable .scroll-text {
  width: max-content;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-animation: my-animation 50s linear infinite;
  -webkit-animation: my-animation 50s linear infinite;
  animation: my-animation 50s linear infinite;
}
.banner-scrollable .scroll-text li {
  font-family: sans-serif !important;
  list-style: inherit !important;
  margin-left: 50px;
  text-transform: uppercase;
  font-size: 42px;
  color: var(--color-dark);
}

.brand-card {
  border-radius: var(--arrow-btn-radius);
}
.brand-card img {
  border-radius: 42px 0;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(-100%);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}
/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
  }
}
@keyframes my-animation {
  from {
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes my-animation2 {
  from {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes my-animation3 {
  from {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(70%);
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
  }
}
.list-brands {
  background: linear-gradient(180deg, #fff 80%, rgba(231, 224, 242, 0) 87.27%);
  border-radius: var(--about-img-one);
  padding: 2rem 0;
}
.list-brands .form input {
  box-shadow: none !important;
  outline: 0 !important;
  border: 1px solid #dee2e6 !important;
}
.list-brands .tabs .nav {
  overflow-x: auto;
  flex-wrap: nowrap;
  overflow-y: hidden;
}
.list-brands .tabs .nav-link {
  border-radius: var(--tabButton-radius);
  border: 1px solid rgba(37, 37, 37, 0.2);
  background: transparent;
  color: var(--color-dark);
  padding: 8px 30px;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
}
.list-brands .tabs .nav-link.active {
  background-color: var(--color-one);
  border-color: var(--color-one);
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .hero .over-hero {
    padding-top: 10rem;
  }
  .hero .over-hero .img-header-inner img {
    border-radius: var(--about-img-one);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .hero .over-hero .hero-content p {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .lists .col-xxl-3:nth-child(4n) .product-card {
    border-left: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .hero .img-header-inner img {
    border-radius: var(--about-img-one) !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .hero .hero-content p {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero .img-header-inner img {
    border-radius: var(--about-img-one) !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .hero .hero-content p {
    font-size: 16px !important;
  }
  .hero .hero-content .anchors a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero {
    height: 250px !important;
  }
  .hero .carousel-item img {
    height: 330px;
    object-fit: cover;
    object-position: center;
  }
  .hero .img-header-inner {
    margin-top: 2rem;
  }
  .hero .over-hero {
    padding-bottom: 1rem;
  }
  .hero .over-hero .hero-content h1 {
    font-size: 40px;
  }
  .hero .over-hero .hero-content p {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .hero {
    height: 220px !important;
  }
  .hero .carousel-item img {
    height: 280px;
    object-fit: cover;
    object-position: center;
  }
  .hero .img-header-inner {
    margin-top: 2rem;
  }
  .hero .over-hero {
    padding-bottom: 1rem;
  }
  .hero .over-hero .hero-content h1 {
    font-size: 40px;
  }
  .hero .over-hero .hero-content p {
    font-size: 16px;
  }
  .hero .over-hero .video {
    width: 100%;
    margin-right: auto;
    height: auto;
  }
}
@media (max-width: 576px) {
  .hero {
    height: 210px !important;
  }
  .hero .carousel-item img {
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  .hero .over-hero {
    padding-bottom: 1rem;
  }
  .hero .over-hero .img-header-inner {
    margin-top: 0.5rem;
  }
  .hero .over-hero .img-header-inner img {
    border-radius: var(--about-img-one) !important;
  }
  .hero .over-hero .hero-content h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .hero .over-hero .hero-content p {
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .hero .over-hero .video {
    width: 100%;
    margin-right: auto;
    height: auto;
  }
  .hero .over-hero .video .btn-video {
    position: unset;
    width: 100%;
  }
  .hero .anchors {
    flex-wrap: wrap;
  }
  .hero .anchors a {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .list-brands {
    border-radius: var(--theme-radius-button) !important;
  }
}

/*# sourceMappingURL=list.css.map */
