/*
Theme Name: Accutar
Author: Accutar
Version: 1.0
*/
@import url("./fonts/font.css");
/* @font-face {
    font-family: 'Roboto';
    src:  url('./fonts/roboto-regular-webfont.woff2') format('woff2'),
          url('./fonts/roboto-regular-webfont.woff') format('woff');
  }
  @font-face {
    font-family: 'Roboto-Medium';
    src:  url('./fonts/roboto-medium-webfont.woff2') format('woff2'),
          url('./fonts/roboto-medium-webfont.woff') format('woff');
  }
  @font-face {
    font-family: 'Roboto-Bold';
    src:  url('./fonts/roboto-bold-webfont.woff2') format('woff2'),
          url('./fonts/roboto-bold-webfont.woff') format('woff');
  }
  @font-face {
    font-family: 'Roboto-Italic';
    src:  url('./fonts/roboto-italic-webfont.woff2') format('woff2'),
          url('./fonts/roboto-italic-webfont.woff') format('woff');
  }
@import url('./css/inspector-stylesheet.css'); html {
    overflow-x: hidden;
} */
@font-face {
  font-family: "Roboto-Italic";
  src: url("./fonts/roboto-italic2.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover {
  text-decoration: underline;
}

body {
  /* background: #f9f9f9 !important; */
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;

  /*************************/
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.container.main_content {
  flex-grow: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.clear {
  clear: both;
}

.pof {
  position: fixed;
  top: 0;
  left: 0;
}

.margin {
  margin: 0 auto;
}

@media not all and (max-width: 992px) {
  .bg {
    /* background: rgba(0,0,0,0.7)!important; */
  }
}

@media (min-width: 768px) {
  .container .col-sm-5-column {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

nav#navbar {
  width: 100%;
}

/*font*/
/*First Screen*/
#fs {
  width: 100%;
  height: auto;
}

#fs .swiper_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#fs .swiper_video .swiper-container2 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 100%;
}

#fs .swiper_video .swiper-container2 .swiper-slide {
  width: 100%;
  height: 100%;
}

#fs > div.swiper_video .swiper-slide video {
  object-fit: cover;
}

.swiper-wrapper {
  align-items: center;
}

#fs .swiper_video .swiper-container2 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  top: 45%;
  outline: none;
  z-index: 10;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next {
  right: 0 !important;
}

.zhe .swiper-button-prev:hover {
  background-image: url(../accutar/images/next_hover.jpg);
}

.zhe .swiper-button-next:hover {
  background-image: url(../accutar/images/prev_hover.jpg);
}

.zhe {
  position: relative;
  /*width: 100vw;*/
  min-height: 98.5%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  padding: 20vh 65px;
  flex-wrap: wrap;
}

.zhe > div {
  width: 100%;
}

.zhe .swiper-container3 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  align-items: center;
  display: flex;
}

.fs_content {
  max-width: 1140px;
  /* width: 100vw; */
}

@media only screen /*and (min-width: 1140px) */ and (min-width: 1190px) {
  .fs_content {
    margin-left: calc((100vw - 1140px) / 2 - 24px);
  }
}

.fs_content .title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: left;
  color: #e3e3e3;
  margin-bottom: 60px;
}

.fs_content .title_detil {
  font-family: "Roboto", sans-serif;
  /* font-family: 'Roboto'; */
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.9px;
  text-align: left;
  color: #e3e3e3;
}

.fs_content .title,
.fs_content .title_detil,
.fs_content .ox-more {
  width: 100%;
  max-width: 580px;
  padding-right: 36px;
}

.fs_content .ox-more {
  /* width: 72px; */
  margin-top: 48px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 18px;
  /* cursor: pointer; */
  font-weight: 300;
  opacity: 0.8;
}

.fs_content .ox-more a {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: left;
  color: #e3e3e3;
}

.fs_content .ox-more a:hover {
  /*text-decoration: none;*/
  color: #e3e3e3 !important;
}

.fs_content .ox-more img {
  width: 28px;
  height: 28px;
  margin-left: 12px;
}

.fs_content .ox-more:hover {
  opacity: 1;
}

.zhe .icon {
  width: 4%;
  height: 20px;
  left: 48%;
  bottom: 19%;
  cursor: pointer;
  display: none;
}

.zhe .icon img {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  width: auto;
  left: calc(50% - 68px);
  bottom: 65px;
  position: absolute;
  width: auto !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  margin-left: 2px;
  margin-right: 2px;
  background: rgba(255, 255, 255);
  border-radius: 0;
  border-radius: 5px;
}

/* navbar */
/* desktop view */
@media not all and (max-width: 992px) {
  #navbar {
    background: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    height: 100px;
    top: auto;
  }

  .nav-item:not(:first-child) {
    margin-left: 72px;
  }

  #navbarTogglerDemo01 > ul > li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    font-size: 16px;
    color: #202020;
    line-height: 18px;
    font-weight: 400;
  }

  #navbarTogglerDemo01 {
    line-height: 21px !important;
  }

  #navbarTogglerDemo01 > ul .nav-item a {
    line-height: 20px;
  }

  #navbar .nav-link {
    color: #202020;
  }

  #navbarTogglerDemo01 > ul > li.nav-item.logo {
    flex: 1;
  }

  #navbarTogglerDemo01 > ul > li.nav-item.logo a {
    padding-left: 0;
  }

  .logo:hover {
    opacity: 1;
  }

  .logo img {
    /* width: 100%; */
    height: 34px;
    width: 120px;
  }

  #nav-home {
    display: none;
  }

  .navbar-nav {
    justify-content: flex-end;
  }
}

/* mobile view */
@media only screen and (max-width: 992px) {
  .navbar-light .navbar-toggler {
    border: none;
  }

  #navbar {
    top: auto;
    justify-content: space-between;
    background-color: #0c0c0d;
    /* position: fixed; */
  }

  .navbar-nav {
    max-width: none !important;
    width: 100%;
    margin: 0;
    position: relative;
  }

  .nav-item {
    text-align: right;
    line-height: 50px;
  }
  #navbar .nav-item {
    margin-left: 0;
  }

  .logo {
    /* width: 100px; */
    /*display: none;*/
  }
  .home-section.aim,
  .home-section.products {
    padding: 40px 0;
  }
  .home-section.aim .section-title {
    margin-top: 20px;
  }
  .home-section.products .right {
    margin-top: 30px;
  }

  .ox-navbar-toggler-icon {
    border-radius: 0 !important;
  }

  .ox-navbar-toggler-icon[aria-expanded="false"] span {
    background: url("./images/MenuIcon.png");
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    height: 23px;
    width: 29.9px;
    -webkit-background-size: cover;
    background-size: contain;
    border-radius: 0;
  }

  span.ox-navbar-toggler-icon {
    display: block;
    background: url("./images/Drop.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 23px;
    width: 29.9px;
    -webkit-background-size: cover;
    background-size: contain;
    border-radius: 0;
  }

  .ox-list .part::after {
    display: none !important;
  }

  #navbarTogglerDemo01 {
    position: relative;
  }
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

/* main content */
.img img {
  width: 100%;
  height: 100%;
}

.row .title {
  font-family: "Roboto";
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 44px;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.row .content {
  margin-top: 25px;
  /* font-family: 'Roboto'; */
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 30px;
  text-overflow: ellipsis;
  font-weight: 500;
  /* max-width: 500px; */
}

.person-resume .content {
  color: #666;
  font-size: 16px;
}

#fs + div.front-page-content {
  /*background: url("./images/background1.jpg");*/
  background-position-y: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.front-page-content .container {
  /* background-color: white; */
  /*margin-top: -20px;*/
}

.ox-shadow-box {
  box-shadow: 0px 1px 7.8px 0.2px rgba(49, 49, 49, 0.1);
}

#first-row {
  margin-top: -20px;
  background-color: rgba(255, 255, 255, 1);
  padding: 0 45px;
}

.mobile #first-row {
  background-color: rgba(255, 255, 255, 0.8);
}

#second-row {
  /* margin-top: 10px; */
  border: solid white 40px;
  border-top-width: 20px;
  padding: 0;
}

.mobile #second-row {
  border: none;
}

#second-row .part {
  /* width: 345px; */
  /*height: 180px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: solid 20px white;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
}

#second-row .part {
  padding: 35px 30px 35px 30px;
  padding: 79px 40px;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  #second-row .part {
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 auto 0 auto;
    border-bottom-width: 0;
  }

  .row .part {
    margin-top: 24px;
    /* margin-top: 30px !important; */
  }
}

.row .part .content {
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 14px;
  color: #888;
  text-align: left;
  line-height: 20px;
  text-overflow: ellipsis;
}

.row .spe {
  margin-left: 0px;
}

.row .background {
  background: url(../accutar/images/news-bg.png) !important;
  background-size: cover !important;
}

#second-row .ox-more-2,
#fifth-row .ox-more-2 {
  text-align: right;
  background-color: white;
  line-height: 20px;
  padding: 10px 30px 10px 30px;
}

#second-row .ox-more-2 a {
  color: #333 !important;
  font-weight: 600;
  opacity: 0.8;
}

#second-row .ox-more-2 img {
  margin-left: 10px;
}

#second-row .ox-more-2 a:hover {
  text-decoration: none;
  opacity: 1;
}

.products-list .ox-more-2 a:hover {
  text-decoration: none !important;
  opacity: 1;
  color: unset;
}

#index-s2 {
  padding: 100px 0;
}

#index-s2.mobile {
  padding: 50px 0 0 0;
  justify-content: center;
}

#s2-figure {
  width: 100%;
  margin: 20px 0 0 0;
}

#index-s2 .ox-more img,
#fifth-row .ox-more img {
  width: 24px;
  height: 24px;
}

.row .background .title,
.row .background .content {
  color: #fff;
}

.row.adme {
  background: url(../accutar/images/ADME.png) 120% 0 no-repeat;
  height: 300px;
}

#third-row {
  background-color: #eee;
}

#third-row .row {
  margin-top: 30px;
}

#third-row .title,
#first-row .title {
  font-family: "Roboto";
  font-size: 24px;
  color: #333;
  text-align: left;
  line-height: 40px;
  font-weight: 500;
  margin-top: 40px;
}

.title,
#first-row .title p {
  margin-bottom: 0;
  letter-spacing: 1.2px;
}

#third-row .content {
  width: 100%;
  height: 54px;
  margin-top: 34px;
  font-family: "Roboto";
  font-size: 18px;
  color: #666;
  text-align: left;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#third-row .img {
  margin-top: 20px;
  margin-bottom: 20px;
}

#adme {
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  width: 50px;
  margin: auto;
}

/* fifth content */
#fifth-row {
  min-height: 325px;
  background: url(../accutar/images/background2.jpg) 0 0 no-repeat;
  background-color: #28485e;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
}

#fifth-row > .container {
  position: relative;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: flex-start;
  /* align-items: center; */
  /* height: 100px; */
}

#fifth-row .title {
  font-family: "Roboto";
  color: white;
}

#fifth-row .content {
  /* font-family: 'Roboto'; */
  color: white;
}

#fifth-row .img {
  /*height: 200px;*/
  max-width: 550px;
  position: absolute;
  right: 0;
  bottom: 20px;
}

#fifth-row .img img {
  width: 100%;
  height: 100%;
}

.six.leadership {
  padding-bottom: 60px;
}

.mobile .six.leadership {
  padding-bottom: 0px;
}

.leadership .container {
  background-color: white;
  padding: 40px;
  /* margin-top: -20px; */
  box-shadow: 0px 1px 7.8px 0.2px rgba(49, 49, 49, 0.1);
}

