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

/* HERO SECTION */
.ts-contact .ts-btn-block,
.ts-contact .ts-btn {
  border-radius: 0;
  color: #ffffff;
  background-color: #2350cc;
}
.ts-contact .ts-btn-block:hover,
.ts-contact .ts-btn:hover {
  background-color: #2b2b2b;
}
.ts-contact .ts-btn-block,
.ts-contact .ts-btn-block .ts-btn {
  color: #ffffff;
  background-color: #2350cc;
}
.ts-contact .ts-row {
  align-items: center;
  margin: 15px 0;
}
.ts-contact .ts-row .col {
  margin-left: 15px;
}

/* FORM CONTROL */
.ts-form-control {
  border: 1px solid #d5d5d5 !important;
  padding: 0.8rem 1.1875rem;
  font-size: 0.875rem;
  color: #333333 !important;
}
.ts-form-control:focus {
  box-shadow: none;
  border-color: #2350cc;
}
.ts-form-control::-moz-placeholder {
  color: #333333 !important;
}
.ts-form-control::placeholder {
  color: #333333 !important;
}
.ts-form-control:-webkit-autofill, .ts-form-control:-webkit-autofill:hover, .ts-form-control:-webkit-autofill:focus, .ts-form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #b5b5b5;
  /* background remains the same */
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #b5b5b5 !important;
}

.ts-form-select option {
  padding-block: 1rem !important;
}
.ts-form-select option:hover {
  background-color: red !important;
}

/* FORM REQUIRED */
.ts-form-required,
.ts-form-required-2 {
  position: relative;
}
.ts-form-required::before,
.ts-form-required-2::before {
  content: "*";
  position: absolute;
  left: -16px;
  top: 18px;
  line-height: 100%;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}
.ts-form-required-2::before,
.ts-form-required-2-2::before {
  left: -17px;
}

/* HERO */
.ts-hero {
  position: relative !important;
}
.ts-hero .ts-map-wrapper {
  position: relative;
  z-index: 1;
}
.ts-hero::after {
  pointer-events: none;
  z-index: 2;
}

/* CIRCLE ICON */
.ts-circle-icon {
  width: clamp(60px, 8vw, 100px);
  height: clamp(60px, 8vw, 100px);
  font-size: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}

@font-face {
  font-family: "msyh";
  src: url("../assets/Font/chinese.msyh.ttf");
}
@font-face {
  font-family: "arial";
  src: url("../assets/Font/Arial-BoldMT.otf");
}
@font-face {
  font-family: "arial-black";
  src: url("../assets/Font/arial-black.ttf");
}
: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: "msyh", sans-serif;
  color: #333333;
}

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

::-moz-selection {
  color: white;
  background-color: #2350cc;
}

::selection {
  color: white;
  background-color: #2350cc;
}

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

.ts-ff-arial-black {
  font-family: "arial-black", sans-serif;
}

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

