@charset "UTF-8";
/* 1rem=16px */
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans");
.m-t-16 {
  margin-top: 1rem; }

.m-t-24 {
  margin-top: 1.5rem; }

.m-t-32 {
  margin-top: 2rem; }

.m-t-48 {
  margin-top: 3rem; }

.m-t-64 {
  margin-top: 4rem; }

.m-t-80 {
  margin-top: 5rem; }

.m-t-100 {
  margin-top: 6.25rem; }

.m-t-120 {
  margin-top: 7.5rem; }

.m-r-16 {
  margin-right: 1rem; }

.m-r-24 {
  margin-right: 1.5rem; }

.m-r-32 {
  margin-right: 2rem; }

.m-r-48 {
  margin-right: 3rem; }

.m-r-64 {
  margin-right: 4rem; }

.m-r-80 {
  margin-right: 5rem; }

.m-r-100 {
  margin-right: 6.25rem; }

.m-r-120 {
  margin-right: 7.5rem; }

.m-b-16 {
  margin-bottom: 1rem; }

.m-b-24 {
  margin-bottom: 1.5rem; }

.m-b-32 {
  margin-bottom: 2rem; }

.m-b-48 {
  margin-bottom: 3rem; }

.m-b-64 {
  margin-bottom: 4rem; }

.m-b-80 {
  margin-bottom: 5rem; }

.m-b-100 {
  margin-bottom: 6.25rem; }

.m-b-120 {
  margin-bottom: 7.5rem; }

.m-l-16 {
  margin-left: 1rem; }

.m-l-24 {
  margin-left: 1.5rem; }

.m-l-32 {
  margin-left: 2rem; }

.m-l-48 {
  margin-left: 3rem; }

.m-l-64 {
  margin-left: 4rem; }

.m-l-80 {
  margin-left: 5rem; }

.m-l-100 {
  margin-left: 6.25rem; }

.m-l-120 {
  margin-left: 7.5rem; }

@font-face {
  font-family: 'Nunito Sans', sans-serif, 'Noto Sans TC', sans-serif, 'Roboto', "PingFang TC", "Hiragino Sans GB", "Microsoft JhengHei", "微軟正黑體", "STHeiti", sans-serif; }

body {
  font-family: 'Nunito Sans', sans-serif, 'Noto Sans TC', sans-serif, 'Roboto', "PingFang TC", "Hiragino Sans GB", "Microsoft JhengHei", "微軟正黑體", "STHeiti", sans-serif; }

::-moz-selection {
  background: #9DD0FE;
  color: #333333; }

::selection {
  background: #9DD0FE;
  color: #333333; }

::-moz-selection {
  background: #9DD0FE;
  color: #333333; }

a {
  color: #8DACB0;
  text-decoration: none; }
  a:hover, a:focus, a:active, a:visited {
    color: #8DACB0;
    text-decoration: none; }

form {
  width: 100%; }

.no-touch {
  overflow: hidden; }

body {
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-wrod; }

.no-touch {
  overflow: hidden; }

@media (max-width: 767px) {
  .pc-only {
    display: none !important; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-only {
      display: inline-block !important; } }

.cus-btn1 {
  padding: 10px 45px;
  line-height: 1.1;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none !important;
  line-height: 20px;
  letter-spacing: 6px;
  border-radius: 99rem;
  overflow: hidden;
  background-color: #273738;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .cus-btn1 a {
    color: inherit; }
  .cus-btn1:hover, .cus-btn1:focus {
    background-color: rgba(39, 55, 56, 0.9); }

.cus-btn2 {
  padding: 10px 30px;
  line-height: 1.1;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none !important;
  line-height: 20px;
  letter-spacing: 6px;
  border-radius: 99rem;
  border: 3px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .cus-btn2 a {
    color: inherit; }
  .cus-btn2:hover, .cus-btn2:focus {
    background-color: rgba(255, 255, 255, 0.3); }

.cus-btn3 {
  padding: 10px 30px;
  line-height: 1.1;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none !important;
  line-height: 20px;
  letter-spacing: 6px;
  background-color: #505050;
  color: #FFF;
  font-size: 14px; }
  .cus-btn3 a {
    color: inherit; }
  .cus-btn3:hover, .cus-btn3:focus {
    background-color: rgba(80, 80, 80, 0.9); }

.index-nav {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  z-index: 999; }
  .index-nav::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    background-color: #505050;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .index-nav a {
    color: inherit; }
  .index-nav .cus-logo {
    position: fixed;
    opacity: 0;
    left: 50%;
    top: 5px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .index-nav .cus-logo img {
      max-height: 40px;
      width: auto; }
  .index-nav.show::before {
    opacity: 1; }
  .index-nav.show .cus-logo {
    opacity: 1; }

#cus-nav {
  display: inline-block;
  background-color: #505050;
  z-index: 999;
  color: #FFF;
  text-align: left;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer; }
  #cus-nav .nav-wrapper {
    overflow: hidden;
    position: relative;
    height: 40px;
    width: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #cus-nav .nav-wrapper .title {
      display: block;
      margin-bottom: 10px; }
      #cus-nav .nav-wrapper .title .title-bar {
        display: block;
        height: 5px;
        background-color: #FFF;
        width: 30px;
        margin-bottom: 5px; }
  #cus-nav .menu-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    padding-bottom: 10px;
    width: 90px; }
    #cus-nav .menu-wrapper .item.home {
      display: none; }
    #cus-nav .menu-wrapper .item {
      display: block;
      margin: 15px 0; }
      #cus-nav .menu-wrapper .item::after {
        content: '';
        width: 0;
        display: block;
        height: 2px;
        background-color: #FFF;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #cus-nav .menu-wrapper .item:hover::after, #cus-nav .menu-wrapper .item:focus::after {
        width: 100%; }
  #cus-nav:hover .nav-wrapper, #cus-nav:focus .nav-wrapper {
    height: auto;
    width: 90px; }