p.leadership-resume {
  font-family: "Roboto";
  margin: 30px 0;
  max-width: 680px;
  font-weight: 300;
}

.leadership .avatar {
  overflow: hidden;
  border-radius: 9999px;
  width: 120px;
  height: 120px;
  background-size: cover;
  margin: 0 auto;
}

.ox-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 -20px;
}

.ox-list .part:after {
  content: "";
  width: 65px;
  height: 12px;
  background: url("./images/Link.png") center center no-repeat;
  display: block;
  position: absolute;
  right: -75px;
  top: 170px;
  background-size: contain;
  /* background-position: center; */
}

.ox-list #jieshao8:after {
  display: none;
}

.six {
  /*background: url(../accutar/images/six_bg.png) center no-repeat;*/
  /* margin-bottom: 60px; */
  box-sizing: content-box;
  padding-bottom: 60px;
  margin-top: -20px;
  /* box-shadow: 0px 1px 7.8px 0.2px rgba(49, 49, 49, 0.1); */
}

.six .title {
  font-family: "Roboto";
  font-size: 24px;
  color: #333;
  text-align: left;
  line-height: 40px;
  font-weight: 500;
}

.six .title_detil {
  margin-top: 17px;
  font-family: "Roboto";
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 18px;
}

.six .swiper_button {
  margin-top: 40px;
  cursor: pointer;
}

.six .swiper_button .part {
  height: 50px;
  font-family: "Roboto";
  font-size: 18px;
  color: #fefefe;
  text-align: center;
  line-height: 50px;
  background: #bebebe;
  border-radius: 25px;
}

.six .swiper_button .choose {
  background: #4e94bc;
}

.titleForLAI {
  /* margin-left: 20px; */
  /* margin-top: 30px; */
  font-family: "Roboto";
  font-size: 24px;
  color: #333;
  font-weight: 300;
}

.contentForLAI_title {
  margin-top: 40px;
  font-family: "Roboto";
  font-size: 20px;
  color: #4e94bc;
}

.contentForLAI p {
  margin-top: 15px;
  font-family: "CrimsonText";
  font-size: 18px;
  color: #666666;
}

.imgForLAI {
  margin-top: 50px;
}

.imgForLAI a {
  float: left;
  display: block;
  height: 120px;
  margin-left: 75px;
}

.imgForLAI a:nth-child(1) {
  margin-left: 0px;
}

.imgForLAI a img {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.six .swiper_content {
  margin: 0 auto;
  margin-top: 40px;
}

.six .swiper_content .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.six .swiper_content .swiper-container .swiper-slide {
  width: 1100px;
  /* height: 146px; */
  margin-top: 30px;
}

.six .swiper_content .swiper-container .swiper-slide .part {
  /* float: left; */
  /* width: 150px; */
  /* width: 33%; */
  /* height: 146px; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /* border: 5px #fff solid; */
  /* background: #f4f4f4; */
  cursor: pointer;
  overflow: visible;
  position: relative;
  flex: 1;
  /* min-width: 125px; */
  /* max-width: 125px; */
  margin: 0 auto;
  margin-bottom: 20px;
}

.six .swiper_content .swiper-container .swiper-slide .part * {
  opacity: 0.5;
}

.mobile .six .swiper_content .swiper-container .swiper-slide .part * {
  opacity: 1;
}

.six .swiper_content .swiper-container .swiper-slide .part:hover *,
.six .swiper_content .swiper-container .swiper-slide .part.click * {
  opacity: 1;
}

.six .swiper_content .swiper-container .swiper-slide .spe {
  margin-left: 0px;
}

.six .swiper_content .swiper-container .swiper-slide .part .title {
  font-family: "Roboto";
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 30px;
  padding-top: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 18px;
}

.six .swiper_content .swiper-container .swiper-slide .advisors .part .title {
  padding-top: 40px;
}

.six .swiper_content .swiper-container .swiper-slide .part .content {
  font-family: "Roboto";
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: normal;
  margin-top: 0;
  padding: 0 10px;
  max-width: 230px;
  margin: 0 auto;
  font-weight: 300;
  width: 100%;
}

.six .swiper_content .swiper-container .swiper-slide .advisors .part .content {
  margin-top: 0px;
}

.content_detail {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.content_detail_part {
  display: none;
  position: relative;
  width: 80% !important;
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 130px;
  padding: 60px 90px 60px 50px;
  background: #fff;
}

.content_detail_part .title {
  font-family: "Roboto";
  font-size: 48px;
  color: #4f94bc;
  text-align: left;
  line-height: 48px;
}

.content_detail_part .title2 {
  font-family: "Arial";
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-align: left;
  line-height: 24px;
  margin-top: 30px;
}

.content_detail_part .content {
  font-family: "CrimsonText";
  font-size: 24px;
  color: #666;
  text-align: left;
  margin-top: 30px;
  line-height: 30px;
  max-height: 300px !important;
  overflow-y: scroll;
}

.content_detail_part .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 34px;
  height: 34px;
  background: url(../accutar/images/close.png) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .fs_content .title,
  .fs_content .title_detil,
  .fs_content .ox-more {
    margin-bottom: 30px;
    text-align: center;
    margin: 0 auto 30px auto;
    padding-right: 0;
  }

  .content_detail_part {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 15px;
    max-height: calc(100vh - 80px);
    overflow: scroll;
  }

  .content_detail_part .title {
    font-size: 24px;
    line-height: 24px;
  }

  .content_detail_part .title2 {
    font-size: 18px;
    line-height: 20px;
  }

  .content_detail_part .content {
    font-size: 18px;
    line-height: 20px;
  }

  .content_detail_part .close {
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
  }
}

/* footer style */
.footer {
  width: 100%;
  height: 240px;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
}

.footer .container {
  padding: 0;
}

.footer .margin {
  height: 100%;
}

.footer .nav {
  padding-top: 60px;
  height: 18px;
}

.footer .nav .part {
  float: left;
  margin-left: 10px;
  padding-right: 10px;
  border-right: 1px #666 solid;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  cursor: pointer;
}

.footer .nav .part a {
  color: #666;
}

.footer .nav .spe {
  margin-left: 0px;
}

.footer .nav .spe1 {
  border-right: 0px;
}

.footer .content {
  margin-top: 40px;
  font-size: 14px;
  color: #393939;
  text-align: left;
}

.footer .content .right {
  margin-left: 26px;
}

.footer .powered_by {
  margin-top: 10px;
  font-size: 14px;
  color: #393939;
  text-align: left;
}

.ox-footer-nav {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  align-items: center;
}

.ox-footer-nav li {
  padding: 0 25px;
}

.ox-footer-nav li a {
  text-decoration: none;
  line-height: 100px;
  color: #ccc;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  /* letter-spacing: 0.8px; */
}

.ox-footer-nav li a:hover {
  text-decoration: underline;
  /*color: #666 !important;*/
}

.ox-footer-nav li a#footer-nav-copyright:hover {
  text-decoration: underline;
  color: #666 !important;
}

#footer-nav-copyright {
  opacity: 0.6;
  font-size: 12px;
  color: #065859;
  line-height: 20px;
  font-weight: 400;
}

#footer-nav-copyright a {
  color: #666;
  font-weight: 300;
  line-height: normal;
}

#footer-nav-copyright span {
  white-space: nowrap;
}

/* twitter and weibo style */
.twitter_weibo {
  width: 94px;
  right: 100px;
  bottom: 120px;
}

.twitter_weibo .weibo,
.six .twitter_weibo .twitter {
  width: 37px;
  height: 36px;
  position: relative;
}

.twitter_weibo .twitter {
  margin-left: 20px;
}

.twitter_weibo .weibo a,
.six .twitter_weibo .twitter a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Front page content overwrite boostrap row margin.*/
.front-page-content {
  z-index: 1000;
  position: relative;
}

.front-page-content .row {
  margin-right: 0px;
  margin-left: 0px;
  /*margin-bottom: 20px;*/
  /*margin-top: -20px;*/
}

.front-page-content .row a {
  color: #666;
}

.front-page-content .row a:hover {
  color: #666 !important;
}

.front-page-content #fifth-row.row a {
  color: white;
}

.front-page-content #fifth-row.row a:hover {
  color: white !important;
}

.front-page-content .content .ox-more {
  width: 24px;
  height: 24px;
  background: url("./images/play2.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
}

.front-page-content .content a:active .ox-more {
  background-image: url("./images/Button_Home_Pressed2.png");
}

.front-page-content #fifth-row a:active .ox-more {
  background-image: url("./images/Button_Home_Pressed1.png");
}

.front-page-content #fifth-row .ox-more {
  background-image: url("./images/play.png");
}

/* For Navibar Fixes*/
.navbar .nav-link {
  padding: 0 !important;
  font-weight: 500;
}

.navbar .dropdown-menu {
  margin: 0;
}

/* For tables */
.scroll-area {
  overflow: auto;
}

.swiper_content .swiper-container .swiper-slide .part.click {
  opacity: 1;
}

.leadership
  .swiper_content
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .part
  .title:hover {
  /* color: #1783c1; */
  font-weight: bold;
}

.person-resume {
  margin: auto;
  /* padding-top: 30px; */
}

.resume-container {
  display: none;
  /*max-width: 580px;*/
  margin-top: 30px;
}

.resume-container .name {
  font-size: 24px;
  font-weight: 300;
  width: 100%;
}

.resume-container .avatar {
  margin-right: 30px;
  width: 120px !important;
  height: 120px !important;
}

.resume-container .content {
  clear: both;
}

.resume-container .name-box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}

.resume-container .name-box span {
  flex: 1;
  min-width: min-content;
}

.ox-fix-margin {
  margin: auto 0;
}

.page-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #333333;
  margin: 35px 0;
}

.workflowgraph {
}

.workflowgraph .page-title {
  /* text-align: center; */
  min-height: 56px;
}

.workflowgraph ol {
  counter-reset: ox-ol-number;
  list-style: none;
  flex-wrap: wrap;
}

.workflowgraph ol li:before {
  counter-increment: ox-ol-number;
  /* ������ */
  content: counter(ox-ol-number);
  /* ��ǰ�򸶤��������󥿩`����ӳ��� */
  background-image: url("./images/Num.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  /* display: block; */
  text-align: center;
  color: white;
  height: 30px;
  background-position-x: center;
  font-family: monospace;
  text-indent: 2px;
  /* margin-left: -40px; */
  flex-basis: 30px;
  min-width: 30px;
  margin-right: 10px;
  margin-left: -16px;
  margin-top: 0;
  justify-content: center;
}

.workflowgraph ol li {
  display: flex;
  margin-left: 18px;
  border-left: solid 1px #ddd;
}

.workflowgraph ul,
.careers + .main_content li,
.main_content.single-page li {
  margin-left: 1em;
}

.careers + .main_content li{
  margin-left: 0;
}

.workflowgraph li,
.careers + .main_content li,
.main_content.single-page li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: 0.8px;
  /* margin-top: -30px; */
  /* display: inline-block; */
  /* min-height: 90px; */
  display: inline-flex;
  list-style: none !important;
  /* text-indent: -1.1em; */
  /* 19:; padding-left: 1.1em; */
  list-style-position: outside !important;
  min-width: 100%;
}

.workflowgraph li a,
.careers + .main_content li a,
.main_content.single-page li a {
  color: #759f2f;
}

.workflowgraph li a:hover,
.workflowgraph li a:focus,
.careers + .main_content li a:hover,
.careers + .main_content li a:focus {
  color: #759f2f;
}

