.dtbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.dtbg img {
  display: none;
}

.for-pc-only {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .for-pc-only {
    display: none;
  }
}

.for-mb-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-mb-only {
    display: inherit;
  }
}

.clear-fix {
  clear: both;
}
.clear-fix:before {
  clear: both;
}
.clear-fix:after {
  clear: both;
}

.excerpt-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  width: 100%;
  font-size: 1.05rem;
  max-height: calc(1 * 1.5rem + 1px);
  height: calc(1 * 1.5rem + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  height: auto;
}

.excerpt-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  width: 100%;
  font-size: 1rem;
  max-height: calc(2 * 1.5rem + 1px);
  height: calc(2 * 1.5rem + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}

::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

::placeholder {
  color: #fff !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1;
  max-width: 100%;
  margin: 0;
}

section {
  padding: 64px 0;
  background-color: #fff;
}
section:nth-of-type(2n) {
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  section {
    padding: 32px 0;
  }
}

a {
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
a:visited {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #aaa;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-margin-before: 0;
}

span {
  font-size: 1rem;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h1,
h2,
h3 {
  margin: 1rem 0;
  font-weight: 800;
}

h4,
h5,
h6 {
  margin: 0.5rem 0;
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

html {
  font-size: 14px;
}
html body {
  font-size: 14px;
}

html,
body {
  font-family: 'SourceHanSansCN-Normal', 'Microsoft YaHei', 'Segoe UI',
    'Lucida Grande', Helvetica, Arial, FreeSans, Arimo, 'Droid Sans',
    'wenquanyi micro hei', 'Hiragino Sans GB', 'Hiragino Sans GB W3', Roboto,
    Arial, sans-serif;
  width: 100%;
}

body {
  overflow: hidden;
}

section {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 1rem;
  }
}

section.compact {
  padding: 1rem 0;
}

section {
  background-color: #fff;
}
section:nth-of-type(2n) {
  background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container {
  padding: 0;
}
.container > .row {
  padding: 0;
  margin: 0;
}

.content-page .main-wrapper {
  padding: 3rem 0 0;
}

.content-page .main-wrapper > .container > .row > .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page
  .main-wrapper
  > .container
  > .row
  > .flex-wrapper
  > .main-content {
  width: calc((100% - 3rem) * 0.75);
  background-color: #ffffff;
  padding: 3rem;
  border: 1px solid #eeeeee;
  min-height: 600px;
  margin-bottom: 4rem;
}
.content-page .main-wrapper > .container > .row > .flex-wrapper > .sidebar {
  width: calc((100% - 3rem) * 0.25);
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 4rem;
}
.content-page
  .main-wrapper
  > .container
  > .row
  > .flex-wrapper
  > .full-wrapper {
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.content-page.contact,
.content-page.news,
.content-page.products.single,
.content-page.solution {
  background-color: #f8f8f8;
}

header .navbar-default {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

header.small .navbar-default {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

header .navbar > .container .navbar-brand,
header .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
  padding: 0;
  padding: 14px 0;
  height: auto;
  transition: all 0.35s ease;
}

header .navbar-brand > img {
  height: 72px;
  transition: all 0.35s ease;
}

header.small .navbar > .container .navbar-brand,
header.small .navbar > .container-fluid .navbar-brand {
  padding: 10px 0;
}

header.small .navbar-brand > img {
  height: 60px;
}

header .navbar-right {
  margin-right: 0;
}

header .navbar-default .navbar-nav > li {
  margin-right: 10px;
}
header .navbar-default .navbar-nav > li:last-of-type {
  margin-right: 0;
}

header .navbar-default .navbar-nav > li > a {
  color: #000000;
  padding: 0 1rem;
  line-height: 100px;
  position: relative;
  font-size: 16px;
  transition: all 0.35s ease;
}

header .navbar-default .navbar-nav > li > a:focus,
header .navbar-default .navbar-nav > li > a:hover {
  color: #144f91;
}

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  color: #144f91;
  font-family: 'SourceHanSansCN-Bold';
  font-weight: 600;
  background: transparent;
}
header .navbar-default .navbar-nav > .active > a:after,
header .navbar-default .navbar-nav > .active > a:focus:after,
header .navbar-default .navbar-nav > .active > a:hover:after {
  position: absolute;
  content: '';
  height: 2px;
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: calc(50% - 1rem - 8px);
  background-color: #144f91;
}

header .navbar-default .navbar-nav > li.lang-select a {
  line-height: 28px;
  margin-top: 35px;
  border: 1px solid #144f91;
  color: #144f91;
  border-radius: 15px;
  transition: all 0.35s ease;
}
header .navbar-default .navbar-nav > li.lang-select a:hover {
  border-color: #1a67be;
  color: #ffffff;
  background-color: #1a67be;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

header.small .navbar-default .navbar-nav > li > a {
  line-height: 80px;
}

header.small .navbar-default .navbar-nav > li.lang-select a {
  line-height: 28px;
  margin-top: 25px;
}

footer {
  padding: 48px 0;
  background-color: #282828;
}
footer .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .flex-wrapper .left {
  width: 260px;
}
footer .flex-wrapper .part h3 {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  font-size: 1.5rem;
  color: #dddddd;
  position: relative;
}
footer .flex-wrapper .part h3:after {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 1px;
  background-color: #dddddd;
  left: 0;
  bottom: 0;
}

footer h3.contact-mobile {
  margin: 1rem 0;
  font-size: 1.5rem;
  color: #dddddd;
  font-family: 'SourceHanSansCN-Bold';
  font-weight: 600;
}

footer h2.contact-mobile {
  font-size: 2.25rem;
  color: #ef8019;
  font-family: impact;
  margin: 0;
}

footer .logo {
  margin: 0 0 20px;
  display: block;
}
footer .logo img {
  display: block;
  height: auto;
  width: 100%;
}

footer .qr-code {
  width: 160px;
  display: block;
  height: auto;
  padding: 4px;
  background-color: #fff;
}

footer .slogan {
  color: #dddddd;
  font-size: 14px;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}

footer ul li a,
footer ul li {
  color: #dddddd;
  line-height: 1;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
  line-height: 1.25;
}
footer ul li a:last-of-type,
footer ul li:last-of-type {
  margin-bottom: 0;
}
footer ul li a:last-of-type img,
footer ul li:last-of-type img {
  margin-top: -16px;
}
footer ul li a img,
footer ul li img {
  display: block;
  height: 18px;
  margin: 0;
  margin-right: 0.5rem;
}

.social {
  margin: 1rem 0 0;
}
.social li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.social li:last-of-type {
  margin-right: 0;
}
.social li .icon {
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.25s ease;
  border-radius: 15px;
}
.social li .icon a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-size: 400%;
  background-position: 0 0;
  transition: all 0.35s ease;
  opacity: 1;
  background-image: url('http://www.80pos.com/wp-content/themes/pos80/assets/imgs/icons/icon-social.png');
}
.social li .icon a:nth-of-type(2) {
  opacity: 0;
  background-position-y: 100%;
}
.social li .icon:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.social li .icon:hover a {
  opacity: 0;
}
.social li .icon:hover a:nth-of-type(2) {
  opacity: 1;
}

.social li:nth-of-type(2) .icon a {
  background-position: 33.33333333% 0;
}
.social li:nth-of-type(2) .icon a:nth-of-type(2) {
  background-position: 33.33333333% 100%;
}

.social li:nth-of-type(3) .icon a {
  background-position: 66.66666666% 0;
}
.social li:nth-of-type(3) .icon a:nth-of-type(2) {
  background-position: 66.66666666% 100%;
}

.social li:nth-of-type(4) .icon a {
  background-position: 100% 0;
}
.social li:nth-of-type(4) .icon a:nth-of-type(2) {
  background-position: 100% 100%;
}

footer .right {
  width: 280px;
}
footer .right h3 {
  color: #dddddd;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 24px;
}
footer .right .form {
  width: 100%;
}
footer .right .form input,
footer .right .form textarea,
footer .right .form button {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  color: #eeeeee;
  position: relative;
  transition: all 0.35s ease;
}
footer .right .form input,
footer .right .form textarea {
  padding: 1rem 10px;
  border-bottom: 1px solid #555555;
  background-color: transparent;
}
footer .right .form input:after,
footer .right .form textarea:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  transition: all 0.35s ease;
  background-color: #ef8019;
}
footer .right .form input:focus,
footer .right .form textarea:focus {
  border-color: #ef8019;
}
footer .right .form textarea {
  height: 100px;
  resize: none;
}
footer .right .form button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ffffff;
  background-color: #ef8019;
  font-size: 16px;
  height: 32px;
  margin-top: 24px;
}
footer .right .form button:hover {
  background-color: #1a67be;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

footer .copyright {
  text-align: center;
  margin-top: 48px;
  font-size: 1rem;
  color: #555555;
}

footer form ::-webkit-input-placeholder {
  color: #555555 !important;
  opacity: 1;
}

footer form ::placeholder {
  color: #555555 !important;
  opacity: 1;
}

footer form ::-ms-input-placeholder {
  color: #555555 !important;
  opacity: 1;
}

footer form ::-ms-input-placeholder {
  color: #555555 !important;
  opacity: 1;
}

.footer-mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-home,
  .content-page {
    margin-bottom: 70px !important;
  }
  footer {
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10099;
  }
  footer .footer-pc {
    display: none;
  }
  footer .footer-mb {
    display: block;
  }
  footer .footer-mb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #ffffff;
  }
  footer .footer-mb ul li {
    width: calc((100% - 4px) / 5);
    background-color: #282828;
    margin: 0;
    padding: 0;
  }
  footer .footer-mb ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px 2px;
  }
  footer .footer-mb ul li a .icon {
    margin: 0 auto 4px;
    width: 36px;
    height: 36px;
    background-image: url('http://www.80pos.com/wp-content/themes/pos80/assets/imgs/icons/icon-footer.png');
    background-size: 500%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  footer .footer-mb ul li a span {
    font-size: 1rem;
    color: #ffffff;
  }
  footer .footer-mb ul li:nth-of-type(2) a .icon {
    background-position: 25% 0;
  }
  footer .footer-mb ul li:nth-of-type(3) a .icon {
    background-position: 50% 0;
  }
  footer .footer-mb ul li:nth-of-type(4) a .icon {
    background-position: 75% 0;
  }
  footer .footer-mb ul li:nth-of-type(5) a .icon {
    background-position: 100% 0;
  }
}

.banner-home {
  margin-top: 100px;
}
.banner-home .swiper-button-prev,
.banner-home .swiper-container-rtl .swiper-button-next,
.banner-home .swiper-button-next,
.banner-home .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  outline: none;
}
.banner-home .swiper-button-next,
.banner-home .swiper-button-prev {
  width: 64px;
  height: 96px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
}
.banner-home .swiper-button-next:hover,
.banner-home .swiper-button-prev:hover {
  background-color: transparent;
}
.banner-home .swiper-button-next:hover i,
.banner-home .swiper-button-prev:hover i {
  opacity: 1;
}
.banner-home .swiper-button-next i,
.banner-home .swiper-button-prev i {
  font-size: 3rem;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.25s ease;
}