@media (min-width: 1200px) {
  .ts-main-side-container {
    display: grid;
    grid-template-columns: 70% auto;
    gap: clamp(1rem, 4vw, 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;
}

.btn-outline-light:hover svg {
  fill: #000 !important;
}

.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-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.ts-text-primary {
  color: #2350cc !important;
}
.ts-text-secondary {
  color: #2b2b2b !important;
}
.ts-text-red {
  color: #c82126 !important;
}
.ts-text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.ts-text-gray-1 {
  color: #737373;
}
.ts-text-gray-2 {
  color: #676767;
}
.ts-text-gray-3 {
  color: #333333;
}
.ts-text-gray-4 {
  color: #828282;
}
.ts-text-gray-5 {
  color: #999999;
}
.ts-text-gray-7 {
  color: #7d7d7d;
}
.ts-text-gray-8 {
  color: #898989;
}
.ts-text-gray-9 {
  color: #cccccc;
}
.ts-text-gray-11 {
  color: #eeeeee;
}
.ts-bg-primary {
  background-color: #2350cc;
}
.ts-bg-red {
  background-color: #c82126;
}
.ts-bg-secondary {
  background-color: #2b2b2b;
}
.ts-bg-blue {
  background-color: #2350cc;
}
.ts-bg-gray-3 {
  background-color: #333333;
}
.ts-bg-gray-5 {
  background-color: #999999;
}
.ts-bg-gray-6 {
  background-color: #444444;
}
.ts-bg-gray-7 {
  background-color: #7d7d7d;
}
.ts-bg-gray-8 {
  background-color: #898989;
}
.ts-bg-gray-10 {
  background-color: #f8f8f8;
}
.ts-bg-gray-11 {
  background-color: #eeeeee;
}
.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: 1.25rem;
}
.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-32 {
  font-size: clamp(1.8rem, 4vw, 2rem);
}
.ts-fs-32-ii {
  font-size: clamp(1.2rem, 4vw, 2rem);
}
.ts-fs-34 {
  font-size: 2.125rem;
}
.ts-fs-36 {
  font-size: 2.25rem;
}
.ts-fs-51 {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
}
.ts-fs-50 {
  font-size: clamp(2rem, 5vw, 3.125rem);
}
.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-900 {
  max-width: 900px;
}
.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-circle-icon--lg {
  width: 11rem;
  height: 11rem;
  background-color: #2350cc;
  border-color: #2350cc;
}
@media (max-width: 991px) {
  .ts-circle-icon--lg {
    width: 5.5rem;
    height: 5.5rem;
  }
  .ts-circle-icon--lg img {
    transform: scale(0.5);
  }
}
.ts-btn-primary {
  border: 2px solid #2350cc;
  background-color: #2350cc;
  color: white;
  transition: all 300ms ease-in-out;
}
.ts-btn-primary:hover {
  background-color: transparent;
  color: #2350cc;
  border: 2px solid #2350cc;
}
.ts-btn-outline-primary {
  border: 2px solid #2350cc;
  background-color: transparent;
  color: #2350cc;
  transition: all 300ms ease-in-out;
}
.ts-btn-outline-primary:hover {
  background-color: #c82126;
  color: white;
  border: 2px solid #c82126;
}
.ts-btn-secondary {
  border: 2px solid #2b2b2b;
  background-color: #2b2b2b;
  color: white;
  transition: all 300ms ease-in-out;
}
.ts-btn-secondary:hover {
  background-color: transparent;
  color: #2b2b2b;
  border: 2px solid #2b2b2b;
}
.ts-btn-secondary:hover svg {
  transition: all 300ms ease-in-out;
  fill: #2b2b2b;
}
.ts-btn-secondary-light {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #333333;
  transition: all 300ms ease-in-out;
}
.ts-btn-secondary-light:hover {
  background-color: transparent;
  background-color: #2b2b2b;
  color: white;
  border: 2px solid #2b2b2b;
}
.ts-btn-outline-secondary-light {
  padding: 1rem 2rem;
  border: 2px solid #000002;
  background-color: rgba(242, 242, 242, 0);
  color: #333333;
  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: #333333;
}
.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: #333333;
}
.ts-link:hover {
  color: #2b2b2b;
}
.ts-link:hover svg {
  fill: #2b2b2b;
}
.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-primary-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 575px) {
  .ts-primary-list li {
    font-size: 13px !important;
  }
}
.ts-primary-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #e82429;
}

