body {
  font-family: 'Arial', 'Microsoft JhengHei';
  -webkit-text-size-adjust: 100%; }

.page-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  clear: both;
  width: 100%; }

header, footer {
  position: relative;
  width: 100%; }

.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
  width: 100%; }

.wrap-inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 1200px; }
  .wrap-inner.wrap-more {
    padding: 0 100px; }

/*==========================================
Header
==========================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  /*background-color:#fff;*/
  padding: 40px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s; }
  header.inner-header {
    background-color: #6c7a56; }
    header.inner-header .lang-bar {
      background-image: url("../images/icons/icon_lang02.png"); }
      header.inner-header .lang-bar li a {
        color: #fff; }
        header.inner-header .lang-bar li a.selected {
          color: #add865; }
    header.inner-header.scrolled .lang-bar {
      background-image: url("../images/icons/icon_lang01.png"); }
      header.inner-header.scrolled .lang-bar li a {
        color: #758278; }
        header.inner-header.scrolled .lang-bar li a.selected {
          color: #fff; }
  header.scrolled {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px 0; }
    header.scrolled nav a, header.scrolled .lang-bar li a.selected {
      /*color:#fff;*/ }
  header .main-logo {
    width: 180px; }
  header #head-right {
    float: right;
    margin-top: 10px; }
  header nav {
    float: left; }
    header nav > div {
      margin-right: calc(55vw / 19.2);
      float: left; }
      header nav > div a {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        font-weight: 600; }
        header nav > div a:hover {
          color: #add865; }
  header .lang-bar {
    float: left;
    background: url("../images/icons/icon_lang02.png") no-repeat left center;
    padding-left: 26px; }
    header .lang-bar li {
      float: left;
      padding: 0 15px;
      margin: 4px 0; }
      header .lang-bar li:nth-last-child(1) {
        padding-right: 0;
        border-left: 1px solid #fff; }
    header .lang-bar a {
      display: block;
      font-size: 18px;
      line-height: 18px;
      color: #fff;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }
      header .lang-bar a:hover, header .lang-bar a.selected {
        color: #add865; }

#header-anchor {
  position: absolute;
  top: 135px;
  left: 0; }

/*==========================================
Common
==========================================*/
.banner-container {
  position: relative;
  width: 100%;
  height: calc(650vw / 19.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner-container .banner-text {
    padding-left: 6%; }
    .banner-container .banner-text h1 {
      color: #fff;
      text-shadow: 0 3px 10px rgba(0, 0, 0, 0.7); }
      .banner-container .banner-text h1 span {
        font-size: 20px;
        display: block; }

#home-banner {
  height: calc(955vw / 19.2); }
  #home-banner .swiper-slide {
    background-size: cover;
    background-position: center; }
  #home-banner .swiper-button-prev, #home-banner .swiper-button-next {
    width: 45px;
    height: 85px;
    background: url("../images/icons/btn_arrow03.png");
    transform: scale(0.8);
    -webkit-transform: scale(0.8); }
  #home-banner .swiper-button-prev {
    background-position: top left;
    left: 30px; }
    #home-banner .swiper-button-prev:hover {
      background-position: bottom left; }
  #home-banner .swiper-button-next {
    background-position: top right;
    right: 30px; }
    #home-banner .swiper-button-next:hover {
      background-position: bottom right; }

#banner-home-text {
  position: absolute;
  top: calc(240vw / 19.2);
  left: calc(225vw / 19.2);
  width: calc(437vw / 19.2);
  height: calc(435vw / 19.2);
  background: url("../images/home_banner_bg.png") no-repeat left top;
  background-size: 83%;
  z-index: 2; }
  #banner-home-text .btn-down {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(144vw / 19.2);
    height: calc(144vw / 19.2);
    background: url("../images/icons/btn_down.png") no-repeat;
    background-size: auto 200%; }
    #banner-home-text .btn-down:hover {
      /*background-position:left bottom;*/ }
  #banner-home-text h1 {
    font-size: calc(50vw / 19.2);
    line-height: calc(60vw / 19.2);
    color: #fff;
    font-weight: 600;
    padding: calc(100vw / 19.2) 0 0 calc(25vw / 19.2); }
    #banner-home-text h1 span {
      font-size: calc(40vw / 19.2);
      line-height: calc(50vw / 19.2);
      padding-left: calc(50vw / 19.2);
      font-weight: 400; }

