@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-primary: #104a9c;
}

.mb-01 {
  margin-bottom: 0.25rem;
}
.mb-02 {
  margin-bottom: 0.5rem;
}
.mb-03 {
  margin-bottom: 0.75rem;
}
.mb-04 {
  margin-bottom: 1rem;
}
.mb-05 {
  margin-bottom: 1.25rem;
}
.mb-06 {
  margin-bottom: 1.5rem;
}
.mb-07 {
  margin-bottom: 2rem;
}
.mb-08 {
  margin-bottom: 2.5rem;
}
.mb-09 {
  margin-bottom: 3rem;
}
.mb-10 {
  margin-bottom: 3.375rem;
}
.mb-11 {
  margin-bottom: 4rem;
}
.mb-12 {
  margin-bottom: 4.5rem;
}
.mb-13 {
  margin-bottom: 5rem;
}
.mb-14 {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .mb-lg-01 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem;
  }
  .mb-lg-04 {
    margin-bottom: 1rem;
  }
  .mb-lg-05 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-06 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-07 {
    margin-bottom: 2rem;
  }
  .mb-lg-08 {
    margin-bottom: 2.5rem;
  }
  .mb-lg-09 {
    margin-bottom: 3rem;
  }
  .mb-lg-10 {
    margin-bottom: 3.375rem;
  }
  .mb-lg-11 {
    margin-bottom: 4rem;
  }
  .mb-lg-12 {
    margin-bottom: 4.5rem;
  }
  .mb-lg-13 {
    margin-bottom: 5rem;
  }
  .mb-lg-14 {
    margin-bottom: 6rem;
  }
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

:root {
  --swiper-theme-color: #ffffff !important;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid white !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.5rem !important;
  color: white !important;
}

.swiper-button-next {
  padding-left: 5px !important;
}

.swiper-button-prev {
  padding-right: 5px !important;
}

.btn-swiper--sm {
  width: 40px !important;
  height: 40px !important;
}
.btn-swiper--sm::after {
  font-size: 1rem !important;
}

body {
  font-family: "Roboto", sans-serif;
  color: #595757;
}

.ts-content-wrapper {
  width: 100%;
  overflow: hidden;
}

::-moz-selection {
  color: white;
  background-color: #ff5500;
}

::selection {
  color: white;
  background-color: #ff5500;
}