.btn-dark {
  background-color: black !important;
}
.btn-dark:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.ts-bg-secondary-gradient {
  background: rgb(236, 104, 33);
  background: linear-gradient(90deg, rgb(236, 104, 33) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec6821", endColorstr="#ffffff", GradientType=1);
}

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

.ts-nav {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: 300ms ease-in-out;
}
.ts-nav .ts-logo-white {
  display: none;
}
.ts-nav .ts-navbar__brand {
  height: 60px;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .ts-nav {
    padding-block: 1rem;
    background-color: #212121;
  }
  .ts-nav .ts-navbar__brand {
    height: 40px;
  }
}
.ts-nav .ts-dropdown-menu {
  padding: 0;
  border-radius: 0;
  left: 50%;
}
@media (min-width: 992px) {
  .ts-nav .ts-dropdown-menu {
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .ts-nav {
    padding-top: 3rem;
  }
  .ts-nav .ts-dropdown-menu {
    background-color: transparent;
    border: 0;
  }
  .ts-nav .dropdown-item {
    color: white !important;
    text-align: center;
  }
  .ts-nav .dropdown-item:hover {
    color: #333333;
    background-color: rgba(0, 0, 0, 0.368627451);
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .ts-nav .dropdown-item {
    background-color: rgba(0, 0, 0, 0.368627451) !important;
    color: white !important;
  }
}
@media (max-width: 991px) {
  .ts-nav .ts-dropdown-menu {
    margin-top: 1rem;
  }
  .ts-nav .dropdown-item {
    background-color: rgba(0, 0, 0, 0.6823529412) !important;
    color: white !important;
  }
  .ts-nav .dropdown-item:hover {
    color: #333333;
  }
}
.ts-nav--active {
  background-color: #212121;
}
@media (min-width: 992px) {
  .ts-nav--active {
    padding-top: 0;
  }
}
.ts-nav--active .ts-dropdown-menu {
  background-color: #212121;
}
.ts-nav--active .ts-navbar__brand {
  height: 45px;
}

.ts-search-selec-container {
  display: flex;
  position: relative;
}
.ts-search-selec-container .btn {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.ts-search-selec-container .form-control {
  background-color: rgba(255, 255, 255, 0) !important;
}
.ts-search-selec-container svg {
  fill: white;
}
.ts-search-selec-container--2 .form-control {
  border-left: 1px solid #ced4da;
}

.hovered-item {
  background-color: #f0f0f0;
  color: #333;
}

.ts-navbar {
  padding: 0px;
  font-weight: 900;
}
.ts-navbar-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
@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 (max-width: 1399px) {
  .ts-navbar-nav .nav-item {
    padding: 0px;
  }
}
.ts-navbar-nav .nav-item .nav-btn:hover .bi-arrow-right {
  transform: scale(0.89);
}
.ts-navbar-nav .nav-item .active {
  color: #c82126 !important;
}
.ts-navbar-nav .nav-link {
  padding: 1.125rem 1rem !important;
  font-weight: 400 !important;
  font-size: 14px;
  color: #ffffff;
  transition: 300ms ease-in-out;
}
@media (max-width: 991px) {
  .ts-navbar-nav .nav-link {
    padding: 0 !important;
  }
}
.ts-navbar-nav .nav-link:hover {
  color: #c82126;
}
.ts-navbar .navbar-brand {
  padding: 0px;
  margin: 0%;
}
.ts-navbar .navbar-brand-icon {
  width: 110px;
}
@media (max-width: 767px) {
  .ts-navbar .navbar-brand-icon {
    width: 100px;
  }
}
.ts-navbar .navbar-toggler {
  width: 22px;
  height: 16px;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ts-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.ts-navbar .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.ts-navbar .navbar-toggler:hover span:nth-child(1) {
  width: 100%;
  margin-left: 0;
}
.ts-navbar .navbar-toggler .navbar-toggler__span:nth-child(3), .ts-navbar .navbar-toggler .navbar-toggler__span:nth-child(2), .ts-navbar .navbar-toggler .navbar-toggler__span:nth-child(1) {
  transform-origin: left center;
}
.ts-navbar .navbar-toggler .navbar-toggler__span, .ts-navbar .navbar-toggler .navbar-toggler {
  transform: rotate(0deg);
}
.ts-navbar .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-navbar .navbar-toggler__span:nth-child(1) {
  top: 0px;
  width: 100%;
}
.ts-navbar .navbar-toggler__span:nth-child(2) {
  top: 6px;
}
.ts-navbar .navbar-toggler__span:nth-child(3) {
  top: 12px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.ts-navbar [aria-expanded=true] .navbar-toggler__span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
.ts-navbar [aria-expanded=true] .navbar-toggler__span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.ts-navbar [aria-expanded=true] .navbar-toggler__span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}

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

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

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

.ts-primary-border-top {
  border-top: 35px solid #2350cc;
}

.ts-product-main {
  position: relative;
  isolation: isolate;
  padding-block: clamp(3rem, 6vw, 5.625rem) clamp(5.5rem, 8vw, 8.125rem);
}
.ts-product-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/products/5.jpg");
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 3%;
}

.ts-product-section-gray-bg {
  padding-block: 4.375rem;
}

.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-project-strength-group {
  display: grid;
  grid-template-columns: 72.15% auto;
  gap: 0.75rem;
}

.ts-footer {
  border-top: 10px solid #2350cc;
  padding-block: 4.375rem;
  margin-top: 4rem;
  position: relative;
}
.ts-footer .ts-arrow-redirect-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.ts-footer .ts-arrow-redirect {
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 4px solid #2350cc !important;
  background-color: white;
}
@media (max-width: 991px) {
  .ts-footer__desc {
    font-weight: bold;
    color: black;
  }
}

.ts-contact-group {
  background-color: #f8f8f8;
  padding-block: 4rem;
}

.ts-contact-info {
  max-width: 1140px;
  margin: auto;
  background-color: white;
  position: relative;
  top: -3rem;
  border: 5px solid #2350cc;
  padding-block: 2.2rem;
}

.ts-contact-details-footer-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 120px;
}

.ts-border-bottom-white {
  position: relative;
}
.ts-border-bottom-white::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 4px;
  background-color: white;
}

.ts-hr-lg {
  border-top: 4px solid #dddddd;
  opacity: 1;
}

.fw-black {
  font-weight: 900;
}

.pagination {
  gap: 0.75rem;
  justify-content: center;
}
.pagination .page-link {
  background-color: #f2f2f2 !important;
  color: #333333;
  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: #2350cc !important;
  color: #ffffff;
}

.ts-hero {
  position: relative;
  width: 100%;
  height: 420px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  padding-block: 130px 80px;
  min-height: 370px;
}
.ts-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.7);
  z-index: -1;
}
.ts-hero .ts-content {
  position: relative;
  z-index: 3;
}