.lang-en #banner-home-text {
  background: url("../images/home_banner_bg_en.png") no-repeat left top;
  background-size: 100%;}
  
.lang-sc #banner-home-text {
  background: url("../images/home_banner_bg_sc.png") no-repeat left top;
  background-size: 100%;}

.lang-en #banner-home-text h1 {
  font-size: calc(40vw / 19.2);
  line-height: calc(48vw / 19.2); }
  .lang-en #banner-home-text h1 span {
    font-size: calc(30vw / 19.2);
    line-height: calc(40vw / 19.2); }

.home-section {
  padding: calc(100vw / 19.2) 0; }
  .home-section article {
    padding: 0 20px; }

#home-about h2, #home-about p {
  color: #fff; }
#home-about .btn-style01 {
  border-color: #fff;
  color: #fff; }
  #home-about .btn-style01:hover {
    border-color: #1d3c34; }

#home_product h2 {
  color: #1d3c34; }
#home_product p {
  color: #000; }

#home-corporate h2, #home-corporate p {
  color: #fff; }
#home-corporate .btn-style01 {
  border-color: #fff;
  color: #fff; }
  #home-corporate .btn-style01:hover {
    border-color: #1d3c34; }

.icon-arrow01 {
  display: inline-block;
  background: url("../images/icons/icon_arrow01.png") no-repeat left center;
  width: 28px;
  height: 20px;
  margin-bottom: 30px; }

.news-list {
  padding: 5px; }
  .news-list li {
    position: relative;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 1px 7px rgba(74, 74, 74, 0.5);
    overflow: hidden; }
    .news-list li .img-thumb:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .news-list li .img-thumb img {
      transition: 0.4s;
      -webkit-transition: 0.4s; }
    .news-list li figcaption {
      text-align: center;
      background-color: #fff; }
      .news-list li figcaption h3 {
        font-size: 20px;
        line-height: 40px;
        padding-left: 25px;
        background: url("../images/icons/icon_calendar01.png") no-repeat left center;
        font-weight: 600;
        margin-bottom: 10px; }
      .news-list li figcaption .link {
        color: #12877b;
        text-decoration: underline; }
        .news-list li figcaption .link:hover {
          color: #1d3c34; }

.news-date {
  width: 45px;
  height: 45px;
  background-color: #ff0000;
  padding: 2px;
  font-size: 13px;
  line-height: 20px;
  color: #fff; }

#home-news .news-list li {
  float: left;
  width: calc( (100% - 120px) / 3 );
  margin: 0 60px 30px 0; }
  #home-news .news-list li:nth-last-child(1) {
    margin-right: 0; }
  #home-news .news-list li .news-date {
    position: absolute;
    top: -20px;
    right: 30px; }
  #home-news .news-list li figcaption {
    position: relative;
    padding: 30px;
    background-color: #fff;
    /*overflow:hidden;*/ }
    #home-news .news-list li figcaption h3 {
      display: inline-block; }
    #home-news .news-list li figcaption a {
      color: #000; }
      #home-news .news-list li figcaption a:hover {
        color: #12877b; }

#home-contact .col-xl-6 {
  position: relative;
  padding: 0 20px 40px 20px; }
#home-contact h2, #home-contact p {
  color: #fff; }
#home-contact .btn-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  #home-contact .btn-container .btn-style01 {
    border-color: #fff;
    color: #fff; }
    #home-contact .btn-container .btn-style01:hover {
      border-color: #1d3c34; }
#home-contact .icon {
  display: inline-block;
  padding: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-bottom: 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  /*        &:hover {
              transform: scale(1.1);
              -webkit-transform: scale(1.1);
          }*/ }