.ts-container-fluid {
  padding-inline: 1rem;
  max-width: 1496px;
  margin: auto;
}
@media (min-width: 768px) {
  .ts-container-fluid {
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .ts-container-fluid {
    padding-inline: 3rem;
  }
}

.mb-01 {
  margin-bottom: 0.25rem;
}
.mb-02 {
  margin-bottom: 0.5rem;
}
.mb-03 {
  margin-bottom: 0.75rem;
}
.mb-04 {
  margin-bottom: 1rem;
}
.mb-05 {
  margin-bottom: 1.25rem;
}
.mb-06 {
  margin-bottom: 1.5rem;
}
.mb-07 {
  margin-bottom: 2rem;
}
.mb-08 {
  margin-bottom: 2.5rem;
}
.mb-09 {
  margin-bottom: 3rem;
}
.mb-10 {
  margin-bottom: 3.375rem;
}
.mb-11 {
  margin-bottom: 4rem;
}
.mb-12 {
  margin-bottom: 4.5rem;
}
.mb-13 {
  margin-bottom: 5rem;
}
.mb-14 {
  margin-bottom: 6rem;
}

.ts-lh-150 {
  line-height: 150%;
}
.ts-lh-170 {
  line-height: 170%;
}
.ts-lh-200 {
  line-height: 200%;
}
.ts-text-white {
  color: #ffffff !important;
}
.ts-text-primary {
  color: #ff5500 !important;
}
.ts-text-primary-2 {
  color: #cf102c !important;
}
.ts-text-secondary {
  color: #fac10b !important;
}
.ts-text-blue {
  color: #1a3e5f !important;
}
.ts-text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.ts-text-gray-1 {
  color: #737373;
}
.ts-text-gray-2 {
  color: #2b2b2b;
}
.ts-text-gray-3 {
  color: #f8f8f8;
}
.ts-text-gray-4 {
  color: #7e7e7e;
}
.ts-text-gray-5 {
  color: #999999;
}
.ts-text-gray-6 {
  color: #4d4c38;
}
.ts-text-gray-8 {
  color: #f9f9f9;
}
.ts-text-gray-9 {
  color: #cccccc;
}
.ts-text-gray-10 {
  color: #959595;
}
.ts-bg-primary {
  background-color: #ff5500;
}
.ts-bg-secondary {
  background-color: #fac10b;
}
.ts-bg-blue {
  background-color: #ff5500;
}
.ts-bg-gray-3 {
  background-color: #f8f8f8;
}
.ts-bg-gray-5 {
  background-color: #999999;
}
.ts-bg-gray-6 {
  background-color: #4d4c38;
}
.ts-bg-gray-7 {
  background-color: #333333;
}
.ts-bg-gray-8 {
  background-color: #f9f9f9;
}
.ts-fs-10 {
  font-size: 0.625rem;
}
.ts-fs-12 {
  font-size: 0.75rem;
}
.ts-fs-14 {
  font-size: 0.875rem;
}
.ts-fs-16 {
  font-size: 1rem;
}
.ts-fs-18 {
  font-size: 1.125rem;
}
.ts-fs-20 {
  font-size: 18px;
}
.ts-fs-22 {
  font-size: 1.375rem;
}
.ts-fs-24 {
  font-size: 1.5rem;
}
.ts-fs-26 {
  font-size: 1.625rem;
}
.ts-fs-28 {
  font-size: 1.75rem;
}
.ts-fs-30 {
  font-size: 1.875rem;
}
.ts-fs-32 {
  font-size: clamp(1.8rem, 4vw, 2rem);
}
.ts-fs-34 {
  font-size: 2.125rem;
}
.ts-fs-36 {
  font-size: 2.25rem;
}
.ts-fs-38 {
  font-size: 2.375rem;
}
.ts-fs-48 {
  font-size: 3rem;
}
.ts-fs-51 {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
}
.ts-fs-54 {
  font-size: clamp(2.3rem, 5vw, 3.375rem);
}
.ts-fs-60 {
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
}
.ts-fs-70 {
  font-size: clamp(3.3rem, 7vw, 4.375rem);
}
.ts-desc-lg {
  font-size: 1.125rem;
}
.ts-desc-sm {
  font-size: 0.875rem;
}
.ts-heading-3 {
  font-size: 1.5625rem;
}
.ts-heading-4 {
  font-size: 1.25rem;
}
.ts-mw-100 {
  max-width: 100%;
}
.ts-mw-350 {
  max-width: 350px;
}
.ts-mw-520 {
  max-width: 520px;
}
.ts-mw-550 {
  max-width: 550px;
}
.ts-mw-700 {
  max-width: 700px;
}
.ts-mw-800 {
  max-width: 800px;
}
.ts-mw-1024 {
  max-width: 64rem;
}
.ts-mw-1220 {
  max-width: 76.25rem;
}
.ts-mw-1200 {
  max-width: 75rem;
}
.ts-circle-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
}
.ts-btn-primary {
  border: 2px solid #ff5500;
  background-color: #ff5500;
  color: white;
  transition: all 300ms ease-in-out;
}
.ts-btn-primary:hover {
  background-color: white;
  color: #ff5500 !important;
  border: 2px solid #ff5500;
}
.ts-btn-primary:hover svg path {
  fill: #ff5500 !important;
}
.ts-btn-secondary {
  border: 2px solid #fac10b;
  background-color: #fac10b;
  color: white;
  transition: all 300ms ease-in-out;
}
.ts-btn-secondary:hover {
  background-color: transparent;
  color: #fac10b;
  border: 2px solid #fac10b;
}
.ts-btn-secondary:hover svg {
  transition: all 300ms ease-in-out;
  fill: #fac10b;
}
.ts-btn-secondary-light {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #f8f8f8;
  transition: all 300ms ease-in-out;
}
.ts-btn-secondary-light:hover {
  background-color: transparent;
  background-color: #fac10b;
  color: white;
  border: 2px solid #fac10b;
}
.ts-btn-outline-secondary-light {
  padding: 1rem 2rem;
  border: 2px solid #000002;
  background-color: rgba(242, 242, 242, 0);
  color: #f8f8f8;
  transition: all 300ms ease-in-out;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-inline: auto;
}
.ts-btn-outline-secondary-light svg {
  transform: rotate(180deg);
  width: 16px;
}
.ts-btn-outline-secondary-light svg path {
  fill: #f8f8f8;
}
.ts-btn-outline-secondary-light:hover {
  background-color: transparent;
  background-color: #000002;
  color: white;
}
.ts-btn-outline-secondary-light:hover svg path {
  fill: #fff;
}
.ts-hero-image-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ts-hero-image-container--text-end {
  display: flex;
  justify-content: center;
  align-items: end;
}
.ts-hero-image-container--primary-gradient {
  position: relative;
  isolation: isolate;
}
.ts-hero-image-container--primary-gradient::after, .ts-hero-image-container--primary-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
}
.ts-hero-image-container--primary-gradient::before {
  left: 0;
  background: rgb(25, 51, 90);
  background: linear-gradient(90deg, rgb(25, 51, 90) 0%, rgba(25, 51, 90, 0.6783088235) 57%, rgba(25, 51, 90, 0) 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19335a",endColorstr="#19335a",GradientType=1);
}
.ts-hero-image-container--primary-gradient::after {
  right: 0;
  background: rgb(25, 51, 90);
  background: linear-gradient(90deg, rgba(25, 51, 90, 0) 0%, rgba(25, 51, 90, 0.6783088235) 43%, rgb(25, 51, 90) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19335a",endColorstr="#19335a",GradientType=1);
}
.ts-link {
  color: #f8f8f8;
}
.ts-link:hover {
  color: #fac10b;
}
.ts-link:hover svg {
  fill: #fac10b;
}
.ts-link:hover svg path {
  fill: inherit;
}
.ts-link-white {
  color: white;
}
.ts-link-white:hover {
  color: rgba(255, 255, 255, 0.8);
}
.ts-link-white:hover svg {
  fill: rgba(255, 255, 255, 0.8);
}
.ts-link-white:hover svg path {
  fill: inherit;
}

.ts-lh-70 {
  line-height: 70%;
}

.nav-tabs {
  border: none;
  flex-direction: column;
}
.nav-tabs .nav-link {
  width: 100%;
  color: #171717;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0;
  font-weight: 500;
  justify-content: start;
}
.nav-tabs .nav-link.active {
  color: #ff5500;
  font-weight: bold;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212529 !important;
}

.ts-table-content-wrapper {
  background-color: #f8f8f8;
  padding-block: 2rem;
}

.ts-product-table thead {
  background-color: #e5e5e5;
}

.ts-table-img-group {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 20px;
  align-items: start;
  padding: 20px;
  padding-left: 0;
}
.ts-table-img-group .left-section {
  border: 2px solid #d9d9d9;
  overflow: hidden;
}
.ts-table-img-group .left-section img {
  width: 100%;
  height: auto;
  display: block;
}
.ts-table-img-group .right-section {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  height: 100%;
}
.ts-table-img-group .right-section .top-images,
.ts-table-img-group .right-section .bottom-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ts-table-img-group .right-section .top-images img,
.ts-table-img-group .right-section .bottom-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .ts-table-img-group {
    grid-template-columns: 1fr;
  }
  .ts-table-img-group .right-section {
    grid-template-rows: unset;
  }
}
.ts-gallery-image-group {
  position: relative;
  isolation: isolate;
  margin-top: 2.5rem;
}
.ts-gallery-image-group::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 15px;
  width: 50%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 78% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 78% 0%, 100% 100%, 0% 100%);
  background: #ff5500;
  z-index: 2;
}
.ts-gallery-image-group .ts-main {
  position: relative;
  width: 50%;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 78% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 78% 0%, 100% 100%, 0% 100%);
  height: calc(100% - 2rem);
}
.ts-gallery-image-group .ts-cover {
  position: absolute;
  width: 60%;
  height: calc(100% - 2rem);
  top: 0;
  right: 0;
  z-index: 1;
  margin-block: 1rem;
}
.ts-gallery-image-group--right::after {
  left: auto;
  right: 15px;
  -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.ts-gallery-image-group--right .ts-main {
  -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  left: auto;
  right: 0;
  position: absolute;
  min-height: 100%;
}
.ts-gallery-image-group--right .ts-cover {
  position: relative;
  left: 0;
  right: auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  margin-block: 1rem;
  height: calc(100% - 2rem);
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.ts-footer {
  border-top: 6px solid #ff5500;
  background-size: cover;
  position: relative;
}
.ts-footer #scrollTop {
  border: 2px solid #ff5500;
  padding: 0.75rem;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transform: translateY(-50%);
}
.ts-footer hr {
  color: #363636;
  opacity: 1;
}
.ts-footer__top-card:not(:last-child) {
  border-right: 1px solid #363636;
}
@media (max-width: 767px) {
  .ts-footer__top-card:nth-child(1), .ts-footer__top-card:nth-child(2) {
    border-bottom: 1px solid #363636;
  }
  .ts-footer__top-card:nth-child(2) {
    border-right: none;
  }
}
.ts-footer-link {
  color: white;
  text-decoration: none;
}
.ts-footer-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ts-footer-links__title {
  border-bottom: 2px solid #ff5500;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
}
.ts-footer__main {
  position: relative;
  padding-block: 2.125rem 1.75rem;
}
.ts-footer__footer {
  background-color: #010101;
}
.ts-footer .ts-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ts-footer .form-control {
  background-color: transparent;
  border-color: #5982bf;
  color: white;
}
.ts-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ts-footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ts-footer .form-control:focus {
  box-shadow: none;
}
.ts-footer__bottom {
  background-color: #1b1b1b;
  padding-block: 17px;
}

.ts-footer-social-icon {
  background-color: white;
  padding: 0.25rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ts-footer-social-icon img {
  width: 1.0625rem;
}
.ts-footer-social-icon--sm {
  width: 25px;
  height: 25px;
}
.ts-footer-social-icon--sm img {
  width: 12px;
}

.pagination {
  gap: 0.75rem;
  justify-content: center;
}
.pagination .page-item.active .page-link {
  background-color: #ff5500 !important;
  color: #ffffff;
  border-color: #ff5500 !important;
}
.pagination .page-link {
  background-color: #ffffff !important;
  color: #333333;
  border: 1px solid #e0e0e0 !important;
  transition: all 300ms ease-in-out;
  border-radius: 0 !important;
  font-size: 0.875rem;
  font-weight: bold;
  border: none;
}
.pagination .page-link--active, .pagination .page-link:hover {
  background-color: #ff5500 !important;
  color: #ffffff;
  border-color: #ff5500 !important;
}

.ts-hero {
  position: relative;
  width: 100%;
  height: 380px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.ts-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, black, transparent);
  z-index: -1;
}
.ts-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.ts-hero__title {
  position: relative;
}
.ts-hero__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 4px;
  background-color: #ffffff;
  z-index: -1;
}
.ts-hero .ts-content {
  position: relative;
  z-index: 3;
  margin-top: 4rem;
}