.banner-home .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
}

.banner-home
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 12px;
}

.banner-home .swiper-pagination-bullet-active {
  border: 2px solid #ef8019;
}

.banner-home img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.banner-content {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  background-position: center center;
}
@media screen and (max-width: 1440px) {
  .banner-content {
    height: 360px;
  }
}

.crumb {
  background-color: #f8f8f8;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.crumb ul {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.crumb ul li {
  display: inline-block;
  width: calc((100% - 4px) / 5);
}
.crumb ul li a {
  font-size: 22px;
  font-family: 'SourceHanSansCN-Light';
  font-weight: 200;
  color: #2b2b2b;
  padding: 1.25rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1;
}
.crumb ul li a .icon {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url('http://www.80pos.com/wp-content/themes/pos80/assets/imgs/icons/icon-crumb-about.png');
  background-size: 500%;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 0.5rem;
}
.crumb ul li:nth-of-type(2) a .icon {
  background-position: 100% 0;
}
.crumb ul li:nth-of-type(3) a .icon {
  background-position: 25% 0;
}
.crumb ul li:nth-of-type(4) a .icon {
  background-position: 50% 0;
}
.crumb ul li:nth-of-type(5) a .icon {
  background-position: 75% 0;
}
.crumb ul li.active a {
  background-color: #0e6ec7;
  color: #ffffff;
}
.crumb ul li.active a .icon {
  background-position-y: 100%;
}
.crumb ul li:hover a {
  color: #ffffff;
  background-color: #0e6ec7;
}
.crumb ul li:hover a .icon {
  background-position-y: 100%;
}

.crumb ul.crumb-nav.products {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.crumb ul.crumb-nav.products li {
  margin-right: 1px;
  width: calc((100% - 3px) / 4);
}
.crumb ul.crumb-nav.products li a .icon {
  background-image: url('http://www.80pos.com/wp-content/themes/pos80/assets/imgs/icons/icon-crumb-products.png');
}
.crumb ul.crumb-nav.products li:nth-of-type(2) a .icon {
  background-position: 25% 0;
}
.crumb ul.crumb-nav.products li:nth-of-type(3) a .icon {
  background-position: 50% 0;
}
.crumb ul.crumb-nav.products li:nth-of-type(4) a .icon {
  background-position: 75% 0;
}
.crumb ul.crumb-nav.products li:hover a .icon,
.crumb ul.crumb-nav.products li.active a .icon {
  background-position-y: 100%;
}

.sidebar .sidebar-nav ul li {
  margin-bottom: 10px;
}
.sidebar .sidebar-nav ul li:last-of-type {
  margin-bottom: 0;
}
.sidebar .sidebar-nav ul li a {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.5;
  position: relative;
}
.sidebar .sidebar-nav ul li a:hover {
  color: #0e3764;
}

.sidebar .sidebar-nav ul li.active a {
  color: #0e3764;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: 500;
}
.sidebar .sidebar-nav ul li.active a:after {
  position: absolute;
  content: '\F104';
  font-family: FontAwesome;
  font-size: 1rem;
  color: #0e3764;
  right: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar h2 {
  margin: 3rem 0 2rem;
  font-size: 2rem;
  color: #2b2b2b;
}

.sidebar .recommend-news ul {
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
.sidebar .recommend-news ul li {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid #eeeeee;
}
.sidebar .recommend-news ul li:last-of-type {
  border-bottom: none;
}
.sidebar .recommend-news ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 21px + 1px);
  height: calc(2 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #2b2b2b;
}
.sidebar .recommend-news ul li a:hover {
  color: #0e3764;
}

.sidebar .recommend-products ul {
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
.sidebar .recommend-products ul li {
  border-bottom: 1px solid #eeeeee;
}
.sidebar .recommend-products ul li:last-of-type {
  border-bottom: none;
}
.sidebar .recommend-products ul li img {
  max-width: 100%;
  height: auto;
  transition: all 0.35s ease;
}
.sidebar .recommend-products ul li h3 {
  margin: 10px 0;
  text-align: center;
  font-size: 1rem;
  color: #2b2b2b;
  transition: all 0.25s ease;
}
.sidebar .recommend-products ul li a {
  display: block;
}
.sidebar .recommend-products ul li a .img {
  width: 100%;
  height: 231px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sidebar .recommend-products ul li:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sidebar .recommend-products ul li:hover h3 {
  color: #ef8019;
}

.title {
  margin-bottom: 36px;
}
.title h2,
.title h3 {
  margin: 0;
  text-align: center;
  line-height: 1;
}
.title h2 {
  margin: 0 0 20px;
  color: #2b2b2b;
  font-size: 30px;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: 500;
}
.title h3 {
  color: #aaaaaa;
  font-family: 'SourceHanSansCN-Light';
  font-weight: 200;
  font-size: 18px;
  text-transform: capitalize;
}

.content-title {
  margin: 0 0 4rem;
}
.content-title h2,
.content-title h1 {
  line-height: 1;
  margin: 0;
  text-align: left;
}
.content-title h2 {
  font-size: 4rem;
  color: #f1f1f1;
  text-transform: uppercase;
  font-family: 'SourceHanSansCN-Heavy';
  font-weight: 800;
}
.content-title h1 {
  font-size: 2rem;
  color: #2b2b2b;
  font-family: 'SourceHanSansCN-Bold';
  font-weight: 600;
  line-height: 1px;
  margin-top: -1rem;
}
.content-title h1.reverse {
  color: #eeeeee;
}
.content-title h2.reverse {
  color: #555555;
}
.content-title h1.light,
.content-title h2.light {
  color: #ffffff;
}

.content-title.center h1,
.content-title.center h2 {
  text-align: center;
}

.more {
  text-align: center;
  margin: 36px 0 0;
}
.more a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #aaaaaa;
  font-size: 1rem;
  width: 90px;
  height: 30px;
  border: 1px solid #aaaaaa;
  border-radius: 30px;
  transition: all 0.25s ease;
}
.more a:hover {
  color: #1a67be;
  border-color: #1a67be;
}

.tab-wrapper .nav-tabs {
  border-bottom: none;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eeeeee;
}

.tab-wrapper .nav-tabs > li {
  margin: 0;
  float: unset;
  display: inline-block;
  margin-right: 1rem;
}
.tab-wrapper .nav-tabs > li:last-of-type {
  margin-right: 0;
}

.tab-wrapper .nav-tabs > li > a {
  margin: 0;
  border-radius: 0;
  line-height: 1.5;
  font-size: 1rem;
  border: 1px solid #eeeeee;
  padding: 0.5rem 1rem;
  line-height: 1;
  border-radius: 100px;
}

.tab-wrapper .nav-tabs > li.active > a,
.tab-wrapper .nav-tabs > li.active > a:focus,
.tab-wrapper .nav-tabs > li.active > a:hover {
  border: 1px solid #ef8019;
  background-color: #ef8019;
  color: #ffffff;
}

section.products .products-swiper {
  position: relative;
  margin: -1rem;
}
section.products .products-swiper .swiper-container {
  padding: 1rem;
}

section.products .item .wrapper h3 {
  margin: 0 0 16px;
  text-align: center;
  font-size: 21px;
  color: #2b2b2b;
}

section.products .item .wrapper h4 {
  text-align: center;
  color: #aaaaaa;
  font-size: 16px;
  margin: 0 0 12px;
}

section.products .item .wrapper a {
  display: block;
  width: 100%;
}

section.products .item .wrapper .img-wrapper {
  width: 100%;
  height: 360px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.products .item .wrapper .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.35s ease;
}

section.products .item:hover .wrapper .img-wrapper img {
  margin-top: -10px;
}

section.products .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #eeeeee;
  opacity: 1;
  border-radius: 0;
}

section.products
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

section.products .swiper-pagination-bullet-active {
  background-color: #ef8019;
}

section.products .swiper-button-next,
section.products .swiper-button-prev {
  background-image: none !important;
  width: 2rem;
  height: 4rem;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  transition: all 0.25s ease;
}
section.products .swiper-button-next i,
section.products .swiper-button-prev i {
  font-size: 1.5rem;
  color: #aaaaaa;
  transition: all 0.25s ease;
}
section.products .swiper-button-next:hover,
section.products .swiper-button-prev:hover {
  background-color: #49a1f2;
}
section.products .swiper-button-next:hover i,
section.products .swiper-button-prev:hover i {
  color: #ffffff;
}

section.products .swiper-button-prev {
  left: -3rem;
}

section.products .swiper-button-next {
  right: -3rem;
}

section.about .title {
  margin-bottom: 24px;
}

section.about {
  padding: 0;
}
section.about .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.about .flex-wrapper .about-img,
section.about .flex-wrapper .about-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.about .flex-wrapper .about-img,
  section.about .flex-wrapper .about-content {
    width: 100%;
  }
}
section.about .flex-wrapper .about-img {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.about .flex-wrapper .about-img {
    height: 360px;
  }
}
section.about .flex-wrapper .about-img .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.55s ease;
}
section.about .flex-wrapper .about-content {
  padding: 4rem 0;
  padding-right: calc(50% - 600px);
}
@media screen and (max-width: 767px) {
  section.about .flex-wrapper .about-content {
    padding: 1rem;
  }
}
section.about .flex-wrapper .about-content .wrapper .desc {
  padding: 0 28px;
  margin-bottom: 36px;
}
section.about .flex-wrapper .about-content .wrapper .desc p {
  font-size: 1rem;
  color: #2b2b2b;
  font-family: 'SourceHanSansCN-Light';
  font-weight: 200;
  line-height: 21px;
  margin-bottom: 21px;
  text-indent: 2rem;
  font-size: 16px;
  line-height: 1.75;
}
section.about .flex-wrapper .about-content .wrapper .desc p:last-of-type {
  margin-bottom: 0;
}
section.about .flex-wrapper .about-content .wrapper .learn-more {
  text-align: right;
  padding-right: 28px;
}
section.about .flex-wrapper .about-content .wrapper .learn-more a {
  font-size: 1rem;
  color: #000000;
  font-family: 'SourceHanSansCN-Light';
  font-weight: 200;
  position: relative;
  transition: all 0.25s ease;
}
section.about .flex-wrapper .about-content .wrapper .learn-more a:after {
  transition: all 0.25s ease;
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background-color: #1a67be;
}
section.about .flex-wrapper .about-content .wrapper .learn-more a:hover {
  color: #1a67be;
}
section.about .flex-wrapper .about-content .wrapper .learn-more a:hover:after {
  width: 100%;
}

