@font-face {
  font-family: 'PingFang';
  src: url("/asset/fonts/PingFangTC.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang Bold';
  src: url("/asset/fonts/PingFang Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang Medium';
  src: url("/asset/fonts/PingFang Medium.ttf");
  font-weight: bold;
  font-style: normal;
}

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

@font-face {
  font-family: 'Lato Bold';
  src: url("/asset/fonts/Lato-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Medium';
  src: url("/asset/fonts/Lato-Medium.ttf");
  font-weight: bold;
  font-style: normal;
}

body {
  margin: 0;
  overflow-x: hidden;
}

a, a:link, a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
  color: white;
}

.mobile-show {
  display: none;
}

.animation {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.unselected:hover:before {
  content: url(/asset/img/act.png);
  /* no need for qoutes */
  display: inline-block;
  opacity: .7;
}

.liststyle {
  position: relative;
  list-style-type: none;
  width: 140px;
  height: 30px;
  background-color: #000000;
}

.leftside {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  background-color: #000000;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.5);
}

.nav_logo {
  width: 170px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 59px;
  left: 30px;
}

.navbar {
  position: absolute;
  margin-top: 44px;
  left: 10px;
  top: 185px;
}

.selected {
  width: 26.7px;
  height: 16px;
  font-family: "PingFang Medium";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  text-align: left;
  color: #ffffff;
}

.selected:before {
  position: absolute;
  top: 4px;
  left: -20px;
  content: url(/asset/img/act.png);
  display: inline-block;
}

.unselected:before {
  position: absolute;
  top: 4px;
  left: -20px;
  content: url(/asset/img/act.png);
  opacity: 0;
  display: inline-block;
}

.unselected {
  width: 25px;
  height: 16px;
  opacity: 0.6;
  font-family: "PingFang";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  text-align: left;
  color: #ffffff;
}

.unselected:hover:before {
  content: url(/asset/img/act.png);
}

.leftsidebottom {
  position: absolute;
  bottom: 40px;
  width: 100%;
  font-size: 12px;
}

.botton {
  border: solid 1px #fff;
  width: 120px;
  height: 35px;
  padding-top: 8px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  font-family: "PingFang";
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 16px;
  margin-right: 10px;
  background-color: rgba(36, 36, 36, 0.6);
}

.botton:hover {
  background-color: rgba(36, 36, 36, 0.86);
  color: #ffffff;
}

.companyinfo {
  position: relative;
  width: 188px;
  /*height: 80px;*/
  opacity: 0.5;
  font-family: "Lato";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  text-align: left;
  color: #ffffff;
  margin-left: 30px;
  margin-bottom: 15px;
}

.language {
  position: relative;
  /*width: 260px;*/
  margin-left: 30px;
  margin-bottom: 22px;
  text-decoration: none;
  /*display: inline-block;*/
}

.Chinese {
  width: 40px;
  height: 21px;
  font-family: "PingFang";
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.1;
  color: #ffffff;
  opacity: 0.6;
  margin-right: 11px;
}

.English {
  width: 32px;
  height: 21px;
  font-family: "Lato";
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.1;
  color: #ffffff;
  opacity: 0.6;
  margin-left: 11px;
  margin-right: 11px;
}

.Japanese {
  width: 40px;
  height: 21px;
  font-family: "PingFang";
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.1;
  color: #ffffff;
  opacity: 0.6;
  margin-left: 11px;
  margin-right: 11px;
}

.clicked {
  opacity: 1;
}

.icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
  color: white;
}

.Copyright-FORMOSA {
  position: relative;
  opacity: 0.5;
  font-family: "Lato";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  margin-left: 30px;
}

.rightside {
  position: relative;
  margin-left: 230px;
}

.homerightside {
  width: 100vw;
  height: 100vh;
  background-image: url("../../../asset/img/img-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.mobile-info-title {
  font-size: 14px;
  display: block;
  /*margin-left: 3px;*/
  line-height: 1.5;
}

/*
indexpage
*/
/*.background_video {
    width: auto;
    height: 100%;
    position: relative;
    object-fit: cover;
    opacity: 0.85;
    z-index: 0;
    margin-top: 0;
    margin-left: 0;
}*/
.rightsidetext {
  position: absolute;
  top: 40%;
  left: 60px;
}

.Formosan-Glass-Che {
  width: 442px;
  height: 78px;
  font-family: 'Amiri', serif;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: 3px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.7);
}

.P2 {
  color: #313131;
  /*height: 48px;*/
  opacity: 0.9;
  font-family: "PingFang";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.7);
}

@media all and (max-width: 500px) {
  .mobile-show {
    display: block;
  }
  .mobile-not-show {
    display: none;
  }
  .rightside {
    margin-left: 0;
  }
  .leftside {
    position: relative;
    padding: 20px 25px;
    width: 100vw;
  }
  .mobile-nav {
    width: 100vw;
    height: 50px;
    background-color: black;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .mobile-nav img {
    position: fixed;
    top: 6px;
    left: 13px;
    width: 137px;
  }
  .mobile-nav .nav-list {
    width: 100vw;
    height: 255px;
    position: fixed;
    top: 50px;
    left: 0px;
    background-color: black;
    display: none;
  }
  .mobile-nav .nav-list.show {
    display: block;
  }
  .mobile-nav .nav-list .navbar {
    position: relative;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 170px;
    margin: 30px auto;
    text-align: center;
    padding: 0;
  }
  .mobile-nav .nav-list .navbar li {
    font-size: 14px;
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px;
  }
  .unselected {
    opacity: 1;
  }
  .liststyle {
    width: 170px;
  }
  .mobile-nav .language {
    width: 260px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
  }
  .burger-wrap {
    width: 50px;
    height: 50px;
    background-color: #d31010;
    position: fixed;
    top: 0;
    right: 0;
  }
  .burger {
    width: 24px;
    height: 22px;
    position: fixed;
    right: 13px;
    top: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 11;
  }
  .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  /*  .burger span:nth-child(1){
    top: 0px;
  }

  .burger span:nth-child(2){
    top: 8px;
  }

  .burger span:nth-child(3){
    top: 16px;
  }
  .burger.open span:nth-child(1){
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .burger.open span:nth-child(2){
    opacity: 0;
    left: -60px;
  }
  .burger.open span:nth-child(3){
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }*/
  #burger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  #burger span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  #burger span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  #burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 3px;
  }
  #burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 3px;
  }
  .selected:before {
    top: 13px;
    left: 30px;
  }
  .unselected:before {
    top: 13px;
    left: 30px;
  }
  .Japanese {
    margin-right: 0;
  }
  .leftsidebottom {
    position: relative;
    bottom: 0px;
  }
  .companyinfo {
    margin-left: 0px;
    width: 100%;
  }
  .Copyright-FORMOSA {
    width: 100%;
    margin-left: 0px;
  }
  .rightsidetext {
    left: 0;
    width: 100vw;
    padding: 20px;
  }
  .rightsidetext .Formosan-Glass-Che {
    width: 100%;
    font-size: 23px;
    /*height: 56px;*/
  }
  .rightsidetext .P2 {
    width: 100%;
    font-size: 14px;
  }
  .rightsidetext .botton {
    width: 45%;
    margin: 16px 2%;
    height: 45px;
    padding-top: 11px;
  }
  .companyinfo {
    min-height: 10px;
    overflow: hidden;
    height: auto;
    opacity: 1;
    line-height: 20px;
  }
  .border-box {
    display: black;
    width: 100%;
    height: 55px;
    border: solid 1px #979797;
    border-radius: 2px;
    margin: 7px auto;
    padding: 16px;
    text-align: left;
  }
  .mobile-address {
    padding: 7px 16px;
  }
  .Copyright-FORMOSA {
    margin-top: 0;
    text-align: center;
  }
  .Formosan-f-Che {
    letter-spacing: 0.6px;
  }
  .Chinese {
    font-size: 14px;
  }
  .English {
    font-size: 14px;
  }
  .Japanese {
    font-size: 14px;
  }
}