.swiper-button-disabled {
  opacity: 20%;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: white !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #ff5500 !important;
}

.dropdown-toggle::after {
  display: none;
}

.card {
  border-color: #ebebeb;
}

hr {
  color: #ebebeb;
  opacity: 1;
}

.language-switcher .btn {
  display: flex;
  align-items: center;
}
.language-switcher .btn .flag-icon {
  margin-right: 5px;
  width: 20px;
}
.language-switcher .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.language-switcher .dropdown-menu .dropdown-item .flag-icon {
  margin-right: 5px;
  width: 20px;
}

.not-allowed {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.ts-dropwon-products {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 195px);
  overflow: auto;
}

.accordion {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff5500'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
  border: none;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button {
  border: none;
  background-color: #fbfbfb;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #ff5500;
  background-color: #fbfbfb;
  box-shadow: none !important;
}

.ts-search-bar-secondary {
  position: relative;
}
.ts-search-bar-secondary .ts-btn-search {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.truncate-line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; /* Number of lines to show */
  height: 1.3125rem;
}

.truncate-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* Number of lines to show */
  height: 2.6875rem;
}

.truncate-line-2-ii {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* Number of lines to show */
  height: 2.75rem;
}

.truncate-line-2-iii {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* Number of lines to show */
  max-height: 2.6875rem;
}

.truncate-line-2-iii-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6875rem;
}

.ts-products {
  min-height: calc(100vh - 883px);
}

.ts-hero-swiper-pagination {
  bottom: var(--swiper-pagination-bottom, 10px) !important;
}

.product-card:not(.active) {
  display: none;
}

.ts-search-result-item {
  font-size: clamp(1.125rem, 5vw, 1.75rem);
  font-weight: 400;
}

