.ts-news-side-card {
  display: grid;
  grid-template-columns: 80px auto;
  text-align: start;
  gap: 0.625rem;
  text-decoration: none;
}
.ts-news-side-card__img {
  width: 100%;
}

.ts-news__card {
  text-decoration: none;
  transition: 0.5s all ease;
}
.ts-news__card:hover {
  box-shadow: 0 5px 15px 0 rgba(4, 0, 0, 0.1);
  transform: translateY(5px);
}

.ts-news-card-group {
  display: grid;
  gap: 2.625rem;
}

@font-face {
  font-family: "source-sans-cn";
  src: url("../assets/fonts/Source-Han-Sans-CN-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "source-sans-cn";
  src: url("../assets/fonts/SourceHanSansCNMedium.otf") format("truetype");
  font-weight: 500;
  font-style: medium;
}
@font-face {
  font-family: "source-sans-cn";
  src: url("../assets/fonts/SourceHanSansCN-Bold-Alphabetic.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
}
body {
  background-color: #f6f6f7;
  font-family: "source-sans-cn" sans-serif;
}

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

.py-11 {
  padding-block: 11px !important;
}

.mw-650 {
  max-width: 650px;
}
.mw-1000 {
  max-width: 1000px;
}

.container-fluid {
  padding-inline: clamp(70px, 9vw, 166px);
}
@media (max-width: 991px) {
  .container-fluid {
    padding-inline: clamp(30px, 5vw, 90px);
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-inline: clamp(12px, 3.3vw, 30px);
  }
}

.text-red {
  color: #cc1616;
}
.text-gray-2 {
  color: #393e3f;
}
.text-gray-3 {
  color: #5f5e5e;
}
.text-gray-4 {
  color: #212121;
}
.text-gray-5 {
  color: #130805;
}
.text-gray-6 {
  color: #838282;
}
.text-gray-7 {
  color: #565857;
}
.text-gray-8 {
  color: #1d1f20;
}
.text-gray-9 {
  color: #383838;
}

.link-hover-active:hover {
  color: #cc1616 !important;
}

.btn {
  padding: 14px 50px;
  border-radius: 0;
}
.btn-dark {
  background-color: #000;
  border-color: #000;
  transition: all 300ms ease-in-out;
}
.btn-dark:hover {
  background-color: #cc1616;
  border-color: #cc1616;
}
.btn-dark:focus {
  background-color: #cc1616;
  border-color: #cc1616;
  box-shadow: none;
}
.btn-danger {
  background-color: #cc1616;
}
.btn-danger:hover {
  background-color: transparent;
  color: #cc1616;
  border-color: #cc1616;
}
.btn-danger:focus {
  background-color: transparent;
  color: #cc1616;
  border-color: #cc1616;
}

.ts-heading-1 {
  font-size: 1.5rem;
}
.ts-heading--shadow-text {
  display: inline-block;
  position: relative;
  isolation: isolate;
}
.ts-heading--shadow-text::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  font-size: 1.8em;
  heading: 100%;
  width: 200%;
  z-index: -1;
  text-align: center;
  color: #e7e7e8;
}

.ts-desc-1 {
  font-size: 20px;
}
.ts-desc-3 {
  font-size: 0.875rem;
}
.ts-desc-4 {
  font-size: 0.75rem;
}

.form-control:focus {
  border-color: #cc1616;
  box-shadow: 0 0 0 0.25rem rgba(204, 22, 22, 0.25);
}

.breadcrumb-item a {
  color: #171717;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  color: #171717;
}
.breadcrumb .active a {
  color: #cc1616;
}
.breadcrumb .active::before {
  color: #cc1616;
}

.ts-page-structure {
  padding-block: 6.5rem;
  display: grid;
  grid-template-columns: minmax(207px, 1fr) 5fr;
  gap: 3.75rem;
}
@media (max-width: 991px) {
  .ts-page-structure {
    grid-template-columns: 1fr;
  }
}

.ts-aside-list {
  list-style: none;
  padding: 0;
  background-color: white;
}
.ts-aside-list__header {
  background-color: #191919;
  color: #f6f6f7;
  text-align: center;
}
.ts-aside-list__item a {
  color: #383838;
}
.ts-aside-list__item a:hover {
  color: #cc1616;
}
.ts-aside-list__item .active {
  color: #cc1616;
}
.ts-aside-list .active {
  background-color: #191919;
  text-align: center;
}
.ts-aside-list .active a {
  color: #f6f6f7;
}
.ts-aside-list--products {
  border: 1px solid #d5d5d5;
}
.ts-aside-list--products li:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.ts-search-bar-container {
  background-color: #cc1616;
  height: 0px;
  transition: all 400ms ease-in-out !important;
  overflow: hidden;
}
.ts-search-bar-container__main {
  padding: 1.5rem 0.75rem;
}

.btn-search {
  position: relative;
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.btn-search .ts-x {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: white;
  border-radius: 50%;
}

.show-search {
  height: 85px;
}

.ts-header {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 10000;
  left: 50%;
  transform: translateX(-50%);
  transition: padding 300ms ease-in-out;
  padding-inline: clamp(70px, 9vw, 166px);
}
@media (max-width: 991px) {
  .ts-header {
    padding-inline: clamp(30px, 5vw, 90px);
  }
}
@media (max-width: 575px) {
  .ts-header {
    padding-inline: clamp(12px, 3.3vw, 30px);
  }
}
@media (max-width: 1400px) {
  .ts-header {
    padding: 0;
    top: 0 !important;
    left: 0 !important;
    transform: translateX(0) !important;
  }
}

.ts-stick-top {
  padding: 0;
  top: 0;
  left: calc(50% - 1px);
  max-width: 100%;
}

.navbar {
  margin-inline: auto;
  min-height: 70px;
  padding: 0;
}
.navbar .container {
  max-width: 100%;
  padding-inline: 30px;
}
.navbar-outer {
  background-color: #191919;
}
.navbar .dropdown-center {
  margin-top: 0;
}
.navbar .dropdown-center:hover .dropdown-menu {
  display: block !important;
}
.navbar .dropdown-item {
  color: #f6f6f7;
  padding: 0.75rem;
}
.navbar .dropdown-item:hover {
  background-color: #cc1616;
}
.navbar .dropdown-menu {
  background-color: #191919;
  border-radius: 0;
}
.navbar-toggler {
  border: 0;
  width: 22px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.navbar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.navbar span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.navbar span:nth-child(3) {
  top: 13px;
  transform-origin: left center;
  width: 70%;
  margin-left: 30%;
  transition: all 0.3s ease-in-out;
}
.navbar [aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}
.navbar [aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar [aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
.navbar-brand {
  padding-block: 1.25rem;
}
.navbar-brand img {
  height: 21px;
}
.navbar .nav-link {
  opacity: 1;
  color: white;
  padding: 1.45rem 2rem !important;
}
.navbar .nav-link:hover {
  background-color: #cc1616;
  color: #f6f6f7;
}
.navbar .active .nav-link {
  background-color: #cc1616;
  color: #f6f6f7;
}
.navbar-search {
  margin-bottom: 0;
}
.navbar-search__main {
  display: grid;
  grid-template-columns: auto 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.navbar-search .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.navbar-search--active {
  margin-left: auto;
}
.navbar-search--active .ts-search {
  display: none;
}
@media (max-width: 1400px) {
  .navbar-nav {
    gap: 0;
  }
  .navbar .nav-link {
    padding: 1.45rem 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 2rem;
  }
}

.ts-product-card {
  text-decoration: none;
  color: #484a4c;
  transition: 0.5s all ease;
}
.ts-product-card img {
  transition: 0.5s all ease;
}
.ts-product-card:hover {
  color: red;
  transform: translateY(5px);
}
.ts-product-card:hover img {
  box-shadow: 0 5px 15px 0 rgba(4, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 15px 0 rgba(4, 0, 0, 0.1);
}

.ts-footer {
  background-color: #191919;
  color: white;
}
.ts-footer__main {
  padding: 82px 0 78px;
}
.ts-footer__footer {
  background-color: #000;
  padding-block: 7px;
}
.ts-footer__list {
  list-style: none;
  padding: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ts-footer__link {
  color: white;
}
.ts-footer__link a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  gap: 0.5rem;
  transition: 0.3s padding-left ease;
}
.ts-footer__link a::before {
  content: "-";
}
.ts-footer__link a:hover {
  box-sizing: border-box;
  padding-left: 10px;
  color: #cc1616;
}
.ts-footer__link-title {
  margin-bottom: 2rem;
}

.pagination {
  gap: 12px;
  flex-wrap: wrap;
}
.pagination .page-link {
  padding: 12px 20px;
  color: #77797e;
  border-radius: 0 !important;
}
.pagination .page-link:hover {
  background-color: #cc1616 !important;
  border-color: #cc1616;
  color: white;
}
.pagination .active .page-link {
  background-color: #cc1616;
  border-color: #cc1616;
  color: white;
}
@media (max-width: 767px) {
  .pagination .page-link {
    padding: 6px 12px;
  }
}

.ts-product-center {
  padding-block: 110px;
}

.ts-product-details {
  background: url("../assets/images/about-bg.jpg") no-repeat center;
  background-size: cover;
  padding-block: 141px;
}
.ts-product-details__main {
  background-color: white;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 2fr;
  gap: 3rem;
}
@media (max-width: 991px) {
  .ts-product-details__main {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ts-product-details__text {
    padding: 3rem 1rem 2rem;
  }
}

.ts-news-center {
  padding: 0 0 4rem;
}
.ts-news-center__header {
  padding: 2rem 0 1.8rem;
}
.ts-news__card {
  background-color: white;
  display: grid;
  grid-template-columns: 8.25rem auto;
  align-items: center;
  gap: 2rem;
  min-height: 9.375rem;
}
.ts-news__card-header, .ts-news__card-main {
  padding-block: 2rem;
}
.ts-news__card-header {
  border-right: 1px solid #f0f0f0;
}
.ts-news__card-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.56rem 4rem;
}
@media (max-width: 991px) {
  .ts-news__card-group {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
}
@media (max-width: 575px) {
  .ts-news__card {
    grid-template-columns: 5rem auto;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: white;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cc1616;
}
.swiper-button-prev, .swiper-button-next {
  color: #cc1616;
}/*# sourceMappingURL=index.css.map */