section.news .news-swiper {
  margin: -1rem;
}
section.news .news-swiper .swiper-container {
  padding: 1rem;
}

section.news .item .wrapper .pubdate {
  margin-bottom: 20px;
}
section.news .item .wrapper .pubdate span {
  font-family: 'SourceHanSansCN-Light';
  font-weight: 200;
  font-size: 32px;
  line-height: 1;
  color: #aaaaaa;
  display: inline-block;
  padding: 0 0 1rem;
  border-bottom: 2px solid #aaaaaa;
}

section.news .item .wrapper a.title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
section.news .item .wrapper a.title h3 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #000000;
  transition: all 0.35s ease;
}
section.news .item .wrapper a.title h3:hover {
  color: #1a67be;
}

section.news .item .wrapper .excerpt {
  margin-bottom: 24px;
}
section.news .item .wrapper .excerpt p,
section.news .item .wrapper .excerpt ul li,
section.news .item .wrapper .excerpt ol li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 21px + 1px);
  height: calc(2 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #2b2b2b;
  font-family: 'SourceHanSansCN-Light';
  font-weight: 200;
  margin-top: -3px;
}

section.news .item .wrapper .learn-more a {
  font-family: 'SourceHanSansCN-Light';
  font-weight: 200;
  color: #aaaaaa;
  font-size: 12px;
  transition: all 0.35s ease;
}
section.news .item .wrapper .learn-more a i {
  opacity: 0;
  font-size: 12px;
  color: #aaaaaa;
  transition: all 0.35s ease;
}

section.news .item .wrapper .learn-more a:hover {
  color: #1a67be;
}
section.news .item .wrapper .learn-more a:hover i {
  opacity: 1;
  color: #1a67be;
}

.content-page.about .intro {
  padding-bottom: 3rem;
}
.content-page.about .intro .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.about .intro .flex-wrapper .part {
  width: calc((100% - 4rem) / 2);
}
.content-page.about .intro .flex-wrapper .part img {
  max-width: 100%;
  transition: all 0.25s ease;
}
.content-page.about .intro .flex-wrapper .part img:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.content-page.about .intro .desc p {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.75;
  text-indent: 0;
  margin-bottom: 1rem;
}
.content-page.about .intro .desc p:last-of-type {
  margin-bottom: 0;
}

.content-page.about .culture {
  padding: 3rem 0;
  background-color: #282828;
}

.content-page.about .honor {
  padding: 3rem 0;
  background-color: #f8f8f8;
}

.content-page.about .brand-intro {
  padding: 3rem 0;
  background-color: #ffffff;
}

.content-page.about .culture-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.about .culture-list .item {
  width: calc((100% - 6rem) / 3);
  transition: all 0.35s ease;
}
.content-page.about .culture-list .item .img {
  width: 100%;
  height: 243px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.content-page.about .culture-list .item .img img {
  max-width: 100%;
  transition: all 0.35s ease;
}
.content-page.about .culture-list .item .content {
  padding: 1rem;
  min-height: 207px;
  background-color: #ffffff;
}
.content-page.about .culture-list .item .content h2 {
  margin: 0 0 1rem;
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
}
.content-page.about .culture-list .item .content h2:after {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 1px;
  background-color: #2b2b2b;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.35s ease;
}
.content-page.about .culture-list .item .content ul li {
  font-size: 14px;
  line-height: 1.5;
  color: #2b2b2b;
  margin-bottom: 0.5rem;
}
.content-page.about .culture-list .item:hover .img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.content-page.about .culture-list .item:hover .content h2:after {
  background-color: #ef8019;
  width: 2rem;
}

.content-page.about .honor .swiper-slide {
  padding: 1px;
}
.content-page.about .honor .swiper-slide > a {
  display: block;
  border: 1px solid #eeeeee;
  padding: 1rem;
}
.content-page.about .honor .swiper-slide > a:hover {
  border-color: #1a67be;
}
.content-page.about .honor .swiper-slide .img {
  width: 100%;
  height: 240px;
  text-align: center;
  margin: 0 0 1rem;
}
.content-page.about .honor .swiper-slide .img img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.content-page.about .honor .swiper-slide h3 {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  color: #2b2b2b;
}

.content-page.recruitment .main-content {
  margin-bottom: 4rem;
  min-height: 600px;
}

.content-page.recruitment .panel-default {
  border: none;
}

.content-page.recruitment .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
}
.content-page.recruitment .panel-group .panel:last-of-type {
  border-bottom: none;
}

.content-page.recruitment .panel-default > .panel-heading {
  background-color: transparent;
  padding: 1rem 2rem;
}

.content-page.recruitment .panel-title {
  position: relative;
}

.content-page.recruitment .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.recruitment .info {
  width: 50%;
}
.content-page.recruitment .info h3 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  color: #2b2b2b;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: 500;
}
.content-page.recruitment .info p {
  font-size: 1.15rem;
  color: #aaaaaa;
}
.content-page.recruitment .info p strong {
  color: #1a67be;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: 500;
  font-size: 1.5rem;
  margin-right: 0.25rem;
  font-weight: 800;
}

.content-page.recruitment .detail {
  width: 50%;
}
.content-page.recruitment .detail .up {
  margin-bottom: 1rem;
}
.content-page.recruitment .detail .up span {
  font-size: 1.15rem;
  color: #aaaaaa;
  margin-right: 1rem;
  border-right: 1px solid #aaaaaa;
  line-height: 1;
  display: inline-block;
  padding-right: 1rem;
}
.content-page.recruitment .detail .up span:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
.content-page.recruitment .detail .down span {
  font-size: 1.15rem;
  color: #aaaaaa;
  line-height: 1;
  display: inline-block;
}