.cus-page-nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 999; }
  @media (min-width: 554px) {
    .cus-page-nav-wrapper {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .cus-page-nav-wrapper {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .cus-page-nav-wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .cus-page-nav-wrapper {
      max-width: 1140px; } }
  .cus-page-nav-wrapper .index-nav {
    position: static;
    padding: 0; }
    .cus-page-nav-wrapper .index-nav #cus-nav:hover .nav-wrapper, .cus-page-nav-wrapper .index-nav #cus-nav:focus .nav-wrapper {
      height: 280px;
      width: 90px; }
    .cus-page-nav-wrapper .index-nav .item.home {
      display: block !important; }

.cus-contact,
.cus-contact-always-show {
  position: fixed;
  display: inline-block;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 999;
  color: #FFF;
  background-color: rgba(80, 80, 80, 0);
  padding-bottom: 60px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .cus-contact .nav-wrapper,
  .cus-contact-always-show .nav-wrapper {
    line-height: 20px;
    letter-spacing: 4px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #505050;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px; }
    .cus-contact .nav-wrapper .title,
    .cus-contact-always-show .nav-wrapper .title {
      display: inline-block;
      font-size: 14px;
      font-weight: bolder;
      margin-bottom: 10px; }
      .cus-contact .nav-wrapper .title::after,
      .cus-contact-always-show .nav-wrapper .title::after {
        content: '';
        display: block;
        height: 5px;
        width: 95%;
        background-color: #FFF;
        margin-top: 5px; }
  .cus-contact .close-btn,
  .cus-contact-always-show .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #FFF;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    padding: 12px 12px 12px 15px;
    cursor: pointer;
    display: none; }
  .cus-contact .cus-form-wrapper,
  .cus-contact-always-show .cus-form-wrapper {
    width: 50vw;
    min-width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    padding: 0 15px;
    display: none; }
    .cus-contact .cus-form-wrapper .cus-label,
    .cus-contact-always-show .cus-form-wrapper .cus-label {
      padding-top: 9px; }
    .cus-contact .cus-form-wrapper .form-control,
    .cus-contact-always-show .cus-form-wrapper .form-control {
      display: inline-block;
      width: 80%;
      float: right;
      border-radius: 0; }
    .cus-contact .cus-form-wrapper input.form-control,
    .cus-contact-always-show .cus-form-wrapper input.form-control {
      background-color: rgba(255, 255, 255, 0);
      border: none;
      border-bottom: 1px solid #FFF;
      color: #FFF; }
    .cus-contact .cus-form-wrapper .form-control.code,
    .cus-contact-always-show .cus-form-wrapper .form-control.code {
      background-color: #FFF;
      border: 1px solid #FFF;
      display: block;
      width: 100%;
      color: #333333; }
    .cus-contact .cus-form-wrapper .cus-btn1,
    .cus-contact-always-show .cus-form-wrapper .cus-btn1 {
      border: none; }
    .cus-contact .cus-form-wrapper img,
    .cus-contact-always-show .cus-form-wrapper img {
      width: 100%;
      height: auto; }
    @media (max-width: 553px) {
      .cus-contact .cus-form-wrapper,
      .cus-contact-always-show .cus-form-wrapper {
        width: 100%;
        min-width: 100%; } }
  @media (max-width: 553px) {
    .cus-contact,
    .cus-contact-always-show {
      max-height: 100vh;
      overflow: scroll; }
      .cus-contact .cus-form-wrapper,
      .cus-contact-always-show .cus-form-wrapper {
        margin-top: 30px; }
        .cus-contact .cus-form-wrapper .form-control,
        .cus-contact-always-show .cus-form-wrapper .form-control {
          width: 100%; } }

.cus-contact-always-show {
  position: relative;
  width: 100%;
  background-color: #505050; }
  .cus-contact-always-show .cus-form-wrapper {
    display: block; }

.cus-contact.show {
  bottom: -60px; }

.cus-contact.open {
  bottom: 0;
  background-color: #505050; }

@media (max-width: 553px) {
  #cus-nav,
  .cus-contact {
    left: 0; } }

.cus-footer {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #505050;
  text-align: center;
  font-size: 20px; }
  .cus-footer .logo {
    margin-bottom: 60px; }
    .cus-footer .logo a {
      display: block; }
    .cus-footer .logo img {
      display: inline-block;
      max-height: 100px; }
  .cus-footer .info {
    color: #FFF;
    text-align: center; }
  @media (max-width: 553px) {
    .cus-footer {
      font-size: 14px;
      padding-bottom: 80px; } }

.cus-topic {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .cus-topic .cus-bg {
    width: 100%;
    position: relative;
    height: 86vh; }
  .cus-topic .cus-content {
    width: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    min-height: 14vh; }
    .cus-topic .cus-content .content-wrapper {
      position: relative;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .cus-topic .cus-content .content-wrapper::before {
        content: '';
        display: block;
        position: absolute; }
    .cus-topic .cus-content .content-title {
      position: absolute;
      font-size: 3.75rem;
      font-weight: normal;
      color: #b4b4b4; }
      @media (max-width: 767px) {
        .cus-topic .cus-content .content-title {
          font-size: 3.5rem; } }
      @media (max-width: 554px) {
        .cus-topic .cus-content .content-title {
          font-size: 3.25rem; } }
    .cus-topic .cus-content .content {
      color: #333333;
      padding-bottom: 30px;
      line-height: 24px;
      letter-spacing: normal; }
  @media (max-width: 553px) {
    .cus-topic {
      height: auto;
      min-height: 100vh; }
      .cus-topic .cus-bg {
        height: 70vh; }
      .cus-topic .cus-content {
        position: static; }
        .cus-topic .cus-content .content-wrapper::before {
          visibility: hidden; }
        .cus-topic .cus-content .content-title {
          position: static; } }

.cus-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.cus-content {
  padding-left: 55px;
  padding-right: 55px; }
  @media (max-width: 767px) {
    .cus-content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 553px) {
    .cus-content {
      padding-left: 15px;
      padding-right: 15px; } }

#topic-1 .cus-bg .content {
  position: absolute;
  width: 80vw;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-size: 3rem; }
  #topic-1 .cus-bg .content img {
    display: inline-block;
    max-height: 100px; }

#topic-1 .cus-content {
  padding: 0; }
  #topic-1 .cus-content .content-wrapper {
    padding-left: 55px;
    padding-right: 55px;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
    @media (max-width: 767px) {
      #topic-1 .cus-content .content-wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 553px) {
      #topic-1 .cus-content .content-wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    #topic-1 .cus-content .content-wrapper::before {
      content: '';
      display: block;
      position: absolute;
      background-color: #FFF;
      top: -100px;
      right: 0;
      height: 100px;
      width: 51vw; }
  #topic-1 .cus-content .content-title {
    width: 51vw;
    right: 132px;
    top: -90px;
    line-height: 0.8;
    color: #8DACB0;
    font-size: 7.5rem;
    font-weight: normal; }
    @media (max-width: 767px) {
      #topic-1 .cus-content .content-title {
        font-size: 7.25rem; } }
    @media (max-width: 554px) {
      #topic-1 .cus-content .content-title {
        font-size: 7rem; } }
    #topic-1 .cus-content .content-title .first {
      color: #FFF; }
  #topic-1 .cus-content .content {
    width: 25vw; }

@media (max-width: 767px) {
  #topic-1 .cus-content .content-wrapper {
    padding-left: 55px;
    padding-right: 55px;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; } }
  @media (max-width: 767px) and (max-width: 767px) {
    #topic-1 .cus-content .content-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) and (max-width: 553px) {
    #topic-1 .cus-content .content-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 767px) {
    #topic-1 .cus-content .content-wrapper::before {
      top: -50px;
      height: 50px; }
  #topic-1 .cus-content .content-title {
    font-size: 40px;
    top: -40px;
    right: 43px; }
  #topic-1 .cus-content .content {
    width: 40vw; } }