@media (max-width: 767px) {
  .w-md-down-auto {
    width: 100%;
  }
}
.ts-navbar {
  padding: 0px;
  font-weight: 900;
}
.ts-navbar-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .ts-navbar-button {
    padding-block: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .ts-navbar-button {
    border: none;
  }
}
@media (min-width: 1400px) {
  .ts-navbar-button-desc {
    display: none;
  }
}
.ts-navbar .navbar-nav {
  align-items: center;
}
@media (max-width: 1399px) {
  .ts-navbar-nav {
    gap: 2px;
  }
}
@media (min-width: 992px) {
  .ts-navbar-nav .nav-item {
    text-align: center;
  }
}
@media (max-width: 1399px) {
  .ts-navbar-nav .nav-item {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .ts-navbar-nav .nav-item {
    width: 100%;
  }
}
.ts-navbar-nav .nav-item .nav-btn:hover .bi-arrow-right {
  transform: scale(0.89);
}
.ts-navbar-nav .nav-item .nav-link {
  padding-block: 36px !important;
  color: white;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .ts-navbar-nav .nav-item .nav-link {
    padding-block: 16px !important;
    padding-inline: 0 !important;
    text-align: start;
  }
}
.ts-navbar-nav .nav-item .active {
  color: #ff5500;
}
.ts-navbar-nav .nav-link {
  padding: 1.125rem 1rem !important;
  font-weight: bold !important;
  color: #171717;
  transition: 300ms ease-in-out;
}
.ts-navbar-nav .nav-link:hover {
  color: #ff5500;
}
.ts-navbar .navbar-brand {
  padding-block: clamp(0.75rem, 3vw, 20px);
  margin: 0%;
}
.ts-navbar .navbar-brand-icon {
  height: 57px;
}
@media (max-width: 1400px) {
  .ts-navbar .navbar-brand-icon {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .ts-navbar .navbar-brand-icon {
    height: 45px;
    padding-block: 0.25rem;
  }
}

.ts-nav {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media (max-width: 991px) {
  .ts-nav {
    position: sticky;
  }
}
.ts-nav .ts-search-bar-primary .form-control {
  background-color: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.21);
}
.ts-nav .ts-search-bar-primary .form-control::-moz-placeholder {
  color: white;
}
.ts-nav .ts-search-bar-primary .form-control::placeholder {
  color: white;
}
.ts-nav .ts-search-bar-primary .btn {
  background-color: rgba(255, 255, 255, 0.21);
  border: none;
}
.ts-nav.active {
  background-color: #1a1713;
}
@media (max-width: 1200px) {
  .ts-nav {
    background-color: #1a1713;
  }
}
.ts-nav .navbar-toggler {
  width: 22px;
  height: 16px;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ts-nav .navbar-toggler:focus {
  box-shadow: none;
}
.ts-nav .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.ts-nav .navbar-toggler:hover span:nth-child(1) {
  width: 100%;
  margin-left: 0;
}
.ts-nav .navbar-toggler .navbar-toggler__span:nth-child(3), .ts-nav .navbar-toggler .navbar-toggler__span:nth-child(2), .ts-nav .navbar-toggler .navbar-toggler__span:nth-child(1) {
  transform-origin: left center;
}
.ts-nav .navbar-toggler .navbar-toggler__span, .ts-nav .navbar-toggler .navbar-toggler {
  transform: rotate(0deg);
}
.ts-nav .navbar-toggler__span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.ts-nav .navbar-toggler__span:nth-child(1) {
  top: 0px;
  width: 100%;
}
.ts-nav .navbar-toggler__span:nth-child(2) {
  top: 6px;
}
.ts-nav .navbar-toggler__span:nth-child(3) {
  top: 12px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.ts-nav [aria-expanded=true] .navbar-toggler__span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
.ts-nav [aria-expanded=true] .navbar-toggler__span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.ts-nav [aria-expanded=true] .navbar-toggler__span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 575px) {
  .ts-nav .ts-contact-details {
    font-size: 0.75rem;
  }
}
.ts-nav__top {
  background: white;
}
@media (min-width: 768px) {
  .ts-nav__top .ts-nav-top-links {
    padding-left: 13rem;
  }
}
.ts-nav__main {
  border-top: 1px solid #dddddd;
  position: relative;
}
.ts-nav .ts-language-btn {
  border: none;
  color: #333333;
  padding: 7px 1rem !important;
  opacity: 1;
  border-radius: 0;
}
.ts-nav .ts-language-btn--active {
  background: #ff5500;
  color: #ffffff;
}

.ts-breadcrumb-wrapper {
  background-color: #e5e5e5;
}
.ts-breadcrumb-wrapper .breadcrumb {
  background-color: #e5e5e5;
  padding-inline: 2rem;
}

.breadcrumb {
  --bs-breadcrumb-border-radius: 0;
  --bs-breadcrumb-divider-color: black;
  --bs-breadcrumb-item-active-color: #5f060c;
}

.ts-link-hover-primary {
  color: black;
}
.ts-link-hover-primary:hover {
  color: #ff5500;
}

.vjs-poster {
  background-size: cover !important;
}

.video-js .vjs-big-play-button {
  font-size: 1.5em;
  line-height: 40px;
  height: 40px !important;
  width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 50% !important;
  transition: all 0.4s;
}

.video-js .vjs-big-play-button {
  font-size: 1.7rem !important;
}

.ts-btn {
  padding: 14px 3.5rem;
  border-radius: 0;
  text-decoration: none;
}
.ts-btn-outline__white {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.ts-btn-outline__white:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
}
.ts-btn-outline__primary {
  background-color: transparent;
  border: 1px solid #ff5500;
  color: #ff5500;
  transition: all 300ms ease-in-out;
}
.ts-btn-outline__primary svg path {
  fill: #ff5500 !important;
}
.ts-btn-outline__primary:hover {
  color: white;
  background-color: #ff5500;
}
.ts-btn-outline__primary:hover svg path {
  fill: white !important;
}
.ts-btn__primary {
  background-color: #ff5500;
  border: 1px solid #ff5500;
  color: white;
}
.ts-btn__primary svg path {
  fill: white !important;
}
.ts-btn__primary:hover {
  color: white;
  background-color: rgba(255, 85, 0, 0.9);
}
.ts-btn__secondary {
  background-color: #fac10b;
  border: 1px solid #fac10b;
  color: black;
}
.ts-btn__secondary:hover {
  color: black;
  background-color: rgba(250, 193, 11, 0.9);
}
.ts-btn__white {
  background-color: white;
  border: 1px solid #e2e2e2;
  color: black;
}
.ts-btn__white:hover {
  color: black;
  background-color: #e2e2e2;
}
.ts-btn__white-2 {
  background-color: white;
  border: 1px solid white;
  color: #ff5500;
}
.ts-btn__white-2:hover {
  color: #ff5500;
  background-color: rgba(255, 255, 255, 0.9);
}

.ts-form-control {
  background-color: #f5f8f9;
  border: 1px solid #eeeeee;
}
.ts-form-control:focus, .ts-form-control:active, .ts-form-control:hover {
  background-color: #f5f8f9;
  border: 1px solid #eeeeee;
  outline: none;
}

.ts-about-card {
  border: 1px solid #ff5500;
  background-color: white;
  padding: clamp(1rem, 4vw, 1.25rem);
}

.ts-about-details {
  background-color: white;
  position: relative;
  top: -2rem;
  border-radius: 0.25rem;
  padding: clamp(1.5rem, 5vw, 3rem) clamp(1.5rem, 6vw, 3.75rem);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.ts-about-details--wrapper {
  padding-inline: clamp(0.5rem, 3vw, 2rem);
}

.ts-about-autopart {
  padding-block: 5rem;
  position: relative;
  isolation: isolate;
}
.ts-about-autopart::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("../assets/images/about/map-bg.png");
  opacity: 0.2;
  z-index: -1;
}

.ts-about-hero {
  position: relative;
}
.ts-about-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, black, transparent);
  z-index: 1;
}
.ts-about-hero .about-hero-img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ts-about-product {
  background-image: url("../assets/images/about/our-product.jpg");
  background-size: cover;
  background-position: 50% 100%;
  min-height: 100vh;
  padding-block: 6.25rem 30rem;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .ts-about-product {
    padding-bottom: 25rem;
    background-image: url("../assets/images/about/our-product-sm.jpg");
  }
}
@media (max-width: 500px) {
  .ts-about-product {
    padding-bottom: 22rem;
  }
}
@media (max-width: 450px) {
  .ts-about-product {
    padding-bottom: 21rem;
  }
}
@media (max-width: 420px) {
  .ts-about-product {
    padding-bottom: 20rem;
  }
}

.ts-product-search {
  position: relative;
  transform: translateY(-50%);
}

.ts-project-strength {
  padding-block: 6.8rem 7.5rem;
  position: relative;
  isolation: isolate;
}
.ts-project-strength::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #39383e;
  z-index: -1;
}
.ts-project-strength::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 50%;
  background-image: url("../assets/images/about/27race.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 10%;
}