.content-page.recruitment .apply {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-page.recruitment .apply a {
  display: inline-block;
  line-height: 1;
  font-size: 1.15rem;
  color: #f29a49;
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  border: 1px solid #f29a49;
  outline: none;
  transition: all 0.35s ease;
}
.content-page.recruitment .apply a:hover {
  background-color: #f29a49;
  color: #ffffff;
}

.content-page.recruitment .panel-collapse > .wrapper {
  padding: 1rem 2rem;
}
.content-page.recruitment .panel-collapse > .wrapper .desc {
  margin-bottom: 2rem;
}
.content-page.recruitment .panel-collapse > .wrapper h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  color: #2b2b2b;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: 500;
}
.content-page.recruitment .panel-collapse > .wrapper ul li,
.content-page.recruitment .panel-collapse > .wrapper ol li,
.content-page.recruitment .panel-collapse > .wrapper p {
  font-size: 1.15rem;
  color: #555555;
  line-height: 1.75;
  padding-left: 0;
}

.content-page.support .main-content {
  margin-bottom: 4rem;
  min-height: 600px;
}
.content-page.support .main-content .panel-default > .panel-heading {
  background-color: transparent;
}
.content-page.support .main-content .panel-group .panel {
  box-shadow: none;
  margin-bottom: 1rem;
}
.content-page.support .main-content .support-info .item h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #2b2b2b;
  padding-left: 1.5rem;
  position: relative;
}
.content-page.support .main-content .support-info .item h3:after {
  position: absolute;
  left: 0;
  content: '\F29C';
  font-family: FontAwesome;
  color: #49a1f2;
  font-size: 1.25rem;
  left: 0;
  top: 0;
}
.content-page.support .main-content .support-info .panel-collapse .wrapper {
  padding: 1rem;
  background-color: #f8f8f8;
}
.content-page.support .main-content .support-info .panel-collapse .wrapper p,
.content-page.support
  .main-content
  .support-info
  .panel-collapse
  .wrapper
  ul
  li,
.content-page.support
  .main-content
  .support-info
  .panel-collapse
  .wrapper
  ol
  li {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  margin-bottom: 1rem;
  text-indent: 1.5rem;
}
.content-page.support
  .main-content
  .support-info
  .panel-collapse
  .wrapper
  p:last-of-type,
.content-page.support
  .main-content
  .support-info
  .panel-collapse
  .wrapper
  ul
  li:last-of-type,
.content-page.support
  .main-content
  .support-info
  .panel-collapse
  .wrapper
  ol
  li:last-of-type {
  margin-bottom: 0;
}

.content-page.clients .clients-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.clients .clients-list .item {
  width: calc((100% - 6rem) / 3);
  margin-right: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #eeeeee;
  transition: all 0.25s ease;
}
.content-page.clients .clients-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.content-page.clients .clients-list .item img {
  max-width: 100%;
  height: auto;
}
.content-page.clients .clients-list .item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.33);
}

.content-page.clients p.slogan {
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: #ef8019;
  margin: 3rem 0 0;
  font-weight: 600;
}

.content-page.news .main-content .news-list .item {
  padding: 2rem 0;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.content-page.news .main-content .news-list .item:last-of-type {
  border-bottom: none;
}
.content-page.news .main-content .news-list .item:first-of-type {
  padding-top: 0;
}
.content-page.news .main-content .news-list .item .news-img {
  width: 240px;
  height: 160px;
  overflow: hidden;
  transition: all 0.35s ease;
}
.content-page.news .main-content .news-list .item .news-img:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
}
.content-page.news .main-content .news-list .item .news-img .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.35s ease;
}
.content-page.news .main-content .news-list .item .detail {
  width: calc((100% - 240px - 2rem));
  position: relative;
}
.content-page.news .main-content .news-list .item .detail > a {
  display: block;
  width: 100%;
}
.content-page.news .main-content .news-list .item .detail > a h3 {
  margin: 0 0 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #2b2b2b;
  transition: all 0.25s ease;
}
.content-page.news .main-content .news-list .item .detail > a h3:hover {
  color: #ef8019;
}
.content-page.news .main-content .news-list .item .detail .excerpt {
  min-height: 84px;
  margin-bottom: 1rem;
}
.content-page.news .main-content .news-list .item .detail .excerpt p,
.content-page.news .main-content .news-list .item .detail .excerpt ul li,
.content-page.news .main-content .news-list .item .detail .excerpt ol li,
.content-page.news .main-content .news-list .item .detail .excerpt span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(4 * 21px + 1px);
  height: calc(4 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: auto;
}
.content-page.news .main-content .news-list .item .detail .props {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: right;
}
.content-page.news .main-content .news-list .item .detail .props .pubdate {
  font-size: 1rem;
  color: #aaaaaa;
}

.content-page.news .main-content .news-list .item:hover .news-img .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.content-page.news.single .main-content .news-detail {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eeeeee;
}
.content-page.news.single .main-content .news-detail .news-title {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  color: #2b2b2b;
  font-size: 2rem;
}
.content-page.news.single .main-content .news-detail .news-content {
  margin-bottom: 2rem;
}
.content-page.news.single .main-content .news-detail .news-content p,
.content-page.news.single .main-content .news-detail .news-content ul li,
.content-page.news.single .main-content .news-detail .news-content ol li,
.content-page.news.single .main-content .news-detail .news-content span {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #2b2b2b;
  text-indent: 2rem;
}
.content-page.news.single
  .main-content
  .news-detail
  .news-content
  p:last-of-type,
.content-page.news.single
  .main-content
  .news-detail
  .news-content
  ul
  li:last-of-type,
.content-page.news.single
  .main-content
  .news-detail
  .news-content
  ol
  li:last-of-type,
.content-page.news.single
  .main-content
  .news-detail
  .news-content
  span:last-of-type {
  margin-bottom: 0;
}
.content-page.news.single .main-content .news-detail .news-content img {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto;
  width: auto;
}
.content-page.news.single .main-content .news-detail .news-content h1,
.content-page.news.single .main-content .news-detail .news-content h2,
.content-page.news.single .main-content .news-detail .news-content h3 {
  font-size: 1.5rem;
  color: #2b2b2b;
  margin: 1.5rem 0;
  color: #000000;
}
.content-page.news.single .main-content .news-detail .news-content h1 {
  font-family: 'SourceHanSansCN-Bold';
  font-weight: 600;
  margin: 2rem 0;
  font-size: 1.75rem;
}
.content-page.news.single .main-content .news-detail .news-content h2 {
  font-family: 'SourceHanSansCN-Medium';
  font-weight: 500;
}
.content-page.news.single .main-content .news-detail .news-content h3 {
  margin: 1rem 0;
  font-size: 1.25rem;
}
.content-page.news.single .main-content .news-detail .news-content h4,
.content-page.news.single .main-content .news-detail .news-content h5,
.content-page.news.single .main-content .news-detail .news-content h6 {
  font-size: 1rem;
  margin: 10px 0;
  color: #2b2b2b;
}
.content-page.news.single .main-content .news-detail .news-props {
  text-align: right;
}
.content-page.news.single .main-content .news-detail .news-props .pubdate {
  font-size: 13px;
  color: #aaaaaa;
}