.ts-breadcrum-link {
  color: #333333;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ts-breadcrum-link::before {
  content: "/";
}
.ts-breadcrum-link:hover {
  color: #2350cc;
}

.ts-hot-news-card {
  transition: all 300ms ease-in-out;
}
.ts-hot-news-card:hover {
  transform: scale(1.05);
}

.ts-product-card__header {
  background-color: #fcfcfc;
}
.ts-product-card__image {
  transition: all 300ms ease-in-out;
}
.ts-product-card:hover .ts-product-card__image {
  transform: scale(1.1);
}

.ts-new-card-main {
  display: grid;
  grid-template-columns: clamp(30%, 40vw, 40%) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 2.5625rem);
  background-color: white;
  transition: all 300ms ease-in-out;
  position: relative;
  top: -40px;
}
.ts-new-card-main__img {
  width: 100%;
}
.ts-new-card-main__content {
  padding-left: 0;
}
@media (min-width: 992px) {
  .ts-new-card-main__content {
    padding: 2rem;
  }
}
.ts-new-card-main svg {
  fill: rgb(0, 0, 0);
}
.ts-new-card-main:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.ts-new-card-main:hover .ts-title,
.ts-new-card-main:hover .ts-link {
  color: #2350cc !important;
}
.ts-new-card-main:hover .ts-title svg,
.ts-new-card-main:hover .ts-link svg {
  fill: #2350cc;
}
@media (max-width: 991px) {
  .ts-new-card-main {
    padding: 14px;
    gap: 1rem;
    grid-template-columns: auto;
  }
  .ts-new-card-main .text-container {
    order: 1;
  }
  .ts-new-card-main .img-container {
    order: 0;
  }
}

.ts-news-card {
  display: grid;
  grid-template-columns: 350px auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 2.5625rem);
  background-color: #f8f8f8;
  transition: all 300ms ease-in-out;
}
.ts-news-card__img {
  width: 100%;
}
.ts-news-card__content {
  padding: 2rem;
  padding-left: 0;
}
.ts-news-card svg {
  fill: rgb(0, 0, 0);
}
.ts-news-card:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px) scale(1.01);
}
.ts-news-card:hover .ts-title,
.ts-news-card:hover .ts-link {
  color: #2350cc !important;
}
.ts-news-card:hover .ts-title svg,
.ts-news-card:hover .ts-link svg {
  fill: #2350cc;
}
@media (max-width: 768px) {
  .ts-news-card {
    padding: 14px;
    gap: 1rem;
    grid-template-columns: auto;
  }
  .ts-news-card .text-container {
    order: 1;
  }
  .ts-news-card .img-container {
    order: 0;
  }
}

