@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-light.ttf") format("truetype");
}
:root {
  --font-family: "Manrope", Arial, Helvetica, sans-serif;
  --surface--t-bg-white: #ffffff;
  --surfaces--t-bg-dark: #181718;
  --surface--t-bg-gray: #efefef;
  --surface--t-bg-gray-darker: #dcdbdc;
  --surfaces--t-card-default-border: #dcdbdc;
  --surfaces--t-card-hover-border: #772781;
  --text--t-text-cta-primary-outline: #772781;
  --text--t-text-cta-primary-ondark: #de68f0;
  --text--t-text-primary: #000000;
  --text--t-text-primary2: #181718;
  --text--t-text-secondary: #535054;
  --text--t-text-secondary2: #4f4f4f;
  --text--t-text-inverse: #ffffff;
  --text--t-text-tetriary: #9b959b;
  --text--t-text-ondark: #bebbbe;
  --cta--t-cta-primary: #862a93;
  --cta--t-cta-secondary: #7d797e;
  --padding--t-pad-small: 8px;
  --padding--t-pad-S-M: 12px;
  --padding--t-pad-medium: 16px;
  --padding--t-pad-med-large: 24px;
  --padding--t-pad-large: 32px;
  --padding--t-pad-extra-large: 48px;
  --padding--t-pad-x-extra-large: 64px;
  --colors-brand-brand-sec-50: #f8f7f8;
  --colors-brand-brand-sec-100: #efefef;
  --colors-brand-brand-sec-200: #dcdbdc;
  --colors-brand-brand-sec-300: #bebbbe;
  --colors-brand-brand-sec-700: #535054;
  --colors-brand-brand-sec-950: #181718;
  --colors-brand-brand-pri-950: #400d45;
  --colors-brand-brand-pri-100: #f7ebfc;
  --colors-brand-brand-pri-200: #f1d5f9;
  --colors-brand-brand-pri-400: #de68f0;
  --colors-brand-brand-pri-500: #862a93;
  --tabs-table-t-tab-active: #535054;
  --colors-blacks-black200: #d1d1d1;
  --inputs--t-input-dark-default-bg: #3e3c3e;
  --inputs--t-input-dark-default-border: #7d797e;
  --inputs--t-input-default-border: #dcdbdc;
  --text--text-input-placeholder: #9b959b;
  --tags--t-tag-default: #EFEFEF;
  --text--t-text-tag-default: #676267;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* begin comm */

body {
  font-family: var(--font-family);
  background: #fff;
  margin: auto;
}

a {
  text-decoration: none;
  color: var(--text--t-text-primary);
}

ul,
ol {
  list-style: none;
}
p {
  margin-bottom: 0px;
}

.bg-gray {
  background-color: var(--surface--t-bg-gray);
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.banner-box {
  position: relative;
  margin-top: 0px;
}

.banner-image {
  margin-top: 0px;
}
.banner-image img {
  width: 100%;
  height: auto;
}

.container-pad-l {
  padding-left: 50px;
}
.container-pad-r {
  padding-right: 50px;
}
.container-pad-rl {
  padding-left: 50px;
  padding-right: 50px;
}
.container-margin-l {
  margin-left: 50px;
}
.container-margin-r {
  margin-right: 50px;
}
.container-pad-tb {
  padding-top: 80px;
  padding-bottom: 30px;
}
.container-margin-tb {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 20px;
}
.container-pad-tbs1 {
  padding-top: 30px;
  padding-bottom: 10px;
	font-size: 20px;
}

.container-pad-tbs2 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.padding-20 {
  padding: 20px;
}

.productinfo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section-bg-white {
  background-color: var(--surface--t-bg-white);
}
.section-bg-gray {
  background-color: var(--surface--t-bg-gray);
}
.section-body {
  margin-top: 3rem;
}
.section-body .img-box {
  height: 553px;
}
.callout-s2,
.section-banner .callout-s2 {
  display: none;
}

button.btn-pri-100 {
  padding-left: 15px;
  padding-right: 15px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: var(--cta--t-cta-primary);
  background-color: var(--colors-brand-brand-pri-100);
  border: 2px solid var(--cta--t-cta-primary);
  letter-spacing: 1px;
}
button.btn-pri-100:hover {
  cursor: pointer;
  opacity: 0.8;
}

button.btn-primary {
  padding-left: 15px;
  padding-right: 15px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text--t-text-inverse);
  background-color: var(--cta--t-cta-primary);
  border: 2px solid var(--cta--t-cta-primary);
  text-align: center;
  letter-spacing: 1px;
}
button.med-large {
  padding-left: 24px;
  padding-right: 24px;
}
button.btn-primary:hover {
  cursor: pointer;
  opacity: 0.8;
}

button.btn-gray {
  padding-left: 15px;
  padding-right: 15px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text--t-text-inverse);
  background-color: var(--cta--t-cta-secondary);
  border: 2px solid var(--cta--t-cta-secondary);
  text-align: center;
  letter-spacing: 1px;
}
button.btn-gray:hover {
  cursor: pointer;
  opacity: 0.8;
}

.icon-24 {
  width: 24px;
  height: 24px;
  background-color: currentColor;
}
.icon-24:hover {
  cursor: pointer;
  opacity: 0.8;
}
.icon-arrow-left {
  mask-image: url("/images/arrow-left.svg");
}
.icon-arrow-right {
  mask-image: url("/images/arrow-right.svg");
}
.arrow-up-right {
  mask-image: url("/images/arrow-up-right.svg");
}

.icon-16 {
  width: 16px;
  height: 16px;
  background-color: currentColor;
}
.icon-16:hover {
  cursor: pointer;
}
.icon-dropdown {
  mask-image: url("/images/dropdown.svg");
}
.icon-language {
  mask-image: url("/images/language.svg");
}
.icon-myportal {
  mask-image: url("/images/myportal.svg");
}

.icon-20 {
  width: 20px;
  height: 20px;
  background-color: currentColor;
}
.icon-search {
  mask-image: url("/images/search.svg");
}

.myswiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.myswiper-pagination .swiper-pagination-bullets {
  width: 100%;
}

.myswiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container .swiper-pagination-bullet {
  background-color: #f7ebfc80;
  width: 40px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
  background: var(--colors-brand-brand-pri-100);
}

.square-white {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: var(--surface--t-bg-white);
  border: none;
}
.square-gray {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: var(--surface--t-bg-gray);
  border: none;
}

.square-white2 {
  width: 80px;
  height: 80px;
  background: var(--surface--t-bg-white);
  border: none;
}
.square-gray2 {
  width: 80px;
  height: 80px;
  background: var(--surface--t-bg-gray);
  border: none;
}

.square-gray3 {
  width: 80px;
  height: 80px;
  background: var(--colors-brand-brand-sec-300);
  border: none;
}

.square-gray4 {
  width: 80px;
  height: 80px;
  background: var(--surface--t-bg-gray-darker);
  border: none;
}

.square-primary {
  width: 80px;
  height: 80px;
  background: var(--colors-brand-brand-pri-950);
}

