@font-face {
  font-family: "simhei";
  src: url("../assets/fonts/simhei/SimHei.ttf");
}

@font-face {
  font-family: "arial-mt";
  src: url("../assets/fonts/arial-mt/arialmt.woff");
}

body {
  margin: 0;
  padding: 0;
  font-family: "arial-mt", sans-serif;
}

a:hover {
  color: #2a4190;
}

.fs-01 {
  font-size: 66px;
}

.fs-02 {
  font-size: 50px;
}

.fs-03 {
  font-size: 40px;
}

.fs-04 {
  font-size: 35px;
}

.fs-05 {
  font-size: 32px;
}

.fs-06 {
  font-size: 25px;
}

.fs-07 {
  font-size: 22px;
}

.fs-08 {
  font-size: 20px;
}

.fs-09 {
  font-size: 18px;
}

.fs-10 {
  font-size: 16px;
}

.fs-11 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 13px;
}

.font-family-simhei {
  font-family: "simhei", sans-serif;
}

.font-family-arial-mt {
  font-family: "arial-mt", sans-serif;
}

.text-primary {
  color: #2a4190 !important;
}

.text-black-02 {
  color: #000;
}

.text-gray-01 {
  color: #5b626c;
}

.text-gray-02 {
  color: #b7b7b7;
}

.text-gray-03 {
  color: #555555;
}

.text-gray-04 {
  color: #dcddde;
}

.text-gray-05 {
  color: #666566;
}

.text-gray-06 {
  color: #6b6b6b;
}

.text-gray-07 {
  color: #878788;
}

.text-gray-08 {
  color: #605d5a;
}

.text-gray-09 {
  color: #51514f;
}

.mw-300 {
  max-width: 300px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.mw-600 {
  max-width: 600px;
}

.mw-700 {
  max-width: 700px;
}

.mw-800 {
  max-width: 800px;
}

.mw-900 {
  max-width: 900px;
}

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

.mw-1100 {
  max-width: 1100px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1300 {
  max-width: 1300px;
}

.mw-1350 {
  max-width: 1350px;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.mb-9 {
  margin-bottom: 7rem;
}

.btn-primary {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  display: inline-block;
  color: #2a4190;
  border: 1px solid #2a4190;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  padding: 10px 30px 9px;
  background-color: transparent;
  border-radius: 0px;
}

.btn-primary:hover {
  background-color: #2a4190;
  border: 1px solid #2a4190;
  color: white;
}

.btn-white {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  display: inline-block;
  color: #2a4190;
  border: 1px solid #2a4190;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  padding: 10px 30px 9px;
  background-color: transparent;
  border-radius: 0px;
  background-color: white;
}

.btn-white:hover {
  background-color: #2a4190;
  border: 1px solid #2a4190;
  color: white;
}

.btn-outline-white {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  display: inline-block;
  color: #2a4190;
  border: 1px solid #2a4190;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  padding: 12px 30px 11px;
  background-color: transparent !important;
  border-radius: 0px;
  background-color: white;
  border: 1px solid white;
}

.btn-outline-white:hover {
  color: white;
}

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

.ts-header-top {
  background-color: white;
  color: #2a4190;
  gap: 30px;
}

@media (min-width: 991px) {
  .ts-header-top__content {
    padding-left: 300px;
  }
}

.navbar {
  background-color: #2a4190;
  color: white;
}

.navbar-nav {
  gap: 40px;
  padding-top: 24px;
}

.navbar-toggler {
  border: none;
  width: 22px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}

.navbar .navbar-toggler__span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar .navbar-toggler__span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.navbar .navbar-toggler__span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.navbar .navbar-toggler__span:nth-child(3) {
  top: 13px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 70%;
  margin-left: 30%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar [aria-expanded="true"] .navbar-toggler__span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}

.navbar [aria-expanded="true"] .navbar-toggler__span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.navbar [aria-expanded="true"] .navbar-toggler__span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}

.navbar .nav-link {
  color: white;
}

.navbar .nav-link:hover {
  color: #fff100;
}

.navbar .active {
  color: #fff100 !important;
}

.navbar .ts-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .ts-btn-group .btn {
  padding: 5px 8px 6px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 15px;
}

.navbar .ts-btn-group .btn-outline-white {
  color: white;
}

.navbar .ts-btn-group .btn-white {
  border: 1px solid white;
}

.navbar .ts-btn-group .btn-white:hover {
  color: #2a4190;
  background-color: white;
}

@media (min-width: 991px) {
  .navbar {
    padding: 33px 0;
  }
  .navbar-nav {
    padding-top: 0;
  }
  .navbar-brand {
    position: absolute;
    top: -30px;
    background-color: white;
    padding: 0 30px 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
            clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
  }
}

.ts-subnavigation {
  background-color: #5d95b8;
  color: white;
  padding: 20px 0;
}

.ts-subnavigation a {
  text-decoration: none;
  color: white;
}

.ts-about {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.ts-about__list {
  list-style: none;
  padding: 0;
}

.ts-about__list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10px auto;
      grid-template-columns: 10px auto;
  gap: 10px;
}

.ts-about__list li::before {
  content: " ";
  position: relative;
  width: 10px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.ts-about-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .ts-about-cards {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .ts-about-cards {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ts-about-card {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.ts-packaging {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.ts-packaging-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 2fr;
      grid-template-columns: 1fr 1fr 2fr;
  gap: 30px;
  row-gap: 120px;
}

@media (max-width: 768px) {
  .ts-packaging-cards {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}

@media (max-width: 450px) {
  .ts-packaging-cards {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ts-packaging-card img {
  max-width: 100%;
  margin-bottom: 19px;
}

.ts-footer {
  background: url("../assets/images/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 32px 0 35px;
}

.ts-footer__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
}

.ts-footer__links {
  list-style: none;
  padding: 0;
}

.ts-footer__links li {
  margin-bottom: 8px;
}

.ts-footer__link {
  color: white;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.ts-footer__link svg {
  width: 16px;
  height: 16px;
}

.ts-footer__link:hover {
  color: #2a4190;
}

.ts-footer__link-title {
  position: relative;
  font-size: 22px;
  margin-bottom: 20px;
}

.ts-footer__link-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: white;
}

@media (max-width: 1200px) {
  .ts-footer__main {
    gap: 60px;
  }
}

@media (max-width: 992px) {
  .ts-footer__main {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .ts-footer__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .ts-footer__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}
/*# sourceMappingURL=commons.css.map */