.ts-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  background-color: #363535;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  z-index: 100;
}
.ts-swiper-btn-prev {
  left: 0;
}
.ts-swiper-btn-next {
  right: 0;
}
.ts-swiper-btn-next svg {
  transform: rotate(180deg);
}
.ts-swiper-btn svg {
  width: 12px;
}

.lang-btn {
  padding: 6px 12px !important;
  color: white;
  border: 0;
}
.lang-btn__white {
  color: #c82126;
}
.lang-btn__red {
  background-color: #c82126;
}

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

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

.ts-company-profile__main {
  max-width: 1326px;
  margin: auto;
}

.ts-product-details__hero {
  position: relative;
  top: -41px;
  background-color: white;
}

.ts-border-left-primary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ts-border-left-primary::before {
  content: "";
  position: relative;
  width: 2px;
  height: 20px;
  background-color: #2350cc;
}

.tshistorySwiper {
  border-bottom: 1px solid #e1e1e1;
}
.tshistorySwiper .swiper-slide--red {
  border-left: 2px dashed #c82126;
  padding-left: 1rem;
}
.tshistorySwiper .swiper-slide--red::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #c82126;
  transform: translate(-60%, 50%);
  border-radius: 50%;
}
.tshistorySwiper .swiper-slide--blue {
  border-left: 2px dashed #2350cc;
  padding-left: 1rem;
}
.tshistorySwiper .swiper-slide--blue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #2350cc;
  transform: translate(-60%, 50%);
  border-radius: 50%;
}

.ts-about-hero {
  position: relative;
  isolation: isolate;
}
@media (max-width: 991px) {
  .ts-about-hero {
    margin-top: 79px;
  }
}
.ts-about-hero::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);
  opacity: 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/project-strength.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 10%;
}

.ts-hero-home {
  position: relative;
  isolation: isolate;
}
.ts-hero-home-front {
  position: relative;
  z-index: 10;
  min-height: clamp(830px, 100vh, 1080px);
}
@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-arrow-redirect-wrapper {
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 10;
  width: 100%;
}

.ts-arrow-redirect {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 4px solid white !important;
}

.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 (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-link-primary {
  color: #2350cc;
  text-decoration: none;
}
.ts-link-primary svg {
  fill: #2350cc;
}
.ts-link-primary:hover {
  color: #c82126;
}
.ts-link-primary:hover svg {
  fill: #c82126;
}

.ts-link-gray {
  text-decoration: none;
  color: #999999;
}
.ts-link-gray:hover {
  color: #2350cc;
}

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

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

.ts-product-select-card {
  width: 283px;
  min-height: 133px;
  display: flex;
  align-items: end;
  background-position: center;
  background-size: cover;
}
.ts-product-select-card__footer {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding-block: 9px;
}
.ts-product-select-card--active {
  border: 2px solid #000000;
}

.ts-search-list li {
  padding-block: 1rem;
  border-bottom: 1px dashed #707070;
}

.indented {
  text-indent: 2em;
}

.card {
  border-color: #ebebeb;
}

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

.hr-primary {
  color: #2350cc;
}

.ts-btn-fill-white svg {
  fill: white;
}

.section-text-top {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 670px;
}

.ts-card-1 {
  display: flex;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
.ts-card-1 .number {
  width: 90px;
  height: auto;
  background-color: #2350cc;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 20px;
}
.ts-card-1 .info .title,
.ts-card-1 .info .date {
  margin: 0;
}
.ts-card-1 .info .title {
  font-weight: bold;
  margin-bottom: 5px;
}
.ts-card-1 .download button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
}

.ts-btn-tag {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.ts-btn-tag__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ts-btn-tag__overlay {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 1rem 2.5rem;
}

.px-12 {
  padding-inline: 0.75rem !important;
}

.timeline {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #c1c1c1;
}
.timeline .timeline-item {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.timeline .timeline-item:before {
  content: attr(data-year);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #fff;
  border: 2px solid #c1c1c1;
  border-radius: 50%;
  font-weight: bold;
}
.timeline .timeline-item p {
  background-color: #e9e9e9;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  width: calc(50% - 10px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .timeline .timeline-item p {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.timeline .timeline-item p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border: solid transparent;
  border-width: 5px;
  border-left-color: #e9e9e9;
  transform: translateY(-50%);
}

.ts-circle {
  width: 7px;
  height: 7px;
  background-color: red;
}

.ts-link-light {
  color: #cccccc;
  transition: all 300ms ease-in-out;
}
.ts-link-light:hover {
  color: white;
}

.ts-breadcrumb-wrapper {
  border-top: 10px solid #f1f1f1;
}

.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-sticky-breadcrumb {
  position: sticky;
  top: 114px;
  z-index: 100;
}
.ts-sticky-breadcrumb .ts-breadcrumb-wrapper {
  margin-bottom: 0 !important;
}

.ts-product-category-card {
  position: relative;
}
.ts-product-category-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: red;
  opacity: 0;
  transition: 300ms ease-in-out;
}
.ts-product-category-card:hover::after {
  opacity: 1;
}

.product-img--main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 451px;
  max-width: 100%;
  max-height: 100%;
  float: left;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .product-img--main {
    width: 100%;
  }
}

.product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out;
}

