.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;
  }
}

@font-face {
  font-family: roboto-regular;
  src: url("../font/Roboto-Regular.ttf");
}
@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");
}
body {
  font-family: "msyh", sans-serif;
}

.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;
  }
}

.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-170 {
  line-height: 170%;
}
.ts-lh-200 {
  line-height: 200%;
}
.ts-text-primary {
  color: #19335A !important;
}
.ts-text-secondary {
  color: #ff532f !important;
}
.ts-text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.ts-text-gray-1 {
  color: #777777;
}
.ts-text-gray-2 {
  color: #8a8a8a;
}
.ts-text-gray-3 {
  color: #333333;
}
.ts-text-gray-4 {
  color: #7B7B7B;
}
.ts-bg-primary-2 {
  background-color: #223982;
}
.ts-bg-secondary {
  background-color: #ff522e;
}
.ts-bg-blue {
  background-color: #19335A;
}
.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-24 {
  font-size: 1.5rem;
}
.ts-fs-22 {
  font-size: 1.375rem;
}
 @media (min-width: 576px) {
 .core-value-card{
  max-width: 310px;
 }}

.ts-fs-28 {
  font-size: 1.75rem;
}
.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-54 {
  font-size: clamp(2.3rem, 5vw, 3.375rem);
}
.ts-fs-60 {
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
}
.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-1600 {
  max-width: 100rem;
}
.ts-circle-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
}
.ts-btn-primary {
  border: 2px solid #19335A;
  background-color: #19335A;
  color: white;
  transition: all 300ms ease-in-out;
}
.ts-btn-primary:hover {
  background-color: transparent;
  background-color: #ff532f ;
  color: white;
  border: 2px solid #19335A;
}
.ts-btn-secondary {
  border: 2px solid #ff522e;
  background-color: #ff522e;
  color: white;
  transition: all 300ms ease-in-out;
}
.ts-btn-secondary:hover {
  background-color: transparent;
  color: #ff532f;
  border: 2px solid #ff532f ;
}
.ts-btn-secondary:hover svg {
  transition: all 300ms ease-in-out;
  fill: #ff532f ;
}
.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: #ff532f ;
  color: white;
  border: 2px solid #ff532f ;
}
.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: #ff532f ;
}
.ts-link:hover svg {
  fill: #ff532f ;
}
.ts-link:hover svg path {
  fill: inherit;
}

.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="#ff532f ", endColorstr="#ffffff", GradientType=1);
}

.ts-lh-70 {
  line-height: 70%;
}

.ts-nav-tabs .nav-link {
  background-color: #f8f8f8 !important;
  color: #333333;
  margin: 0.5px 0px;
  border-radius: 0;
  text-transform: uppercase;
}
.ts-nav-tabs .nav-item .active {
  color: white !important;
  background-color: #ff532f !important;
}

.ts-nav {
  width: 100%;
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #ffffff;
}
.ts-nav__top {
  background-color: #1c3176;
  position: relative;
  isolation: isolate;
}
@media (min-width: 768px) {
  .ts-nav__top-content {
    padding-left: 200px;
  }
  .ts-nav__top::after {
    content: "";
    position: absolute;
    transform: translateX(-100%);
    left: 230px;
    bottom: 0;
    width: 70vw;
    height: 25px;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    z-index: -1;
  }
}
.ts-nav__main {
  padding-block: 0.625rem;
  position: relative;
}
.ts-nav .ts-language-btn {
  border: none;
  color: #ffffff !important;
  padding: 2px 1rem !important;
  opacity: 1;
  border-radius: 50rem;
}
.ts-nav .ts-language-btn--active {
  background: rgba(255, 255, 255, 0.31);
}