.content-page.products .main-content {
  min-height: 600px;
  margin-bottom: 8rem;
}
.content-page.products .main-content .product-cat {
  margin: 0 0 2rem;
}
.content-page.products .main-content .product-cat ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.products .main-content .product-cat ul li {
  margin-right: 2rem;
}
.content-page.products .main-content .product-cat ul li:last-of-type {
  margin-right: 0;
}
.content-page.products .main-content .product-cat ul li a {
  font-size: 16px;
  color: #2b2b2b;
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  line-height: 1;
  border: 1px solid #eeeeee;
  display: inline-block;
  background-color: #f8f8f8;
}
.content-page.products .main-content .product-cat ul li.active a {
  border-color: #ef8019;
  background-color: #ef8019;
  color: #ffffff;
}
.content-page.products .main-content .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.products .main-content .product-list .item {
  width: calc((100% - 6rem) / 3);
  border: 1px solid #eeeeee;
  margin-bottom: 3rem;
  margin-right: 3rem;
  transition: all 0.35s ease;
}
.content-page.products .main-content .product-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.content-page.products .main-content .product-list .item .product-img a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 370px;
}
.content-page.products .main-content .product-list .item .product-img img {
  max-width: 100%;
  height: auto;
  transition: all 0.45s linear;
}
.content-page.products .main-content .product-list .item .product-info {
  padding: 1rem 0.5rem;
  background-color: #f8f8f8;
}
.content-page.products .main-content .product-list .item .product-info h3 {
  margin: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 16px;
  width: 100%;
  font-size: 16px;
  max-height: calc(1 * 16px + 1px);
  height: calc(1 * 16px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #2b2b2b;
}
.content-page.products .main-content .product-list .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.content-page.products
  .main-content
  .product-list
  .item:hover
  .product-img
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content-page.products.single .product-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.products.single .product-top .thumbs {
  width: 50%;
}
.content-page.products.single .product-top .features {
  width: calc(50% - 2rem);
}
.content-page.products.single .product-top .thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content-page.products.single .product-top .thumbs .preview {
  width: calc((100% - 4px) * 0.75);
  height: 425px;
}
.content-page.products.single .product-top .thumbs .preview .slider {
  border: 1px solid #eeeeee;
}
.content-page.products.single .product-top .thumbs .navimg {
  width: 128px;
  padding: 20px 0;
  height: 425px;
}
.content-page.products.single .product-top .thumbs .navimg .slider .item {
  width: 128px !important;
  height: 128px;
}
.content-page.products.single .product-top .thumbs .slider.slider-for {
  width: 100%;
}
.content-page.products.single .product-top .thumbs .slider.slider-for .item {
  width: 100%;
  background-color: #ffffff;
  outline: none;
}
.content-page.products.single
  .product-top
  .thumbs
  .slider.slider-for
  .item
  img {
  max-width: 100%;
}
.content-page.products.single .product-top .thumbs .slider.slider-nav {
  position: relative;
}
.content-page.products.single .product-top .thumbs .slider.slider-nav .item {
  outline: none;
  width: 128px !important;
  padding: 2px;
}
.content-page.products.single
  .product-top
  .thumbs
  .slider.slider-nav
  .item
  img {
  max-width: 100%;
}
.content-page.products.single
  .product-top
  .thumbs
  .slider.slider-nav
  .item.slick-current
  img {
  border: 1px solid #0e3764;
}
.content-page.products.single .product-top .thumbs .slider.slider-nav button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  border-radius: 0px !important;
  outline: none;
  border: 1px solid #eeeeee;
}
.content-page.products.single
  .product-top
  .thumbs
  .slider.slider-nav
  button:hover {
  background-color: #f8f8f8;
}
.content-page.products.single
  .product-top
  .thumbs
  .slider.slider-nav
  button.slick-prev {
  top: -20px;
}
.content-page.products.single
  .product-top
  .thumbs
  .slider.slider-nav
  button.slick-next {
  bottom: -20px;
}
.content-page.products.single .product-top .features .product-title {
  margin: 0 0 2rem;
  font-size: 1.75rem;
  color: #2b2b2b;
}
.content-page.products.single .product-top .features .desc ul li,
.content-page.products.single .product-top .features .desc ol li,
.content-page.products.single .product-top .features .desc p,
.content-page.products.single .product-top .features .desc span {
  font-size: 16px;
  line-height: 1.5;
  color: #2b2b2b;
}
.content-page.products.single .product-top .features .desc ul,
.content-page.products.single .product-top .features .desc ol {
  list-style-type: decimal;
  padding-left: 1rem;
}
.content-page.products.single .product-top .features .desc .feature-title {
  color: #2b2b2b;
  font-size: 18px;
  margin: 1rem 0;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: 500;
}

.content-page.products.single .product-top .button-wrapper {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.products.single .product-top .button-wrapper .purchase {
  margin-right: 2rem;
}
.content-page.products.single .product-top .button-wrapper a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.25rem;
  color: #49a1f2;
  border: 1px solid #49a1f2;
  border-radius: 100px;
  line-height: 1;
  padding: 0.5rem 1rem;
  transition: all 0.25s ease;
}
.content-page.products.single .product-top .button-wrapper a:hover {
  background-color: #49a1f2;
  color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.content-page.products.single .product-top .button-wrapper a:hover i {
  color: #ffffff;
  transition: all 0.25s ease;
}
.content-page.products.single .product-top .button-wrapper a i {
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 0.5rem;
  color: #49a1f2;
}
.content-page.products.single .product-top .button-wrapper .video-play a {
  border: 1px solid #f29a49;
  color: #f29a49;
}
.content-page.products.single .product-top .button-wrapper .video-play a i {
  color: #f29a49;
}
.content-page.products.single .product-top .button-wrapper .video-play a:hover {
  background-color: #f29a49;
  color: #ffffff;
}
.content-page.products.single
  .product-top
  .button-wrapper
  .video-play
  a:hover
  i {
  color: #ffffff;
}

.content-page.products.single .feature-img.content-wrapper img {
  display: block;
  width: 100%;
  margin: 0;
  height: auto;
}

.content-page.products.single .parameters.content-wrapper {
  overflow: auto;
}
.content-page.products.single .parameters.content-wrapper table {
  border: 1px solid #dddddd;
  border-bottom: none;
  border-right: none;
  min-width: 100%;
}
.content-page.products.single .parameters.content-wrapper table tr {
  border-bottom: 1px solid #dddddd;
}
.content-page.products.single .parameters.content-wrapper table tr:hover {
  background-color: #eeeeee;
}
.content-page.products.single .parameters.content-wrapper table tr td {
  border-right: 1px solid #dddddd;
  text-align: center;
  padding: 0.5rem;
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
  width: auto;
  min-width: 80px;
}
.content-page.products.single
  .parameters.content-wrapper
  table
  tr:first-of-type,
.content-page.products.single .parameters.content-wrapper table tr.blue-row {
  font-size: 1.25rem;
  color: #2b2b2b;
  background-color: #49a1f2;
}
.content-page.products.single
  .parameters.content-wrapper
  table
  tr:first-of-type
  td,
.content-page.products.single .parameters.content-wrapper table tr.blue-row td {
  padding: 0.75rem 0.5rem;
  color: #ffffff;
  font-size: 1.5rem;
}

.content-page.products.single .download-file {
  width: 300px;
  background-color: #eeeeee;
  padding: 2rem;
}
.content-page.products.single .download-file .title {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.content-page.products.single .download-file .title h3 {
  margin: 0 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 18px;
  max-height: calc(2 * 24px + 1px);
  height: calc(2 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #2b2b2b;
  transition: all 0.25s ease;
  text-align: left;
  height: 48px;
}
.content-page.products.single .download-file .title h3:hover {
  color: #0e3764;
}
.content-page.products.single .download-file .download {
  width: 100%;
  text-align: right;
}
.content-page.products.single .download-file .download a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #ffffff;
  transition: all 0.25s ease;
}
.content-page.products.single .download-file .download a i {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  transition: all 0.25s ease;
}

.content-page.products.single .download-file:hover {
  background-color: #dddddd;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.content-page.products.single .download-file:hover .download a {
  border-color: #49a1f2;
}
.content-page.products.single .download-file:hover .download a:hover {
  background-color: #49a1f2;
  border-color: #49a1f2;
}
.content-page.products.single .download-file:hover .download a:hover i {
  color: #ffffff;
}
.content-page.products.single .download-file:hover .download a i {
  color: #49a1f2;
}

.content-page.download {
  background-color: #ffffff;
}
.content-page.download .main-content {
  min-height: 600px;
}
.content-page.download .file-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.content-page.download .file-list .item {
  background-color: #eeeeee;
  padding: 1rem;
  padding: 1rem;
  width: calc((100% - 9rem) / 4);
  margin-bottom: 3rem;
  margin-right: 3rem;
  transition: all 0.25s ease;
  min-height: 166px;
}
.content-page.download .file-list .item:nth-of-type(4n) {
  margin-right: 0;
}
.content-page.download .file-list .item .title {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.content-page.download .file-list .item .title h3 {
  margin: 0 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 18px;
  max-height: calc(2 * 24px + 1px);
  height: calc(2 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #2b2b2b;
  transition: all 0.25s ease;
  text-align: left;
  height: 48px;
}
.content-page.download .file-list .item .title h3:hover {
  color: #0e3764;
}
.content-page.download .file-list .item .download {
  width: 100%;
  text-align: right;
}
.content-page.download .file-list .item .download a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #ffffff;
  transition: all 0.25s ease;
}
.content-page.download .file-list .item .download a i {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  transition: all 0.25s ease;
}
.content-page.download .file-list .item:hover {
  background-color: #dddddd;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.content-page.download .file-list .item:hover .download a {
  border-color: #49a1f2;
}
.content-page.download .file-list .item:hover .download a:hover {
  background-color: #49a1f2;
  border-color: #49a1f2;
}
.content-page.download .file-list .item:hover .download a:hover i {
  color: #ffffff;
}
.content-page.download .file-list .item:hover .download a i {
  color: #49a1f2;
}

.content-page.contact .contact-info .flex-wrapper {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.contact .contact-info .flex-wrapper > .form {
  width: 800px;
  border-right: 1px solid #f1f1f1;
}
.content-page.contact .contact-info .flex-wrapper > .info {
  width: 400px;
}

.content-page.contact .contact-info {
  margin-bottom: 3rem;
}
.content-page.contact .contact-info .wrapper {
  padding: 3rem;
}
.content-page.contact .contact-info h2,
.content-page.contact .contact-info h1 {
  margin: 0;
}
.content-page.contact .contact-info h2 {
  font-size: 2rem;
  margin: 0 0 2rem;
  color: #2b2b2b;
}
.content-page.contact .contact-info h1 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  margin: 2rem 0;
  color: #2b2b2b;
}
.content-page.contact .contact-info .form h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.content-page.contact .contact-info .form h2 span {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('http://www.80pos.com/wp-content/themes/pos80/assets/imgs/icons/messaging.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.content-page.contact .contact-info .form {
  position: relative;
}
.content-page.contact .contact-info .form .input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.contact .contact-info .form .input-wrapper > .part {
  width: calc((100% - 3rem) / 2);
}
.content-page.contact .contact-info .form .input-wrapper > .wrapper {
  width: 100%;
  padding: 0;
  padding-right: 64px;
}

.content-page.contact .contact-info .form input,
.content-page.contact .contact-info .form textarea,
.content-page.contact .contact-info .form button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: block;
  width: 100%;
  padding: 1rem 0;
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.75;
  transition: all 0.35s ease;
}

.content-page.contact .contact-info .form label {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 0;
}

.content-page.contact .contact-info .form input,
.content-page.contact .contact-info .form textarea {
  border-bottom: 1px solid #f1f1f1;
}
.content-page.contact .contact-info .form input:focus,
.content-page.contact .contact-info .form textarea:focus {
  border-bottom: 1px solid #555555;
}

.content-page.contact .contact-info .form textarea {
  margin-bottom: 4rem;
  resize: none;
  height: 120px;
}

.content-page.contact .contact-info .form button {
  font-size: 2rem;
  color: #ffffff;
  background-color: #f29a49;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 3rem;
  bottom: 7rem;
  transition: all 0.35s ease;
}
.content-page.contact .contact-info .form button:hover {
  background-color: #49a1f2;
}

.content-page.contact .contact-info .form ::-webkit-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1;
}

.content-page.contact .contact-info .form ::placeholder {
  color: #aaaaaa !important;
  opacity: 1;
}

.content-page.contact .contact-info .form ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1;
}

.content-page.contact .contact-info .form ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1;
}