.ts-product-details-tag {
  background-color: #2350cc;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.gap-12 {
  gap: 12px;
}

.ts-step {
  padding-left: 1rem;
  padding-bottom: 8rem;
  position: relative;
}
.ts-step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  transform: translate(-60%, 50%);
  border-radius: 50%;
}
.ts-step--red {
  border-left: 2px dashed #c82126;
}
.ts-step--red::after {
  background-color: #c82126;
}
.ts-step--blue {
  border-left: 2px dashed #2350cc;
}
.ts-step--blue::after {
  background-color: #2350cc;
}
.ts-step--1 {
  padding-bottom: 8rem;
}
.ts-step--2 {
  padding-bottom: 6rem;
}
.ts-step--3 {
  padding-bottom: 4rem;
}
.ts-step--4 {
  padding-bottom: 3rem;
}
.ts-step--5 {
  padding-bottom: 2rem;
}
.ts-step--reverse::after {
  top: 0;
  bottom: auto;
  transform: translate(-60%, -50%);
}
.ts-step--reverse.ts-step--1 {
  padding-bottom: 0;
  padding-top: 8rem;
}
.ts-step--reverse.ts-step--2 {
  padding-bottom: 0;
  padding-top: 6rem;
}
.ts-step--reverse.ts-step--3 {
  padding-bottom: 0;
  padding-top: 4rem;
}
.ts-step--reverse.ts-step--4 {
  padding-bottom: 0;
  padding-top: 3rem;
}
.ts-step--reverse.ts-step--5 {
  padding-bottom: 0;
  padding-top: 2rem;
}

.certifiedQualification .swiper-slide {
  transform: scale(0.87) !important;
  transition: all 300ms ease-in-out;
}
.certifiedQualification .swiper-slide-active {
  transform: scale(1.1) !important;
}
.certifiedQualification .swiper-slide-prev,
.certifiedQualification .swiper-slide-next {
  transform: scale(0.95) !important;
}
.certifiedQualification .swiper-slide-next {
  transform: scale(0.95) translate(6%) !important;
}
.certifiedQualification .swiper-slide-prev {
  transform: scale(0.95) translate(-6%) !important;
}

.certifiedQualificationWrapper .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.certifiedQualificationWrapper .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255) !important;
}

.ts-qualification {
  isolation: isolate;
}
.ts-qualification-bg-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 1500px;
  opacity: 5%;
  z-index: -1;
}

#CompanyProfile {
  padding-block: 3.75rem !important;
}

.ts-detils-item {
  display: grid;
  grid-template-columns: 40px auto;
}/*# sourceMappingURL=common.css.map */