@font-face {
  font-family: titillium;
  src: url(../fonts/TitilliumWeb-Regular-10.ttf)
}
@font-face {
  font-family: titillium_sb;
  src: url(../fonts/TitilliumWeb-SemiBold-11.ttf)
}
@font-face {
  font-family: titillium_lit;
  src: url(../fonts/TitilliumWeb-Light-8.ttf)
}
@font-face {
  font-family: pacifico;
  src: url(../fonts/Pacifico.ttf)
}
[lang=en] body {
  font-family: titillium_lit,serif
}
[lang=en] body header .nav-menu {
  font-family: titillium_sb,serif
}
[lang=en] body section h2,
[lang=en] body section h3 {
  font-family: titillium,serif
}
[lang=en] body footer .logo {
  font-family: 'Microsoft JhengHei',serif
}
[lang=zh] body {
  font-family: 'Microsoft JhengHei',serif
}
body {
  font-size: 18px;
  padding-top: 59px;
  background: #fff
}
img {
  max-width: 100%;
  max-height: 100%
}
a:hover {
  text-decoration: none
}
a.btn {
  text-transform: uppercase;
  padding: 10px 15px;
  border: none;
  color: #fff
}
a.btn:hover {
  color: rgba(255,255,255,.8);
  opacity: .8
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
section h2 {
  text-align: center;
  font-size: 40px
}
section > .container-fluid {
  padding-left: 0;
  padding-right: 0
}
section > .container-fluid .row {
  margin: 0
}
.page-navs {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 100px
}
.page-navs a,
.page-navs span {
  border: 1px solid #a1a1a1;
  padding: 3px 9px;
  line-height: 3em;
  font-size: 14px
}
.page-navs span {
  cursor: default
}
.page-navs a:hover,
.page-navs span.active {
  border: 1px solid #e04c33;
  background-color: #e04c33;
  color: #fff
}
.player {
  position: fixed;
  z-index: -3;
  top: 0;
  left: 50%;
  padding-top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  text-align: center
}
.player .inner {
  display: inline-block;
  position: relative
}
.player .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  font-size: 30px;
  cursor: pointer
}
.player.start {
  transition: all 1.2s ease-in-out
}
.img {
  position: relative;
  text-align: center
}
.img .play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7)
}
.img .play i.icon {
  background: #fff;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  display: block;
  padding-left: 5px
}
.img .play:hover {
  background-color: rgba(0,0,0,.5)
}
.img .play:hover i.icon {
  background: #ee3a43;
  color: #fff
}
.page-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff
}
.page-banner .container {
  display: table;
  height: 440px
}
.page-banner .inner {
  display: table-cell;
  vertical-align: middle
}
.page-banner h1 {
  font-size: 48px;
  line-height: 1.5
}
.page-banner p {
  opacity: .8
}
.lang {
  font-size: .8em
}
.form-box .tip {
  padding: 1em 2em
}
.contact-form {
  position: relative;
  border: 2px solid #afafaf;
  padding: 20px 36px;
  border-radius: 20px;
  margin-bottom: 160px
}
.contact-form input[type=text],
.contact-form textarea {
  background: #eceff3
}
.contact-form h2 {
  background: #ee3b43;
  padding: 20px 100px;
  font-size: 24px;
  color: #fff;
  border-radius: 75px;
  margin-top: -35px;
  margin-left: -37px;
  margin-right: -37px;
  margin-bottom: 20px
}
.contact-form .footer {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  text-align: center
}
.contact-form .footer button.submit {
  background: #ee3b43;
  border: none;
  border-radius: 75px;
  padding: 20px 100px;
  font-size: 24px
}
.contact-form .x span {
  display: block;
  height: 100%;
  padding-top: 2em;
  line-height: 36px
}
.file-input [type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0
}
.ytb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 315 / 560)
}
.ytb iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
@media (min-width:576px) {
  .page-navs a,
  .page-navs span {
    padding: 5px 12px;
    font-size: 16px
  }
}
@media (min-width:768px) {
  a.btn {
    padding: 15px 20px
  }
}
@media (min-width:992px) {
  body {
    padding-top: 76px
  }
  a.btn {
    padding: 18px 30px
  }
}
@media (min-width:1200px) {
  a.btn {
    padding: 20px 35px;
    font-size: 24px
  }
  section h2 {
    font-size: 72px
  }
}
.img.ytb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
header .navbar-brand {
  width: 200px
}
header img.logo {
  width: 100%
}
header nav .container {
  margin: 0;
  padding: 0
}
header .lang {
  min-width: 7.5em;
  padding-left: 2em;
  background-image: url(../images/icon-globe.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  right: 70px;
  top: 12px;
  z-index: 99999;
  display: block
}
header .nav-menu li > ul {
  list-style: none;
  display: none;
  padding-left: 1em
}
header .navbar-light .navbar-nav a.nav-link {
  color: #000;
  display: inline-block
}
header .navbar-light .navbar-nav .active > a.nav-link {
  color: #ee3a43
}
header .products-item {
  position: relative
}
header .products-item i {
  cursor: pointer
}
header .products-item > ul {
  float: left;
  padding: 10px 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%
}
header .products-item > ul > li {
  padding: 5px 0
}
header .products-item > ul > li > a {
  white-space: nowrap
}
header .products-item > ul > li > a:hover {
  opacity: .5
}
@media (min-width:992px) {
  header .navbar-brand {
    width: auto
  }
  header nav .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
  }
  header .lang {
    min-width: 7.5em;
    padding-left: 2em;
    background-image: url(../images/icon-globe.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: static
  }
  header nav.navbar .nav-menu {
    float: right
  }
  header nav.navbar .nav-menu .nav-item {
    padding-left: .7em;
    padding-right: .7em
  }
  header nav.navbar .nav-menu a.nav-link {
    display: inline-block;
    padding-left: 0;
    padding-right: 0
  }
  header .products-item > ul > li {
    position: relative
  }
  header .products-item > ul > li > ul {
    position: absolute;
    top: .5em;
    left: 100%;
    background: #fff;
    width: auto
  }
  header .products-item > ul > li > ul > li {
    white-space: nowrap;
    padding-right: 1em
  }
}
footer {
  background-color: #212121;
  color: #a0a0a0;
  padding-top: 50px;
  font-size: 16px
}
footer .logo {
  text-align: center;
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 30px
}
footer .logo h2 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ee3a43
}
footer .logo img.logo {
  max-width: 512px
}
footer h3 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px
}
footer .address .marker {
  background-position: left 5px;
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-left: 40px;
  margin-bottom: 40px;
  height: 40px
}
footer .address .marker-ch {
  background-image: url(../images/icon-marker-ch.png)
}
footer .address .marker-hk {
  background-image: url(../images/icon-marker-hk.png)
}
footer form {
  width: 75%;
  position: relative;
  margin-top: 40px;
  margin-left: 38px
}
footer form label {
  display: block;
  width: 100%
}
footer form input.email {
  border: none;
  background-color: #171717;
  border-radius: 35px;
  height: 70px;
  width: 100%;
  padding-left: 35px;
  padding-right: 100px;
  color: #fff;
  font-size: 20px
}
footer form input.email:focus {
  outline: 0;
  background: #333
}
footer form button {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: none;
  border-radius: 50%;
  background-color: #ff4328;
  color: #fff
}
footer form button:focus {
  outline: 0
}
footer .link li {
  padding: 4px 0
}
footer .link span {
  font-size: 1px;
  display: inline-block;
  width: 50px
}
footer .link a {
  font-size: 16px;
  color: #a0a0a0;
  text-transform: uppercase
}
footer .contact li {
  padding: 4px 0
}
footer .contact i {
  width: 30px;
  color: #ee3b44
}
footer .bottom {
  background-color: #171717;
  padding: 35px 0 35px;
  text-align: center;
  position: relative;
  font-size: 18px
}
footer .bottom .copyright {
  font-size: 16px;
  line-height: 1.5
}
footer .bottom .copyright a {
  color: #a0a0a0
}
footer .bottom .icons {
  text-align: center
}
footer .bottom .phone i {
  background-color: #fec931
}
footer .bottom .facebook i {
  background-color: #fff;
  color: #000
}
footer .bottom .instagram i {
  background-color: #2884c6
}
footer .bottom .chevron i {
  background-color: #ff4328
}
footer .bottom .play i {
  background-color: #ff4328
}
footer #keyreply-container {
  bottom: 50px
}
@media (min-width:576px) {
  footer .address .marker {
    background-position: left top
  }
}
@media (min-width:768px) {
  footer .address .marker {
    background-position: left top
  }
}
@media (min-width:992px) {
  footer .address .marker {
    background-position: left 5px
  }
}
@media (min-width:1200px) {
  footer h3 {
    margin-top: 30px;
    margin-bottom: 40px
  }
  footer .bottom {
    text-align: left
  }
  footer .bottom .copyright {
    margin-bottom: 0
  }
  footer .bottom .icons {
    text-align: right
  }
  footer .bottom i {
    text-align: center
  }
}
.banner {
  overflow: hidden;
  background-color: #000;
  height: calc((100vw - 17px) * 969 / 1903)
}
.banner .inner {
  margin: auto;
  max-width: 1920px;
  position: relative;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.banner .inner video {
  display: block;
  width: 100%
}
.banner .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2)
}
.banner .text {
  padding: 2rem 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end
}
.banner .text h2 {
  font-size: 20px
}
.banner .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: rgba(255,255,255,.5)
}
.banner a.btn {
  width: 40px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .5
}
.banner a.btn:focus {
  outline: 0;
  box-shadow: none
}
.banner a.btn:hover {
  opacity: 1
}
.banner a.btn-control.played {
  background-image: url(../images/pause.png)
}
.banner a.btn-control.paused {
  background-image: url(../images/play.png)
}
.banner .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
@media (min-width:576px) {
  .banner h2 {
    font-size: 36px
  }
  .banner p {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 40px
  }
  .banner a.btn {
    font-size: 16px;
    width: 40px;
    height: 38px
  }
  .banner .text h2 {
    font-size: 24px
  }
}
@media (min-width:768px) {
  .banner h2 {
    font-size: 40px
  }
  .banner p {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 40px
  }
  .banner a.btn {
    font-size: 18px;
    width: 60px;
    height: 56px
  }
  .banner .text h2 {
    font-size: 28px
  }
}
@media (min-width:992px) {
  .banner {
    height: calc(100vh - 76px)
  }
  .banner h2 {
    font-size: 50px
  }
  .banner p {
    font-size: 35px;
    margin-top: 18px;
    margin-bottom: 50px
  }
  .banner a.btn {
    font-size: 20px;
    width: 100px;
    height: 94px
  }
  .banner .text h2 {
    font-size: 32px
  }
}
@media (min-width:1200px) {
  .banner h2 {
    font-size: 50px
  }
  .banner p {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 60px
  }
  .banner a.btn {
    font-size: 28px;
    width: 157px;
    height: 147px
  }
  .banner .text h2 {
    font-size: 40px
  }
}
.service {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #cfd8dc;
  color: #3c4041;
  font-size: 18px
}
.service img {
  display: block;
  margin-bottom: 20px;
  height: 50px
}
.service h2 {
  margin-bottom: 70px
}
.service p {
  margin-bottom: 40px
}
section.links a h3 {
  margin-top: 1rem;
  font-size: 1rem;
  color: #000
}
.history {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px
}
.history h2 {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 15px
}
.history p {
  font-size: 20px;
  margin-bottom: 20px
}
.history .footer {
  text-align: left;
  margin-top: 25px
}
.history a.btn {
  background-color: #ee3a43
}
@media (min-width:1200px) {
  .history {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 700px
  }
  .history h2 {
    text-align: left;
    font-size: 72px;
    margin-bottom: 60px;
    margin-top: 30px
  }
  .history p {
    font-size: 24px;
    margin-bottom: 20px
  }
  .history .footer {
    margin-top: 50px
  }
}
.product img {
  width: 100%
}
.product ul.nav-tabs {
  border-bottom: none
}
.product ul.nav-tabs li.nav-item a {
  border: none;
  color: #8f8e8e;
  border-radius: 0
}
.product ul.nav-tabs li.nav-item a.active {
  background-color: #ee3a43;
  color: #fff
}
@-webkit-keyframes item-box {
  from {
    opacity: 0;
    transform: scale(.1)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}
@keyframes item-box {
  from {
    opacity: 0;
    transform: scale(.1)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}
.product .tab-content .item-box {
  padding: 3px
}
.product .tab-content .item-box a {
  display: block;
  position: relative;
  overflow: hidden
}
.product .tab-content .item-box a h3.title {
  display: none;
  font-size: 16px
}
.product .tab-content .item-box a img {
  transition: all 1s
}
.product .tab-content .item-box a:hover h3.title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0,0,0,.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%
}
.product .tab-content .item-box a:hover img {
  transform: scale(1.3)
}
.product .tab-content .active .item-box {
  -webkit-animation: item-box 1s;
          animation: item-box 1s
}
.product .footer {
  text-align: center
}
.product a.btn {
  background-color: #ee3a43
}
.product {
  padding-top: 50px;
  padding-bottom: 50px
}
.product h2 {
  margin-bottom: 35px
}
.product div.tab-content {
  margin: 40px 0
}
.product .footer {
  margin-top: 35px
}
.product ul.nav-tabs li.nav-item a {
  font-size: 15px;
  padding-left: .7em;
  padding-right: .7em
}
@media (min-width:1200px) {
  .product ul.nav-tabs {
    border-bottom: none
  }
  .product ul.nav-tabs li.nav-item a {
    font-size: 27px;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 20px;
    margin-right: 20px
  }
  .product {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .product h2 {
    margin-bottom: 65px
  }
  .product div.tab-content {
    margin: 80px 0
  }
}
.news {
  background-color: #cfd8dc;
  color: #262626;
  padding-top: 50px;
  padding-bottom: 20px
}
.news img {
  width: 100%
}
.news .img.ytb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.news .img.ytb img {
  height: 198px;
  max-height: none
}
.news .footer {
  margin-bottom: 30px
}
.news .footer a {
  float: right;
  color: #ee3a43
}
.news .news-slide {
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #b6bbbd;
  padding-top: 85px
}
.news .nav-button {
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  font-size: 18px;
  border: 1px solid #b6bbbd
}
.news .nav-button:hover {
  background-color: rgba(200,200,200,.5)
}
.news .swiper-button-next {
  left: auto;
  right: 0;
  top: 0
}
.news .swiper-button-prev {
  left: auto;
  right: 70px;
  top: 0
}
.news h2 {
  margin-bottom: 20px
}
.news h3 {
  margin: 16px 0;
  font-size: 22px
}
.news p {
  margin-bottom: 20px
}
.news .footer {
  margin-bottom: 35px
}
.news .summary {
  text-align: justify
}
@media (min-width:992px) {
  .news .news-slide {
    min-height: 600px
  }
  .news .news-slide .swiper-slide {
    max-width: 450px
  }
}
@media (min-width:1200px) {
  .news .news-slide .swiper-slide {
    max-width: 350px
  }
}
.page-products {
  padding-top: 70px;
  padding-bottom: 100px
}
.page-products a {
  color: #000
}
.page-products .breadcrumb {
  padding: 0;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  font-size: 14px
}
.page-products .breadcrumb .breadcrumb-item {
  padding: .75em 1em
}
.page-products .breadcrumb .breadcrumb-item a,
.page-products .breadcrumb .breadcrumb-item span {
  color: #777
}
.page-products .breadcrumb .breadcrumb-item a:hover {
  color: #333
}
.page-products .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 4em
}
.page-products .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "";
  border: 2px solid #ddd;
  width: 2em;
  height: 2em;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: .5em;
  border-left: none;
  border-bottom: none
}
.page-products .cat-header {
  font-size: 24px;
  text-align: left;
  margin-bottom: 43px;
  text-transform: uppercase;
  color: #444
}
.page-products .cat-navs {
  margin-bottom: 30px
}
.page-products .cat-navs li {
  list-style: none;
  margin-top: 3px;
  background-color: #f5f5f5
}
.page-products .cat-navs li a {
  font-size: 18px;
  background-color: #f5f5f5;
  display: block;
  padding: 8px 15px;
  text-align: left
}
.page-products .cat-navs li.all > a {
  background: #ee3a43;
  color: #fff
}
.page-products .cat-navs li.active > a {
  background-color: #ee3a43;
  color: #fff
}
.page-products .cat-navs ul {
  padding: 0;
  background: #fff
}
.page-products .cat-navs ul[class=level-0] li {
  position: relative;
  overflow: visible
}
.page-products .cat-navs ul[class=level-0] li ul {
  display: none
}
.page-products .cat-navs ul[class=level-0] li ul > li {
  padding-left: 5%
}
.page-products .cat-navs ul[class=level-0] li i {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  cursor: pointer
}
.page-products .cat-navs ul[class=level-0] > li.active > a,
.page-products .cat-navs ul[class=level-0] > li:hover > a {
  background-color: #949494;
  color: #fff
}
.page-products .cat-navs ul[class=level-0] > li.active > i,
.page-products .cat-navs ul[class=level-0] > li:hover > i {
  color: #fff
}
.page-products .cat-navs ul[class=level-1] > li.active > a,
.page-products .cat-navs ul[class=level-1] > li:hover > a {
  background-color: #dbdbdb;
  color: #fff
}
.page-products .cat-navs ul[class=level-1] > li.active > i,
.page-products .cat-navs ul[class=level-1] > li:hover > i {
  color: #fff
}
.page-products .cat-navs ul[class=level-2] > li.active > a,
.page-products .cat-navs ul[class=level-2] > li:hover > a {
  background-color: #f5f5f5;
  color: #ee3a43
}
.page-products .cat-navs ul[class=level-2] > li.active > i,
.page-products .cat-navs ul[class=level-2] > li:hover > i {
  color: #ee3a43
}
.page-products .product-list {
  font-size: 16px;
  text-align: center;
  margin-bottom: -100px
}
.page-products .product-list a {
  display: block
}
.page-products .product-list a:hover {
  opacity: .5
}
.page-products .product-list a img {
  width: 100%
}
.page-products .product-list .title {
  margin: 25px 0 15px;
  font-size: 22px
}
.page-products .product-list .item {
  margin-bottom: 30px
}
.page-products .detail {
  font-size: 14px
}
.page-products .detail .i-box {
  margin-top: 45px;
  box-shadow: 4px 4px 8px -4px #000;
  height: 308px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.page-products .detail .i-box.light-show {
  margin: 0;
  border: 50px solid rgba(0,0,0,.7);
  background-color: rgba(0,0,0,.7);
  background-size: contain;
  background-clip: content-box;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1050
}
.page-products .detail h3 {
  border-bottom: 2px solid #ee3a43;
  padding-bottom: 20px;
  font-size: 22px
}
.page-products .detail .p-data {
  margin-bottom: 30px
}
.page-products .detail .p-data li {
  border-bottom: 1px dashed #c2c2c2;
  height: 30px;
  line-height: 30px
}
.page-products .detail .thumbs {
  margin-top: 20px;
  margin-bottom: 50px
}
.page-products .detail .thumbs img {
  width: 100%
}
.page-products .detail .thumbs a {
  display: block;
  border: 2px solid #fff
}
.page-products .detail .thumbs a.active {
  border: 2px solid #fccb1d
}
.page-products .detail .detail-content {
  margin-top: 40px
}
.page-products .detail .detail-content > .title {
  text-align: left;
  font-size: 18px
}
.page-products .detail .detail-content > .line {
  background: #ee3a43
}
.page-products .detail .html {
  line-height: 1.5
}
.page-products .detail .html h1,
.page-products .detail .html h2,
.page-products .detail .html h3,
.page-products .detail .html h4,
.page-products .detail .html h6 {
  border: none;
  margin-top: 30px;
  margin-bottom: 20px
}
.page-products .detail .html h1 {
  font-size: 22px
}
.page-products .detail .html h2 {
  font-size: 20px
}
.page-products .detail .html h3 {
  font-size: 18px
}
.page-products .detail .html h4 {
  font-size: 16px
}
.page-products .detail .html h5 {
  font-size: 14px
}
.page-products .detail .html h6 {
  font-size: 12px
}
.page-products .contact-widget .form-box {
  display: none
}
.page-products .contact-widget .form-box .tip {
  padding: 1em 2.5em
}
.page-products .contact-widget .contact-form {
  margin-top: 20px
}
.page-products .contact-widget a {
  display: inline-block
}
.page-products .contact-widget a:hover i {
  background-color: #ff511c
}
.page-products .contact-widget .icon {
  border-radius: 50%;
  border: 1px solid #cacaca;
  position: relative;
  z-index: -1;
  box-shadow: 0 0 10px #cacaca
}
.page-products .contact-widget button.float-left {
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  border: none
}
.page-products .contact-widget button.float-left i {
  background-color: #ff6b3e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 55px;
  color: #fff;
  font-size: 40px;
  text-align: center
}
.page-products .contact-widget .text {
  position: relative;
  background: #fff;
  margin-top: 15px;
  border: 1px solid #cacaca;
  height: 56px;
  border-left: none;
  margin-left: -10px;
  border-radius: 0 20px 20px 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 5px
}
.page-products .contact-widget .text h5 {
  margin: 0;
  border-bottom: 1px solid #cacaca;
  padding: 2px 0;
  font-size: 14px;
  text-transform: uppercase
}
.page-products .contact-widget .text span {
  font-size: 12px
}
.page-products .contact-widget .text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 0 10px #cacaca;
  z-index: -2
}
.page-news {
  color: #262626;
  margin: 100px 0;
  margin-bottom: 130px;
  font-size: 18px
}
.page-news .img {
  margin-bottom: 30px;
  text-align: left
}
.page-news .title {
  font-size: 24px;
  text-align: left;
  color: #000
}
.page-news .item {
  margin-bottom: 40px
}
.page-news .item .title {
  font-size: 24px;
  margin-bottom: 15px
}
.page-news .item .text {
  position: relative;
  height: 100%
}
.page-news .item .meta {
  font-size: 12px;
  padding-bottom: 30px
}
.page-news .item .meta a {
  color: #0a0a0a
}
.page-news .item .summary {
  line-height: 1.5;
  text-align: justify
}
.page-news hr {
  background: #b0b0b0
}
.page-news .detail .title,
.page-news .related .title {
  color: #262626;
  font-size: 24px;
  margin-bottom: 35px
}
.page-news .detail {
  color: #262626
}
.page-news .detail .title {
  color: #262626;
  font-size: 24px;
  text-align: center
}
.page-news .detail .meta {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  color: #b0b0b0
}
.page-news .related .meta {
  font-size: 12px;
  color: #b0b0b0;
  margin: 0
}
.page-news .related li {
  border-bottom: 1px dashed #b0b0b0;
  padding: 5px 0 10px
}
.page-news .related a {
  font-size: 18px;
  color: #262626;
  display: block;
  padding: 5px 0
}
@media (min-width:768px) {
  .page-news .item .meta {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    right: 0
  }
}
.page-contact {
  padding-top: 120px
}
.page-contact .header {
  text-align: center;
  margin: 60px 0
}
.page-contact .header h1 {
  margin-bottom: 20px
}
.page-contact .contact-info {
  margin-bottom: 120px
}
.page-contact .contact-info h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 50px
}
.page-contact .contact-info ul {
  color: #a0a0a0
}
.page-contact .contact-info ul li {
  line-height: 2
}
.page-contact .form-box .tip {
  margin-top: 1.8em
}
.page-about {
  padding: 150px 0;
  color: #333
}
.page-about h2 {
  text-align: left;
  font-size: 48px;
  margin: 15px 0 25px
}
.page-about hr {
  margin: 50px 0
}
.page-about img {
  display: block;
  margin-bottom: 50px
}
.page-about .text {
  text-align: justify;
  line-height: 2
}
.float-bar {
  z-index: 1500;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  font-size: 1.5rem
}
.float-bar a > span.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f64127;
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin: .25rem 0
}
.float-bar .call-links .links-wrap .links a > span.icon {
  background: #24b916
}
.float-bar a.link.wechat {
  position: relative
}
.float-bar a.link.wechat .qr-code {
  display: none;
  background: #fff;
  width: 260px;
  height: 260px;
  padding: 1rem;
  font-size: .5rem;
  position: absolute;
  right: 150%;
  top: 0
}
.float-bar a.link.wechat .qr-code img {
  width: 100%
}