.ts-navbar {
  padding: 0px;
  font-weight: 900;
}
.ts-navbar .dropdown-menu {
  padding: 0px;
  margin: 0px;
}
.ts-navbar .dropdown-menu .dropdown-item {
  color: #ffffff;
  background-color: #19335A;
}
.ts-navbar .dropdown-menu .dropdown-item:hover {
  background-color: gray;
}
.ts-navbar-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 15px;
  padding-block: 13px;
}
@media (min-width: 768px) {
  .ts-navbar-button {
    padding-block: 1.5rem;
  }
}
c
  .ts-navbar-button {
    border: none;
  }
}
@media (min-width: 1400px) {
  .ts-navbar-button-desc {
    display: none;
  }
}
.ts-navbar .navbar-nav {
  align-items: center;
}
@media (min-width: 992px) {
  .ts-navbar .navbar-nav {
    max-width: 55rem;
    width: 100%;
    justify-content: space-between;
  }
}
@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: #ff532f ;
}
.ts-navbar-nav .nav-link {
  padding: 0.375rem 1.125rem !important;
  font-weight: normal;
  color: #333333;
  transition: 300ms ease-in-out;
  font-size: 0.875rem;
}
.ts-navbar-nav .nav-link:hover {
  color: #ff532f ;
}
.ts-navbar .navbar-brand {
  padding: 0px;
  margin: 0%;
}
.ts-navbar .navbar-brand-icon {
  width: 200px;
}
@media (max-width: 767px) {
  .ts-navbar .navbar-brand-icon {
    width: 140px;
  }
}
.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: #ff532f ;
  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;
}

.ts-footer {
  background-color: #1c3176;
  width: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.ts-footer hr {
  color: #45699f;
}
.ts-footer__link {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  text-decoration: none;
  gap: 0.5rem;
}
.ts-footer__link::before {
  content: ">";
}
.ts-footer__link:hover {
  color: #ff532f;
}
.ts-footer__link--no-arrow::before {
  content: "";
  display: none;
}
.ts-footer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/logo-blue.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 0;
}
.ts-footer__main {
  padding-top: 4rem;
  position: relative;
  isolation: isolate;
}
.ts-footer__main-inner {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .ts-footer__main {
    padding-top: 2.5rem;
  }
  .ts-footer__main-inner {
    margin-bottom: 2.5rem;
  }
}
.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-border-bottom-primary {
  border-bottom: 2px solid #ff522e;
}

.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;
}
.pagination .page-link--active, .pagination .page-link:hover {
  background-color: #ff532f  !important;
  color: #ffffff;
}