.workflowgraph .ox-list-1 li:before,
.workflowgraph li:before,
.workflowgraph .ox-list-2 li:before,
.product + .main_content h3:before,
.careers + .main_content li:before,
.main_content.single-page li:before,
.main_content.single-page h3:before {
  content: "-";
  /* width: 11px; */
  display: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  /* height: 13px;
    margin: 8px 11px 0px -1em;
    max-width: 11px;
    min-width: 11px; */
  margin-right: 10px;
  margin-left: -1em;
}

/* .workflowgraph .ox-list-2 li:before, .workflowgraph li:before, .product+.main_content h3:before, .careers + .main_content li:before, .main_content.single-page li:before, .main_content.single-page h3:before {
    background-image: url('./images/dot1.png');
} */

.workflowgraph .ox-list-1 li:before {
  background-image: url("./images/dot2.png");
}

.workflowgraph .ox-list-1 li {
  color: #999;
}

.workflowgraph span li {
  min-height: initial;
}

/* ��Х���ĩ�ˤˌ��ꤹ�뤿��ˡ�.container �� min-width ��ȡ���������롡*/
.workflowgraph .container.main_content {
  max-width: 1140px;
  overflow: auto;
  /* min-width: 580px; */
}

.workflowgraph .container.main_content > .row {
  min-width: 680px;
  /* transform: scale(0.5); */
}

#backfs.contact {
  background-image: url("images/contact-bg.jpg");
  background-position: center 20%;
}

.contact + .main_content .email {
  padding: 30px;
  min-width: 255px;
}

.contact + .main_content .email h5 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.contact + .main_content .email p {
  font-size: 16px;
  font-weight: 300;
}

.contact + .main_content .email p a {
  color: #333;
  text-decoration: none;
}

.contact + .main_content .location h4 {
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px;
}

.contact + .main_content .location p {
  font-weight: 500;
  max-width: 180px;
}

.contact + .main_content .location .left {
  background-color: #9fcd51;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  text-align: center;
  /*padding: 0 40px;*/
  justify-content: center;
  max-height: 480px;
  max-width: 285px;
  flex: 1;
}

.contact + .main_content .location .right {
  margin: 0;
  padding: 0;
  flex: 1;
  max-width: unset;
  min-width: fit-content;
}

.contact + .main_content > .row {
  justify-content: center;
}

.product + .main_content h3,
.main_content.single-page h3 {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  padding-left: 25px;
  margin-bottom: 23px;
}

.product + .main_content h3:before,
.main_content.single-page h3:before {
  position: relative;
  top: 20px;
}

.product + .main_content .videos {
  justify-content: center;
}

.product + .main_content .videos > div {
  max-width: 50%;
  min-width: 320px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  padding: 0 50px;
}

.product + .main_content .videos > div > * {
  width: 100% !important;
  min-height: fit-content;
}

.product + .main_content .videos .mejs-container .mejs-controls {
  display: none;
}

.product + .main_content .videos h4 {
  font-size: 18px;
  font-weight: 600;
  min-width: inherit;
  min-height: 84px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.mejs-container.mejs-video.fullscreen {
  width: calc((16 / 9) * 80vh) !important;
  height: 80vh !important;
  /* width: 1140px !important;
  height: 641px !important;*/
  /* position: fixed !important; */
  max-width: 100vw;
  z-index: 9901;
  position: fixed;
  top: calc(10vh);
  left: calc(50vw - ((16 / 9) * 40vh));
}

body.ox-video-fullscreen:after {
  content: "";
  /*display: none;*/
  min-width: 100vw !important;
  min-height: 100vh !important;
  /* position: fixed !important; */
  max-width: 1140px;
  z-index: 9900;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
}

.product + .main_content .videos .mejs-container.fullscreen .mejs-controls {
  display: flex;
}

.mejs-container.mejs-video.fullscreen video {
  width: 100% !important;
  height: 100% !important;
  width: calc((16 / 9) * 80vh) !important;
  height: 80vh !important;
  /* position: fixed !important; */
  max-width: 100vw;
}

#backfs.news {
  position: relative;
  background-image: url("./images/news.jpg");
}

#backfs.news:after {
  /*content: "";*/
  /*position: absolute;*/
  /*height: 100%;*/
  /*width: 100%;*/
  /*background: rgba(0,0,0,.5);*/
}

#backfs.publications + .container .publications .part {
  align-items: center;
}

#backfs.publications + .container .publications .part .title {
  /* margin: 0 0 0 30px; */
  /* min-width: 100%; */
}

.main_content hr {
  margin: 40px 0;
}

/* Careers */
.careers + .main_content a {
  text-decoration: none;
  color: #666;
}

.careers + .main_content .n {
  display: none;
}

.careers + .main_content .b {
  display: block;
}

.careers + .main_content {
}

.careers + .main_content .careers_choose_btn {
  padding: 18%;
  background-color: white;
  text-align: center;
  border-radius: 16px;
  font-weight: 600;
  box-shadow: 0px 1px 7.8px 0.2px rgba(49, 49, 49, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.careers + .main_content .careers_choose_btn img {
  max-width: 240px;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto 10% auto;
}

.careers + .main_content .careers_choose_container .col {
  padding: 20px;
  padding: 10px;
}

/*content*/
.careers + .main_content {
  width: 100%;
  min-height: 500px;
  font-weight: 300;
  /* padding-top: 30px; */
  background: url(./images/Shading2.png) no-repeat;
  background-position: 90% 0%;
}

.careers + .main_content .button {
  margin-top: 20px;
  cursor: pointer;
}

/* desktop view */
@media not all and (max-width: 992px) {
  .careers + .main_content .button .b_part {
    margin-left: 20px;
  }

  .careers + .main_content .content .option {
    /* margin-top: 120px; */
  }
}

/* mobile view */
@media (max-width: 992px) {
  .careers + .main_content .button :not(:first-child) {
    margin-top: 20px;
  }

  .careers + .main_content .content .option {
    margin-top: 30px;
  }
}

.careers + .main_content .button {
  height: 50px;
  border-radius: 25px;
  background: #eee;
  font-family: "Roboto";
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 50px;
}

.careers + .main_content .button.choose {
  background: #4e9ebc;
  color: #fff;
}

.careers + .main_content .content .option .part {
  margin-top: 37px;
  cursor: pointer;
}

.careers + .main_content .content .option .part:first-child {
  margin-top: 0;
}

.careers + .main_content .content .option .part .icon {
  width: 10px;
  height: 20px;
  background: #4e9ebc;
  margin-right: 10px;
  opacity: 0;
}

.careers + .main_content .content .option .part .title1 {
  font-family: "Roboto";
  font-size: 18px;
  color: #666;
  text-align: left;
  line-height: 22px;
  font-weight: 600;
}

.careers + .main_content .content .option .choose .title1 {
  color: #759f2f;
  font-weight: 600;
}

.careers + .main_content .content .option .spe {
  margin-top: 0px;
}

.careers + .main_content .content .option .choose .icon {
  opacity: 1;
}

.careers + .main_content .content .text {
  /* margin-top: 80px; */
  font-family: "Roboto";
  font-size: 18px;
  color: #666;
  text-align: left;
  line-height: 18px;
}

.careers + .main_content .content .text .part {
  line-height: 1.5;
}

.careers + .main_content .content .text .part h3 {
  font-size: 18px;
  font-weight: 600;
}

.careers + .main_content .content .title {
  margin-top: 40px;
  font-family: "Roboto";
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 18px;
}

.careers + .main_content .content .title_sec {
  margin-top: 30px;
  font-family: "Roboto";
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 18px;
  font-weight: 800;
}

.careers + .main_content .content .text2 {
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 16px;
  color: #666;
  text-align: left;
  line-height: 25px;
}

.careers + .main_content ul {
  padding-left: 1em;
}

.careers + .main_content li {
  min-height: unset;
}

.nav-link.is-active::before {
  /* color: #9fcd51 !important; */
  height: 1px;
  width: 100%;
  content: "";
  /* background-image: linear-gradient(90deg, rgba(32,32,32,0.00) 0%, #202020 51%, rgba(32,32,32,0.00) 100%); */
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: 0;
  border: none;
  border-bottom: 2px solid #4cab5f;
}

#navbar.is-dark-mode .nav-link.is-active::before {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.nav-link {
  position: relative;
}

@media screen and (orientation: portrait) {
  .careers + .main_content.mobile {
    padding-top: 10px;
  }

  .careers + .main_content.mobile div.option:after {
  }

  .careers + .main_content.mobile div.option .part {
    display: none;
  }

  .careers + .main_content.mobile div.option .part.choose {
    display: flex;
  }

  .careers + .main_content.mobile div.option .part.choose:after {
    content: "";
    background: url("./images/Change.png") center no-repeat;
    min-height: 24px;
    min-width: 24px;
    display: inline-block;
    background-size: contain;
    margin: 0 0 0 10px;
  }

  .careers + .main_content.mobile div.option.click {
    position: absolute;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 40px 20px;
    margin: 0 0 0 -10px;
    bottom: 40px;
  }

  .careers + .main_content.mobile div.option.click:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9000;
    /* filter: blur(1px); */
  }

  .careers + .main_content.mobile #biology-titles.fixed {
    /* position: fixed; */
    top: 0;
    left: 0;
    height: 100vh;
  }

  .careers + .main_content.mobile div.option.click .part {
    z-index: 9900;
    position: relative;
    display: flex;
    background: white;
    padding: 20px;
    border-radius: 16px;
    margin-top: 20px;
    min-width: 100%;
    justify-content: center;
  }

  .careers + .main_content.mobile div.option.click .part:after {
    display: none;
  }

  .careers + .main_content.mobile div.option.click .part .title1 {
    text-align: center;
  }

  .careers + .main_content.mobile .part.choose,
  .careers + .main_content.mobile .content .option {
    margin-top: 0;
  }
}

/*.careers + .main_content.mobile div.option {}*/
#backfs.careers.biology {
  background-image: url("./images/Biology.jpg");
}

#backfs.careers.computing {
  background-image: url("./images/Computing.jpg");
}

.page-careers + #backfs {
  background-image: url("./images/Careers.jpg");
}

.page-publications + #backfs {
  background-image: url("./images/news.jpg");
}

body.fixed {
  overflow: scroll;
  height: 100vh !important;
}

.products-list {
  padding-top: 66px;
  background: black;
}

.products-list section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 50px 0 50px 0;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 460px;
}

.products-list .ox-p-list-1.right .container {
  text-align: right;
}

.products-list .ox-p-list-2 {
  color: white;
  font-weight: 300;
  text-align: center;
  justify-content: center;
  background: #18181a;
  padding-top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.products-list .ox-p-list-1 .ox-more a {
  color: #333 !important;
  font-weight: 500;
}

.products-list .ox-p-list-2 .ox-more a:hover {
  color: white !important;
  font-weight: 500;
}

.products-list .ox-p-list-1 .ox-more .ox-more-span,
.products-list .ox-p-list-2 .ox-more .ox-more-span {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(./images/LearnMore.png);
  vertical-align: middle;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.products-list .ox-p-list-1 .ox-more .ox-more-span {
  background: url(./images/LearnMore2.png);
}

.products-list .ox-p-list-1 .ox-more a:active .ox-more-span {
  background: url("./images/Button_Products_Pressed3.png");
}

.products-list .ox-p-list-2 .ox-more a:active .ox-more-span {
  background: url("./images/Button_Products_Pressed2.png");
}

.products-list .ox-more-2 a {
  color: #333;
  font-weight: 300;
}

.products-list .ox-p-list-2 .ox-more {
}

.products-list .ox-p-list-1 .ox-more img {
}

.products-list .ox-p-list-2 .ox-more img:active {
}

.products-list h2 {
  font-size: 40px;
  font-weight: 500;
}

.products-list p {
  font-size: 30px;
  font-weight: 300;
}

.products-list button {
}

.products-list img {
}

.products-list img.product-img {
  width: 80%;
  margin-bottom: -50px;
  margin-top: 20px;
  border-radius: 8px 8px 0 0;
}

.products-list .ox-more {
  color: white;
  margin: 20px 0;
}

.products-list .ox-more a {
  color: white;
  /*text-decoration: none;*/
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.products-list .ox-more img {
}

.products-list #products_ddpw {
  background-image: url("./images/Banner1.jpg");
}

.products-list #products_ddpw h2 {
  max-width: 400px;
  text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white,
    0 0 10px white;
}

.products-list #products_orbital {
  background-image: url("./images/Banner2.jpg");
}