.sidebar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }
  .sidebar li {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    margin: 0 15px;
    display: inline-block; }
    .sidebar li a {
      display: block;
      color: #fff;
      height: 54px;
      line-height: 54px;
      padding: 0 20px;
      border-bottom: 6px solid transparent; }
      .sidebar li a:hover {
        color: #add865; }
      .sidebar li a.selected {
        border-color: #add865;
        color: #add865; }
        .sidebar li a.selected:after {
          content: "";
          position: absolute;
          bottom: -8px;
          left: calc(50% - 8.5px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8.5px 0 8.5px;
          border-color: #add865 transparent transparent transparent; }

.inner-content {
  padding: 70px 0 0 0; }
  .inner-content article {
    width: 1000px;
    margin: 0 auto 40px auto; }
  .inner-content h2 {
    color: #1d3c34; }

.about-us-list {
  text-align: center; }
  .about-us-list li {
    display: inline-block;
    margin: 0 60px; }
    .about-us-list li .circle {
      width: 225px;
      height: 225px;
      line-height: 225px;
      border-radius: 100%;
      background-color: #add865;
      background-position: top 30px center;
      background-image: url("../images/icons/icon_people01.png");
      background-repeat: no-repeat;
      color: #fff;
      font-size: 70px;
      margin-bottom: 10px; }
    .about-us-list li p {
      font-size: 18px;
      font-weight: 600; }
    .about-us-list li:nth-last-child(1) {
      clear: both;
      margin-top: 30px;
      margin-left: 0;
      width: 100%;
      text-align: center; }
      .about-us-list li:nth-last-child(1) .circle {
        display: inline-block;
        width: 310px;
        height: 310px;
        line-height: 310px;
        font-size: 90px;
        background-color: #f4a3b6;
        background-image: url("../images/icons/icon_people02.png");
        background-position: top 40px center; }

#about-logo {
  width: 300px;
  height: 300px;
  line-height: 300px;
  border-radius: 100%;
  background-color: #add865; }
  #about-logo img {
    vertical-align: middle; }

#about-timeline {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px; }
  #about-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #add865; }
  #about-timeline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 23px);
    background: url("../images/icons/icon_arrow02.png") no-repeat top left;
    width: 46px;
    height: 36px; }
  #about-timeline li {
    position: relative;
    width: 50%;
    float: left;
    clear: both; }
    #about-timeline li .img-thumb {
      float: left;
      width: 160px;
      height: 160px;
      border-radius: 100%;
      border: 2px solid #000;
      overflow: hidden;
      background-size: 100%;
      background-position: center;
      /*            img {
                      transition:0.4s;
                      -webkit-transition:0.4s;            
                  }
                  &:hover img {
                      transform: scale(1.2);
                      -webkit-transform: scale(1.2);                
                  }*/ }
      #about-timeline li .img-thumb:hover {
        background-size: 120%; }
    #about-timeline li figcaption {
      float: right;
      width: calc(100% - 160px);
      padding-top: 20px;
      text-align: left; }
      #about-timeline li figcaption p {
        padding: 0 25px; }
      #about-timeline li figcaption h2 {
        padding: 0 25px;
        position: relative;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        #about-timeline li figcaption h2:after {
          content: "";
          position: absolute;
          bottom: -4px;
          right: -4px;
          width: 7px;
          height: 7px;
          border-radius: 100%;
          background-color: #000; }
      #about-timeline li figcaption p {
        margin: 0;
        text-align: justify; }
    #about-timeline li:nth-child(even) {
      float: right; }
      #about-timeline li:nth-child(even) .img-thumb {
        float: right; }
      #about-timeline li:nth-child(even) figcaption {
        float: left; }
        #about-timeline li:nth-child(even) figcaption h2 {
          text-align: right; }
          #about-timeline li:nth-child(even) figcaption h2:after {
            position: absolute;
            right: auto;
            left: -3px; }

.inner-section {
  padding: calc(90vw / 19.2) 0;
  width: 100%;
  overflow: hidden; }

.inner-top {
  padding: 40px 0 80px 0; }

.organization-slider {
  position: relative;
  padding: 0 25px; }
  .organization-slider .swiper-container {
    border-radius: 20px; }
  .organization-slider .swiper-slide img {
    width: 100%; }
  .organization-slider .swiper-button-prev, .organization-slider .swiper-button-next {
    width: 47px;
    height: 47px;
    background: url("../images/icons/btn_arrow01.png"); }
  .organization-slider .swiper-button-prev {
    background-position: top left;
    left: 0; }
    .organization-slider .swiper-button-prev:hover {
      background-position: bottom left; }
  .organization-slider .swiper-button-next {
    background-position: top right;
    right: 0; }
    .organization-slider .swiper-button-next:hover {
      background-position: bottom right; }