.ts-circle-icon {
  width: clamp(60px, 13vw, 160px);
  height: clamp(60px, 13vw, 160px);
  font-size: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #ff5500;
  border-radius: 50%;
  background-color: #ff5500;
}

.ts-project-strength-group {
  display: grid;
  grid-template-columns: 72.15% auto;
  gap: 0.75rem;
}

.ts-primary-border-bottom {
  border-bottom: 35px solid #ff5500;
}

.tsHeroSwiper .swiper-slide {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  background-size: cover;
}
.tsHeroSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.43);
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px)) !important;
  border-radius: 0 !important;
  transition: all 300ms ease-in-out;
}
.swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px)) !important;
}

.ts-hot-card {
  display: block;
  background-color: white;
}
.ts-hot-card-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  .ts-hot-card-group {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
.ts-hot-card__title {
  padding-bottom: 0.5rem;
  position: relative;
}
.ts-hot-card__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 3px;
  background-color: #ff5500;
}
.ts-hot-card__header {
  margin-bottom: 1rem;
  overflow: hidden;
}
.ts-hot-card__img {
  max-width: 100%;
  transition: all 300ms ease-in-out;
}
.ts-hot-card__img:hover {
  transform: scale(1.1);
}
.ts-hot-card__footer {
  background-color: #eaeaea;
  padding: clamp(1rem, 3vw, 1.5rem) 1rem;
}
.ts-hot-card__footer-button {
  background-color: #d7d7d7;
  color: black;
  border-inline: 7px solid #ff5500;
  padding-block: clamp(1rem, 3vw, 1.5rem);
}

.ts-page-content-side {
  display: grid;
  gap: clamp(2rem, 4vw, 2.5rem);
}
@media (min-width: 992px) {
  .ts-page-content-side {
    grid-template-columns: auto clamp(300px, 25vw, 370px);
  }
}
.ts-page-content-side--2 {
  display: grid;
  gap: clamp(2rem, 4vw, 2.5rem);
}
@media (min-width: 992px) {
  .ts-page-content-side--2 {
    grid-template-columns: 300px auto !important;
  }
}

.ts-side-card {
  background-color: white;
  border: 2px solid #f1f1f1;
  padding: clamp(1rem, 4vw, 1.25rem);
}
.ts-side-card__head {
  padding: clamp(1rem, 4vw, 1.25rem) clamp(0.5rem, 3.5vw, 0.75rem);
  padding-top: 0.7rem;
}
.ts-side-card__head .ts-title {
  border-bottom: 2px solid #ff5500;
}
.ts-side-card__body {
  background-color: white;
  padding: 0.9375rem;
}

.ts-lates-news-card-group__head {
  color: white;
  background-color: #ff5500;
  padding: clamp(1rem, 4vw, 1.25rem) clamp(0.5rem, 3.5vw, 0.75rem);
}
.ts-lates-news-card-group__head .ts-title {
  border-bottom: 2px solid #ff5500;
}
.ts-lates-news-card-group__body {
  background-color: white;
  padding: 0.9375rem;
}