.ts-hero {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.ts-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.ts-hero__breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ts-hero__breadcrumb .ts-breadcrumb {
  background-color: white;
  padding: 7px 14px;
}

.ts-breadcrum-link {
  color: #333333;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ts-breadcrum-link::before {
  content: ">";
}
.ts-breadcrum-link:hover {
  color: #ff532f;
}

.ts-product-card,
.ts-news-card {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.ts-product-card__img,
.ts-news-card__img {
  width: 100%;
  max-height: 213px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ts-product-card hr,
.ts-news-card hr {
  color: #e3e3e3;
}

.ts-product-card {
  border: 1px solid #e3e3e3;
  padding: 1rem;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.ts-product-card__img {
  width: 268px;
  max-width: 100%;
  transition: all 300ms ease-in-out;
  max-height: 400px;
  -o-object-fit: fill;
     object-fit: fill;
}
.ts-product-card:hover {
  border-color: #ff532f;
}
.ts-product-card:hover .ts-product-card__img {
  transform: scale(1.07);
}

.latest-product-card,
.latest-news-card {
  padding-block: 0.75rem;
}
.latest-product-card:not(:last-child),
.latest-news-card:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.latest-product-card:first-child,
.latest-news-card:first-child {
  padding-top: 0;
}
.latest-product-card:last-child,
.latest-news-card:last-child {
  padding-bottom: 0;
}

.latest-news-card {
  padding-block: 1.5rem;
}

.side-tabs {
  padding: clamp(1rem, 3vw, 1.875rem);
  border: 1px solid #e3e3e3;
}
@media (max-width: 575px) {
  .side-tabs {
    float: none;
  }
}
.side-tabs-list .nav-link {
  padding: 1rem;
}
.side-tabs-list .nav-link .ts-sign {
  float: right;
  font-size: 2rem;
  line-height: 14px;
}
.side-tabs-list .list-item {
  background-color: #e5e5e5;
  margin: 0.5px 0px;
}

.ts-search-bar-primary .form-control {
  border: 2px solid #d4d4d4;
  border-right: 0;
  font-size: 12px;
  color: #333333;
}
.ts-search-bar-primary .form-control::-moz-placeholder {
  color: #d4d4d4;
}
.ts-search-bar-primary .form-control::placeholder {
  color: #d4d4d4;
}
.ts-search-bar-primary .form-control:focus {
  box-shadow: none;
}
.ts-search-bar-primary .btn {
  border: 2px solid #d4d4d4;
  border-left: none;
}

.ts-search-bar-secondary .form-control {
  border: 2px solid #ff532f ;
  font-size: 12px;
  color: #333333;
}
.ts-search-bar-secondary .form-control::-moz-placeholder {
  color: #b8b8b8;
}
.ts-search-bar-secondary .form-control::placeholder {
  color: #b8b8b8;
}
.ts-search-bar-secondary .form-control:focus {
  box-shadow: none;
}

.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: clamp(300px, 25vw, 370px) auto !important;
  }
}

.ts-corporate-center {
  position: relative;
  padding-block: 4.75rem;
  isolation: isolate;
}
.ts-corporate-center::before, .ts-corporate-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ts-corporate-center::after {
  z-index: -1;
  background-color: rgba(246, 246, 246, 0.952);
}
.ts-corporate-center::before {
  background-image: url("../assets/images/world-map-dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
.ts-corporate-card {
  position: relative;
  background-color: #ffffff;
  padding: 1.25rem;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .ts-corporate-card {
    width: 374px;
  }
}
.ts-corporate-card::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-color: #ff532f ;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transition: all 300ms ease-in-out;
}
.ts-corporate-card__img {
  width: 200px;
  max-width: 100%;
}
.ts-corporate-card__content {
  max-width: 100%;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .ts-corporate-card__content {
    text-align: start;
    width: 244px;
  }
}
.ts-corporate-card:hover::after {
  width: 30px;
  height: 30px;
}

.ts-news-center {
  padding-block: 5rem 7rem;
}
.ts-news-center .ts-news-card {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.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;
}

.swiper-button-disabled {
  opacity: 20%;
}

.ts-actuator {
  width: 100%;
  overflow: hidden;
}
.ts-actuator__left {
  padding-block: 60px;
  background-color: #19335A;
}
@media (max-width: 1199px) {
  .ts-actuator .ts-mw-700 {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .ts-actuator {
    padding-top: 60px;
  }
  .ts-actuator__img-right {
    position: relative;
    top: -54px;
  }
  .ts-actuator .ts-container-fluid {
    max-width: 920px;
    margin-right: 0;
  }
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ts-dropdown-menu-searchbar {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  width: 300px;
  max-width: 100vw;
  background-color: white;
  padding: 1.125rem 1.75rem;
}
.ts-dropdown-menu-searchbar-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .ts-dropdown-menu-searchbar {
    left: 0;
    right: auto;
  }
}

.ts-primary-list {
  list-style: none;
  padding-left: 0;
}
.ts-primary-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ts-about-section-title {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  min-width: 20px;
  font-weight: 900 !important;
  color: rgba(25, 51, 90, 0.14);
  position: relative;
}

.product-img--main {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  height: 440px;
  width: 100%;
  max-height: 100%;
  border: 1px solid #e3e3e3;
}
@media (max-width: 1200px) {
  .product-img--main {
    width: 300px;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out;
}

.ts-hero-2__img-left {
  position: relative;
}
.ts-hero-2__img-left::before {
  content: "";
  position: absolute;
  width: 50%;
  height: calc(100% - 30px);
  left: -18px;
  top: -30px;
  background-color: #f1f4f9;
  z-index: -1;
}
.ts-hero-2__img-left::after {
  content: "";
  position: absolute;
  width: 50%;
  height: calc(100% - 30px);
  left: -33px;
  top: -45px;
  background: url("../assets/images/dotted-bg.svg");
  z-index: -2;
}

.vjs-big-play-button {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 50% !important;
  transition: all 300ms ease-in-out !important;
}
.vjs-big-play-button:hover {
  background-color: rgb(255, 255, 255) !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  color: #ff532f  !important;
  font-size: 3rem;
}

.tsProductsDetailsSwiper .swiper-slide {
  cursor: pointer;
}

.ts-product-swiper-btn {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}
.ts-product-swiper-btn svg path {
  fill: #707070;
}
.ts-product-swiper-btn-prev {
  transform: rotate(180deg) !important;
}/*# sourceMappingURL=common.css.map */