.about-facility-list {
  width: 260px;
  margin: 0 auto; }
  .about-facility-list li {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #a5c6b0; }

#organization-bd h2, #organization-bd p, #organization-bd .about-facility-list li {
  color: #fff; }

.corporate-circle {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  border: 1px solid;
  background-position: top 15% center;
  background-repeat: no-repeat; }
  .corporate-circle h2 {
    font-size: 50px;
    line-height: 400px;
    text-align: center; }

#video1 {
  width: 1000px; }

/*.our-mission-list li {
  line-height: 80px;
  margin-bottom: 35px;
  font-size: 22px;
  color: #000; }
  .our-mission-list li span {
    font-size: 72px;
    float: left;
    padding-right: 30px;
    font-weight: 900;
    font-family: Arial; }
  .our-mission-list li:nth-child(2) {
    padding-left: 6%; }
  .our-mission-list li:nth-child(3) {
    padding-left: 12%; }
  .our-mission-list li:nth-child(4) {
    padding-left: 18%; }*/

.our-mission-list {
	padding-left: 40px;
	list-style-type: square;
}

#our-mission {
  /*height: calc(700vw / 19.2); }
  #our-mission .corporate-circle {
    border-color: #12877b; }*/

}

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

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

/*#our-vision {
  height: calc(700vw / 19.2); }
  #our-vision h2 {
    color: #fff; }
  #our-vision .corporate-circle {
    border-color: #fff; }*/

#expertise-top .wrap-inner > .col-xl-5 {
  padding-right: 50px; }
#expertise-top .img-thumb {
  border-radius: 20px; }
#expertise-top article {
  margin: 0;
  width: 100%; }

.expertise-features {
  width: 100%;
  margin-bottom: -40px; }
  .expertise-features li {
    width: calc(100% / 3 - 4px);
    text-align: center;
    padding: 0 10px;
    margin-bottom: 40px;
    vertical-align: top; }
    .expertise-features li h2 {
      margin-bottom: 10px; }
    .expertise-features li .circle {
      display: inline-block;
      border: 1px solid #f4a3b6;
      border-radius: 100%;
      padding: 50px;
      margin-bottom: 15px; }
      .expertise-features li .circle img {
        display: block; }

.technology-section .technology-photo {
  padding-left: 50px; }
  .technology-section .technology-photo .img-thumb {
    border-radius: 20px; }
.technology-section .technology-text {
  padding: 10px 0 0 40px;
  border-left: 3px solid #add865; }
  .technology-section .technology-text h3 {
    color: #1d3c34;
    font-weight: 600; }
  .technology-section .technology-text ul {
    width: 100%;
    overflow: hidden;
    margin-top: 40px; }
    .technology-section .technology-text ul li {
      /*float: left;
      width: 50%;*/
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 30px; }

.bg-green03 .technology-photo {
  padding-left: 0;
  padding-right: 50px; }
.bg-green03 .technology-text {
  padding: 10px 40px 0 0px;
  border-right: 3px solid #add865;
  border-left: 0; }
  .bg-green03 .technology-text h3, .bg-green03 .technology-text ul li {
    color: #fff; }

.iso-list li {
  float: left;
  text-align: center;
  width: calc(100% / 3); }
  .iso-list li img {
    margin-bottom: 10px; }

#expertise-prize {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  #expertise-prize li {
    float: left;
    margin-right: 25px;
    margin-bottom: 40px;
    width: calc( (100% - 75px) / 4); }
    #expertise-prize li:nth-child(4n) {
      margin-right: 0; }
    #expertise-prize li .img-thumb {
      border-radius: 18px;
      background-color: #fff;
      width: 280px;
      height: 280px;
      line-height: 280px;
      padding: 20px;
      margin-bottom: 20px;
      text-align: center; }
      #expertise-prize li .img-thumb.vertical img {
        width: auto;
        height: 100%;
        margin: 0 auto; }
    #expertise-prize li figcaption h3 {
      color: #1d3c34;
      font-weight: 600; }
      #expertise-prize li figcaption h3 span {
        font-size: 14px;
        line-height: 18px;
        display: block;
        font-weight: 400; }
    #expertise-prize li figcaption p {
      margin: 10px 0 0 0; }
    #expertise-prize li figcaption em {
      margin-right: 15px; }