.ts-latest-news-card {
  color: black;
}
.ts-latest-news-card__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ts-latest-news-card:hover {
  color: #ff5500;
}

.ts-product-card {
  border: 2px solid #f1f1f1;
  background-color: white;
}
.ts-product-card__img {
  width: 100%;
  transition: all 300ms ease-in-out;
}
.ts-product-card__img:hover {
  transform: scale(1.1);
}
.ts-product-card__head {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.ts-product-card__body {
  padding: 1rem;
}
.ts-product-card .ts-btn__white {
  color: black;
  background-color: #fbfbfb;
}
.ts-product-card:hover .ts-product-card__title {
  color: #ff5500 !important;
}
.ts-product-card:hover .ts-btn__white {
  color: white;
  background-color: #ff5500;
}

.ts-prduct-details-container {
  position: relative;
  isolation: isolate;
}
.ts-prduct-details-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 100%;
  height: calc(100% - 3rem);
  background-color: #f5f8f9;
  z-index: -1;
  border-radius: 2.1875rem;
}
.ts-prduct-details-container .ts-img {
  max-width: 1000px;
  margin: auto;
  transition: all 300ms ease-in-out;
}
.ts-prduct-details-container .ts-img:hover {
  transform: scale(1.2);
}
.ts-prduct-details-container .ts-arrow-right,
.ts-prduct-details-container .ts-arrow-left {
  z-index: 100;
}
.ts-prduct-details-container .ts-arrow-left {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .ts-prduct-details-container .ts-arrow-left {
    left: -70px;
  }
}
.ts-prduct-details-container .ts-arrow-right {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .ts-prduct-details-container .ts-arrow-right {
    right: -70px;
  }
}

.ts-title-white .ts-subtitle {
  color: white !important;
}

.ts-hero-home {
  position: relative;
  isolation: isolate;
}
@media (max-width: 767px) {
  .ts-hero-home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, black, transparent);
    z-index: -1;
  }
}
.ts-hero-home .swiper-button-prev,
.ts-hero-home .swiper-button-next {
  border-radius: 0;
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
}
.ts-hero-home-front {
  position: relative;
  z-index: 10;
  min-height: clamp(830px, 100vh, 1080px);
}
@media (max-width: 767px) {
  .ts-hero-home-front {
    min-height: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding-block: 2rem;
    isolation: isolate;
    min-height: 470px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .ts-hero-home-front::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, black, transparent);
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .ts-hero-home-front--deco-left {
    position: relative;
    isolation: isolate;
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.65);
    z-index: -1;
  }
}
.ts-hero-home .ts-line {
  display: inline-block;
  width: 200px;
  height: 4px;
  background-color: white;
}
.ts-hero-home .ts-bg-image {
  width: 100%;
  height: clamp(830px, 100vh, 1080px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ts-hero-home .ts-bg-image {
    height: auto;
  }
}
.ts-hero-home .ts-arrow-redirect-wrapper {
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 10;
  width: 100%;
}

@media (min-width: 768px) {
  .tsHeroSwiper {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.tsHeroSwiper .swiper-slide {
  min-height: clamp(830px, 100vh, 1080px);
  background-size: cover;
}
@media (max-width: 767px) {
  .tsHeroSwiper .swiper-slide {
    height: auto;
    min-height: 470px;
  }
  .tsHeroSwiper .swiper-slide .ts-bg-image {
    min-height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) {
  .tsHeroSwiper .swiper-slide {
    position: relative;
    isolation: isolate;
  }
  .tsHeroSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 221px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: -1;
    opacity: 50%;
  }
}

.ts-hot-sales .swiper-button-next,
.ts-hot-sales .swiper-button-prev {
  position: relative !important;
  background-color: rgb(255, 255, 255);
  border-radius: 0 !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate(0, 0);
  margin-top: 0;
}
.ts-hot-sales .swiper-button-next::after,
.ts-hot-sales .swiper-button-prev::after {
  color: #afafaf !important;
}

.ts-home-news hr {
  border: 0;
  border-top: 1px dashed #dbdbdb;
}
.ts-home-news .active-news-details {
  width: 100%;
  background-color: #ff5500;
  padding: 1rem;
  color: white;
}
.ts-home-news .active-news-details .ts-desc {
  color: rgba(255, 255, 255, 0.7);
}

.ts-home-news {
  padding-block: 4.375rem 5.625rem;
}

.ts-news-list-card .title-main {
  color: black;
}
.ts-news-list-card .ts-date,
.ts-news-list-card .title-main {
  transition: all 300ms ease-in-out;
}
.ts-news-list-card:hover .ts-date,
.ts-news-list-card:hover .title-main {
  color: #ff5500;
}

.ts-search-bar-primary .form-control {
  border: 2px solid #d4d4d4;
  border-right: 0;
  font-size: 12px;
  color: #f8f8f8;
  color: rgb(255, 255, 255);
}
.ts-search-bar-primary .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ts-search-bar-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ts-search-bar-primary .form-control:focus {
  box-shadow: none;
}
.ts-search-bar-primary .btn {
  border: 2px solid #d4d4d4;
  border-left: none;
}

.ts-tab-outline__primary {
  transition: all 300ms ease-in-out;
  color: black;
  border: 1px solid #ff5500;
  padding: 1rem 2rem;
}
.ts-tab__primary {
  color: white;
  background-color: #ff5500;
  padding: 0.5rem 1rem;
}

.dropdown-menu {
  top: 100%;
  right: 0 !important;
}

.ts-map-location {
  padding-block: 3.75rem;
  background: radial-gradient(circle, #dedfe0 90%, #d5d5d5 150%);
}

.ts-booking {
  position: relative;
  background-color: #e5e5e5;
  padding-block: 3.75rem 3.125rem;
  isolation: isolate;
}
.ts-booking::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/about/map-2.png");
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.ts-booking::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  background-position: center;
  background-size: cover;
  z-index: -2;
  opacity: 0.85;
}
.ts-booking-card {
  border: 14px solid white;
  background-color: #e8e8e8;
  padding: 3.75rem 1rem 2.5rem;
  position: relative;
  transition: all 300ms ease-in-out;
}
.ts-booking-card:hover {
  transform: scale(1.05);
}
.ts-booking-card::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-bottom: 23px solid #ff5500;
}
.ts-booking-card__title {
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #ff5500;
}

.ts-news-card {
  padding: clamp(1rem, 3.5vw, 1.5rem);
  background-color: white;
  display: grid;
  grid-template-columns: 330px auto;
  gap: clamp(1rem, 3.5vw, 1.5rem);
  transition: all 300ms ease-in-out;
}
.ts-news-card-link {
  color: black;
}
.ts-news-card:hover {
  background-color: #ff5500;
}
.ts-news-card:hover * {
  color: white !important;
}

.ts-videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1rem;
}
@media (max-width: 1400px) {
  .ts-videos-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 1200px) {
  .ts-videos-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.ts-new-list .ts-news-card {
  background-color: white;
  display: grid;
  grid-template-columns: 90px auto;
  border: 1px solid #eaeaea;
}
.ts-new-list .ts-news-card__header {
  background-color: #ff5500;
  padding: 1rem;
}
.ts-new-list .ts-news-card__title, .ts-new-list .ts-news-card__header {
  transition: background-color, color, 300ms ease-in-out;
}
.ts-new-list .ts-news-card:hover .ts-news-card__title {
  color: #ff5500 !important;
}

.ts-recommended-product-card {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0.625rem;
}
.ts-recommended-product-card__head {
  border: 1px solid #e5e5e5;
}

.ts-about-details-top {
  background-color: #ff5500;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}
.ts-about-details-top__content {
  max-width: 550px;
  margin: auto;
}

.ts-title-underline {
  position: relative;
}
.ts-title-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #cf102c;
}

.ts-title-underline-100 {
  position: relative;
}
.ts-title-underline-100::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #cf102c;
}

.ts-about-page-title {
  position: relative;
  padding-bottom: 1rem;
}
.ts-about-page-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 4px;
  background-color: #ff5500;
}