.page-top {
  /* display: block; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 68px;
  line-height: 66px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}
.page-top::after {
  clear: both;
}
.header-logo {
  position: relative;
  /* float: left;
  top: 14px; */
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
.header-logo img {
  height: 40px;
  width: auto;
}
.web-search {
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px; */
  width: 300px;
  display: flex;
  align-items: center;
  border: 2px solid #dcdbdc;
  line-height: 36px;
  height: 40px;
  gap: 8px;
  padding: 3px 8px;
}
.web-search input {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
}
.page-top-right {
  /* float: right;
  top: 14px;
  position: relative; */
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #772781;
  height: 40px;
  line-height: 40px;
  gap: 15px;
}
.page-top-right .item {
  position: relative;
  display: block;
}
.page-top-right .item .language,
.page-top-right .item .myportal {
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-top-right .item .language:hover,
.page-top-right .item .myportal:hover {
  cursor: pointer;
}

.select-language div:hover {
  cursor: pointer;
}
.select-language {
  display: none;
  position: absolute;
  left: 0;
  min-width: 130px;
  max-height: 300px;
  background-color: var(--surface--t-bg-gray);
  margin-top: -3px;
  z-index: 10;
  overflow: hidden;
  padding: 16px 24px;
  line-height: 1.9rem;
}
.myportal a {
  color: #772781;
}
.card-imgbox-hor-3 {
  text-align: center;
  height: 320px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f1f1f1;
}
.card-imgbox-hor-3 img.thumb {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.solutions-card .card-body .card-imgbox-hor-3 img.thumb {
  max-height: 100%;
}
/* end comm */

.breadcrumb {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.breadcrumb-item.active {
  color: #181718;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #181718;
}
.breadcrumb-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181718;
}
.breadcrumb-nav a img {
  width: 16px;
  height: 16px;
}
.section-nav .breadcrumb-nav {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.c-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.panel-par-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.card-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.card-list .title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.3rem;
  color: #181718;
}
.card-list .items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card-list .items .item {
  padding: 16px 24px;
  background: var(--colors-brand-brand-sec-200, #dcdbdc);
  border: 1px solid var(--surfaces--t-card-default-border, #dcdbdc);
  padding: var(--padding--t-pad-med-large);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
}

.section-top-box1 {
  background: var(--surface--t-bg-white);
}

.section-top-box1 .first-row {
  position: relative;
  display: flex;
  justify-content: start;
  background-color: var(--surface--t-bg-white);
}
.section-top-box1 .first-row::after {
  clear: both;
}

.section-top-box1 .second-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: var(--surface--t-bg-gray);
}
.section-top-box1 .second-row::after {
  clear: both;
}

.section-top-box1 .square-gray.left,
.section-top-box1 .square-white.left {
  margin-left: 17%;
}

.section-top-box1 .square-gray.right,
.section-top-box1 .square-white.right {
  width: 37%;
}
.section-bottom-box1 {
  background: var(--surface--t-bg-gray);
}
.section-bottom-box1 .c-row {
  position: relative;
  background: var(--surface--t-bg-gray);
}
.section-bottom-box1 .c-row::after {
  clear: both;
}
.section-bottom-box1 .c-row .square-white {
  float: left;
  width: 37%;
}

.section-top-box2 {
  background: var(--surface--t-bg-white);
}

.section-top-box2 .first-row {
  position: relative;
  display: flex;
  justify-content: end;
  background-color: var(--surface--t-bg-white);
}
.section-top-box2 .first-row::after {
  clear: both;
}

.section-top-box2 .second-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: var(--surface--t-bg-gray);
}
.section-top-box2 .second-row::after {
  clear: both;
}

.section-top-box2 .square-gray.right,
.section-top-box2 .square-white.right {
  margin-right: 17%;
}

.section-top-box2 .square-gray.left,
.section-top-box2 .square-white.left {
  width: 37%;
}
.section-bottom-box2 {
  background: var(--surface--t-bg-gray);
}
.section-bottom-box2 .c-row {
  position: relative;
  background: var(--surface--t-bg-gray);
}
.section-bottom-box2 .c-row::after {
  clear: both;
}
.section-bottom-box2 .c-row .square-white {
  float: right;
  width: 37%;
}

.section-bottom-box3 {
  background: var(--surface--t-bg-white);
}

.section-bottom-box3 .first-row {
  position: relative;
  display: flex;
  justify-content: end;
  background-color: var(--surface--t-bg-white);
}
.section-bottom-box3 .first-row::after {
  clear: both;
}

.section-bottom-box3 .second-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: var(--surface--t-bg-gray);
}
.section-bottom-box3 .second-row::after {
  clear: both;
}

.section-bottom-box3 .square-gray.right,
.section-bottom-box3 .square-white.right {
  margin-right: 17%;
}

.section-bottom-box3 .square-gray.left,
.section-bottom-box3 .square-white.left {
  width: 37%;
}

.breadcrumb-nav .breadcrumb-item a {
  color: var(--text--t-text-cta-primary-outline);
}

.section-title-text {
  font-size: 2.75rem;
  line-height: 3.5rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
}

.news-article-title {
  font-size: 54px;
  font-weight: 800;
  line-height: 62px;
  color: var(--text--t-text-primary2);
}

.empty110 {
  display: block;
  height: 110px;
  width: 100%;
}
/* begin home */
.get-in-tuch {
  margin-top: 30px;
}

.home-banner-bg {
  position: relative;
}

.home-banner-box {
  min-height: 629px;
  background: linear-gradient(
      0deg,
      rgba(24, 23, 24, 0.7),
      rgba(24, 23, 24, 0.7)
    ),
    linear-gradient(
      180deg,
      rgba(134, 42, 147, 0) 55.73%,
      rgba(134, 42, 147, 0.8) 100%
    );
  background-blend-mode: multiply;
  padding-top: 60px;
  text-align: center;
  width: 100%;
}

.home-banner-content {
  height: auto;
  color: #fff;
  max-width: 920px;
  margin: 10px auto;
}

.home-banner-content h1 {
  font-size: 4.5rem;
  line-height: 6.2rem;
  height: 6.2rem;
  font-weight: 800;
  letter-spacing: 2%;
  overflow: hidden;
}

.home-banner-content p {
  font-size: 1.25rem;
  line-height: 1.7rem;
  max-height: 7rem;
  font-weight: 400;
  letter-spacing: 4%;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

.home-banner-thumb {
  min-height: 136px;
  margin-top: 70px;
  margin-bottom: 50px;
}

.banner-thumb-item {
  height: 136px;
  border: 1px solid var(--colors-brand-brand-sec-700);
  color: #efefef;
  background: var(--surfaces--t-bg-dark);
  opacity: 1;
  padding: var(--padding--t-pad-small);
  display: flex;
  gap: 15px;
}

.banner-thumb-item img {
  height: 120px;
  width: 120px;
}

.banner-thumb-item .intro {
  overflow: hidden;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.banner-thumb-item .intro h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}

.banner-thumb-item .intro div {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.callout-zone {
  position: relative;
  background-color: var(--colors-brand-brand-pri-950);
}

.callout-zone-bg-img {
  background-image: url("/images/partern.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.callout-zone .callout-box {
  width: 100%;
  min-height: 200px;
}

.callout-zone .callout-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text--t-text-inverse);
  gap: 8px;
  padding: 36px;
}

.callout-zone .callout-item .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 4%;
}

.callout-zone .callout-item .content {
  font-size: 44px;
  line-height: 55px;
  font-weight: 800;
}

.callout-zone .callout-item .descr {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 4%;
}

.callout-zone .callout-s {
  position: absolute;
  left: 0;
  top: 0;
  width: 145px;
  height: 100%;
  background: #fff;
}

.featured-solutions-box {
  background-color: var(--surface--t-bg-gray);
}

.featured-solutions-body {
  margin-top: 3rem;
}

.featured-solutions-body .right {
  background-color: var(--surface--t-bg-white);
}

.featured-cover,
.news-cover {
  width: 100%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.featured-cover img {
  width: 5rem;
  height: 5rem;
}

.featured-content {
  min-height: 257px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured-content h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #181718;
}

.featured-content .content {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #4f4f4f;
  max-height: 7.5rem;
  overflow: hidden;
}

.featured-solutions-body ul li {
  line-height: 2.75rem;
  height: 2.75rem;
  font-size: 0.9rem;
  color: var(--text--t-text-secondary);
  padding-left: 24px;
  padding-right: 24px;
}

.featured-solutions-body ul {
  padding-left: 0;
}

.featured-solutions-body ul li.active {
  background-color: var(--tabs-table-t-tab-active);
  color: var(--text--t-text-inverse);
}

.featured-solutions-body ul li:hover {
  cursor: pointer;
  background-color: var(--colors-brand-brand-sec-300);
  color: var(--text--t-text-inverse);
}

.featured-solutions-bottom {
  background: var(--surface--t-bg-white);
}

.featured-solutions-bottom .first-row {
  background-color: var(--surface--t-bg-gray);
}

.featured-solutions-bottom .second-row {
  background-color: var(--surface--t-bg-white);
}

.featured-solutions-bottom .square-white.left,
.featured-solutions-bottom .square-gray.left {
  margin-left: 17%;
}

.featured-solutions-bottom .square-white.right,
.featured-solutions-bottom .square-gray.right {
  width: 37%;
  float: right;
}

.section-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-title .title-num {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.13rem;
  line-height: 1.6rem;
  font-weight: 800;
  color: var(--colors-brand-brand-pri-500);
}

.section-title .title-num .line {
  height: 2px;
  width: 5rem;
  background-color: var(--colors-brand-brand-pri-500);
}

.section-title .title-text {
  font-size: 2.75rem;
  line-height: 3.5rem;
  font-weight: 800;
}

.section-title .title-text2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

.products-box {
  background-color: var(--surface--t-bg-white);
}

.products-body {
  margin-top: 3rem;
}

.img-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
}

.cell1,
.cell2 {
  height: 553px;
}

.cell3,
.cell4,
.cell5,
.cell6,
.cell7 {
  height: 367px;
}

.cell-more {
  height: 367px;
  background-color: var(--colors-brand-brand-pri-950);
}

.section-body .cell3 {
  height: 553px;
  background-size: contain;
}

.img-box-inner {
  background: linear-gradient(
    180deg,
    rgba(24, 23, 24, 0) 28.39%,
    rgba(24, 23, 24, 0.8) 100%
  );
  height: 100%;
  width: 100%;
}

.img-box-inner:hover {
  background: linear-gradient(
    180deg,
    rgba(119, 39, 129, 0) 28.39%,
    rgba(119, 39, 129, 0.8) 100%
  );
}

.learn-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  color: var(--text--t-text-inverse);
}

.learn-more .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.learn-more p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  max-height: 5.3rem;
  margin-top: 0.5rem;
  overflow: hidden;
  letter-spacing: 4%;
}