@media (max-width: 553px) {
  #topic-1 .cus-content .content-wrapper {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  #topic-1 .cus-content .content-title {
    font-size: 2.5rem;
    padding-top: 30px;
    width: 100%;
    padding-bottom: 10px; }
    #topic-1 .cus-content .content-title .first {
      color: inherit; }
  #topic-1 .cus-content .content {
    width: 100%; } }

#topic-2 .cus-content .content-wrapper::before {
  top: -60px;
  left: 0;
  background-color: #FFF;
  width: 50vw;
  height: 60px; }

#topic-2 .cus-content .content-title {
  position: static;
  width: 53%;
  text-align: right;
  padding-right: 30px;
  font-size: 3.75rem;
  font-weight: normal; }
  @media (max-width: 767px) {
    #topic-2 .cus-content .content-title {
      font-size: 3.5rem; } }
  @media (max-width: 554px) {
    #topic-2 .cus-content .content-title {
      font-size: 3.25rem; } }

#topic-2 .cus-content .content {
  width: 47%;
  padding-top: 60px; }

@media (max-width: 767px) {
  #topic-2 .cus-content .content-title {
    font-size: 2rem; }
  #topic-2 .cus-content .content {
    padding-top: 30px; } }

@media (max-width: 553px) {
  #topic-2 .cus-content .content-title {
    font-size: 20px; }
  #topic-2 .cus-content .content-title {
    width: 100%;
    text-align: left;
    padding-top: 30px; }
  #topic-2 .cus-content .content {
    padding-top: 10px;
    width: 100%; } }

#topic-3 {
  background-color: #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
  #topic-3 .center-box img {
    max-height: 120px;
    width: auto;
    display: inline-block; }
    @media (max-width: 553px) {
      #topic-3 .center-box img {
        max-width: 80vw;
        max-height: 15vh; } }
  #topic-3 .center-box .content-top,
  #topic-3 .center-box .content-middle {
    text-align: center; }
  #topic-3 .center-box .content-middle {
    margin-top: 30px; }
  #topic-3 .center-box .content-bottom {
    margin-top: 60px;
    text-align: center;
    color: #b4b4b4;
    max-width: 80vw; }
  @media (max-width: 553px) {
    #topic-3 {
      padding-top: 60px;
      padding-bottom: 60px; } }

#topic-4 .top-content {
  min-height: 45vh;
  width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
  #topic-4 .top-content .wrapper {
    width: 100%; }
  #topic-4 .top-content .title {
    width: 100%;
    font-size: 2.5rem;
    font-weight: lighter;
    line-height: normal;
    letter-spacing: 8px; }
    @media (max-width: 767px) {
      #topic-4 .top-content .title {
        font-size: 2rem; } }
    @media (max-width: 554px) {
      #topic-4 .top-content .title {
        font-size: 1.5rem; } }
  #topic-4 .top-content .content {
    width: 100%;
    margin-top: 60px;
    color: #b4b4b4;
    line-height: normal;
    letter-spacing: 4px; }
    #topic-4 .top-content .content .list-wrapper {
      margin: 0;
      padding: 0;
      list-style: none; }
      #topic-4 .top-content .content .list-wrapper .item {
        display: inline-block; }
        #topic-4 .top-content .content .list-wrapper .item::after {
          content: '';
          display: inline-block;
          margin: 0 10px;
          height: 15px;
          width: 1px;
          -webkit-transform: rotate(25deg);
                  transform: rotate(25deg);
          background-color: #b4b4b4; }
        #topic-4 .top-content .content .list-wrapper .item:nth-last-child(1)::after {
          display: none; }

#topic-4 .bottom-content {
  min-height: 55vh;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  #topic-4 .bottom-content .item {
    width: 25%;
    height: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media (max-width: 553px) {
    #topic-4 .bottom-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #topic-4 .bottom-content .item {
        width: 50%; } }