.content-page.contact .contact-info .info .info-list {
  margin-bottom: 2rem;
}
.content-page.contact .contact-info .info .info-list li {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-page.contact .contact-info .info .info-list li:last-of-type {
  margin-bottom: 0;
}
.content-page.contact .contact-info .info .info-list li .icon {
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 36px;
  border: 1px solid #ef8019;
}
.content-page.contact .contact-info .info .info-list li .icon i {
  font-size: 1.25rem;
  color: #ef8019;
}
.content-page.contact .contact-info .info .info-list li .icon i.fa-envelope {
  font-size: 1.1rem;
}
.content-page.contact .contact-info .info .info-list li .info {
  width: calc(100% - 36px - 1rem);
}
.content-page.contact .contact-info .info .info-list li .info span,
.content-page.contact .contact-info .info .info-list li .info span a {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.5;
}
.content-page.contact .contact-info .info .info-list li .info span:last-of-type,
.content-page.contact
  .contact-info
  .info
  .info-list
  li
  .info
  span
  a:last-of-type {
  margin-bottom: 0;
}

.content-page.contact .contact-map {
  padding: 3rem;
  background-color: #ffffff;
}
.content-page.contact .contact-map #map-wrapper {
  width: 100%;
  height: 600px;
}

.content-page.contact .locations h2 {
  text-align: center;
  margin: 4rem 0 2rem;
  position: relative;
  padding-bottom: 2rem;
}
.content-page.contact .locations h2:after {
  position: absolute;
  content: '';
  width: 4rem;
  height: 4px;
  background-color: #ef8019;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-page.contact .locations img {
  display: block;
  width: 100%;
}

.content-page.solution .main-content .solutions-list .item {
  padding: 2rem 0;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.content-page.solution .main-content .solutions-list .item:last-of-type {
  border-bottom: none;
}
.content-page.solution .main-content .solutions-list .item:first-of-type {
  padding-top: 0;
}
.content-page.solution .main-content .solutions-list .item .solution-img {
  width: 240px;
  height: 160px;
  overflow: hidden;
  transition: all 0.35s ease;
}
.content-page.solution .main-content .solutions-list .item .solution-img .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.35s ease;
}
.content-page.solution .main-content .solutions-list .item .solution-img:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
}
.content-page.solution .main-content .solutions-list .item .content {
  width: calc((100% - 240px - 2rem));
  position: relative;
}
.content-page.solution .main-content .solutions-list .item .content a {
  display: block;
  width: 100%;
}
.content-page.solution .main-content .solutions-list .item .content a h3 {
  margin: 0 0 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #2b2b2b;
  transition: all 0.25s ease;
}
.content-page.solution .main-content .solutions-list .item .content a h3:hover {
  color: #ef8019;
}
.content-page.solution .main-content .solutions-list .item .excerpt {
  min-height: 82px;
  margin-bottom: 1rem;
}
.content-page.solution .main-content .solutions-list .item .excerpt p,
.content-page.solution .main-content .solutions-list .item .excerpt ul li,
.content-page.solution .main-content .solutions-list .item .excerpt ol li,
.content-page.solution .main-content .solutions-list .item .excerpt span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(4 * 21px + 1px);
  height: calc(4 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: auto;
}
.content-page.solution .main-content .solutions-list .item .learn-more {
  text-align: right;
}
.content-page.solution .main-content .solutions-list .item .learn-more a {
  display: inline-block;
  font-size: 14px;
  color: #aaaaaa;
  padding: 0.5rem 1rem;
  border: 1px solid #aaaaaa;
  border-radius: 100px;
  line-height: 1;
  width: auto;
  transition: all 0.25s ease;
}
.content-page.solution .main-content .solutions-list .item .learn-more a:hover {
  color: #ef8019;
  border-color: #ef8019;
}

.content-page.solution
  .main-content
  .solutions-list
  .item:hover
  .solution-img
  .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.content-page.solution.single .solutions-detail .title {
  margin-bottom: 0;
}
.content-page.solution.single .solutions-detail .title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2b2b2b;
  margin: 0 0 2rem;
  text-align: left;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #eeeeee;
}

.content-page.solution.single .solutions-detail .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eeeeee;
}
.content-page.solution.single .solutions-detail .intro .img-wrapper,
.content-page.solution.single .solutions-detail .intro .desc {
  width: calc((100% - 2rem) / 2);
}
.content-page.solution.single .solutions-detail .intro .img-wrapper img {
  max-width: 100%;
}
.content-page.solution.single .solutions-detail .intro .desc .detail p {
  font-size: 16px;
  line-height: 1.75;
  text-indent: 2rem;
  margin-bottom: 1rem;
  color: #555555;
}
.content-page.solution.single .solutions-detail .intro .desc .detail ul li,
.content-page.solution.single .solutions-detail .intro .desc .detail ol li {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 4px;
}
.content-page.solution.single
  .solutions-detail
  .intro
  .desc
  .detail
  ul
  li:last-of-type,
.content-page.solution.single
  .solutions-detail
  .intro
  .desc
  .detail
  ol
  li:last-of-type {
  margin-bottom: 0;
}

.content-page.solution.single .solutions-detail .advantages h2 {
  margin: 2rem 0;
  line-height: 1;
  background-color: #f8f8f8;
}
.content-page.solution.single .solutions-detail .advantages h2 span {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #1a67be;
  padding: 0.5rem;
  font-weight: 400;
}

.content-page.solution.single .solutions-detail .advantages ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.content-page.solution.single .solutions-detail .advantages ul li .icon {
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-page.solution.single .solutions-detail .advantages ul li .content {
  width: calc((100% - 2rem - 64px));
}
.content-page.solution.single .solutions-detail .advantages ul li .content h3 {
  margin: 0 0 1rem;
  font-size: 18px;
  color: #000000;
  font-size: 1.5rem;
}
.content-page.solution.single .solutions-detail .advantages ul li .content p {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.75;
}

.content-page.solution .recommend-solutions ul li a {
  font-size: 16px;
  padding: 0.5rem 0;
  display: inline-block;
  line-height: 1;
}

.lang-en header .navbar-default .navbar-nav > li > a {
  font-size: 1rem;
  text-transform: uppercase;
}

.lang-en .content-page.products.single .product-top .features .desc ol li + p {
  display: none;
}

.lang-en
  .content-page.solution.single
  .solutions-detail
  .intro
  .desc
  .detail
  ul
  > p {
  display: none;
}

.lang-en footer .slogan {
  font-family: 'SourceHanSansCN-Light';
  font-weight: 200;
}

.lang-en footer h3.contact-mobile {
  text-transform: uppercase;
}

.lang-en footer h2.contact-mobile {
  font-size: 1.75rem;
}

.lang-en .title h2 {
  text-transform: uppercase;
}

.lang-en section.products .item .wrapper h3 {
  text-transform: capitalize;
}

.lang-en section.about .flex-wrapper .about-content .wrapper .desc p {
  font-size: 16px;
  line-height: 1.35;
}

.lang-en section.news .item .wrapper a.title {
  margin-bottom: 10px;
}

.lang-en section.news .item .wrapper .excerpt {
  margin-bottom: 10px;
}

.lang-en section.news .item .wrapper a.title h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 24px + 1px);
  height: calc(1 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}

.lang-en .content-title {
  margin: 2rem 0 3rem;
}

.lang-en .content-title h1 {
  text-transform: uppercase;
}