.ts-searh-bar {
  transform: translateX(calc(-100% + 2rem));
}

.ts-prduct-details-container {
  position: relative;
  max-width: 43rem;
}

.ts-section-title-container {
  position: relative;
  isolation: isolate;
}
.ts-section-title-container .ts-title {
  position: absolute;
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.ts-section-title-container .ts-subtitle {
  font-size: clamp(40px, 8vw, 120px);
  color: rgb(0, 0, 0);
  opacity: 3%;
  white-space: nowrap;
}

.ts-list-primary {
  list-style: none;
  padding-left: 0;
}
.ts-list-primary li {
  position: relative;
  padding-left: 20px;
}
.ts-list-primary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ff5500;
  transform: rotate(45deg);
}

.ts-hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 900px;
}

.ts-hot-sales {
  position: relative;
  background-image: url("../assets/images/home/花瓣素材_透明,汽车,正面视角,窗户,车轮,水平画幅,形状,无人,绘画插图,陆用车_11209787.jpg");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.ts-hot-sales::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

.ts-home-product {
  position: relative;
  isolation: isolate;
}
.ts-home-product-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(1rem, 4vw, 2.5rem);
  position: relative;
}
.ts-home-product-group::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  transform: translateY(50%);
}
.ts-home-product-group .ts-home-product-card {
  border: 4px solid white;
}
.ts-home-product-group .ts-home-product-card img {
  width: 100%;
}
.ts-home-product-group-wrapper {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1100px) {
  .ts-home-product .ts-title-wrapper {
    margin-block: 2rem;
  }
  .ts-home-product-group {
    gap: 0.25rem;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
  .ts-home-product-group-wrapper {
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 1101px) {
  .ts-home-product .ts-title-wrapper {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 10;
    color: white;
    width: 100%;
  }
  .ts-home-product .ts-main-img {
    min-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ts-home-about {
  padding-block: 6rem;
}
.ts-home-about .ts-details {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: clamp(170px, 12vw, 200px);
  gap: 3.75rem;
  z-index: 10;
}
.ts-home-about .ts-details .ts-card {
  background-color: #ff5500;
  color: white;
  padding: 1rem;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.ts-home-about .ts-details .ts-card:hover {
  transform: scale(1.1);
}
.ts-home-about .ts-deco {
  position: relative;
  isolation: isolate;
  padding: 0 1.25rem 1.25rem 0;
}
.ts-home-about .ts-deco::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: calc(100% - 3rem);
  background-color: #ff5500;
  z-index: -1;
}
.ts-home-about .ts-deco img {
  transition: all 300ms ease-in-out;
}
.ts-home-about .ts-deco img:hover {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .ts-home-about .ts-details {
    left: 50%;
    top: 0;
    flex-direction: row;
    width: 370px;
    gap: 1rem;
    justify-content: center;
  }
  .ts-home-about .ts-details .ts-card {
    width: 150px !important;
  }
}

.ts-technology {
  position: relative;
  isolation: isolate;
  min-height: 700px;
}
.ts-technology .ts-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../assets/images/about/杨力1000T冲压线流水线 拷贝.jpg");
  z-index: -1;
}
.ts-technology .ts-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ts-technology::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../assets/images/about/cutting-edge-technology.jpg");
  background-position: right bottom;
  background-size: cover;
  opacity: 0.35;
}
@media (max-width: 991px) {
  .ts-technology .ts-left {
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
  }
  .ts-technology .col-lg-5 {
    min-height: 350px;
  }
  .ts-technology::before {
    width: 100%;
  }
}
.ts-technology ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  max-width: 620px;
}
.ts-technology ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ts-campany-honor {
  padding-block: 5rem 7rem;
  background-color: #f3f3f3;
}
@media (min-width: 1201px) {
  .ts-campany-honor .ts-main-img {
    position: relative;
    top: 100px;
  }
  .ts-campany-honor .ts-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
  }
}