.div-table {
  width: 100%;
  overflow: hidden; }
  .div-table .table-tr {
    border-bottom: 1px solid #b1b1b1; }
    .div-table .table-tr > div {
      text-align: left;
      float: left;
      color: #000;
      font-size: 16px;
      line-height: 24px;
      padding: 15px 0; }
      .div-table .table-tr > div:nth-of-type(1) {
        width: 15%; }
      .div-table .table-tr > div:nth-of-type(2) {
        width: 50%;
        color: #1d3c34;
        font-size: 18px;
        font-weight: 600; }
      .div-table .table-tr > div:nth-of-type(3) {
        width: 35%;
        font-size: 14px;
        text-align: right; }

#corporate-slider-right {
  padding-left: 40px; }

#charity-list {
  width: 100%;
  overflow: hidden; }
  #charity-list li {
    display: inline-block;
    padding-top: 80px;
    background: url("../images/icons/icon_charity01.png") no-repeat top center;
    margin-bottom: 20px;
    width: calc( ( 100% / 3 ) - 6px );
    vertical-align: top; }
    #charity-list li h3 {
      margin-bottom: 10px;
      color: #1d3c34;
      font-weight: 600; }

#corporate-prize {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  #corporate-prize li {
    float: left;
    width: calc( ( 100% - 75px ) / 3 );
    margin-right: 25px;
    text-align: center; }
    #corporate-prize li:nth-last-child(1) {
      margin-right: 0; }
    #corporate-prize li .img-thumb {
      border-radius: 15px;
      margin-bottom: 20px; }
    #corporate-prize li h3 {
      margin-bottom: 10px;
      color: #1d3c34;
      font-weight: 600; }
    #corporate-prize li p span {
      display: inline-block;
      margin-right: 15px; }

.filter-bar {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0; }
  .filter-bar .select-date {
    padding-left: 40px;
    background: url("../images/icons/icon_calendar02.png") no-repeat left center; }
    .filter-bar .select-date > * {
      display: inline-block; }
    .filter-bar .select-date select {
      height: 32px;
      border: 1px solid #cbcbcb;
      padding: 0 5px; }
    .filter-bar .select-date span {
      display: inline-block;
      margin: 0 20px 0 5px;
      font-size: 16px;
      line-height: 32px; }
  .filter-bar .btn-style01 {
    line-height: 30px;
    padding: 0 25px; }

#news .news-list {
  /*margin-top:30px;*/
  overflow: hidden; }
  #news .news-list li {
    float: none;
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 30px; }
    #news .news-list li .img-thumb {
      float: left;
      position: relative;
      width: 360px;
      border-radius: 5px; }
      #news .news-list li .img-thumb .news-date {
        position: absolute;
        bottom: 0;
        right: 0; }
    #news .news-list li figcaption {
      float: left;
      width: calc(100% - 360px);
      padding-left: 30px;
      text-align: left; }

.paging-nav {
  margin-top: 25px; }
  .paging-nav li {
    float: left;
    display: block;
    width: 26px;
    line-height: 26px;
    margin-right: 5px;
    text-align: center;
    font-size: 18px;
    color: #000;
    border-bottom: 5px solid transparent; }
    .paging-nav li:nth-child(1) {
      margin-right: 15px; }
    .paging-nav li:nth-last-child(1) {
      margin-right: 0;
      margin-left: 15px; }
    .paging-nav li a {
      display: block;
      color: #000;
      height: 34px;
      line-height: 26px; }
      .paging-nav li a:hover, .paging-nav li a.selected {
        border-bottom: 3px solid #f4a3b6; }
  .paging-nav .paging-prev, .paging-nav .paging-next {
    width: 26px;
    height: 26px;
    background: url("../images/icons/btn_arrow02.png");
    border: 0;
    padding: 0; }
  .paging-nav .paging-prev {
    background-position: left top; }
    .paging-nav .paging-prev:hover {
      background-position: left bottom; }
  .paging-nav .paging-next {
    background-position: right top; }
    .paging-nav .paging-next:hover {
      background-position: right bottom; }

.inner-page {
  margin-top: 130px; }

#join-us-top .col-xl-5 {
  padding-left: 45px; }