.lang-en .content-page.about .intro .desc p,
.lang-en .content-page.about .culture-list .item .content ul li {
  line-height: 1.35;
}

.lang-en .content-page.about .culture-list .item .content {
  min-height: 291px;
}

.lang-en .content-page.news .main-content .news-list .item .detail > a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 24px + 1px);
  height: calc(1 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  margin-bottom: 10px;
}

.lang-en .sidebar h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 2rem 0;
}

.lang-en .content-page.recruitment .info h3 {
  text-transform: capitalize;
  font-weight: 600;
}

.lang-en .content-page.recruitment .panel-collapse > .wrapper ul > p {
  display: none;
}

.lang-en .content-page.recruitment .panel-collapse > .wrapper h3 {
  text-transform: capitalize;
}

.lang-en .content-page.contact .contact-info .form h2,
.lang-en .content-page.contact .contact-info h2 {
  text-transform: uppercase;
  font-weight: 800;
}

.lang-en .content-page.contact .contact-info .form h2 {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.lang-en .content-page.contact .contact-info h1 {
  font-size: 1.25rem;
  line-height: 1.35;
}

.lang-en .content-page.contact .contact-info .info .info-list li .info span,
.lang-en .content-page.contact .contact-info .info .info-list li .info span a {
  font-size: 14px;
  line-height: 1.35;
}

.lang-en
  .content-page.products
  .main-content
  .product-list
  .item
  .product-info
  h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 20px;
  width: 100%;
  font-size: 16px;
  max-height: calc(1 * 20px + 1px);
  height: calc(1 * 20px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  text-transform: capitalize;
}

.lang-en .sidebar .recommend-products ul li h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 14px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  text-transform: capitalize;
}

.lang-en
  .content-page.products.single
  .parameters.content-wrapper
  table
  tr:first-of-type
  td,
.lang-en
  .content-page.products.single
  .parameters.content-wrapper
  table
  tr.blue-row
  td {
  text-transform: uppercase;
}

.lang-en .content-page.products.single .download-file .title h3 {
  font-weight: 800;
}

.lang-en .content-page.products.single .product-top .button-wrapper a {
  text-transform: uppercase;
  font-weight: 600;
  border-width: 2px;
}

.lang-en
  .content-page.products.single
  .product-top
  .features
  .desc
  .feature-title {
  text-transform: uppercase;
}

.lang-en .content-page.products.single .product-top .features .desc ol p {
  margin-top: -1rem;
}

.lang-en .content-page.products.single .product-top .button-wrapper {
  margin-top: 2rem;
}

.lang-en .content-page.products.single .product-top .features .product-title {
  font-weight: 600;
  text-transform: capitalize;
}

