@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Heavy.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --5a5a5a: #5a5a5a;
  --white: white;
  --0284c8: #0284c8;
  --7cc422: #7cc422;
  --white-smoke: #f3f8fa;
  --3fb5f3: #3fb5f3;
  --f5f5f5: whitesmoke;
  --dddddd: #ddd;
  --steel-blue: #0089d0;
  --afafaf: #afafaf;
  --f9f9f9: #f9f9f9;
  --1a5278: #1a5278;
  --1e3867: #1e3867;
  --f3fbfd: #f3fbfd;
  --gainsboro: #d8d8d8;
  --e4faff: #e4faff;
  --d5f7ff: #d5f7ff;
  --e8e8e8: #e8e8e8;
  --87d0f7: #87d0f7;
  --light-pink: #ff9ebc;
  --7fcef7: #7fcef7;
  --65c3f5: #65c3f5;
  --light-sky-blue: #6ecdff;
  --43b7f4: #43b7f4;
  --90d4f8: #90d4f8;
  --orange: #ff9e2b;
  --6dc7f5: #6dc7f5;
  --gold: #ffd64a;
  --yellow-green: #7cc422;
  --5dc1f5: #5dc1f5;
  --turquoise: #8bead5;
  --76caf6: #76caf6;
  --54bdf4: #54bdf4;
  --54bdf4-5: #54bdf4;
  --deep-sky-blue: #3fb5f3;
  --98d7f8: #98d7f8;
  --indian-red: #ea5353;
  --olive-drab: #4f8e00;
  --green-yellow: #b4f06a;
}