/********
information
*********/
.top, .left, .right {
  position: relative;
  top: 0;
}

.top {
  width: 100%;
  height: 70vh;
  background-image: url("../../../asset/img/img-product.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 2;
  position: relative;
}

.top-bg {
  display: none;
}

.watergtopimg {
  width: 100%;
  height: 35vh;
  background-image: url("../../../asset/img/img-product-l.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.glasstopimg {
  width: 100%;
  height: 35vh;
  background-image: url("../../../asset/img/img-product-r.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.leftlink, .rightlink {
  display: inline-block;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.left {
  /*width: 50%;*/
  height: 30vh;
  background-image: url("../../../asset/img/img-product-l.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.right {
  /*width: 50%;*/
  height: 30vh;
  background-image: url("../../../asset/img/img-product-r.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /*  -webkit-transition: 1s;*/
}

.col-sm-12, .col-sm-6 {
  padding: 0;
}

.toptitle {
  position: absolute;
  left: 60px;
  z-index: 1;
  top: 48%;
}

.headline {
  height: 32px;
  font-family: "PingFang Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 3px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.7);
  z-index: 2;
}

.toptext {
  width: 540px;
  height: 22px;
  font-family: "PingFang";
  font-size: 14px;
  line-height: 1.57;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.7);
}

.left:hover, .right:hover {
  opacity: 0.7;
}

.righttext, .lefttext {
  font-family: "PingFang Medium";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
}

.righttext .underline, .lefttext .underline {
  color: white;
  font-size: 10px;
  letter-spacing: 0.7px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  width: 58px;
  margin: 0 auto;
  line-height: 13px;
}

/*******
glasspinfo,waterginfo
*******/
.glassptoptext {
  font-family: "PingFang Medium";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 6px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.2);
}

.unselectedinfo {
  width: 50%;
  height: 45px;
  background-color: white;
  /*box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);*/
  font-family: "PingFang";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  float: left;
  line-height: 45px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.4);
}

.unselectedinfo:hover {
  border-bottom: 3px solid rgba(211, 16, 16, 0.4);
}

.selectedinfo {
  width: 50%;
  height: 45px;
  background-color: white;
  /*box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);*/
  font-family: "PingFang";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  color: #d31010;
  text-align: center;
  float: left;
  line-height: 45px;
  /*box-shadow: inset 0 0 10px #000000;*/
  border-bottom: 3px solid #d31010;
}

.glassptext {
  font-family: "PingFang Medium";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  color: #4a4a4a;
  margin-top: 45px;
  margin-left: 60px;
}

.glassptext .en {
  font-family: 'Amiri';
  font-size: 21px;
}

.waterg {
  position: absolute;
  left: 60px;
  margin-right: 30px;
  word-break: break-all;
  margin-top: 45px;
  margin-bottom: 50px;
}

.infotext {
  font-family: "PingFang";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  color: #4a4a4a;
  margin-bottom: 45px;
}

.watergtable {
  margin-left: 20px;
  margin-bottom: 30px;
}

.infotexttitle {
  font-family: "PingFang";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  color: #d31010;
  margin: 15px 0;
}

/*.infotext{
  font-family: "PingFang";
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  color: #4a4a4a;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}*/
.leftinfotext {
  font-family: "PingFang Medium";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  text-align: left;
  color: #000000;
  margin-left: 20px;
  padding-bottom: 15px;
  vertical-align: top;
  min-width: 42px;
}

.rightinfotext {
  font-family: "PingFang";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  text-align: left;
  color: #4a4a4a;
  padding-left: 30px;
  padding-bottom: 15px;
  vertical-align: top;
  min-width: 75px;
}

.en-visibility {
  display: none;
}

/*.infotext2{
  font-family: "PingFang";
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  color: #4a4a4a;
  margin-left: 20px;
  padding-bottom: 80px;
}*/
@media all and (max-width: 500px) {
  .mobile-fix-header {
    position: fixed;
    width: 100vw;
    z-index: 10;
    top: 0;
  }
  .mobile-fix-header .watergtopimg {
    height: 240px;
  }
  .mobile-fix-header .watergtopimg.open {
    height: 140px;
  }
  .glasstopimg {
    height: 240px;
  }
  .glasstopimg.open {
    height: 140px;
  }
  .top {
    height: 300px;
  }
  .top-bg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
    width: 100vw;
    height: 125px;
  }
  .toptitle {
    width: 100%;
    left: 0;
    padding: 20px;
    top: 55%;
  }
  .headline {
    height: 20px;
    font-size: 14px;
    width: 100%;
  }
  .toptext {
    width: 100%;
  }
  .righttext, .lefttext {
    color: white;
    font-size: 16px;
    letter-spacing: 1.1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    top: 35%;
  }
  .selectedinfo, .unselectedinfo {
    width: 50%;
  }
  .waterg {
    position: relative;
    left: 0;
    padding: 275px 20px 20px;
    margin-right: 0px;
  }
  .waterg.open {
    padding: 175px 20px 20px;
  }
  .infotexttitle {
    text-align: center;
  }
  .infotext {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #4a4a4a;
  }
  .info-wrap {
    padding: 10px;
    background-color: rgba(216, 216, 216, 0.1);
    min-height: 5px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: -10px;
    width: calc( 100vw - 20px);
  }
  .infotext .title {
    font-size: 14px;
    line-height: 1.79;
    letter-spacing: 1.6px;
    color: #d31010;
    margin-bottom: 3px;
    font-weight: bold;
  }
  .glassptoptext {
    padding-left: 20px;
    text-align: left;
    line-height: 300px !important;
  }
  .glassptoptext.open {
    line-height: 200px !important;
  }
  .glassptext {
    height: 200px;
    margin-left: 20px;
    padding-top: 305px;
    padding-bottom: 200px;
  }
  .glassptext.open {
    padding-top: 205px;
  }
  .glassptext .ch {
    font-size: 14px;
    margin-top: 15px;
  }
}

/********
about
********/
.about_righttop, .glasspinfo {
  position: relative;
}

.about_righttop {
  width: 100%;
  height: 35vh;
  background-image: url("../../../asset/img/img-about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.abouttitle {
  height: 100px;
  line-height: 35vh;
  text-align: center;
  font-family: "PingFang Medium";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 6px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
}

.glassptopimg {
  position: relative;
  height: 100%;
}

.abouttitle, .glassptoptext {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding-left: 60px;
}

.abouttable {
  margin-left: 80px;
}

.aboutcompany {
  position: absolute;
  margin-top: 45px;
  padding-bottom: 80px;
  margin-right: 30px;
  word-wrap: break-word;
}

.abouttext {
  font-family: "PingFang";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  position: relative;
  line-height: 1.56;
  color: #4a4a4a;
  left: 60px;
  padding-bottom: 30px;
  margin: 0;
}

.companytext {
  font-family: "PingFang";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  color: #d31010;
  margin-left: 60px;
}

.companyleftinfo {
  min-width: 56px;
  font-family: "PingFang";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  text-align: left;
  color: #000000;
  margin-left: 80px;
  margin-right: 33px;
  vertical-align: top;
}

.companyrightinfo {
  min-width: 200px;
  font-family: "PingFang";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  text-align: left;
  color: #4a4a4a;
  padding-left: 30px;
  padding-bottom: 15px;
  vertical-align: top;
}

.companyrightinfo ol {
  padding: 0;
}

.companyrightinfo ol li {
  margin-left: 20px;
  padding: 0;
}

hr {
  height: 0px;
  border: solid 1px #dddddd;
  margin: 0px 30px 10px 30px;
}

@media all and (max-width: 500px) {
  .about_righttop {
    position: relative;
  }
  .abouttitle, .glassptoptext {
    letter-spacing: 4.5px;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.2);
    line-height: 310px;
    padding-left: 30px;
    text-align: left;
    width: 100vw;
  }
  .aboutcompany {
    position: relative;
    margin-right: 0;
    padding-bottom: 0px;
  }
  .abouttext, .companytext {
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    left: 0;
    padding: 0;
  }
  .mobile-about-content {
    width: 100vw;
    min-height: 10px;
    overflow-wrap: hidden;
    padding: 20px;
    font-family: "PingFang";
  }
  .mobile-about-content .title {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #d31010;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .mobile-about-content .content {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #4a4a4a;
    margin-bottom: 20px;
  }
  .mobile-about-content .icon {
    width: 20px;
    height: 20px;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 0.8;
  }
  .mobile-about-content .underline {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 2px;
    margin-bottom: 10px;
    display: inline-block;
    color: #4a4a4a;
  }
  .mobile-about-content .blod {
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #4a4a4a;
    margin-bottom: 5px;
  }
  .mobile-about-content ol {
    margin-left: -20px;
  }
}

/*# sourceMappingURL=app.css.map */