.products-list #products_virtual_screen {
  background-image: url("./images/Banner3.jpg");
}

.products-list #products_ddalo {
  /*background-image: url('./images/Banner3.jpg');*/
}

.products-list .ox-more-2 {
  display: inline-block;
  margin: 20px 0;
}

.products-list .ox-more-2 a {
  border: solid 1px #333;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 500;
}

.products-list .ox-more-2 a:hover {
  background-color: #333 !important;
  color: white !important;
}

.products-list .ox-more-2 a:active {
  background-color: #333333;
  color: white !important;
}

.products-list .ox-more img {
  width: 24px;
  margin: 0 0 0 10px;
}

.ox-list a:hover {
  text-decoration: none;
}

.six .swiper_content .swiper-container .swiper-slide .part:hover {
  opacity: 1;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #9fcd51 !important;
  /*border-radius: -27px;*/
}

.mejs-controls .mejs-time-rail .mejs-time-current:after {
  content: "";
  background: #9fcd51 !important;
  /*border-radius: -27px;*/
  width: 10px !important;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  /*right: 0;*/
}

.mobile .leadership {
  background: none;
}

.mobile .leadership .container {
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 40px 0;
}

.mobile .leadership .titleForLAI {
  text-align: center;
  font-size: 18px;
}

.mobile .leadership .ox-list {
  margin: 0;
}

.mobile .leadership .ox-list a {
  width: 100% !important;
  flex-wrap: nowrap;
  padding: 0;
}

.mobile .leadership .ox-list .part {
  width: auto !important;
  flex-wrap: nowrap;
  display: flex;
  box-shadow: 0px 1px 7.8px 0.2px rgba(49, 49, 49, 0.1);
  /* margin-left: -10px !important; */
  padding: 0;
  margin: 8px !important;
  align-items: center;
  background: white;
  opacity: 1 !important;
}

.mobile .leadership .ox-list a:nth-of-type(even) .part {
  flex-direction: row-reverse;
}

.mobile .leadership .ox-list .part .avatar {
  width: 50%;
  border-radius: 0;
  display: inline-block;
  /* margin-left: 20px; */
  /*padding-top: 50%;*/
  min-width: 50%;
  background-clip: padding-box;
}

.mobile .leadership .ox-list .part span {
  min-width: 50%;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* padding: 26px 0; */
  max-height: min-content;
  height: fit-content;
}

.mobile .leadership .ox-list .part .title {
  padding-top: 0 !important;
}

.mobile .leadership .person-resume {
}

.mobile .leadership .resume-container {
  display: none;
  position: fixed !important;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  /* background: blue; */
  padding: 25px;
  left: 0;
  margin-top: 0;
  /* border-radius: 16px; */
  overflow: hidden;
  /* max-height: calc( 100vh - 50px); */
  height: 100%;
  /* display: flex !important; */
  /* vertical-align: middle; */
  align-items: center;
  /* padding: 13% 25px 25px 25px; */
  flex-wrap: wrap;
}

.mobile .resume-container .name-box span {
  display: none;
}

.mobile .leadership .resume-container .content {
  max-height: calc(85vh - 100px);
  overflow-y: scroll;
  margin: 0;
  padding: 25px;
  /* border: solid 25px white; */
  box-sizing: border-box;
  line-height: 27px;
  background: white;
  /* padding: 25px; */
  border-radius: 15px 15px 0 0;
  border-bottom: none;
  /* background: yellow; */
}

.leadership .resume-container .close {
  display: none;
}

.mobile .leadership .resume-container .close {
  display: block;
  text-align: center;
  width: 100%;
  background: white;
  font-weight: 600;
  font-size: 18px;
  color: #759f2f;
  line-height: 45px;
  opacity: 1;
  text-shadow: none;
  border-radius: 0 0 15px 15px;
  margin-top: -1px;
}

.mobile .leadership .resume-container .close:hover {
  color: #759f2f;
  opacity: 1;
}

.mobile .container .title {
  text-align: center;
  font-weight: 300;
  margin: 0 !important;
}

.mobile .container div.content {
  text-align: center;
  margin-top: 10px;
}

.mobile .six .swiper_content {
  margin-top: 0;
}

.front-page-content.mobile .container {
  margin-top: 0;
}

.mobile .ox-shadow-box #first-row > div.title p {
  font-size: 18px;
  line-height: 60px;
}

.mobile .ox-shadow-box #second-row {
  margin-top: 0;
}

.mobile .ox-shadow-box #second-row .part {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  min-height: 135px;
  height: unset;
  margin-bottom: 10px;
}

.mobile .ox-shadow-box .ox-more-2 {
  text-align: right;
  color: #666;
}

.mobile .ox-shadow-box .ox-more-2 a {
  color: #666;
  font-weight: 300;
  line-height: 60px;
}

.mobile .ox-shadow-box .ox-more-2 a img {
  margin-left: 5px;
}

.mobile .ox-shadow-box .ox-more-2 a:hover {
  color: #666 !important;
  text-decoration: none;
}

.mobile .ox-shadow-box #first-row {
  padding: 0;
  margin: 0;
}

.mobile .ox-shadow-box #second-row > div:last-child .part {
  /* padding: 0; */
  margin: 0;
}

.mobile .title.mobile {
  font-size: 24px;
  line-height: 1.3;
}

.mobile .ox-shadow-box {
  box-shadow: none;
  background: url("./images/news_background-mobile.jpg");
  background-size: cover;
  margin: auto -15px;
}
#second-row.row .part .title {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .ox-list .part:after {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .zhe {
    /* padding: 0 65px; */ /* padding: 130px 0 50px 0; */
  }

  .leadership .avatar {
    width: 80px;
    height: 80px;
  }

  .six .swiper_content .swiper-container .swiper-slide .part .content {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .ox-footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  #footer-nav-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
  }
}

@media only screen and (max-width: 782px) {
  .zhe .swiper-container3 {
    /* margin-left: -32.5px; */
  }

  .fs_content .title_detil {
    display: none;
  }

  .products-list section {
    min-height: unset;
  }
  /* 
    #backfs {
        min-height: 150px !important;
        padding-top: 66px !important;
    } */

  #backfs .title {
    /* font-size: 24px !important; */
    max-width: 100vw;
  }
}

@media only screen and (max-width: 767px) {
  .zhe .swiper-button-prev {
    display: none;
  }

  .zhe .swiper-button-next {
    display: none;
  }

  #footer-nav-copyright {
    margin-bottom: 20px;
  }

  .contact + .main_content .location .left {
    width: 100%;
    max-width: unset;
  }

  .contact + .main_content .location .left h4 {
    margin: 0 0 10px 0;
  }

  .contact + .main_content .location p {
    max-width: unset;
  }

  .product + .main_content .videos > div {
    padding: 0;
    width: 100%;
    max-width: unset;
  }

  .six.leadership .container {
    max-width: 750px;
    /* padding: 20px; */
  }

  .six .swiper_content .swiper-container .swiper-slide .part {
    width: 170px;
  }

  .ox-p-a-links-box {
  }

  .ox-p-a-links-box p {
    padding-left: 0 !important;
  }

  .ox-p-a-links-box a {
    display: inline-block;
    padding: 20px 10px;
    background: white;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0px 1px 7.8px 0.2px rgba(49, 49, 49, 0.1);
    font-weight: 300;
  }
}

@media only screen and (max-width: 600px) {
  #navbar.bg {
    top: 0;
  }

  .resume-container .avatar {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  .fs_content .title {
    font-size: 20px;
  }

  .management.ox-list .part {
    /* width: 100% !important; */
    max-width: unset;
  }

  .management.ox-list .part .avatar {
    border-radius: 0;
    height: 0;
    width: 50%;
    /* height: 50%; */
    padding-bottom: 50%;
    /* min-width: 80px; */
    box-sizing: content-box;
    /* min-height: 80px; */
    border-radius: 100px;
  }

  .management.ox-list .part {
  }

  .ox-footer-nav {
    padding: 10px 0;
  }

  .ox-footer-nav li {
    width: 100%;
    text-align: left;
  }

  .ox-footer-nav li a {
    line-height: 50px;
  }

  .careers + .main_content .careers_choose_btn {
    /* padding: 20px; */
    /* max-width: min-content; */
    font-size: 13px;
    min-height: 100%;
  }

  .careers + .main_content .careers_choose_container .row {
    padding: 0 10px;
  }

  .contact + .main_content .email {
    padding: 15px;
  }
}

@media only screen and (max-width: 460px) {
  #second-row {
    border-width: 0px;
  }

  #second-row .ox-more-2 {
    text-align: center;
    padding: 30px 0;
  }

  .person-resume {
    margin: 0 -20px;
  }
}

/*
If the height of window is lower than 480px than
do not fix nacigator bar on top.
Therefore, it is necessary to set the opacity of 
the navigation bar to 100% in order to hide the 
background color.
*/
@media only screen and (max-height: 480px) {
  #navbar {
    position: relative;
    background-color: black;
  }

  #backfs {
    padding-top: 0 !important;
  }
}

@media screen and (orientation: landscape) {
  .mobile .leadership .ox-list .part .avatar {
    padding-top: 50%;
  }
}

/*
hide "Smart Slider"
*/
#wp-admin-bar-smart_slider_3 {
  display: none;
}

/******************************/
/******************************/
/******************************/
/******************************/

#second-row {
  transform: scale(1.0001);
}
.product + .main_content .videos p {
  margin-bottom: 25px !important;
}

/*updated by yunzuo@accutarbio.com*/
._leadership {
  font-family: Roboto, Arial, sans-serif;

  margin: 0 auto;
}

._leadership > ._h1 {
  font-size: 24px;
}

._leadership > ._frame {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

._leadership > ._frame > ._container {
  position: relative;
  width: 300px;
  height: 410px;
  margin: 40px 0px 40px 40px;
}

._overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  left: 0;
  top: 0;
  z-index: 1;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=5);

  display: flex;
  justify-content: center;
  align-items: center;
}