.lang-en
  .content-page.solution
  .main-content
  .solutions-list
  .item
  .content
  a
  h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 24px + 1px);
  height: calc(1 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.lang-en
  .content-page.solution.single
  .solutions-detail
  .intro
  .desc
  .detail
  p {
  font-size: 14px;
  line-height: 1.35;
}

.lang-en
  .content-page.solution.single
  .solutions-detail
  .intro
  .desc
  .detail
  ul
  li,
.lang-en
  .content-page.solution.single
  .solutions-detail
  .intro
  .desc
  .detail
  ol
  li {
  line-height: 1.35;
}

.lang-en
  .content-page.solution.single
  .solutions-detail
  .advantages
  ul
  li
  .content
  h3 {
  font-size: 18px;
  line-height: 1.35;
}

.lang-en
  .content-page.solution.single
  .solutions-detail
  .advantages
  ul
  li
  .content
  p {
  font-size: 14px;
  line-height: 1.35;
  text-transform: capitalize;
}

.lang-en .content-page.solution.single .solutions-detail .advantages h2 span {
  text-transform: uppercase;
  font-weight: 800;
}

.lang-en .content-page.support .main-content .support-info .item h3 {
  text-transform: capitalize;
  font-weight: 400;
}

.lang-en
  .content-page.support
  .main-content
  .support-info
  .panel-collapse
  .wrapper
  p,
.lang-en
  .content-page.support
  .main-content
  .support-info
  .panel-collapse
  .wrapper
  ul
  li,
.lang-en
  .content-page.support
  .main-content
  .support-info
  .panel-collapse
  .wrapper
  ol
  li {
  font-size: 14px;
  line-height: 1.35;
  color: #555555;
}

.lang-en .content-page.download .file-list .item .title h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 22px;
  width: 100%;
  font-size: 16px;
  max-height: calc(4 * 22px + 1px);
  height: calc(4 * 22px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: auto;
  text-transform: capitalize;
  font-weight: 400;
}

.lang-en .content-page.download .file-list .item {
  position: relative;
}

.lang-en .content-page.download .file-list .item .download {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media screen and (max-width: 767px) {
  .content-page .main-wrapper {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sidebar h2 {
    margin: 1rem 0;
    font-size: 1.5rem;
  }
  .sidebar .sidebar-nav ul li a {
    font-size: 14px;
  }
  .sidebar .recommend-products ul li a .img {
    height: auto;
  }
  .recommend-solutions ul li {
    display: inline-block;
    margin-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
  .title h3 {
    font-size: 1rem;
  }
  .more {
    margin: 2rem 0 0;
  }
  .content-title h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .content-title h2 {
    font-size: 2rem;
  }
  .content-title {
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .banner-content {
    margin-top: 56px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .crumb ul.about li a {
    padding: 0.5rem 0;
    font-size: 14px;
  }
  .crumb ul.about li a .icon {
    width: 20px;
    height: 20px;
  }
  .crumb ul.products li a {
    font-size: 1rem;
    padding: 0.5rem 0.25rem;
  }
  .crumb ul.products li a .icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 640px) {
  .crumb ul.about li a {
    padding: 0.5rem 0;
    font-size: 12px;
  }
  .crumb ul.about li a .icon {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  header .navbar-brand > img {
    height: 48px;
  }
  header .navbar > .container .navbar-brand,
  header .navbar > .container-fluid .navbar-brand {
    padding: 4px 0;
    padding-left: 1rem;
  }
  header .navbar-default .navbar-nav > li {
    margin-right: 0;
  }
  header .navbar-default .navbar-nav > li > a {
    line-height: 2;
    text-align: center;
    font-size: 1rem;
  }
  header .navbar-default .navbar-nav > .active > a:after,
  header .navbar-default .navbar-nav > .active > a:focus:after,
  header .navbar-default .navbar-nav > .active > a:hover:after {
    display: none;
  }
  header .navbar-default .navbar-nav > li.lang-select {
    text-align: center;
  }
  header .navbar-default .navbar-nav > li.lang-select a {
    display: inline-block;
    width: auto;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .navbar-toggle .icon-bar {
    width: 1rem;
    height: 1px;
  }
  .navbar-toggle {
    margin-top: 11px;
  }
}

@media screen and (max-width: 767px) {
  .banner-home {
    margin-top: 56px;
  }
  .banner-home .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
  .banner-home .swiper-pagination-bullet-active {
    border-width: 1px;
  }
  .banner-home
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .banner-home .swiper-button-next i,
  .banner-home .swiper-button-prev i {
    font-size: 1.5rem;
  }
  .banner-home .swiper-button-next,
  .banner-home .swiper-button-prev {
    width: 32px;
    height: 48px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  section.products .item .wrapper .img-wrapper {
    height: auto;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  section.about .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.about .title {
    margin-bottom: 1rem;
  }
  section.about .flex-wrapper .about-content .wrapper .desc {
    padding: 0;
    margin: 0;
  }
  section.about .flex-wrapper .about-content .wrapper .desc p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  section.products .swiper-button-prev {
    left: 1rem;
  }
  section.products .swiper-button-next {
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  section.news .item .wrapper .pubdate {
    margin-bottom: 10px;
  }
  section.news .item .wrapper .pubdate span {
    font-size: 1.5rem;
    padding: 0 0 0.5rem;
  }
  section.news .item .wrapper a.title {
    margin-bottom: 10px;
  }
  section.news .item .wrapper a.title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
  section.news .item .wrapper .excerpt {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .content-page.about .culture {
    padding: 1rem 0;
  }
  .content-page.about .intro .flex-wrapper .part {
    width: 100%;
    margin-bottom: 1rem;
  }
  .content-page.about .intro .flex-wrapper .part:last-of-type {
    margin-bottom: 0;
  }
  .content-page.about .intro .desc p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .content-page.about .culture {
    background-color: #ffffff;
  }
  .content-page.about .intro .content-title h2 {
    text-align: center;
  }
  .content-page.about .intro .content-title h1 {
    text-align: center;
  }
  .content-page.about .culture .content-title h2.reverse {
    color: #f1f1f1;
  }
  .content-page.about .culture .content-title.center h1 {
    color: #2b2b2b;
  }
  .content-page.about .culture-list .item {
    width: 100%;
  }
  .content-page.about .culture-list .item .content {
    min-height: auto;
  }
  .content-page.about .honor .swiper-slide .img {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .content-page
    .main-wrapper
    > .container
    > .row
    > .flex-wrapper
    > .main-content {
    width: 100%;
    padding: 1rem;
    min-height: auto;
    margin-bottom: 1rem;
  }
  .content-page .main-wrapper > .container > .row > .flex-wrapper > .sidebar {
    width: 100%;
    padding: 1rem;
  }
  .content-page.news .main-content .news-list .item {
    padding: 1rem 0;
  }
  .content-page.news .main-content .news-list .item .news-img {
    width: 160px;
    height: 120px;
  }
  .content-page.news .main-content .news-list .item .detail {
    width: calc(100% - 120px);
    padding-left: 1rem;
  }
  .content-page.news .main-content .news-list .item .detail > a h3 {
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 17px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 17px + 1px);
    height: calc(1 * 17px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
  .content-page.news .main-content .news-list .item .detail .excerpt p,
  .content-page.news .main-content .news-list .item .detail .excerpt ul li,
  .content-page.news .main-content .news-list .item .detail .excerpt ol li,
  .content-page.news .main-content .news-list .item .detail .excerpt span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
    width: 100%;
    font-size: 14px;
    max-height: calc(4 * 18px + 1px);
    height: calc(4 * 18px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: auto;
  }
  .content-page.news .main-content .news-list .item .detail .excerpt {
    min-height: unset;
    margin-bottom: 7px;
  }
  .content-page.news.single .main-content .news-detail .news-title {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page.clients p.slogan {
    font-size: 1rem;
    margin: 2rem 0 0;
  }
  .content-page.clients .clients-list {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .content-page.clients .clients-list .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .content-page.recruitment .panel-default > .panel-heading {
    padding: 1rem;
  }
  .content-page.recruitment .info h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .content-page.recruitment .info p strong {
    font-size: 16px;
  }
  .content-page.recruitment .detail .up span {
    font-size: 14px;
  }
  .content-page.recruitment .detail .down span {
    font-size: 14px;
  }
  .content-page.recruitment .apply a {
    font-size: 14px;
    padding: 4px 8px;
  }
  .content-page.recruitment .info,
  .content-page.recruitment .detail {
    width: 100%;
  }
  .content-page.recruitment .apply {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .content-page.recruitment .detail .up {
    margin-bottom: 10px;
  }
  .content-page.recruitment .panel-collapse > .wrapper {
    padding: 1rem;
  }
  .content-page.recruitment .panel-collapse > .wrapper h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .content-page.recruitment .panel-collapse > .wrapper ul li,
  .content-page.recruitment .panel-collapse > .wrapper ol li,
  .content-page.recruitment .panel-collapse > .wrapper p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .content-page.contact .contact-info .wrapper {
    padding: 1rem;
  }
  .content-page.contact .contact-info h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
  .content-page.contact .contact-info .form h2 span {
    width: 30px;
    height: 15px;
  }
  .content-page.contact .contact-info .form .input-wrapper > .part {
    width: 100%;
    margin: 0 0 1rem;
  }
  .content-page.contact .contact-info .form .input-wrapper {
    margin-bottom: 0;
  }
  .content-page.contact .contact-info .form .input-wrapper > .wrapper {
    padding-right: 32px;
  }
  .content-page.contact .contact-info .form textarea {
    margin-bottom: 0;
  }
  .content-page.contact .contact-info .form button {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    padding: 0;
    right: 1rem;
    bottom: -1rem;
  }
  .content-page.contact .contact-info .info .info-list li .info span,
  .content-page.contact .contact-info .info .info-list li .info span a {
    font-size: 14px;
  }
  .content-page.contact .contact-info h1 {
    font-size: 20px;
    margin: 1rem 0;
  }
  .content-page.contact .contact-info .info .info-list {
    margin-bottom: 1rem;
  }
  .content-page.contact .contact-info .info .info-list li {
    margin-bottom: 1rem;
  }
  .content-page.contact .contact-map {
    padding: 1rem;
  }
  .content-page.contact .contact-map #map-wrapper {
    height: 360px;
  }
  .content-page.contact .contact-info {
    margin-bottom: 1rem;
  }
  .content-page.contact .locations h2 {
    margin: 1rem 0;
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
  .content-page.contact .locations h2:after {
    width: 2rem;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .content-page.products .main-content .product-cat {
    margin: 0 0 1rem;
  }
  .content-page.products .main-content .product-cat ul li {
    margin: 0.5rem;
  }
  .content-page.products .main-content .product-cat ul li a {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .content-page.products .main-content .product-list .item {
    width: 100%;
    margin: 0 0 1rem;
  }
  .content-page.products .main-content .product-list .item .product-img a {
    height: auto;
  }
  .content-page.products .main-content .product-list .item .product-info {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page
    .main-wrapper
    > .container
    > .row
    > .flex-wrapper
    > .full-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .content-page.products.single .product-top .thumbs,
  .content-page.products.single .product-top .features {
    width: 100%;
  }
  .content-page.products.single .product-top .thumbs .navimg {
    display: none !important;
  }
  .content-page.products.single .product-top .thumbs .preview {
    width: 100%;
    height: auto;
  }
  .content-page.products.single .product-top .features .product-title {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .content-page.products.single .product-top .features .desc ul li,
  .content-page.products.single .product-top .features .desc ol li,
  .content-page.products.single .product-top .features .desc p,
  .content-page.products.single .product-top .features .desc span {
    font-size: 14px;
  }
  .content-page.products.single .product-top .features .desc ul li br,
  .content-page.products.single .product-top .features .desc ol li br,
  .content-page.products.single .product-top .features .desc p br,
  .content-page.products.single .product-top .features .desc span br {
    display: none;
  }
  .content-page.products.single .product-top .button-wrapper {
    margin-top: 2rem;
  }
  .content-page.products.single .product-top .button-wrapper .purchase {
    margin-right: 1rem;
  }
  .content-page.products.single .product-top .button-wrapper a {
    font-size: 15px;
  }
  .content-page.products.single .parameters.content-wrapper table {
    width: 100%;
  }
  .tab-wrapper .nav-tabs {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page.solution .main-content .solutions-list .item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .content-page.solution .main-content .solutions-list .item .solution-img {
    width: 100%;
    height: 200px;
  }
  .content-page.solution .main-content .solutions-list .item .content {
    width: 100%;
  }
  .content-page.solution .main-content .solutions-list .item .content a h3 {
    margin: 10px 0;
  }
  .content-page.solution .main-content .solutions-list .item .excerpt {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .content-page.solution.single .solutions-detail .intro .img-wrapper,
  .content-page.solution.single .solutions-detail .intro .desc {
    width: 100%;
  }
  .content-page.solution.single .solutions-detail .intro .desc {
    margin-top: 1rem;
  }
  .content-page.solution.single .solutions-detail .intro .desc .detail p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .content-page.solution.single .solutions-detail .advantages h2 {
    margin: 1rem 0;
  }
  .content-page.solution.single .solutions-detail .advantages h2 span {
    font-size: 1.5rem;
  }
  .content-page.solution.single .solutions-detail .advantages ul li .icon {
    width: 40px;
    height: 40px;
  }
  .content-page.solution.single .solutions-detail .advantages ul li .content {
    width: calc(100% - 1rem - 40px);
  }
  .content-page.solution.single
    .solutions-detail
    .advantages
    ul
    li
    .content
    h3 {
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 10px;
  }
  .content-page.solution.single .solutions-detail .advantages ul li .content p {
    font-size: 14px;
    line-height: 1.35;
  }
  .content-page.solution.single .solutions-detail .advantages ul li {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page.support .main-content .support-info .panel-collapse .wrapper p,
  .content-page.support
    .main-content
    .support-info
    .panel-collapse
    .wrapper
    ul
    li,
  .content-page.support
    .main-content
    .support-info
    .panel-collapse
    .wrapper
    ol
    li {
    font-size: 14px;
    line-height: 1.35;
  }
  .content-page.support .main-content .support-info .panel-collapse .wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .content-page.download .file-list {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .content-page.download .file-list .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 0.5rem;
  }
  .content-page.download .file-list .item .title {
    margin-bottom: 1rem;
  }
  .content-page.download .file-list .item .download a {
    width: 30px;
    height: 30px;
  }
  .content-page.download .file-list .item .download a i {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .lang-en .content-page.about .culture-list .item .content {
    min-height: unset;
  }
}

@media screen and (max-width: 767px) {
  .lang-en .content-page.news .main-content .news-list .item .detail .excerpt p,
  .lang-en
    .content-page.news
    .main-content
    .news-list
    .item
    .detail
    .excerpt
    ul
    li,
  .lang-en
    .content-page.news
    .main-content
    .news-list
    .item
    .detail
    .excerpt
    ol
    li,
  .lang-en
    .content-page.news
    .main-content
    .news-list
    .item
    .detail
    .excerpt
    span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    width: 100%;
    font-size: 13px;
    max-height: calc(3 * 20px + 1px);
    height: calc(3 * 20px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
  }
  .lang-en .content-page.news.single .main-content .news-detail .news-title {
    line-height: 1.35;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .lang-en .content-page.support .main-content .support-info .item h3 {
    line-height: 1.35;
  }
}
