:root {
  --white-yellow: #f6f4ed;
  --purple: #9f1d89;
  --white: #fff;
  --grey: #dadad8;
  --green: #7bc072;
  --grey-2: #dadad8;
  --grey-3: #eee;
  --blue-purple: #4b3892;
  --black: #333;
  --purple-light: #e7e0f0;
  --green-2: #8bc580;
  --grey-5: #d1d1d1;
  --grey-4: #f7f7f7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--white-yellow);
  font-family: Gotham, Arial, sans-serif;
}

.overflow-x {
  padding-top: 105px;
  overflow: hidden;
}

.logo {
  width: 100%;
  max-width: 200px;
}

.navbar {
  background-color: #fff;
  width: 100%;
  position: fixed;
}

.head-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
}

.brand {
  order: -1;
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  order: 1;
  align-self: center;
  margin-left: 15px;
  margin-right: 30px;
  font-weight: 500;
  display: flex;
}

.menu-link {
  padding: 0;
  font-weight: 400;
}

.menu-link.w--current {
  color: var(--purple);
}

.lang-link-block {
  order: 1;
}

.lang-arrow {
  background-image: url('../images/icon-arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.dropdown-toggle {
  background-color: var(--purple);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 100%;
  padding: 0;
  display: flex;
}

.dropdown {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-list {
  background-color: #dadad8;
}

.dropdown-list.w--open {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-weight: 500;
  display: flex;
  inset: auto 0% -70px;
}

.dropdown-link {
  padding: 0;
}

.linkin {
  background-color: var(--green);
  background-image: url('../images/linkin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  order: 1;
  width: 90px;
  min-width: 90px;
  height: 100%;
  text-decoration: none;
}

.div-block {
  order: 1;
  display: flex;
}

.search-btn {
  background-color: var(--grey);
  cursor: pointer;
  background-image: url('../images/icon-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  order: 1;
  width: 90px;
  min-width: 90px;
  height: 100%;
  text-decoration: none;
}

.menu-drop-btn {
  padding: 0;
  font-weight: 400;
}

.menu-drop-list {
  background-color: #ddd0;
}

.menu-drop-list.w--open {
  flex-flow: column;
  margin-top: -30px;
  padding-top: 30px;
  display: flex;
  top: 30px;
}

.menu-drop-list-item {
  white-space: pre-wrap;
  background-color: #cccccde6;
  border-top: 1px solid #c2c2c2;
  width: 170px;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 18px;
}

.menu-drop-list-item.w--current {
  color: var(--purple);
}

.menu-drop-2 {
  width: 100%;
  height: auto;
}

.menu-drop-btn-2 {
  white-space: normal;
  background-color: #cccccde6;
  border-top: 1px solid #c2c2c2;
  width: 170px;
  height: auto;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 18px;
}

.menu-drop-list-2 {
  background-color: #ddd0;
  flex-flow: column;
  top: 0;
  left: 170px;
}

.menu-drop-list-2.w--open {
  display: flex;
}

.menu-drop-list-2-item {
  background-color: var(--grey-2);
  white-space: pre-wrap;
  border-top: 1px solid #c2c2c2;
  width: 170px;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 18px;
}

.menu-drop-list-2-item.w--current {
  color: var(--purple);
}

.hero-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-banner-bg {
  width: 100%;
  height: 100%;
}

.hero-banner-bg._1 {
  background-image: url('../images/shutterstock_2440604957.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-contents {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-btn {
  border: 2px solid var(--purple);
  color: var(--purple);
  text-align: center;
  background-color: #ffffff4d;
  padding: 10px 30px;
  font-weight: 500;
  text-decoration: none;
}

.text-block {
  color: var(--purple);
  margin-bottom: 10px;
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}

.text-block-2 {
  color: var(--purple);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.main-cate-list {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.main-cate-item {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 320px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-cate-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-cate-bg._1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/main-cate-bg-1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.main-cate-bg._2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/main-cate-bg-2.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.main-cate-bg._3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/main-cate-bg-3.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.main-cate-bg._4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/main-cate-bg-4.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.main-cate-bg._5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/main-cate-bg-5.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.main-cate-bg._6 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/main-cate-bg-6.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.main-cate-title {
  z-index: 3;
  max-width: 250px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
}

.main-cate-border {
  z-index: 2;
  border: 2px solid var(--purple);
  opacity: 0;
  width: 88%;
  height: 88%;
  position: absolute;
}

.who-row {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.who-contect {
  background-color: var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 50px 5%;
  display: flex;
}

.who-pic {
  width: 50%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.who-bg {
  background-image: url('../images/who-pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.who-title {
  color: var(--white);
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}

.who-des {
  color: var(--white);
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.who-tx-block {
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.who-tx-with-logo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.image {
  width: 150px;
  min-width: 150px;
  height: 150px;
}

.who-tick-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 15px;
  display: flex;
}

.who-tick-item {
  align-items: center;
  display: flex;
}

.who-tick-circle {
  background-color: var(--blue-purple);
  background-image: url('../images/tick-icon-white.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.who-tick-tx {
  margin-left: 15px;
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container.pt-100 {
  padding-top: 100px;
}

.container.pt-100.pb-100.pr-0 {
  padding-right: 0%;
}

.container.pb-100 {
  padding-bottom: 100px;
}

.container.pt-50 {
  padding-top: 50px;
}

.container.pt-50.pb-50 {
  padding-bottom: 50px;
}

.sec-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sec-title-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-title {
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 40px;
}

.product-icon {
  width: 100%;
  max-width: 40px;
  margin-right: 15px;
}

.product-list {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: wrap;
  margin-top: 50px;
  display: flex;
}

.product-item {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 25px;
  width: 21%;
  height: 340px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px #0003;
}

.product-pic-block {
  background-color: var(--white);
  border-radius: 25px;
  width: 100%;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 0 5px #0003;
}

.product-pic-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-pic-bg._1 {
  background-image: url('../images/product-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-pic-bg._2 {
  background-image: url('../images/product-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-pic-bg._3 {
  background-image: url('../images/product-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-pic-bg._4 {
  background-image: url('../images/product-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-title {
  text-align: center;
  padding: 15px 5%;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.partners-icon {
  width: 100%;
  max-width: 60px;
  margin-right: 15px;
}

.partners-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.left-arrow {
  align-items: center;
  width: auto;
  display: flex;
}

.slide-arrow {
  background-color: var(--purple);
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.slide-arrow.left {
  background-image: url('../images/slide-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

.slide-arrow.right {
  background-image: url('../images/slide-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

.slide-arrow.down {
  cursor: pointer;
  background-image: url('../images/slide-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  transform: rotate(90deg);
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.slider-bg-white {
  background-color: var(--white);
  width: 97%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 5px #0003;
}

.partners-item {
  border-right: 1px solid #000;
  width: 25.1%;
}

.mask {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.partners-logo {
  width: 100%;
  height: 100%;
}

.partners-logo._1 {
  background-image: url('../images/AccuVein-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

.partners-logo._2 {
  background-image: url('../images/ACE-medical.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

.partners-logo._3 {
  background-image: url('../images/Agfa-HealthCare-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

.partners-logo._4 {
  background-image: url('../images/Ansell-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

.partner-slider-block {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.news-icon {
  width: 100%;
  max-width: 50px;
  margin-right: 20px;
}

.news-list {
grid-column-gap: 3%;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.news-list.mt-0 {
  margin-top: 0;
  padding-bottom: 100px;
}

.news-item {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  width: 31%;
  padding-bottom: 30px;
  text-decoration: none;
}

.news-pic {
  width: 100%;
  height: 300px;
  position: relative;
}

.news-bg {
  width: 100%;
  height: 100%;
}

.news-bg._1 {
  background-image: url('../images/news-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-bg._2 {
  background-image: url('../images/news-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-bg._3 {
  background-image: url('../images/news-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-bg._6 {
  background-image: url('../images/news-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-bg._5 {
  background-image: url('../images/news-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-bg._4 {
  background-image: url('../images/news-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-title-block {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.news-link-btn {
  background-image: url('../images/icon-arrow-right-black.svg'), url('../images/news-btn-bg.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 20px, contain;
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.news-date {
  margin-top: 5px;
  font-size: 16px;
  line-height: 30px;
}

.news-title {
  min-height: 90px;
  padding-right: 5%;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.news-des {
  margin-top: 15px;
}

.footer {
  background-color: var(--grey-3);
}

.footer-container {
  width: 100%;
  max-width: 1400px;
  padding: 50px 5%;
  position: relative;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
}

.footer-content-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-contact-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--black);
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-contact-item {
  display: flex;
}

.footer-contact-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer-contact-icon.location {
  background-image: url('../images/icon-location.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-contact-icon.mail {
  background-image: url('../images/icon-mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-contact-icon.tel {
  background-image: url('../images/icon-tel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-contact-icon.fax {
  background-image: url('../images/icon-fax-2-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-text {
  max-width: 400px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: var(--black);
  text-decoration: none;
}

.footer-social {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright-tx {
  font-size: 16px;
  font-weight: 400;
}

.footer-copyright {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.link-block {
  color: var(--white);
  text-align: center;
  background-image: url('../images/icon-arrow-top-white.svg'), url('../images/back-top-bg.svg');
  background-position: 50% 12px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px, cover;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 5% auto auto;
}

.text-block-3 {
  font-size: 12px;
  line-height: 24px;
}

.page-top-div {
  width: 100%;
  height: 0;
}

.page-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-banner-bg {
  width: 100%;
  height: 100%;
}

.page-banner-bg._1 {
  background-image: url('../images/shutterstock_2440604957.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.about {
  background-image: url('../images/about-banner.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.news {
  background-image: url('../images/news-banner.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.career {
  background-image: url('../images/career-banner.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-bg.ser-req {
  background-image: url('../images/ser-req-banner.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-content-block {
  z-index: 1;
  background-color: #7bc072e6;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  padding: 80px 50px;
  display: flex;
  position: absolute;
  left: 5%;
}

.page-banner-tx-sm {
  color: var(--white);
  text-shadow: 0 0 5px #0003;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.page-banner-tx {
  color: var(--white);
  text-shadow: 0 0 5px #0003;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.page-banner-tx.aa {
  text-transform: uppercase;
}

.about-mission-sec.bg-purple {
  background-color: var(--purple-light);
}

.abt-mission-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.abt-mission-tx-block {
  flex-flow: column;
  align-items: center;
  width: 50%;
  padding-right: 5%;
  display: flex;
}

.abt-mission-pic-block {
  width: 50%;
}

.abt-mission-des {
  margin-top: 15px;
  font-size: 18px;
  line-height: 26px;
}

.abt-mission-sub-title {
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 36px;
  line-height: 72px;
}

.text-block-4 {
  color: var(--purple);
  text-transform: uppercase;
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
}

.div-block-2 {
  background-image: url('../images/about-mission-pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-who-sec {
  justify-content: center;
  display: flex;
  position: relative;
}

.about-who-bg {
  background-image: url('../images/about-story-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-who-content-block {
  z-index: 1;
  background-color: #6c56aee6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding: 200px 5%;
  display: flex;
  position: relative;
}

.abt-who-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
}

.abt-who-sub-title {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  padding-top: 10px;
  font-size: 36px;
  line-height: 42px;
}

.abt-who-des {
  color: var(--white);
  text-align: justify;
  max-width: 450px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.about-who-bg-2 {
  background-image: url('../images/about-story-bg-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.abt-who-content-block-2 {
  z-index: 1;
  width: 50%;
  padding-right: 5%;
  position: relative;
}

.abt-who-content-block-2.right {
  margin-left: auto;
  padding-left: 5%;
  padding-right: 0%;
}

.abt-who-des2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.abt-who-des2.tx-white {
  color: var(--white);
}

.abt-who-des2.tx-white.mt-30 {
  margin-top: 30px;
}

.about-who-bg-3 {
  background-image: url('../images/about-story-bg-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.abt-who-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.abt-who-content-block-3 {
  z-index: 1;
  width: 45%;
  padding-right: 5%;
  position: relative;
}

.abt-who-content-block-3.right {
  margin-left: auto;
}

.div-block-3 {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  width: 55%;
  display: flex;
  position: relative;
}

.div-block-4 {
  width: 50%;
  height: 250px;
}

.div-block-4._1 {
  background-image: url('../images/about-story-pic1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-4._2 {
  background-image: url('../images/about-story-pic2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abt-who-graphic-block {
  width: 100%;
  height: 500px;
  margin-top: 200px;
  margin-bottom: 150px;
  position: relative;
}

.who-graphic-3 {
  z-index: 1;
  width: 100%;
  max-width: 100px;
  position: absolute;
  inset: -50px auto auto -50px;
}

.who-graphic-color-bg {
  background-color: #dcf0d9;
  width: 90%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.who-graphic-2 {
  z-index: 1;
  width: 100%;
  max-width: 80px;
  position: absolute;
  inset: -100px 0% auto auto;
}

.who-graphic-pic-2 {
  z-index: 2;
  width: 100%;
  max-width: 350px;
  position: absolute;
  inset: 100px auto 0% 5%;
}

.who-graphic-pic-1 {
  z-index: 2;
  width: 100%;
  max-width: 350px;
  position: absolute;
  inset: -50px auto auto 40%;
}

.who-graphic-pic-3 {
  z-index: 2;
  width: 100%;
  max-width: 320px;
  position: absolute;
  inset: auto 0% -100px auto;
}

.who-graphic-1 {
  z-index: 1;
  width: 100%;
  max-width: 100px;
  position: absolute;
  inset: 70px 0% auto auto;
}

.who-graphic-4 {
  z-index: 1;
  width: 100%;
  max-width: 70px;
  position: absolute;
  inset: auto -50px 0% auto;
}

.who-graphic-5 {
  z-index: 1;
  width: 100%;
  max-width: 70px;
  position: absolute;
  inset: auto 0% -150px auto;
}

.about-tech-service-sec {
  justify-content: center;
  display: flex;
  position: relative;
}

.about-tech-ser-bg {
  background-image: url('../images/about-techinical.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-4r-sec {
  justify-content: center;
  display: flex;
  position: relative;
}

.about-4r-sec.bg-purple-light {
  background-color: var(--purple-light);
}

.about-4r-sec.bg-green {
  background-color: var(--green-2);
}

.about-4r-sec.bg-purple {
  background-color: var(--purple);
}

.abt-4r-list {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.abt-4r-item {
  flex-flow: column;
  align-items: center;
  width: 23%;
  display: flex;
}

.abt-4r-icon {
  height: 100px;
}

.abt-4r-tx {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.abt-4r-highlight {
  color: var(--purple);
  font-weight: 700;
}

.abt-why-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.abt-why-title-block {
  width: 35%;
  position: relative;
}

.abt-why-title {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 60px;
  position: relative;
}

.title-xl {
  font-size: 72px;
}

.abt-why-title-color-bg {
  background-color: var(--green);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  inset: -25px auto auto -30px;
}

.abt-why-list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 65%;
  display: flex;
}

.abt-why-list-row {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.abt-why-list-row.first {
  border-bottom: 2px solid var(--white);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.abt-why-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  display: flex;
}

.abt-why-icon {
  height: 100px;
}

.abt-why-icon-tx {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.page-title-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-title-block.bg-green {
  background-color: var(--green);
}

.page-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.product-info-sec {
  z-index: 1;
  position: relative;
}

.product-info-sec.bg-white {
  background-color: var(--white);
}

.form {
  justify-content: space-between;
  display: flex;
}

.search-input {
  border: 1px solid var(--grey-5);
  background-color: var(--grey-4);
  height: 40px;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 30px;
}

.form-block {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.search-submit-btn {
  border: 1px solid var(--grey-5);
  background-color: var(--grey-4);
  background-image: url('../images/icon-search-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 40px;
  height: 40px;
}

.search-sort-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.search-sort-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  display: flex;
}

.search-sort-item {
  background-color: var(--grey);
  color: var(--black);
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.sort-by-tx {
  min-width: 100px;
  padding-top: 5px;
  font-size: 18px;
  line-height: 30px;
}

.what-info-block {
  margin-top: 50px;
}

.what-info-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.what-info-des {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.logo-list {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.product-item-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-item-list-item {
  z-index: 1;
  border: 1px solid var(--grey);
  background-color: var(--grey-4);
  width: 25%;
  padding: 15px 20px;
  position: relative;
	min-height: 530px;
}

.product-item-list-item:hover {
  z-index: 2;
  background-color: var(--white);
  box-shadow: 0 0 7px 3px #0003;
}

.product-item-pic {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  display: flex;
  overflow: hidden;
}

.product-item-bg {
width: 80%;
    height: 80%;
}

.product-item-bg.p-1 {
  background-image: url('../images/product-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-item-link {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.product-item-title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.product-item-des {
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
}

.product-item-link-tx {
  color: var(--purple);
  margin-right: 15px;
  font-weight: 700;
  line-height: 24px;
}

.product-item-btn-row {
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.product-link-btn {
  background-image: url('../images/icon-arrow-right-black.svg'), url('../images/news-btn-bg.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 20px, contain;
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.product-bg-graphic-1 {
  position: absolute;
  inset: 30px auto auto 0%;
}

.product-bg-graphic-2 {
  position: absolute;
  inset: 50px 0% auto auto;
}

.product-bg-graphic-3 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.product-bg-graphic-4 {
  position: absolute;
  inset: auto 30px 30px auto;
}

.product-detail-block {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.back-btn-row {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 5%;
  display: flex;
}

.back-btn-link {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.back-btn-tx {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 15px;
  font-weight: 500;
  line-height: 24px;
}

.back-btn {
  background-image: url('../images/icon-arrow-right-black.svg'), url('../images/news-btn-bg.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 20px, contain;
  width: 50px;
  min-width: 50px;
  height: 50px;
  transform: rotate(180deg);
}

.product-slider-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 5%;
  display: flex;
}

.product-detail-bg {
  width: 100%;
  height: 100%;
}

.product-detail-bg._1 {
  background-image: url('../images/product-pic-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-detail-main-slide {
  background-color: var(--white);
  width: 100%;
  max-width: 500px;
  height: 600px;
}

.left-arrow-2 {
  align-items: center;
  width: auto;
  display: flex;
  left: -20px;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
  right: -20px;
}

.product-detail-th-slide {
  background-color: #ddd0;
  width: 100%;
  max-width: 500px;
  height: 150px;
  margin-top: 5px;
}

.product-detail-th-pic {
  background-color: var(--white);
  width: 33%;
  margin-right: 1%;
}

.slide-nav, .slide-nav-2 {
  opacity: 0;
  height: 0;
}

.left-arrow-3, .right-arrow-3 {
  opacity: 0;
  width: 0;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.product-d-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.product-d-info {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.product-d-btn-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid var(--black);
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}

.sq-btn {
  background-color: var(--purple);
  color: var(--white-yellow);
  justify-content: center;
  align-items: center;
  padding: 10px 15px 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.sq-btn.grey {
  background-color: var(--grey-3);
  color: var(--black);
}

.btn-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.btn-icon.read-more {
  background-image: url('../images/icon-read-more-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.btn-icon.contact-us {
  background-image: url('../images/icon-contact-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.btn-icon.order {
  background-image: url('../images/icon-order-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.news-bg-graphic-1 {
  z-index: 1;
  position: absolute;
  inset: 50px auto auto 30px;
}

.news-bg-graphic-2 {
  z-index: 1;
  position: absolute;
  inset: 0 0% auto auto;
}

.news-bg-graphic-3 {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.news-bg-graphic-4 {
  z-index: 1;
  position: absolute;
  inset: auto 30px 30px auto;
}

.news-details-block {
  flex-flow: column;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.news-d-tx {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}

.news-d-pic {
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.news-d-title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.news-d-date {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
}

.career-sec {
  position: relative;
}

.career-sec.bg-white {
  background-color: var(--white);
}

.page-info-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.career-item-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.career-item {
  background-color: var(--white);
  width: 100%;
  padding: 15px 30px;
}

.career-title-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.career-title {
  text-transform: uppercase;
  padding-right: 5%;
  font-family: Cocogoose Pro Trial, Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.border-line-block {
  background-color: var(--grey-5);
  justify-content: space-between;
  width: 100%;
  height: 2px;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.div-block-7 {
  background-color: var(--purple);
  width: 10%;
  height: 100%;
  position: absolute;
}

.career-btn-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.career-des-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.career-req-block {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.career-info-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.career-info-des {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

.contact-us-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-us-block.bg-green {
  background-color: var(--green);
}

.contact-us-block.bg-purple {
  background-color: var(--purple);
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-icon {
  height: 70px;
}

.contact-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.contact-tx {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

.contact-tx.non-link, .contact-link {
  color: var(--white);
  text-decoration: none;
}

.contact-sec.bg-purple {
  background-color: var(--purple);
}

.contact-form-title {
  color: var(--black);
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.form-block-2 {
  width: 100%;
}

.form-2 {
  grid-column-gap: 4%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.form-2.mt-0 {
  margin-top: 0;
}

.contact-input {
  background-color: var(--white-yellow);
  width: 48%;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 24px;
}

.contact-input::placeholder {
  color: var(--grey-5);
}

.contact-input.full-w {
  width: 100%;
}

.contact-input.full-w.tx-box {
  height: 150px;
}

.checkbox-field {
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 5%;
  display: flex;
}

.checkbox {
  background-color: var(--white-yellow);
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  background-color: var(--purple);
}

.checkbox-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.tx-link {
  color: var(--black);
  text-decoration: none;
}

.tx-link:hover {
  color: var(--purple);
}

.address-sec {
  position: relative;
}

.address-sec.bg-white {
  background-color: var(--white);
}

.contact-graphic-1 {
  position: absolute;
  inset: auto auto -14px 30px;
}

.contact-graphic-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.address-list {
  grid-column-gap: 5%;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.address-list.bg-green {
  background-color: var(--green);
}

.address-list.bg-purple {
  background-color: var(--purple);
  padding-top: 50px;
  padding-bottom: 50px;
}

.address-item {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.address-item-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.address-item-title {
  text-transform: uppercase;
  min-height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.map {
  width: 100%;
  height: 500px;
}

.form-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-row.text-right {
  justify-content: flex-end;
}

.form-row.text-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
}

.remark-tx {
  color: var(--black);
  order: 1;
  font-size: 18px;
  line-height: 24px;
}

.ser-req-input {
  background-color: var(--white);
  width: 48%;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 24px;
}

.ser-req-input.full-w {
  width: 100%;
}

.ser-req-input.full-w.tx-box {
  height: 150px;
}

.ser-req-graphic-1 {
  position: absolute;
  inset: 70px auto auto 30px;
}

.ser-req-graphic-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.ser-req-graphic-3 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.ser-req-graphic-4 {
  position: absolute;
  inset: auto 30px 30px auto;
}

.search-bar-block {
  background-color: var(--grey);
  justify-content: flex-end;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: none;
}

.search-row {
  border-bottom: 1px solid var(--grey);
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.search-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.search-link {
  color: var(--purple);
  text-align: left;
  text-decoration: underline;
}

.search-des {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

.sticky-wtsapp {
  position: fixed;
  inset: auto 2% 5% auto;
}

.image-2 {
  width: 100%;
  max-width: 80px;
}

.non-link {
  color: #333;
  cursor: none;
  text-decoration: none;
}

.non-link.tx-white {
  color: var(--white);
}

html.w-mod-js [data-ix="scroll-bot-top"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="load-zoom-out"], html.w-mod-js [data-ix="scroll-zoom-out"] {
  transform: scale(1.2);
}

html.w-mod-js [data-ix="scroll-right-left"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="scroll-left-right"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-op-0-100"] {
  opacity: 0;
}

@media screen and (min-width: 1920px) {
  .logo {
    max-width: 220px;
  }

  .head-container {
    max-width: 1920px;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-banner {
    height: 840px;
  }

  .main-cate-item {
    height: 370px;
  }

  .who-tick-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container {
    max-width: 1680px;
  }

  .container.pt-100 {
    padding-top: 150px;
  }

  .container.pt-100.pb-100, .container.pb-100 {
    padding-bottom: 150px;
  }

  .container.pt-50 {
    padding-top: 100px;
  }

  .container.pt-50.pb-50 {
    padding-bottom: 100px;
  }

  .footer-container {
    max-width: 1680px;
  }

  .page-banner {
    height: 600px;
  }

  .about-who-sec.bg-purple, .about-tech-service-sec.bg-purple {
    background-color: var(--purple-light);
  }

  .abt-why-icon-tx {
    font-size: 20px;
  }

  .address-item-title {
    min-height: 70px;
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .overflow-x {
    padding-top: 85px;
  }

  .logo {
    max-width: 150px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-link {
    border-top: 1px solid var(--white);
    padding: 15px 5%;
  }

  .menu-drop {
    border-top: 1px solid var(--white);
    width: 100%;
    padding: 15px 5%;
  }

  .menu-drop-list.w--open {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    top: 15px;
  }

  .menu-drop-list-item {
    width: 100%;
    font-weight: 400;
  }

  .menu-drop-2 {
    width: 100%;
  }

  .menu-drop-btn-2 {
    width: 100%;
    font-weight: 400;
  }

  .menu-drop-list-2 {
    position: relative;
    left: 0;
  }

  .menu-drop-list-2.w--open {
    background-color: var(--white);
    width: 100%;
  }

  .menu-drop-list-2-item {
    background-color: var(--grey-3);
    width: 100%;
    font-weight: 400;
  }

  .hero-banner {
    height: 550px;
  }

  .text-block {
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-2 {
    font-size: 58px;
    line-height: 60px;
  }

  .main-cate-title {
    font-size: 20px;
    line-height: 28px;
  }

  .who-contect {
    width: 100%;
  }

  .who-pic {
    order: 1;
    width: 100%;
  }

  .who-title {
    font-size: 36px;
    line-height: 40px;
  }

  .who-tick-tx {
    font-size: 16px;
  }

  .container.pt-100 {
    padding-top: 70px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 70px;
  }

  .container.pt-100.pb-100.pr-0 {
    padding-right: 5%;
  }

  .sec-title {
    font-size: 30px;
  }

  .product-list {
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .product-item {
    width: 47%;
  }

  .product-title {
    font-size: 20px;
  }

  .partners-item {
    width: 50.1%;
  }

  .mask {
    width: 88%;
  }

  .partner-slider-block {
    margin-top: 30px;
  }

  .news-icon {
    max-width: 45px;
  }

  .news-list {
    margin-top: 30px;
  }

  .news-item {
    width: 48%;
  }

  .news-title {
    font-size: 20px;
    line-height: 28px;
  }

  .page-banner {
    height: 300px;
  }

  .page-banner-bg.about {
    background-position: 100%;
  }

  .abt-mission-tx-block {
    width: 100%;
    padding-right: 0%;
  }

  .abt-mission-pic-block {
    order: -1;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }

  .abt-mission-sub-title {
    font-size: 28px;
    line-height: 40px;
  }

  .text-block-4 {
    font-size: 48px;
    line-height: 50px;
  }

  .about-who-content-block {
    max-width: 520px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .abt-who-title {
    font-size: 48px;
    line-height: 50px;
  }

  .abt-who-sub-title {
    font-size: 30px;
    line-height: 40px;
  }

  .abt-who-des {
    max-width: none;
  }

  .abt-who-content-block-2 {
    background-color: #ffffff80;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .abt-who-content-block-2.right {
    padding-right: 5%;
  }

  .abt-who-des2.tx-white.mt-30.m-tx-black {
    color: var(--black);
  }

  .abt-who-content-block-3 {
    width: 100%;
    padding-right: 0%;
  }

  .div-block-3 {
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }

  .abt-who-graphic-block {
    margin-top: 150px;
    margin-bottom: 250px;
  }

  .who-graphic-pic-2 {
    top: 200px;
  }

  .who-graphic-pic-3 {
    bottom: -250px;
  }

  .abt-4r-list {
    grid-row-gap: 30px;
  }

  .abt-4r-item {
    width: 48%;
  }

  .abt-4r-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .abt-why-title-block {
    width: 100%;
  }

  .abt-why-title {
    font-size: 30px;
    line-height: 50px;
  }

  .title-xl {
    font-size: 64px;
    line-height: 50px;
  }

  .abt-why-list {
    width: 100%;
    margin-top: 30px;
  }

  .abt-why-list-row.first {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .abt-why-icon {
    height: 80px;
  }

  .abt-why-icon-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .what-info-block {
    margin-top: 25px;
  }

  .what-info-des, .logo-list {
    margin-top: 15px;
  }

  .product-item-list-item {
    width: 50%;
  }

  .product-detail-block {
    padding-bottom: 150px;
  }

  .product-slider-block {
    width: 100%;
    padding-right: 0%;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 30px;
  }

  .product-d-title {
    font-size: 30px;
  }

  .news-d-tx, .news-d-pic {
    margin-bottom: 15px;
  }

  .news-d-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .career-block {
    padding-top: 50px;
  }

  .career-item-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .contact-list {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: flex-start;
  }

  .contact-icon {
    height: 60px;
  }

  .contact-item {
    width: 49%;
  }

  .contact-tx {
    font-size: 15px;
    line-height: 24px;
  }

  .form-2 {
    padding-bottom: 100px;
  }

  .form-2.mt-0 {
    grid-row-gap: 20px;
  }

  .address-item {
    width: 47%;
  }

  .map {
    height: 300px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--purple);
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 42px;
    line-height: 50px;
  }

  .main-cate-item {
    width: 50%;
  }

  .who-contect {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .who-pic {
    min-height: 300px;
  }

  .who-title {
    font-size: 30px;
  }

  .who-des {
    font-size: 16px;
    line-height: 24px;
  }

  .who-tx-with-logo {
    flex-flow: column;
  }

  .image {
    order: -1;
  }

  .container.pt-100 {
    padding-top: 50px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 50px;
  }

  .container.pt-50 {
    padding-top: 30px;
  }

  .container.pt-50.pb-50 {
    padding-bottom: 30px;
  }

  .partners-slider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .mask {
    width: 84%;
  }

  .partner-slider-block {
    margin-top: 25px;
  }

  .news-list.mt-0 {
    padding-bottom: 150px;
  }

  .news-item {
    width: 48%;
  }

  .news-title {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-copyright-tx {
    font-size: 14px;
  }

  .abt-mission-des {
    font-size: 16px;
    line-height: 24px;
  }

  .abt-mission-sub-title {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-4 {
    font-size: 36px;
    line-height: 40px;
  }

  .about-who-content-block {
    max-width: 440px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .abt-who-title {
    font-size: 42px;
  }

  .abt-who-sub-title {
    margin-top: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .abt-who-des {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .abt-who-des2 {
    font-size: 16px;
    line-height: 24px;
  }

  .abt-who-graphic-block {
    margin-top: 120px;
    margin-bottom: 150px;
  }

  .who-graphic-pic-2 {
    max-width: 250px;
    top: 150px;
  }

  .who-graphic-pic-1 {
    max-width: 250px;
    left: 50%;
  }

  .who-graphic-pic-3 {
    max-width: 220px;
    bottom: -100px;
  }

  .abt-4r-icon {
    height: 70px;
  }

  .abt-4r-tx {
    font-size: 14px;
    line-height: 20px;
  }

  .abt-why-title {
    font-size: 24px;
    line-height: 40px;
  }

  .title-xl {
    font-size: 54px;
  }

  .abt-why-list-row {
    grid-row-gap: 30px;
  }

  .abt-why-item {
    width: 48%;
  }

  .page-title-block {
    height: 200px;
  }

  .page-title {
    font-size: 36px;
    line-height: 40px;
  }

  .search-sort-row {
    margin-top: 25px;
  }

  .search-sort-item {
    font-size: 16px;
    line-height: 24px;
  }

  .sort-by-tx {
    padding-top: 3px;
  }

  .what-info-title {
    font-size: 30px;
  }

  .what-info-des {
    font-size: 16px;
    line-height: 28px;
  }

  .product-item-list-item {
    width: 100%;
  }

  .product-item-pic {
    height: 400px;
  }

  .product-bg-graphic-1, .product-bg-graphic-2, .product-bg-graphic-3, .product-bg-graphic-4 {
    display: none;
  }

  .product-detail-block {
    padding-bottom: 50px;
  }

  .back-btn-row {
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .product-detail-main-slide {
    height: 450px;
  }

  .product-d-title {
    font-size: 24px;
    line-height: 30px;
  }

  .product-d-info {
    font-size: 16px;
    line-height: 24px;
  }

  .product-d-btn-row {
    margin-top: 20px;
    padding-top: 20px;
  }

  .news-bg-graphic-1, .news-bg-graphic-2, .news-bg-graphic-3, .news-bg-graphic-4 {
    display: none;
  }

  .news-details-block {
    padding-bottom: 0;
  }

  .news-d-tx {
    font-size: 16px;
  }

  .news-d-title {
    font-size: 20px;
    line-height: 28px;
  }

  .career-block {
    padding-top: 0;
  }

  .page-info-title {
    font-size: 30px;
  }

  .contact-form-title {
    font-size: 36px;
    line-height: 40px;
  }

  .form-2 {
    grid-row-gap: 15px;
    margin-top: 25px;
  }

  .form-2.mt-0 {
    grid-column-gap: 3%;
    grid-row-gap: 15px;
  }

  .contact-input {
    font-size: 16px;
  }

  .checkbox-field {
    order: 1;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .contact-graphic-1, .contact-graphic-2 {
    display: none;
  }

  .address-item {
    width: 100%;
  }

  .address-item-title {
    min-height: auto;
  }

  .form-row {
    flex-flow: wrap;
  }

  .remark-tx {
    order: -1;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .overflow-x {
    padding-top: 40px;
  }

  .logo {
    max-width: 100px;
  }

  .head-container {
    padding-left: 2%;
  }

  .brand {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .dropdown-toggle, .linkin, .search-btn {
    width: 60px;
    min-width: 60px;
  }

  .hero-banner {
    height: 300px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .main-cate-item {
    width: 100%;
  }

  .container.pt-100 {
    padding-top: 30px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 30px;
  }

  .sec-title {
    font-size: 22px;
    line-height: 30px;
  }

  .product-icon {
    max-width: 30px;
  }

  .product-item {
    width: 100%;
  }

  .product-title {
    font-size: 18px;
    line-height: 24px;
  }

  .partners-icon {
    max-width: 50px;
  }

  .slide-arrow {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .partners-item {
    width: 101%;
  }

  .mask {
    width: 75%;
  }

  .news-icon {
    max-width: 40px;
  }

  .news-list {
    grid-row-gap: 25px;
  }

  .news-list.mt-0 {
    padding-bottom: 0;
  }

  .news-item {
    width: 100%;
  }

  .news-title {
    min-height: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .footer-logo {
    max-width: 150px;
  }

  .footer-contact-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .page-banner-content-block {
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
    padding: 60px 30px;
    left: auto;
  }

  .page-banner-tx {
    font-size: 36px;
    line-height: 40px;
  }

  .abt-mission-pic-block {
    height: 220px;
    margin-bottom: 15px;
  }

  .abt-mission-des {
    font-size: 14px;
    line-height: 22px;
  }

  .abt-mission-sub-title {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .abt-who-title {
    font-size: 30px;
    line-height: 40px;
  }

  .abt-who-sub-title {
    font-size: 22px;
    line-height: 30px;
  }

  .abt-who-des, .abt-who-des2 {
    font-size: 14px;
    line-height: 22px;
  }

  .abt-who-des2.tx-white.mt-30 {
    margin-top: 15px;
  }

  .abt-who-graphic-block {
    margin-bottom: 100px;
  }

  .who-graphic-pic-2 {
    max-width: 200px;
    top: 100px;
  }

  .who-graphic-pic-1 {
    max-width: 200px;
    left: 20%;
  }

  .who-graphic-pic-3 {
    max-width: 180px;
    bottom: -25px;
  }

  .who-graphic-5 {
    bottom: -100px;
  }

  .abt-4r-item {
    width: 100%;
  }

  .abt-why-title {
    font-size: 20px;
    line-height: 30px;
  }

  .title-xl {
    font-size: 42px;
  }

  .abt-why-icon {
    height: 70px;
  }

  .abt-why-icon-tx {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .page-title-block {
    height: 150px;
  }

  .page-title {
    font-size: 24px;
    line-height: 30px;
  }

  .search-sort-row {
    flex-flow: column;
  }

  .search-sort-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
    padding-left: 0;
  }

  .search-sort-item {
    font-size: 14px;
    line-height: 22px;
  }

  .sort-by-tx {
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .what-info-title {
    font-size: 24px;
    line-height: 30px;
  }

  .product-item-pic {
    height: 250px;
  }

  .product-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .product-item-des {
    font-size: 16px;
  }

  .product-detail-main-slide {
    height: 320px;
  }

  .product-detail-th-slide {
    height: 100px;
  }

  .product-detail-th-pic {
    width: 31%;
    margin-right: 3%;
  }

  .product-d-info {
    margin-top: 15px;
  }

  .btn-icon {
    width: 25px;
    height: 25px;
  }

  .news-bg-graphic-1, .news-bg-graphic-2, .news-bg-graphic-3, .news-bg-graphic-4 {
    display: none;
  }

  .news-d-tx {
    font-size: 14px;
  }

  .news-d-title {
    font-size: 16px;
    line-height: 24px;
  }

  .news-d-date {
    font-size: 14px;
    line-height: 22px;
  }

  .page-info-title {
    font-size: 24px;
    line-height: 30px;
  }

  .career-item-list {
    margin-top: 15px;
  }

  .career-item {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-icon {
    height: 40px;
  }

  .contact-item {
    width: 100%;
    margin-top: 25px;
  }

  .contact-tx {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .contact-form-title {
    font-size: 24px;
    line-height: 30px;
  }

  .form-2 {
    padding-bottom: 0;
  }

  .contact-input {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .address-list {
    grid-row-gap: 30px;
  }

  .address-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .map {
    height: 250px;
  }

  .remark-tx {
    font-size: 14px;
  }

  .ser-req-input {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .ser-req-graphic-1, .ser-req-graphic-2, .ser-req-graphic-3, .ser-req-graphic-4 {
    display: none;
  }

  .search-des {
    font-size: 14px;
    line-height: 22px;
  }

  .menu-button {
    margin-right: 5px;
    font-size: 24px;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cocogoose Pro Trial';
  src: url('../fonts/Cocogoose-Pro-Semilight-trial.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cocogoose Pro Trial';
  src: url('../fonts/CocogooseProTrial-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cocogoose Pro Trial';
  src: url('../fonts/Cocogoose-Pro-Regular-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}