._overlay ._more-button {
  width: 140px;
  height: 40px;
  padding: 13px 25px;
  border-radius: 40px;
  border: solid 1px #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

._overlay ._more-title {
  font-size: 16px;
  color: #e3e3e3;
}

._leadership ._avatar {
  width: 300px;
  height: 300px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #e4e5e8;
}

._leadership ._info {
  width: 300px;
  height: 110px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #e4e5e8;

  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #333333;
}

._info > ._name {
  font-size: 24px;
  padding-top: 9px;
  padding-left: 18px;
}

._info > ._title {
  font-size: 16px;
  padding-top: 8px;
  padding-left: 18px;
}

._overlay_all {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

._alert {
  position: fixed;
  width: 1164px;
  height: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-580px, -185px);
  z-index: 11;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

._alert_main_container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: auto;
  background-color: #fff;
  position: relative;
}

._alert_avatar {
  height: 100%;
  width: auto;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

._alert_cover {
  width: 200px;
  height: 280px;
  overflow: hidden;
  position: relative;
}

._alert_info {
  width: 100%;
  height: 46px;
  border-left: 4px #9fcd51 solid;
  padding-left: 10px;
  margin-bottom: 30px;

  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

._alert_description {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 23px;
}
._alert ._content {
  width: 639px;
  height: 100%;
  padding: 0;
  margin: 35px;
}

._alert_left {
  width: 60px;
  height: 60px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-right: 20px;

  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
}

._alert_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

._alert_close:hover {
  background-color: #f3f3f3;
}

._alert_right {
  width: 60px;
  height: 60px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-left: 20px;

  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

._alert_info_name {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
}

._alert_info_title {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
/* new style begin */
@media (min-width: 1440px) {
  .container {
    max-width: 1168px !important;
  }
}
.text-hyphen {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
a {
  color: #3c9550;
}
#navbar {
  padding: 0;
}
#navbar .logo-image {
  width: 124px;
  height: 36px;
  background: url("./images/logo_white_bg.svg") no-repeat;
}
#navbar.mobile .logo-image,
#navbar.is-dark-mode .logo-image {
  background-image: url("./images/logo.svg");
}
.nav-item:not(:first-child) {
  margin-left: 40px;
}
#navbarTogglerDemo01 > ul > li {
  font-weight: 500;
  letter-spacing: 1.1px;
}
#navbar .nav-item {
  /*font-family: Roboto-Medium;*/
}
#navbar .dropdown-item {
  width: 167px;
  height: 40px;
  padding: 11px 16px;
  font-size: 16px;
  color: #202020;
  letter-spacing: 0.8px;
  line-height: 18px;
  font-weight: 400;
}
#navbar .dropdown-menu {
  padding: 4px 0;
  background: #fcfcfc;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #eeeeee !important;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
#navbar .dropdown-toggle::after {
  display: none;
}
#navbar.is-dark-mode {
  background: transparent;
  box-shadow: none;
}
#navbar.is-dark-mode .nav-link {
  color: white;
}
#navbar.is-dark-mode > .container {
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#backfs {
  height: 400px;
}
#backfs + .container {
  margin-top: 0;
}
#backfs.my-publications {
  background-image: url("./images/image_publications.png");
}
.bg-lines {
  background-image: linear-gradient(
    90deg,
    #e8e8e8 0,
    #e8e8e8 0.1%,
    transparent 0.1%,
    transparent 33%,
    #e8e8e8 33%,
    #e8e8e8 33.1%,
    transparent 33.1%,
    transparent 66%,
    #e8e8e8 66%,
    #e8e8e8 66.1%,
    transparent 66.1%,
    transparent 99%,
    #e8e8e8 99%,
    #e8e8e8 99.1%,
    transparent 99.1%,
    transparent 100%
  ) !important;
}
.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
a:hover {
  color: #4cab5f;
}
.container.main_content {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: none;
}
body {
  background-color: #fafafa;
}
.main_content.c-careers,
.main_content.c-about,
.main_content.c-workflow {
  margin-top: 0;
}
.c-news.main_content {
  padding-top: 80px;
  padding-bottom: 173px;
}
.main_content.c-product {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top-section {
  min-height: 380px;
}
.top-section .content-body {
  font-size: 16px;
  color: #202020;
  line-height: 22px;
  font-weight: 400;
  margin-top: 20px;
}
.top-section .learn-more {
  font-size: 16px;
  color: #202020;
  line-height: 20px;
  font-weight: 400;
  font-style: initial;
}
.learn-more > img {
  margin-left: 8px;
}
.top-section .content-footer {
  margin-top: 10px;
  display: flex;
}
.content-footer .content-footer-left {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.5px;
  font-weight: 400;
  /*font-family: Roboto-Italic;*/
  font-style: italic;
}
.content-footer .content-footer-right {
  margin-left: 150px;
}
.top-section .content-title {
  font-size: 24px;
  color: #202020;
  line-height: 32px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
  /*font-family: Roboto-Medium;*/
}

.top-section .content-title:hover {
  color: #3c9550;
}
.top-section .section-title-row {
  /* width:fit-content; */
  /* background-image: linear-gradient(44deg, #9FCD52 0%, #4E9D9D 100%); */
  /* background-clip: text;
    -webkit-background-clip: text; */
  /* color:transparent; */
  /* line-height: 1; */
  font-size: 48px;
  color: #202020;
  letter-spacing: 1px;
  line-height: 56px;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.top-section:nth-child(:not(:first)) {
  margin-top: 10px;
}
.top-section-left {
  width: 50%;
}
.top-section-middle {
  width: 7%;
}
.top-section-right {
  width: 43%;
  position: relative;
}
.top-section .image-background-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 24px;
  width: 120%;
}
.top-section .image-background-wrapper > img,
.top-section .image-background-wrapper > video {
  width: 100%;
  filter: blur(5px);
  opacity: 0.2;
}
.top-section .image-front-wrapper > img,
.top-section .image-front-wrapper > video {
  width: 120%;
  position: absolute;
  left: 32px;
  top: 0;
  z-index: 1;
}
.content-section {
  margin-top: 80px;
}
.main_content .part {
  padding: 0;
}
.footer {
  height: 360px;
  padding: 40px;
  background: #2e2e2e;
}
.footer .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.footer .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer #footer-nav-copyright {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.4px;
  line-height: 20px;
  font-weight: 400;
  opacity: 0.8;
}
.footer .footer-beian > a {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.4px;
  line-height: 20px;
  font-weight: 400;
  opacity: 0.8;
}
.footer .footer-right {
  display: flex;
}
.footer-logo img {
  width: 146px;
}
.footer .footer-nav-group {
  /* border-left: 1px dashed #9FCD52; */
  margin-left: 80px;
}
.footer .footer-nav-group-children {
  display: flex;
  flex-direction: column;
}
.footer .footer-nav-group-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 24px;
  /*font-family: Roboto-Medium;*/
}
.footer .footer-nav-group-child {
  margin-bottom: 16px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.8px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.8;
}

/* single page */
.main_content.single-page {
  padding: 80px 0px 100px 0px;
}
.single-page .inner-wrapper {
  padding: 0 144px;
}
.single-page.s-news .text .title {
  font-size: 48px;
  color: #202020;
  letter-spacing: 1px;
  line-height: 56px;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.single-page .date {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
  /*font-family: Roboto-Italic;*/
  font-style: italic;
}
.single-page.s-news .text .content {
  font-size: 18px;
  color: #202020;
  line-height: 28px;
  font-weight: 400;
  margin-top: 80px;
}

/* product page */
.product-section {
  width: 100%;
}
.product-section .section-title {
  font-size: 24px;
  color: #202020;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 36px;
  /*font-family: Roboto-Medium;*/
}
.product-section .section-list {
}

.product-section .section-list-item {
  min-height: 60px;
  display: flex;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.product-section .section-list-item:not(:last-child) {
  margin-bottom: 34px;
}
.product-section .section-list-item::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background: #eeeeee;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-section .list-item-actions {
  display: flex;
  width: 4px;
  overflow: hidden;
  transition: 0.3s width ease-out;
  flex-shrink: 0;
}
.product-section .action {
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.product-section .video-link {
  background: #4cab5f;
}
.product-section .doc-link {
  background: #468cb0;
}
.product-section .list-item-text {
  background: #ffffff;
  font-size: 20px;
  color: #202020;
  line-height: 24px;
  font-weight: 400;
  padding: 18px 46px 18px 24px;
  display: flex;
  align-items: center;
  /* margin-left:-116px; */
  width: 100%;
}
.c-product .interest {
  margin-top: 40px;
}
.c-product .interest > span {
  font-size: 20px;
  color: #202020;
  line-height: 28px;
  font-weight: 400;
}
.c-product .interest > a {
  font-size: 20px;
  color: #44aa60;
  line-height: 28px;
  font-weight: 400;
  margin-left: 5px;
}
.product-section .section-list-item:hover .list-item-actions {
  transition: 0.3s width ease-out;
}
.product-orbital .product-cases .section-list-item:hover .list-item-actions {
  width: 120px;
}
.section-list-item:hover .list-item-actions {
  width: 60px;
}

.product-wrapper .extra-content {
  position: relative;
  padding-bottom: 80px;
}
.main_content.c-product {
  flex-grow: 0;
}
.product-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
}
.product-wrapper .extra-content-wrapper {
  width: 100%;
  background-color: #fafafa;
  flex-grow: 1;
  padding: 0 0;
}

.product-evaluation {
  margin-top: 160px;
}

/* Contact */
#backfs.contact {
  background-image: url("./images/image_contact.png");
}
.c-about .contact-item:nth-child(1),
.c-about .contact-item:nth-child(2) {
  margin-bottom: 80px;
}
.c-about.full-bg-wrapper {
  background-color: #4aa858;
}
.c-about.full-bg-wrapper .container {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}
.c-about.full-bg-wrapper .map-button {
  display: block;
  padding: 4px 24px;
  /* background: #FFFFFF; */
  border-radius: 4px;
  font-size: 20px;
  /* color: #4AA858; */
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  margin: auto 0;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  /*font-family: Roboto-Medium;*/
}
.c-about.full-bg-wrapper .map-button:hover {
  background: #ffffff;
  color: #4aa858;
  cursor: pointer;
  text-decoration: none;
}
.c-about.full-bg-wrapper .container .title {
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.c-about.full-bg-wrapper .container .detail {
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  font-weight: 400;
}
.c-about.location .row {
  padding: 0;
}
.c-about .contacts .left > img {
  width: 100%;
}
.c-about .contacts .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-about .contacts .right .title {
  font-size: 24px;
  color: #202020;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0;
  /*font-family: Roboto-Medium;*/
}
.c-about .contacts .right .link {
  margin-top: 8px;
}
.c-about .contacts .right .link > a {
  font-size: 22px;
  color: #202020;
  line-height: 32px;
  font-weight: 400;
  text-decoration: underline;
}
.c-about .map {
  padding-left: 0;
  padding-right: 0;
}
.hide {
  display: none !important;
}
.c-careers-detail .position-detail-wrapper {
  padding: 23px 16px 32px 16px;
}
.pc-body .c-careers-detail .position-detail-wrapper {
  padding: 0 100px;
}
.c-careers-detail .position-detail .detail-title {
  font-size: 24px;
  color: #202020;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 32px;
}
.c-careers-detail .position-detail h3 {
  font-size: 16px;
  color: #202020;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 3px;
  margin-top: 32px;
  /*font-family: Roboto-Italic;*/
  font-style: italic;
}
.c-careers-detail .position-detail h4 {
  font-size: 15px;
  color: #202020;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.c-careers-detail .position-detail li,
.c-careers-detail .position-detail p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.c-careers-detail .position-detail li:not(:last-child) {
  margin-bottom: 6px;
}
.c-careers-detail .detail-content a {
  font-size: 16px;
  color: #3c954a;
  line-height: 20px;
  font-weight: 400;
}

/* About */
#backfs.aboutus {
  background-image: url("./images/image_leadership@2x.jpg");
  height: 400px;
  position: relative;
}
#backfs.aboutus::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(32, 32, 32, 0.4);
}
#backfs.aboutus .container {
  z-index: 1;
}
#backfs .join-us-btn {
  width: 160px;
  height: 48px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-top: 28px;
}
#backfs .join-us-btn:hover {
  text-decoration: none;
  background: #ffffff;
  color: #75757a;
}
.c-aboutus .section-title {
  font-size: 48px;
  color: #202020;
  letter-spacing: 1px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 80px;
}
.c-aboutus .leaders {
  display: flex;
  justify-content: center;
  margin-bottom: -60px;
}
.c-aboutus .leader {
  cursor: pointer;
  margin-bottom: 61px;
  text-align: center;
  padding: 0 20px;
}
.c-aboutus .leader-name {
  font-size: 20px;
  color: #202020;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  margin-top: 17px;
  margin-bottom: 4px;
  margin-left:-10px;
  margin-right:-10px;
  /* white-space: nowrap; */
  /*font-family: Roboto-Medium;*/
}
/* .c-aboutus .leader-name.is-long {
  white-space: initial;
} */
.c-aboutus .leader-title {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  padding: 0 15%;
  /*font-family: Roboto-Medium;*/
}
.c-aboutus .leader-image {
  width: 90%;
}
.leadership-banner {
  height: 800px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.leadership-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leadership-banner .company-info{
  padding-right: 60px;
}
.leadership-banner .info-title {
  font-size: 48px;
  color: #202020;
  letter-spacing: 1px;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 60px;
  /*font-family: Roboto-Medium;*/
}
.leadership-banner .detail-row {
  font-size: 32px;
  color: #202020;
  line-height: 48px;
  font-weight: 400;
}
.leadership-banner .detail-row:first-child{
  margin-bottom: 24px;
}
.leadership-banner .info-detail{
  margin-bottom: 88px;
}
.leadership-banner .info-join-us{
  height:128px;
  position: relative;
}
.leadership-banner .join-us-btn{
  background: #44AA60;
  border-radius: 4px;
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  width:240px;
  height:60px;
  position: absolute;
  right: 32px;
  top: calc(50% - 30px);
}
.leadership-banner .join-us-btn:hover{
  background: #44AA60;
  color:#FFFFFF;
}
.leadership-divider{
  margin-bottom:80px;
}
.leadership-divider .container{
  display:flex;
  justify-content: center;
  align-items: center;
}
.about-photos .photo {
  /* background-size: cover;
  background-repeat: no-repeat;
  height: 680px; */
  border-radius: 8px;
}
.about-photos .photo-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-photos .photo-1 {
  width: 21.4%;
  /* background-image: url("./images/image_company1@2x.jpg"); */
}
.about-photos .photo-2 {
  /* margin-left: 20px; */
  width:38.4%;
  /* background-image: url("./images/image_company2@2x.jpg"); */
}
.about-photos .photo-3 {
  width: 36.8%;
  /* background-image: url("./images/image_company3@2x.jpg"); */
}
.about-photos .photo-4 {
  width: 41.1%;
}
.about-photos .photo-5 {
  width: 34.1%;
}
.about-photos .photo-6 {
  width: 21.4%;
}
.about-photos .photo-7 {
  width: 46.9%;
}
.about-photos .photo-8 {
  width: 51.3%;
}
.about-photos{
  margin-bottom: 60px;
}
.bg-btn {
  /*font-family: Roboto-Medium;*/
  width: 240px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
}
.bg-btn:hover {
  text-decoration: none;
  background: #ffffff;
  color: #44aa60;
}

.leader-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(32, 32, 32, 0.4);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}
.leader-modal .inner-wrapper {
  background: #fcfcfc;
  border-radius: 8px;
  padding: 150px 80px;
  width: 1180px;
  display: flex;
  position: relative;
  max-height: 90vh;
}
.mobile-body .leader-modal .inner-wrapper {
  overflow-y: auto;
}
.leader-modal .image-wrapper {
  width: 400px;
  height: 400px;
  position: relative;
  flex-shrink: 0;
}
.leader-modal .image-wrapper img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.leader-modal .image-wrapper::after {
  position: absolute;
  content: "";
  top: -68px;
  left: 68px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    circle at 2px 2px,
    rgba(170, 170, 170, 0.4) 2px,
    transparent 0
  );
  background-size: 13px 13px;
}
.leader-modal .close-btn {
  position: absolute;
  top: 60px;
  right: 60px;
  cursor: pointer;
}
.leader-modal .info {
  padding-left: 110px;
}
.leader-modal .leader-name {
  font-size: 32px;
  color: #202020;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 16px;
  /*font-family: Roboto-Bold;*/
}
.leader-modal .leader-title {
  font-size: 20px;
  color: #44aa60;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  /*font-family: Roboto-Medium;*/
}
.leader-modal .leader-detail {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 32px;
  font-weight: 400;
}