body {
  color: var(--5a5a5a);
  letter-spacing: .5px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -4px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

h3 {
  color: var(--0284c8);
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

h4 {
  color: var(--7cc422);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

h5 {
  color: var(--0284c8);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.all {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 110px;
  overflow: hidden;
}

.all.careers, .all.overflow-hidden {
  overflow: hidden;
}

.section-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-content.inner-banner {
  background-image: url('../images/inner-bg021.5x.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-content.product-pipeline {
  padding-bottom: 0;
}

.section-content.bg1 {
  background-image: url('../images/bg21.5x.png');
  background-position: 50% 200px;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-content.terms, .section-content.privacy {
  padding-top: 80px;
}

.section-content.bg3 {
  background-color: var(--white-smoke);
}

.section-content.bg3.home {
  background-color: #fff;
}

.section-content.bg4-blue {
  background-color: var(--white-smoke);
}

.section-content.home-careers {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-content.covid {
  background-color: #f3fbfd;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-content.covid.white-bg {
  background-color: var(--white);
}

.section-content.covid.padding-top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-content.about-bg-01 {
  background-image: url('../images/shutterstock_1033181965.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.section-content.about-02 {
  background-color: var(--white-smoke);
}

.header {
  z-index: 1000;
  border-top: 5px solid var(--3fb5f3);
  background-color: var(--white);
  background-image: url('../images/header-bg1.5x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.container.menu {
  height: 105px;
}

.container.board-of-directors {
  background-color: var(--white);
  max-width: 1000px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.committee {
  max-width: 1000px;
}

.container.key-personnel {
  background-color: var(--white);
  max-width: 1000px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.explore, .container.padding-0 {
  padding-bottom: 0;
}

.container.product {
  padding: 0;
  position: static;
}

.categories-txt {
  letter-spacing: .5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.img-b {
  z-index: 1;
  float: right;
  width: 35%;
  margin-top: 25px;
  position: absolute;
  top: 0;
  right: 40px;
}

.content-b {
  width: 55%;
}

.txt-b {
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  padding-bottom: 25px;
}

.txt-b.corporation-info {
  margin-bottom: 25px;
}

.txt-b.align-justify {
  text-align: justify;
}

.blue-txt {
  color: var(--0284c8);
  margin-right: 5px;
  font-weight: 800;
  line-height: 20px;
  display: inline-block;
}

.blue-txt.chinese {
  font-weight: 500;
}

.blue-txt.terms {
  margin-top: 25px;
}

.logo {
  width: 140px;
}

.menu-link-txt {
  color: var(--5a5a5a);
  flex-direction: column;
  justify-content: center;
  height: 105px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.menu-link-txt:hover {
  color: var(--0284c8);
  background-image: url('../images/menu-hover.svg');
  background-position: 0 65%;
  background-repeat: no-repeat;
  flex-direction: column;
  display: flex;
}

.menu-link-txt.w--current {
  color: var(--5a5a5a);
}

.nav-menu {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  display: flex;
}

.line {
  border-right: 1px solid var(--5a5a5a);
  height: 17px;
}

.line.footer {
  float: left;
  border-right-color: var(--white);
  height: 13px;
  margin-left: 10px;
  margin-right: 10px;
  transform: translate(0, 50%);
}

.line.heading {
  background-color: var(--0284c8);
  border-right-width: 0;
  width: 100%;
  height: 4px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-footer {
  background-color: #2e74b6;
  padding-top: 40px;
  padding-bottom: 13px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-txt {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.margin-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.footer-link {
  color: var(--white);
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .7;
}

.txt-footer {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.title-b {
  flex-direction: column;
  justify-content: center;
  width: 55%;
  height: 200px;
  display: flex;
}

.footer-bottom-b {
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.menu-dropdown-b {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.menu-dropdown-toggle {
  color: var(--5a5a5a);
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.menu-dropdown-toggle:hover {
  color: var(--0284c8);
  background-image: url('../images/menu-hover.svg');
  background-position: 0 65%;
  background-repeat: no-repeat;
  background-size: auto;
}

.menu-dropdownlist {
  background-color: var(--white);
  width: 300px;
  margin-left: -20px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: -11px 11px 25px #0000000d;
}

.menu-dropdownlist.lang {
  width: auto;
}

.menu-dropdownlist.open {
  display: block;
}

.menu-dropdown-link {
  flex-direction: row;
  align-items: flex-start;
  width: 265px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.menu-dropdown-link-txt {
  float: left;
  color: var(--5a5a5a);
  letter-spacing: .5px;
  flex-direction: column;
  font-size: 15px;
  line-height: 20px;
}

.menu-dropdown-link-txt:hover {
  color: var(--0284c8);
}

.line-menu {
  border-bottom: 1px solid var(--dddddd);
  margin-left: 20px;
  margin-right: 20px;
}

.submenu-dropdown-toggle {
  width: 265px;
  padding: 10px 20px;
}

.submenu-dropdownlist {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  width: 265px;
  margin-top: -55px;
  margin-left: 265px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  box-shadow: -11px 11px 25px #0000000d;
}

.menu-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.link {
  color: var(--0284c8);
  font-weight: 400;
  text-decoration: underline;
}

.link.corporation-infor {
  float: left;
  clear: left;
}

.mobile-img {
  display: none;
}

.trading-list-b {
  padding-top: 25px;
}

.trading-list-txt-b {
  padding-bottom: 5px;
}

.trading-txt-col-l {
  float: left;
  width: 25%;
  padding-right: 10px;
}

.trading-txt-col-r {
  float: left;
  width: 75%;
}

.corporate-content-b {
  align-items: center;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 2%;
  display: flex;
  position: relative;
}

.corporate-content-b.about-02 {
  flex-direction: row-reverse;
  padding-right: 0%;
}

.corporate-txt-b {
  text-align: justify;
  width: 59%;
  margin-top: 0;
  display: inline-block;
}

.corporate-txt-b.right {
  float: right;
  width: 60%;
  padding-left: 2%;
}

.corporate-txt-b.right.no-image-title {
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.corporate-txt-b.full {
  width: 100%;
}

.corporate-txt-b.full.center {
  text-align: center;
}

.corporate-txt-b.full.center.text-18 {
  font-size: 18px;
}

.corporate-txt-b.no-image-auto {
  width: auto;
}

.corporate-txt-b.left {
  float: right;
  width: 60%;
  padding-right: 2%;
}

.content-b-full {
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.content-b-full.partnership {
  margin-top: 0;
}

.content-b-full.financial {
  background-color: var(--white);
}

.group-chart-img {
  margin-top: 0;
}

.listing {
  margin-bottom: 45px;
  padding-left: 25px;
}

.list-item {
  padding-left: 5px;
}

.listing-b {
  padding-top: 40px;
}

.listing-b.business-operation {
  float: left;
  width: 55%;
  margin-left: 5%;
  padding-top: 0;
}

.group-chart-img-mobile {
  margin-top: 0;
  display: none;
}

.table-b {
  width: 100%;
  margin-top: 25px;
  display: block;
}

.table-title {
  color: var(--0284c8);
  font-size: 17px;
  font-weight: 800;
}

.table-row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-row.products {
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  display: flex;
}

.green-txt {
  color: var(--7cc422);
  font-weight: 800;
}

.green-txt.date {
  margin-bottom: 10px;
}

.products-b {
  float: left;
  perspective: 1000px;
  width: 33.33%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transform: none;
}

.products-align-b {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.products-name {
  color: var(--0284c8);
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.products-name.green {
  color: var(--7cc422);
}

.products-img-b {
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.product-title-b {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.product-title-b.products {
  margin-top: 0;
}

.pop-mask {
  display: block;
  position: absolute;
  inset: 0;
}

.pop {
  background-color: #fff;
  border-radius: 8px;
  width: 450px;
  margin: 200px auto;
  padding: 30px;
  position: relative;
  box-shadow: 2px 0 30px #0003;
}

.pop.image {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 450px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pop.opportunities, .pop.news {
  width: 75%;
  min-width: 450px;
  height: 60vh;
  margin-top: 20vh;
  margin-bottom: 20vh;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pop-btn-close {
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.products-title {
  color: var(--0284c8);
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
}

.pop-products-b {
  background-image: linear-gradient(#e4faff80 40%, #ffffff80);
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  position: relative;
}

.pop-products-img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.pop-products {
  z-index: 1000;
  background-color: #0000004d;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.heading-6 {
  display: inline-block;
}

.business-operation-align {
  padding-top: 40px;
}

.business-operation-title {
  float: left;
  align-items: center;
  width: 40%;
  padding-top: 0;
  display: flex;
}

.business-operation-txt {
  color: var(--5a5a5a);
  margin-bottom: 0;
  display: inline-block;
}

.business-operation-icon {
  text-align: center;
  width: 20%;
  margin-right: 2%;
}

.table-col3 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.table-col3.financial-highlights {
  text-align: center;
  width: 15%;
}

.table-col2-careers {
  z-index: 1;
  float: left;
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.table-col2-careers.financial-highlights {
  text-align: center;
  width: 15%;
}

.table-col4 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.table-col4.financial-highlights {
  text-align: center;
  width: 10%;
}

.table-col1-careers {
  z-index: 1;
  float: left;
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.table-col1-careers.financial-highlights {
  width: 60%;
}

.line-grey {
  border-bottom: 1px solid var(--dddddd);
}

.line-blue {
  border-bottom: 2px solid var(--0284c8);
}

.table-row-title {
  text-align: center;
  width: 30%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 60%;
}

.sales-network-img {
  justify-content: center;
  margin-top: 80px;
  padding-left: 17%;
  padding-right: 17%;
}

.sales-network-branch {
  float: right;
  background-color: var(--white);
  width: 55%;
  margin-top: -80px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 -2px 20px #0000004d;
}

.branch-beijing {
  text-align: center;
}

.branch-txt {
  color: var(--7cc422);
  font-size: 12px;
  line-height: 16px;
}

.branch-title {
  color: var(--0284c8);
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.branch-img {
  margin-bottom: 10px;
}

.branch-beijing-link {
  border-right: 1px solid var(--dddddd);
  width: 33.33%;
  text-decoration: none;
}

.branch-guangzhou {
  text-align: center;
}

.branch-guangzhou-link {
  width: 33.33%;
  text-decoration: none;
}

.branch-shanghai {
  text-align: center;
}

.branch-shanghai-link {
  border-right: 1px solid var(--dddddd);
  width: 33.33%;
  text-decoration: none;
}

.chinese {
  font-family: Noto Sans SC, sans-serif;
}

.articles-title-b {
  float: left;
  border-bottom: 1px solid var(--3fb5f3);
  width: 65%;
  height: 50px;
  margin-right: 3%;
  padding-top: 10px;
}

.articles-b {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.link-btn {
  border: 1px solid var(--dddddd);
  background-color: var(--white);
  color: var(--5a5a5a);
  text-align: center;
  text-transform: capitalize;
  height: 50px;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  position: relative;
}

.link-btn.media {
  background-color: var(--steel-blue);
  color: var(--white);
  height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-btn.articles {
  width: 32%;
}

.link-btn.home-career {
  margin-top: 15px;
}

.link-btn.home-top {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.btn-txt {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-txt.white {
  color: #fff;
}

.link-b {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.icon-excel {
  z-index: 1;
  background-image: url('../images/icon-dl-excel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.btn-txt-b {
  height: 30px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.icon-pdf {
  z-index: 1;
  background-image: url('../images/icon-dl-pdf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  min-width: 22px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.healthcare-title {
  align-items: center;
  display: flex;
}

.healthcare-icon {
  float: left;
  margin-right: 2%;
}

.healthcare-link-txt {
  z-index: 1;
  color: var(--5a5a5a);
  padding: 10px 2%;
  font-weight: 700;
  position: relative;
}

.healthcare-link-txt:hover {
  color: var(--white);
}

.healthcare-arrow-btn-open {
  z-index: 1;
  margin-right: 2%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.healthcare-link-b {
  border: 1px solid var(--dddddd);
}

.healthcare-link-mask {
  border-left: 3px solid var(--0284c8);
  background-color: var(--0284c8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.healthcare-b {
  margin-top: 20px;
}

.healthcare-link-expand {
  overflow: hidden;
}

.healthcare-link-mask-click {
  background-color: var(--0284c8);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.healthcare-arrow-btn-close {
  z-index: 1;
  margin-right: 2%;
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.healthcare-link-btn {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}

.healthcare-link-txt-b {
  padding: 20px 2%;
}

.healthcare-link-txt-white {
  z-index: 1;
  color: var(--white);
  padding: 10px 2%;
  font-weight: 700;
  display: none;
  position: relative;
}

.healthcare-link-txt-white:hover {
  color: var(--white);
}

.txt-span {
  color: var(--0284c8);
  font-weight: 800;
}

.year-field {
  border: 1px solid var(--afafaf);
  background-color: var(--white);
  background-image: url('../images/btn-arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  width: 15%;
  margin-bottom: 0;
}

.form-field-label {
  float: left;
  color: var(--0284c8);
  margin-bottom: 2px;
  margin-right: 10px;
}

.form {
  align-items: center;
  display: flex;
}

.form.milestones {
  justify-content: flex-end;
  width: 100%;
}

.year-select-b {
  width: 100%;
  position: absolute;
}

.year-select-b.relative {
  position: relative;
}

.media-content-link {
  background-color: var(--white);
  color: var(--5a5a5a);
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
  box-shadow: 4px 4px 10px #5a5a5a80;
}

.date-txt {
  color: var(--0284c8);
  font-size: 12px;
  font-weight: 800;
}

.media-align-b {
  margin-left: -2%;
  margin-right: -2%;
}

.media-b {
  float: left;
  width: 33.33%;
  margin-bottom: 50px;
  padding-left: 2%;
  padding-right: 2%;
}

.directors-content-b {
  background-image: linear-gradient(to bottom, var(--f9f9f9), var(--f9f9f9));
  flex-direction: column;
  justify-content: flex-end;
  height: 240px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
  position: relative;
}

.list-of-directors-b {
  float: left;
  width: 33.33%;
  padding-left: 2%;
  padding-right: 2%;
}

.list-of-directors-align-b {
  margin-left: -2%;
  margin-right: -2%;
}

.line-lightblue {
  background-image: linear-gradient(to bottom, var(--3fb5f3), var(--3fb5f3));
  height: 3px;
  margin-top: 10px;
}

.directors-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.directors-title {
  float: none;
  color: var(--0284c8);
  text-align: right;
  margin-right: 5px;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.directors-txt {
  font-weight: 300;
  line-height: 20px;
}

.list-of-members-txt, .paragraph {
  margin-top: 25px;
}

.financial-align-b {
  margin-top: 40px;
  margin-left: -2%;
  margin-right: -2%;
}

.financial-img {
  z-index: 1;
  border: 1px solid var(--dddddd);
  width: 95%;
  position: relative;
}

.financial-img-align-b {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 20px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.img-frame {
  float: right;
  border: 2px solid var(--3fb5f3);
  width: 95%;
  margin-top: 5%;
  padding-top: 66.5%;
  padding-bottom: 66.5%;
  position: absolute;
  top: 0;
  right: 0;
}

.financial-txt {
  float: none;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 20px;
  display: inline-block;
}

.financial-txt-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-b {
  height: 340px;
}

.contact-align-b {
  margin-left: -2%;
  margin-right: -2%;
}

.contact-align-b.followus {
  margin-top: 80px;
}

.contact-icon {
  float: left;
  margin-right: 15px;
}

.contact-info {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contact-place {
  margin-bottom: 0;
}

.txt-field {
  border: 1px solid var(--afafaf);
  background-color: var(--white);
  border-radius: 0;
}

.form-field-b {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  padding-left: 2%;
  padding-right: 2%;
}

.form-field-b.full {
  width: 100%;
}

.contact-form {
  margin-left: -2%;
  margin-right: -2%;
}

.txt-area {
  border: 1px solid var(--afafaf);
  background-color: var(--white);
  border-radius: 0;
  min-height: 150px;
}

.contact-form-b {
  margin-bottom: 80px;
  position: relative;
}

.home-heading {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 58px;
  line-height: 58px;
}

.home-heading.blue-txt {
  color: var(--1e3867);
  display: block;
}

.home-txt {
  color: var(--white);
  margin-bottom: 25px;
  font-family: Playfairdisplay, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.contact-b-full.bottom-margin-40 {
  margin-bottom: 60px;
}

.home-title-b {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.home-news-content-b {
  border-top: 0px solid var(--3fb5f3);
  border-bottom: 0px solid var(--3fb5f3);
}

.home-content-b {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.home-news-slide {
  width: 33.33%;
  padding: 2%;
}

.home-news-align-b {
  background-color: #fff0;
  width: 90%;
  height: auto;
  margin-bottom: 80px;
}

.slide-nav {
  display: none;
}

.news-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.mask {
  margin-left: -2%;
  margin-right: -2%;
}

.home-news-previous-arrow {
  background-image: url('../images/btn-previous.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 5%;
  margin-left: -5%;
}

.home-news-next-arrow {
  background-image: url('../images/btn-next.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 5%;
  margin-right: -5%;
}

.home-news-link-b {
  background-color: var(--white);
  color: var(--5a5a5a);
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  box-shadow: 1px 1px 5px #5a5a5a80;
}

.home-banner-b {
  z-index: 1;
  float: right;
  background-image: url('../images/home-banner-mask.svg');
  background-position: 0%;
  background-size: cover;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.business-operation-b {
  margin-top: 40px;
}

.table-b-mobile {
  display: none;
}

.table-col-products {
  width: 150px;
}

.products-table-txt {
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.products-launch-img {
  background-image: url('../images/products-application-for-launch-table2x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1200px;
  width: 1200px;
  height: 970px;
}

.products-launch-b {
  overflow: auto;
}

.country-field {
  border: 1px solid var(--afafaf);
  background-image: url('../images/btn-arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
}

.contact-link {
  color: var(--5a5a5a);
  text-decoration: none;
}

.contact-link:hover {
  color: var(--0284c8);
}

.form-slide-to-submit-btn {
  height: 55px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

.form-slide-to-submit-txt {
  border-bottom: 1px solid var(--0284c8);
  color: var(--0284c8);
  text-align: center;
  width: 200px;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 300;
}

.form-slide-circle-animate {
  border: 1.5px solid var(--7cc422);
  background-color: var(--white);
  border-radius: 1000px;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: 50% 0 0;
  transform: translate(-27.5px, -50%);
}

.form-slide-circle {
  background-color: var(--3fb5f3);
  border-radius: 1000px;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 50% 0 0;
  transform: translate(-17.5px, -50%);
}

.icon-link {
  float: right;
  text-transform: none;
}

.btn-top {
  text-align: center;
  background-image: url('../images/btn-top_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  margin-right: 5px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.btn-top.w--current {
  background-image: url('../images/btn-top.svg');
}

.product-img {
  background-color: #e9f0f7;
}

.product-img.green {
  background-color: #eeffd8;
}

.slide-txt {
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  transform: translate(0, -50%);
}

.categories-b {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
}

.categories-b.right {
  text-align: right;
}

.categories-b.blue {
  color: var(--1e3867);
}

.categories-link {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.categories-link:hover {
  color: var(--0284c8);
}

.categories-link.w--current {
  font-weight: 700;
}

.categories-link.blue {
  color: var(--1e3867);
}

.healthcare-arrow-btn-open-white {
  z-index: 1;
  margin-right: 2%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.link-mask {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.link-mask.color-01 {
  background-color: #f5f9fd;
}

.link-mask.color-02 {
  background-color: #e0ebf6;
}

.link-mask.color-03 {
  background-color: #c2d8ec;
}

.link-mask.color-04 {
  background-color: #a5c2e3;
}

.link-mask.color-05 {
  background-color: #4274b0;
}

.link-mask.color-06 {
  background-color: #385592;
}

.link-mask.color-07 {
  background-color: #253861;
}

.link-mask.media {
  background-color: var(--white);
  height: 30px;
  inset: 0%;
}

.form-slide-to-submit {
  text-align: center;
}

.table-col1-careers-blue {
  z-index: 1;
  float: left;
  color: var(--0284c8);
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: relative;
}

.table-col2-careers-blue {
  z-index: 1;
  float: left;
  color: var(--0284c8);
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: relative;
}

.btn-txt-blue {
  color: var(--0284c8);
  font-size: 17px;
  font-weight: 300;
  display: none;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.section-home-banner {
  height: 700px;
}

.home-banner {
  background-color: var(--f3fbfd);
  height: 100%;
}

.home-slide {
  overflow: hidden;
}

.home-slide-img {
  position: absolute;
  inset: 0%;
}

.home-slide-img.home-banner-img01 {
  background-image: url('../images/home-banner011.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slide-img.home-banner-img02 {
  background-image: url('../images/home-banner081.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slide-img.home-banner-img03 {
  background-image: url('../images/DSC00200-002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slide-img.home-banner-img04 {
  background-image: url('../images/home-banner101.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slide-img.home-banner-img05 {
  background-image: url('../images/home-banner051.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hide {
  display: none;
}

.home-banner-txt-b {
  float: left;
  text-align: right;
  width: 95%;
  max-width: 980px;
  padding-bottom: 25px;
  padding-left: 25%;
  position: relative;
}

.footer-line {
  background-color: #e0ffba;
  width: 50px;
  height: 1px;
  margin-top: 10px;
}

.sitemap-link {
  color: var(--5a5a5a);
  margin-top: 10px;
  text-decoration: none;
  transition: opacity .5s;
}

.sitemap-link:hover {
  opacity: .7;
}

.careers-b {
  background-color: var(--white);
  text-align: justify;
  margin-bottom: 60px;
  padding: 20px;
}

.careers-b.on-image {
  margin-top: -80px;
  margin-left: 7%;
  margin-right: 7%;
}

.careers-b.transparent {
  background-color: #0000;
}

.careers-b.mini {
  margin-bottom: 0;
  margin-left: 7%;
  margin-right: 7%;
}

.careers-b.shadows {
  box-shadow: 1px 1px 5px #00000069;
}

.careers-heading {
  margin-bottom: 5px;
}

.partnership-map-mobile {
  display: none;
}

.awards-dot-animation {
  background-color: var(--white);
  filter: blur(2px);
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 1% auto auto 50%;
  transform: translate(-50%);
}

.qrcode-img {
  border: 1px solid var(--dddddd);
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.products-shadow {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--3fb5f3), var(--3fb5f3));
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.products-content-b {
  z-index: 1000;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: box-shadow .7s;
  position: relative;
}

.products-txt-b {
  color: var(--5a5a5a);
  margin-bottom: 15px;
  padding: 10px;
}

.qrcode-b {
  float: left;
  width: 33.33%;
}

.qrcode-title {
  background-image: url('../images/icon-wechat.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  height: 45px;
  padding-left: 40px;
}

.icon-wechat {
  float: left;
  background-image: url('../images/icon-wechat.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 35px;
  margin-left: 10px;
}

.footer-qrcode-row {
  margin-bottom: 15px;
}

.footer-qrcode-b {
  display: none;
}

.sitemap-qrcode-row {
  height: 22px;
}

.qrcode-align-b {
  margin-left: 2%;
  margin-right: 2%;
}

.qrcode-align-b.mobile {
  display: none;
}

.product-pipeline-top-row {
  z-index: 10;
  background-color: var(--0284c8);
  color: var(--white);
  flex-wrap: wrap;
  place-content: space-between flex-start;
  align-items: stretch;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: sticky;
  top: 105px;
}

.pipeline-table-field-top {
  border-right: 1px solid var(--white);
  text-align: center;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 18%;
  padding: 5px 20px;
  display: flex;
}

.pipeline-table-field-top.col1 {
  justify-content: center;
  width: 100%;
}

.pipeline-table-field-top.col2 {
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pipeline-table-field-top.col3 {
  justify-content: center;
  width: 16.6667%;
}

.pipeline-table-field-top.col-last {
  border-right-style: none;
  justify-content: center;
  width: 16.6667%;
}

.pipeline-table-subgroup-b {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pipeline-table-subgroup-b.color-01 {
  background-color: #f5f9fd;
}

.pipeline-table-subgroup-b.color-02 {
  background-color: #e0ebf6;
}

.pipeline-table-subgroup-b.color-03 {
  background-color: #c2d8ec;
}

.pipeline-table-subgroup-b.color-04 {
  color: #fffefe;
  background-color: #a5c2e3;
}

.pipeline-table-subgroup-b.color-05 {
  color: #fff;
  background-color: #4274b0;
}

.pipeline-table-subgroup-b.color-06 {
  color: #fff;
  background-color: #385592;
}

.pipeline-table-subgroup-b.color-07 {
  color: #fff;
  background-color: #253861;
}

.pipeline-table-data-b {
  width: 81%;
}

.pipeline-table-data-row {
  align-items: center;
  font-weight: 400;
  line-height: 19px;
  display: flex;
}

.pipeline-table-data-field {
  float: left;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pipeline-table-data-field.col2 {
  text-align: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
}

.pipeline-table-stage-b {
  flex-direction: row;
  align-self: stretch;
  width: 81%;
  display: flex;
  position: relative;
}

.pipeline-table-stage-col {
  border-left: 0px solid var(--dddddd);
  width: 16.6667%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pipeline-table-stage-arrow-b {
  justify-content: flex-start;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.pipeline-table-stage-arrow-b.stage-5 {
  width: 75%;
}

.pipeline-table-stage-arrow-b.stage-2 {
  width: 25%;
}

.pipeline-table-stage-arrow-b.stage-3 {
  width: 41.6667%;
}

.pipeline-table-stage-arrow-b.stage-1 {
  width: 8.33333%;
}

.pipeline-table-stage-arrow-b.stage-0 {
  width: 2%;
}

.pipeline-table-stage-arrow-b.stage-6 {
  width: 92%;
}

.pipeline-table-stage-arrow-b.stage-4 {
  width: 58%;
}

.pipeline-table-stage-arrow-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.pipeline-table-stage-arrow-bar {
  background-image: linear-gradient(to bottom, var(--dddddd), var(--dddddd));
  width: 100%;
  height: 10px;
  transform: skew(-20deg);
}

.pipeline-table-stage-arrow-bar.white {
  background-image: linear-gradient(#fff, #fff);
}

.pipeline-table-stage-arrow-tip {
  float: left;
  flex: none;
  width: 12px;
  display: block;
}

.img-full {
  display: block;
}

.pipeline-table-top-row-mobile {
  display: none;
}

.pipeline-table-left-b {
  width: 14%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pipeline-table-left-b.top {
  width: 19%;
  padding-top: 0;
  padding-bottom: 0;
}

.pipeline-table-stage-txt-mobile {
  display: none;
}

.milestone-timeline-b {
  padding-top: 0;
  position: relative;
}

.milestone-timeline-axis-b {
  flex-wrap: wrap;
  place-content: space-between center;
  align-items: stretch;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.milestone-timeline-line-b {
  z-index: 1;
  background-color: var(--afafaf);
  width: 2px;
  margin-top: 19px;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.milestone-timeline-year-b {
  z-index: 3;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.milestone-timeline-year-label {
  color: var(--3fb5f3);
  text-align: center;
  text-shadow: 0 3px 3px #00000021;
  background-color: #f3f8fa;
  width: 100%;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 82px;
}

.milestone-timeline-year-label.no-bg {
  background-color: var(--white);
}

.milestone-timeline-year-label-txt {
  z-index: 3;
  float: left;
  letter-spacing: 5px;
  line-height: 84px;
  display: block;
  position: relative;
}

.milestone-timeline-year-item {
  float: right;
  clear: right;
  text-align: justify;
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0%;
  padding-left: 60px;
  position: relative;
}

.milestone-timeline-year-item.left {
  float: left;
  clear: left;
  text-align: right;
  margin: 10px 0%;
  padding-left: 0;
  padding-right: 60px;
}

.milestone-timeline-year-item.left.top {
  margin-top: 0;
}

.milestone-timeline-year-item.left.second {
  margin-top: 80px;
}

.milestone-timeline-year-item.left.v2 {
  margin-left: 0%;
}

.milestone-timeline-year-item.v2 {
  width: 50%;
  margin-right: 0%;
}

.milestone-timeline-year-item-content-b {
  z-index: 2;
  background-color: var(--white);
  text-align: left;
  border-radius: 0;
  justify-content: space-between;
  padding: 10px;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 10px #00000080;
}

.milestone-timeline-year-item-content-b.left {
  align-items: center;
  padding: 10px;
}

.milestone-timeline-year-item-content-b.right {
  justify-content: space-around;
  align-items: center;
}

.milestone-timeline-year-item-content-b.right.v2 {
  padding: 10px;
  line-height: 20px;
}

.milestone-timeline-year-point {
  width: 13px;
  margin-top: 0;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(-50%, -50%);
}

.milestone-timeline-year-point.left {
  margin-top: 0;
  inset: 50% 0% auto auto;
  transform: translate(50%, -50%);
}

.milestone-timeline-year-point-line {
  background-color: var(--1a5278);
  width: 60px;
  height: 2px;
  margin-left: 7px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.milestone-timeline-year-point-line.left {
  margin-left: 0;
  margin-right: 7px;
  inset: 50% 0% auto auto;
}

.img-full-milestone-dot {
  width: 100%;
  display: block;
  position: relative;
}

.img-full-milestone-dot.no-image-a {
  border: 2px solid var(--1a5278);
  background-color: var(--white);
  border-radius: 100%;
  height: 13px;
}

.img-full-milestone-dot.no-image-b {
  background-color: var(--1a5278);
  border: 2px solid #0000;
  border-radius: 100%;
  height: 13px;
}

.milestone-timeline-year-img-b {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.milestone-timeline-year-img-b.half {
  width: 35%;
  min-width: 35%;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2%;
  display: flex;
}

.milestone-timeline-year-img-b.half.left {
  margin-left: 0%;
  margin-right: 15px;
}

.milestone-timeline-year-img-b.half.left.v2 {
  margin-left: 0%;
  padding-left: 0%;
  padding-right: 2%;
}

.milestone-timeline-year-img-b.half.v2 {
  margin-right: 0%;
}

.milestone-timeline-year-img-wrap {
  width: 100%;
  overflow: hidden;
}

.milestone-timeline-year-img-wrap.even {
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-year-label {
  color: var(--1a5278);
  text-align: center;
}

.milestone-bg-b {
  z-index: -1;
  padding-top: 110px;
  position: fixed;
  inset: 0%;
}

.milestone-bg-img1 {
  width: 60px;
  margin-left: 20%;
}

.milestone-bg-img2 {
  float: left;
  width: 70px;
  margin-top: 450px;
  margin-right: 20px;
}

.milestone-bg-img3 {
  float: left;
  width: 150px;
  margin-top: 300px;
  margin-right: 5%;
}

.milestone-bg-img-wrap {
  padding-top: 90px;
}

.milestone-bg-img4 {
  float: left;
  width: 160px;
  margin-top: 300px;
}

.milestone-bg-img5 {
  float: left;
  width: 45px;
  margin-top: 350px;
  margin-left: 60px;
}

.milestone-bg-img-gp-b {
  width: 100%;
}

.milestone-bg-img6 {
  float: right;
  width: 70px;
  margin-top: 290px;
  margin-left: 0;
  margin-right: 10%;
}

.milestone-bg-img7 {
  float: right;
  width: 60px;
  margin-top: 300px;
  margin-right: 60px;
}

.milestone-bg-img8 {
  float: right;
  width: 170px;
  margin-top: 290px;
  margin-left: 0;
  margin-right: 10%;
}

.milestone-bg-img9 {
  float: right;
  width: 50px;
  margin-top: 350px;
  margin-left: 0;
  margin-right: 60px;
}

.milestone-bg-img10 {
  float: right;
  width: 35px;
  margin-top: 443px;
  margin-left: 0;
  margin-right: -61px;
}

.career-intern-img-b {
  border-radius: 300px;
  overflow: hidden;
}

.career-intern-img-b.intern-2 {
  border-radius: 50%;
}

.career-intern-img-b.intern-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.career-intern-photo-b-1 {
  float: right;
  border: 2px solid var(--0284c8);
  background-color: var(--white);
  border-radius: 300px;
  width: 50%;
  margin-top: 2%;
  margin-bottom: 60px;
  margin-right: 2%;
  padding: 10px;
  position: relative;
}

.career-intern-photo-b-2 {
  float: right;
  border: 2px solid var(--7cc422);
  background-color: var(--white);
  border-radius: 50%;
  width: 25%;
  margin-top: 0%;
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 10px;
}

.career-intern-photo-b-3 {
  z-index: 1;
  border: 2px solid var(--0284c8);
  background-color: var(--0284c8);
  text-align: center;
  border-radius: 300px;
  width: 50%;
  margin-top: 0%;
  margin-right: 0%;
  padding: 10px;
  position: relative;
}

.career-intern-photo-b-5 {
  float: left;
  border: 2px solid var(--7cc422);
  background-color: var(--white);
  border-radius: 50%;
  width: 26%;
  margin-top: 4%;
  margin-left: 10%;
  margin-right: 0%;
  padding: 15px;
}

.career-intern-line-1 {
  z-index: -1;
  background-color: var(--0284c8);
  transform-origin: 0%;
  width: 70%;
  height: 2px;
  margin-bottom: -1px;
  margin-left: -9%;
  position: absolute;
  inset: -60% auto auto 0%;
  transform: rotate(34deg);
}

.career-intern-line-2 {
  z-index: -1;
  background-color: var(--7cc422);
  transform-origin: 0%;
  width: 30%;
  height: 2px;
  margin-bottom: -1px;
  margin-left: 59%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(140deg);
}

.career-intern-photo-b-4 {
  float: none;
  border: 2px solid var(--3fb5f3);
  background-color: var(--white);
  border-radius: 50%;
  width: 60%;
  margin-left: 29%;
  padding: 10px;
}

.icon-link-hover {
  z-index: 2;
  opacity: 0;
  text-transform: none;
  position: absolute;
}

.kfa-pop-content {
  z-index: 100;
  opacity: 0;
  background-color: #fff;
  width: 100vw;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 90px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.focus-content-b {
  width: 100%;
  padding-top: 45px;
  position: relative;
}

.focus-btn-circle {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 200px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.focus-btn-circle:hover {
  transform: scale(1.1);
}

.kfa-pop-content-1 {
  z-index: 100;
  opacity: 0;
  background-color: #ffffffe6;
  width: 100vw;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 90px;
  display: none;
  position: fixed;
  inset: 0% auto auto 50%;
  overflow: auto;
  transform: translate(-50%);
}

.timeline-item-txt-b.half {
  float: left;
  text-align: left;
  width: auto;
}

.clinical-trials-b {
  margin-top: 20px;
}

.clinical-link-b {
  overflow: hidden;
}

.clinical-link-b.gary {
  border: 1px solid var(--dddddd);
}

.clinical-link-btn {
  background-color: var(--white);
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}

.clinical-link-expand {
  overflow: hidden;
}

.clinical-link-txt {
  z-index: 1;
  color: var(--5a5a5a);
  padding: 10px 3% 0;
  font-weight: 700;
  position: relative;
}

.clinical-link-mask {
  background-color: #ddd;
  width: 2%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.clinical-link-mask-click {
  background-color: var(--dddddd);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.clinical-link-txt-b {
  padding: 20px 3%;
}

.clinical-link-txt-b.white-bg {
  background-color: var(--white);
}

.clinical-col-l {
  float: left;
  border-right: 0px solid var(--gainsboro);
  text-align: right;
  flex: none;
  align-self: stretch;
  width: 240px;
  padding-bottom: 10px;
  padding-right: 15px;
  font-weight: 800;
}

.clinical-col-l.blue {
  color: var(--5a5a5a);
}

.clinical-col-l.last {
  padding-bottom: 0;
}

.clinical-row {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.clinical-col-r {
  float: left;
  padding-bottom: 10px;
  padding-left: 15px;
}

.clinical-col-r.last {
  padding-bottom: 0;
}

.clinical-link {
  background-image: url('../images/icon-link.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 26px;
  height: 25px;
  transition: opacity .2s;
  display: block;
}

.clinical-link:hover {
  opacity: .6;
}

.caring-logo-b {
  width: 180px;
  height: 65px;
}

.footer-contact-b {
  flex-direction: column;
  margin-top: 2px;
  display: none;
}

.footer-align-b {
  align-items: center;
  display: flex;
}

.bottom-margin-20 {
  margin-bottom: 20px;
}

.bottom-margin-20.about-04 {
  text-align: right;
}

.footer-bottom-row {
  margin-left: 7px;
  margin-right: 7px;
}

.footer-qrcode-title {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.heaader-logo-b {
  float: left;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.news-img-b {
  margin-bottom: 10px;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.img-news {
  position: absolute;
  inset: 0%;
}

.news-txt-b {
  font-size: 14px;
  line-height: 22px;
}

.news-scroll-b {
  height: 300px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
}

.margin-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.img-logo {
  width: 100%;
}

.footer-qrcode-img-b {
  max-width: 250px;
  overflow: hidden;
}

.section-sub-banner {
  height: 450px;
  position: relative;
  overflow: hidden;
}

.sub-banner-img {
  position: absolute;
  inset: 0%;
}

.sub-banner-img.sub-banner-img01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner041.5x.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.about-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner031.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.about-banner02 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner021.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.about-banner03 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner011.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.licensing-and-partnership-01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/licensing-and-partnership-banner1.5x_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.hong-kong-market {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/licensing-and-partnership-banner1.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.drug-safety-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/drug-safety-information-banner011.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.key-focus-area-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/key-focus-area-banner1.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.product-pipeline-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/product-pipeline-banner1.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.lee-s-medical-explore-banner01-copy {
  background-image: linear-gradient(#0284c866, #0284c866), url("https://cdn.prod.website-files.com/6875c75011f07bc3f7c13469/6875c75011f07bc3f7c136ea_Lee's-medical-explore-banner%401.5x.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.recent-new-n-release-banner01-copy {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/Recent-New-n-Release-banner1.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.announcements-and-circulars-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/announcements-and-circulars-banner011.5x.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.contact-information-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/contact-information-banner011.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.corporation-information-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/corporation-information-banner011.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.careers-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/contact-information-banner011.5x_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.financial-reports {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/financial-reports-banner011.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.stock-information {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/stock-information-banner011.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.about-banner-shareholder {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/investors-corporate-governance2x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.esg-reports {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/8589-1-e1569989489263.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.about-banner04 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner011.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.privacy-statement-banner {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/privacy-statement-banner1.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.terms-of-use-banner {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/terms-of-use-banner1.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.sitemap-banner {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/sitemap-banner1.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.genomics-lab-banner01 {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/genomics-lab-banner011.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-img.covid-19-banner {
  background-image: linear-gradient(#0284c866, #0284c866), url('../images/banner-covid-192x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.sub-banner-txt-b {
  float: left;
  text-align: left;
  width: 95%;
  max-width: 980px;
  padding-bottom: 0;
  position: relative;
}

.sub-banner-txt-b.right {
  text-align: right;
  margin-right: 5%;
}

.sub-banner-txt {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
}

.sub-banner-txt.right {
  text-align: right;
}

.sub-banner-heading {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

.sub-banner-heading.blue {
  color: var(--1e3867);
}

.sub-banner-b {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
}

.sub-banner-b.right {
  float: right;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.line-big-block {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.line-big-green {
  background-color: var(--7cc422);
  width: 8%;
  height: 100%;
  margin-right: 2%;
}

.line-big-blue {
  background-color: var(--0284c8);
  width: 90%;
  height: 100%;
}

.board-of-directors-title {
  width: 54%;
  padding-right: 5%;
}

.board-of-directors-name {
  width: 42%;
  padding-right: 5%;
}

.expan-btn {
  width: 2%;
  height: 2%;
  margin-right: 2%;
}

.board-of-directors-top {
  flex-wrap: wrap;
  display: flex;
}

.full-line {
  background-color: var(--0284c8);
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.board-of-directors-bottm {
  overflow: hidden;
}

.board-of-directors-padding {
  width: 100%;
  height: 25px;
}

.heading-line-block {
  float: left;
  margin-bottom: 25px;
  position: relative;
}

.committee-members-block {
  margin-bottom: 25px;
  padding: 20px;
}

.committee-members-block.bg-blue {
  background-color: var(--e4faff);
}

.committee-members-block.bg-white {
  background-color: #fff;
}

.committee-members-text {
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.committee-members-title {
  width: 35%;
}

.committee-members-name {
  width: 65%;
}

.committee-members-term-of-reference {
  text-align: right;
  flex-wrap: wrap;
  padding-left: 7%;
  padding-right: 7%;
}

.timeline-year {
  background-color: var(--white-smoke);
  color: var(--1a5278);
  margin-bottom: -20px;
}

.banner-button-block {
  flex-direction: column;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-image-btn {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 3px #0003;
}

.banner-image-btn:hover {
  box-shadow: none;
}

.products-officially-launched-year-item-content-b {
  z-index: 2;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.products-officially-launched-year-item-content-b.right {
  justify-content: flex-start;
}

.products-officially-launched-year-item-content-b.left {
  justify-content: flex-end;
}

.products-officially-launched-year-item-content-b-year-item {
  float: right;
  clear: right;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.products-officially-launched-year-item-content-b-year-item.left {
  float: left;
  clear: left;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 30px;
}

.products-officially-launched-year-item-content-b-year-item.left.top, .products-officially-launched-year-item-content-b-year-item.top {
  margin-top: 95px;
}

.products-officially-launched-img-b {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-officially-launched-img-b.half {
  width: 165px;
  margin-top: 0;
  padding-left: 15px;
  display: flex;
}

.products-officially-launched-img-b.half.right {
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  display: block;
  position: relative;
}

.products-officially-launched-img-b.half.left {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.products-officially-launched-text-blcok {
  float: right;
  text-align: left;
  width: auto;
}

.products-officially-launched-text-blcok.left {
  float: left;
  text-align: right;
}

.news-corner-image {
  z-index: 1;
  width: 10%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.milestone-products-img-wrap {
  width: 100%;
  overflow: hidden;
}

.milestone-products-img-wrap.products-2021-1 {
  border: 2px solid var(--0284c8);
  background-image: linear-gradient(to bottom, var(--e4faff), var(--e4faff));
  border: 2px solid var(--0284c8);
  background-image: linear-gradient(to bottom, var(--e4faff), var(--e4faff));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.underline-heading-blcok {
  border-bottom: 0px solid var(--0284c8);
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 80px;
}

.about-site-banner-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  margin-bottom: 40px;
}

.about-site-banner-block.sub-banner-01 {
  background-image: url('../images/sub-banner-02.jpg');
}

.about-site-banner-block.sub-banner-02 {
  background-image: url('../images/sub-banner-01.jpg');
  background-size: contain;
}

.underline-heading {
  float: left;
  border-bottom: 3px solid #0084c7;
  padding-bottom: 10px;
  padding-right: 60px;
}

.underline-heading.contact {
  float: none;
  display: inline-block;
}

.gary-text {
  color: var(--afafaf);
}

.products-txt-row {
  margin-bottom: 10px;
}

.products-corner-image {
  z-index: 1;
  width: 15%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bold-text {
  font-weight: 700;
}

.bold-text.green-txt.center {
  text-align: center;
}

.board-of-directors-b-full {
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.products-timeline-sub-title {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.align-center {
  color: var(--0284c8);
  text-align: center;
}

.align-center.cn-larger-text {
  font-family: Noto Sans SC, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.r-trademark {
  font-size: 10px;
  position: relative;
  top: -10px;
}

.manufacturing-content-b {
  background-color: var(--white);
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 3%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 5px #00000069;
}

.manufacturing-list-b {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.manufacturing-list-icon {
  background-color: var(--5a5a5a);
  width: 15px;
  height: 15px;
  margin-top: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.manufacturing-txt-b {
  text-align: left;
  width: 60%;
  margin-top: 0;
  padding-right: 2%;
  display: inline-block;
}

.manufacturing-image-b {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.manufacturing-image-b.image-01 {
  background-image: url('../images/2014年生产厂房内部图-54.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.manufacturing-image-b.image-02 {
  background-image: url('../images/2014年生产厂房内部图-80.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.manufacturing-image-b.image-03 {
  background-image: url('../images/2014年生产厂房内部图-49.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.manufacturing-image-b.image-04 {
  background-image: url('../images/image-04.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.manufacturing-list-2-row-b {
  flex-direction: row;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.manufacturing-list-col-b {
  width: 50%;
  margin-left: 1%;
  margin-right: 1%;
}

.manufacturing-list-col-b._30 {
  width: 30%;
}

.manufacturing-list-col-b._70 {
  width: 70%;
}

.products-tag-btn-b {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.products-tag-btn {
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  width: 25%;
  padding: 2px 10px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.products-tag-btn.w--current {
  text-align: center;
}

.products-tag-btn.blue {
  background-color: var(--white);
  color: var(--steel-blue);
  border-radius: 10px;
  transition: background-color .5s, color .5s;
}

.products-tag-btn.blue:hover, .products-tag-btn.blue.w--current {
  background-color: var(--steel-blue);
  color: var(--white);
}

.products-tag-btn.green {
  color: var(--7cc422);
  text-align: center;
  border-radius: 10px;
  transition: background-color .5s, color .5s;
}

.products-tag-btn.green:hover, .products-tag-btn.green.w--current {
  background-color: var(--7cc422);
  color: var(--white);
}

.products-align-b-blue {
  flex-wrap: wrap;
  display: flex;
}

.drug-safety-txt-b {
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.drug-safety-txt-b.left {
  width: 60%;
}

.drug-safety-content-b {
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0% 0% 2%;
  display: inline;
  position: relative;
}

.drug-safety-content-b.contact {
  background-image: url('../images/drug-safety-information-image011.5x.jpg');
  background-position: 100%;
  background-size: cover;
  padding-bottom: 0%;
  display: block;
}

.drug-safety-icon-b {
  float: left;
  text-align: left;
  width: 40%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 2%;
  position: relative;
}

.drug-safety-icon-b.right {
  float: right;
  padding-left: 2%;
  padding-right: 0%;
  position: relative;
  inset: auto 0% 0% auto;
}

.drug-safety-right-b {
  float: right;
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 2%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.focus-row-b {
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.focus-col-b {
  box-shadow: 1px 1px 6px 0 var(--5a5a5a);
  flex-direction: column;
  width: 48%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.focus-image-b {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  min-height: 240px;
}

.focus-image-b.image-1 {
  background-image: url('../images/key-focus-area-image01.jpg');
  background-position: 32%;
  background-size: cover;
}

.focus-image-b.image-2 {
  background-image: url('../images/key-focus-area-image02.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image-b.image-3 {
  background-image: url('../images/key-focus-area-image03.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image-b.image-4 {
  background-image: url('../images/key-focus-area-image04.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image-b.image-6 {
  background-image: url('../images/key-focus-area-image06.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image-b.image-8 {
  background-image: url('../images/key-focus-area-image08.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image-b.image-7 {
  background-image: url('../images/key-focus-area-image07.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image-b.image-5 {
  background-image: url('../images/key-focus-area-image05.jpg');
  background-position: 55%;
  background-size: cover;
}

.focus-txt-b {
  width: 100%;
  padding: 3%;
}

.pipeline-table-name-b {
  width: 19%;
  display: flex;
}

.pipeline-table-field-top-col-1 {
  width: 14%;
}

.pipeline-table-field-top-col-2 {
  width: 86%;
  display: flex;
}

.clinical-link-sub-txt {
  z-index: 1;
  color: var(--5a5a5a);
  padding: 0 3% 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.explore-txt-b {
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  display: inline-block;
}

.explore-txt-b.left {
  width: 66.66%;
  margin-bottom: 0;
}

.explore-image-row-b {
  text-align: justify;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 -2%;
  display: flex;
}

.explore-image-col-b {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 29.33%;
  margin-bottom: 2%;
  margin-left: 2%;
  margin-right: 2%;
}

.explore-content-b {
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0% 0% 2%;
  display: flex;
  position: relative;
}

.explore-iamge-b {
  float: left;
  text-align: left;
  width: 33.33%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 2%;
  position: relative;
}

.explore-link-b {
  text-align: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0%;
  position: relative;
}

.explore-link-row-b {
  justify-content: center;
  display: flex;
}

.media-btn-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.media-archive-b {
  background-color: var(--white);
  padding: 20px;
}

.media-archive-link-b {
  color: var(--5a5a5a);
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.archive-txt-b {
  width: 75%;
  margin-right: 17%;
  padding-left: 10px;
  position: relative;
}

.archive-icon-b {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
  position: relative;
}

.media-archive-link-mask {
  z-index: 0;
  background-color: var(--gainsboro);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fact-sheet-b {
  background-color: var(--white);
  padding: 20px;
}

.fact-sheet-text {
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.fact-sheet-text-title {
  color: var(--0284c8);
  width: 20%;
}

.fact-sheet-text-name {
  width: 80%;
}

.financial-row-b {
  flex-wrap: wrap;
  display: flex;
}

.financial-col-b {
  padding: 10px;
}

.financial-col-b.left {
  width: 60%;
}

.financial-col-b.left.gary {
  border: 1px solid var(--white);
  background-color: var(--gainsboro);
}

.financial-col-b.right {
  width: 40%;
}

.financial-col-b.right.gary {
  border: 1px solid var(--white);
  background-color: var(--gainsboro);
}

.financial-col-b.right.gary.inner-row, .financial-col-b.right.inner-row {
  padding: 0;
  display: flex;
}

.financial-inner-col-b {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.financial-row-b-line {
  background-color: #d8d8d8;
  width: 98%;
  height: 1px;
  margin-left: 1%;
  margin-right: 1%;
}

.financial-links-b {
  float: left;
  color: var(--5a5a5a);
  text-align: center;
  width: 25%;
  margin-bottom: 50px;
  padding-left: 2%;
  padding-right: 2%;
  text-decoration: none;
  position: relative;
}

.corporation-information-txt {
  margin-bottom: 25px;
}

.careers-row-b {
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.careers-row-b.margin-0 {
  margin-left: 0%;
  margin-right: 0%;
}

.careers-col-b {
  width: 45%;
  padding-left: 1%;
  padding-right: 1%;
}

.careers-col-b.vertical-align {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.careers-col-b-02 {
  width: 33.33%;
  padding-left: 1%;
  padding-right: 1%;
}

.careers-col-b-03 {
  text-align: center;
  width: 25%;
  padding: 10px 8% 10px 10px;
  position: relative;
}

.careers-col-b-03.blue-arrow {
  background-color: var(--d5f7ff);
  background-image: url('../images/carees-arrow-01-01.svg');
  background-position: 101%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.careers-col-b-03.gary-arrow {
  background-color: var(--e8e8e8);
  background-image: url('../images/carees-arrow-02-02.svg');
  background-position: 101%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.careers-col-b-03.gary-arrow.end {
  background-image: url('../images/carees-arrow-03-03.svg');
  background-position: 101%;
  align-items: center;
  display: flex;
}

.careers-image-slider {
  background-color: #0000;
  height: auto;
}

.careers-image-slide-b {
  height: auto;
  padding-left: 7%;
  padding-right: 7%;
}

.careers-image-col-b {
  color: var(--5a5a5a);
  width: 33.33%;
  padding-left: 1%;
  padding-right: 1%;
  text-decoration: none;
  display: flex;
}

.careers-image-col-inner-b {
  background-color: var(--dddddd);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.careers-image-slider-mask {
  height: auto;
}

.careers-image-col-txt-b {
  border: 1px solid var(--dddddd);
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px;
  position: relative;
  top: 0;
}

.careers-image-slide-arrow-b {
  justify-content: center;
  align-items: center;
  width: 7%;
  display: flex;
}

.careers-image-slide-arrow-icon {
  height: 20px;
}

.careers-image-slide-arrow-icon.horizontal {
  transform: rotate(180deg);
}

.pop-image {
  z-index: 1000;
  background-color: #0000004d;
  display: none;
  position: fixed;
  inset: 0;
}

.careers-image-mask-b {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.products-details-links {
  color: #000;
  margin-top: 20px;
  display: block;
}

.map-image {
  mix-blend-mode: multiply;
}

.corporate-image-b {
  float: left;
  border: 10px solid var(--dddddd);
  text-align: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 40%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20%;
  position: relative;
}

.corporate-image-b._01 {
  background-image: url('../images/Corporate-Overview-image-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.corporate-image-b._02 {
  background-image: url('../images/milestones-2002-img12x.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 2%;
}

.corporate-image-b._03 {
  background-image: url('../images/Corporate-Overview-image-03.jpg');
  background-position: 90%;
  background-size: cover;
  margin-left: 0%;
}

.products-market {
  text-align: center;
}

.cn-text {
  font-family: Noto Sans SC, sans-serif;
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.container-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.footer-contact-link-2 {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-contact-link-2:hover {
  opacity: .7;
}

.footer-txt-b-2 {
  color: #fff;
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.footer-bottom-b-2 {
  border-top: 1px solid var(--white);
  color: #fff;
  text-align: center;
  justify-content: center;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.footer-col-l-2 {
  flex: 1;
  order: -1;
  justify-content: space-between;
  margin-left: -10px;
  display: flex;
}

.footer-bottom-line-2 {
  background-color: #fff;
  width: 1px;
  height: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-link-txt-2 {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link-txt-2:hover {
  opacity: .7;
}

.footer-b-2 {
  color: #fff;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 140%;
  display: flex;
}

.footer-col-r-2 {
  float: left;
  order: 1;
  width: 180px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.footer-link-2:hover {
  opacity: .7;
}

.footer-col-2 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-col-2._03 {
  flex: none;
  width: 290px;
}

.footer-col-2._02 {
  width: 200px;
}

.footer-col-2._01 {
  order: -1;
}

.img-qrcode-2 {
  border: 1px solid #ddd;
  width: 70px;
}

.footer-title-2 {
  float: left;
  font-weight: 600;
}

.map-block {
  position: relative;
}

.map-link-app-block {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map-link {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-link.beijing {
  opacity: 1;
  background-color: #0000;
  width: 20%;
  height: 12%;
  top: 16%;
}

.map-link.hefei {
  width: 18%;
  height: 10%;
  top: 35%;
  left: 83%;
}

.map-link.shanghai {
  width: 21%;
  height: 11%;
  top: 47%;
  left: 84%;
}

.map-link.taiwan {
  width: 22%;
  height: 10%;
  top: 60%;
  left: 87%;
}

.map-link.hongkong {
  width: 20%;
  height: 12%;
  top: 72%;
  left: 85%;
}

.map-link.chongqing {
  width: 14%;
  height: 8%;
  top: 36%;
  left: 14%;
}

.map-link.yunnan {
  width: 14%;
  height: 8%;
  top: 52%;
  left: 20%;
}

.map-link.guangzhou {
  width: 40%;
  height: 21%;
  top: 70%;
  left: 23%;
}

.pop-map {
  z-index: 1000;
  background-color: #0000004d;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.blue-txt-2 {
  color: #0284c8;
  margin-right: 5px;
  font-weight: 800;
  line-height: 20px;
  display: inline-block;
}

.contact-link-2 {
  color: #5a5a5a;
  text-decoration: none;
}

.contact-link-2:hover {
  color: #0284c8;
}

.contact-pop-b {
  float: none;
  padding-left: 2%;
  padding-right: 2%;
}

.contact-pop-b.guangzhou {
  position: relative;
}

.pop-map-align-b {
  float: right;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pop-map-img {
  z-index: 1;
  border: 1px solid var(--dddddd);
  position: relative;
}

.img-frame-pop-map {
  float: right;
  border: 2px solid var(--3fb5f3);
  width: 100%;
  margin-top: 15%;
  margin-left: 15%;
  padding-top: 28%;
  padding-bottom: 28%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pop-map-contact-info-b {
  padding-top: 10px;
}

.contact-pop-b-line {
  background-color: var(--steel-blue);
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sitemap-col {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.sitemap-txt-b {
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.sitemap-line {
  background-color: #0084c7;
  width: 50px;
  height: 1px;
  margin-top: 10px;
}

.sitemap-title {
  float: left;
  font-weight: 600;
}

.sitemap-contact-link {
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.sitemap-contact-link:hover {
  opacity: .7;
}

.sitemap-contact-b {
  color: var(--5a5a5a);
  flex-direction: column;
  margin-top: 2px;
  padding-left: 20px;
  display: flex;
}

.btn-icon-block {
  background-image: url('../images/btn-icon.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translate(0, -50%);
}

.btn-icon-block.blue {
  background-image: url('../images/btn-icon-b.svg');
  background-position: 50%;
  background-size: cover;
}

.link-btn-banner {
  color: #1e3867;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-btn-banner.color-02 {
  background-color: var(--1a5278);
  color: var(--white);
}

.careers-pop-silder {
  background-color: #ddd0;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.careers-pop-silde {
  text-align: center;
}

.careers-pop-l-arrow, .careers-pop-r-arrow {
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.careers-pop-r-arrow-iocn {
  width: 20px;
}

.careers-pop-l-arrow-iocn {
  width: 20px;
  transform: rotate(180deg);
}

.pop-opportunities {
  z-index: 1000;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-opportunities-list {
  margin-left: 20px;
}

.popup-opportunities-list-itam {
  padding-bottom: 10px;
}

.pop-opportunities-text-block {
  height: 100%;
  padding: 30px;
  overflow: scroll;
}

.careers-image-col-txt {
  border: 1px solid var(--dddddd);
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.pop-news {
  z-index: 1000;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.pop-news-image {
  margin-top: 20px;
}

.pop-news-text-block {
  height: 100%;
  padding: 30px;
  overflow: scroll;
}

.genomics-lab-content-b {
  align-items: center;
  margin-bottom: 80px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 2%;
  display: flex;
  position: relative;
}

.genomics-lab-content-b.blue-bg {
  background-color: var(--f3fbfd);
}

.genomics-lab-content-b.bg {
  background-image: url('../images/genomics-lab-image-04.jpg');
  background-position: 50%;
  background-size: 105%;
}

.genomics-lab-txt-b {
  text-align: justify;
  width: 59%;
  margin-top: 0;
  display: inline-block;
}

.genomics-lab-txt-b.full {
  width: 100%;
}

.genomics-lab-txt-b.full.padding {
  background-color: #fffc;
  padding: 20px;
}

.genomics-lab-txt-b.left {
  padding-right: 2%;
}

.genomics-lab-image-b {
  float: left;
  text-align: left;
  border-radius: 100%;
  width: 40%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0%;
  position: relative;
}

.banner-button-block-m {
  flex-direction: column;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-career-bg {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.black-fade {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.home-career {
  position: relative;
}

.home-absolute-content-b {
  z-index: 9;
  text-align: center;
  width: 100%;
  max-width: 650px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.white {
  color: var(--white);
}

.home-research-development-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.home-research-development-col {
  text-align: center;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-research-development-text {
  margin-top: 10px;
  font-weight: 700;
}

.home-manufacturing-sites {
  position: relative;
}

.home-img-text-row {
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-img-text-row.reverse {
  justify-content: flex-end;
  overflow: visible;
}

.home-col-text {
  background-color: var(--white);
  width: 45%;
  padding: 3%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
  box-shadow: 1px 0 5px #00000069;
}

.home-col-img {
  width: 70%;
}

.home-col-text-p {
  margin-top: 5px;
}

.min-height-none {
  min-height: auto;
}

.home-col-text-r {
  background-color: var(--white);
  width: 45%;
  padding: 3%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 1px 0 5px #00000069;
}

.home-manufacturing-sites-bg {
  background-image: url('../images/home-manufacturing-sites-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.menu-dropdown-toggle-icon {
  margin-right: 0;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.menu-dropdown-lang-icon {
  width: 25px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-center {
  text-align: center;
}

.content-b-10 {
  margin-top: 10px;
}

.covid-content {
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.covid-content-row {
  flex-flow: row-reverse wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.covid-content-row.reverse {
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}

.covid-content-text {
  width: 50%;
  padding: 20px 10px;
}

.covid-content-img-block {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

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

.white-bg {
  background-color: var(--white);
}

.home-img-text-b {
  width: 100%;
  height: 100%;
}

.covid-intro {
  margin-bottom: 80px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.text-justify {
  text-align: justify;
}

.footer-line-img-b {
  background-image: url('../images/footer-line.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.covid-content-img, .covid-content-img._01, .covid-content-img._02, .covid-content-img._03, .covid-content-img._04, .covid-content-img._00 {
  width: 100%;
  height: 100%;
}

.home-sub-text-banner {
  background-color: var(--white-smoke);
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.about-white-bg-01 {
  background-color: #fff;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-01 {
  text-align: left;
  padding-left: 30%;
}

.blue {
  color: var(--0284c8);
}

.about-02-heading {
  text-align: center;
}

.product-row {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.product-col-l {
  border-right: 1px solid var(--0284c8);
  width: 25%;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 130%;
}

.product-col-r {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}

.product-col-l-link-button {
  color: #9e9e9e;
  background-color: #0000;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.product-col-l-link-button:hover, .product-col-l-link-button:focus {
  color: var(--0284c8);
}

.product-col-l-link-button.w--current {
  background-color: #0000;
}

.product-col-l-link-button.active {
  color: var(--0284c8);
}

.product-col-l-link-button-line {
  background-color: var(--7cc422);
  width: 0%;
  height: 1px;
}

.product-col-l-link-button-line.active {
  width: 100%;
}

.product-col-l-link-row {
  margin-top: -30px;
  position: sticky;
  top: 140px;
}

.product-col-l-link-col {
  width: 100%;
  margin-top: 30px;
  text-decoration: none;
  display: block;
  position: relative;
}

.product-col-l-link-title {
  position: relative;
}

.product-col-l-link-title-active {
  display: flex;
}

.product-col-l-link-title-text {
  color: var(--0284c8);
  background-color: #ddebf7;
  flex: 1;
  padding: 8px 15px;
}

.product-col-l-link-title-text.active {
  color: var(--white);
  text-shadow: 1px 1px 4px #5a5a5acc;
  background-image: linear-gradient(to right, #abd5eb, #cfe8bf);
  font-weight: 700;
}

.product-col-l-link-title-line01 {
  background-color: #deebf7;
  width: 8px;
}

.product-col-l-link-title-line01.active {
  background-color: #329cd2;
}

.product-col-l-link-title-line02 {
  width: 2px;
  margin-left: 1px;
  margin-right: 2px;
  padding-bottom: 15px;
}

.product-col-l-link-title-line02.active {
  width: 8px;
}

.div-block-10 {
  background-color: var(--7cc422);
  width: 100%;
  height: 100%;
}

.product-col-l-link-title-normal {
  cursor: pointer;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.no-overflow {
  overflow: visible;
}

.product-col-l-link-button-line-b {
  width: 100%;
  height: 1px;
  padding-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs {
  flex-wrap: wrap;
  display: flex;
}

.footer-txt-inner-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-qr-img-b {
  aspect-ratio: 1;
  width: 80px;
}

html.w-mod-js [data-ix="submenu-hover"] {
  opacity: 1;
}

html.w-mod-js [data-ix="fade-in-from-bottom"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="banner-txt"] {
  opacity: 0;
  transform: translate(-2%);
}

html.w-mod-js [data-ix="pop"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-link-mask"] {
  width: 0;
}

html.w-mod-js [data-ix="link-mask-click"] {
  display: none;
}

html.w-mod-js [data-ix="healthcare-link-expand"] {
  height: 0;
}

html.w-mod-js [data-ix="back-to-top-btn"] {
  opacity: 1;
}

html.w-mod-js [data-ix="home-research-post"] {
  transform: rotateX(0)rotateY(90deg)rotateZ(0)skewX(0)skewY(4deg);
}

html.w-mod-js [data-ix="home-slide-img"], html.w-mod-js [data-ix="sub-banner-img"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="home-banner-b"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="sub-banner-b"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="rotate-animation"], html.w-mod-js [data-ix="rotate-animation-bg"] {
  transform: rotateX(0)rotateY(90deg)rotateZ(0)skewX(0)skewY(2deg);
}

html.w-mod-js [data-ix="scroll-rotate-and-hover"], html.w-mod-js [data-ix="pop-roatate"] {
  transform: rotateX(0)rotateY(-50deg)rotateZ(0);
}

html.w-mod-js [data-ix="products-shadow"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="ptoducts-btn-mask"] {
  transform: scale(.1);
}

html.w-mod-js [data-ix="pipeline-stage-arrow-bar-scroll"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="milestone-item-scroll"], html.w-mod-js [data-ix="milestone-timeline-year-scroll"] {
  opacity: 0;
}

html.w-mod-js [data-ix="career-wheel-rotate"] {
  transform: rotate(0);
}

html.w-mod-js [data-ix="career-ctivities-photo-type1-scroll"], html.w-mod-js [data-ix="career-intern-scroll"] {
  opacity: 0;
}

html.w-mod-js [data-ix="career-balls-scroll"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="common-fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="board-of-directors-text-block"] {
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="opacity-0"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  h4 {
    text-transform: none;
  }

  .menu-link-txt, .menu-link {
    font-size: 16px;
  }

  .year-select-b.relative {
    position: relative;
  }

  .categories-link.blue, .categories-link.blue.w--current {
    color: var(--1e3867);
  }

  .btn-txt-blue {
    display: none;
  }

  .milestone-timeline-year-item.left.v2 {
    margin-left: 0%;
  }

  .milestone-timeline-year-img-b.half.left.v2 {
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 2%;
  }

  .caring-logo-b {
    width: 152px;
    height: 46px;
  }

  .footer-contact-b {
    display: none;
  }

  .section-sub-banner {
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .sub-banner-img.about-banner01 {
    background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner031.5x.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .sub-banner-img.about-banner02 {
    background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner021.5x.jpg');
  }

  .sub-banner-img.about-banner03 {
    background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner011.5x.jpg');
  }

  .sub-banner-img.about-banner-shareholder {
    background-image: linear-gradient(#0284c866, #0284c866), url('../images/about-banner021.5x.jpg');
  }

  .sub-banner-img.about-banner04 {
    background-image: linear-gradient(#0284c866, #0284c866), url('../images/hefei-manufacturing-site-banner1.5x.jpg');
  }

  .sub-banner-img.privacy-statement-banner {
    background-image: linear-gradient(#0284c866, #0284c866), url('../images/privacy-statement-banner1.5x.jpg');
  }

  .sub-banner-img.terms-of-use-banner {
    background-image: linear-gradient(#0284c866, #0284c866), url('../images/terms-of-use-banner1.5x.jpg');
  }

  .sub-banner-txt-b {
    padding-right: 40px;
  }

  .sub-banner-heading.blue {
    color: var(--1e3867);
  }

  .sub-banner-b {
    justify-content: flex-start;
    width: 100%;
    max-width: 1280px;
    padding-left: 40px;
    display: flex;
  }

  .banner-button-block {
    z-index: 2;
  }

  .banner-image-btn {
    color: var(--1e3867);
  }

  .banner-image-btn.w--current {
    cursor: pointer;
  }

  .products-tag-btn {
    text-align: center;
    width: 20%;
  }

  .drug-safety-txt-b._60 {
    width: 60%;
  }

  .archive-txt-b {
    width: 75%;
    margin-right: 17%;
  }

  .products-market {
    margin-top: 40px;
  }

  .footer-col-2._03 {
    width: 30%;
  }

  .sitemap-col {
    margin-bottom: 40px;
  }

  .sitemap-list-item {
    margin-bottom: 10px;
  }

  .banner-button-block-m {
    z-index: 2;
    display: none;
  }

  .home-manufacturing-sites-bg {
    min-height: 700px;
  }

  .covid-content, .covid-intro {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer-line-img-b {
    height: 12px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .section-content.inner-banner {
    height: 280px;
    min-height: 0;
  }

  .section-content.covid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header {
    background-image: none;
    border-top-style: none;
    display: block;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.menu {
    z-index: 1000;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-b {
    width: 25%;
    display: none;
  }

  .content-b {
    width: 100%;
  }

  .txt-b.corporation-info {
    margin-bottom: 0;
  }

  .blue-txt {
    padding-top: 0;
  }

  .logo {
    padding-left: 0;
  }

  .menu-link-txt {
    text-align: left;
    background-image: linear-gradient(#f5f5f5, #f5f5f5);
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 20px 5%;
    font-size: 16px;
    display: block;
    overflow: auto;
  }

  .menu-link-txt:hover {
    background-image: none;
  }

  .nav-menu {
    z-index: 900;
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 110px;
    padding-bottom: 50px;
    display: block;
    position: fixed;
    inset: 0% 0;
    overflow: auto;
    transform: translate(0);
  }

  .line {
    display: none;
  }

  .line.footer, .line.heading {
    display: block;
  }

  .title-b {
    justify-content: flex-start;
    width: 100%;
    height: 280px;
    margin-left: 0;
    padding-top: 25px;
    display: block;
  }

  .footer-bottom-b {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-dropdown-b {
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: auto;
  }

  .menu-dropdown-toggle {
    background-color: var(--f5f5f5);
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-dropdown-toggle:hover {
    background-color: var(--white);
    background-image: none;
  }

  .menu-dropdownlist {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .line-menu {
    width: 100%;
    margin-right: 5%;
  }

  .submenu-dropdown-toggle {
    width: 100%;
  }

  .submenu-dropdownlist {
    box-shadow: none;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .menu-link {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
  }

  .mobile-menu-line01, .mobile-menu-line02, .mobile-menu-line03 {
    background-image: linear-gradient(to bottom, var(--5a5a5a), var(--5a5a5a));
    width: 30px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu-btn {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu-btn.w--open {
    background-color: #0000;
  }

  .mobile-img {
    float: right;
    width: 75%;
    margin-top: -80px;
    margin-bottom: 25px;
    margin-right: -5.55%;
    display: block;
    position: relative;
  }

  .trading-list-b {
    padding-top: 25px;
  }

  .trading-list-txt-b {
    padding-top: 0;
  }

  .corporate-content-b {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .corporate-content-b.about-02 {
    text-align: left;
    flex-direction: column;
  }

  .corporate-txt-b {
    margin-left: 0%;
  }

  .corporate-txt-b.no-image-auto {
    margin-left: 2%;
  }

  .listing-b {
    padding-top: 30px;
  }

  .table-row.products {
    width: 900px;
  }

  .products-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .products-align-b {
    margin-left: -15px;
    margin-right: -15px;
  }

  .products-img-b {
    padding-left: 0%;
    padding-right: 0%;
  }

  .mobile-img-b {
    float: right;
    width: 100%;
  }

  .pop {
    width: 70%;
  }

  .pop-products {
    display: none;
  }

  .table-col3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-col3.financial-highlights {
    width: 25%;
  }

  .table-col2-careers {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-col2-careers.financial-highlights {
    width: 25%;
  }

  .table-col4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-col4.financial-highlights {
    width: 20%;
  }

  .table-col1-careers {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-col1-careers.financial-highlights {
    width: 30%;
  }

  .table-row-title {
    width: 50%;
    margin-left: 30%;
  }

  .sales-network-img {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sales-network-branch {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .articles-title-b {
    flex: 1;
    width: auto;
  }

  .articles-b {
    display: flex;
  }

  .link-btn.home-news {
    width: 30%;
  }

  .link-btn.articles {
    width: auto;
  }

  .link-btn.home-career {
    width: 50%;
  }

  .link-btn.covid {
    display: inline-block;
  }

  .link-btn.home-top {
    width: 30%;
  }

  .healthcare-b {
    width: 100%;
  }

  .year-field {
    width: 30%;
  }

  .form.milestones {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .media-b, .list-of-directors-b {
    width: 50%;
  }

  .directors-title, .financial-txt {
    padding-top: 0;
  }

  .home-heading {
    line-height: 50px;
  }

  .home-news-slide {
    width: 50%;
  }

  .home-banner-b {
    width: 80%;
  }

  .table-col-products {
    width: 112px;
  }

  .products-table-txt {
    font-size: 15px;
    line-height: 20px;
  }

  .products-launch-img {
    background-size: 900px;
    width: 900px;
    height: 740px;
  }

  .products-launch-b {
    overflow: auto;
  }

  .categories-b.sales-network {
    margin-top: 70px;
  }

  .table-col1-careers-blue, .table-col2-careers-blue {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-home-banner {
    height: 540px;
    margin-bottom: 40px;
  }

  .careers-b {
    flex-direction: column;
    display: flex;
  }

  .careers-b.mini.transparent {
    margin-left: 0%;
    margin-right: 0%;
  }

  .qrcode-b {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .qrcode-title {
    height: auto;
  }

  .footer-qrcode-row {
    width: 33.33%;
    padding-right: 10px;
  }

  .footer-qrcode-b {
    display: flex;
  }

  .qrcode-align-b {
    display: none;
  }

  .qrcode-align-b.mobile {
    display: block;
  }

  .product-pipeline-top-row {
    font-size: 13px;
    line-height: 19px;
  }

  .pipeline-table-field-top {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pipeline-table-subgroup-b {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 17px;
  }

  .pipeline-table-data-row {
    align-items: stretch;
  }

  .pipeline-table-data-field {
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .pipeline-table-data-field.col2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pipeline-table-left-b {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .milestone-timeline-b {
    padding-top: 0;
  }

  .milestone-timeline-year-b {
    margin-bottom: 0;
  }

  .milestone-timeline-year-item {
    margin-bottom: 10px;
  }

  .milestone-timeline-year-item.left {
    margin-top: 10px;
  }

  .milestone-timeline-year-item-content-b.left {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .milestone-timeline-year-item-content-b.right {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
  }

  .milestone-timeline-year-item-content-b.right.v2 {
    flex-direction: column;
  }

  .milestone-timeline-year-img-b {
    margin-left: -2%;
    margin-right: -2%;
  }

  .milestone-timeline-year-img-b.half {
    min-width: 60%;
  }

  .milestone-bg-img1 {
    width: 85px;
  }

  .milestone-bg-img2 {
    width: 80px;
  }

  .milestone-bg-img3 {
    width: 180px;
  }

  .milestone-bg-img4 {
    width: 200px;
  }

  .milestone-bg-img5 {
    width: 25px;
  }

  .milestone-bg-img6 {
    width: 80px;
  }

  .milestone-bg-img7 {
    width: 40px;
  }

  .milestone-bg-img8 {
    width: 180px;
  }

  .milestone-bg-img9 {
    width: 60px;
  }

  .milestone-bg-img10 {
    width: 30px;
  }

  .career-intern-img-b.intern-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .career-intern-photo-b-1 {
    border-width: 1px;
    width: 56%;
    padding: 5px;
  }

  .career-intern-photo-b-2 {
    border-width: 1px;
    margin-top: 0%;
    padding: 5px;
  }

  .career-intern-photo-b-3 {
    border-width: 1px;
    width: 60%;
    padding: 5px;
  }

  .career-intern-photo-b-5 {
    border-width: 1px;
    margin-top: 10%;
    padding: 10px;
  }

  .career-intern-line-1 {
    top: -70%;
  }

  .career-intern-line-2 {
    height: 1px;
  }

  .career-intern-photo-b-4 {
    border-width: 1px;
    padding: 5px;
  }

  .kfa-pop-content {
    padding-top: 135px;
    padding-bottom: 40px;
  }

  .focus-btn-circle {
    width: 100%;
    padding-top: 100%;
  }

  .clinical-trials-b {
    width: 100%;
  }

  .caring-logo-b {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-b {
    display: block;
  }

  .footer-bottom-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-qrcode-title {
    height: 34px;
  }

  .heaader-logo-b {
    z-index: 1000;
    border-top: 5px solid var(--3fb5f3);
    background-image: url('../images/header-bg1.5x.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .footer-qrcode-img-b {
    height: auto;
    display: block;
  }

  .section-sub-banner {
    height: 280px;
  }

  .sub-banner-heading {
    line-height: 50px;
  }

  .board-of-directors-name {
    width: 40%;
  }

  .expan-btn {
    width: 4%;
    height: 4%;
  }

  .committee-members-text {
    padding-left: 4%;
    padding-right: 4%;
  }

  .banner-button-block {
    display: none;
  }

  .banner-button-block.awards {
    display: block;
  }

  .products-officially-launched-year-item-content-b.right, .products-officially-launched-year-item-content-b.left {
    font-size: 14px;
    line-height: 24px;
  }

  .products-officially-launched-year-item-content-b-year-item {
    margin-bottom: 45px;
    padding-left: 10px;
  }

  .products-officially-launched-year-item-content-b-year-item.left {
    margin-top: 45px;
    padding-right: 10px;
  }

  .products-officially-launched-img-b {
    margin-left: -2%;
    margin-right: -2%;
  }

  .products-officially-launched-img-b.half {
    padding-left: 4%;
  }

  .milestone-products-img-wrap.products-2021-1 {
    width: 120px;
    height: 120px;
  }

  .manufacturing-content-b {
    flex-direction: column;
    margin-left: 0%;
    margin-right: 0%;
  }

  .manufacturing-txt-b {
    width: 100%;
    margin-left: 0%;
  }

  .manufacturing-image-b {
    width: 60%;
    height: 200px;
    display: block;
  }

  .products-tag-btn {
    width: 35%;
  }

  .drug-safety-txt-b {
    margin-left: 0%;
  }

  .drug-safety-content-b {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .drug-safety-content-b.contact {
    padding-bottom: 0%;
  }

  .drug-safety-right-b {
    margin-left: 0%;
  }

  .focus-row-b {
    margin-left: 0%;
    margin-right: 0%;
  }

  .focus-col-b {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 0;
    padding-right: 0;
  }

  .focus-image-b {
    min-height: 180px;
  }

  .explore-txt-b, .explore-image-row-b {
    margin-left: 0%;
  }

  .explore-content-b, .explore-link-b {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .fact-sheet-text {
    padding-left: 4%;
    padding-right: 4%;
  }

  .financial-col-b.left, .financial-col-b.right, .financial-col-b.right.inner-row {
    width: 50%;
  }

  .financial-inner-col-b {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .financial-links-b {
    width: 33.33%;
  }

  .careers-row-b.margin-0 {
    min-width: 1000px;
  }

  .careers-row-b.summer {
    flex-direction: column;
  }

  .careers-col-b {
    width: 100%;
  }

  .careers-col-b.vertical-align {
    text-align: left;
    width: 100%;
  }

  .careers-col-b-03.blue-arrow {
    background-size: contain;
  }

  .careers-image-col-txt-b {
    min-height: 40%;
    max-height: 100%;
  }

  .pop-image {
    display: none;
  }

  .careers-mask {
    overflow: auto;
  }

  .careers-text {
    font-size: 40px;
    line-height: 40px;
  }

  .container-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-contact-link-2 {
    cursor: auto;
    font-weight: 500;
    transition-property: none;
  }

  .footer-contact-link-2:hover {
    opacity: 1;
  }

  .footer-bottom-b-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-col-l-2 {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer-b-2 {
    display: block;
  }

  .footer-col-r-2 {
    width: 100%;
  }

  .footer-col-2 {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-col-2._03 {
    flex: 0 auto;
    width: 33.33%;
    padding-right: 0;
  }

  .footer-col-2._02, .footer-col-2._01 {
    width: 33.33%;
  }

  .pop-map {
    display: none;
  }

  .blue-txt-2 {
    padding-top: 0;
  }

  .contact-pop-b {
    width: 100%;
  }

  .contact-pop-b.guangzhou {
    margin-bottom: 40px;
  }

  .sitemap-col {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sitemap-contact-link {
    cursor: auto;
    font-weight: 500;
    transition-property: none;
  }

  .sitemap-contact-link:hover {
    opacity: 1;
  }

  .sitemap-contact-b {
    display: block;
  }

  .careers-image-col-txt {
    text-align: center;
  }

  .genomics-lab-content-b {
    margin-left: 0%;
    margin-right: 0%;
  }

  .genomics-lab-txt-b {
    margin-left: 0%;
  }

  .banner-button-block-m {
    display: none;
  }

  .home-absolute-content-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-research-development-row {
    margin-top: -30px;
  }

  .home-research-development-col {
    width: 50%;
    margin-top: 30px;
  }

  .home-img-text-row {
    display: block;
  }

  .home-col-text {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .home-col-img {
    width: 100%;
  }

  .home-col-text-r {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .menu-dropdown-toggle-icon {
    margin-right: 5%;
  }

  .menu-dropdown-lang-icon {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-b-10 {
    text-align: center;
  }

  .covid-content {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0%;
  }

  .covid-content-text {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0;
  }

  .covid-content-img-block {
    width: 100%;
    min-height: 350px;
  }

  .home-img-text-b {
    box-shadow: 3px 3px 4px #00000026;
  }

  .covid-intro {
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0%;
  }

  .footer-line-img-b {
    background-position: 65% 0;
  }

  .covid-content-img._04, .covid-content-img._00 {
    background-position: 50% 0;
  }

  .about-01 {
    padding-left: 0%;
  }

  .blue {
    color: var(--0284c8);
  }

  .about-02-heading {
    text-align: left;
  }

  .greaterchina-location-dropdown-list {
    z-index: 0;
    background-color: var(--white);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: -30px;
    padding-top: 30px;
    display: block;
    overflow: hidden;
  }

  .product-row {
    margin-left: 0;
    margin-right: 0;
  }

  .product-col-l-link-row {
    margin-top: -20px;
  }

  .product-col-l-link-col {
    margin-top: 20px;
  }

  .footer-txt-inner-row {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 23px;
  }

  h1 {
    font-size: 15px;
    line-height: 25px;
  }

  h2 {
    letter-spacing: 1.5px;
    margin-left: -2px;
    font-size: 30px;
    line-height: 30px;
  }

  h3 {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .all {
    padding-top: 70px;
  }

  .all.overflow-hidden {
    overflow: hidden;
  }

  .section-content {
    min-height: 650px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-content.inner-banner {
    height: 200px;
  }

  .section-content.terms, .section-content.privacy, .section-content.bg4-blue {
    padding-top: 40px;
  }

  .section-content.drug-safety-200px {
    padding-bottom: 0;
  }

  .section-content.home-careers {
    min-height: auto;
    padding-top: 50px;
  }

  .section-content.home, .section-content.covid {
    min-height: auto;
  }

  .section-content.covid.padding-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-content.about-bg-01 {
    min-height: auto;
  }

  .section-content.about-02 {
    min-height: auto;
    padding-top: 40px;
  }

  .header {
    height: 70px;
  }

  .container.board-of-directors, .container.committee, .container.key-personnel {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .categories-txt {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 21px;
  }

  .img-b {
    display: none;
  }

  .blue-txt {
    font-size: 13px;
    line-height: 23px;
  }

  .logo {
    width: 120px;
  }

  .menu-link-txt {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-menu {
    margin-top: 70px;
  }

  .line.heading {
    height: 3px;
  }

  .section-footer {
    height: auto;
  }

  .footer-txt {
    font-size: 10px;
    line-height: 15px;
  }

  .margin-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .txt-footer {
    font-size: 10px;
  }

  .title-b {
    height: 200px;
    padding-top: 30px;
    display: block;
  }

  .footer-bottom-b {
    font-size: 12px;
    line-height: 22px;
  }

  .menu-link {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .mobile-menu-btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .mobile-img {
    width: 95%;
    display: block;
  }

  .trading-txt-col-l {
    width: 25%;
  }

  .trading-txt-col-r {
    width: 75%;
  }

  .corporate-content-b {
    flex-direction: column-reverse;
    width: 100%;
  }

  .corporate-content-b.about-02 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .corporate-content-b.about-04 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .corporate-txt-b {
    width: 100%;
  }

  .corporate-txt-b.right {
    width: 100%;
    margin-bottom: 2%;
    padding-left: 0%;
  }

  .corporate-txt-b.left {
    width: 100%;
    padding-bottom: 2%;
    padding-right: 0%;
  }

  .corporate-txt-b.about-04 {
    text-align: left;
  }

  .content-b-full.partnership {
    margin-top: 25px;
  }

  .content-b-full.financial {
    overflow: auto;
  }

  .group-chart-img {
    display: none;
  }

  .listing {
    padding-left: 7%;
  }

  .listing-b.business-operation {
    width: 100%;
    margin-left: 0%;
    padding-left: 1.5%;
  }

  .group-chart-img-mobile {
    margin-left: -2.5%;
    margin-right: -2.5%;
    display: block;
  }

  .table-b.business-operation {
    display: none;
  }

  .table-title {
    font-size: 15px;
    line-height: 20px;
  }

  .table-row {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .table-row.products {
    width: 900px;
  }

  .products-b {
    width: 100%;
  }

  .products-name {
    font-size: 17px;
  }

  .product-title-b {
    margin-bottom: 25px;
  }

  .pop {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pop.opportunities, .pop.news {
    height: 80vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .products-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pop-products-b {
    height: 240px;
    margin-bottom: 25px;
  }

  .business-operation-align {
    padding-top: 25px;
  }

  .business-operation-title {
    width: 100%;
    margin-bottom: 10px;
  }

  .business-operation-icon {
    width: 7%;
  }

  .sales-network-img {
    margin-top: 35px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .branch-txt {
    font-size: 10px;
  }

  .branch-title {
    font-size: 12px;
    line-height: 12px;
  }

  .link-btn.media {
    margin-top: 10px;
  }

  .link-btn.home-news {
    width: 50%;
  }

  .link-btn.home-career {
    height: 40px;
    margin-top: 5px;
  }

  .link-btn.home-top {
    width: 50%;
  }

  .btn-txt {
    font-size: 15px;
    line-height: 20px;
  }

  .healthcare-b {
    margin-top: 15px;
  }

  .year-field {
    width: 30%;
  }

  .form.milestones {
    justify-content: flex-start;
  }

  .media-content-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px;
  }

  .date-txt {
    font-size: 10px;
    line-height: 20px;
  }

  .media-align-b {
    margin-left: 0%;
    margin-right: 0%;
  }

  .media-b {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .directors-content-b {
    height: 220px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .directors-title {
    font-size: 13px;
    line-height: 23px;
  }

  .financial-img-align-b {
    margin-bottom: 25px;
  }

  .financial-txt {
    font-size: 13px;
    line-height: 15px;
  }

  .financial-txt-b {
    height: 40px;
  }

  .form-field-b {
    width: 100%;
  }

  .txt-area {
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-heading {
    color: var(--1a5278);
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 40px;
  }

  .home-txt {
    color: var(--5a5a5a);
    font-size: 15px;
    line-height: 19px;
  }

  .home-title-b {
    margin-bottom: 20px;
  }

  .home-content-b {
    margin-top: 0;
  }

  .home-news-slide {
    width: 100%;
  }

  .home-news-align-b {
    margin-bottom: 40px;
  }

  .news-title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 19px;
  }

  .home-news-link-b {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px;
  }

  .home-banner-b {
    background-image: none;
    width: 100%;
    height: auto;
    padding: 20px 5% 0;
  }

  .table-b-mobile {
    display: block;
  }

  .products-table-txt {
    font-size: 13px;
    line-height: 17px;
  }

  .products-launch-img {
    background-size: 900px;
    inset: 0;
  }

  .form-slide-to-submit-txt {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-top.w--current {
    background-image: url('../images/btn-top-mobile.svg');
    background-position: 50%;
    height: 70px;
    margin-right: 0;
  }

  .slide-txt {
    font-size: 15px;
    line-height: 20px;
  }

  .categories-b {
    color: var(--5a5a5a);
    margin-bottom: 10px;
  }

  .categories-link {
    color: var(--5a5a5a);
    font-size: 11px;
  }

  .btn-txt-blue {
    font-size: 15px;
    line-height: 20px;
  }

  .section-home-banner {
    height: auto;
    margin-bottom: 0;
  }

  .home-slide-img {
    padding-top: 40%;
    position: relative;
  }

  .home-banner-txt-b {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-left: 0%;
    top: 0%;
    transform: translate(0);
  }

  .footer-line {
    margin-top: 5px;
  }

  .careers-b {
    margin-bottom: 50px;
  }

  .partnership-map {
    display: none;
  }

  .partnership-map-mobile {
    display: block;
  }

  .product-pipeline-top-row {
    display: none;
  }

  .pipeline-table-subgroup-b {
    border-top: 1px solid var(--afafaf);
    flex-direction: column;
  }

  .pipeline-table-data-b {
    clear: both;
    width: 100%;
  }

  .pipeline-table-data-row {
    border-bottom: 1px solid var(--dddddd);
    flex-wrap: wrap;
    padding: 10px;
  }

  .pipeline-table-data-field {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .pipeline-table-data-field.col2 {
    align-self: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 900;
  }

  .pipeline-table-stage-b {
    align-self: center;
    width: 40%;
    display: block;
  }

  .pipeline-table-stage-col, .pipeline-table-stage-arrow-b {
    display: none;
  }

  .pipeline-table-top-row-mobile {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    display: block;
  }

  .pipeline-table-top-row-mobile-field {
    float: left;
  }

  .pipeline-table-top-row-mobile-field.col1 {
    width: 60%;
  }

  .pipeline-table-top-row-mobile-field.col3 {
    text-align: center;
    width: 40%;
  }

  .pipeline-table-left-b {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .pipeline-table-stage-txt-mobile {
    text-align: center;
    display: block;
  }

  .milestone-timeline-b {
    padding-top: 20px;
  }

  .milestone-timeline-axis-b {
    inset: 0% auto 0% 0%;
    transform: none;
  }

  .milestone-timeline-year-b {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .milestone-timeline-year-label {
    float: left;
    width: 100%;
  }

  .milestone-timeline-year-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .milestone-timeline-year-item.left {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0%;
    padding-left: 10px;
    padding-right: 0;
  }

  .milestone-timeline-year-item.left.second {
    margin-top: 10px;
  }

  .milestone-timeline-year-item.left.v2 {
    width: 100%;
  }

  .milestone-timeline-year-item.end {
    margin-bottom: 10px;
  }

  .milestone-timeline-year-item.v2 {
    width: 100%;
  }

  .milestone-timeline-year-item-content-b.left {
    flex-direction: column-reverse;
  }

  .milestone-timeline-year-item-content-b.right {
    width: 100%;
    padding: 10px;
  }

  .milestone-timeline-year-item-content-b.right.v2 {
    flex-direction: row;
  }

  .milestone-timeline-year-point, .milestone-timeline-year-point.left {
    inset: 50% auto auto -2%;
    transform: translate(-50%, -50%);
  }

  .milestone-timeline-year-point-line.left {
    margin-left: 7px;
    margin-right: 0;
    inset: 50% auto auto;
  }

  .milestone-timeline-year-img-b.half {
    min-width: 30%;
    margin-right: 0%;
  }

  .milestone-timeline-year-img-b.half.left {
    margin-left: 0%;
  }

  .milestone-bg-b {
    display: none;
  }

  .career-intern-photo-b-1 {
    margin-bottom: 12%;
    padding: 1%;
  }

  .career-intern-photo-b-2 {
    float: right;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 1%;
  }

  .career-intern-photo-b-3 {
    width: 60%;
    margin-top: 5%;
    padding: 1%;
  }

  .career-intern-photo-b-5 {
    margin-top: 25%;
    padding: 2%;
  }

  .career-intern-line-1 {
    width: 50%;
    top: -50%;
    transform: rotate(40deg);
  }

  .career-intern-line-2 {
    margin-left: 68%;
  }

  .career-intern-photo-b-4 {
    width: 30%;
    margin-top: 18%;
    margin-left: 2%;
    padding: 1%;
  }

  .kfa-pop-content {
    padding-top: 110px;
  }

  .focus-content-b {
    padding-top: 30px;
  }

  .clinical-trials-b {
    margin-top: 15px;
  }

  .clinical-link-b {
    border-radius: 10px;
  }

  .clinical-link-b.gary {
    border-radius: 0;
  }

  .clinical-link-txt {
    padding-left: 4%;
    padding-right: 4%;
    line-height: 19px;
  }

  .clinical-link-txt-b {
    padding: 10px 4% 15px;
  }

  .clinical-col-l {
    float: none;
    text-align: left;
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clinical-row {
    display: block;
  }

  .clinical-col-r {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .bottom-margin-20 {
    margin-bottom: 10px;
  }

  .footer-bottom-row {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-qrcode-title {
    height: 51px;
  }

  .news-scroll-b, .section-sub-banner {
    height: auto;
  }

  .sub-banner-img {
    padding-top: 40%;
    position: relative;
  }

  .sub-banner-txt-b {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-left: 0%;
    top: 0%;
    transform: translate(0);
  }

  .sub-banner-txt {
    color: var(--5a5a5a);
    line-height: 40px;
  }

  .sub-banner-heading {
    color: var(--0284c8);
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .sub-banner-b {
    background-image: none;
    width: 100%;
    height: auto;
    padding: 40px 5%;
  }

  .line-big-block {
    height: 10px;
  }

  .board-of-directors-title, .board-of-directors-name {
    padding-right: 2%;
  }

  .expan-btn {
    width: 4%;
    height: 4%;
    margin-right: 0%;
  }

  .committee-members-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .committee-members-title, .committee-members-name {
    width: 100%;
    padding-right: 2%;
  }

  .committee-members-term-of-reference {
    margin-top: 15px;
  }

  .timeline-year {
    margin-bottom: 0;
  }

  .banner-button-block {
    background-color: var(--e4faff);
    flex-direction: row;
    margin-bottom: 0%;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    display: none;
    position: relative;
  }

  .banner-button-block.awards {
    display: none;
  }

  .banner-image-btn, .banner-image-btn.w--current {
    margin-top: 0;
  }

  .banner-image-btn.m {
    float: left;
    flex: none;
    width: 45%;
    margin-bottom: 2%;
    margin-right: 5%;
    display: block;
  }

  .products-officially-launched-year-item-content-b.left {
    flex-direction: row-reverse;
  }

  .products-officially-launched-year-item-content-b.right, .products-officially-launched-year-item-content-b.left {
    width: 100%;
  }

  .products-officially-launched-year-item-content-b-year-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 10px;
  }

  .products-officially-launched-year-item-content-b-year-item.left {
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 0;
  }

  .products-officially-launched-year-item-content-b-year-item.left.top, .products-officially-launched-year-item-content-b-year-item.top {
    margin-top: 0;
  }

  .products-officially-launched-img-b.half.right {
    width: auto;
  }

  .products-officially-launched-img-b.half.left {
    justify-content: flex-start;
    width: auto;
    padding-left: 0%;
    padding-right: 15px;
  }

  .products-officially-launched-text-blcok.left {
    text-align: left;
  }

  .underline-heading-blcok {
    padding-right: 0;
  }

  .manufacturing-content-b {
    width: 100%;
    margin-bottom: 40px;
  }

  .manufacturing-txt-b {
    width: 100%;
  }

  .manufacturing-image-b.image-01, .manufacturing-image-b.image-02, .manufacturing-image-b.image-03, .manufacturing-image-b.image-04 {
    height: 200px;
  }

  .products-tag-btn {
    width: 45%;
  }

  .drug-safety-txt-b, .drug-safety-txt-b.left {
    width: 100%;
  }

  .drug-safety-content-b {
    width: 100%;
    margin-bottom: 40px;
  }

  .drug-safety-content-b.contact {
    background-image: url('../images/drug-safety-information-image021.5x.jpg');
    background-position: 0%;
  }

  .drug-safety-icon-b {
    float: none;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0%;
    position: static;
    transform: translate(0);
  }

  .drug-safety-icon-b.right {
    float: right;
  }

  .drug-safety-right-b {
    width: 100%;
  }

  .margin-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .focus-col-b {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .focus-image-b {
    min-height: 180px;
  }

  .pipeline-table-name-b {
    text-align: center;
    width: 100%;
    display: block;
  }

  .clinical-link-sub-txt {
    padding-left: 4%;
    padding-right: 4%;
    line-height: 19px;
  }

  .explore-txt-b, .explore-txt-b.left, .explore-image-row-b {
    width: 100%;
  }

  .explore-image-col-b {
    width: 44%;
  }

  .explore-content-b {
    width: 100%;
  }

  .explore-iamge-b {
    float: none;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0%;
    position: static;
    transform: translate(0);
  }

  .explore-link-b {
    width: 100%;
    margin-bottom: 40px;
  }

  .archive-txt-b {
    width: 80%;
    margin-right: 7%;
  }

  .archive-icon-b {
    width: 12%;
  }

  .fact-sheet-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .fact-sheet-text-title, .fact-sheet-text-name {
    width: 100%;
    padding-right: 2%;
  }

  .financial-row-b {
    width: 100%;
    min-width: 600px;
    overflow: auto;
  }

  .financial-row-b-line {
    min-width: 600px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .financial-links-b {
    width: 50%;
  }

  .careers-col-b.vertical-align {
    text-align: left;
  }

  .careers-image-col-b {
    width: 50%;
  }

  .careers-image-col-b.m-hide {
    display: none;
  }

  .careers-text {
    font-size: 30px;
  }

  .corporate-image-b {
    float: none;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0%;
    position: static;
    transform: translate(0);
  }

  .corporate-image-b._01, .corporate-image-b._02, .corporate-image-b._03 {
    width: 250px;
    height: 250px;
  }

  .footer-txt-b-2 {
    margin-bottom: 10px;
  }

  .footer-bottom-b-2 {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-col-l-2 {
    display: block;
  }

  .footer-bottom-line-2 {
    height: 12px;
  }

  .footer-col-2 {
    margin-bottom: 15px;
  }

  .footer-col-2._03 {
    width: 100%;
  }

  .footer-col-2._02, .footer-col-2._01 {
    width: 100%;
    padding-right: 0%;
  }

  .blue-txt-2 {
    font-size: 13px;
    line-height: 23px;
  }

  .pop-map-align-b {
    margin-bottom: 25px;
  }

  .pop-map-contact-info-b {
    padding-top: 5px;
  }

  .sitemap-col {
    margin-bottom: 15px;
  }

  .sitemap-txt-b {
    margin-bottom: 10px;
  }

  .sitemap-line {
    margin-top: 5px;
  }

  .link-btn-banner.m {
    min-width: 150px;
  }

  .pop-opportunities {
    display: none;
  }

  .pop-news-text-block {
    padding: 0;
  }

  .genomics-lab-content-b {
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    padding: 5%;
  }

  .genomics-lab-content-b.blue-bg {
    flex-direction: column-reverse;
  }

  .genomics-lab-content-b.bg {
    background-size: cover;
  }

  .genomics-lab-txt-b {
    width: 100%;
  }

  .genomics-lab-image-b {
    float: none;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0%;
    position: static;
    transform: translate(0);
  }

  .banner-button-block-m {
    flex-direction: row;
    width: 100%;
    margin-bottom: 0%;
    margin-right: 0%;
    padding-top: 20px;
    display: block;
    position: relative;
  }

  .home-absolute-content-b {
    padding-left: 8%;
    padding-right: 8%;
  }

  .home-research-development-col {
    width: 100%;
  }

  .home-img-text-row {
    justify-content: space-between;
    display: block;
  }

  .home-manufacturing-sites-bg {
    min-height: 350px;
  }

  .covid-content, .covid-intro {
    flex-direction: column-reverse;
    width: 100%;
  }

  .home-research-development-img {
    width: 100%;
    max-width: 300px;
  }

  .product-col-l {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .product-col-r {
    width: 65%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-col-l-link-row {
    top: 80px;
  }

  .product-col-l-link-title-line01, .product-col-l-link-title-line02.active {
    width: 6px;
  }

  .footer-txt-inner-row {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .all.careers {
    overflow: hidden;
  }

  .section-content.home {
    padding-bottom: 30px;
  }

  .blue-txt {
    float: none;
    clear: none;
  }

  .line.footer {
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .trading-list-txt-b {
    margin-bottom: 20px;
  }

  .trading-txt-col-l {
    float: none;
    width: 45%;
  }

  .trading-txt-col-r {
    width: 105%;
  }

  .corporate-content-b {
    width: 100%;
  }

  .corporate-content-b.about-04 {
    flex-direction: column;
  }

  .corporate-txt-b {
    margin-left: 0%;
  }

  .corporate-txt-b.right.no-image-title {
    padding-left: 0;
  }

  .listing {
    margin-bottom: 10%;
  }

  .table-row.products {
    width: 750px;
  }

  .pop {
    width: 90%;
  }

  .pop.opportunities {
    min-width: auto;
  }

  .pop.news {
    width: 80%;
    min-width: auto;
    padding: 20px;
  }

  .year-field {
    width: 30%;
  }

  .list-of-directors-b {
    width: 100%;
  }

  .directors-title, .financial-txt {
    float: none;
    clear: none;
  }

  .business-operation-b {
    margin-top: 25px;
  }

  .table-col-products {
    width: 93px;
  }

  .products-launch-img {
    background-size: 750px;
    width: 750px;
    height: 610px;
    inset: 0;
  }

  .careers-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-qrcode-row {
    width: 100%;
  }

  .footer-qrcode-b {
    display: block;
  }

  .pipeline-table-stage-b, .pipeline-table-top-row-mobile-field.col1, .pipeline-table-top-row-mobile-field.col3, .pipeline-table-left-b {
    width: 50%;
  }

  .milestone-timeline-year-label {
    font-size: 70px;
    line-height: 72px;
  }

  .milestone-timeline-year-item, .milestone-timeline-year-item.left {
    margin-bottom: 20px;
  }

  .milestone-timeline-year-item-content-b {
    flex-direction: column;
  }

  .milestone-timeline-year-item-content-b.left {
    flex-direction: column-reverse;
  }

  .milestone-timeline-year-item-content-b.right.v2 {
    flex-direction: column;
  }

  .milestone-timeline-year-img-b {
    margin-top: 0;
    display: block;
  }

  .milestone-timeline-year-img-b.half {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    display: block;
  }

  .milestone-timeline-year-img-wrap.left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .career-intern-photo-b-1 {
    width: 100%;
  }

  .career-intern-photo-b-2 {
    width: 50%;
    margin-top: 0%;
    margin-bottom: 2%;
    margin-right: 13%;
  }

  .career-intern-photo-b-3 {
    float: left;
    width: 100%;
    margin-top: 5%;
  }

  .career-intern-photo-b-5 {
    width: 40%;
    margin-top: 10%;
    margin-bottom: 10px;
    margin-right: 35%;
  }

  .career-intern-line-1 {
    width: 40%;
    margin-bottom: 0%;
    margin-left: 38%;
    display: none;
    transform: rotate(43deg);
  }

  .career-intern-photo-b-4 {
    width: 50%;
    margin-top: 0%;
  }

  .kfa-pop-content {
    padding-top: 90px;
  }

  .timeline-item-txt-b.half {
    float: none;
    width: 100%;
  }

  .caring-logo-b {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-qrcode-title {
    height: auto;
  }

  .sub-banner-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .board-of-directors-title, .board-of-directors-name {
    width: 47%;
  }

  .expan-btn {
    width: 6%;
    height: 6%;
    margin-right: 0%;
  }

  .committee-members-term-of-reference {
    margin-top: 25px;
  }

  .banner-image-btn.m {
    width: 60%;
  }

  .products-officially-launched-year-item-content-b {
    padding-left: 0;
  }

  .products-officially-launched-year-item-content-b-year-item, .products-officially-launched-year-item-content-b-year-item.left {
    margin-bottom: 20px;
  }

  .products-officially-launched-img-b {
    margin-top: 0;
    display: block;
  }

  .products-officially-launched-img-b.half {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    display: block;
  }

  .underline-heading-blcok {
    padding-right: 0;
  }

  .manufacturing-content-b {
    width: 100%;
  }

  .manufacturing-txt-b {
    margin-left: 0%;
  }

  .manufacturing-image-b {
    width: 100%;
  }

  .products-tag-btn-b {
    flex-direction: row;
    padding-left: 5%;
    padding-right: 5%;
  }

  .products-tag-btn {
    width: 100%;
  }

  .drug-safety-txt-b {
    margin-left: 0%;
  }

  .drug-safety-content-b, .drug-safety-icon-b {
    width: 100%;
  }

  .drug-safety-right-b {
    margin-left: 0%;
  }

  .focus-col-b {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .focus-image-b {
    width: 100%;
    height: 100px;
    min-height: auto;
  }

  .focus-txt-b {
    width: 100%;
  }

  .explore-txt-b, .explore-image-row-b {
    margin-left: 0%;
  }

  .explore-image-col-b {
    width: 98%;
    margin-bottom: 4%;
  }

  .explore-content-b {
    flex-direction: column;
    width: 100%;
  }

  .explore-iamge-b, .explore-link-b {
    width: 100%;
  }

  .archive-txt-b {
    width: 90%;
    margin-right: 2%;
  }

  .archive-icon-b {
    width: 15%;
  }

  .careers-row-b.vertical {
    flex-direction: column;
  }

  .careers-image-slide-b {
    padding-left: 10%;
    padding-right: 10%;
  }

  .careers-image-col-b {
    width: 100%;
    padding-bottom: 40px;
  }

  .careers-image-slider-mask {
    padding-left: 10px;
  }

  .careers-image-slide-arrow-b {
    width: 9%;
  }

  .careers-text {
    font-size: 24px;
    line-height: 24px;
  }

  .corporate-image-b {
    width: 100%;
  }

  .footer-bottom-line-2 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .footer-col-r-2, .footer-col-2 {
    width: 100%;
    padding-right: 0%;
  }

  .blue-txt-2 {
    float: none;
    clear: none;
  }

  .sitemap-col {
    width: 100%;
    padding-right: 0%;
  }

  .link-btn-banner.m {
    min-width: auto;
  }

  .genomics-lab-content-b {
    width: 100%;
  }

  .genomics-lab-txt-b {
    margin-left: 0%;
  }

  .genomics-lab-image-b, .covid-content {
    width: 100%;
  }

  .covid-content-img-block {
    min-height: 200px;
  }

  .covid-intro {
    width: 100%;
  }

  .product-col-l {
    font-size: 3vw;
    line-height: 120%;
  }

  .product-col-l-link-button {
    margin-top: 8px;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}