.learn-more .action a {
  margin-top: 16px;
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: var(--text--t-text-inverse);
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 2px;
}

.view-all-products {
  position: absolute;
  top: calc(50% - 22px);
  width: 100%;
  text-align: center;
}

.about-body {
  margin-top: 3rem;
}

.about-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-cover {
  width: 100%;
  min-height: 405px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.about-cover2 {
  width: 100%;
  min-height: 624px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.about-advantage {
  width: 72%;
  background-color: var(--colors-brand-brand-pri-950);
  min-height: 6rem;
  padding: var(--padding--t-pad-extra-large);
}

.about-advantage > div {
  color: var(--text--t-text-inverse);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.about-advantage > div p {
  letter-spacing: 10%;
}

.about-advantage > div span {
  font-weight: 700;
  letter-spacing: 4%;
}

.about-advantage > div .btn-pri-100 {
  margin-top: 24px;
}

.about-content h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  margin-bottom: 32px;
}

.about-content div {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 4%;
  max-height: 7.5rem;
  overflow: hidden;
}

.about-items {
  display: flex;
  flex-direction: column;
  gap: var(--padding--t-pad-small);
}

.about-items .item {
  background: var(--colors-brand-brand-sec-200, #dcdbdc);
  border: 1px solid var(--surfaces--t-card-default-border, #dcdbdc);
  padding: var(--padding--t-pad-med-large);
}

.about-items .item h6 {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.7rem;
  color: var(--text--t-text-primary);
  margin-bottom: 0.3rem;
}

.about-items .item div {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  letter-spacing: 4%;
  max-height: 5rem;
  overflow: hidden;
  color: var(--text--t-text-secondary);
}

/* begin support section */
.support-top {
  background: var(--surface--t-bg-white);
}

.first-row {
  background-color: var(--surface--t-bg-white);
}

.second-row {
  background-color: var(--surface--t-bg-gray);
}

.support-top .square-gray.left,
.support-top .square-white.left {
  margin-left: 17%;
}

.support-top .square-gray.right,
.support-top .square-white.right {
  width: 37%;
  float: right;
}

.support-box {
  background-color: var(--surface--t-bg-gray);
}

.support-body {
  margin-top: 3rem;
}

.support-body .title {
    color: white;
}
.support-body .learn-more p{
    color: white;
}

.support-body .img-box {
  padding: 0px;
  height: 553px;
}
/* end support section */

/* begin challenge setion */
.section-05 .top {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: var(--surface--t-bg-gray);
  color: var(--text--t-text-inverse);
}

.section-05 .top div {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cta--t-cta-secondary);
}

.section-05 .challenge-us-box {
  background: var(--colors-brand-brand-sec-950, #181718);
}

.section-05 .challenge-body {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.section-05 .challenge-body h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: var(--text--t-text-inverse);
}

.section-05 .challenge-body div.content {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: var(--text--t-text-tetriary);
  max-height: 5.1rem;
  overflow: hidden;
}

.section-05 .challenge-body div.account div:nth-child(1) {
  color: var(--text--t-text-inverse);
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: 4%;
}

.section-05 .challenge-body div.account div:nth-child(2) {
  color: var(--colors-brand-brand-pri-200);
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 4%;
}
/* end challenge section */

/* begin news section */
.news-body {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.news-body .news-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.3rem;
  height: 100%;
}

.news-item > div {
  width: 100%;
}

.news-item .cover {
  flex: 1;
}
.news-item .content {
  flex: auto;
}
.news-item .read-more {
  flex: 1;
}

.news-item .news-cover {
  width: 100%;
  height: 196px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1rem;
}

.news-item .cover .tag {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.news-item .cover .tag-name {
  display: inline-block;
  line-height: 1.5rem;
  background: var(--tags--t-tag-default, #efefef);
  color: var(--text--t-text-tag-default, #676267);
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 24px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 5%;
}

.news-item .cover .date {
  display: inline-block;
  line-height: 1.5rem;
  color: var(--text--t-text-tetriary, #9b959b);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 4%;
}

.news-item .content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
  margin-bottom: 8px;
}

.news-item .content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: 4%;
  color: var(--text--t-text-secondary);
  max-height: 3rem;
  overflow: hidden;
}

.news-item .read-more a {
  display: inline-block;
  color: var(--text--t-text-cta-primary-outline);
  font-weight: 0.8rem;
  line-height: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.view-all-news {
  width: 100%;
  text-align: center;
}

/* end news section */

/* begin footer section */
.footer-box {
  background-color: var(--surface--t-bg-gray-darker);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding-top: 200px;
}

/* .challenge {
  position: relative;
  width: 100%;
  margin-bottom: -150px;
} */

.challenge {
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  /* margin-bottom: -150px; */
}

.challenge .challenge-box {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: var(--colors-brand-brand-pri-950);
}

.challenge .challenge-box .challenge-box-bg-img {
  min-height: 138px;
  background-image: url("/images/partern.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.challenge .challenge-box .challenge-box-bg-img h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 800;
  color: var(--text--t-text-inverse);
  margin-bottom: 30px;
}
/* end home */

.other-banner-bg {
  position: relative;
}

.other-banner-box {
  min-height: 248px;
  background: linear-gradient(
      0deg,
      rgba(24, 23, 24, 0.5),
      rgba(24, 23, 24, 0.5)
    ),
    linear-gradient(90deg, #400d45 0%, rgba(64, 13, 69, 0.2) 100%);
  background-blend-mode: multiply;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.other-banner-box img {
  position: absolute;
  right: 0;
  top: 0;
  height: 90%;
  width: auto;
}
.other-banner-content {
  position: relative;
  text-align: left;
  color: #fff;
}
.other-banner-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 4rem;
}

.nav-sub {
  background-color: var(--surface--t-bg-gray);
  /* max-width: 500px; */
}
.nav-sub .nav-sub-headline {
  padding: 6px 15px 1px 25px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2rem;
  letter-spacing: 4%;
  color: var(--text--t-text-primary);
}
.solutions-subline {
	/* padding: 12px 15px 6px 15px !important; */
  padding: 3px 15px 1px 25px !important;
}
.nav-sub .nav-sub-headline span {
  display: block;
  padding: 9px 15px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.nav-sub-headline a {
  padding-left: 0px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1rem;
  letter-spacing: 4%;
  color: var(--text--t-text-primary);
}
.nav-sub .sub-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
  max-height: 2.7rem;
  overflow: hidden;
  color: var(--text--t-text-primary);
  
}
.nav-sub .sub-item > a:hover {
  color: #862A93 !important;
}

/* begin news page */
.section-top-pager {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: var(--surface--t-bg-gray);
  color: var(--text--t-text-inverse);
}

.section-top-pager div {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cta--t-cta-secondary);
}
.news-description {
  padding: 10px;
  background-color: var(--surface--t-bg-white);
}
.news-description-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.news-description-box .c-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.news-description-box .tag {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.news-description-box .tag-name {
  display: inline-block;
  line-height: 1.5rem;
  background: var(--tags--t-tag-default, #efefef);
  color: var(--text--t-text-tag-default, #676267);
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 24px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 5%;
}

.news-description-box .date {
  display: inline-block;
  line-height: 1.5rem;
  color: var(--text--t-text-tetriary, #9b959b);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 4%;
}

.news-description-box .content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
  margin-bottom: 8px;
}

.news-description-box .content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: 4%;
  color: var(--text--t-text-secondary);
  max-height: 10rem;
  overflow: hidden;
}

.news-description-box .read-more a {
  display: inline-block;
  color: var(--text--t-text-cta-primary-outline);
  font-weight: 0.8rem;
  line-height: 1.2rem;
  font-weight: 700;
  letter-spacing: 5%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}
.news-tags .n-tag {
  display: inline-block;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: var(--tags--t-tag-default);
  color: var(--text--t-text-tag-default, #676267);
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 700;
}
.news-description .ncontent {
  display: none;
}
.news-description .ncontent.active {
  display: block;
}
/* end news page */

/* begin service page */
.services-descrition {
  margin-top: 1rem;
}
.services-descrition p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: var(--text--t-text-secondary);
  margin-bottom: 1.2rem;
}
/* end service page */

/* begin service detail */
.s-content {
  text-indent: 2rem;
  /* text-align: justify;
  text-justify: inter-word; */
}
.service-detail-description {
  margin-top: 0.3rem;
}
.service-detail-description .s-content h3 {
  margin-bottom: 1.5rem;
}

.service-detail-description .s-content div {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 4%;
}
/* end service detail */

/* begin solutions */
.solutions-tab {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solutions-tab .item-box {
  background-color: var(--colors-brand-brand-sec-100);
  padding: 24px;
}
.solutions-tab .item-box h5 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.solutions-tab .item-box div {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--surface--t-bg-white);
  color: var(--text--t-text-cta-primary-outline);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 5%;
}
.solutions-tab .item-box div > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text--t-text-cta-primary-outline);
}
.featured-solutions-box {
  background-color: var(--surface--t-bg-gray);
}
.solutions-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
.solutions-panel .panel-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #181718;
}
.solutions-panel .pager-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.solutions-panel .pager-nav div {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cta--t-cta-secondary);
}
.solutions-card {
  border: 1px solid var(--surfaces--t-card-default-border);
  background-color: var(--surface--t-bg-white);
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.solutions-card:hover {
  cursor: pointer;
  border: 1px solid var(--surfaces--t-card-hover-border);
}
.solutions-card .card-header {
  padding: 12px 24px;
}
.solutions-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.solutions-card .card-body img {
  width: auto;
  max-height: 400px;
}
.solutions-card .card-body img.med {
  /* width: 100%; */
  width: auto;
  max-width: 100%;
  max-height: 520px;
}

.solutions-card .card-body img.med1 {
  width: 100%;
  /* width: auto; */
  max-width: 100%;
  height: 320px;
}

.solutions-card .card-body img.med2 {
  /* width: 100%; */
  width: 100%;
  max-width: 100%;
  max-height: 500px;
}

.solutions-card .card-body img.med4 {
  /* width: 100%; */
  height: 320px;
  width: auto;
  max-width: 100%;
}


.about-column1 img.med3 {
	width: 100%;
}

.medsolution {
	/* width:100%; */
  max-width: 100%;
  width: auto;
  max-height: 600px;
}


.solutions-card .card-body .content {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px 20px;
}
.solutions-card .card-body .content h5 {
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
}
.solutions-card .card-body .content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 4%;
  color: var(--text--t-text-secondary);
}
.solutions-card .card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.solutions-card .card-footer a {
  color: var(--text--t-text-cta-primary-outline);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
}
/* end solutions */

/* begin products */
.products-card {
  border: 1px solid var(--surfaces--t-card-default-border);
  background-color: var(--surface--t-bg-white);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  /* height: 100%; */
}
.products-card:hover {
  cursor: pointer;
  border: 1px solid var(--surfaces--t-card-hover-border);
}
.products-card .card-header {
  padding: 12px 24px;
}
.products-card .card-body {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 24px;
}
.products-card .card-body .cover-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}
.products-card .card-body img {
  width: auto;
  height: 460px;
}
.products-card .card-body img.med {
  width: 100%;
  max-height: 300px;
}
.products-card .card-body .divider {
  width: 100%;
  height: 2px;
}
.products-card .card-body .divider div {
  width: 100%;
  height: 100%;
  background-color: var(--colors-brand-brand-pri-500);
}
.products-card .card-body .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.products-card .card-body .content h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 800;
  color: var(--text--t-text-primary);
}
.products-card .card-body .content div {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  letter-spacing: 4%;
  color: var(--text--t-text-secondary);
}
.load-more-products {
  width: 100%;
  text-align: center;
  margin-top: 64px;
}
.featured-products {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.featured-products .title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.card-img-box {
  text-align: center;
  min-height: 200px;
  /* height: 360px; */
  /* padding: 20px; */
  /* border-bottom: 1px solid #f1f1f1; */
}
.card-img-box1 {
  text-align: center;
  min-height: 200px;
  /* padding: 20px; */
  /* border-bottom: 1px solid #f1f1f1; */
}
/* end products */

/* begin product category */
.select-product {
  padding: 8px 16px;
  border: 2px solid var(--inputs--t-input-default-border);
  background: var(--surface--t-bg-white);
}

.select-product select {
  border: none;
  background: var(--surface--t-bg-white);
  color: var(--text--text-input-placeholder);
  outline: none;
  box-shadow: none;
  width: 100%;
}

.select-zone .divider {
  height: 2px;
  width: 100%;
  background-color: var(--colors-brand-brand-sec-200);
  margin-top: 24px;
  margin-bottom: 24px;
}

.products-card .card-body .parameter {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.products-card .card-body .parameter .p-item {
  padding: 24px;
  background-color: var(--surface--t-bg-gray);
}

.products-card .card-body .parameter .p-item h6 {
  font-size: 1rem;
  font-weight: 700;
  word-spacing: 2px;
  color: var(--text--t-text-primary);
}

.products-card .card-body .parameter .p-item div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 400;
  word-spacing: 2px;
  color: var(--text--t-text-secondary);
}

.products-card .card-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.show-detailed-specification {
  margin-top: 64px;
  height: 48px;
  background: var(--colors-brand-brand-sec-50);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text--t-text-cta-primary-outline);
}

.show-detailed-specification embed {
  height: 24px;
  width: 24px;
}

.questions-box {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.questions-box .c-item {
  background-color: var(--surface--t-bg-white);
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--surfaces--t-card-default-border);
}

.questions-box .c-item.bordered {
  border: 1px solid var(--surfaces--t-card-hover-border);
}

.questions-box .c-item:hover {
  border: 1px solid var(--surfaces--t-card-hover-border);
}

.questions-box .c-item .t-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.questions-box .c-item .t-header h6 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.6rem;
  color: var(--text--t-text-primary);
}

.questions-box .c-item .t-header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cta--t-cta-secondary);
  color: var(--text--t-text-inverse);
  height: 32px;
  width: 32px;
}

.questions-box .c-item .t-header span:hover {
  cursor: pointer;
  opacity: 0.9;
}

.questions-box .c-item .t-content {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  letter-spacing: 1px;
  color: var(--text--t-text-secondary);
}
/* end product category */

/* begin product detail */
.product-cover-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-cover-box .large-cover {
  padding: 16px;
  border: 1px solid var(--surfaces--t-card-default-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-cover-box .large-cover img {
  max-height: 500px;
  width: auto;
    overflow: hidden;
}

.product-cover-box .small-imgs .small-cover {
  padding: 8px;
  border: 1px solid var(--surfaces--t-card-default-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-cover-box .small-imgs .small-cover img {
  max-height: 159px;
  width: auto;
   overflow: hidden;
}

.product-cover-box .small-imgs .small-cover:hover {
  cursor: pointer;
  border: 1px solid var(--surfaces--t-card-hover-border);
}

.product-description {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-description h3 {
  font-size: 3.3rem;
  line-height: 3.8rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
  max-height: 19rem;
  overflow: hidden;
}

.product-description .p-content {
  font-size: 1.25rem;
  line-height: 1.7rem;
  font-weight: 400;
  word-spacing: 2px;
  color: var(--text--t-text-secondary);
}

.product-description .action {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-parameter {
  margin-top: 48px;
}

.product-parameter .p-nav {
  display: flex;
}

.product-parameter .nav>li>a {
  padding: 12px 24px;
}

.product-parameter .nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background: var(--tabs-table-t-tab-active, #535054);
  color: var(--text--t-text-inverse);
  padding: 12px 24px;
}

.product-parameter .tab-content {
  margin-top: 32px;
}

.product-parameter .p-table .t-header {
  padding: 16px;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 800;
  background-color: var(--surfaces--t-bg-dark);
  color: var(--text--t-text-inverse);
}

.product-parameter .p-table .t-title {
  background-color: var(--surface--t-bg-gray-darker);
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
  padding: 16px;
}

.product-parameter .p-table .r-title {
  background-color: var(--surface--t-bg-gray);
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
  padding: 16px;
}

.product-parameter .p-table .r-content {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: var(--text--t-text-secondary);
  padding: 16px;
}
/* end product detail */

/* begin company */
.timeline-top {
  margin-bottom: 24px;
}

.timeline-top .h-title {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: var(--text--t-text-primary2);
}

.timeline-top .c-pra {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--text--t-text-secondary2);
}

.timeline-box {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
  border-left: 1px solid var(--cta--t-cta-secondary);
}

.timeline-item {
  display: flex;
  flex-direction: column;
}

.timeline-item .date-item {
  display: flex;
}

.timeline-item .date-item span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--surfaces--t-bg-dark);
}

.timeline-item .date-item div {
  padding: 16px 24px;
  background-color: var(--surfaces--t-bg-dark);
  color: var(--text--t-text-inverse);
  font-size: 1.25rem;
  line-height: 1.7rem;
  font-weight: 700;
  letter-spacing: 4px;
}

.timeline-item .c-item {
  background: var(--colors-brand-brand-sec-200, #DCDBDC);
  border: 1px solid var(--surfaces--t-card-default-border, #DCDBDC);
  padding: var(--padding--t-pad-med-large);
  margin-left: 16px;
}

.timeline-item .c-item h6 {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.7rem;
  color: var(--text--t-text-primary);
  margin-bottom: 0.3rem;
}

.timeline-item .c-item div {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  letter-spacing: 4%;
  max-height: 30rem;
  overflow: hidden;
  color: var(--text--t-text-secondary);
}

.certificate-box .c-pra {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--text--t-text-secondary2);
  margin-bottom: 32px;
}

.certificate-box .c-imgs {
  display: flex;
  align-items: center;
  gap: 16px;
}

.certificate-box .c-imgs img {
  height: 80px;
  width: 80px;
}

.mission-philosophy {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mission-philosophy h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: var(--text--t-text-primary2);
}
.mission-philosophy .m-content {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: var(--text--t-text-secondary2);
}
/* end company */

/* begin contact */
.contact-par {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: var(--text--t-text-secondary2);
  font-weight: 400;
  word-spacing: 2px;
}

.contact-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-box .c-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-box .c-title img {
  height: 32px;
  width: auto;
}

.contact-box .c-title h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.contact-box .c-mobile {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-box .c-mobile h6 {
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 800;
  margin-bottom: 0px;
}

.contact-box .c-mobile div {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  word-spacing: 2px;
  color: var(--text--t-text-cta-primary-outline);
}

.contact-box .c-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-box .c-address h6 {
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 800;
  margin-bottom: 0px;
}

.contact-box .c-address div {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  word-spacing: 2px;
  color: var(--text--t-text-secondary2);
}

.contact-form-box {
  padding: 48px;
  background-color: var(--surfaces--t-bg-dark);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form .form-item {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 8;
}

.contact-form .form-item-inline {
  color: var(--text--t-text-ondark);
}

.contact-form .form-item-inline .phone-area::before {
  background-image: url('/images/arrow-left.svg');
  background-repeat: no-repeat;
  background-position: 100%;
}

.contact-form .form-item .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-form .form-item .checkbox label {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: var(--text--t-text-ondark);
}

.contact-form .form-item .checkbox input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  outline: 2px solid var(--inputs--t-input-dark-default-border);
}

.contact-form .form-item .checkbox input[type="checkbox"]:checked {
  background-image: url('/images/checked.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.contact-form .form-item label {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  word-spacing: 2px;
  color: var(--text--t-text-ondark);
  word-spacing: 2px;
}

.contact-form .form-item .input-box {
  width: 100%;
  color: var(--text--t-text-ondark);
  min-height: 44px;
  background: var(--inputs--t-input-dark-default-bg);
  border: 2px solid var(--inputs--t-input-dark-default-border);
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form .form-item .input-box input[type='text'],
.contact-form .form-item .input-box select,
.contact-form .form-item .input-box textarea {
  border: none;
  padding-left: 3px;
  padding-right: 0px;
  background: var(--inputs--t-input-dark-default-bg);
  outline: none;
  box-shadow: none;
  color: var(--text--t-text-ondark);
  width: 100%;
}

.contact-form .form-item .input-box textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  outline: none;
  resize: none;
}

.contact-form .form-item .remark {
  color: var(--text--t-text-ondark);
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.contact-card {
  background-color: var(--surface--t-bg-white);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-card .contact-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.contact-card .c-conent {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  word-spacing: 2px;
  color: var(--text--t-text-secondary2);
}

.contact-card .contact-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-card .contact-items .item {
  padding: 24px;
  background-color: var(--surface--t-bg-gray-darker);
}

.contact-card .contact-items .item .item-h {
  margin-bottom: 16px;
}

.contact-card .contact-items .item .item-h h6 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5rem;
  color: var(--text--t-text-primary2);
  margin-bottom: 6px;
}

.contact-card .contact-items .item .item-h div {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: var(--text--t-text-secondary2);
  word-spacing: 2px;
}

.contact-card .contact-items .item .phone-email {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  word-spacing: 2px;
  color: var(--cta--t-cta-primary);
  margin-top: 8px;
}

.contact-card .contact-items .item .phone-email span {
  width: 32px;
  height: 32px;
  flex-shrink: 0; /* 防止缩小 */
  background-color: var(--colors-brand-brand-sec-950);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-card .contact-items .item .phone-email div {
  flex-grow: 1;
  display: inline-block;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
}
/* end contact */

/* begin news article */
.news-article-box {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-bottom: 2px solid var(--surface--t-bg-gray);
}

.news-article-box .content-1 img {
  width: 100%;
  height: auto;
}


.news-article-box .img-zone img {
  width: 100%;
  height: auto;
  max-height: 395px;
}

.news-article-box .img-zone div {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2rem;
  letter-spacing: 4%;
  color: var(--text--t-text-secondary2);
  margin-top: 8px;
}

.news-article-box .box-header {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.news-article-box .box-header .tag-name {
  display: inline-block;
  line-height: 1.5rem;
  background: var(--tags--t-tag-default, #EFEFEF);
  color: var(--text--t-text-tag-default, #676267);
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 24px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 5%;
}

.news-article-box .box-header .date {
  display: inline-block;
  line-height: 1.5rem;
  color: var(--text--t-text-tetriary, #9B959B);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 4%;
}

.news-article-box .content-1 {
  font-size: 1.12rem;
  line-height: 1.5rem;
  letter-spacing: 4%;
  font-weight: 800;
  color: var(--text--t-text-primary2);
}

.news-article-box .content-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-article-box .content-2 h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 800;
  color: var(--text--t-text-primary2);
}

.news-article-box .content-2 .inner-c {
  font-size: 1.12rem;
  line-height: 1.5rem;
  letter-spacing: 4%;
  font-weight: 400;
  color: var(--text--t-text-primary2);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-article-box .content-3 {
  background-color: var(--colors-brand-brand-pri-950);
  color: var(--text--t-text-inverse);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7rem;
  padding: 48px;
  word-spacing: 5px;
}

.news-article-box .content-3 button {
  margin-top: 32px;
}

.news-article-box .box-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}

.news-article-box .box-footer label {
  color: var(--text--t-text-secondary2);
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 400;
  word-spacing: 3px;
}

.news-article-box .box-footer span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: var(--cta--t-cta-secondary);
}

.news-article-box .box-footer span:hover,
.news-article-box .box-footer embed:hover {
  cursor: pointer;
  opacity: 0.8;
}

.sticky-panel {
  position: sticky;
  position: -webkit-sticky;
  top: 136px;
}

.news-anchor-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.related-news-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.related-news-list .article-item h6 {
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 800;
  color: var(--text--t-text-primary);
}

.related-news-list .article-item div {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 400;
  color: var(--text--t-text-secondary);
  word-spacing: 2px;
}
/* end news article */

.footer-box .contact {
  width: 100%;
  min-height: 178px;
}

.footer-box .contact .lsi-logo-lila {
  display: flex;
  align-items: center;
}

.footer-box .contact .lsi-logo-lila img {
  height: 50px;
  width: auto;
}

.footer-box .contact .contact-info {
  background-color: var(--colors-brand-brand-sec-950);
}

.footer-box .contact .contact-info h3 {
  color: var(--text--t-text-inverse);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.footer-box .contact .contact-detail {
  display: flex;
  gap: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 4%;
}

.footer-box .contact .contact-detail .address {
  width: 50%;
  color: var(--text--t-text-tetriary);
}

.footer-box .contact .contact-detail .email {
  color: var(--text--t-text-cta-primary-ondark, #de68f0);
}

.footer-box .contact .contact-detail .email a {
  color: var(--text--t-text-cta-primary-ondark, #de68f0);
}


.footer-nav {
  width: 100%;
  margin-bottom: 64px;
}

.footer-nav .footer-nav-item h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--text--t-text-primary);
  margin-bottom: 18px;
}

.footer-nav .footer-nav-item ul {
  padding-left: 0;
}

.footer-nav .footer-nav-item ul li {
  font-size: 1rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--text--t-text-secondary);
  letter-spacing: 4%;
}

.copyright {
  min-height: 72px;
  background-color: var(--surface--t-bg-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright .copyright-item-l {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 4%;
  gap: 16px;
}

.copyright .copyright-item-r {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 4%;
  gap: 16px;
}

.copyright .copyright-item-r img {
  height: 24px;
  width: auto;
}

/* begin login and register */
.login-reg-container {
  background-color: #fff;
  display: flex;
  gap: 60px;
  height: 100vh;
  font-family: "Manrope";
  /* margin: 0 auto;
    max-width: 1400px; */
}
.login-reg-container .login-left {
  width: 420px;
  /* height: 100vh; */
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.login-reg-container .login-main {
  position: relative;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
  width: 420px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.login-reg-container .login-main .login-zone {
  width: 100%;
}
.login-reg-container .login-main .login-zone img {
  width: auto;
  height: 40px;
}
.login-form {
  margin-top: 50px;
}
.login-title {
  line-height: 40px;

  font-size: 32px;
  font-weight: 400;
}
.login-box {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-item label {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #535054;
}
.form-item .input-tip {
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #4f4f4f;
}
.form-input-row {
  width: 100%;
  display: flex;
  border: 2px solid #dcdbdc;
  line-height: 44px;
  height: 44px;
  gap: 8px;
}
.form-input-row .input-prefix {
  width: 36px;
  text-align: center;
}
.form-input-row input {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
}
.form-item .forgot-password {
  text-align: right;
  line-height: 16px;
  font-size: 12px;
  color: #772781;
}
.form-item .forgot-password a {
  color: #772781;
}
.login-action {
  margin-top: 32px;
}
.login-action .login-btn {
  width: 100%;
  background-color: #862a93;
  line-height: 48px;
  height: 48px;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
}
.login-action .login-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.login-action .register-tip {
  margin-top: 15px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
}
.login-action .register-tip span {
  color: #181718;
}
.login-action .register-tip a {
  color: #772781;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
}
.back-to-site {
  color: #772781;
  height: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.back-to-site a {
  color: #772781;
  margin-left: 10px;
  font-weight: 700;
}
/* end login and register */

.section-banner {
  margin-top: 136px;
}
.container-pad-l {
  padding-left: 145px;
}
.container-pad-r {
  padding-right: 145px;
}
.container-pad-rl {
  padding-left: 145px;
  padding-right: 145px;
}
.container-margin-l {
  margin-left: 145px;
}
.container-margin-r {
  margin-right: 145px;
}
.container-pad-tb {
  padding-top: 80px;
  padding-bottom: 30px;
}
.container-margin-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.container-pad-tbs1 {
  padding-top: 30px;
  padding-bottom: 10px;
	font-size: 20px;
}

.container-pad-tbs2 {
  padding-top: 30px;
  padding-bottom: 10px;
}


.sectiontitleproduct {
    margin: 20px 145px;
}

.section-banner .callout-s {
  display: block;
  width: 145px;
}
.callout-s2 {
  display: none;
}
.section-banner .callout-s2 {
  display: none;
}
.section-box .c-row {
  height: 80px;
}
.section-box .first-row {
  height: 80px;
}
.section-box .second-row {
  height: 80px;
}
.challenge .challenge-box .challenge-box-bg-img {
  padding: 36px 64px;
}
.footer-box .contact .lsi-logo-lila {
  height: 100%;
}
.footer-box .contact .contact-info {
  padding: 36px 145px 36px 36px;
}

@media (max-width: 540px) {
  .login-reg-container {
    gap: 0px;
  }
  .login-reg-container .login-left {
    width: 0px;
  }
  .login-reg-container .login-main {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .section-banner {
    margin-top: 68px;
  }
  .container-pad-l {
    padding-left: 25px;
  }

  .container-pad-r {
    padding-right: 25px;
  }

  .container-pad-rl {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container-pad-tb {
    padding-top: 30px;
    padding-bottom: 10px;
  }

.container-pad-tbs1 {
  padding-top: 30px;
  padding-bottom: 10px;
	font-size: 20px;
}

.container-pad-tbs2 {
  padding-top: 30px;
  padding-bottom: 10px;
}


  .container-margin-l {
    margin-left: 25px;
  }
  .container-margin-r {
    margin-right: 25px;
  }
  .page-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    line-height: 66px;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    height: 80px;
  }
  .page-top .header-logo {
    display: none;
  }
  .page-top .web-search {
    width: 100%;
    order: 2;
  }
  .page-top .page-top-right {
    width: 100%;
    gap: 30px;
    order: 1;
  }
  .home-banner-box {
    height: 990px;
  }
  .home-banner-content {
    max-width: 700px;
  }
  .home-banner-content h1 {
    font-size: 3.5rem;
    line-height: 4.2rem;
    height: 8.5rem;
  }
  .callout-s,
  .section-banner .callout-s {
    display: none;
  }
  .callout-s2,
  .section-banner .callout-s2 {
    display: block;
    width: 100%;
    height: 48px;
    background-color: var(--surface--t-bg-gray);
  }
  .section-box .c-row {
    height: 48px;
  }
  .section-box .first-row {
    height: 48px;
  }
  .section-box .second-row {
    height: 48px;
  }
  .square-white {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-white);
    border: none;
  }
  .square-gray {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-gray);
    border: none;
  }

  .square-white2 {
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-white);
    border: none;
  }
  .square-gray2 {
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-gray);
    border: none;
  }
  .square-gray3 {
    width: 48px;
    height: 48px;
    background: var(--colors-brand-brand-sec-300);
    border: none;
  }
  .square-gray4 {
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-gray-darker);
    border: none;
  }
  .square-primary {
    width: 48px;
    height: 48px;
    background: var(--colors-brand-brand-pri-950);
    border: none;
  }
  .section-box .featured-content {
    padding: 32px 16px;
  }
  .section-box .section-title .title-text {
    font-size: 2rem;
    line-height: 3rem;
  }
  .section-body {
    margin-top: 2rem;
  }
  .section-banner .home-section-banner {
    margin-top: 68px;
  }
  .other-banner-box img {
    display: none;
  }
  .other-banner-box .other-banner-content {
    width: 100%;
    text-align: center;
  }
  .other-banner-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
  }
  .featured-solutions-body {
    gap: 20px;
  }
  .footer-box .container-pad-l {
    padding-left: 0px;
  }
  .footer-box .contact .lsi-logo-lila {
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-box .contact .lsi-logo-lila img {
    margin: auto;
  }
  .footer-box .contact .contact-info {
    padding: 32px;
  }
  .footer-box .footer-nav-item {
    text-align: center;
  }
  .section-03 .about-advantage {
    width: 100%;
    padding: 32px;
  }
  .challenge .challenge-box .challenge-box-bg-img h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
  }
  .challenge .challenge-box .challenge-box-bg-img {
    padding: 30px 20px;
  }
  .footer-box .footer-nav {
    margin-bottom: 32px;
  }
  .contact-form-box {
    padding: 12px;
  }
  .contact-box .c-title h3 {
    font-size: 1.75rem;
    line-height: 2.1rem;
    font-weight: 400;
  }
  .section-title-text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
  }
  .news-article-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }
  .copyright {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
  }
  .copyright .copyright-item-l,
  .copyright .copyright-item-r {
    flex-direction: column;
  }
  .card-img-box {
    min-height: 200px;
  }
}

@media (min-width: 541px) and (max-width: 1024px) {
  .login-reg-container {
    gap: 0px;
  }
  .login-reg-container .login-left {
    width: 0px;
  }
  .login-reg-container .login-main {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .section-banner {
    /* margin-top: 136px; */
    margin-top: 78px;
  }
  .container-pad-l {
    padding-left: 50px;
  }

  .container-pad-r {
    padding-right: 50px;
  }

  .container-pad-rl {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-pad-tb {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .container-margin-l {
    margin-left: 50px;
  }
  .container-margin-r {
    margin-right: 50px;
  }
  .page-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    line-height: 66px;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    height: 80px;
  }
  .page-top .header-logo {
    display: none;
  }
  .page-top .web-search {
    width: 100%;
    order: 2;
  }
  .page-top .page-top-right {
    width: 100%;
    gap: 30px;
    order: 1;
  }
  .section-banner .home-section-banner {
    margin-top: 68px;
  }
  .home-banner-box {
    height: 990px;
  }
  .home-banner-content {
    max-width: 700px;
  }
  .home-banner-content h1 {
    height: 12.5rem;
  }
  .callout-s,
  .section-banner .callout-s {
    display: none;
  }
  .callout-s2,
  .section-banner .callout-s2 {
    display: block;
    width: 100%;
    height: 48px;
    background-color: var(--surface--t-bg-gray);
  }
  .section-box .c-row {
    height: 48px;
  }
  .section-box .first-row {
    height: 48px;
  }
  .section-box .second-row {
    height: 48px;
  }
  .square-white {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-white);
    border: none;
  }
  .square-gray {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-gray);
    border: none;
  }

  .square-white2 {
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-white);
    border: none;
  }
  .square-gray2 {
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-gray);
    border: none;
  }
  .square-gray3 {
    width: 48px;
    height: 48px;
    background: var(--colors-brand-brand-sec-300);
    border: none;
  }
  .square-gray4 {
    width: 48px;
    height: 48px;
    background: var(--surface--t-bg-gray-darker);
    border: none;
  }
  .square-primary {
    width: 48px;
    height: 48px;
    background: var(--colors-brand-brand-pri-950);
    border: none;
  }
  .section-box .featured-content {
    padding: 32px;
  }
  .section-box .section-title .title-text {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }
  .section-body {
    margin-top: 2rem;
  }
  .other-banner-box img {
    height: 75%;
  }
  .other-banner-box .other-banner-content {
    width: 100%;
  }
  .other-banner-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 4rem;
    margin-right: 230px;
  }
  .featured-solutions-body {
    gap: 20px;
  }
  .footer-box .container-pad-l {
    padding-left: 0px;
  }
  .footer-box .contact .lsi-logo-lila {
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-box .contact .lsi-logo-lila img {
    margin: auto;
  }
  .footer-box .contact .contact-info {
    padding: 36px;
  }
  .footer-box .footer-nav-item {
    text-align: center;
  }
  .section-03 .about-advantage {
    width: 100%;
    padding: 32px;
  }
  .challenge .challenge-box .challenge-box-bg-img h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center;
  }
  .challenge .challenge-box .challenge-box-bg-img {
    padding: 30px 20px;
  }
  .footer-box .footer-nav {
    margin-bottom: 32px;
  }
  .contact-form-box {
    padding: 24px;
  }
  .card-img-box {
    min-height: 200px;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .container-pad-rl {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1401px) and (max-width: 1920px) {
  .about-cover {
    min-height: 560px;
  }
  .news-item .news-cover {
    height: 400px;
  }
  .solutions-card .card-body img.med,.solutions-card .card-body img.med1 {
    height: 400px;
  }
}



/*********buttom banner********/

.hero {
    position: relative;
    height: 500px
}

.banner-desc,.hero-btm-area,.hero-title {
    text-shadow: 2px 2px 20px #000
}

.hero-title {
    position: relative;
    z-index: 40;
    color: #fff;
    text-align: center;
    margin-top: 50px
}

.hero-btm-area {
    margin-bottom: 50px;
    z-index: 20
}

.hero-icon {
    width: 40px;
    margin-bottom: 10px
}

.hero-bg-img,.video-wrapper {
    left: 0;
    top: 0;
    display: inline-block;
    height: 500px;
    width: 100%
}

.hero-bg-img {
    position: absolute;
    z-index: 1
}

.hero-bg-img img {
    display: block;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.banner-bsc-bg-img::after,.hero-bg-img::after,.video-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #000;
    background: linear-gradient(180deg,#000 0,rgba(0,0,0,.3505777311) 30%,rgba(0,0,0,.3533788515) 54%,rgba(0,0,0,.9) 100%)
}


@media (min-width: 576px) {
    .containerbtmbanner,.container-sm {
        max-width:540px
    }

}

@media (min-width: 768px) {
    .containerbtmbanner,.container-md,.container-sm {
        max-width:720px
    }
	
}

@media (min-width: 992px) {
    .containerbtmbanner,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
		.callout-drk-left, .callout-drk-right {
    height: 400px;
	}
.callout-drk-left::before, .callout-drk-right::before {
    height: 400px;
}
.callout-drk-text {

    height: 400px;
}
.callout-drk-left-block img, .callout-drk-right-block img {
    height: 400px;
}
}

@media (min-width: 1200px) {
    .containerbtmbanner,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1440px) {
    .containerbtmbanner,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

@media (max-width:992px){
.callout-drk-left, .callout-drk-right {
    height: 200px;
	}
.callout-drk-left::before, .callout-drk-right::before {
    height: 200px;
}
.callout-drk-text {

    height: 200px;
}
.callout-drk-left-block img, .callout-drk-right-block img {
    height: 200px;
}
.col-lg-5 {
	flex: 0 0 90%;
    max-width: 90%;
}
}

#vid {
    position: absolute;
    z-index: -1
}

.video-wrapper {
    position: relative;
    overflow: hidden
}

.video-wrapper video {
    z-index: -10;
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.video-wrapper::after {
    z-index: -1
}

.banner-bsc,.banner-bsc-clean {
    position: relative;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 20px;
    z-index: 1
}

.banner-bsc-bg-img {
    left: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1
}

.banner-bsc-bg-img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.banner-bsc-clean {
    background-image: url(https://calspan.com/packages/package_calspan/themes/theme_calspan/img/css-bg/absrt-bg-red.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

/*******home video**********/

.video-background-holder {
    height: calc(100vh - 136px);
    position: relative
}

.video-background-holder video {
    width: 100%;
    height: calc(100vh - 136px);
    -o-object-fit: cover;
    object-fit: cover
}

.video-background-overlay {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,.99) 0,rgba(0,0,0,.2) 50%,rgba(0,0,0,.99) 100%)
}


.video-content-overlay {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.container-vedio {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 576px) {

    .video-background-holder {
        height: calc(100vh - 178px);
    }

        .video-background-holder video {
            height: calc(100vh - 178px);
        }
}

@media (min-width: 576px) {
    .container-vedio {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-vedio {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-vedio {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-vedio {
        max-width: 1168px;
    }
}


.leftBar {
    /*border-left: 4px solid #1065ab;
    padding-left: 10px;*/
	font-size: 16px;

}
    .leftBar::before,
    .leftBar::after {
        box-sizing: border-box;
    }

.information {
    /*max-width: 900px;*/
    font-size: 16px;
}

information {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 350px;
    margin: auto;
}

@media (min-width: 768px) {
    .information {
        /*max-width: 55ch;*/
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .information {
        font-size: 20px;
	width: 470px;
        margin: auto;
    }
}


.mt-auto, .my-auto {
    margin-top: auto !important;
}

.home-hero-btm{
	margin: 0 auto 60px;
}

.text-whitehome {
    color: #fff !important;
}

.h-100 {
    height: 100% !important;
}

.flex-columnhome {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.home-hero-top {
    margin-top: 20px;
}

@media (min-width: 568px) {
    .home-hero-top {
        margin-top: 60px;
    }
}

.home-hero-btm, .home-hero-top {
    position: relative;
    z-index: 2;
}

.home-hero-top {
	text-align: center;
}


.home-hero-btm {
    margin-bottom: 20px;
}

@media (min-width: 568px) {
    .home-hero-btm {
        margin-bottom: 60px;
    }
}


.row-vedio {
    display: flex;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.col-6 {
    flex: 0 0 50%;
    max-width: 33.3333%;
}

    .col-6, .col-lg-3, .col-md-3{
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    @media (min-width: 768px) {
        .col-md-3 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
	width:500px;
        /*max-width: 58.3333333333%;*/
    }
    .col-lg-3 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.iconBorder {
	text-align: center;
    border-bottom-style: none;
}


@media (min-width: 768px) {
    .iconBorder {
        border-bottom-style: solid;
    }
}


.iconBorder figure {
    margin: 0 0 1rem;
}
.iconBorderTwo {
    position: relative;
}

.iconBorderTwo {
    border-bottom-style: solid;
}
    .iconBorderTwo figure {
        margin: 0 0 1rem;
    }

.CalsIcon {
    margin-left: -12px;
    width: 50%;
    max-height: 53px;
}


    .CalsIcon img {
        max-width: 100%;
        height: auto;
    }

    .CalsIcon img {
        vertical-align: middle;
        border-style: none;
    }

@media (min-width: 768px) {
    .CalsIcon {
        width: 60%;
	max-height: 64px;
    }
}

.iconBorder:hover .CalsIcon, .iconBorderTwo:hover .CalsIcon {
    filter: brightness(0) saturate(100%) invert(17%) sepia(84%) saturate(5056%) hue-rotate( 349deg) brightness(94%) contrast(99%);
}

.iconBorder:hover figcaption, .iconBorderTwo:hover figcaption {
    color: #ee3742;
    text-decoration: none;
}

.video-background-holder figcaption {
    margin-top: 15px;
    margin-left: -14px;
    /*text-align: left;*/
    font-size: 16px;
    color: #fff;
    max-width: 20ch;
}

@media (min-width: 768px) {
    .iconBorder:hover, .iconBorderTwo:hover {
        border-bottom-style: solid;
        border-bottom-color: #ee3742;
        position: relative;
        transition: border-color .2s ease-in;
    }
}





.home-headers {
    font-size: 28px;
    margin-bottom: 22px;
    font-weight: 500;
    line-height: 1.2;
}


@media (min-width: 992px) {
    .home-headers {
        font-size: 65px;
    }
}

@media (min-width: 768px) {
    .home-headers {
        font-size: 51px;
    }
}






@media (min-width: 1440px) {
    .text-xxl-left {
        text-align:left!important
    }

    .text-xxl-right {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}




.mar-top-80 {
    margin-top: 80px
}

.pad-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.mar-top-40 {
    margin-top: 40px
}

.mar-btm-30 {
    margin-bottom: 30px
}

.text-white {
    color: #fff!important;
	margin-bottom: 22px;
	font-size: 1.75rem;
	font-weight: 500;
    line-height: 1.2;
}

.text-white p {
    color: #fff;
	margin-top: 0;
    margin-bottom: 1rem;
	font-family: Inter,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

@media (max-width:992px){
.text-white p {
font-size: 1rem;
}
}

.svc-detail ul,.svc-overview ul {
    list-style-type: none;
    -webkit-padding-start: 0!important;
    padding-inline-start:0!important}

.svc-detail ul li,.svc-overview ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: .5em;
    padding-left: 2em
}

.svc-detail ul li::before,.svc-overview ul li::before {
    content: "";
    position: absolute;
    width: 2em;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/css-bg/calspan-bullet.svg);
    background-size: 1em 1em;
    background-repeat: no-repeat;
    background-position: left 5px top 5px
}

.no-top-left-radius {
    border-radius: 0 0 .3rem 0
}

.no-bottom-right-radius {
    border-radius: .3rem 0 0 0
}

.theme-radius {
    border-radius: .3rem 0 .3rem 0
}

.zindex-10 {
    z-index: 10
}

.form-embed iframe {
    width: 100%!important;
    max-width: 100%!important
}

.light-gray-bg {
    background-color: #e9ecef
}

.dark-gray-bg {
    background-color: #27272d
}

table.redTable {
    background-color: #fff;
    width: 100%;
    text-align: left;
    border-collapse: collapse
}

table.redTable td,table.redTable th {
    border: 1px solid #aaa;
    padding: 15px 5px
}

table.redTable tr:nth-child(even) {
    background: #eee
}

table.redTable thead {
    background: #ee3742;
    border-bottom: 2px solid #444
}

table.redTable thead th {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-left: 2px solid #d0e4f5
}

table.redTable thead th:first-child {
    border-left: none
}

table.redTable tfoot td {
    font-size: 14px
}



/**********bannerbt************/
.flex-row{display:flex}
.flex-column{display:flex;flex-direction:column}
.flex-sb{display:flex;justify-content:space-between}
.cover{background-position:center;background-repeat:no-repeat;background-size:cover}
.contain{background-position:center;background-repeat:no-repeat;background-size:contain}
.auto{background-position:center;background-repeat:no-repeat;background-size:auto}
.p-x{padding-left:150px;padding-right:150px;box-sizing:border-box}
.p-y{padding-top:20px;padding-bottom:20px;box-sizing:border-box}
.p-y2{padding-top:180px;padding-bottom:180px;box-sizing:border-box}
.out{width:100%}
.inner{width:100%}

.yb2-box1{width:50%}
.yb2-box1 p{color:#fff;font-size:1.5rem;line-height:2rem}
/*.m-p2{padding:10px 8%;padding-right:15%;align-items:center}*/
.m-p2{padding:0 8%;align-items:center}

.yb2-box2{width:50%}
.yb2-box2 p{color:#333;font-size:1.5rem;line-height:2rem}


.yb-title2{font-size:1.1rem;margin-bottom:20px;padding-bottom:10px;position:relative;color:#333}
.yb-title2::after{position:absolute;content:'';bottom:0;left:0;width:45px;height:4px;background-color:#dd3422}
.znsh-box .yb-title2::after{left:38%}
.flex-end{display:flex;justify-content:flex-end}
.znsh-bottom{background-color:#f4f4f4;padding:50px 100px;padding-left:40%;box-sizing:border-box;display:flex;justify-content:space-between}
.znsh-bottom h1{padding-left:35px;background-position:left;background-repeat:no-repeat;background-size:auto;margin-bottom:30px}
.znsh-bottom p{margin-bottom:10px}
.yb-swiper2-out{right:8%;left:unset;top:0}
.znsh-box2 .znsh-bottom{padding:50px 100px;padding-right:36%;background-color:rgba(255,255,255,.1)}
.znsh-box2 .znsh-bottom h1,.znsh-box2 .znsh-bottom p{color:#fff}
.znsh-box2 .yb-title2{padding-left:0;color:#fff}
.znsh-box2 .yb-title2::after{left:0;background-color:#fff}
.yb-box-inner1 h1,.yb-box-inner2 h1{padding-left:35px;background-position:left;background-repeat:no-repeat;background-size:auto;margin-bottom:30px}
.yb-box2{display:flex}
.yb-left-img{display:inline-block;flex:.8}
.yb-box-inner1{flex:1;background-color:#f4f4f4;padding:50px;box-sizing:border-box}
.yb-box-inner2{flex:2;background-color:#f4f4f4;padding:50px;box-sizing:border-box;position:relative}
.yb-box2 p{font-size:.68rem;margin-bottom:15px;line-height:1.5rem;color:#666;opacity:.8}
.yb-box-inner2::before{content:'';position:absolute;left:0;height:calc(100% - 100px);width:1px;background-color:rgba(0,0,0,.1)}
.yb-title2-w{color:#fff}
.yb-title2-w::after{background-color:#fff}
.mobile-img {
    height:300px;
}
.HomeBtmEmpty{height:40px;}

@media screen and (max-width:1024px){
.flex-sb{flex-wrap:wrap}
.yb2-box1{width:100%}
.yb2-box2{width:100%}
.mobile-img {
    /*width: 100%;*/
	margin: 0 auto;
	height: 250px;
}
}

@media screen and (max-width:1440px){
.m-p2{padding:10px 8%}
.p-y2{padding-top:30px;padding-bottom:30px}
.p-x{padding-left:30px;padding-right:30px}
.p-y{padding-top:30px;padding-bottom:30px}
.m-x{margin:0 30px}
}
@media screen and (max-width:1366px){
.m-p2{padding:10px 8%}
}
@media screen and (max-width:1024px){
.m-p{padding:10px 5%}
.p-y{padding-top:10px!important;padding-bottom:10px!important}
.p-y2{padding-top:60px!important;padding-bottom:60px!important}
.p-x{padding-left:10px;padding-right:10px}

}

/******application*******/
.pro-more-link {
    width: 120px;
    margin-top: 20px;
    padding: 5px 40px;
    border: #ccc 1px solid;
    border-radius: 5px;
}

/********signandregister***********/
.signtobtn {
    border-color: #409eff;
    background-color: #409eff;
    color: #fff;
    padding: 0.5rem 0.6rem;
    font-size: 1.2rem;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 0.3rem;
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
    font-family: "Graphik Web", sans-serif;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    text-shadow: none;
    text-transform: none;
}

.signuptxt {
font-size: 24px;
    text-transform: uppercase;
    font-family: "Graphik Web", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 24px;
}

.signupbottomtxt {
font-size: 14px;
    color: #979797;
    margin: 40px 0;
}


 /* @media (max-width:1199px) {
.topEmpty {height: 56px;}
}
 @media (max-width:993px) {
.topEmpty { height: 56px; }
} */
@media (max-width:767px) {
/* .topEmpty {height: 110px; } */
.topEmptyMin { height: 76px; }
.topEmptyFull { display: none; }
}

@media (max-width:1799px) {
/* .topEmpty { height: 110px; } */
.topEmptyMin { height: 76px; }
}

 /* @media (max-width:1024px) {
.topEmpty { height: 56px; }
} */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 540px) and (max-width: 1023px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    max-width: 1024px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    max-width: 1400px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    max-width: 1600px;
  }
  .solutions-card .card-body img {
    max-height: 400px;
  }
}

@media (min-width: 1600px) and (max-width: 1859px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    max-width: 1860px;
  }
  .card-img-box {
    min-height: 300px;
  }
  .card-img-box1 {
    min-height: 300px;
  }
  .card-imgbox-hor-3 {
    height: 400px;
  }
  .solutions-card .card-body img {
    max-height: 500px;
  }
  .solutions-card .card-body img.med {
    height: 400px;
  }
  .solutions-card .card-body img.med1 {
    height: 400px;
  }
  .solutions-card .card-body img.med2 {
    height: 400px;
  }
  .solutions-card .card-body img.med4 {
    height: 400px;
  }
}

@media (min-width: 1860px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    max-width: 1920px;
  }
  .card-img-box {
    min-height: 300px;
    height: 400px;
  }
  .card-img-box1 {
    min-height: 300px;
    height: 400px;
  }
  .card-imgbox-hor-3 {
    height: 400px;
  }
  .solutions-card .card-body img {
    max-height: 500px;
  }
  .solutions-card .card-body img.med {
    height: 400px;
  }
  .solutions-card .card-body img.med1 {
    height: 400px;
  }
  .solutions-card .card-body img.med2 {
    height: 400px;
  }
  .solutions-card .card-body img.med4 {
    height: 400px;
  }
}