@media (max-width: 1280px) {
}

/* Workflow */
#backfs.workflow {
  background-image: url("./images/image_pipeline.png");
}
#backfs.products {
  background-image: url("./images/image_workflow.png");
}
.c-workflow .program-title {
  padding: 10px 15px;
  font-size: 14px;
  color: #202020;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 700;
  background-color: #eeeeee;
  /*font-family: Roboto-Bold;*/
}
.c-workflow .program-item,
.c-workflow .pipeline-columns {
  width: 85%;
  display: flex;
  margin-bottom: 16px;
  padding-left: 15px;
}
.c-workflow .pipeline-columns {
  height: 60px;
}
.c-workflow .pipeline-column > img {
  margin-right: 4px;
}
.c-workflow .pipeline-column {
  flex: 1;
  font-size: 14px;
  color: #202020;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 700;
  /* padding-left:15px; */
  display: flex;
  align-items: center;
  /*font-family: Roboto-Bold;*/
}
.program-item .program-entry {
  flex: 1;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #202020;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  /* padding-left:15px; */
  padding-right: 15px;
  padding-top: 21px;
  padding-bottom: 21px;
  /*font-family: Roboto-Medium;*/
}
.program-item .program-entry:first-child {
  font-weight: 700;
  /*font-family: Roboto-Bold;*/
}
.c-workflow .entry-notes {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #202020;
  line-height: 16px;
  font-weight: 400;
  opacity: 0.8;
  /*font-family: Roboto-Italic;*/
  font-style: italic;
  min-width: 300px;
}
.c-workflow .entry-percent {
  position: absolute;
  left: 0;
  right: 2px;
  height: 16px;
}
.c-workflow .entry-percent-bg {
  width: 100%;
  background-color: rgb(219, 240, 225);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.c-workflow .entry-percent-fr {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5bc578;
  bottom: 0;
}
.c-workflow .entry-percent .round {
  border-radius: 0 4px 4px 0;
}
.c-workflow .entry-percent .tri {
  position: relative;
  background-color: #5bc578;
  height: 100%;
}
.c-workflow .entry-percent .tri:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  left: 100%;
  top: 0;
  border-left: 10px solid #5bc578;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: none;
}
.c-workflow.container {
  padding: 80px 0;
}
.workflow-banner {
  background: url("./images/image_workflow@2x.png") center no-repeat;
  background-size: cover;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.workflow-banner .title {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 56px;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.workflow-banner .subtitle {
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  font-weight: 500;
  margin-top: 16px;
  /*font-family: Roboto-Medium;*/
}
.workflow-step {
  display: flex;
}
.workflow-step .left {
  width: 32px;
  position: relative;
}
.workflow-step .middle {
  width: 172px;
  padding: 6px 12px;
  box-sizing: content-box;
}
.workflow-step .right {
  flex: 1;
  padding-left: 64px;
}
.pc-body .workflow-step .right {
  display: flex;
}
.workflow-step .step-number {
  color: #5bc578;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 2px #5bc578 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}
.workflow-step .left.has-line::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 15px;
  width: 2px;
  bottom: 0;
  background-color: #ececec;
}
.workflow-step .step-name {
  font-size: 16px;
  color: #202020;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  /*font-family: Roboto-Bold;*/
}
.workflow-step .accutar {
  background: #5bc578;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  /*font-family: Roboto-Bold;*/
}
.pc-body .workflow-step .accutar {
  width: 40%;
  height: fit-content;
}
.workflow-step .accutar-item a {
  color: white;
}
.workflow-step .accutar-item a:hover {
  color: white;
}
.workflow-step .accutar-item {
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
}
.workflow-step .accutar-item:not(:first-child) {
  border-top: 1px dashed white;
}
.workflow-step .traditional {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  padding-top: 6px;
  padding-left: 20px;
}
.pc-body .workflow-step .traditional {
  min-height: 92px;
  flex: 1;
  margin-left: 10%;
}
.workflow-step .traditional-item:not(:first-child) {
  margin-top: 4px;
}
.pc-body .workflow-step:first-child .middle .step-name {
  margin-left: -32px;
  font-size: 20px;
  font-weight: 700;
}
.pc-body .workflow-step:first-child .right .accutar,
.pc-body .workflow-step:first-child .right .traditional {
  background: none;
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  padding-right: 0;
}
.pc-body .workflow-step:nth-child(5) .right .traditional {
  height: 150px;
}
.pc-body .workflow-step:nth-child(6) .right .traditional {
  min-height: 0;
}
/* products page */
.container.c-products {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.c-products .products-section {
  height: 600px;
}
.products-section-wrapper {
  background: #fcfcfc;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.products-section img {
  width: 100%;
}
.products-section .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.products-section .left,
.products-section .right {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products-section .section-title {
  font-size: 48px;
  color: #3c954a;
  letter-spacing: 1px;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 24px;
  /*font-family: Roboto-Medium;*/
}
.products-section .section-info {
  font-size: 24px;
  color: #202020;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 34px;
  /*font-family: Roboto-Medium;*/
}
.products-section .learn-more {
  display: flex;
  width: 240px;
  height: 40px;
  background: #44aa60;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  /*font-family: Roboto-Medium;*/
}
.products-section .learn-more:hover {
  text-decoration: none;
}

/* default page*/
.c-default {
  padding: 80px 0;
}
.c-default .post-title {
  font-size: 48px;
  color: #202020;
  letter-spacing: 1px;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 80px;
  /*font-family: Roboto-Medium;*/
}
.c-default .table th {
  background-color: #4baa65;
  /* border-top: none; */
  border-top-color: #81c393;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  font-weight: 500;
  border-right: 1px solid #81c393;
}
.c-default h4 {
  font-size: 24px;
  color: #202020;
  line-height: 32px;
  font-weight: 500;
}
.c-default .table td {
  font-size: 16px;
  color: #202020;
  line-height: 24px;
  font-weight: 400;
}

/* Home page */
#backfs.home {
  height: 900px;
  background-image: url("./images/image_banner1@2x.png");
  background-position: 20%;
}
#backfs.home .subline {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  width: 800px;
}
#backfs.home .title {
  /*font-family: Roboto-Bold;*/
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 24px;
}
#backfs.home .title {
  margin-top: 300px !important;
}
.home-section {
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-section .news-row .news-item:not(:first-child) {
  margin-left: -10px;
}
.home-section.aim {
  background: #fcfcfc;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.home-section.pipeline {
  background: url("./images/image_banner3@2x.png") center no-repeat;
  background-color: #44aa60;
  background-size: cover;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.home-section .section-title {
  font-size: 48px;
  color: #202020;
  letter-spacing: 1px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 24px;
  /*font-family: Roboto-Medium;*/
}
.bg-dotted {
  background-image: radial-gradient(
    circle at 2px 2px,
    rgba(170, 170, 170, 0.4) 2px,
    transparent 0
  );
  background-size: 13px 13px;
}
.home-section.pipeline .section-title {
  color: white;
  margin-bottom: 24px;
}
.home-section.pipeline .section-info {
  margin-bottom: 32px;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  font-weight: 500;
}
.home-section.pipeline .learn-more {
  font-size: 20px;
  color: #ffffff;
  text-align: right;
  line-height: 20px;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.home-section .section-info {
  font-size: 24px;
  color: #202020;
  line-height: 36px;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.home-section.pipeline .inner-wrapper {
  width: 46%;
}
.home-section.pipeline .container {
  display: flex;
  flex-direction: row-reverse;
}
.home-section.pipeline {
  justify-content: flex-start;
  padding-top: 120px;
  /* background-position: 0 10%; */
}
.home-section.news {
  background-color: #fcfcfc;
  height: auto;
  display: flex;
  padding: 80px 0;
}
.home-section.news .news-row {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.home-section.news .more-row {
  margin-top: 80px;
  text-align: right;
}
.home-section.news .more-row > a {
  font-size: 20px;
  color: #202020;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
  display: inline-block;
}
.home-section {
  background-color: #fcfcfc;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.home-section.news .news-item {
  position: relative;
  width: 31%;
  z-index: 1;
}
.home-section.news .news-item .news-image {
  height: 280px;
  background-size: auto 100%;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
}
.home-section.news .news-item:after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  content: "";
  z-index: -1;
}
.home-section.news .inner-wrapper {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  background-color: white;
}
.home-section.news .news-item img {
  width: 100%;
}
.home-section.news .bottom-row {
  display: flex;
  justify-content: space-between;
}
.home-section .news-title {
  font-size: 20px;
  color: #202020;
  line-height: 28px;
  font-weight: 500;
  cursor: pointer;
  /*font-family: Roboto-Medium;*/
}
.home-section .news-title:hover {
  color: #3c9550;
}
.home-section .news-date {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.home-section .news-link {
  font-size: 14px;
  color: #666666;
  text-align: right;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.home-section .left,
.home-section .right {
  width: 46%;
}
.home-section.aim .container,
.home-section.products .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-section.products .section-more {
  margin-top: 32px;
}
.home-section.products .learn-more {
  font-size: 20px;
  color: #202020;
  text-align: right;
  line-height: 20px;
  font-weight: 500;
  /*font-family: Roboto-Medium;*/
}
.home-section.news .section-title {
  margin-bottom: 80px;
}
.pc-body .home-section .news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pc-body .leader-modal .info {
  overflow-y: auto;
}

.c-news p {
  margin-bottom: 0.25em;
  text-align: left !important;
}

.logo-text {
  font-size: 12px;
  color: #969690;
  line-height: 18px;
  font-weight: 500;
  font-family: Roboto-Italic;
  margin-top: 2px;
}
.navbar .logo {
  margin-bottom: -10px;
}
.navbar.mobile .logo {
  margin-bottom: 0px;
}
.navbar.is-dark-mode .logo-text,
.navbar.mobile .logo-text {
  color: #ffffff;
  opacity: 0.9;
}
.navbar.mobile .logo-text {
  margin-top: 4px;
}
/* Mobile style*/
@media only screen and (max-width: 992px) {
  #navbar {
    background-color: #44aa60 !important;
    padding: 16px 0 12px 0;
    display: flex !important;
  }
  #navbar .nav-item {
    text-align: left;
    letter-spacing: 0;
  }
  #navbar .logo img {
    height: 18px;
  }
  #navbar .logo {
    line-height: 0;
  }
  #navbar .nav-link {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  #navbar .navbar-collapse {
    background-color: white;
    margin: 10px -15px -18px -15px;
    padding-bottom: 20px;
  }
  #navbar.is-dark-mode > .container {
    border: none;
  }
  .c-about .contact-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .c-aboutus .leader {
    padding: 0 15px;
    margin-bottom: 24px;
  }
  .c-aboutus .leaders {
    margin-bottom: -12px;
  }
  .leadership-banner .container {
    flex-direction: column;
  }
  .leadership-banner {
    height: 210px;
    padding: 16px 0;
    background-color: #44aa60;
    display: flex;
    justify-content: center;
    margin-bottom:10px;
  }
  .leadership-banner .info-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
  }
  .leadership-banner .detail-row {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
  }
  .leadership-banner .info-join-us{
    height:auto;
  }
  .leadership-banner .company-info{
    padding-right:0;
  }
  .about-photos{
    margin-bottom: 0;
  }
  .leadership-banner .info-detail{
    margin-bottom: 26px;
  }
  .leadership-banner .detail-row:first-child{
    margin-bottom: 0;
  }

  .leadership-banner .join-us-btn {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    position: unset;
  }
  .about-photos.container{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .about-photos .photo {
    width: 100% !important;
    /* height: 256px !important; */
    margin: 0 0 10px 0;
    flex-grow: initial !important;
    border-radius: 0;
  }
  .about-photos .photo-1 {
  }
  .about-photos .photo-2 {
  }
  .about-photos .photo-3 {
  }
  .about-photos .photo-4 {
  }
  .about-photos .photo-row {
    display: block;
    margin: 0;
  }
  .nav-link.is-active::before {
    display: none;
  }
  .ox-navbar-toggler-icon[aria-expanded="false"] span {
    width: 24px;
    height: 24px;
    background: url("./images/icon_menu_mobile_white.svg");
    color: white;
  }
  .home-section.news .inner-wrapper {
    background-color: transparent;
  }
  .home-section.news .news-row {
    padding-right: 0;
  }
  span.ox-navbar-toggler-icon {
    background-image: url("./images/icon_menu_expand_mobile.svg");
    width: 24px;
    height: 24px;
  }
  .navbar-light .navbar-toggler {
    outline: none;
  }
  .home-section.news .news-item .image-wrapper {
    /* height:94px; */
    height: auto;
  }
  .home-section .news-row .news-item:not(:first-child) {
    margin-left: 0;
  }
  .bg-lines {
    background-image: none !important;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container.main_content {
    padding-top: 16px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .nav-link.is-active::after {
    border-bottom: none;
  }
  #navbar .nav-link.is-active {
    color: #4cab5f !important;
  }
  .top-section {
    flex-direction: column;
    min-height: 0;
  }
  .top-section .mobile-first-news-image {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .top-section .mobile-first-news-title {
    font-size: 20px;
    color: #202020;
    letter-spacing: -0.1px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 14px;
    width: 100%;
  }
  .top-section .mobile-first-news-date {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 8px;
    /*font-family: Roboto-Italic;*/
    font-style: italic;
  }
  .workflow-step .middle {
    width: 90px;
  }
  .workflow-step .right {
    padding-left: 0;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    background-color: #f8f8f8;
  }
  .c-workflow .workflow-more {
    display: none;
  }
  #backfs {
    min-height: 210px !important;
    height: auto;
  }
  #backfs .container .title {
    font-size: 24px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
    margin-top: 90px;
    letter-spacing: 0;
  }
  #accordion2 {
    width: 100%;
  }
  .c-careers .card-header {
    background: #eeeeee !important;
    height: 50px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-careers .card-header .position-category {
    font-size: 20px;
    color: #202020;
    font-weight: 400;
  }
  .c-careers .mobile {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .c-careers .mobile .position-title {
    background: #fcfcfc;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    color: #202020;
    font-weight: 400;
    border-bottom: 1px solid #eeeeee;
  }
  .c-about .contacts .right .link > a {
    font-size: 15px;
    color: #202020;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
  }
  .c-careers .card-body {
    padding-top: 0;
    background: #fcfcfc;
    padding-bottom: 0;
  }
  /* .c-careers .position-detail-wrapper{
        display: none;
    }
    .c-careers .position-detail{
        display: none;
    } */
  .c-aboutus .leader-name {
    font-size: 15px;
    color: #202020;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    margin-top: 13px;
    letter-spacing: 0;
  }
  .c-aboutus .leader-title {
    padding: 0;
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
  }

  .mobile-body .nav-item .products-expander {
    background-image: url("./images/icon_arrow_navigation_default.svg");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
  }
  .mobile-body .nav-item.show .products-expander {
    background-image: url("./images/icon_arrow_navigation_expand.svg");
  }
  .mobile-body .products-menu-link:focus,
  .mobile-body .products-menu-link:active {
    outline: none;
  }
  .mobile-body .products-menu-link {
    outline: none;
  }

  .c-product .top-section .section-title-row {
    font-size: 20px;
    color: #202020;
    line-height: 24px;
    font-weight: 500;
  }
  .c-product .top-section .content-title {
    font-size: 16px;
    color: #202020;
    line-height: 20px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .c-product .top-section-left {
    width: 100%;
  }
  .c-news.main_content {
    padding-top: 0;
  }
  #navbar .navbar-toggler {
    padding-right: 0;
  }
  .c-product .top-section .content-footer {
    /* display: none; */
  }
  .c-product .top-section-middle {
    display: none;
  }
  .c-product .top-section-right {
    width: calc(100% + 30px);
    margin-top: 20px;
    margin-left: -15px;
  }
  .c-product .top-section .image-background-wrapper {
    display: none;
  }
  .c-product .top-section .image-front-wrapper > img,
  .c-product .top-section .image-front-wrapper > video {
    position: static;
    width: 100%;
  }
  .c-product .product-section .section-title {
    font-size: 16px;
    color: #202020;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .c-product .product-section .list-item-text {
    font-size: 16px;
    color: #202020;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 8px;
  }
  .c-product .product-section .section-list-item::after {
    display: none;
  }
  .c-product .product-section .section-list-item {
    background: #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    flex-direction: column-reverse;
    padding-bottom: 10px;
  }
  .product-section .list-item-actions {
    width: auto;
  }
  .product-section .action {
    background: transparent;
  }
  .c-product .interest {
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0;
  }
  .c-product .interest > span {
    font-size: 15px;
    color: #202020;
    line-height: 20px;
    font-weight: 500;
  }
  .c-product .interest > a {
    font-size: 15px;
    color: #44aa60;
    line-height: 20px;
    font-weight: 500;
  }
  .c-product .product-section {
    padding: 16px 0;
    margin: 0;
  }
  .c-product.container.main_content {
    padding-bottom: 0;
  }
  .product-section .section-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .single-page .inner-wrapper {
    padding: 0;
  }
  .s-news.single-page .text .title {
    font-size: 20px;
    color: #202020;
    letter-spacing: -0.1px;
    line-height: 24px;
    font-weight: 500;
  }
  .s-news .date {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-top: 10px;
  }
  .s-news.single-page .text .content {
    font-size: 16px;
    color: #202020;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
  }
  .c-about .contacts .right .title {
    font-size: 16px;
    line-height: 1;
  }
  .c-about .contacts .contact-item {
    padding: 0;
  }
  .c-about .contacts .right .link {
    font-size: 14px;
    line-height: 1;
  }
  #backfs.has-sublines .title {
    margin-top: 60px !important;
  }
  #backfs .subline {
    font-size: 16px !important;
    color: #ffffff;
    line-height: 24px !important;
    font-weight: 500;
  }
  .footer {
    height: 140px;
    padding: 20px 0;
  }
  .footer .footer-right {
    display: none;
  }
  #footer-nav-copyright {
    margin-bottom: 0;
  }
  #backfs.home {
    height: 480px;
  }
  .home-section {
    min-height: 480px;
    height: auto;
  }
  .home-section .container {
    flex-direction: column;
  }
  .home-section .left,
  .home-section .right {
    width: 100%;
  }
  .home-section .section-title {
    font-size: 24px;
    color: #202020;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .home-section .section-info {
    font-size: 16px;
    color: #202020;
    line-height: 20px;
    font-weight: 500;
  }
  .home-section .section-image {
    width: 100%;
  }
  #backfs.has-sublines .title {
    margin-bottom: 10px;
  }
  #backfs.home .subline {
    /* display: none; */
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    width: auto;
  }
  .home-section.aim .container {
    flex-direction: column-reverse;
  }
  .home-section.pipeline .section-info {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
  }
  .home-section.pipeline .section-title {
    margin-bottom: 10px;
  }
  .home-section.pipeline .inner-wrapper {
    width: 70%;
  }
  .home-section.pipeline {
    padding-top: 80px;
    background-position: 67%;
    position: relative;
    background-image: url("./images/image_banner3_mobile@2x.png");
  }
  .home-section.pipeline .section-more {
    position: absolute;
    bottom: 50px;
    left: 32%;
    right: 15px;
  }
  .home-section.pipeline .learn-more {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100%;
  }
  .home-section.pipeline .learn-more > img {
    display: none;
  }
  .home-section.products .section-more {
    display: none;
  }
  .home-section.products .mobile-learn-more {
    display: flex;
    width: 100%;
    height: 48px;
    background: #44aa60;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    /*font-family: Roboto-Medium;*/
  }
  .home-section.products .section-info {
    margin-bottom: 10px;
  }
  .home-section {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .home-section.news .section-title {
    font-size: 24px;
    color: #202020;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  .bg-dotted {
    background-size: 11px 11px;
  }
  .home-section.news {
    padding: 32px 0 20px 0;
  }
  .home-section.news .news-row {
    flex-direction: column;
  }
  .home-section.news .news-item {
    width: 100%;
  }
  .home-section.news .news-item:after {
    display: none;
  }
  .home-section.news .news-item {
    display: flex;
    flex-direction: row;
    height: auto;
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .home-section.news .news-item .news-image {
    width: 100%;
    padding-top: 62%;
    height: auto;
  }
  .home-section.news .image-wrapper {
    width: 41%;
  }
  .home-section.news .inner-wrapper {
    width: 59%;
    padding: 0 0 0 10px;
  }
  .home-section .news-title {
    font-size: 15px;
    color: #202020;
    letter-spacing: -0.1px;
    line-height: 18px;
    font-weight: 400;
    font-family: Roboto;
  }
  .home-section.news .inner-wrapper {
    height: auto;
  }
  .home-section .news-link {
    display: none;
  }
  .home-section .news-date {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-style: italic;
  }
  .home-section.news .more-row {
    margin-top: 16px;
    background: #44aa60;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
  .home-section.news .more-row > a {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    display: inline-block;
  }
  .products-section .container {
    flex-direction: column;
  }
  .products-section .left,
  .products-section .right {
    width: 100%;
  }
  .products-section .section-title {
    font-size: 24px;
    color: #3c954a;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .products-section .section-info {
    font-size: 16px;
    color: #202020;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    font-family: Roboto;
  }
  .products-section .section-more {
    display: none;
  }
  .c-products .products-section {
    height: auto;
  }
  .products-section .container {
    justify-content: initial;
    padding: 32px 0 24px 0;
  }
  .products-section .section-more-mobile {
    width: 100%;
    height: 48px;
    background: #44aa60;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }
  .products-section .section-more-mobile > a {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
  }
  .products-section.reverse .container {
    flex-direction: column-reverse;
  }
  .c-workflow .pipeline {
    overflow: auto hidden;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
  }
  .c-workflow .program-item {
    /* min-width:750px; */
    margin-bottom: 0;
  }

  .c-workflow .program-title {
    /* min-width:750px; */
    width: 164%;
    display: flex;
    height: 40px;
    align-items: center;
  }
  .c-workflow .program-title .program-title-inner {
    position: sticky;
    left: 30px;
  }
  .workflow-step .accutar-item {
    padding: 0;
  }
  .workflow-step .accutar-item + .accutar-item {
    margin-top: 10px;
  }
  .workflow-step .traditional-item + .traditional-item {
    margin-top: 8px;
  }
  .workflow-step .left {
    position: absolute;
    left: 15px;
    top: -10px;
  }
  .workflow-step::after {
    position: absolute;
    content: "";
    border-top: 8px solid #f8f8f8;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    margin-left: -8px;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  }
  .workflow-step::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 4px;
    left: 50%;
    margin-left: -8px;
    background-color: #f8f8f8;
    z-index: 2;
    bottom: 0;
  }
  .workflow-step .left .step-number {
    width: 20px;
    height: 20px;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: rgba(32, 32, 32, 0.6);
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    border: none;
  }
  .workflow-step .step-name {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .workflow-step .step-name + .step-name {
    margin-top: 6px;
  }
  .workflow-step .middle {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    margin: 0 -15px;
    background-color: white;
  }
  .workflow-step .accutar {
    font-size: 14px;
    flex: 1;
    background: none;
    color: #44aa60;
    padding: 16px 10px 16px 0;
    line-height: 18px;
    font-weight: 550;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .workflow-step .traditional {
    font-size: 13px;
    padding: 16px 0 16px 15px;
    flex: 1;
    text-align: right;
    line-height: 16px;
    color: #888888;
  }
  .workflow-step:last-child .right,
  .workflow-step:last-child::after,
  .workflow-step:last-child::before {
    display: none;
  }
  .workflow-step:last-child {
    margin-bottom: 0;
  }
  .workflow-step:nth-child(2) .traditional {
    letter-spacing: -0.1px;
  }
  .workflow-step .accutar-item a {
    color: #44aa60;
    text-decoration: underline;
  }
  .workflow-step:first-child .middle {
    display: none;
  }
  .workflow-step:first-child .accutar {
    flex: 1.5;
  }
  .workflow-step:first-child::after,
  .workflow-step:first-child::before {
    display: none;
  }
  .workflow-banner .subtitle {
    /* display: none; */
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
  }
  .workflow-banner .title {
    font-size: 24px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
  }
  /* .workflow-banner {
    height: 210px;
    background-image: url("./images/image_workflow_mobile@2x.png");
  } */
  #backfs.workflow {
    background-image: url("./images/image_pipeline_mobile@2x.png");
  }
  #backfs.products {
    background-image: url("./images/image_workflow_mobile@2x.png");
  }
  #backfs.contact {
    background-image: url("./images/image_contact_mobile@2x.png");
  }
  #backfs.careers {
    background-image: url("./images/image_careers_mobile@2x.png") !important;
  }
  .c-workflow.container {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .workflow-step {
    border-bottom: 1px solid #eeeeee;
    /* padding: 10px 0; */
    display: block;
    margin: 0 -15px 16px -15px;
    padding: 0 15px;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  }
  .workflow-step .traditional {
    min-height: 0;
  }
  .footer-logo img {
    width: 82px;
    opacity: 0.6;
  }
  .footer .down {
    opacity: 0.6;
  }
  #backfs.aboutus {
    height: 210px;
    background-image: url("./images/image_leadership_mobile@2x.png");
  }
  #backfs.aboutus::after {
    display: none;
  }
  .container.main_content.c-aboutus {
    padding-top: 32px;
  }
  .c-aboutus .section-title {
    font-size: 24px;
    color: #202020;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  .container.main_content.c-careers {
    padding-top: 0;
  }
  #navbar.mobile .logo-image,
  #navbar.is-dark-mode .logo-image {
    width: 82px;
    height: 24px;
    background-size: 100%;
  }
  .c-about.full-bg-wrapper .container {
    flex-direction: column;
    justify-content: initial;
    text-align: left;
    padding: 16px 0;
  }
  .c-about.full-bg-wrapper .container .title {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
  }
  .c-about.full-bg-wrapper .container .detail {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 26px;
    text-align: left;
  }
  .product-wrapper .extra-content {
    padding-bottom: 20px;
  }
  .c-default .post-title {
    font-size: 20px;
    color: #202020;
    letter-spacing: -0.1px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .leader-modal .inner-wrapper {
    padding: 140px 15px 40px 15px;
    flex-direction: column;
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
  }
  .leader-modal .close-btn {
    right: 15px;
  }
  .leader-modal .image-wrapper {
    width: 85vw;
    height: 85vw;
  }
  .leader-modal .image-wrapper::after {
    top: -24px;
    left: 24px;
  }
  .leader-modal .info {
    padding-left: 0;
    margin-top: 20px;
  }
  .leader-modal .leader-name {
    font-size: 24px;
    color: #202020;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .leader-modal .leader-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #44aa60;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
  }
  .leader-modal .leader-detail {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 20px;
    font-weight: 400;
  }
  .c-about .contacts .right {
    padding-right: 0;
    padding-left: 0;
  }
  .c-about .contacts .left {
    padding-left: 0;
    padding-right: 24px;
  }
  .mobile-body .map-container {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-body #gmap-iframe {
    height: 360px;
  }
  .c-news .mobile-wrapper {
    flex-direction: column;
  }
  .products-section-wrapper.is-first {
    margin-top: 0 !important;
  }
  .c-workflow .pipeline-column > img {
    display: none;
  }
  .c-workflow .pipeline-column {
    flex: none;
    position: relative;
    padding-left: 15px;
    letter-spacing: 0px;
  }
  .program-item .program-entry:first-child,
  .c-workflow .pipeline-column:nth-child(1) {
    position: sticky;
    left: 15px;
    z-index: 1;
    width: 33.33%;
    flex-shrink: 0;
    background: white;
  }
  .program-item .program-entry:first-child::after,
  .c-workflow .pipeline-column:nth-child(1)::after {
    box-shadow: inset 8px 0 6px -8px #00000026;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translate(100%);
    content: "";
    pointer-events: none;
  }
  .program-item .program-entry {
    flex: none;
    padding-left: 15px;
    padding-right: 0;
  }
  .c-workflow .pipeline-columns {
    margin-bottom: 0;
  }
  .program-item .program-entry:nth-child(2),
  .c-workflow .pipeline-column:nth-child(2) {
    width: 31.33%;
  }
  .program-item .program-entry:nth-child(3),
  .c-workflow .pipeline-column:nth-child(3) {
    width: 35.33%;
  }
  .program-item .program-entry:nth-child(4),
  .c-workflow .pipeline-column:nth-child(4) {
    width: 21%;
    padding-left: 0;
  }
  .program-item .program-entry:nth-child(5),
  .c-workflow .pipeline-column:nth-child(5) {
    padding-left: 0;
    width: 22%;
  }
  .c-workflow .pipeline-column:nth-child(5) {
    letter-spacing: -0.5px;
  }
  .program-item .program-entry:nth-child(6),
  .c-workflow .pipeline-column:nth-child(6) {
    padding-left: 0;
    width: 21%;
  }
  .c-workflow .program-item,
  .c-workflow .pipeline-columns {
    width: auto;
  }
  .c-pipeline.container {
    padding-left: 0 !important;
    padding-bottom: 0;
  }
  .c-pipeline .mobile-table-swiper {
    display: flex;
    position: fixed;
    bottom: 12px;
    right: 8px;
    z-index: 10;
  }
  .container {
    max-width: 100% !important;
  }
}
#gmap-iframe {
  height: 780px;
}
.products-section-wrapper.is-first {
  margin-top: 100px;
}
.break-word {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.pc-wrapper,
.is-pc {
  display: flex;
}
.pc-body .mobile-wrapper,
.pc-body .is-mobile {
  display: none !important;
}
.mobile-body .pc-wrapper,
.mobile-body .is-pc {
  display: none !important;
}
.mobile-body .mobile-wrapper,
.mobile-body .is-mobile {
  display: flex;
}
.mobile-table-swiper {
  display: none;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .footer .footer-nav-group {
    margin-left: 40px;
  }
  #navbarTogglerDemo01 > ul > li {
    margin-left: 34px;
  }
}

.chemirise-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  text-align: center;
}


.is-pc .pink-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  text-align: center;
}

.is-mobile .pink-center {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-pinkcare .content-footer-left {
  display: flex;
  width: 100%;
  height: 48px;
  background: #44aa60;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.product-pinkcare .learn-more {
  display: flex;
  width: 380px;
  height: 40px;
  background: #44aa60;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  text-decoration: none; 
}

/* Mobile styles */
@media (max-width: 767px) {
  .product-pinkcare .content-footer-left {
    display: none;
  }

  .product-pinkcare .learn-more a:hover {
    text-decoration: none;
  }

  .product-pinkcare .top-section-right {
    display: none;
  }
}