@charset "UTF-8";
.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.0; }

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

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

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

* {
  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: 1.0rem;
  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: 1.0rem;
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-margin-before: 0; }

span {
  font-size: 1.0rem;
  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: 2.0rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.0rem; }

h6 {
  font-size: 0.75rem; }

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

html,
body {
  font-family: 微软雅黑, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  width: 100%; }

body {
  overflow: hidden;
  background-color: #ffffff; }

html.lang-en,
body.lang-en {
  font-family: Arial, Helvetica, sans-serif !important; }

section {
  background-color: #ffffff;
  padding: 0;
  padding: 4rem 0; }
  section.bg-dark {
    background-color: #f8f8f8; }
  @media screen and (max-width: 767px) {
    section {
      padding: 2rem 1rem; } }
  section:nth-of-type(2n) {
    background-color: #ffffff; }

.section-wrapper {
  padding: 4rem 0;
  background-color: #ffffff; }
  .section-wrapper.bg-dark {
    background-color: #f8f8f8; }

p,
ul li,
ol li {
  font-size: 1rem;
  color: #282828;
  line-height: 1.5; }

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

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 640px;
  overflow: hidden; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.inFlex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.flex.wrap,
.inFlex.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex.jsb,
.inFlex.jsb {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex.jsa,
.inFlex.jsa {
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.flex.jfs,
.inFlex.jfs {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.flex.jfe,
.inFlex.jfe {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex.jct,
.inFlex.jct {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex.act,
.inFlex.act {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex.afs,
.inFlex.afs {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.flex.gap-1 .flex-item.w-10,
.inFlex.gap-1 .flex-item.w-10 {
  width: calc((100% - 9rem) * 0.1); }

.flex.gap-1 .flex-item.w-20,
.inFlex.gap-1 .flex-item.w-20 {
  width: calc((100% - 4rem) * 0.2); }

.flex.gap-1 .flex-item.w-25,
.inFlex.gap-1 .flex-item.w-25 {
  width: calc((100% - 3rem) * 0.25); }

.flex.gap-1 .flex-item.w-33,
.inFlex.gap-1 .flex-item.w-33 {
  width: calc((100% - 2rem) * 0.333333); }

.flex.gap-1 .flex-item.w-50,
.inFlex.gap-1 .flex-item.w-50 {
  width: calc((100% - 1rem) * 0.5); }

.flex.gap-2 .flex-item.w-10,
.inFlex.gap-2 .flex-item.w-10 {
  width: calc((100% - 18rem) * 0.1); }

.flex.gap-2 .flex-item.w-20,
.inFlex.gap-2 .flex-item.w-20 {
  width: calc((100% - 8rem) * 0.2); }

.flex.gap-2 .flex-item.w-25,
.inFlex.gap-2 .flex-item.w-25 {
  width: calc((100% - 6rem) * 0.25); }

.flex.gap-2 .flex-item.w-33,
.inFlex.gap-2 .flex-item.w-33 {
  width: calc((100% - 4rem) * 0.333333); }

.flex.gap-2 .flex-item.w-50,
.inFlex.gap-2 .flex-item.w-50 {
  width: calc((100% - 2rem) * 0.5); }

.flex.gap-3 .flex-item.w-10,
.inFlex.gap-3 .flex-item.w-10 {
  width: calc((100% - 27rem) * 0.1); }

.flex.gap-3 .flex-item.w-20,
.inFlex.gap-3 .flex-item.w-20 {
  width: calc((100% - 12rem) * 0.2); }

.flex.gap-3 .flex-item.w-25,
.inFlex.gap-3 .flex-item.w-25 {
  width: calc((100% - 9rem) * 0.25); }

.flex.gap-3 .flex-item.w-33,
.inFlex.gap-3 .flex-item.w-33 {
  width: calc((100% - 6rem) * 0.333333); }

.flex.gap-3 .flex-item.w-50,
.inFlex.gap-3 .flex-item.w-50 {
  width: calc((100% - 3rem) * 0.5); }

.mt-4rem {
  margin-top: 4rem; }

.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: 64px;
  margin: 0;
  -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; }
  @media screen and (max-width: 767px) {
    .banner-home .swiper-button-next,
    .banner-home .swiper-button-prev {
      width: 36px;
      height: 36px; } }
  .banner-home .swiper-button-next:hover,
  .banner-home .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.2); }
    .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; }
    @media screen and (max-width: 767px) {
      .banner-home .swiper-button-next i,
      .banner-home .swiper-button-prev i {
        font-size: 1.5rem; } }

.banner-home .swiper-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
  .banner-home .swiper-slide img.img-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .banner-home .swiper-slide img.img-mobile {
        display: block; } }
  @media screen and (max-width: 767px) {
    .banner-home .swiper-slide img.img-pc {
      display: none; } }

.banner-home .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff; }

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

.banner-home .swiper-pagination-bullet-active {
  background: #ffffff; }

.learn-more-btn a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #777777;
  padding: 10px 16px;
  transition: all 0.25s ease; }
  .learn-more-btn a i {
    font-size: 13px;
    color: #777777;
    margin-left: 4px;
    transition: all 0.25s ease; }

h2.section-title {
  margin: 0 auto 36px;
  line-height: 1;
  color: #282828;
  font-size: 24px;
  font-weight: 800;
  text-align: center; }

.banner-content {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eeeeee; }
  .banner-content .wrapper {
    padding-top: 210px; }
    .banner-content .wrapper h1 {
      margin: 0;
      line-height: 1;
      font-size: 2.0rem;
      color: #ffffff;
      color: #ffffff;
      position: relative;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none; }
      .banner-content .wrapper h1.dark {
        color: #282828; }
      .banner-content .wrapper h1:after {
        position: absolute;
        content: '';
        width: 2rem;
        height: 4px;
        background-color: #ffffff;
        left: 0;
        bottom: -2rem; }
      .banner-content .wrapper h1.dark:after {
        background-color: #282828; }

.crumb {
  padding: 2rem 0; }
  .crumb .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; }
  .crumb h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    color: #014099; }
  .crumb ul li {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    color: #777777; }
    .crumb ul li a {
      font-size: 15px;
      color: #777777; }
      .crumb ul li a i {
        font-size: 12px;
        color: inherit;
        margin: 0 4px 0 6px; }
    .crumb ul li a:hover {
      color: #202020; }
      .crumb ul li a:hover i {
        color: #202020; }
    .crumb ul li > i {
      margin: 0 6px;
      font-size: 12px;
      color: #aaaaaa; }

h2.inner-section-title {
  margin: 0 0 24px;
  font-size: 24px;
  color: #014099;
  line-height: 1;
  text-align: center;
  font-weight: 600; }
  h2.inner-section-title.text-white {
    color: #ffffff; }

header .navbar-brand > img {
  height: 56px;
  margin: 8px 0; }

header .navbar-default .navbar-brand {
  height: auto;
  margin-left: 0 !important;
  padding: 0; }

header .navbar-default {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

header .navbar-default .navbar-nav > li > a {
  color: #282828;
  line-height: 72px;
  padding: 0 24px;
  position: relative; }

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #014099; }
  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: '';
    background-color: #014099;
    height: 2px;
    left: 24px;
    bottom: 0;
    right: 24px; }

footer {
  padding: 4rem 0 0;
  background-color: #333333;
  position: relative; }
  @media screen and (max-width: 767px) {
    footer {
      position: fixed;
      z-index: 10001;
      width: 100%;
      left: 0;
      bottom: 0; } }

footer .copyright {
  background-color: #202020;
  font-size: 14px;
  color: #aaaaaa;
  text-align: center;
  line-height: 40px; }
  footer .copyright a {
    font-size: inherit;
    color: inherit;
    margin-left: 0.5rem; }

footer .flex-wrapper {
  margin-bottom: 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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  footer .flex-wrapper .part.qr-code h3 {
    text-align: right; }
    footer .flex-wrapper .part.qr-code h3:after {
      left: unset;
      right: 0; }
  footer .flex-wrapper .part img.qr-img {
    width: 120px;
    height: 120px; }
  footer .flex-wrapper .part h3 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 32px;
    color: #eeeeee;
    position: relative; }
    footer .flex-wrapper .part h3:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 2px;
      background-color: #014099;
      left: 0;
      bottom: -16px; }
  footer .flex-wrapper .part ul li {
    font-size: 14px;
    color: #cccccc;
    line-height: 1;
    margin: 0 0 10px; }
    footer .flex-wrapper .part ul li.row-two {
      line-height: 24px;
      margin-top: -3px; }
    footer .flex-wrapper .part ul li a {
      font-size: inherit;
      color: inherit; }
      footer .flex-wrapper .part ul li a:hover {
        color: #ffffff; }
    footer .flex-wrapper .part ul li:last-of-type {
      margin-bottom: 0; }

.footer-mb {
  display: none; }
  @media screen and (max-width: 767px) {
    .footer-mb ul {
      background-color: #0160E5;
      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; }
      .footer-mb ul li {
        width: calc((100% - 3px) / 4);
        background-color: #014099;
        margin: 0;
        padding: 0; }
        .footer-mb ul li a {
          display: block;
          width: 100%;
          text-align: center;
          padding: 6px 0;
          line-height: 1;
          margin: 0; }
          .footer-mb ul li a .icon {
            margin: 0 auto;
            width: 32px;
            height: 32px;
            text-align: center; }
            .footer-mb ul li a .icon i {
              font-size: 24px;
              color: #eeeeee; }
          .footer-mb ul li a span {
            font-size: 14px;
            color: #eeeeee; }
          .footer-mb ul li a span a {
            font-size: 1rem;
            color: #ffffff; } }

@media screen and (max-width: 480px) {
  .footer-mb ul li a .icon {
    width: 28px;
    height: 28px; } }

.animate-item {
  opacity: 0;
  transition: all 0.35s ease;
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    .animate-item {
      opacity: 1;
      visibility: visible; } }

.animate-item.animated {
  opacity: 1;
  visibility: visible; }

.animated.delay-qts {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.animated.delay-hfs {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated.delay-3qts {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-1p5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-2p5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-3p5 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-4p5 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall; }

.page-home,
.content-page {
  margin-top: 72px; }

.content-page .main-content {
  margin: 0 0 8rem; }

.page-home section.intro .intro-top {
  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; }
  @media screen and (max-width: 767px) {
    .page-home section.intro .intro-top {
      -webkit-box-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
  .page-home section.intro .intro-top .content,
  .page-home section.intro .intro-top .img {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .page-home section.intro .intro-top .content,
      .page-home section.intro .intro-top .img {
        width: 100%; } }

.page-home section.intro .intro-top .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.page-home section.intro .intro-top .content {
  padding: 32px 32px 45px;
  background-color: #f8f8f8; }
  .page-home section.intro .intro-top .content h2 {
    line-height: 1;
    font-size: 24px;
    font-weight: 800;
    color: #282828;
    margin: 0 0 18px; }
    @media screen and (max-width: 767px) {
      .page-home section.intro .intro-top .content h2 {
        font-size: 12px;
        margin: 0 0 12px; } }
  .page-home section.intro .intro-top .content p {
    font-size: 15px;
    line-height: 27px;
    color: #777777;
    margin: 0 0 8px; }
    .page-home section.intro .intro-top .content p:last-of-type {
      margin-bottom: 0; }
  .page-home section.intro .intro-top .content .learn-more-btn a {
    margin-top: 24px;
    border: 1px solid #eeeeee;
    background-color: #ffffff; }
    .page-home section.intro .intro-top .content .learn-more-btn a:hover {
      background-color: #B3000E;
      border-color: #B3000E;
      color: #ffffff; }
      .page-home section.intro .intro-top .content .learn-more-btn a:hover i {
        color: #ffffff; }

.page-home section.intro .intro-bottom {
  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; }
  .page-home section.intro .intro-bottom .left,
  .page-home section.intro .intro-bottom .right {
    width: 50%;
    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; }
    @media screen and (max-width: 767px) {
      .page-home section.intro .intro-bottom .left,
      .page-home section.intro .intro-bottom .right {
        width: 100%; } }
    .page-home section.intro .intro-bottom .left .content,
    .page-home section.intro .intro-bottom .left .img,
    .page-home section.intro .intro-bottom .right .content,
    .page-home section.intro .intro-bottom .right .img {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .page-home section.intro .intro-bottom .left .content,
        .page-home section.intro .intro-bottom .left .img,
        .page-home section.intro .intro-bottom .right .content,
        .page-home section.intro .intro-bottom .right .img {
          width: 100%; } }
    .page-home section.intro .intro-bottom .left .img,
    .page-home section.intro .intro-bottom .right .img {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
    .page-home section.intro .intro-bottom .left .content,
    .page-home section.intro .intro-bottom .right .content {
      padding: 24px 32px 0 32px;
      position: relative;
      height: 212px; }
      .page-home section.intro .intro-bottom .left .content h3,
      .page-home section.intro .intro-bottom .right .content h3 {
        margin: 0 0 19px;
        font-size: 24px;
        color: #ffffff;
        line-height: 1;
        font-weight: 800; }
      .page-home section.intro .intro-bottom .left .content p,
      .page-home section.intro .intro-bottom .right .content p {
        font-size: 14px;
        line-height: 24px;
        color: #ffffff; }
      .page-home section.intro .intro-bottom .left .content .learn-more-btn,
      .page-home section.intro .intro-bottom .right .content .learn-more-btn {
        position: absolute;
        left: 32px;
        bottom: 36px; }
        .page-home section.intro .intro-bottom .left .content .learn-more-btn a,
        .page-home section.intro .intro-bottom .right .content .learn-more-btn a {
          border: 1px solid #ffffff;
          color: #ffffff; }
          .page-home section.intro .intro-bottom .left .content .learn-more-btn a i,
          .page-home section.intro .intro-bottom .right .content .learn-more-btn a i {
            color: #ffffff; }
          .page-home section.intro .intro-bottom .left .content .learn-more-btn a:hover,
          .page-home section.intro .intro-bottom .right .content .learn-more-btn a:hover {
            background-color: #ffffff;
            color: #777777; }
            .page-home section.intro .intro-bottom .left .content .learn-more-btn a:hover i,
            .page-home section.intro .intro-bottom .right .content .learn-more-btn a:hover i {
              color: #777777; }

.page-home section.intro .intro-bottom .left .content {
  background-color: #B3000E; }

.page-home section.intro .intro-bottom .right .content {
  background-color: #014099; }

.page-home section.products {
  background-color: #f8f8f8; }
  .page-home section.products .learn-more-btn {
    margin: 36px auto 0;
    text-align: center; }
    .page-home section.products .learn-more-btn a {
      background-color: #014099;
      color: #ffffff; }
      .page-home section.products .learn-more-btn a i {
        color: #ffffff; }
      .page-home section.products .learn-more-btn a:hover {
        background-color: #B3000E; }
  .page-home section.products .product-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; }
    .page-home section.products .product-list .item {
      width: calc((100% - 96px) / 4);
      border: 1px solid #eeeeee;
      background-color: #ffffff;
      position: relative;
      transition: all 0.25s ease; }
      .page-home section.products .product-list .item .img {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 92%; }
        .page-home section.products .product-list .item .img div {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-size: 100%;
          background-repeat: no-repeat;
          transition: all 0.35s ease; }
      .page-home section.products .product-list .item .title {
        padding: 1rem 0; }
        .page-home section.products .product-list .item .title h4 {
          margin: 0;
          line-height: 1;
          text-align: center;
          font-size: 14px;
          color: #777777; }
    .page-home section.products .product-list .item:hover {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      margin-top: -4px; }
      .page-home section.products .product-list .item:hover .img div {
        background-size: 110%; }
      .page-home section.products .product-list .item:hover .title h4 {
        color: #014099; }

.page-home section.cases .learn-more-btn {
  text-align: center;
  margin: 36px auto 0;
  text-align: center; }
  .page-home section.cases .learn-more-btn a {
    background-color: #ffffff;
    border: 1px solid #aaaaaa; }
    .page-home section.cases .learn-more-btn a:hover {
      background-color: #B3000E;
      border-color: #B3000E;
      color: #ffffff; }
      .page-home section.cases .learn-more-btn a:hover i {
        color: #ffffff; }

.page-home section.cases .cases-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; }
  .page-home section.cases .cases-list .item {
    width: calc((100% - 96px) / 4);
    margin: 0 32px 0 0; }
    .page-home section.cases .cases-list .item:nth-of-type(4) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page-home section.cases .cases-list .item {
        width: calc((100% - 16px) / 2);
        margin: 0 16px 0 0; }
        .page-home section.cases .cases-list .item:nth-of-type(2n) {
          margin-right: 0; } }
    .page-home section.cases .cases-list .item a {
      display: block;
      width: 100%;
      position: relative; }
      .page-home section.cases .cases-list .item a .title {
        padding: 1rem 0;
        background-color: #f8f8f8; }
        .page-home section.cases .cases-list .item a .title h4 {
          font-size: 1rem;
          color: #777777;
          line-height: 1;
          margin: 0;
          text-align: center; }
      .page-home section.cases .cases-list .item a .img {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        position: relative; }
        .page-home section.cases .cases-list .item a .img div {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-size: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          transition: all 0.25s ease; }

.page-home section.partners {
  background-color: #f8f8f8; }
  .page-home section.partners .bd {
    width: 100%; }
    .page-home section.partners .bd ul {
      width: 100%; }
  .page-home section.partners .bd ul li {
    width: calc((100% - 80px) / 6);
    border: 1px solid #eeeeee;
    margin: 0 16px 0 0; }
    .page-home section.partners .bd ul li img {
      display: block;
      width: 100%; }

.content-page.about .main-content {
  margin: 0; }

.content-page.about .about-content .about-wrapper {
  padding: 2.5rem 4rem;
  background-color: #f8f8f8;
  margin: 0 0 4rem; }
  .content-page.about .about-content .about-wrapper img {
    display: block;
    float: left;
    width: 480px;
    height: auto;
    margin: 0 2rem 6rem 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .content-page.about .about-content .about-wrapper p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 10px;
    text-indent: 0px;
    color: #777777; }
    .content-page.about .about-content .about-wrapper p:last-of-type {
      margin-bottom: 0; }

.content-page.about .history-content {
  background-color: #f8f8f8; }
  .content-page.about .history-content .history-list {
    padding-left: 2rem;
    padding-left: 0;
    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 .history-content li:nth-of-type(2n+1) {
    margin-right: 50%;
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
    border-right: 1px solid #0160E5; }
    .content-page.about .history-content li:nth-of-type(2n+1):before {
      left: calc(100% - 9px); }
    .content-page.about .history-content li:nth-of-type(2n+1):after {
      left: calc(100% - 4px); }
  .content-page.about .history-content li:nth-of-type(2n) {
    margin-left: 50%;
    padding-left: 40px;
    border-left: 1px solid #0160E5; }
    .content-page.about .history-content li:nth-of-type(2n):before {
      left: -9px; }
    .content-page.about .history-content li:nth-of-type(2n):after {
      left: -4px; }
  .content-page.about .history-content li {
    position: relative;
    padding-bottom: 40px;
    width: 50%; }
    .content-page.about .history-content li:last-of-type {
      border-left: 1px solid transparent; }
    .content-page.about .history-content li:before, .content-page.about .history-content li:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0; }
    .content-page.about .history-content li:before {
      background-color: #0160E5;
      width: 18px;
      height: 18px;
      border-radius: 18px;
      z-index: 2; }
    .content-page.about .history-content li:after {
      width: 8px;
      height: 8px;
      background-color: #014099;
      border-radius: 8px;
      z-index: 4;
      top: 5px; }
  .content-page.about .history-content h3 {
    font-size: 18px;
    color: #282828;
    margin: 0 0 1rem;
    font-weight: 600; }
  .content-page.about .history-content p {
    font-size: 16px;
    color: #777777;
    line-height: 1.5;
    margin-bottom: 6px; }
    .content-page.about .history-content p:last-of-type {
      margin-bottom: 0; }

.content-page.about .culture-content {
  background-image: url("/wp-content/themes/gdbest/assets/oss/img/culture-bg.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  .content-page.about .culture-content .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.about .culture-content .flex-wrapper .item {
      width: calc((100% - 120px) / 4);
      transition: all 0.35s ease; }
      .content-page.about .culture-content .flex-wrapper .item:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
      .content-page.about .culture-content .flex-wrapper .item img {
        display: block;
        max-width: 100%;
        height: auto; }
      .content-page.about .culture-content .flex-wrapper .item .title {
        padding: 24px 0;
        background-color: #ffffff; }
        .content-page.about .culture-content .flex-wrapper .item .title h3 {
          margin: 0;
          text-align: center;
          font-size: 18px;
          color: #282828;
          font-weight: 600;
          line-height: 1; }

.content-page .factory-content {
  background-color: #ffffff; }
  .content-page .factory-content .bd {
    width: 100%; }
    .content-page .factory-content .bd ul {
      width: 100%; }
  .content-page .factory-content .bd ul li {
    width: calc((100% - 80px) / 5);
    border: 1px solid #eeeeee;
    margin: 0 16px 0 0; }
    .content-page .factory-content .bd ul li div {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 66.66666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

.content-page .certificates-content {
  background-color: #f8f8f8; }
  .content-page .certificates-content .bd {
    width: 100%; }
    .content-page .certificates-content .bd ul {
      width: 100%; }
  .content-page .certificates-content .bd ul li {
    width: calc((100% - 80px) / 4);
    border: 1px solid #eeeeee;
    margin: 0 16px 0 0;
    height: 360px;
    background-color: #ffffff;
    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 .certificates-content .bd ul li img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }

.content-page .partners-content .partners-list {
  width: 100%;
  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 .partners-content .partners-list .item {
    width: calc((100% - 60px) / 4);
    margin: 0 0 20px;
    border: 1px solid #eeeeee; }
    .content-page .partners-content .partners-list .item img {
      display: block;
      max-width: 100%; }

.content-page.products .products-content .flex-wrapper {
  min-height: 600px;
  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 .products-content .flex-wrapper .item {
    width: calc((100% - 96px) / 4);
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    position: relative;
    transition: all 0.25s ease; }
    .content-page.products .products-content .flex-wrapper .item .img {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 92%; }
      .content-page.products .products-content .flex-wrapper .item .img div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
        transition: all 0.35s ease; }
    .content-page.products .products-content .flex-wrapper .item .title {
      padding: 1rem 0; }
      .content-page.products .products-content .flex-wrapper .item .title h4 {
        margin: 0;
        line-height: 1;
        text-align: center;
        font-size: 14px;
        color: #777777; }
  .content-page.products .products-content .flex-wrapper .item:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: -4px; }
    .content-page.products .products-content .flex-wrapper .item:hover .img div {
      background-size: 110%; }
    .content-page.products .products-content .flex-wrapper .item:hover .title h4 {
      color: #014099; }

.content-page.products .product-details-content .top-info .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.products .product-details-content .top-info .flex-wrapper .img {
    width: calc((100% - 4rem) * 0.45); }
    .content-page.products .product-details-content .top-info .flex-wrapper .img img {
      display: block;
      max-width: 100%;
      height: auto; }
  .content-page.products .product-details-content .top-info .flex-wrapper .content {
    width: calc((100% - 4rem) * 0.55); }

.content-page.products .product-details-content .carousel {
  border: 1px solid #eeeeee; }
  .content-page.products .product-details-content .carousel .slider.slider-for {
    margin-bottom: -1px;
    border-bottom: 1px solid #eeeeee; }
    .content-page.products .product-details-content .carousel .slider.slider-for .item {
      outline: none; }
  .content-page.products .product-details-content .carousel .slider.slider-nav {
    width: 100%;
    position: relative;
    padding-top: 0.5rem; }
    .content-page.products .product-details-content .carousel .slider.slider-nav .item {
      padding: 0 0.25rem;
      outline: none;
      opacity: 1; }
      .content-page.products .product-details-content .carousel .slider.slider-nav .item img {
        max-width: 100%;
        opacity: 0.45; }
    .content-page.products .product-details-content .carousel .slider.slider-nav .item.slick-current img {
      opacity: 1; }
    .content-page.products .product-details-content .carousel .slider.slider-nav .slick-arrow {
      position: absolute;
      outline: none;
      border-radius: none;
      border: none;
      display: inline-block;
      width: 1.5rem;
      height: 3rem;
      background-color: #eeeeee;
      transition: all 0.25s ease;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: transparent; }
      .content-page.products .product-details-content .carousel .slider.slider-nav .slick-arrow:hover {
        background-color: #014099; }
        .content-page.products .product-details-content .carousel .slider.slider-nav .slick-arrow:hover i {
          color: #ffffff; }
      .content-page.products .product-details-content .carousel .slider.slider-nav .slick-arrow i {
        display: block;
        line-height: 3rem;
        text-align: center;
        font-size: 1.0rem;
        color: #2b2b2b; }
    .content-page.products .product-details-content .carousel .slider.slider-nav .slick-prev {
      left: -2.5rem; }
    .content-page.products .product-details-content .carousel .slider.slider-nav .slick-next {
      right: -2.5rem; }

.content-page.products .product-details-content .top-info .content h2 {
  font-size: 18px;
  line-height: 1;
  color: #282828;
  margin: 0 0 36px;
  font-weight: 400;
  font-weight: 600;
  position: relative; }
  .content-page.products .product-details-content .top-info .content h2:after {
    position: absolute;
    content: '';
    width: 0.25rem;
    height: 80%;
    left: -2rem;
    top: 10%;
    background-color: #E60012; }

.content-page.products .product-details-content .top-info .content p {
  color: #777777;
  line-height: 1;
  margin: 36px 0;
  font-size: 16px; }

.content-page.products .product-details-content .top-info .content a.apply-btn {
  font-size: 15px;
  color: #ffffff;
  background-color: #E60012;
  border-radius: 4px;
  transition: all 0.25s ease;
  width: 120px;
  height: 40px;
  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.products .product-details-content .top-info .content a.apply-btn:hover {
    background-color: #B3000E;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }

.content-page.products .product-details-content .top-info .content .product-details {
  margin: 4rem 0 0; }
  .content-page.products .product-details-content .top-info .content .product-details h3 {
    font-size: 18px;
    color: #202020;
    line-height: 1;
    margin: 2rem 0 1rem;
    font-weight: 400;
    position: relative;
    font-weight: 600;
    color: #014099; }
    .content-page.products .product-details-content .top-info .content .product-details h3:after {
      content: '';
      position: absolute;
      width: 28px;
      height: 28px;
      left: -36px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      background-image: url("/wp-content/themes/gdbest/assets/oss/img/waterdrop.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .content-page.products .product-details-content .top-info .content .product-details img {
    display: block;
    max-width: 100%;
    margin: 2rem auto;
    width: auto;
    height: auto; }
  .content-page.products .product-details-content .top-info .content .product-details p {
    font-size: 15px;
    line-height: 1.75;
    color: #777777; }
  .content-page.products .product-details-content .top-info .content .product-details ul {
    margin: 1rem 0;
    padding-left: 2rem;
    list-style-type: disc; }
  .content-page.products .product-details-content .top-info .content .product-details ul li {
    font-size: 14px;
    color: #777777;
    line-height: 1;
    margin: 0 0 10px; }
    .content-page.products .product-details-content .top-info .content .product-details ul li:last-of-type {
      margin-bottom: 0; }

.bottom-info.single-content {
  margin: 0 0 4rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eeeeee; }
  @media screen and (max-width: 767px) {
    .bottom-info.single-content {
      padding: 2rem 1rem 0; } }
  .bottom-info.single-content .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; }
    .bottom-info.single-content .flex-wrapper a.back-button {
      width: 120px;
      height: 36px;
      font-size: 16px;
      color: #014099;
      border: 1px solid #014099;
      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;
      transition: all 0.25s ease; }
      @media screen and (max-width: 767px) {
        .bottom-info.single-content .flex-wrapper a.back-button {
          width: 100px;
          height: 30px;
          font-size: 1rem; } }
      .bottom-info.single-content .flex-wrapper a.back-button:hover {
        background-color: #014099;
        color: #ffffff; }
    .bottom-info.single-content .flex-wrapper .left ul li {
      margin-bottom: 1rem; }
      .bottom-info.single-content .flex-wrapper .left ul li:last-of-type {
        margin-bottom: 0; }
      .bottom-info.single-content .flex-wrapper .left ul li a {
        font-size: 16px;
        color: #777777; }
        @media screen and (max-width: 767px) {
          .bottom-info.single-content .flex-wrapper .left ul li a {
            font-size: 1rem; } }

.content-page.solution .solution-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.solution .solution-list .item {
    width: calc((100% - 64px) / 3);
    margin: 0 32px 24px 0;
    transition: all 0.35s ease;
    border: 1px solid #eeeeee; }
    .content-page.solution .solution-list .item:nth-of-type(3n) {
      margin-right: 0; }
    .content-page.solution .solution-list .item .img {
      width: 100%;
      height: 0;
      padding-bottom: 66%;
      position: relative;
      overflow: hidden; }
      .content-page.solution .solution-list .item .img div {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all 0.35s ease; }
    .content-page.solution .solution-list .item .title {
      padding: 1rem 0;
      background-color: #f8f8f8;
      transition: all 0.35s ease; }
      .content-page.solution .solution-list .item .title h4 {
        font-size: 16px;
        font-weight: 400;
        color: #282828;
        margin: 0;
        text-align: center;
        transition: all 0.35s ease; }
  .content-page.solution .solution-list .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    .content-page.solution .solution-list .item:hover .img div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .content-page.solution .solution-list .item:hover .title {
      background-color: #E60012; }
      .content-page.solution .solution-list .item:hover .title h4 {
        color: #ffffff; }

.content-page.solution h2.solution-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin: 0 0 4rem; }

.content-page.solution img {
  display: block;
  max-width: 900px;
  height: auto;
  margin: 2rem auto; }

.content-page.solution .solution-content .content-wrapper h3 {
  margin-bottom: 2rem;
  line-height: 1;
  font-size: 18px;
  color: #282828;
  font-weight: 600; }

.content-page.solution .solution-content .content-wrapper ul {
  margin: 1rem 0;
  padding-left: 2rem; }

.content-page.solution .solution-content .content-wrapper ul li {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 12px;
  color: #777777;
  list-style-type: square; }
  .content-page.solution .solution-content .content-wrapper ul li:last-of-type {
    margin-bottom: 0; }

.content-page.solution .solution-content .content-wrapper .nbiot-meter-features .flex-item {
  text-align: center; }
  .content-page.solution .solution-content .content-wrapper .nbiot-meter-features .flex-item span {
    display: inline-block;
    margin: 0 auto 1rem;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    font-size: 24px;
    font-weight: 800;
    font-family: Arial;
    color: #ffffff;
    background-color: #aaaaaa;
    line-height: 48px;
    text-align: center; }
  .content-page.solution .solution-content .content-wrapper .nbiot-meter-features .flex-item h4 {
    font-size: 18px;
    color: #014099;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    transition: all 0.35s ease;
    margin: 0 auto 1rem; }
  .content-page.solution .solution-content .content-wrapper .nbiot-meter-features .flex-item p {
    font-size: 1rem;
    line-height: 1.75;
    color: #777777;
    text-align: center; }

.content-page.solution .solution-content .content-wrapper .nbiot-net-advantages {
  margin-bottom: -2rem; }
  .content-page.solution .solution-content .content-wrapper .nbiot-net-advantages .flex-item {
    text-align: center;
    margin: 0 0 2rem; }
    .content-page.solution .solution-content .content-wrapper .nbiot-net-advantages .flex-item span {
      display: inline-block;
      font-size: 22px;
      color: #ffffff;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      background-color: #aaaaaa;
      margin: 0 auto 1rem;
      font-family: Arial;
      font-weight: 800;
      border-radius: 36px; }
    .content-page.solution .solution-content .content-wrapper .nbiot-net-advantages .flex-item h4 {
      font-size: 18px;
      color: #014099;
      line-height: 1;
      margin: 0 auto;
      text-align: center;
      font-weight: 400;
      transition: all 0.35s ease;
      margin: 0 auto 1rem; }
    .content-page.solution .solution-content .content-wrapper .nbiot-net-advantages .flex-item p {
      font-size: 1rem;
      line-height: 1;
      color: #777777;
      text-align: center; }

.content-page.solution .solution-content .content-wrapper .plan-advantages .icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 1rem;
  transition: all 0.35s ease; }

.content-page.solution .solution-content .content-wrapper .plan-advantages h4 {
  font-size: 18px;
  color: #014099;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  transition: all 0.35s ease; }

.content-page.solution .solution-content .content-wrapper .plan-advantages .wrapper {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  transition: all 0.35s ease;
  margin: 0 auto;
  padding-top: 1rem;
  border: 2px solid #014099; }

.content-page.solution .solution-content .content-wrapper .plan-advantages .flex-item:hover .wrapper {
  background-color: #014099;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .content-page.solution .solution-content .content-wrapper .plan-advantages .flex-item:hover .wrapper .icon {
    background-position-y: 100%; }
  .content-page.solution .solution-content .content-wrapper .plan-advantages .flex-item:hover .wrapper h4 {
    color: #ffffff; }

.content-page.cases .cases-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.cases .cases-list .item {
    width: calc((100% - 64px) / 3);
    margin: 0 32px 24px 0;
    transition: all 0.35s ease;
    border: 1px solid #eeeeee; }
    .content-page.cases .cases-list .item:nth-of-type(3n) {
      margin-right: 0; }
    .content-page.cases .cases-list .item .img {
      width: 100%;
      height: 0;
      padding-bottom: 66%;
      position: relative;
      overflow: hidden; }
      .content-page.cases .cases-list .item .img div {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all 0.35s ease; }
    .content-page.cases .cases-list .item .title {
      padding: 1rem 0;
      background-color: #f8f8f8;
      transition: all 0.35s ease; }
      .content-page.cases .cases-list .item .title h4 {
        font-size: 16px;
        font-weight: 400;
        color: #282828;
        margin: 0;
        text-align: center;
        transition: all 0.35s ease; }
  .content-page.cases .cases-list .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    .content-page.cases .cases-list .item:hover .img div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .content-page.cases .cases-list .item:hover .title {
      background-color: #014099; }
      .content-page.cases .cases-list .item:hover .title h4 {
        color: #ffffff; }

.content-page.cases img.case-thumb {
  display: block;
  max-width: 100%;
  margin: 2rem auto; }

.content-page.cases h2.case-details-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2rem; }

.content-page.cases .cases-content .content {
  min-height: 450px; }
  @media screen and (max-width: 767px) {
    .content-page.cases .cases-content .content {
      padding: 0 1rem; } }
  .content-page.cases .cases-content .content blockquote {
    padding: 1rem;
    margin: 0 0 2rem;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #282828;
    border: 1px solid #eeeeee; }
    .content-page.cases .cases-content .content blockquote p {
      font-size: 16px;
      color: #282828;
      line-height: 1.75; }
  .content-page.cases .cases-content .content p,
  .content-page.cases .cases-content .content ul li,
  .content-page.cases .cases-content .content ol li {
    font-size: 16px;
    line-height: 1.75;
    color: #555555;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .content-page.cases .cases-content .content p,
      .content-page.cases .cases-content .content ul li,
      .content-page.cases .cases-content .content ol li {
        font-size: 1rem; } }
    .content-page.cases .cases-content .content p:last-of-type,
    .content-page.cases .cases-content .content ul li:last-of-type,
    .content-page.cases .cases-content .content ol li:last-of-type {
      margin-bottom: 0; }
  .content-page.cases .cases-content .content p {
    text-indent: 32px; }
    @media screen and (max-width: 767px) {
      .content-page.cases .cases-content .content p {
        text-indent: 2rem; } }
  .content-page.cases .cases-content .content img {
    display: block;
    margin: 1.5rem auto;
    max-width: 100%;
    height: auto; }
  .content-page.cases .cases-content .content h1, .content-page.cases .cases-content .content h2, .content-page.cases .cases-content .content h3 {
    margin: 2.5rem 0;
    text-align: left;
    color: #E60012;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      .content-page.cases .cases-content .content h1, .content-page.cases .cases-content .content h2, .content-page.cases .cases-content .content h3 {
        font-size: 18px; } }
  .content-page.cases .cases-content .content h4, .content-page.cases .cases-content .content h5, .content-page.cases .cases-content .content h6 {
    margin: 1.5rem 0;
    text-align: left;
    color: #000000;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .content-page.cases .cases-content .content h4, .content-page.cases .cases-content .content h5, .content-page.cases .cases-content .content h6 {
        font-size: 16px; } }

.content-page.news .main-content .main-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.news .main-content .main-wrapper .sidebar {
    width: 180px; }
    .content-page.news .main-content .main-wrapper .sidebar ul {
      width: 100%; }
      .content-page.news .main-content .main-wrapper .sidebar ul li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #eeeeee; }
        .content-page.news .main-content .main-wrapper .sidebar ul li:last-of-type {
          border-bottom: none; }
        .content-page.news .main-content .main-wrapper .sidebar ul li a {
          font-size: 1rem;
          display: block;
          width: 100%;
          padding: 1rem 0 1rem 2rem;
          line-height: 1;
          color: #2b2b2b;
          position: relative; }
      .content-page.news .main-content .main-wrapper .sidebar ul li.active a:after {
        position: absolute;
        content: '';
        width: 4px;
        height: 1rem;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #E60012; }
  .content-page.news .main-content .main-wrapper .news-list {
    width: calc(100% - 2rem - 180px); }

.content-page.news .news-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.news .news-list .item {
  width: 100%;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  transition: all 0.25s ease; }
  .content-page.news .news-list .item:nth-of-type(n+3) {
    margin-bottom: 0; }
  .content-page.news .news-list .item .img {
    width: 186px;
    overflow: hidden; }
    .content-page.news .news-list .item .img a {
      width: 100%;
      height: 100%;
      display: block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .content-page.news .news-list .item .img img {
      display: block;
      max-width: 100%;
      height: auto; }
  .content-page.news .news-list .item .info {
    padding: 1rem;
    border: 1px solid #f5f5f5;
    border-left: none;
    width: calc(100% - 186px);
    transition: all 0.25s ease; }
    .content-page.news .news-list .item .info h3 {
      margin: 0 0 1rem;
      font-size: 16px;
      color: #282828;
      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; }
    .content-page.news .news-list .item .info .excerpt-wrapper {
      height: 63px; }
      .content-page.news .news-list .item .info .excerpt-wrapper p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 21px;
        width: 100%;
        font-size: 14px;
        max-height: calc(3 * 21px + 1px);
        height: calc(3 * 21px + 1px);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: auto;
        color: #777777; }
    .content-page.news .news-list .item .info div.pubdate {
      margin: 1rem 0 0; }
    .content-page.news .news-list .item .info div.pubdate span {
      color: #aaaaaa;
      font-size: 12px;
      display: inline-block;
      margin: 0 24px 0 0; }

.content-page.news .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .content-page.news .item:hover .info {
    background-color: #0160E5;
    border-color: #0160E5; }

.content-page.news {
  padding-bottom: 8rem; }
  .content-page.news .news-list .item {
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    border: 1px solid #eeeeee;
    transition: all 0.25s ease; }
    .content-page.news .news-list .item:hover {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      border-color: #ffffff; }
    .content-page.news .news-list .item > .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; }
    .content-page.news .news-list .item .pubdate {
      width: 160px;
      border-right: 1px solid #eeeeee;
      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.news .news-list .item .pubdate .top {
        text-align: center;
        margin-bottom: 0.5rem; }
        .content-page.news .news-list .item .pubdate .top span {
          font-size: 3.5rem;
          font-family: arial;
          font-weight: 800;
          color: #014099;
          line-height: 1; }
      .content-page.news .news-list .item .pubdate .bottom {
        text-align: center; }
        .content-page.news .news-list .item .pubdate .bottom span {
          font-size: 16px;
          color: #aaaaaa;
          line-height: 1;
          font-family: arial;
          font-weight: 800; }
    .content-page.news .news-list .item .content {
      width: calc((100% - 160px));
      padding: 0 1.5rem; }
      .content-page.news .news-list .item .content > a {
        display: block;
        width: 100%;
        display: inline-block;
        width: auto; }
    .content-page.news .news-list .item h3 {
      margin: 0 0 10px;
      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;
      line-height: 1;
      transition: all 0.25s ease; }
      .content-page.news .news-list .item h3:hover {
        color: #E60012; }
    .content-page.news .news-list .item .excerpt {
      margin-bottom: 1rem; }
      .content-page.news .news-list .item .excerpt p {
        color: #aaaaaa;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 22px;
        width: 100%;
        font-size: 14px;
        max-height: calc(2 * 22px + 1px);
        height: calc(2 * 22px + 1px);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: auto; }
    .content-page.news .news-list .item .learn-more {
      text-align: left; }
      .content-page.news .news-list .item .learn-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;
        padding: 0.5rem 1rem;
        border: 1px solid #014099;
        color: #ffffff;
        transition: all 0.25s ease;
        color: #014099;
        border-radius: 30px;
        width: 120px;
        height: 30px;
        line-height: 1; }
        .content-page.news .news-list .item .learn-more a i {
          font-size: 1rem;
          margin-left: 0.5rem;
          color: #014099; }
      .content-page.news .news-list .item .learn-more a:hover {
        background-color: #014099;
        color: #ffffff; }
        .content-page.news .news-list .item .learn-more a:hover i {
          color: #ffffff; }

.content-page.news .news-details {
  width: calc(100% - 180px - 4rem);
  margin: 0 auto 6rem;
  margin-left: 4rem; }

.content-page.news .details-wrapper {
  width: 100%; }
  .content-page.news .details-wrapper p.pubdate {
    text-align: right;
    line-height: 1;
    margin: 0 0 2rem;
    font-size: 13px;
    color: #aaaaaa;
    padding: 0 0 2rem;
    border-bottom: 1px solid #eeeeee; }
  .content-page.news .details-wrapper > h2 {
    margin: 0 0 2rem;
    text-align: center;
    font-size: 2rem;
    color: #2b2b2b;
    line-height: 1.75; }
    @media screen and (max-width: 767px) {
      .content-page.news .details-wrapper > h2 {
        font-size: 1.5rem;
        margin: 0 0 1.5rem; } }
  .content-page.news .details-wrapper h2.news-details-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    margin: 0 0 2rem; }
  .content-page.news .details-wrapper > .content {
    min-height: 450px; }
    @media screen and (max-width: 767px) {
      .content-page.news .details-wrapper > .content {
        padding: 0 1rem; } }
    .content-page.news .details-wrapper > .content blockquote {
      padding: 1rem;
      margin: 0 0 2rem;
      background-color: #f8f8f8;
      font-size: 16px;
      color: #282828;
      border: 1px solid #eeeeee; }
      .content-page.news .details-wrapper > .content blockquote p {
        font-size: 16px;
        color: #282828;
        line-height: 1.75; }
    .content-page.news .details-wrapper > .content p,
    .content-page.news .details-wrapper > .content ul li,
    .content-page.news .details-wrapper > .content ol li {
      font-size: 16px;
      line-height: 1.75;
      color: #555555;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 767px) {
        .content-page.news .details-wrapper > .content p,
        .content-page.news .details-wrapper > .content ul li,
        .content-page.news .details-wrapper > .content ol li {
          font-size: 1rem; } }
      .content-page.news .details-wrapper > .content p:last-of-type,
      .content-page.news .details-wrapper > .content ul li:last-of-type,
      .content-page.news .details-wrapper > .content ol li:last-of-type {
        margin-bottom: 0; }
    .content-page.news .details-wrapper > .content p {
      text-indent: 32px; }
      @media screen and (max-width: 767px) {
        .content-page.news .details-wrapper > .content p {
          text-indent: 2rem; } }
    .content-page.news .details-wrapper > .content img {
      display: block;
      margin: 1.5rem auto;
      max-width: 100%;
      height: auto; }
    .content-page.news .details-wrapper > .content h1, .content-page.news .details-wrapper > .content h2, .content-page.news .details-wrapper > .content h3 {
      margin: 2.5rem 0;
      text-align: left;
      color: #E60012;
      font-weight: 800; }
      @media screen and (max-width: 767px) {
        .content-page.news .details-wrapper > .content h1, .content-page.news .details-wrapper > .content h2, .content-page.news .details-wrapper > .content h3 {
          font-size: 18px; } }
    .content-page.news .details-wrapper > .content h4, .content-page.news .details-wrapper > .content h5, .content-page.news .details-wrapper > .content h6 {
      margin: 1.5rem 0;
      text-align: left;
      color: #000000;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .content-page.news .details-wrapper > .content h4, .content-page.news .details-wrapper > .content h5, .content-page.news .details-wrapper > .content h6 {
          font-size: 16px; } }
  .content-page.news .details-wrapper > .news-props {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eeeeee;
    text-align: right; }
    .content-page.news .details-wrapper > .news-props span {
      color: #aaaaaa;
      font-size: 1.0rem;
      line-height: 1; }

.content-page.contact .contact-content {
  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;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 4rem; }
  .content-page.contact .contact-content .form {
    width: calc((100% - 52px) / 2);
    padding: 2rem 0; }
  .content-page.contact .contact-content .info {
    width: calc((100% - 52px) / 2);
    padding: 2rem 0; }
  .content-page.contact .contact-content .form > h2,
  .content-page.contact .contact-content .info > h2 {
    margin: 0 0 2rem;
    font-size: 2rem;
    position: relative;
    padding-left: 2rem;
    line-height: 1;
    color: #014099;
    text-align: left; }
    .content-page.contact .contact-content .form > h2:after,
    .content-page.contact .contact-content .info > h2:after {
      content: '';
      position: absolute;
      width: 0.5rem;
      height: 80%;
      left: 0;
      top: 14%;
      background-color: #014099; }
  .content-page.contact .contact-content .form > p,
  .content-page.contact .contact-content .info > p {
    font-size: 18px;
    margin: 0 0 2rem;
    color: #282828; }

.content-page.contact form {
  margin: 2rem 0; }
  .content-page.contact form .input-wrapper {
    margin-bottom: 2rem; }
    .content-page.contact form .input-wrapper label {
      color: #282828;
      font-size: 15px;
      display: inline-block;
      margin: 0 0 1rem;
      font-weight: 400; }
      .content-page.contact form .input-wrapper label span {
        color: #014099; }
    .content-page.contact form .input-wrapper input,
    .content-page.contact form .input-wrapper textarea {
      display: block;
      width: 100%;
      margin: 0;
      padding: 12px;
      border: none;
      border-radius: 0;
      outline: none;
      background-color: #f8f8f8;
      border: 1px solid transparent;
      transition: all 0.35s ease;
      color: #2b2b2b;
      font-size: 18px; }
      .content-page.contact form .input-wrapper input:focus,
      .content-page.contact form .input-wrapper textarea:focus {
        border-color: #014099; }
    .content-page.contact form .input-wrapper textarea {
      width: 100%;
      height: 160px;
      resize: none; }
    .content-page.contact form .input-wrapper button {
      padding: 0;
      margin: 0;
      width: 100px;
      height: 32px;
      border-radius: 32px;
      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;
      outline: none;
      font-size: 1.25rem;
      color: #014099;
      background-color: transparent;
      transition: all 0.25s ease;
      border: 1px solid #014099;
      margin: 0; }
      .content-page.contact form .input-wrapper button:hover {
        background-color: #014099;
        color: #ffffff;
        border-color: #014099;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.content-page.contact .info ul {
  margin: 2rem 0; }
  .content-page.contact .info 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: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem; }
    .content-page.contact .info ul li:last-of-type {
      margin-bottom: 0; }
    .content-page.contact .info ul li div.icon {
      width: 2rem;
      height: 2rem;
      margin-right: 0.5rem; }
      .content-page.contact .info ul li div.icon i {
        color: #282828;
        font-size: 1.5rem;
        color: #aaaaaa; }
    .content-page.contact .info ul li div {
      font-size: 18px;
      color: #282828;
      line-height: 1.5;
      color: #555555;
      font-weight: 400; }

.content-page.contact #map_container .amap-adcontent-body {
  border: none;
  box-shadow: none; }

.content-page.contact #map_container #info_window {
  padding: 0.75rem; }
  .content-page.contact #map_container #info_window .info-title {
    font-size: 1.25rem;
    color: #2b2b2b;
    text-align: center;
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eeeeee;
    color: #282828;
    font-weight: 600; }
  .content-page.contact #map_container #info_window .info-content {
    font-size: 1.0rem;
    line-height: 1.75; }
    .content-page.contact #map_container #info_window .info-content i {
      color: #B3000E;
      margin-right: 0.25rem; }

@media screen and (max-width: 767px) {
  header .navbar-brand > img {
    height: 40px;
    margin: 4px 1rem; }
  .navbar-nav {
    margin: 0; }
  header .navbar-default .navbar-nav > li > a {
    padding: 0;
    font-size: 14px;
    line-height: 3;
    text-align: center; }
  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 {
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); } }

@media screen and (max-width: 767px) {
  footer {
    padding: 0; }
  footer .flex-wrapper,
  footer .copyright {
    display: none; } }

@media screen and (max-width: 767px) {
  .page-home,
  .content-page {
    margin-top: 50px;
    margin-bottom: 64px; }
  .learn-more-btn a {
    font-size: 13px; }
  h2.section-title {
    font-size: 20px;
    margin: 0 0 20px; }
  .banner-content .wrapper h1 {
    font-size: 24px;
    margin-left: 1rem; }
  .banner-content {
    height: 200px; }
  .banner-content .wrapper {
    padding-top: 120px; }
  .crumb {
    padding: 1rem; }
  .crumb h2 {
    font-size: 18px; }
  .crumb ul li,
  .crumb ul li a {
    font-size: 13px; }
  h2.inner-section-title {
    margin: 0 0 20px;
    font-size: 20px; }
  .section-wrapper {
    padding: 2rem 1rem; }
  .content-page .main-content {
    margin: 0 0 4rem; } }

@media screen and (max-width: 767px) {
  .page-home section.intro .intro-top .content {
    padding: 2rem 1rem; }
  .page-home section.intro .intro-top .content h2 {
    font-size: 16px; }
  .page-home section.intro .intro-top .content p {
    font-size: 14px;
    line-height: 1.5; }
  .page-home section.intro .intro-bottom .left,
  .page-home section.intro .intro-bottom .right {
    width: 50%; }
  .page-home section.intro .intro-bottom .left .content,
  .page-home section.intro .intro-bottom .right .content {
    padding: 1rem;
    height: 175px; }
  .page-home section.intro .intro-bottom .left .content h3,
  .page-home section.intro .intro-bottom .right .content h3 {
    font-size: 15px;
    margin: 0 0 12px; }
  .page-home section.intro .intro-bottom .left .content p,
  .page-home section.intro .intro-bottom .right .content p {
    font-size: 13px; }
  .page-home section.intro .intro-bottom .left .content .learn-more-btn,
  .page-home section.intro .intro-bottom .right .content .learn-more-btn {
    left: 1rem;
    bottom: 1rem; }
  .page-home section.products .product-list .item {
    width: 80%;
    margin: 0 auto 1rem; }
    .page-home section.products .product-list .item:last-of-type {
      margin-bottom: 0; }
  .page-home section.products .learn-more-btn {
    margin: 2rem auto 0; }
  .page-home section.cases .cases-list .item {
    margin: 0 1rem 1rem 0; }
  .page-home section.cases .cases-list .item a .title h4 {
    font-size: 14px;
    line-height: 1;
    max-height: 14px;
    overflow: hidden; }
  .page-home section.cases .cases-list .item a .title {
    padding: 8px 0; }
  .page-home section.cases .cases-list {
    margin-bottom: -1rem; }
  .page-home section.cases .learn-more-btn {
    margin: 2rem auto 0; }
  .page-home section.partners .bd ul li {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .content-page.about .about-content .about-wrapper {
    padding: 2rem 1rem; }
  .content-page.about .about-content .about-wrapper img {
    width: 100%;
    margin: 0 auto 1rem; }
  .content-page.about .about-content .about-wrapper p {
    line-height: 1.5; }
  .content-page.about .history-content h3 {
    font-size: 16px;
    margin: 0 0 12px; }
  .content-page.about .history-content p {
    font-size: 13px; }
  .content-page.about .culture-content .flex-wrapper {
    margin-bottom: -1rem; }
  .content-page.about .culture-content .flex-wrapper .item {
    width: 80%;
    margin: 0 auto 1rem; }
  .content-page.about .culture-content .flex-wrapper .item .title h3 {
    font-size: 16px; }
  .content-page.about .culture-content .flex-wrapper .item .title {
    padding: 10px 0; }
  .content-page .factory-content .bd ul li {
    width: 50%; }
  .content-page .certificates-content .bd ul li {
    width: 50%;
    height: auto; }
  .content-page .partners-content .partners-list {
    margin-bottom: -1rem;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .content-page .partners-content .partners-list .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; } }

@media screen and (max-width: 767px) {
  .content-page.products .crumb {
    background-color: #f8f8f8; }
  .content-page.products .crumb ul li:last-of-type {
    display: none; }
  .content-page.products .crumb ul li:nth-of-type(2) i {
    display: none; }
  .content-page.products .products-content .flex-wrapper {
    margin-bottom: -1rem;
    padding: 2rem 1rem; }
    .content-page.products .products-content .flex-wrapper .item {
      width: 80%;
      margin: 0 auto 1rem; }
  .content-page.products .products-content .flex-wrapper .item {
    width: 80%;
    margin: 0 auto 1rem; }
  .content-page.products.single .crumb ul li:last-of-type {
    display: unset; }
  .content-page.products.single .crumb ul li:nth-of-type(2) i {
    display: unset; }
  .content-page.products .product-details-content .top-info .flex-wrapper {
    padding: 2rem 1rem; }
  .content-page.products .product-details-content .top-info .flex-wrapper .img {
    width: 100%;
    margin: 0 0 1rem; }
  .content-page.products .product-details-content .top-info .flex-wrapper .content {
    width: 100%; }
  .content-page.products .product-details-content .top-info .content h2 {
    font-size: 16px; }
  .content-page.products .product-details-content .top-info .content p {
    font-size: 14px;
    margin: 1rem 0; }
  .content-page.products .product-details-content .top-info .content a.apply-btn {
    font-size: 13px;
    width: 100px;
    height: 32px; }
  .content-page.products .product-details-content .top-info .content .product-details {
    margin: 2rem 0 0;
    padding: 0 1rem; }
  .content-page.products .product-details-content .top-info .content .product-details h3 {
    font-size: 16px;
    margin-left: 1rem; }
  .content-page.products .product-details-content .top-info .content .product-details p {
    font-size: 14px;
    line-height: 1.5;
    margin: 1rem 0; }
  .bottom-info.single-content {
    margin: 1rem 0;
    padding: 1rem; }
  .bottom-info.single-content .flex-wrapper .left ul li a {
    font-size: 13px; }
  .bottom-info.single-content .flex-wrapper a.back-button {
    font-size: 13px; }
  .bottom-info.single-content .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .bottom-info.single-content .flex-wrapper .left,
    .bottom-info.single-content .flex-wrapper .right {
      width: 100%; }
    .bottom-info.single-content .flex-wrapper .right {
      margin: 1rem 0 0; } }

@media screen and (max-width: 767px) {
  .content-page.solution .crumb {
    background-color: #f8f8f8; }
  .content-page.solution .crumb ul li:last-of-type {
    display: none; }
  .content-page.solution .crumb ul li:nth-of-type(2) i {
    display: none; }
  .content-page.solution.single .crumb {
    background-color: #f8f8f8; }
  .content-page.solution.single .crumb ul li:last-of-type {
    display: unset; }
  .content-page.solution.single .crumb ul li:nth-of-type(2) i {
    display: unset; }
  .content-page.cases .crumb {
    background-color: #f8f8f8; }
  .content-page.cases .crumb ul li:last-of-type {
    display: none; }
  .content-page.cases .crumb ul li:nth-of-type(2) i {
    display: none; }
  .content-page.cases.single .crumb {
    background-color: #f8f8f8; }
  .content-page.cases.single .crumb ul li:last-of-type {
    display: unset; }
  .content-page.cases.single .crumb ul li:nth-of-type(2) i {
    display: unset; }
  .content-page.solution .solution-list {
    margin: 0 0 -1rem;
    padding: 2rem 1rem; }
  .content-page.solution .solution-list .item {
    width: 80%;
    margin: 0 auto 1rem; }
  .solution-content {
    padding: 2rem 1rem; }
  .content-page.solution h2.solution-title {
    font-size: 20px;
    margin: 0 0 20px; }
  .content-page.solution img {
    max-width: 100%; }
  .content-page.solution .solution-content .content-wrapper h3 {
    font-size: 16px;
    margin: 0 0 1rem; }
  .content-page.solution .solution-content .content-wrapper ul li {
    font-size: 14px;
    line-height: 1.5; }
  .solution-content .flex.gap-2 .flex-item.w-25,
  .solution-content .inFlex.gap-2 .flex-item.w-25 {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; }
  .content-page.solution .solution-content .content-wrapper .plan-advantages {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .content-page.solution .solution-content .content-wrapper .plan-advantages .wrapper {
    width: 120px;
    height: 120px; }
  .content-page.solution .solution-content .content-wrapper .plan-advantages .icon {
    width: 48px;
    height: 48px; }
  .content-page.solution .solution-content .content-wrapper .plan-advantages h4 {
    font-size: 16px; }
  .content-page.solution .solution-content .content-wrapper .nbiot-meter-features {
    margin-bottom: -1rem; }
  .content-page.solution .solution-content .content-wrapper .nbiot-meter-features .flex-item {
    width: 100%;
    margin: 0 0 1rem; }
  .content-page.solution .solution-content .content-wrapper .nbiot-meter-features .flex-item p {
    font-size: 14px; }
  .content-page.cases .cases-list {
    padding: 2rem 1rem;
    margin-bottom: -1rem; }
  .content-page.cases .cases-list .item {
    width: 80%;
    margin: 0 auto 1rem !important; }
  .content-page.cases .cases-list .item .title h4 {
    font-size: 14px; }
  .content-page.cases .cases-list .item .title {
    padding: 10px 0; }
  .content-page.cases h2.case-details-title {
    font-size: 20px;
    margin: 0 0 20px; }
  .content-page.cases .cases-details {
    padding: 2rem 1rem; }
  .content-page.cases .cases-content .content p,
  .content-page.cases .cases-content .content ul li,
  .content-page.cases .cases-content .content ol li {
    font-size: 14px;
    line-height: 1.5;
    text-indent: 28px; }
  .content-page.cases .cases-content .content {
    min-height: 100px; }
  .content-page.cases img.case-thumb {
    margin: 1rem auto; } }

@media screen and (max-width: 767px) {
  .content-page.news .crumb {
    background-color: #f8f8f8; }
  .content-page.news .crumb ul li:last-of-type {
    display: none; }
  .content-page.news .crumb ul li:nth-of-type(2) i {
    display: none; }
  .content-page.news.single .crumb {
    background-color: #f8f8f8; }
  .content-page.news.single .crumb ul li:last-of-type {
    display: unset; }
  .content-page.news.single .crumb ul li:nth-of-type(2) i {
    display: unset; }
  .content-page.news .main-content .main-wrapper {
    padding: 2rem 0; }
  .content-page.news .main-content .main-wrapper .sidebar,
  .content-page.news .main-content .main-wrapper .news-list {
    width: 100%; }
  .content-page.news .main-content .main-wrapper .sidebar {
    margin: 0 0 1rem; }
  .content-page.news .main-content .main-wrapper .sidebar ul li {
    display: inline-block;
    width: auto;
    border: none; }
  .content-page.news .main-content .main-wrapper .sidebar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .content-page.news .main-content .main-wrapper .sidebar ul li a {
    padding: 6px 10px;
    border: 1px solid #eeeeee;
    font-size: 13px;
    border-radius: 100px; }
  .content-page.news .main-content .main-wrapper .sidebar ul li.active a:after {
    display: none; }
  .content-page.news .news-list .item .pubdate .top span {
    font-size: 18px; }
  .content-page.news .news-list .item .pubdate .bottom span {
    font-size: 14px; }
  .content-page.news .news-list .item .pubdate {
    width: 72px;
    border: none;
    order: 2; }
  .content-page.news .news-list .item {
    border: none;
    margin: 0 0 1rem;
    padding: 1rem;
    border-bottom: 1px solid #eeeeee; }
    .content-page.news .news-list .item:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
  .content-page.news .news-list .item .content {
    width: calc(100% - 1rem - 72px);
    padding: 0;
    width: 100%;
    position: relative; }
  .content-page.news .news-list .item .learn-more {
    position: absolute;
    right: 0;
    bottom: -1.25rem; }
  .content-page.news .news-list .item .learn-more a {
    font-size: 13px;
    width: auto;
    padding: 0;
    border: none; }
  .content-page.news .news-list .item > .wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .content-page.news .news-list .item .pubdate {
    width: 100%;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .content-page.news .news-list .item .pubdate .bottom,
  .content-page.news .news-list .item .pubdate .top {
    display: inline; }
  .content-page.news .news-list .item .pubdate .bottom span,
  .content-page.news .news-list .item .pubdate .top span {
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
    color: #aaaaaa; }
  .content-page.news .news-list .item .pubdate .wrapper {
    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; }
    .content-page.news .news-list .item .pubdate .wrapper .top {
      order: 2;
      margin-bottom: 0;
      margin-left: 6px;
      position: relative; }
      .content-page.news .news-list .item .pubdate .wrapper .top:after {
        position: absolute;
        width: 4px;
        height: 1px;
        background-color: #aaaaaa;
        content: '';
        left: -4px;
        top: 10px; }
    .content-page.news .news-list .item .pubdate .wrapper .bottom {
      order: 1; }
  .content-page.news .news-details {
    width: 100%;
    margin: 0 0 2rem; }
  .content-page.news .details-wrapper h2.news-details-title {
    font-size: 18px;
    margin: 0 0 18px; }
  .content-page.news .details-wrapper p.pubdate {
    font-size: 12px;
    margin: 0 0 1rem;
    padding: 0 0 1rem; }
  .content-page.news .details-wrapper > .content p,
  .content-page.news .details-wrapper > .content ul li,
  .content-page.news .details-wrapper > .content ol li {
    font-size: 14px;
    line-height: 1.5; }
  .content-page.news.single .main-content .main-wrapper .sidebar {
    display: none; } }

@media screen and (max-width: 767px) {
  .content-page.contact .crumb {
    background-color: #f8f8f8; }
  .content-page.contact .contact-content {
    padding-bottom: 0; }
  .content-page.contact .contact-content .form > h2,
  .content-page.contact .contact-content .info > h2 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0;
    color: #282828; }
  .content-page.contact .contact-content .info {
    width: 100%;
    padding: 2rem 1rem; }
  .content-page.contact .contact-content .form {
    width: 100%;
    padding: 2rem 1rem; }
  .content-page.contact .contact-content {
    width: 100%; }
  .content-page.contact .info ul li div {
    font-size: 14px; }
  .content-page.contact .info ul li {
    margin: 0 0 6px; }
  .content-page.contact .info ul {
    margin: 1rem 0; }
  .content-page.contact .contact-content .form > p,
  .content-page.contact .contact-content .info > p {
    font-size: 14px;
    margin: 0 0 1rem; }
  .content-page.contact form {
    margin: 1rem 0; }
  .content-page.contact form .input-wrapper label {
    font-size: 12px; }
  .content-page.contact form .input-wrapper input,
  .content-page.contact form .input-wrapper textarea {
    font-size: 14px;
    padding: 8px; }
  .content-page.contact form .input-wrapper {
    margin-bottom: 1rem; }
  .content-page.contact form .input-wrapper textarea {
    height: 80px; }
  .content-page.contact form .input-wrapper button {
    font-size: 13px;
    width: 90px;
    height: 30px; }
  .content-page.contact .contact-content .form > h2:after,
  .content-page.contact .contact-content .info > h2:after {
    display: none; } }