#topic-5 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #f0f0f0; }
  #topic-5 .content-top,
  #topic-5 .content-bottom {
    text-align: center; }
  #topic-5 .content-top {
    margin-bottom: 140px; }
    #topic-5 .content-top .title {
      font-size: 3rem;
      font-weight: normal;
      line-height: 1;
      letter-spacing: normal;
      display: block;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        #topic-5 .content-top .title {
          font-size: 2.5rem; } }
      @media (max-width: 554px) {
        #topic-5 .content-top .title {
          font-size: 2rem; } }
    #topic-5 .content-top .content {
      display: block;
      color: #b4b4b4; }
  #topic-5 .content-bottom .title {
    font-size: 1.875rem;
    font-weight: bolder;
    display: block;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #topic-5 .content-bottom .title {
        font-size: 1.625rem; } }
    @media (max-width: 554px) {
      #topic-5 .content-bottom .title {
        font-size: 1.625rem; } }
  #topic-5 .content-bottom .item-wrapper {
    display: inline-block;
    margin: 0 30px; }
    #topic-5 .content-bottom .item-wrapper .title {
      font-size: 1.25rem;
      font-weight: normal;
      color: #b4b4b4;
      margin-bottom: 10px; }
    #topic-5 .content-bottom .item-wrapper .list-wrapper {
      margin: 0;
      padding: 0;
      list-style: none;
      display: block;
      margin-bottom: 40px; }
  @media (max-width: 553px) {
    #topic-5 {
      padding-top: 60px;
      padding-bottom: 60px; }
      #topic-5 .content-top {
        margin-bottom: 60px; }
      #topic-5 .content-bottom .item-wrapper {
        display: block; } }

#topic-6 .cus-bg {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

#topic-6 .cus-content {
  padding: 0; }
  #topic-6 .cus-content .content-wrapper {
    z-index: 3;
    display: block;
    min-height: inherit; }
    #topic-6 .cus-content .content-wrapper::before {
      top: -80px;
      left: 0;
      background-color: #FFF;
      width: 55%;
      height: 80px;
      z-index: -1; }
  #topic-6 .cus-content .content-title {
    position: static;
    text-align: left;
    width: 55%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    margin-top: -65px;
    float: left; }
    #topic-6 .cus-content .content-title .title-small {
      font-size: 24px; }
  #topic-6 .cus-content .content {
    width: 55%;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    line-height: 1;
    letter-spacing: 3px; }
  @media (max-width: 767px) {
    #topic-6 .cus-content .content-wrapper::before {
      height: 60px;
      top: -60px; }
    #topic-6 .cus-content .content-title {
      font-size: 30px;
      margin-top: -50px; } }
  @media (max-width: 553px) {
    #topic-6 .cus-content .content-title {
      font-size: 2rem; }
    #topic-6 .cus-content .content-title,
    #topic-6 .cus-content .content {
      width: 100%;
      text-align: left;
      padding-top: 30px;
      margin-top: 0; } }

#topic-7 .cus-bg {
  height: 80vh; }
  #topic-7 .cus-bg .right-pic,
  #topic-7 .cus-bg .left-pic {
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  #topic-7 .cus-bg .right-pic {
    width: 70vw;
    height: 75vh;
    right: 0;
    top: 5vh; }
  #topic-7 .cus-bg .left-pic {
    width: 35vw;
    height: 50vh;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 767px) {
    #topic-7 .cus-bg {
      height: calc(180vw * 0.5625); }
      #topic-7 .cus-bg .left-pic {
        width: 90vw;
        height: auto;
        top: 0;
        padding-bottom: 56.25%;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      #topic-7 .cus-bg .right-pic {
        width: 90vw;
        height: auto;
        padding-bottom: 56.25%;
        top: calc(90vw * 0.5625); } }

#topic-7 .cus-content {
  min-height: 20vh; }
  #topic-7 .cus-content .content-wrapper {
    min-height: inherit;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
    #topic-7 .cus-content .content-wrapper::before {
      top: -30px;
      left: 0;
      background-color: #273738;
      width: 45%;
      height: 30px; }
  #topic-7 .cus-content .content-title {
    position: static;
    float: left;
    padding-right: 30px; }
  #topic-7 .cus-content .content {
    float: left; }
  @media (max-width: 767px) {
    #topic-7 .cus-content .content-wrapper {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
      display: block; }
    #topic-7 .cus-content .content-title {
      font-size: 30px;
      width: 100%;
      padding-top: 30px; } }
  @media (max-width: 553px) {
    #topic-7 .cus-content {
      padding-top: 30px; }
      #topic-7 .cus-content .content-title,
      #topic-7 .cus-content .content {
        padding: 0 0 30px 0;
        width: 100%;
        text-align: left;
        float: none; }
      #topic-7 .cus-content .content-title {
        padding-bottom: 10px; } }

@media (max-width: 767px) {
  #topic-7 {
    min-height: auto; } }

#topic-8 .cus-content {
  padding: 0; }
  #topic-8 .cus-content .content-wrapper {
    z-index: 3;
    display: block;
    min-height: inherit; }
    #topic-8 .cus-content .content-wrapper::before {
      top: -30px;
      right: 0;
      background-color: #FFF;
      width: 55%;
      height: 30px;
      z-index: -1; }
  #topic-8 .cus-content .content-title {
    position: static;
    width: 55%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    float: right; }
    #topic-8 .cus-content .content-title .title-small {
      font-size: 18px; }
  #topic-8 .cus-content .content {
    width: 55%;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    line-height: 1;
    letter-spacing: 3px; }
  @media (max-width: 767px) {
    #topic-8 .cus-content .content-title {
      font-size: 30px; } }
  @media (max-width: 553px) {
    #topic-8 .cus-content .content-title,
    #topic-8 .cus-content .content {
      width: 100%;
      text-align: left;
      padding-top: 30px;
      margin-top: 0; } }