#join-benefit {
  text-align: center; }
  #join-benefit h2 {
    color: #fff; }
  #join-benefit li {
    display: inline-block;
    width: calc(100% / 4 - 4px);
    text-align: center;
    padding: 0 10px;
    vertical-align: top;
    /*margin-bottom:40px;*/ }
    #join-benefit li h3 {
      color: #fff; }
    #join-benefit li .circle {
      display: inline-block;
      padding: 50px;
      border: 2px solid #fff;
      border-radius: 100%;
      margin-bottom: 20px;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      /*        &:hover {
                  transform: scale(1.1);
                  -webkit-transform: scale(1.1);
              }*/ }

.jobs-list {
  padding: 5px; }
  .jobs-list li {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 1px 7px rgba(74, 74, 74, 0.5); }
    .jobs-list li.opened .btn-arrow:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .jobs-list li.opened .job-content {
      display: block; }
    .jobs-list li .job-title {
      background-color: #d6ebb2;
      padding: 10px 30px; }
      .jobs-list li .job-title h3 {
        float: left;
        color: #1d3c34;
        font-weight: 600; }
      .jobs-list li .job-title .btn-arrow {
        position: relative;
        float: right;
        display: inline-block;
        font-size: 16px;
        line-height: 35px;
        padding-right: 15px;
        color: #000; }
        .jobs-list li .job-title .btn-arrow:after {
          content: "";
          position: absolute;
          top: 14px;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 4.5px 0 4.5px;
          border-color: #000000 transparent transparent transparent; }
    .jobs-list li .job-content {
      display: none;
      padding: 30px;
      background-color: #fff; }
      .jobs-list li .job-content h3 {
        font-weight: 600;
        margin-bottom: 10px; }

#contact-info {
  text-align: center;
  width: 100%;
  overflow: hidden; }
  #contact-info li {
    display: inline-block;
    width: calc(100% / 3 - 6px);
    vertical-align: top; }
    #contact-info li a {
      color: #12877b;
      text-decoration: underline; }
      #contact-info li a:hover {
        color: #add865; }
    #contact-info li .circle {
      display: inline-block;
      padding: 20px;
      border: 1px solid #add865;
      border-radius: 100%;
      margin-bottom: 20px; }

#contact-enquiry .table-tr {
  margin-bottom: 20px; }
  #contact-enquiry .table-tr input[type="text"], #contact-enquiry .table-tr input[type="tel"], #contact-enquiry .table-tr input[type="email"] {
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 16px;
    color: #484848;
    border: 0;
    padding: 0 20px;
    font-family: 'Microsoft JhengHei'; }
  #contact-enquiry .table-tr textarea {
    border: 0;
    width: 100%;
    height: 150px;
    padding: 20px;
    font-family: 'Microsoft JhengHei';
    font-size: 16px;
    color: #484848; }
  #contact-enquiry .table-tr > div {
    width: calc(50% - 15px); }
    #contact-enquiry .table-tr > div:nth-of-type(2) {
      margin-left: 30px; }
  #contact-enquiry .table-tr .checkbox-tr input {
    float: left;
    width: calc(100% - 180px); }
  #contact-enquiry .table-tr .checkbox-tr .checkbox-container {
    padding-top: 10px;
    float: right;
    width: 180px;
    padding-left: 30px; }
    #contact-enquiry .table-tr .checkbox-tr .checkbox-container label {
      margin-right: 10px; }
    #contact-enquiry .table-tr .checkbox-tr .checkbox-container .mdl-checkbox__ripple-container .mdl-ripple, #contact-enquiry .table-tr .checkbox-tr .checkbox-container .mdl-checkbox.is-checked .mdl-checkbox__tick-outline, #contact-enquiry .table-tr .checkbox-tr .checkbox-container .mdl-radio__ripple-container .mdl-ripple, #contact-enquiry .table-tr .checkbox-tr .checkbox-container .mdl-radio.is-checked .mdl-radio__inner-circle {
      background: #000;
      z-index: 2; }
    #contact-enquiry .table-tr .checkbox-tr .checkbox-container .mdl-radio__outer-circle {
      background-color: #fff;
      border-color: #fff; }
  #contact-enquiry .table-tr.checkbox-tr input {
    float: left;
    width: calc(100% - 130px); }
  #contact-enquiry .table-tr.checkbox-tr .checkbox-container {
    float: right;
    width: 130px;
    padding-left: 30px;
    line-height: 50px; }
#contact-enquiry .btn-style01 {
  color: #fff;
  border-color: #fff;
  line-height: 52px;
  font-size: 18px; }
  #contact-enquiry .btn-style01:hover {
    background-color: #fff;
    color: #f4a3b6; }