.ts-contact-details {
  position: relative;
  top: -40px;
  z-index: 10;
  background-color: #ffffff;
  padding: 2.5rem 1rem 3.1875rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.ts-region-color-details {
  position: relative;
  top: -28px;
  z-index: 10;
  max-width: 900px;
  margin-inline: auto;
}
.ts-region-color-details .ts-btn-primary:hover {
  background-color: rgba(255, 85, 0, 0.9);
}

.ts-form-section {
  background-color: #f8f8f8;
  position: relative;
  isolation: isolate;
  padding-block: 3rem;
}
.ts-form-section .ts-content {
  max-width: 48.75rem;
  margin: auto;
}

.ts-form .form-control {
  background-color: #ffffff;
  border-color: #ffffff;
  color: black;
  border: 1px solid #2b2b2b;
}
.ts-form .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.ts-form .form-control::placeholder {
  color: #999999;
  opacity: 1;
}

.ts-sec-details {
  position: relative;
  isolation: isolate;
  padding-top: 1rem;
}
.ts-sec-details .ts-card-2 {
  position: relative;
  isolation: isolate;
  padding: clamp(1rem, 4vw, 1.75rem);
  min-height: 350px;
  max-width: 25%;
}
.ts-sec-details .ts-card-2 .ts-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  display: inline-flex;
}
.ts-sec-details .ts-card-2 .ts-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 1px;
  background-color: #ff5500;
}
.ts-sec-details .ts-card {
  position: relative;
  isolation: isolate;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: clamp(1rem, 4vw, 1.75rem);
  min-height: 350px;
  max-width: 400px;
}
.ts-sec-details .ts-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.ts-sec-details .ts-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background-image: url("../assets/images/research-development/deco-1.svg");
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}
.ts-sec-details .ts-card .ts-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  display: inline-flex;
}
.ts-sec-details .ts-card .ts-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 1px;
  background-color: #ff5500;
}
.ts-sec-details .ts-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.625rem;
  background-color: #f5f5f5;
}
.ts-sec-details .ts-images-wrapper {
  display: flex;
}
.ts-sec-details .ts-images .ts-img {
  width: 100%;
  max-width: 100%;
  transition: all 300ms ease-in-out;
}
.ts-sec-details .ts-images .ts-img:hover {
  transform: scale(1.1);
}
.ts-sec-details .ts-image-1 {
  max-width: 400px;
  border: 0 !important;
}
.ts-sec-details .ts-details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  pointer-events: none;
}
.ts-sec-details .ts-details > * {
  pointer-events: auto;
}
.ts-sec-details .ts-main-image {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.ts-sec-details .ts-main-image:hover {
  transform: scale(1.1);
}
.ts-sec-details.right .ts-card {
  background-position: right;
}
.ts-sec-details.right .ts-main-image {
  right: 0;
}
.ts-sec-details.left .ts-card {
  background-position: right;
}
.ts-sec-details.left .ts-card::before {
  left: auto;
  right: 0;
}
.ts-sec-details.left .ts-card::after {
  right: auto;
  left: 0;
}
.ts-sec-details.left .ts-details {
  align-items: end;
}
@media (min-width: 992px) {
  .ts-sec-details.right .ts-images {
    border-top: 1rem solid #f5f5f5;
    border-right: 1rem solid #f5f5f5;
  }
  .ts-sec-details.left .ts-images {
    border-top: 1rem solid #f5f5f5;
    border-left: 1rem solid #f5f5f5;
  }
  .ts-sec-details .ts-image-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ts-sec-details .ts-image-2 .ts-img {
    width: 300px;
  }
  .ts-sec-details .ts-image-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ts-sec-details .ts-image-3 .ts-img {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .ts-sec-details {
    padding-block: 0;
  }
  .ts-sec-details .ts-images,
  .ts-sec-details .ts-images-wrapper {
    width: 100%;
  }
  .ts-sec-details .ts-main-image {
    position: relative;
    width: 100%;
  }
  .ts-sec-details .ts-card-2 {
    max-width: 100%;
    min-height: 200px;
  }
  .ts-sec-details .ts-card {
    max-width: 100%;
    min-height: 250px;
    background-color: white;
    width: 100%;
  }
  .ts-sec-details .ts-card::before {
    display: none;
  }
  .ts-sec-details .ts-card::after {
    display: none;
  }
  .ts-sec-details .ts-details {
    padding-inline: 0.5rem;
    position: relative;
    top: -30px;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}

.ts-report-card {
  background-color: white;
  border-bottom: 4px solid #ff5500;
  padding: 2rem 1rem;
  text-align: center;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 300ms ease-in-out;
}
.ts-report-card-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1.25rem;
}
.ts-report-card:hover {
  transform: scale(1.1);
}

@media (min-width: 992px) {
  .ts-Intellectual .ts-certificate-1 {
    position: relative;
    inline-size: isolate;
  }
  .ts-Intellectual .ts-certificate-1::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200vw;
    height: 70px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
    transform: translateY(50%);
  }
  .ts-Intellectual .ts-certificate-2 {
    position: relative;
    inline-size: isolate;
  }
  .ts-Intellectual .ts-certificate-2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200vw;
    height: 70px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
    transform: translateY(50%);
  }
}

.ts-quality-section {
  max-width: 1100px;
  margin: auto;
  padding-block: 3.75rem;
}

.ts-circle-logo-wrapper-lg {
  background-color: #f3f3f3;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
}/*# sourceMappingURL=common.css.map */