#topic-9 .cus-bg {
  height: 80vh; }
  #topic-9 .cus-bg .right-pic,
  #topic-9 .cus-bg .left-pic {
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  #topic-9 .cus-bg .left-pic {
    width: 70vw;
    height: 75vh;
    left: 0;
    top: 5vh; }
  #topic-9 .cus-bg .right-pic {
    width: 35vw;
    height: 50vh;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 767px) {
    #topic-9 .cus-bg {
      height: calc(180vw * 0.5625); }
      #topic-9 .cus-bg .right-pic {
        width: 90vw;
        height: auto;
        top: 0;
        padding-bottom: 56.25%;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      #topic-9 .cus-bg .left-pic {
        width: 90vw;
        height: auto;
        padding-bottom: 56.25%;
        top: calc(90vw * 0.5625); } }

#topic-9 .cus-content {
  min-height: 20vh; }
  #topic-9 .cus-content .content-wrapper {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
    #topic-9 .cus-content .content-wrapper::before {
      display: none; }
  #topic-9 .cus-content .content-title {
    position: static;
    float: left;
    width: 26vw;
    padding-right: 30px;
    font-size: 3.75rem;
    font-weight: lighter;
    display: block; }
    @media (max-width: 767px) {
      #topic-9 .cus-content .content-title {
        font-size: 3.25rem; } }
    @media (max-width: 554px) {
      #topic-9 .cus-content .content-title {
        font-size: 2.75rem; } }
    #topic-9 .cus-content .content-title .title-small {
      font-size: 14px;
      font-weight: normal;
      display: block;
      margin-top: 30px; }
      #topic-9 .cus-content .content-title .title-small::before {
        content: '';
        width: 60%;
        height: 1px;
        display: block;
        float: left;
        margin-right: 10px;
        background-color: #273738; }
  @media (max-width: 553px) {
    #topic-9 .cus-content {
      padding-top: 30px; }
      #topic-9 .cus-content .content-title,
      #topic-9 .cus-content .content {
        padding: 0 0 30px 0;
        width: 100%;
        text-align: left;
        float: none; } }

@media (max-width: 767px) {
  #topic-9 {
    min-height: auto; } }

#topic-10 .cus-bg {
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-left: 55px;
  padding-right: 55px; }
  @media (max-width: 767px) {
    #topic-10 .cus-bg {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 553px) {
    #topic-10 .cus-bg {
      padding-left: 15px;
      padding-right: 15px; } }
  #topic-10 .cus-bg .content-wrapper {
    width: 50%;
    color: #273738;
    font-size: 30px; }
    #topic-10 .cus-bg .content-wrapper .content-top {
      margin-bottom: 60px; }
  @media (max-width: 553px) {
    #topic-10 .cus-bg .content-wrapper {
      width: 100%;
      font-size: 14px; }
      #topic-10 .cus-bg .content-wrapper .content-top {
        margin-bottom: 0; } }

.cus-banner {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
  .cus-banner .content {
    font-size: 2.5rem;
    font-weight: bolder;
    color: #FFF; }
    @media (max-width: 767px) {
      .cus-banner .content {
        font-size: 2rem; } }
    @media (max-width: 554px) {
      .cus-banner .content {
        font-size: 1.5rem; } }

.cus-title-1 {
  font-size: 2rem;
  font-weight: lighter;
  line-height: normal;
  letter-spacing: 4px; }
  @media (max-width: 767px) {
    .cus-title-1 {
      font-size: 1.5rem; } }
  @media (max-width: 554px) {
    .cus-title-1 {
      font-size: 1rem; } }

.cus-title-2 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 4px; }

.cus-page {
  padding-top: 30px;
  padding-bottom: 60px; }
  .cus-page.product-intro {
    padding-top: 60px; }
  .cus-page#page-content {
    min-height: calc(100vh - 250px); }

.cus-side-menu {
  background-color: #dfe0e0;
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 10px; }
  .cus-side-menu a {
    color: inherit; }
  .cus-side-menu .side-menu-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333333;
    display: block;
    line-height: 30px;
    letter-spacing: 3px; }
    .cus-side-menu .side-menu-wrapper a {
      display: block; }
    .cus-side-menu .side-menu-wrapper .title,
    .cus-side-menu .side-menu-wrapper .item {
      display: block;
      padding: 15px 20px 0 18px;
      margin-top: 10px;
      position: relative;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cus-side-menu .side-menu-wrapper .title:hover,
      .cus-side-menu .side-menu-wrapper .item:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      .cus-side-menu .side-menu-wrapper .title::before,
      .cus-side-menu .side-menu-wrapper .item::before {
        content: '';
        display: block;
        width: 200%;
        height: 1px;
        background-color: #273738;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .cus-side-menu .side-menu-wrapper .title {
      font-size: 1.5rem;
      font-weight: normal;
      color: #FFF;
      padding-top: 0; }
      .cus-side-menu .side-menu-wrapper .title::before {
        display: none; }
    .cus-side-menu .side-menu-wrapper .item {
      cursor: pointer; }
      .cus-side-menu .side-menu-wrapper .item.more::after {
        content: '+';
        display: block;
        position: absolute;
        top: 15px;
        right: 5px; }
      .cus-side-menu .side-menu-wrapper .item.more > .side-menu-wrapper {
        height: 0;
        overflow: hidden; }
      .cus-side-menu .side-menu-wrapper .item.more.open::after {
        content: '-'; }
      .cus-side-menu .side-menu-wrapper .item.more.open > .side-menu-wrapper {
        height: auto;
        overflow: unset; }
    .cus-side-menu .side-menu-wrapper .side-menu-wrapper .item {
      padding-right: 20px;
      margin-right: -20px; }

.cus-breadcumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333333; }
  .cus-breadcumbs a {
    color: inherit; }
  .cus-breadcumbs .item {
    display: inline-block; }
    .cus-breadcumbs .item::after {
      content: '>';
      display: inline-block;
      margin-right: 5px;
      margin-left: 5px; }
    .cus-breadcumbs .item:nth-last-child(1)::after {
      display: none; }