.patents-slider {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px; }
  .patents-slider .swiper-slide img {
    width: 100%; }
  .patents-slider .swiper-button-prev, .patents-slider .swiper-button-next {
    width: 47px;
    height: 47px;
    background: url("../images/icons/btn_arrow01.png"); }
  .patents-slider .swiper-button-prev {
    background-position: top left;
    left: 50px; }
    .patents-slider .swiper-button-prev:hover {
      background-position: bottom left; }
  .patents-slider .swiper-button-next {
    background-position: top right;
    right: 50px; }
    .patents-slider .swiper-button-next:hover {
      background-position: bottom right; }
  .patents-slider .swiper-slide p {
    margin-top: 20px;
    text-align: justify; }

#patent-list li {
  overflow: hidden;
  margin-top: 40px; }
  #patent-list li .img-thumb {
    border-radius: 10px; }
  #patent-list li .col-xl-8 {
    padding: 0 40px; }

/*
.swiper-slide img {
    width:100%
}
.swiper-button-prev, .swiper-button-next {
    width:25px;
        height:25px;
        background:url('images/icons/sliderArrow.png')
}
.swiper-button-prev {
    background-position:top left;
    &:hover {
        background-position:bottom left;
    }
}
.swiper-button-next {
    background-position:top right;
    &:hover {
        background-position:bottom right;
    }
}
    .swiper-pagination {
        bottom:35px;
        .swiper-pagination-bullet {
            width:12px;
            height:12px;
            background-color:#fff;        
            border:1px solid #9e9e9e;
            opacity:1;
            &.swiper-pagination-bullet-active {
                background-color:#ccc;
            }
        }
    }
*/
/* mobile */
.mobile-icon {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 36px;
  width: 36px;
  /*    background-color: #fff;*/
  padding: 8px;
  border: 2px solid transparent;
  border-radius: 5px;
  z-index: 999; }
  .mobile-icon span {
    margin: 0 auto;
    display: block;
    width: 17px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s; }
    .mobile-icon span:nth-last-of-type(1) {
      margin-bottom: 0; }
  .mobile-icon.opened {
    padding: 3px 8px; }
    .mobile-icon.opened span:nth-of-type(1) {
      transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
      -webkit-transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
      margin-bottom: 0; }
    .mobile-icon.opened span:nth-of-type(2) {
      display: none; }
    .mobile-icon.opened span:nth-last-of-type(1) {
      -webkit-transform: translate(0px, 11px) rotate(45deg) scalex(1.3);
      transform: translate(0px, 11px) rotate(45deg) scalex(1.3); }

#join-form {
  width: 100%;
  border-radius: 10px;
  padding: 30px; }
  #join-form input[type="text"], #join-form select {
    border: 0;
    height: 40px;
    width: 100%; }
  #join-form label {
    margin-right: 20px; }
  #join-form .table-tr {
    width: 100%;
    margin-bottom: 40px; }
    #join-form .table-tr > div {
      font-size: 18px;
      line-height: 40px;
      text-align: left; }
      #join-form .table-tr > div:nth-of-type(1) {
        width: 100%;
        color: #1d3c34;
        font-weight: 600; }
      #join-form .table-tr > div:nth-of-type(2) {
        width: 100%; }
  #join-form .form-block-2 {
    width: 100%;
    overflow: hidden; }
    #join-form .form-block-2 > div {
      float: left;
      width: calc(50% - 20px); }
      #join-form .form-block-2 > div:nth-of-type(2) {
        float: right; }
  #join-form .form-block-3 {
    width: 100%;
    overflow: hidden; }
    #join-form .form-block-3 > div {
      float: left;
      width: calc( (100% - 60px) / 3);
      margin-right: 30px; }
      #join-form .form-block-3 > div:nth-last-of-type(1) {
        margin-right: 0; }

#join-form .form-record-row {
  position: relative;
  padding-right: 50px; }
  #join-form .form-record-row > div, #join-form .form-record-row .form-block-2 > div {
    width: calc(50% - 5px); }
  #join-form .form-record-row .table-tr {
    margin-bottom: 10px; }
    #join-form .form-record-row .table-tr > div:nth-of-type(1) {
      display: none;
      font-size: 16px; }
  #join-form .form-record-row .btn-addrow {
    background: url("../images/icons/btn_addrow.png");
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 30px;
    height: 30px; }