.cus-timeline {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .cus-timeline:hover::before, .cus-timeline:focus::before {
    background-color: rgba(39, 55, 56, 0.8); }
  .cus-timeline::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
    background-color: rgba(39, 55, 56, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cus-timeline .timeline-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-29.35deg) translateY(-50%);
            transform: rotate(-29.35deg) translateY(-50%); }
    .cus-timeline .timeline-wrapper .timeline {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%;
      position: relative; }
      .cus-timeline .timeline-wrapper .timeline::before {
        content: '';
        display: block;
        height: 1px;
        width: 150%;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .cus-timeline .timeline-wrapper .timeline .item {
        display: block;
        line-height: 18px;
        letter-spacing: normal;
        position: relative;
        z-index: 3;
        -webkit-transform: rotate(29.35deg);
                transform: rotate(29.35deg);
        font-size: 14px; }
        .cus-timeline .timeline-wrapper .timeline .item::before {
          content: '';
          width: 45px;
          height: 45px;
          display: block;
          background-color: #FFF;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: -1;
          border-radius: 99rem; }
        .cus-timeline .timeline-wrapper .timeline .item .info {
          position: absolute;
          top: 200%;
          left: 0;
          width: 280px;
          /* color: #FFF; */
  	  color: antiquewhite;	}
          @media (min-width: 992px) {
            .cus-timeline .timeline-wrapper .timeline .item .info {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; } }
        @media (min-width: 992px) {
          .cus-timeline .timeline-wrapper .timeline .item:nth-last-child(1) .info, .cus-timeline .timeline-wrapper .timeline .item:nth-last-child(2) .info, .cus-timeline .timeline-wrapper .timeline .item:nth-last-child(3) .info {
            top: -200%;
            left: unset;
            right: 0;
            text-align: right; } }
  @media (max-width: 991px) {
    .cus-timeline::before {
      padding-bottom: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .cus-timeline .timeline-wrapper {
      position: static;
      -webkit-transform: rotate(0);
              transform: rotate(0); }
      .cus-timeline .timeline-wrapper .timeline {
        display: block; }
        .cus-timeline .timeline-wrapper .timeline::before {
          left: 45px;
          width: 1px;
          height: 200%; }
        .cus-timeline .timeline-wrapper .timeline .item {
          -webkit-transform: rotate(0);
                  transform: rotate(0);
          display: block;
          margin-top: 40px;
          margin-bottom: 40px;
          padding-left: 28px; }
          .cus-timeline .timeline-wrapper .timeline .item::before {
            top: 0;
            left: 45px;
            -webkit-transform: translate(-50%, -15px);
                    transform: translate(-50%, -15px); }
          .cus-timeline .timeline-wrapper .timeline .item .info {
            position: static;
            margin-left: 40px;
            width: 80% !important; } }

.cus-about-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f0f0f0; }
  .cus-about-1 .item {
    width: 33.3333%;
    text-align: center;
    padding: 30px 0; }
    .cus-about-1 .item .pic {
      width: 50%;
      padding-bottom: 50%;
      display: inline-block;
      background-image: none;
      background-size: auto 150px;
      background-position: center center;
      background-repeat: no-repeat; }
    .cus-about-1 .item .title {
      font-size: 24px;
      margin-bottom: 10px;
      line-height: 1;
      letter-spacing: 3px; }
    .cus-about-1 .item .content {
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 4px; }
      @media (max-width: 553px) {
        .cus-about-1 .item .content {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .cus-about-1 {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .cus-about-1 .item {
        width: 100%; }
        .cus-about-1 .item .pic {
          background-size: contain; } }

.cus-about-2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cus-about-2 .about-item {
    width: 25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    padding: 30px;
    text-align: center;
    color: #FFF;
    position: relative;
    z-index: 3; }
    .cus-about-2 .about-item::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(39, 55, 56, 0.6);
      z-index: -1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .cus-about-2 .about-item .title {
      font-size: 1.5rem;
      font-weight: normal;
      margin-bottom: 10px; }
    .cus-about-2 .about-item .info {
      margin: 0;
      padding: 0;
      list-style: none; }
      .cus-about-2 .about-item .info .item {
        display: block;
        font-size: 16px;
        opacity: 0;
        line-height: 24px;
        letter-spacing: normal;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .cus-about-2 .about-item:hover::before, .cus-about-2 .about-item:focus::before {
      background-color: rgba(39, 55, 56, 0.9); }
    .cus-about-2 .about-item:hover .info .item, .cus-about-2 .about-item:focus .info .item {
      opacity: 1; }
  @media (max-width: 767px) {
    .cus-about-2 .about-item {
      width: 50%;
      height: auto; } }

.cus-banner.news, .cus-banner.about {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.cus-banner small {
  display: block;
  text-align: center; }

.cus-tab.news {
  display: inline-block; }
  .cus-tab.news .item {
    padding: 10px 26px !important;
    border: 2px solid #FFF; }
    .cus-tab.news .item.active, .cus-tab.news .item:hover, .cus-tab.news .item:focus {
      background-color: #dfe0e0 !important;
      border-color: #dfe0e0; }

#tab-content-wrapper.news .cus-tab-content {
  padding-top: 0; }

.cus-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0; }
  .cus-news-list .item a,
  .cus-news-list .list-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    .cus-news-list .item a .title,
    .cus-news-list .item a .date,
    .cus-news-list .list-title .title,
    .cus-news-list .list-title .date {
      font-size: 14px !important;
      font-weight: normal;
      color: #333333;
      display: block;
      margin: 15px 0;
      padding: 0 15px;
      max-height: 40px;
      line-height: normal;
      letter-spacing: normal; }
    .cus-news-list .item a .title,
    .cus-news-list .list-title .title {
      width: 80%;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .cus-news-list .item a .date,
    .cus-news-list .list-title .date {
      width: 20%; }
    @media (max-width: 1199px) {
      .cus-news-list .item a .title,
      .cus-news-list .list-title .title {
        width: 70%; }
      .cus-news-list .item a .date,
      .cus-news-list .list-title .date {
        width: 30%; } }
    @media (max-width: 553px) {
      .cus-news-list .item a .title,
      .cus-news-list .item a .date,
      .cus-news-list .list-title .title,
      .cus-news-list .list-title .date {
        margin: 15px 0;
        padding: 0 5px; }
      .cus-news-list .item a .title,
      .cus-news-list .list-title .title {
        width: 60%; }
      .cus-news-list .item a .date,
      .cus-news-list .list-title .date {
        width: 40%; } }
  .cus-news-list .list-title {
    background-color: rgba(128, 128, 128, 0.2); }
  .cus-news-list .item:nth-child(odd) {
    background-color: rgba(128, 128, 128, 0.15); }

.cus-news-info {
  margin-bottom: 20px; }
  .cus-news-info::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #808080;
    margin-top: 10px; }
  .cus-news-info a {
    color: inherit; }
  .cus-news-info .news-title {
    font-size: 30px;
    margin-bottom: 10px; }
  .cus-news-info .date-share-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
    .cus-news-info .date-share-wrapper img {
      height: 14px;
      width: auto; }
    .cus-news-info .date-share-wrapper .fa-facebook {
      color: blue; }
    .cus-news-info .date-share-wrapper .fa-twitter {
      color: #00aced; }
    .cus-news-info .date-share-wrapper .icon-share {
      color: green; }
    .cus-news-info .date-share-wrapper a {
      display: inline-block;
      margin: 0 5px; }

.cus-story {
  padding: 10px 20px;
  background-color: #dfe0e0; }
  .cus-story .story-list-wrapper {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cus-story .story-list-wrapper .story-title {
      font-size: 18px;
      margin-bottom: 10px; }
    .cus-story .story-list-wrapper .item {
      display: block;
      color: #333333;
      margin-bottom: 10px; }
      .cus-story .story-list-wrapper .item .title {
        display: block;
        font-weight: bolder;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 42px; }
      .cus-story .story-list-wrapper .item .content,
      .cus-story .story-list-wrapper .item .date {
        display: block;
        font-size: 12px;
        color: #808080; }
      .cus-story .story-list-wrapper .item .content {
        margin-bottom: 5px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 54px; }
    .cus-story .story-list-wrapper a {
      color: inherit; }

.cus-product {
  display: block; }
  .cus-product .product-wrapper {
    overflow: hidden; }
    .cus-product .product-wrapper .pic {
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
      .cus-product .product-wrapper .pic::before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 100%; }
    .cus-product .product-wrapper .title {
      text-align: center;
      font-size: 14px;
      color: #b4b4b4; }

.cus-page-btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
  letter-spacing: normal; }
  .cus-page-btn .item,
  .cus-page-btn .next-page,
  .cus-page-btn .prev-page {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5px 10px;
    cursor: pointer; }
    .cus-page-btn .item.active, .cus-page-btn .item:hover, .cus-page-btn .item:focus,
    .cus-page-btn .next-page.active,
    .cus-page-btn .next-page:hover,
    .cus-page-btn .next-page:focus,
    .cus-page-btn .prev-page.active,
    .cus-page-btn .prev-page:hover,
    .cus-page-btn .prev-page:focus {
      background-color: #273738;
      color: #FFF; }
  @media (min-width: 768px) {
    .cus-page-btn .item {
      display: none; }
      .cus-page-btn .item:nth-last-child(1), .cus-page-btn .item:nth-last-child(2), .cus-page-btn .item:nth-last-child(3), .cus-page-btn .item:nth-last-child(4) {
        display: inline-block; }
      .cus-page-btn .item:nth-last-child(4) {
        display: inline-block; }
        .cus-page-btn .item:nth-last-child(4)::before {
         
          padding: 5px 20px 5px 0;
          display: inline-block; }
      .cus-page-btn .item.active {
        display: inline-block; }
        .cus-page-btn .item.active::before {
          display: none; }
        .cus-page-btn .item.active + .item {
          display: inline-block; }
          .cus-page-btn .item.active + .item::before {
            display: none; }
          .cus-page-btn .item.active + .item + .item {
            display: inline-block; }
            .cus-page-btn .item.active + .item + .item::before {
              display: none; }
            .cus-page-btn .item.active + .item + .item + .item {
              display: inline-block; }
              .cus-page-btn .item.active + .item + .item + .item::before {
                display: none; }
              .cus-page-btn .item.active + .item + .item + .item + .item {
                display: inline-block; }
                .cus-page-btn .item.active + .item + .item + .item + .item::before {
                  display: none; } }
  @media (max-width: 767px) {
    .cus-page-btn .item {
      display: none; }
    .cus-page-btn .item.active,
    .cus-page-btn .next-page,
    .cus-page-btn .prev-page {
      display: inline-block; } }

.cus-product-intro img {
  max-width: 80%;
  height: auto;
  display: inline-block; }

.cus-product-intro .cus-topic-slider .bg::before {
  display: none; }

.cus-product-intro .cus-topic-slider .bg img {
  position: static;
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position:center"; }

.cus-product-intro .product-title {
  margin-bottom: 30px; }
  .cus-product-intro .product-title .title-big,
  .cus-product-intro .product-title .title-small {
    display: block; }
  .cus-product-intro .product-title .title-big {
    font-size: 1.5rem;
    font-weight: bolder; }
  .cus-product-intro .product-title .title-small {
    font-size: 14px;
    font-weight: bolder; }

.cus-product-intro .product-info {
  font-size: 14px;
  color: #333333; }
  .cus-product-intro .product-info .info-box {
    margin-bottom: 10px; }
  .cus-product-intro .product-info .title {
    display: block;
    font-weight: bolder; }

.cus-product-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }
  .cus-product-banner::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 42.85%; }

.cus-tab {
  background-color: #505050; }
  .cus-tab .tab-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FFF;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    .cus-tab .tab-wrapper .item {
      display: inline-block;
      width: 50%;
      padding: 10px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cus-tab .tab-wrapper .item.active, .cus-tab .tab-wrapper .item:hover, .cus-tab .tab-wrapper .item:focus {
        color: #273738;
        background-color: #FFF; }

.cus-tab-content {
  padding-top: 30px;
  display: none; }
  .cus-tab-content.show {
    display: block; }
  .cus-tab-content .title {
    display: block;
    font-size: 24px;
    font-weight: lighter; }
  .cus-tab-content img {
    width: 100%;
    height: auto; }

.cus-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10vh 10vw;
  background-color: rgba(39, 55, 56, 0.9);
  overflow: hidden;
  display: none;
  z-index: -100; }
  .cus-gallery .btn-close {
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    letter-spacing: normal;
    width: 46px;
    height: 46px;
    padding: 13px;
    overflow: hidden;
    position: fixed;
    top: 30px;
    right: 30px;
    color: #333333;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9); }
  .cus-gallery .gallery-wrapper {
    height: 80vh;
    width: 80vw; }
    .cus-gallery .gallery-wrapper .gallery-photo {
      width: 69%;
      height: 100%;
      overflow: hidden;
      margin-right: 1%;
      float: left;
      display: -ms-inline-flexbox;
      display: -webkit-inline-box;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
      .cus-gallery .gallery-wrapper .gallery-photo.slick-slider {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
      .cus-gallery .gallery-wrapper .gallery-photo .pic {
        min-width: 10vw;
        padding-bottom: 100%;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        z-index: 10; }
    .cus-gallery .gallery-wrapper .gallery-thumbnail {
      width: 30%;
      height: 100%;
      float: left;
      border: 1px solid #FFF;
      padding: 5px;
      overflow: hidden;
      z-index: 600; }
      .cus-gallery .gallery-wrapper .gallery-thumbnail .thumbnail-wrapper {
        margin: 0;
        padding: 0;
        display: block;
        list-style: none;
        overflow-y: scroll; }
        .cus-gallery .gallery-wrapper .gallery-thumbnail .thumbnail-wrapper li {
          display: inline-block;
          width: 31.333%;
          margin: 1%;
          position: relative;
          float: left;
          cursor: pointer; }
          .cus-gallery .gallery-wrapper .gallery-thumbnail .thumbnail-wrapper li::before {
            content: '';
            display: block;
            width: 100%;
            padding-bottom: 100%; }
          .cus-gallery .gallery-wrapper .gallery-thumbnail .thumbnail-wrapper li img {
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center;
            font-family: "object-fit: cover; object-position:center";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%; }
    @media (max-width: 767px) {
      .cus-gallery .gallery-wrapper .gallery-photo {
        width: 100%;
        height: 60vh; }
      .cus-gallery .gallery-wrapper .gallery-thumbnail {
        width: 100%;
        max-height: 61px;
        overflow: hidden; }
        .cus-gallery .gallery-wrapper .gallery-thumbnail .thumbnail-wrapper {
          overflow-y: hidden;
          height: 60px;
          overflow-x: scroll;
          white-space: nowrap; }
          .cus-gallery .gallery-wrapper .gallery-thumbnail .thumbnail-wrapper li {
            width: 45px;
            float: none; } }
  .cus-gallery.show {
    z-index: 9999;
    display: block; }
  @media (max-width: 767px) {
    .cus-gallery {
      padding-top: 100px; } }

.cus-photo {
  width: 100%;
  margin-bottom: 30px; }
  .cus-photo .cus-video-btn .pic::before {
    background-color: rgba(51, 51, 51, 0.6); }
  .cus-photo .cus-video-btn .pic::after {
    content: '\f144';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    font-size: 64px;
    top: 50%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .cus-photo .pic {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    .cus-photo .pic::before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 100%; }
  .cus-photo .pic-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    background-color: #f0f0f0; }
    .cus-photo .pic-info .title {
      font-size: 20px;
      text-align: center;
      margin-bottom: 5px;
      width: 100%;
      padding: 0 10px; }
    .cus-photo .pic-info .col-6 {
      font-size: 12px;
      padding: 5px 10px; }
      @media (max-width: 767px) {
        .cus-photo .pic-info .col-6 span {
          display: block; } }
  .cus-photo a {
    color: inherit; }

.cus-topic-slider .bg {
  position: relative; }
  .cus-topic-slider .bg::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%; }
  .cus-topic-slider .bg a {
    display: block;
    width: 100%;
    height: 100%; }
  .cus-topic-slider .bg img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position:center"; }

#page-content-wrapper .page-wrapper {
  display: none; }
  #page-content-wrapper .page-wrapper.show {
    display: block; }

.cus-input-group {
  margin: 30px 0; }

.cus-input {
  padding: 10px 0; }
  .cus-input .input-title {
    display: block;
    padding-bottom: 5px;
    line-height: 20px;
    letter-spacing: normal; }
  .cus-input input,
  .cus-input select {
    width: 100%;
    display: block;
    background-color: white;
    border: 1px solid #808080;
    border-radius: 3px; }

.cus-output {
  padding: 10px 0; }
  .cus-output .input-title {
    display: block;
    padding-bottom: 5px;
    line-height: 20px;
    letter-spacing: normal; }

.btn-wrapper.calculate {
  padding: 10px 0;
  text-align: center; }

.cus-bg-dark {
  background-color: #f0f0f0; }
  .cus-bg-dark.calculate-result {
    padding: 30px;
    margin: 30px 0; }

#shareBtnFB,
.icon-share {
  cursor: pointer; }

#copy-text {
  display: none; }

.goog-te-gadget .goog-te-gadget-simple {
  background-color: unset;
  border: none; }

.goog-te-gadget img {
  display: none; }

.goog-te-gadget-simple .goog-te-menu-value, .goog-te-gadget-simple .goog-te-menu-value span {
  color: #FFF !important; }