#join-form .form-record-row.title-row .table-tr > div:nth-of-type(1) {
  display: block !important; }

.form-check input {
  float: left; }
.form-check label {
  font-size: 16px;
  line-height: 24px;
  float: right;
  width: calc(100% - 50px); }

.product-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  .product-list li {
    float: left;
    margin-right: 25px;
    margin-bottom: 40px; }
    .product-list li:nth-child(4n) {
      margin-right: 0; }
    .product-list li .img-thumb {
      border-radius: 18px;
      background-color: #fff;
      width: 280px;
      height: 280px;
      line-height: 280px;
      padding: 20px;
      margin-bottom: 20px;
      text-align: center;
      border: 1px solid #dff0e5;
      border-radius: 5px; }
      .product-list li .img-thumb.vertical img {
        width: auto;
        height: 100%;
        margin: 0 auto; }
      .product-list li .img-thumb img {
        transition: 0.4s;
        -webkit-transition: 0.4s; }
      .product-list li .img-thumb:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2); }
    .product-list li figcaption h3 {
      color: #1d3c34;
      font-weight: 600;
      text-align: center; }
      .product-list li figcaption h3 span {
        font-size: 14px;
        line-height: 18px;
        display: block;
        font-weight: 400; }
    .product-list li figcaption p {
      margin: 10px 0 0 0; }
    .product-list li figcaption em {
      margin-right: 15px; }

#product-detail {
  padding-bottom: 60px;
  width: 100%;
  overflow: hidden; }
  #product-detail .col-xl-6 {
    padding: 0 30px; }
  #product-detail #detail-big-image {
      position: relative;
    width: 100%;
    height: auto; }
  #product-detail .thumbnail {
    width: 100%;
    overflow: hidden; }
    #product-detail .thumbnail ul li {
      float: left;
      width: calc(20% - 20px);
      margin: 10px;
      border: 1px solid #eaeaea; }
      #product-detail .thumbnail ul li:hover {
        border-color: #add865; }
.img360-icon {position: absolute;top: 0;right: 0;}  
.img360-icon img{max-width: 100%;max-height: 100%;width: inherit;}
#join-form .form-record-row .table-tr > div {
  font-size: 14px; }

.lang-en #join-form .form-record-row.title-row .table-tr > div:nth-of-type(1) {
  font-size: 12px; }

/*==========================================
Footer
==========================================*/
footer {
  background-color: #97969c;
  padding: 45px 0 20px 0; }
  footer #footer-nav {
    display: inline-block;
    width: 80%; }
    footer #footer-nav > li {
      height: 120px; }
    footer #footer-nav li {
      position: relative;
      display: inline-block;
      width: 180px;
      font-size: 18px;
      line-height: 24px;
      text-align: center; }
      footer #footer-nav li a {
        color: #484848; }
        footer #footer-nav li a:hover, footer #footer-nav li a.selected {
          color: #fff; }
      footer #footer-nav li ol {
        position: absolute;
        top: 30px;
        left: 0; }
        footer #footer-nav li ol li {
          margin: 0;
          padding: 0;
          text-align: center; }
          footer #footer-nav li ol li a {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 10px; }

#social-nav li {
  float: left;
  margin-right: 10px; }
  #social-nav li a {
    display: block;
    width: 33px;
    height: 33px;
    background: url("../images/icons/btn_social.png"); }
    #social-nav li a:hover {
      background-position-y: 33px; }
    #social-nav li a.icon-fb {
      background-position-x: calc(100% / 1 * 0); }
    #social-nav li a.icon-wc {
      background-position-x: calc(100% / 1 * 1); }

.copyright {
  margin: 80px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #fff; }
  .copyright a {
    color: #fff;
    text-decoration: none; }

/*Top btn*/
/*#back-top {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 60px;
    right: 60px;
    a {
        display: block;
        width: 46px;
        height: 46px;
        background: url('../images/icons/btn_top.png') no-repeat left top;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        &:hover {
            background-position: left bottom;
        }
    }
}*/
#back-top {
  float: right;
  display: block;
  z-index: 999; }
  #back-top a {
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url("../images/icons/btn_top.png") no-repeat left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    #back-top a:hover {
      background-position: left bottom; }

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