@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; }

body {
  font-size: 16px; }

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

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

body > .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

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

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0; }
    .container > .row {
      margin: 0; } }

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

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

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

.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: 32px;
      height: 32px; } }
  .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.25rem; } }

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

.banner-home .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #ffffff; }
  @media screen and (max-width: 767px) {
    .banner-home .swiper-pagination-bullet {
      width: 8px;
      height: 8px; } }

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

.banner-home .swiper-pagination-bullet-active {
  background: #1F7BD3;
  border-color: #1F7BD3; }

.section-title {
  margin: 0 0 36px; }
  .section-title h2,
  .section-title h3 {
    text-align: center;
    line-height: 1;
    margin: 0; }
  .section-title h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 1rem;
    color: #1F7BD3; }
  .section-title h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #eeeeee;
    font-weight: 400; }

.more-btn {
  margin: 36px 0 0;
  text-align: center; }
  .more-btn a {
    display: inline-block;
    line-height: 36px;
    width: 120px;
    border-radius: 36px;
    background-color: #1F7BD3;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #1F7BD3;
    text-align: center;
    transition: all 0.35s ease; }
    .more-btn a:hover {
      background-color: #fff;
      color: #1F7BD3; }

.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 {
  background-color: #f8f8f8;
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .crumb .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; }
  .crumb .page-nav ul {
    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; }
  .crumb .page-nav ul li {
    display: inline-block; }
    .crumb .page-nav ul li a {
      font-size: 15px;
      color: #777777;
      padding: 1rem 1.25rem;
      display: inline-block;
      line-height: 1; }
      .crumb .page-nav ul li a:hover {
        color: #1F7BD3; }
  .crumb .page-nav ul li.active a {
    background-color: #1F7BD3;
    color: #ffffff; }
  .crumb .page-location {
    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;
    font-size: 15px;
    color: #777777; }
    .crumb .page-location ul {
      margin-left: 6px; }
    .crumb .page-location ul li,
    .crumb .page-location ul li a {
      font-size: 15px;
      color: #777777;
      line-height: 1;
      display: inline-block; }
    .crumb .page-location ul li i {
      font-size: 12px;
      margin: 0 8px;
      color: #777777; }
    .crumb .page-location ul li a i {
      font-size: 13px;
      color: #777777;
      margin: 0 2px 0 0; }

.section-wrapper {
  padding: 4rem 0; }

.main-wrapper.sidebar-structure {
  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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main-wrapper.sidebar-structure > .sidebar {
    width: 240px;
    margin: 0 0 6rem; }
  .main-wrapper.sidebar-structure > .content-wrapper {
    width: calc(100% - 2rem - 240px);
    margin: 0 0 6rem; }
  .main-wrapper.sidebar-structure > .sidebar .contact-info {
    padding: 1rem;
    border: 1px solid #eeeeee;
    border-top: 2px solid #1F7BD3; }
    .main-wrapper.sidebar-structure > .sidebar .contact-info h3 {
      text-align: center;
      color: #282828;
      line-height: 1;
      margin: 0 0 1rem;
      font-size: 20px; }
    .main-wrapper.sidebar-structure > .sidebar .contact-info .icon {
      width: 75px;
      height: 75px;
      border-radius: 75px;
      background-color: #1F7BD3;
      margin: 0 auto 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; }
      .main-wrapper.sidebar-structure > .sidebar .contact-info .icon div {
        width: 40px;
        height: 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
    .main-wrapper.sidebar-structure > .sidebar .contact-info h3.tel {
      font-family: Arial;
      font-size: 20px;
      line-height: 1;
      text-align: center;
      font-weight: 800;
      color: #1F7BD3;
      margin: 1rem 0 0;
      padding-bottom: 1rem;
      border-bottom: 1px solid #eeeeee; }
    .main-wrapper.sidebar-structure > .sidebar .contact-info ul.contact-details {
      padding: 1rem 0 0; }
      .main-wrapper.sidebar-structure > .sidebar .contact-info ul.contact-details li {
        font-size: 14px;
        line-height: 1.5;
        color: #777777;
        margin: 0 0 6px; }
        .main-wrapper.sidebar-structure > .sidebar .contact-info ul.contact-details li:last-of-type {
          margin-bottom: 0; }
  .main-wrapper.sidebar-structure > .sidebar .head {
    padding: 1.25rem 1.5rem;
    background-color: #1F7BD3;
    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; }
    .main-wrapper.sidebar-structure > .sidebar .head h2 {
      font-size: 24px;
      color: #ffffff;
      line-height: 1;
      margin: 0;
      font-weight: 800;
      text-align: left;
      margin-left: 1rem; }
    .main-wrapper.sidebar-structure > .sidebar .head .icon {
      width: 48px;
      height: 48px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  .main-wrapper.sidebar-structure > .sidebar ul.type-nav {
    border: 1px solid #eeeeee;
    border-bottom: none;
    margin: 0 0 2rem; }
    .main-wrapper.sidebar-structure > .sidebar ul.type-nav > li {
      display: block;
      border-bottom: 1px solid #eeeeee; }
      .main-wrapper.sidebar-structure > .sidebar ul.type-nav > li > a {
        display: inline-block;
        width: 100%;
        font-size: 1rem;
        color: #777777;
        padding: 0.75rem 1rem 0.75rem 1.5rem;
        line-height: 1; }
    .main-wrapper.sidebar-structure > .sidebar ul.type-nav > li.active > a {
      color: #1F7BD3;
      border-left: 4px solid #1F7BD3; }
  .main-wrapper.sidebar-structure > .sidebar ul.secondary-menu {
    padding: 0 1rem; }
    .main-wrapper.sidebar-structure > .sidebar ul.secondary-menu > li {
      display: block; }
      .main-wrapper.sidebar-structure > .sidebar ul.secondary-menu > li:last-of-type {
        border-bottom: none; }
      .main-wrapper.sidebar-structure > .sidebar ul.secondary-menu > li > a {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #aaaaaa;
        padding: 0.5rem 1rem 0.5rem 2rem;
        line-height: 1;
        position: relative; }
        .main-wrapper.sidebar-structure > .sidebar ul.secondary-menu > li > a:hover {
          color: #1F7BD3; }
        .main-wrapper.sidebar-structure > .sidebar ul.secondary-menu > li > a:after {
          position: absolute;
          content: '';
          width: 10px;
          height: 1px;
          background-color: #1F7BD3;
          left: 0.5rem;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }

h2.none-title {
  text-align: center;
  margin: 2rem auto 0;
  line-height: 1;
  color: #282828;
  font-weight: 400; }

.siblings {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid #eeeeee; }
  .siblings ul li a {
    font-size: 15px;
    color: #777777;
    display: inline-block;
    line-height: 1; }
  .siblings ul li {
    margin: 0 0 10px; }
    .siblings ul li:last-of-type {
      margin-bottom: 0; }

.anchor-wrapper {
  padding-bottom: 163px;
  margin-top: -163px; }

.nav-tabs {
  border: none; }
  .nav-tabs > li {
    float: unset;
    margin: 0; }
    .nav-tabs > li > a {
      line-height: 1.75;
      border: none;
      border-radius: 0;
      margin: 0; }
  .nav-tabs > li.active a,
  .nav-tabs > li.active a:focus,
  .nav-tabs > li.active a:hover {
    border: none;
    background-color: transparent; }

.pagination.pagi-default {
  text-align: right;
  margin: 2rem 0;
  margin-top: 4rem;
  width: 100%; }
  .pagination.pagi-default .page-numbers {
    font-size: 14px;
    margin: 0 0.25rem;
    padding: 0.25rem 0.6rem;
    color: #555555;
    border: 1px solid #dddddd;
    border-radius: 0; }
    .pagination.pagi-default .page-numbers:hover {
      background-color: #ffffff;
      border-color: #1F7BD3;
      color: #1F7BD3; }
  .pagination.pagi-default .page-num.page-numbers:hover {
    background-color: transparent;
    color: #555555;
    border-color: #aaaaaa; }
  .pagination.pagi-default .page-numbers.current {
    background-color: #1F7BD3;
    border-color: #1F7BD3;
    color: #ffffff; }

header .navbar-brand > img {
  height: 64px;
  margin: 16px 0; }
  @media screen and (max-width: 767px) {
    header .navbar-brand > img.logo-pc {
      display: none; } }
  header .navbar-brand > img.logo-mobile {
    display: none; }

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

header .navbar-default {
  background-color: #ffffff;
  border-bottom: 2px solid #1F7BD3; }

header .header-top .flex-wrapper {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  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; }

header .header-top .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

header .header-top .contact-info {
  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; }
  header .header-top .contact-info .icon {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 12px; }
  header .header-top .contact-info .numbers h4,
  header .header-top .contact-info .numbers h3 {
    margin: 0;
    line-height: 1; }
  header .header-top .contact-info .numbers h4 {
    font-size: 18px;
    color: #aaaaaa;
    font-weight: 400;
    margin: 0 0 8px; }
  header .header-top .contact-info .numbers h3 {
    font-size: 28px;
    font-family: Arial;
    color: #1F7BD3;
    font-weight: 800; }

header .header-top .slogan {
  padding-left: 36px;
  margin-left: 36px;
  position: relative; }
  header .header-top .slogan:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 52px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #eeeeee; }
  header .header-top .slogan h2,
  header .header-top .slogan h3 {
    line-height: 1;
    margin: 0; }
  header .header-top .slogan h2 {
    color: #1F7BD3;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 16px; }
  header .header-top .slogan h3 {
    font-weight: 400;
    font-size: 20px;
    color: #282828; }

header .navbar-nav {
  width: 100%; }

header .navbar-nav > li > a {
  line-height: 1;
  padding: 24px 47px;
  font-size: 1rem;
  color: #282828;
  position: relative; }
  header .navbar-nav > li > a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #eeeeee; }

header .navbar-nav > li:last-of-type a:after {
  display: none; }

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  color: #1F7BD3;
  font-weight: 600;
  background-color: #ffffff; }

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: 1rem;
  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;
    font-weight: 400; }
    footer .flex-wrapper .part h3:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 2px;
      background-color: #1F7BD3;
      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 .flex-wrapper .links {
  width: 100%;
  margin: 2rem 0 0; }
  footer .flex-wrapper .links ul {
    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; }
    footer .flex-wrapper .links ul li,
    footer .flex-wrapper .links ul li a {
      font-size: 14px;
      color: #cccccc;
      display: inline-block;
      line-height: 1; }
    footer .flex-wrapper .links ul li {
      margin: 0 8px 0 0; }
      footer .flex-wrapper .links ul li a:hover {
        color: #ffffff; }

.footer-mb {
  display: none; }
  @media screen and (max-width: 767px) {
    .footer-mb {
      display: block; } }

@media screen and (max-width: 767px) {
  .footer-mb ul {
    background-color: #1F7BD3;
    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: #4294E3;
      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; }

.page-home section.solutions {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 120px; }
  .page-home section.solutions a.nav-item {
    display: none; }
    @media screen and (max-width: 767px) {
      .page-home section.solutions a.nav-item {
        width: 24px;
        height: 36px;
        background-color: rgba(255, 255, 255, 0.6);
        color: #ffffff;
        position: absolute;
        top: calc(50% + 36px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 100;
        transition: all 0.35s ease;
        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; }
        .page-home section.solutions a.nav-item:hover {
          background-color: rgba(255, 255, 255, 0.85); }
        .page-home section.solutions a.nav-item.prev {
          left: -0.5rem; }
        .page-home section.solutions a.nav-item.next {
          right: -0.5rem; }
        .page-home section.solutions a.nav-item i {
          font-size: 14px;
          color: #777777; } }
  .page-home section.solutions .section-title h2,
  .page-home section.solutions .section-title h3 {
    color: #ffffff; }
  .page-home section.solutions .solutions-wrapper {
    width: 100%;
    position: relative;
    margin-top: 64px;
    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; }
    @media screen and (max-width: 767px) {
      .page-home section.solutions .solutions-wrapper {
        padding: 0 1rem; } }
    .page-home section.solutions .solutions-wrapper .item {
      width: 17%;
      position: relative;
      height: 450px; }
      .page-home section.solutions .solutions-wrapper .item .outter {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0; }
      .page-home section.solutions .solutions-wrapper .item .title {
        margin: 0 0 48px; }
        .page-home section.solutions .solutions-wrapper .item .title .icon {
          background-size: 500%;
          background-position-x: 0;
          background-repeat: no-repeat;
          width: 45px;
          height: 45px;
          margin: 0 auto 24px; }
        .page-home section.solutions .solutions-wrapper .item .title h3 {
          color: #ffffff;
          line-height: 1;
          margin: 0;
          text-align: center;
          font-size: 18px;
          font-weight: 400; }
      .page-home section.solutions .solutions-wrapper .item .content {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        padding-top: 180px;
        transition: all 0.25s ease; }
        .page-home section.solutions .solutions-wrapper .item .content .desc {
          position: relative;
          padding: 0 14px; }
        .page-home section.solutions .solutions-wrapper .item .content p {
          font-size: 14px;
          line-height: 2;
          color: #ffffff;
          font-weight: 400;
          opacity: 0;
          transform: translateY(4rem);
          -webkit-transform: translateY(4rem);
          visibility: hidden; }
          .page-home section.solutions .solutions-wrapper .item .content p:before {
            position: absolute;
            left: 0;
            top: -24px;
            width: 36px;
            height: 4px;
            background-color: #1F7BD3;
            content: '';
            opacity: 0;
            visibility: hidden;
            transition: all 0.35s ease; }
    .page-home section.solutions .solutions-wrapper .item.active {
      width: 32%; }
      .page-home section.solutions .solutions-wrapper .item.active .outter {
        margin-top: -32px;
        margin-bottom: -32px;
        height: 512px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
      .page-home section.solutions .solutions-wrapper .item.active .content {
        padding-top: 64px; }
      .page-home section.solutions .solutions-wrapper .item.active .content p {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0); }
        .page-home section.solutions .solutions-wrapper .item.active .content p::before {
          visibility: visible;
          opacity: 1; }
    .page-home section.solutions .solutions-wrapper .item:nth-of-type(2) .title .icon {
      background-position-x: 25%; }
    .page-home section.solutions .solutions-wrapper .item:nth-of-type(3) .title .icon {
      background-position-x: 50%; }
    .page-home section.solutions .solutions-wrapper .item:nth-of-type(4) .title .icon {
      background-position-x: 75%; }
    .page-home section.solutions .solutions-wrapper .item:nth-of-type(5) .title .icon {
      background-position-x: 100%; }

.page-home section.products .product-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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-home section.products .product-wrapper .types {
    width: 240px;
    background-color: #f8f8f8; }
  .page-home section.products .product-wrapper .products {
    width: 930px; }

.page-home section.products .products .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: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-home section.products .products .list .item {
    width: calc((100% - 54px) / 4);
    margin: 0 18px 0 0;
    background-color: #f8f8f8;
    background-color: #ffffff;
    height: 240px;
    height: auto;
    border: 1px solid #eeeeee;
    transition: all 0.35s ease; }
    .page-home section.products .products .list .item:nth-of-type(4n) {
      margin-right: 0; }
    .page-home section.products .products .list .item a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
    .page-home section.products .products .list .item .intro {
      padding: 4px;
      background-color: #f8f8f8;
      border-top: 1px solid #eeeeee;
      transition: all 0.35s ease; }
      .page-home section.products .products .list .item .intro p {
        color: #777777;
        transition: all 0.35s ease;
        transition: all 0.35s ease;
        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; }
    .page-home section.products .products .list .item .title {
      height: 34px;
      width: 100%;
      transition: all 0.35s ease; }
      .page-home section.products .products .list .item .title h4 {
        font-weight: 400;
        color: #777777;
        font-size: 14px;
        text-align: center;
        line-height: 34px;
        margin: 0;
        transition: all 0.35s ease; }
    .page-home section.products .products .list .item .img {
      width: 100%;
      height: 206px;
      overflow: hidden; }
      .page-home section.products .products .list .item .img img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        transition: all 0.46s ease; }
  .page-home section.products .products .list .item:hover {
    border-color: #1F7BD3; }
    .page-home section.products .products .list .item:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .page-home section.products .products .list .item:hover .title,
    .page-home section.products .products .list .item:hover .intro {
      background-color: #1F7BD3; }
      .page-home section.products .products .list .item:hover .title h4,
      .page-home section.products .products .list .item:hover .title p,
      .page-home section.products .products .list .item:hover .intro h4,
      .page-home section.products .products .list .item:hover .intro p {
        color: #ffffff; }
    .page-home section.products .products .list .item:hover .intro {
      border-color: #1F7BD3; }

.page-home section.products .products > .title {
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 14px;
  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; }
  .page-home section.products .products > .title a {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    color: #aaaaaa; }
    .page-home section.products .products > .title a i {
      margin-left: 4px;
      color: #aaaaaa;
      font-size: 13px; }
  .page-home section.products .products > .title h4 {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 1;
    margin: 0;
    padding-left: 12px;
    position: relative; }
    .page-home section.products .products > .title h4:after {
      position: absolute;
      content: '';
      width: 1px;
      height: 12px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      background-color: #1F7BD3; }

.page-home section.products .products .top {
  margin: 0 0 16px;
  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 .products .top .part {
    width: calc((100% - 10px) / 2); }
    .page-home section.products .products .top .part a {
      display: block;
      position: relative; }
      .page-home section.products .products .top .part a .img {
        width: 100%;
        overflow: hidden; }
        .page-home section.products .products .top .part a .img img {
          display: block;
          max-width: 100%; }
    .page-home section.products .products .top .part .title {
      position: absolute;
      z-index: 20;
      width: 100%;
      height: 36px;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4); }
      .page-home section.products .products .top .part .title h4 {
        text-align: center;
        line-height: 36px;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        width: 100%;
        margin: 0; }

.page-home section.products .types .title {
  padding-left: 16px;
  background-color: #1F7BD3;
  height: 60px;
  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; }
  .page-home section.products .types .title .icon {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 12px; }
  .page-home section.products .types .title h3 {
    line-height: 1;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    text-align: left; }

.page-home section.products .types .nav-wrapper {
  padding: 0 12px; }
  .page-home section.products .types .nav-wrapper ul {
    padding: 14px 0; }
    .page-home section.products .types .nav-wrapper ul li {
      margin: 0 0 14px; }
      .page-home section.products .types .nav-wrapper ul li:last-of-type {
        margin-bottom: 0; }
    .page-home section.products .types .nav-wrapper ul li a {
      padding-left: 32px;
      position: relative;
      font-size: 14px;
      color: #777777;
      display: inline-block;
      line-height: 1; }
      .page-home section.products .types .nav-wrapper ul li a:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 1px;
        background-color: #1F7BD3;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
  .page-home section.products .types .nav-wrapper .head {
    margin: 16px 0 0;
    background-color: #1F7BD3;
    height: 40px;
    padding: 0 16px;
    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; }
    .page-home section.products .types .nav-wrapper .head span {
      display: inline-block;
      font-size: 15px;
      color: #ffffff;
      line-height: 1; }
    .page-home section.products .types .nav-wrapper .head i {
      font-size: 13px;
      color: #ffffff;
      display: inline-block;
      line-height: 1; }

.page-home 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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-home section.about .flex-wrapper .img,
  .page-home section.about .flex-wrapper .content {
    width: 50%; }
  .page-home section.about .flex-wrapper .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 767px) {
      .page-home section.about .flex-wrapper .img {
        width: 100%;
        height: 320px; } }
  .page-home section.about .flex-wrapper .content {
    background-color: #f8f8f8; }
    .page-home section.about .flex-wrapper .content .wrapper {
      width: 100%;
      max-width: 600px;
      padding: 90px 90px 75px; }
    .page-home section.about .flex-wrapper .content h3 {
      font-size: 48px;
      line-height: 1;
      margin: 0 0 24px;
      color: #eeeeee;
      font-weight: 400;
      text-transform: uppercase; }
    .page-home section.about .flex-wrapper .content h2 {
      font-size: 36px;
      font-weight: 800;
      line-height: 1;
      color: #1F7BD3;
      margin: 0 0 30px; }
    .page-home section.about .flex-wrapper .content p {
      font-size: 15px;
      line-height: 2;
      color: #777777; }
    .page-home section.about .flex-wrapper .content .learn-more-btn {
      margin-top: 64px; }
    .page-home section.about .flex-wrapper .content .learn-more-btn a {
      width: 120px;
      height: 36px;
      border-radius: 36px;
      background-color: #E9E9ED;
      font-size: 16px;
      color: #777777;
      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; }
      .page-home section.about .flex-wrapper .content .learn-more-btn a i {
        font-size: 14px;
        margin-left: 4px;
        color: #777777; }

.page-home section.advantages {
  padding-bottom: 90px; }
  .page-home section.advantages .advantages-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 48px; }
    .page-home section.advantages .advantages-title h2 {
      color: #282828;
      line-height: 1;
      margin: 0 0 24px;
      font-weight: 800;
      font-size: 36px;
      text-align: center; }
      .page-home section.advantages .advantages-title h2 strong {
        font-size: 36px;
        display: inline-block;
        margin-left: 4px;
        line-height: 1;
        font-style: italic;
        color: #1F7BD3; }
    .page-home section.advantages .advantages-title h3 {
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      margin: 0;
      text-align: center;
      color: #777777; }
  .page-home section.advantages .advantages-part {
    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; }
    .page-home section.advantages .advantages-part .content,
    .page-home section.advantages .advantages-part .img {
      width: 50%; }
    .page-home section.advantages .advantages-part .img {
      max-height: 400px; }
    .page-home section.advantages .advantages-part .content {
      padding: 0 40px; }
      .page-home section.advantages .advantages-part .content .part {
        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; }
    .page-home section.advantages .advantages-part .img-1 div {
      height: 396px;
      display: block;
      margin: 0 auto;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .page-home section.advantages .advantages-part .img-2 div {
      height: 420px;
      display: block;
      margin: 0 auto;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .page-home section.advantages .advantages-part .part {
      margin: 0 0 64px;
      margin: 0; }
    .page-home section.advantages .advantages-part .details {
      width: calc(100% - 85px - 16px);
      padding-top: 6px; }
      .page-home section.advantages .advantages-part .details h3,
      .page-home section.advantages .advantages-part .details h4 {
        line-height: 1;
        font-weight: 800; }
      .page-home section.advantages .advantages-part .details h3 {
        color: #1F7BD3;
        margin: 0 0 14px;
        font-size: 32px; }
      .page-home section.advantages .advantages-part .details h4 {
        font-size: 24px;
        color: #777777; }
      .page-home section.advantages .advantages-part .details p {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 2;
        color: #777777; }
    .page-home section.advantages .advantages-part .number {
      background-image: url("http://91huangdi.com/wp-content/themes/huangdi/assets/img/advantages-number-bg.png");
      width: 85px;
      height: 80px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .page-home section.advantages .advantages-part .number span {
        display: inline-block;
        line-height: 60px;
        font-size: 48px;
        color: #ffffff;
        font-style: italic;
        font-family: Arial;
        text-align: center;
        width: 100%;
        font-weight: 800; }

.page-home section.why-choose-us {
  padding-bottom: 90px;
  background-image: url("http://91huangdi.com/wp-content/themes/huangdi/assets/img/why-choose-us-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .page-home section.why-choose-us .section-title h2,
  .page-home section.why-choose-us .section-title h3 {
    color: #ffffff; }
  .page-home section.why-choose-us .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; }
    .page-home section.why-choose-us .flex-wrapper .item {
      width: calc((100% - 60px) / 3);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
      .page-home section.why-choose-us .flex-wrapper .item .img {
        width: 100%;
        height: 260px; }
        .page-home section.why-choose-us .flex-wrapper .item .img div {
          display: block;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
      .page-home section.why-choose-us .flex-wrapper .item .content {
        padding: 24px;
        background-color: #ffffff; }
        .page-home section.why-choose-us .flex-wrapper .item .content h3 {
          margin: 0 0 18px;
          line-height: 1;
          font-size: 24px;
          text-align: center;
          color: #282828; }
        .page-home section.why-choose-us .flex-wrapper .item .content p {
          font-size: 16px;
          line-height: 28px;
          color: #777777; }

.page-home section.cases {
  background-color: #f8f8f8; }
  .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% - 60px) / 3);
      margin: 0 30px 30px 0;
      background-color: #ffffff; }
      .page-home section.cases .cases-list .item:nth-of-type(3n) {
        margin-right: 0; }
      .page-home section.cases .cases-list .item:nth-of-type(n+4) {
        margin-bottom: 0; }
      .page-home section.cases .cases-list .item a {
        display: block;
        width: 100%; }
      .page-home section.cases .cases-list .item .img {
        width: 100%;
        height: 250px;
        overflow: hidden; }
        .page-home section.cases .cases-list .item .img img {
          opacity: 0;
          visibility: hidden; }
        .page-home section.cases .cases-list .item .img div {
          display: block;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat; }
      .page-home section.cases .cases-list .item .intro {
        padding: 4px 8px 16px; }
        .page-home section.cases .cases-list .item .intro p {
          color: #777777;
          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; }
      .page-home section.cases .cases-list .item .title {
        background-color: #ffffff; }
        .page-home section.cases .cases-list .item .title h4 {
          text-align: center;
          line-height: 36px;
          text-align: center;
          margin: 0;
          font-size: 16px;
          color: #282828;
          font-weight: 400; }

.page-home section.news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .page-home section.news .section-title h2 {
    color: #ffffff; }
  .page-home section.news .section-title h3 {
    color: #eeeeee; }
  .page-home section.news .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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-home section.news .flex-wrapper .news-img {
      width: 540px; }
      .page-home section.news .flex-wrapper .news-img .wrapper {
        position: relative;
        width: 100%;
        height: 100%; }
        .page-home section.news .flex-wrapper .news-img .wrapper .item {
          position: absolute;
          display: none;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
          .page-home section.news .flex-wrapper .news-img .wrapper .item.active {
            display: block; }
        .page-home section.news .flex-wrapper .news-img .wrapper .img {
          width: 100%;
          height: 100%; }
          .page-home section.news .flex-wrapper .news-img .wrapper .img img {
            opacity: 0;
            visibility: hidden; }
        .page-home section.news .flex-wrapper .news-img .wrapper .img a {
          display: block;
          width: 100%;
          height: 100%; }
          .page-home section.news .flex-wrapper .news-img .wrapper .img a div {
            width: 100%;
            height: 100%;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat; }
        .page-home section.news .flex-wrapper .news-img .wrapper .info {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 45px;
          background-color: rgba(0, 0, 0, 0.3);
          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; }
          .page-home section.news .flex-wrapper .news-img .wrapper .info h4 {
            font-size: 16px;
            color: #ffffff;
            margin: 0;
            line-height: 1;
            margin-left: 14px;
            font-weight: 400; }
          .page-home section.news .flex-wrapper .news-img .wrapper .info a.details-btn {
            width: 110px;
            height: 45px;
            background-color: #1F7BD3;
            color: #ffffff;
            font-size: 16px;
            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; }
            .page-home section.news .flex-wrapper .news-img .wrapper .info a.details-btn i {
              font-size: 14px;
              margin-left: 4px; }
    .page-home section.news .flex-wrapper .news-list {
      width: calc(100% - 540px);
      background-color: #ffffff; }
      .page-home section.news .flex-wrapper .news-list .item {
        padding: 26px 32px 22px 22px;
        border-bottom: 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: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .page-home section.news .flex-wrapper .news-list .item:last-of-type {
          border-bottom: none; }
        .page-home section.news .flex-wrapper .news-list .item .content {
          width: calc(100% - 62px - 30px); }
          .page-home section.news .flex-wrapper .news-list .item .content h4 {
            font-size: 16px;
            color: #282828;
            line-height: 1;
            margin: 0 0 12px;
            font-weight: 400;
            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; }
          .page-home section.news .flex-wrapper .news-list .item .content p {
            color: #777777;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            line-height: 24px;
            width: 100%;
            font-size: 14px;
            max-height: calc(2 * 24px + 1px);
            height: calc(2 * 24px + 1px);
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            height: auto; }
        .page-home section.news .flex-wrapper .news-list .item .pubdate {
          width: 64px;
          text-align: center; }
          .page-home section.news .flex-wrapper .news-list .item .pubdate span {
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            color: #dddddd;
            line-height: 1; }
            .page-home section.news .flex-wrapper .news-list .item .pubdate span.date {
              font-size: 32px;
              margin: 0 auto 6px; }
            .page-home section.news .flex-wrapper .news-list .item .pubdate span.year {
              font-size: 18px; }

.page-home section.partners .partners-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.partners .partners-list .item {
    width: calc((100% - 120px) / 4);
    margin: 0 0 30px;
    border: 1px solid #eeeeee;
    transition: all 0.35s ease; }
    .page-home section.partners .partners-list .item:hover {
      transform: translateY(-4px);
      -webkit-transform: translateY(-4px);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
    .page-home section.partners .partners-list .item:nth-of-type(n+13) {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .page-home section.partners .partners-list .item {
        width: calc((100% - 1rem) / 2);
        width: 50%;
        margin: 0 0 12px;
        margin: 0;
        padding: 0 0.5rem; } }
    .page-home section.partners .partners-list .item img {
      display: block;
      max-width: 100%; }

.content-page.about .about-content {
  margin-bottom: 2rem; }
  .content-page.about .about-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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content-page.about .about-content .flex-wrapper .img {
      width: calc((100% - 2rem) / 2);
      padding-left: 8rem; }
      @media screen and (max-width: 767px) {
        .content-page.about .about-content .flex-wrapper .img {
          width: 100%;
          padding-left: 2rem; } }
      .content-page.about .about-content .flex-wrapper .img .wrapper {
        position: relative; }
        .content-page.about .about-content .flex-wrapper .img .wrapper:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          left: -1.5rem;
          bottom: -2rem;
          background-color: #1F7BD3;
          z-index: 10; }
      .content-page.about .about-content .flex-wrapper .img img {
        display: block;
        max-width: 100%;
        position: relative;
        z-index: 20;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    .content-page.about .about-content .flex-wrapper .content {
      width: calc((100% - 2rem) / 2);
      margin-top: -4rem; }
      @media screen and (max-width: 767px) {
        .content-page.about .about-content .flex-wrapper .content {
          width: 100%;
          margin-top: 0; } }
      .content-page.about .about-content .flex-wrapper .content p {
        font-size: 1rem;
        line-height: 2;
        text-indent: 2rem;
        margin: 0 0 1rem;
        color: #777777; }
        .content-page.about .about-content .flex-wrapper .content p strong {
          display: inline-block;
          font-size: 1.5rem;
          font-weight: 600;
          color: #1F7BD3;
          margin: 0 2px 0 0;
          text-indent: 0; }
        .content-page.about .about-content .flex-wrapper .content p:last-of-type {
          margin-bottom: 0; }

.content-page.about .concept-content .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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-page.about .concept-content .flex-wrapper .img,
  .content-page.about .concept-content .flex-wrapper .content {
    width: 50%; }
  .content-page.about .concept-content .flex-wrapper .img {
    position: relative;
    overflow: hidden; }
    .content-page.about .concept-content .flex-wrapper .img div {
      content: '';
      width: 100%;
      height: 0;
      padding-bottom: 66.7%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.45s ease; }

.content-page.about .concept-content .content {
  background-color: #f8f8f8; }
  .content-page.about .concept-content .content .wrapper {
    padding-top: 6rem;
    padding-right: calc((100vw - 1200px) / 2);
    padding-left: 4rem; }
  .content-page.about .concept-content .content h3 {
    font-size: 1.75rem;
    margin: 0 0 4rem;
    position: relative;
    font-weight: 600;
    color-interpolation-filters: #282828;
    line-height: 1; }
    .content-page.about .concept-content .content h3:after {
      position: absolute;
      content: '';
      width: 2rem;
      height: 4px;
      background-color: #1F7BD3;
      bottom: calc(-2rem - 2px);
      left: 0; }
  .content-page.about .concept-content .content p {
    font-size: 1rem;
    color-interpolation-filters: #777777;
    line-height: 2; }

.content-page.about .concept-content .content .wrapper.align-right {
  padding-right: 4rem;
  padding-left: calc((100vw - 1200px) / 2); }
  .content-page.about .concept-content .content .wrapper.align-right h3 {
    text-align: right; }
    .content-page.about .concept-content .content .wrapper.align-right h3:after {
      left: unset;
      right: 0; }
  .content-page.about .concept-content .content .wrapper.align-right p {
    text-align: right; }

.content-page.about .concept-content .part:hover .img div {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.content-page.about .certificate-content {
  margin-bottom: -2rem; }
  .content-page.about .certificate-content .cert-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.about .certificate-content .cert-list .item {
      width: calc((100% - 6rem) / 4);
      height: 250px;
      border: 1px solid #eeeeee;
      padding: 0.75rem 0.75rem 1rem;
      margin: 0 2rem 2rem 0;
      overflow: hidden;
      transition: all 0.35s ease;
      background-color: #ffffff; }
      .content-page.about .certificate-content .cert-list .item:nth-of-type(4n) {
        margin-right: 0; }
      .content-page.about .certificate-content .cert-list .item a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden; }
      .content-page.about .certificate-content .cert-list .item h4 {
        text-align: center;
        margin: 1rem 0 0;
        line-height: 1;
        font-size: 15px;
        color: #777777;
        font-weight: 400; }
      .content-page.about .certificate-content .cert-list .item img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        max-height: 190px;
        transition: all 0.45s ease; }
    .content-page.about .certificate-content .cert-list .item:hover {
      border-color: #1F7BD3; }
      .content-page.about .certificate-content .cert-list .item:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }

.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% - 4rem) / 3);
    padding: 2rem;
    border-radius: 0.75rem;
    transition: all 0.35s ease;
    height: 400px; }
    .content-page.about .culture-content .flex-wrapper .item ul li {
      display: block;
      font-size: 1rem;
      color: #777777;
      line-height: 1;
      text-align: center;
      margin: 0 0 8px;
      transition: all 0.35s ease; }
      .content-page.about .culture-content .flex-wrapper .item ul li:last-of-type {
        margin-bottom: 0; }
    .content-page.about .culture-content .flex-wrapper .item h3 {
      color: #777777;
      line-height: 1;
      margin: 0 auto 24px;
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      position: relative;
      transition: all 0.35s ease; }
      .content-page.about .culture-content .flex-wrapper .item h3:after {
        position: absolute;
        content: '';
        width: 1rem;
        height: 2px;
        left: 50%;
        bottom: -13px;
        background-color: #1F7BD3;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transition: all 0.35s ease; }
    .content-page.about .culture-content .flex-wrapper .item .icon {
      width: 180px;
      height: 180px;
      border-radius: 180px;
      position: relative;
      background-color: #eeeeee;
      margin: 0 auto 1.5rem;
      transition: all 0.35s ease;
      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-content .flex-wrapper .item .icon:after {
        position: absolute;
        content: '';
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        left: -10px;
        top: -10px;
        border: 2px solid #eeeeee;
        border-radius: 200px;
        transition: all 0.35s ease; }
      .content-page.about .culture-content .flex-wrapper .item .icon div {
        width: 120px;
        height: 120px;
        background-image: url("http://91huangdi.com/wp-content/themes/huangdi/assets/img/icons-culture.png");
        background-size: 300%;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: no-repeat; }
  .content-page.about .culture-content .flex-wrapper .item:nth-of-type(2) .icon div {
    background-position-x: 50%; }
  .content-page.about .culture-content .flex-wrapper .item:nth-of-type(3) .icon div {
    background-position-x: 100%; }
  .content-page.about .culture-content .flex-wrapper .item:hover {
    background-color: #f8f8f8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .content-page.about .culture-content .flex-wrapper .item:hover .icon {
      background-color: #1F7BD3; }
      .content-page.about .culture-content .flex-wrapper .item:hover .icon:after {
        border-color: #1F7BD3; }
      .content-page.about .culture-content .flex-wrapper .item:hover .icon div {
        background-position-y: 100%; }
    .content-page.about .culture-content .flex-wrapper .item:hover h3,
    .content-page.about .culture-content .flex-wrapper .item:hover ul li {
      color: #282828; }

.content-page.about .journey-content {
  background-image: url("http://91huangdi.com/wp-content/themes/huangdi/assets/img/journey-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  .content-page.about .journey-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 .journey-content li:nth-of-type(2n+1) {
    margin-right: 50%;
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
    box-shadow: 1px 0 0 #4294E3; }
    .content-page.about .journey-content li:nth-of-type(2n+1):before {
      left: calc(100% - 9px); }
    .content-page.about .journey-content li:nth-of-type(2n+1):after {
      left: calc(100% - 4px); }
  .content-page.about .journey-content li:nth-of-type(2n) {
    margin-left: 50%;
    padding-left: 40px;
    box-shadow: -1px 0 0 #4294E3; }
    .content-page.about .journey-content li:nth-of-type(2n):before {
      left: -9px; }
    .content-page.about .journey-content li:nth-of-type(2n):after {
      left: -4px; }
  .content-page.about .journey-content li {
    position: relative;
    padding-bottom: 40px;
    width: 50%;
    width: calc((100% - 1px) / 2); }
    .content-page.about .journey-content li:last-of-type {
      box-shadow: none; }
    .content-page.about .journey-content li:before, .content-page.about .journey-content li:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0; }
    .content-page.about .journey-content li:before {
      background-color: #4294E3;
      width: 18px;
      height: 18px;
      border-radius: 18px;
      z-index: 2; }
    .content-page.about .journey-content li:after {
      width: 8px;
      height: 8px;
      background-color: #1F7BD3;
      border-radius: 8px;
      z-index: 4;
      top: 5px; }
  .content-page.about .journey-content h3 {
    font-size: 18px;
    color: #282828;
    margin: 0 0 1rem;
    font-weight: 600; }
  .content-page.about .journey-content p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 6px; }
    .content-page.about .journey-content p:last-of-type {
      margin-bottom: 0; }

.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: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-page.news .news-list .item {
    width: calc((100% - 2rem) / 3);
    margin: 0 1rem 1rem 0;
    border: 1px solid #eeeeee;
    transition: all 0.35s ease; }
    .content-page.news .news-list .item .content {
      padding: 1rem;
      background-color: #ffffff;
      transition: all 0.25s ease; }
      .content-page.news .news-list .item .content h3 {
        margin: 0 0 12px;
        font-size: 1rem;
        font-weight: 400;
        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 .content p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 25px;
        width: 100%;
        font-size: 15px;
        max-height: calc(2 * 25px + 1px);
        height: calc(2 * 25px + 1px);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: auto;
        color: #777777; }
      .content-page.news .news-list .item .content .bottom {
        margin: 12px 0 0;
        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; }
        .content-page.news .news-list .item .content .bottom a {
          display: inline-block;
          padding: 0.75rem 1rem;
          font-size: 14px;
          color: #777777;
          border: 1px solid #eeeeee;
          line-height: 1;
          transition: all 0.25s ease; }
        .content-page.news .news-list .item .content .bottom span {
          font-size: 13px;
          color: #aaaaaa;
          display: inline-block;
          line-height: 1; }
    .content-page.news .news-list .item .img a {
      display: block;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .content-page.news .news-list .item .img a img {
        opacity: 0;
        visibility: hidden;
        width: 100%;
        position: absolute;
        z-index: -1; }
      .content-page.news .news-list .item .img a div {
        width: 100%;
        height: 0;
        padding-bottom: 70%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all 0.45s ease; }
    .content-page.news .news-list .item:nth-of-type(3n) {
      margin-right: 0; }
  .content-page.news .news-list .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
    .content-page.news .news-list .item:hover .img a div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .content-page.news .news-list .item:hover .content {
      background-color: #f8f8f8; }
      .content-page.news .news-list .item:hover .content .bottom a {
        border-color: #1F7BD3;
        color: #ffffff;
        background-color: #1F7BD3; }
        .content-page.news .news-list .item:hover .content .bottom a:hover {
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          background-color: #4294E3; }

.content-page.news .news-details h2.news-title {
  margin: 0 0 2rem;
  line-height: 1.75;
  text-align: center;
  font-size: 24px;
  color: #333333; }

.content-page.news .news-details p.pubdate {
  margin: 2rem 0;
  text-align: right;
  font-size: 14px;
  color: #555555;
  text-align: center;
  font-weight: 400; }

.content-page.news .news-details .details-content img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto; }

.content-page.news .news-details .details-content h1 {
  color: #282828;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-size: 22px; }
  @media screen and (max-width: 767px) {
    .content-page.news .news-details .details-content h1 {
      font-size: 18px;
      margin: 18px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.news .news-details .details-content h1 {
      font-size: 16px;
      margin: 16px 0; } }

.content-page.news .news-details .details-content h2,
.content-page.news .news-details .details-content h3 {
  color: #333333;
  margin: 1.5rem 0;
  font-size: 20px; }
  @media screen and (max-width: 1440px) {
    .content-page.news .news-details .details-content h2,
    .content-page.news .news-details .details-content h3 {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .content-page.news .news-details .details-content h2,
    .content-page.news .news-details .details-content h3 {
      font-size: 15px;
      margin: 15px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.news .news-details .details-content h2,
    .content-page.news .news-details .details-content h3 {
      font-size: 14px;
      margin: 14px 0; } }

.content-page.news .news-details .details-content h4, .content-page.news .news-details .details-content h5, .content-page.news .news-details .details-content h6 {
  font-size: 18px;
  color: #555555;
  margin: 1rem 0; }
  @media screen and (max-width: 1440px) {
    .content-page.news .news-details .details-content h4, .content-page.news .news-details .details-content h5, .content-page.news .news-details .details-content h6 {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .content-page.news .news-details .details-content h4, .content-page.news .news-details .details-content h5, .content-page.news .news-details .details-content h6 {
      font-size: 16px;
      margin: 16px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.news .news-details .details-content h4, .content-page.news .news-details .details-content h5, .content-page.news .news-details .details-content h6 {
      font-size: 14px;
      margin: 14px 0; } }

.content-page.news .news-details .details-content p,
.content-page.news .news-details .details-content span {
  font-size: 1rem;
  color: #777777;
  line-height: 1.75;
  text-indent: 2rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1440px) {
    .content-page.news .news-details .details-content p,
    .content-page.news .news-details .details-content span {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .content-page.news .news-details .details-content p,
    .content-page.news .news-details .details-content span {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .content-page.news .news-details .details-content p,
    .content-page.news .news-details .details-content span {
      font-size: 12px; } }

.content-page.news .news-details .details-content ul, .content-page.news .news-details .details-content ol {
  margin: 1rem 0; }
  .content-page.news .news-details .details-content ul li,
  .content-page.news .news-details .details-content ul li a, .content-page.news .news-details .details-content ol li,
  .content-page.news .news-details .details-content ol li a {
    font-size: 1.0rem;
    line-height: 2;
    padding-left: 2rem;
    color: #555555; }
    @media screen and (max-width: 1440px) {
      .content-page.news .news-details .details-content ul li,
      .content-page.news .news-details .details-content ul li a, .content-page.news .news-details .details-content ol li,
      .content-page.news .news-details .details-content ol li a {
        font-size: 14px;
        padding-left: 28px; } }
    @media screen and (max-width: 767px) {
      .content-page.news .news-details .details-content ul li,
      .content-page.news .news-details .details-content ul li a, .content-page.news .news-details .details-content ol li,
      .content-page.news .news-details .details-content ol li a {
        font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .content-page.news .news-details .details-content ul li,
      .content-page.news .news-details .details-content ul li a, .content-page.news .news-details .details-content ol li,
      .content-page.news .news-details .details-content ol li a {
        font-size: 12px; } }

.content-page.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: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-page.products .product-list .item {
    width: calc((100% - 4rem) / 3);
    margin: 0 2rem 2rem 0;
    position: relative;
    border: 1px solid #eeeeee; }
    .content-page.products .product-list .item:nth-of-type(3n) {
      margin-right: 0; }
    .content-page.products .product-list .item a {
      display: block;
      width: 100%; }
    .content-page.products .product-list .item .intro {
      padding: 4px;
      background-color: #ffffff;
      transition: all 0.35s ease; }
      .content-page.products .product-list .item .intro p {
        color: #777777;
        transition: all 0.35s ease;
        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; }
    .content-page.products .product-list .item .title {
      padding: 10px 0;
      transition: all 0.35s ease;
      border-top: 1px solid #eeeeee;
      background-color: #ffffff; }
      .content-page.products .product-list .item .title h4 {
        line-height: 1;
        font-size: 1rem;
        text-align: center;
        font-weight: 400;
        color: #282828;
        margin: 0;
        transition: all 0.35s ease; }
    .content-page.products .product-list .item .img {
      overflow: hidden; }
      .content-page.products .product-list .item .img img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 100%;
        z-index: -1; }
    .content-page.products .product-list .item .img div {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.45s ease; }
  .content-page.products .product-list .item:hover {
    border-color: #1F7BD3; }
    .content-page.products .product-list .item:hover .img div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .content-page.products .product-list .item:hover .title {
      background-color: #1F7BD3; }
      .content-page.products .product-list .item:hover .title h4 {
        color: #ffffff; }
    .content-page.products .product-list .item:hover .intro {
      background-color: #1F7BD3; }
      .content-page.products .product-list .item:hover .intro p {
        color: #ffffff; }

.content-page.products .product-top-info {
  padding: 2rem;
  margin-top: 2rem;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff; }
  .content-page.products .product-top-info h2.product-title {
    font-size: 24px;
    color: #1F7BD3;
    line-height: 1;
    margin: 0 0 2rem;
    position: relative;
    padding-left: 2rem;
    z-index: 10; }
    .content-page.products .product-top-info h2.product-title:after {
      position: absolute;
      content: '';
      width: 4px;
      height: 60%;
      left: 0;
      top: 18%;
      background-color: #1F7BD3; }
  .content-page.products .product-top-info p.product-intro {
    font-size: 1rem;
    line-height: 1.75;
    color: #777777;
    position: relative;
    z-index: 10; }
  .content-page.products .product-top-info .product-chat {
    position: absolute;
    bottom: 2rem;
    z-index: 20;
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content-page.products .product-top-info .product-chat > div {
      margin: 0 2rem 0 0; }
      .content-page.products .product-top-info .product-chat > div strong {
        font-weight: Arial;
        font-weight: 800; }
      .content-page.products .product-top-info .product-chat > div a {
        width: 240px;
        height: 56px;
        border-radius: 100px;
        background-color: #fff;
        font-size: 18px;
        color: #ffffff;
        background-color: #1F7BD3;
        padding: 0 1rem;
        line-height: 1.25;
        transition: all 0.35s ease;
        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-top-info .product-chat > div a i {
          font-size: 45px;
          color: #ffffff;
          margin-right: 1rem; }
          .content-page.products .product-top-info .product-chat > div a i.fa-mobile {
            font-size: 32px; }
      .content-page.products .product-top-info .product-chat > div a:hover {
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
        background-color: #4294E3; }
  .content-page.products .product-top-info .flex-wrapper {
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content-page.products .product-top-info .flex-wrapper .left {
      width: 50%; }
    .content-page.products .product-top-info .flex-wrapper .right {
      width: calc(50% - 2rem);
      margin-left: 2rem;
      position: relative; }
      .content-page.products .product-top-info .flex-wrapper .right .fake-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 452px;
        height: 452px;
        opacity: 1;
        top: -2px; }
        .content-page.products .product-top-info .flex-wrapper .right .fake-box > div {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #ffffff;
          border: 1px solid #eee; }
    .content-page.products .product-top-info .flex-wrapper .left .thumbs {
      width: 100%;
      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 .product-top-info .flex-wrapper .left .thumbs .preview {
        width: calc((100% - 4px) * 0.75);
        height: auto; }
        .content-page.products .product-top-info .flex-wrapper .left .thumbs .preview .slider {
          border: 1px solid #eeeeee; }
      .content-page.products .product-top-info .flex-wrapper .left .thumbs .navimg {
        width: 136px;
        padding: 20px 0;
        height: 425px; }
        .content-page.products .product-top-info .flex-wrapper .left .thumbs .navimg .slider .item {
          width: 136px !important;
          height: 136px; }
      .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-for {
        width: 100%; }
        .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-for .item {
          width: 100%;
          background-color: #ffffff;
          outline: none; }
          .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-for .item img {
            max-width: 100%; }
      .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-nav {
        position: relative; }
        .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-nav .item {
          outline: none;
          width: 136px !important;
          padding: 2px; }
          .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-nav .item img {
            max-width: 100%; }
        .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-nav .item.slick-current img {
          border: 1px solid #aaaaaa; }
        .content-page.products .product-top-info .flex-wrapper .left .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 .product-top-info .flex-wrapper .left .thumbs .slider.slider-nav button:hover {
            background-color: #f8f8f8;
            background-color: #1F7BD3;
            color: #ffffff; }
        .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-nav button.slick-prev {
          top: -20px; }
        .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-nav button.slick-next {
          bottom: -20px; }

.content-page.products .product-details img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto; }

.content-page.products .product-details h1 {
  color: #282828;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-size: 22px; }
  @media screen and (max-width: 767px) {
    .content-page.products .product-details h1 {
      font-size: 18px;
      margin: 18px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.products .product-details h1 {
      font-size: 16px;
      margin: 16px 0; } }

.content-page.products .product-details h2,
.content-page.products .product-details h3 {
  color: #333333;
  margin: 1.5rem 0;
  font-size: 20px; }
  @media screen and (max-width: 1440px) {
    .content-page.products .product-details h2,
    .content-page.products .product-details h3 {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .content-page.products .product-details h2,
    .content-page.products .product-details h3 {
      font-size: 15px;
      margin: 15px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.products .product-details h2,
    .content-page.products .product-details h3 {
      font-size: 14px;
      margin: 14px 0; } }

.content-page.products .product-details h4, .content-page.products .product-details h5, .content-page.products .product-details h6 {
  font-size: 18px;
  color: #555555;
  margin: 1rem 0; }
  @media screen and (max-width: 1440px) {
    .content-page.products .product-details h4, .content-page.products .product-details h5, .content-page.products .product-details h6 {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .content-page.products .product-details h4, .content-page.products .product-details h5, .content-page.products .product-details h6 {
      font-size: 16px;
      margin: 16px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.products .product-details h4, .content-page.products .product-details h5, .content-page.products .product-details h6 {
      font-size: 14px;
      margin: 14px 0; } }

.content-page.products .product-details p,
.content-page.products .product-details span {
  font-size: 1rem;
  color: #777777;
  line-height: 1.75;
  text-indent: 2rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1440px) {
    .content-page.products .product-details p,
    .content-page.products .product-details span {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .content-page.products .product-details p,
    .content-page.products .product-details span {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .content-page.products .product-details p,
    .content-page.products .product-details span {
      font-size: 12px; } }

.content-page.products .product-details ul, .content-page.products .product-details ol {
  margin: 1rem 0; }
  .content-page.products .product-details ul li,
  .content-page.products .product-details ul li a, .content-page.products .product-details ol li,
  .content-page.products .product-details ol li a {
    font-size: 1.0rem;
    line-height: 2;
    padding-left: 2rem;
    color: #555555; }
    @media screen and (max-width: 1440px) {
      .content-page.products .product-details ul li,
      .content-page.products .product-details ul li a, .content-page.products .product-details ol li,
      .content-page.products .product-details ol li a {
        font-size: 14px;
        padding-left: 28px; } }
    @media screen and (max-width: 767px) {
      .content-page.products .product-details ul li,
      .content-page.products .product-details ul li a, .content-page.products .product-details ol li,
      .content-page.products .product-details ol li a {
        font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .content-page.products .product-details ul li,
      .content-page.products .product-details ul li a, .content-page.products .product-details ol li,
      .content-page.products .product-details ol li a {
        font-size: 12px; } }

.main-wrapper.sidebar-structure.mt-2rem {
  margin-top: 2rem; }

.products.single .nav-tabs {
  margin: 0 0 2rem !important;
  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; }
  .products.single .nav-tabs > li {
    width: 25%;
    height: 48px;
    position: relative;
    background-color: #f8f8f8;
    padding-left: 0 !important; }
    .products.single .nav-tabs > li > a {
      font-size: 16px;
      font-size: 18px;
      font-weight: 600;
      color: #555555;
      width: 100%;
      height: 100%;
      padding: 0;
      padding-left: 0 !important;
      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; }
  .products.single .nav-tabs > li.active {
    background-color: #1F7BD3; }
    .products.single .nav-tabs > li.active:after {
      position: absolute;
      content: '';
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      border-top: 10px solid #1F7BD3;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent; }
    .products.single .nav-tabs > li.active > a {
      color: #ffffff; }
      .products.single .nav-tabs > li.active > a .icon {
        background-position-y: 0%; }

.products.single .tab-content-wrapper {
  min-height: 480px; }
  .products.single .tab-content-wrapper table {
    border: 1px solid #aaaaaa;
    border-bottom: none;
    border-right: none;
    min-width: 100%; }
    .products.single .tab-content-wrapper table tr {
      border-bottom: 1px solid #aaaaaa; }
      .products.single .tab-content-wrapper table tr td {
        border-right: 1px solid #aaaaaa;
        text-align: left;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        color: #777777;
        line-height: 1.5;
        width: auto;
        min-width: 120px;
        line-height: 2;
        line-height: 1.75; }
        .products.single .tab-content-wrapper table tr td:nth-of-type(1) {
          color: #555555; }
    .products.single .tab-content-wrapper table tr:first-of-type,
    .products.single .tab-content-wrapper table tr.blue-row {
      font-size: 1.25rem;
      color: #2b2b2b;
      background-color: #4294E3; }
      .products.single .tab-content-wrapper table tr:first-of-type td,
      .products.single .tab-content-wrapper table tr.blue-row td {
        padding: 0.75rem 1rem;
        color: #ffffff; }

.content-page.cases .main-content {
  margin-bottom: 6rem; }

.content-page.cases .cases-list {
  margin-top: 4rem;
  margin-bottom: -2rem;
  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% - 4rem) / 3);
    margin: 0 2rem 2rem 0;
    transition: all 0.35s ease; }
    .content-page.cases .cases-list .item:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
      transform: translateY(-4px);
      -webkit-transform: translateY(-4px); }
    .content-page.cases .cases-list .item:nth-of-type(3n) {
      margin-right: 0; }
    .content-page.cases .cases-list .item a {
      display: block;
      width: 100%; }
    .content-page.cases .cases-list .item .img {
      width: 100%;
      height: 250px;
      overflow: hidden; }
      .content-page.cases .cases-list .item .img img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 100%;
        z-index: -1; }
      .content-page.cases .cases-list .item .img div {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.45s ease; }
    .content-page.cases .cases-list .item .intro {
      padding: 4px 8px 16px;
      background-color: #f8f8f8;
      transition: all 0.35s ease; }
      .content-page.cases .cases-list .item .intro p {
        color: #777777;
        transition: all 0.35s ease;
        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; }
    .content-page.cases .cases-list .item .title {
      background-color: #f8f8f8;
      transition: all 0.35s ease; }
      .content-page.cases .cases-list .item .title h4 {
        text-align: center;
        line-height: 36px;
        text-align: center;
        margin: 0;
        font-size: 16px;
        color: #282828;
        font-weight: 400;
        transition: all 0.35s ease; }
  .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: #1F7BD3; }
    .content-page.cases .cases-list .item:hover .title h4 {
      color: #ffffff; }
  .content-page.cases .cases-list .item:hover .intro {
    background-color: #1F7BD3; }
    .content-page.cases .cases-list .item:hover .intro p {
      color: #ffffff; }

.content-page.cases .case-details h2.case-title {
  margin: 0 0 2rem;
  line-height: 1.75;
  text-align: center;
  font-size: 24px;
  color: #333333; }

.content-page.cases .case-details p.pubdate {
  margin: 2rem 0;
  text-align: right;
  font-size: 14px;
  color: #555555;
  text-align: center;
  font-weight: 400; }

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

.content-page.cases .case-details .details-content h1 {
  color: #282828;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-size: 22px; }
  @media screen and (max-width: 767px) {
    .content-page.cases .case-details .details-content h1 {
      font-size: 18px;
      margin: 18px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.cases .case-details .details-content h1 {
      font-size: 16px;
      margin: 16px 0; } }

.content-page.cases .case-details .details-content h2,
.content-page.cases .case-details .details-content h3 {
  color: #333333;
  margin: 1.5rem 0;
  font-size: 20px; }
  @media screen and (max-width: 1440px) {
    .content-page.cases .case-details .details-content h2,
    .content-page.cases .case-details .details-content h3 {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .content-page.cases .case-details .details-content h2,
    .content-page.cases .case-details .details-content h3 {
      font-size: 15px;
      margin: 15px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.cases .case-details .details-content h2,
    .content-page.cases .case-details .details-content h3 {
      font-size: 14px;
      margin: 14px 0; } }

.content-page.cases .case-details .details-content h4, .content-page.cases .case-details .details-content h5, .content-page.cases .case-details .details-content h6 {
  font-size: 18px;
  color: #555555;
  margin: 1rem 0; }
  @media screen and (max-width: 1440px) {
    .content-page.cases .case-details .details-content h4, .content-page.cases .case-details .details-content h5, .content-page.cases .case-details .details-content h6 {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .content-page.cases .case-details .details-content h4, .content-page.cases .case-details .details-content h5, .content-page.cases .case-details .details-content h6 {
      font-size: 16px;
      margin: 16px 0; } }
  @media screen and (max-width: 480px) {
    .content-page.cases .case-details .details-content h4, .content-page.cases .case-details .details-content h5, .content-page.cases .case-details .details-content h6 {
      font-size: 14px;
      margin: 14px 0; } }

.content-page.cases .case-details .details-content p,
.content-page.cases .case-details .details-content span {
  font-size: 1rem;
  color: #777777;
  line-height: 1.75;
  text-indent: 2rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1440px) {
    .content-page.cases .case-details .details-content p,
    .content-page.cases .case-details .details-content span {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .content-page.cases .case-details .details-content p,
    .content-page.cases .case-details .details-content span {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .content-page.cases .case-details .details-content p,
    .content-page.cases .case-details .details-content span {
      font-size: 12px; } }

.content-page.cases .case-details .details-content ul, .content-page.cases .case-details .details-content ol {
  margin: 1rem 0; }
  .content-page.cases .case-details .details-content ul li,
  .content-page.cases .case-details .details-content ul li a, .content-page.cases .case-details .details-content ol li,
  .content-page.cases .case-details .details-content ol li a {
    font-size: 1.0rem;
    line-height: 2;
    padding-left: 2rem;
    color: #555555; }
    @media screen and (max-width: 1440px) {
      .content-page.cases .case-details .details-content ul li,
      .content-page.cases .case-details .details-content ul li a, .content-page.cases .case-details .details-content ol li,
      .content-page.cases .case-details .details-content ol li a {
        font-size: 14px;
        padding-left: 28px; } }
    @media screen and (max-width: 767px) {
      .content-page.cases .case-details .details-content ul li,
      .content-page.cases .case-details .details-content ul li a, .content-page.cases .case-details .details-content ol li,
      .content-page.cases .case-details .details-content ol li a {
        font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .content-page.cases .case-details .details-content ul li,
      .content-page.cases .case-details .details-content ul li a, .content-page.cases .case-details .details-content ol li,
      .content-page.cases .case-details .details-content ol li a {
        font-size: 12px; } }

.content-page.solutions .main-content {
  margin-bottom: 6rem; }

.content-page.solutions .solutions-list {
  margin-top: 4rem;
  min-height: 480px; }

.content-page.contact .contact-content {
  margin-bottom: 2rem; }
  .content-page.contact .contact-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.contact .contact-content .flex-wrapper .form {
      width: calc((100% - 52px) / 2);
      padding: 2rem 0; }
    .content-page.contact .contact-content .flex-wrapper .info {
      width: calc((100% - 52px) / 2);
      padding: 2rem 0; }
    .content-page.contact .contact-content .flex-wrapper .form > h2,
    .content-page.contact .contact-content .flex-wrapper .info > h2 {
      margin: 0 0 2rem;
      font-size: 24px;
      position: relative;
      padding-left: 2rem;
      line-height: 1;
      color: #1F7BD3;
      text-align: left; }
      .content-page.contact .contact-content .flex-wrapper .form > h2:after,
      .content-page.contact .contact-content .flex-wrapper .info > h2:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 80%;
        left: 0;
        top: 14%;
        background-color: #1F7BD3; }
    .content-page.contact .contact-content .flex-wrapper .form > p,
    .content-page.contact .contact-content .flex-wrapper .info > p {
      font-size: 1rem;
      margin: 0 0 2rem;
      color: #282828; }
  .content-page.contact .contact-content form {
    margin: 2rem 0; }
    .content-page.contact .contact-content form .input-wrapper {
      margin-bottom: 2rem; }
      .content-page.contact .contact-content form .input-wrapper label {
        color: #282828;
        font-size: 15px;
        display: inline-block;
        margin: 0 0 1rem;
        font-weight: 400; }
        .content-page.contact .contact-content form .input-wrapper label span {
          color: #1F7BD3; }
      .content-page.contact .contact-content form .input-wrapper input,
      .content-page.contact .contact-content 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 .contact-content form .input-wrapper input:focus,
        .content-page.contact .contact-content form .input-wrapper textarea:focus {
          border-color: #1F7BD3; }
      .content-page.contact .contact-content form .input-wrapper textarea {
        width: 100%;
        height: 160px;
        resize: none; }
      .content-page.contact .contact-content form .input-wrapper button {
        padding: 0;
        margin: 0;
        width: 120px;
        height: 36px;
        border-radius: 36px;
        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: 14px;
        color: #1F7BD3;
        background-color: #1F7BD3;
        transition: all 0.25s ease;
        border: 1px solid #1F7BD3;
        margin: 0;
        color: #ffffff; }
        .content-page.contact .contact-content form .input-wrapper button:hover {
          background-color: #4294E3;
          color: #ffffff;
          border-color: #4294E3;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .content-page.contact .contact-content .info ul {
    margin: 2rem 0; }
    .content-page.contact .contact-content .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 .contact-content .info ul li:last-of-type {
        margin-bottom: 0; }
      .content-page.contact .contact-content .info ul li div.icon {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem; }
        .content-page.contact .contact-content .info ul li div.icon i {
          color: #282828;
          font-size: 1.5rem;
          color: #aaaaaa; }
      .content-page.contact .contact-content .info ul li div {
        font-size: 1rem;
        color: #282828;
        line-height: 1.5;
        color: #777777;
        font-weight: 400; }
  .content-page.contact .contact-content #map_container .amap-adcontent-body {
    border: none;
    box-shadow: none; }
  .content-page.contact .contact-content #map_container #info_window {
    padding: 0.75rem; }
    .content-page.contact .contact-content #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 .contact-content #map_container #info_window .info-content {
      font-size: 1.0rem;
      line-height: 1.75; }
      .content-page.contact .contact-content #map_container #info_window .info-content i {
        color: #4294E3;
        margin-right: 0.25rem; }

@media screen and (max-width: 767px) {
  .more-btn {
    margin: 2rem 0 0; }
  .page-home,
  .content-page {
    margin-top: 48px; }
  .section-title h2 {
    font-size: 24px; }
  .section-title h3 {
    font-size: 16px; }
  .section-title {
    margin: 0 0 1rem; }
  .banner-content {
    height: 180px; }
  .banner-content .wrapper h1 {
    font-size: 24px;
    margin-left: 1rem; }
  .banner-content .wrapper {
    padding-top: 100px; }
  .banner-content .wrapper h1:after {
    bottom: -1rem; }
  .crumb {
    display: block;
    min-height: unset; }
  .crumb .flex-wrapper {
    padding: 1rem 0 0; }
  .crumb .page-location ul li,
  .crumb .page-location ul li a {
    font-size: 13px; }
  .crumb .page-location {
    font-size: 13px;
    padding-left: 1rem; }
  .main-wrapper.sidebar-structure {
    margin-top: 2rem; }
  .main-wrapper.sidebar-structure > .sidebar {
    width: 100%;
    margin: 0 0 1rem;
    display: none; }
  .main-wrapper.sidebar-structure > .content-wrapper {
    width: 100%;
    margin: 0 0 1rem; }
  h2.none-title {
    font-size: 24px; }
  .crumb .page-nav ul li a {
    font-size: 13px;
    padding: 0;
    line-height: 32px;
    width: 100%;
    text-align: center; }
  .crumb .page-nav {
    margin: 1rem 0 0;
    width: 100%; }
  .crumb .page-nav ul {
    width: 100%; }
  .crumb .page-nav ul li {
    width: 25%; }
  .siblings ul li a {
    font-size: 13px; }
  .section-wrapper {
    padding: 2rem 1rem; }
  .page-home,
  .content-page {
    margin-bottom: 64px; } }

@media screen and (max-width: 767px) {
  header .header-top {
    position: absolute;
    left: 0;
    width: 100%; }
  header .navbar-brand > img {
    height: 40px;
    margin: 3px 1rem;
    display: none; }
    header .navbar-brand > img.logo-mobile {
      display: block; }
  header .header-top .slogan {
    padding: 0;
    margin-left: 1rem;
    position: absolute;
    left: 100px;
    top: 8px; }
  header .header-top .slogan:after {
    display: none; }
  header .header-top .slogan h2 {
    font-size: 1rem;
    display: inline;
    display: none;
    display: none; }
  header .header-top .slogan h3 {
    display: inline;
    color: #1F7BD3;
    font-size: 13px;
    font-weight: 600;
    display: none; }
  header .header-top .contact-info {
    position: absolute;
    left: 100px;
    margin-left: 1rem;
    top: 26px; }
  header .header-top .contact-info .icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    display: none; }
  header .header-top .contact-info .numbers h3 {
    font-size: 13px;
    display: inline;
    color: #aaaaaa;
    display: none; }
  header .header-top .contact-info .numbers h4 {
    font-size: 13px;
    display: inline;
    display: none; }
  header .header-top .flex-wrapper {
    border: none; }
  header .navbar-nav {
    margin: 0; }
  header .navbar-nav > li > a {
    padding: 0.75rem 0;
    text-align: center;
    font-size: 14px; }
  header .navbar-default .navbar-toggle {
    padding: 9px 6px;
    border-radius: 0;
    margin: 8px; }
  header .navbar-toggle .icon-bar {
    width: 18px; }
  header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px; } }

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

@media screen and (max-width: 767px) {
  .page-home section.solutions {
    padding-bottom: 1rem; }
  .page-home section.solutions .solutions-wrapper {
    margin-top: 1rem; }
  .page-home section.solutions .solutions-wrapper .item {
    height: 320px;
    margin: 0 0 1rem; }
  .page-home section.solutions .solutions-wrapper .item,
  .page-home section.solutions .solutions-wrapper .item.active {
    width: 100%; }
  .page-home section.solutions .solutions-wrapper .item.active .outter {
    margin: 0;
    height: 100%;
    box-shadow: none; }
  .page-home section.solutions .solutions-wrapper .item.active .content {
    padding-top: 2rem; }
  .page-home section.solutions .solutions-wrapper .item .content {
    padding-top: 2rem; }
  .page-home section.solutions .solutions-wrapper .item .title {
    margin: 0 0 1rem; }
  .page-home section.solutions .solutions-wrapper .item .title .icon {
    margin: 0 auto 1rem; }
  .page-home section.solutions .solutions-wrapper .item .content p:before {
    top: -5px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 1;
    visibility: visible; }
  .page-home section.solutions .solutions-wrapper .item .content p {
    opacity: 1;
    visibility: visible;
    padding: 0 2rem;
    text-align: center;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  .page-home section.solutions .solutions-wrapper .item .content .desc {
    padding: 0; }
  .page-home section.products .product-wrapper .types {
    width: 100%;
    margin: 1rem 0;
    order: 2;
    overflow: hidden;
    display: none; }
  .page-home section.products .product-wrapper .products {
    width: 100%; }
  .page-home section.products .products .top .part {
    width: 100%;
    margin: 0 0 1rem; }
  .page-home section.products .products .list {
    margin-bottom: -1rem;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .page-home section.products .products .list .item {
    width: calc((100% - 1rem) / 2);
    margin: 0 0 1rem !important; }
  .page-home section.products .products .list .item .img {
    height: auto; }
  section.about {
    padding: 0; }
  .page-home section.about .flex-wrapper {
    position: relative; }
  .page-home section.about {
    background-image: url(http://91huangdi.com/wp-content/themes/huangdi/assets/img/about-intro-img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 2rem 1rem; }
  .page-home section.about .flex-wrapper .img {
    display: none; }
  .page-home section.about .flex-wrapper .img,
  .page-home section.about .flex-wrapper .content {
    width: 100%; }
  .page-home section.about .flex-wrapper .content {
    padding: 0 1rem;
    background-color: transparent; }
  .page-home section.about .flex-wrapper .img {
    height: 580px; }
  .page-home section.about .flex-wrapper .content .wrapper {
    padding: 2rem 1rem;
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .page-home section.about .flex-wrapper .content h3 {
    font-size: 32px;
    margin: 0 0 1rem; }
  .page-home section.about .flex-wrapper .content h2 {
    font-size: 24px;
    margin: 0 0 1rem; }
  .page-home section.about .flex-wrapper .content .learn-more-btn a {
    font-size: 14px; }
  .page-home section.about .flex-wrapper .content .learn-more-btn {
    margin: 2rem 0 0; }
  .page-home section.advantages {
    padding-bottom: 0; }
  .page-home section.advantages .advantages-title {
    background-image: none !important;
    margin: 0 0 1rem; }
  .page-home section.advantages .advantages-title h2 {
    font-size: 24px;
    margin: 0 0 1rem; }
  .page-home section.advantages .advantages-title h2 strong {
    font-size: 30px; }
  .page-home section.advantages .advantages-title h3 {
    font-size: 18px; }
  .page-home section.advantages .advantages-part {
    margin: 0 0 1rem; }
  .page-home section.advantages .advantages-part .content,
  .page-home section.advantages .advantages-part .img {
    width: 100%; }
  .page-home section.advantages .advantages-part .img {
    margin: 1rem 0;
    order: 2; }
  .page-home section.advantages .advantages-part .content {
    padding: 0; }
  .page-home section.advantages .advantages-part .number span {
    font-size: 24px;
    line-height: 50px; }
  .page-home section.advantages .advantages-part .number {
    width: 50px;
    height: 50px;
    position: absolute; }
  .page-home section.advantages .advantages-part .content .part {
    position: relative; }
  .page-home section.advantages .advantages-part .details {
    width: 100%;
    padding-top: 0; }
  .page-home section.advantages .advantages-part .details h3 {
    font-size: 20px;
    padding-left: 56px; }
  .page-home section.advantages .advantages-part .details h4 {
    font-size: 16px;
    padding-left: 56px; }
  .page-home section.advantages .advantages-part .details p {
    font-size: 15px;
    line-height: 1.75; }
  .page-home section.advantages .advantages-part .img-1 div {
    height: 280px; }
  .page-home section.advantages .advantages-part .img-2 div {
    height: 280px; }
  .page-home section.why-choose-us .flex-wrapper .item {
    width: 100%;
    margin: 0 0 1rem; }
    .page-home section.why-choose-us .flex-wrapper .item:last-of-type {
      margin-bottom: 0; }
  .page-home section.why-choose-us .flex-wrapper .item .img {
    height: 200px; }
  .page-home section.why-choose-us .flex-wrapper .item .content h3 {
    font-size: 18px; }
  .page-home section.why-choose-us .flex-wrapper .item .content p {
    font-size: 14px;
    line-height: 1.5; }
  .page-home section.why-choose-us .flex-wrapper .item .content {
    padding: 1rem; }
  .page-home section.why-choose-us {
    padding-bottom: 2rem; }
  .page-home section.cases .cases-list {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .page-home section.cases .cases-list .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; }
  .page-home section.cases .cases-list .item .img {
    height: 120px; }
  .page-home section.cases .cases-list .item .title h4 {
    font-size: 15px;
    line-height: 1.75; }
  .page-home section.cases .cases-list .item .intro {
    padding: 0 0.5rem 0.5rem; }
  .page-home section.cases .cases-list .item .intro p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 21px;
    width: 100%;
    font-size: 13px;
    max-height: calc(2 * 21px + 1px);
    height: calc(2 * 21px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto; }
  .page-home section.news .flex-wrapper .news-img {
    width: 100%; }
  .page-home section.news .flex-wrapper .news-list {
    width: 100%;
    position: relative;
    z-index: 100; }
  .page-home section.news .flex-wrapper .news-img .wrapper .img {
    height: 240px; }
  .page-home section.news .flex-wrapper .news-img .wrapper .item {
    position: relative; }
  .page-home section.news .flex-wrapper .news-img .wrapper .info {
    height: 40px; }
  .page-home section.news .flex-wrapper .news-img .wrapper .info h4 {
    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; }
  .page-home section.news .flex-wrapper .news-img .wrapper .info a.details-btn {
    font-size: 14px;
    width: 100px;
    height: 40px; }
  .page-home section.news .flex-wrapper .news-list .item .pubdate span.date {
    font-size: 20px; }
  .page-home section.news .flex-wrapper .news-list .item .pubdate span.year {
    font-size: 16px; }
  .page-home section.news .flex-wrapper .news-list .item .pubdate {
    width: 60px; }
  .page-home section.news .flex-wrapper .news-list .item {
    padding: 1rem; }
  .page-home section.news .flex-wrapper .news-list .item .content {
    width: calc(100% - 76px); } }

@media screen and (max-width: 767px) {
  .content-page.products .product-list {
    padding: 0 1rem; }
  .content-page.products .product-list .item {
    width: 100%;
    margin: 0 0 1rem; }
  .content-page.products .product-list .item a {
    background-color: #f8f8f8; }
  .content-page.products .product-top-info {
    padding: 0 1rem; }
  .content-page.products .product-top-info .flex-wrapper .left {
    width: 100%; }
  .content-page.products .product-top-info .flex-wrapper .right {
    width: 100%;
    margin: 1rem 0 0; }
  .content-page.products .product-top-info .flex-wrapper .left .thumbs .slider.slider-nav .item {
    width: 64px !important;
    height: 64px; }
  .content-page.products .product-top-info .flex-wrapper .left .thumbs .navimg {
    width: 72px;
    height: auto;
    padding: 0; }
  .content-page.products .product-top-info .flex-wrapper .left .thumbs .preview {
    width: calc(100% - 88px); }
  .content-page.products .product-top-info h2.product-title {
    margin: 0 0 1rem; }
  .content-page.products .product-top-info .product-chat {
    position: relative;
    bottom: unset; }
  .content-page.products .product-top-info .product-chat .phone-number {
    width: 100%; }
  .content-page.products .product-top-info .product-chat > div a i {
    font-size: 24px; }
  .content-page.products .product-top-info .product-chat > div a {
    font-size: 16px;
    width: 200px;
    height: 48px;
    margin: 1rem auto; }
  .content-page.products .product-top-info .product-chat > div {
    margin: 0; }
  .content-page.products .product-top-info .product-chat {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .main-wrapper.sidebar-structure {
    padding: 0 1rem; }
  .content-page.products .product-top-info .flex-wrapper .right .fake-box {
    display: none !important; }
  .products.single .tab-content-wrapper table tr td {
    font-size: 13px; }
  .products .crumb .flex-wrapper {
    padding: 1rem 0; } }

@media screen and (max-width: 767px) {
  .content-page.cases .cases-list {
    margin-top: 2rem;
    padding: 0 1rem; }
  .content-page.cases .cases-list .item {
    width: 100%;
    margin: 0 0 1rem; }
  .content-page.cases .case-details h2.case-title {
    margin: 0 0 1rem;
    font-size: 20px;
    line-height: 1.5; }
  .single-case .crumb .flex-wrapper {
    padding: 1rem 0; } }

@media screen and (max-width: 767px) {
  .content-page.news .news-list .item {
    width: 100%;
    margin: 0 0 1rem; }
  .content-page.news .news-details h2.news-title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 1rem; }
  .content-page.news .news-details p.pubdate {
    margin: 1rem 0; }
  .content-page.news .crumb .flex-wrapper {
    padding: 1rem 0; }
  .single-news .crumb .page-location ul li:nth-of-type(3) {
    display: none; }
  .single-news .crumb .page-location ul li:nth-of-type(2) i {
    display: none; } }

@media screen and (max-width: 767px) {
  .content-page.about .about-content .flex-wrapper .img .wrapper:after {
    left: -1rem;
    bottom: -1rem; }
  .content-page.about .about-content .flex-wrapper .content {
    margin-top: 2rem; }
  .content-page.about .about-content .flex-wrapper .content p strong {
    font-size: 18px; }
  .content-page.about .about-content .flex-wrapper .content p {
    font-size: 14px;
    line-height: 1.75; }
  .content-page.about .concept-content .flex-wrapper {
    padding: 0 1rem; }
  .content-page.about .concept-content .flex-wrapper .img,
  .content-page.about .concept-content .flex-wrapper .content {
    width: 100%; }
  .content-page.about .concept-content .flex-wrapper .img {
    order: 1; }
  .content-page.about .concept-content .flex-wrapper .content {
    order: 2; }
  .content-page.about .concept-content .content .wrapper {
    padding: 1rem; }
  .content-page.about .concept-content .content h3 {
    font-size: 18px;
    margin: 0 0 2rem; }
  .content-page.about .concept-content .content h3:after {
    bottom: -20px; }
  .content-page.about .concept-content .content p {
    font-size: 14px;
    line-height: 1.75; }
  .content-page.about .concept-content .content .wrapper.align-right {
    padding: 1rem; }
  .content-page.about .concept-content .content .wrapper.align-right h3,
  .content-page.about .concept-content .content .wrapper.align-right p {
    text-align: left; }
  .content-page.about .concept-content .content .wrapper.align-right h3:after {
    left: 0;
    right: unset; }
  .content-page.about .culture-content .flex-wrapper .item {
    width: 100%; }
  .content-page.about .culture-content .flex-wrapper .item .icon {
    width: 150px;
    height: 150px; }
  .content-page.about .culture-content .flex-wrapper .item .icon div {
    width: 100px;
    height: 100px; }
  .content-page.about .culture-content .flex-wrapper .item {
    height: auto;
    padding: 1rem;
    margin: 0 0 1rem; }
    .content-page.about .culture-content .flex-wrapper .item:last-of-type {
      margin-bottom: 0; }
  .content-page.about .culture-content .flex-wrapper .item h3 {
    font-size: 18px; }
  .content-page.about .culture-content .flex-wrapper .item ul li {
    font-size: 14px; }
  .content-page.about .journey-content p {
    font-size: 14px; }
  .content-page.about .certificate-content .cert-list {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .content-page.about .certificate-content .cert-list .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem;
    height: auto; }
  .content-page.about .certificate-content .cert-list .item h4 {
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .content-page.contact .contact-content .flex-wrapper .info {
    width: 100%;
    padding: 0; }
  .content-page.contact .contact-content .flex-wrapper .form > h2,
  .content-page.contact .contact-content .flex-wrapper .info > h2 {
    font-size: 18px;
    margin: 0 0 1rem; }
  .content-page.contact .contact-content .info ul {
    margin: 1rem 0; }
  .content-page.contact .contact-content .info ul li div.icon {
    width: 20px;
    height: 20px; }
  .content-page.contact .contact-content .info ul li div {
    font-size: 15px; }
  .content-page.contact .contact-content .flex-wrapper .form {
    width: 100%;
    padding: 1rem 0; }
  .content-page.contact .contact-content form .input-wrapper {
    margin: 0 0 1rem; }
  .content-page.contact .contact-content form .input-wrapper input,
  .content-page.contact .contact-content form .input-wrapper textarea {
    font-size: 15px;
    padding: 10px; }
  .content-page.contact .contact-content form .input-wrapper textarea {
    height: 120px; }
  .content-page.contact .contact-content form {
    margin: 0; } }

.sidebar-toggle {
  display: none; }

@media screen and (max-width: 767px) {
  .main-wrapper.sidebar-structure {
    position: relative; }
  .main-wrapper.sidebar-structure > .sidebar {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 100;
    background-color: #ffffff;
    padding: 1rem 2rem 136px;
    width: 100%;
    display: block;
    height: 100vh;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
    .main-wrapper.sidebar-structure > .sidebar.toggled {
      transform: translateX(0);
      -webkit-transform: translateX(0); }
  .sidebar-toggle {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -32px;
    background-color: #4294E3;
    top: 36%;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    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-toggle i {
      color: #ffffff; }
      .sidebar-toggle i.ti-close {
        display: none; }
  .main-wrapper.sidebar-structure > .sidebar .head .icon {
    width: 32px;
    height: 32px; }
  .main-wrapper.sidebar-structure > .sidebar .head h2 {
    font-size: 18px; }
  .main-wrapper.sidebar-structure > .sidebar .head {
    padding: 10px; }
  .main-wrapper.sidebar-structure > .sidebar ul.type-nav > li > a {
    font-size: 14px; }
  .main-wrapper.sidebar-structure > .sidebar.toggled {
    overflow: auto; }
    .main-wrapper.sidebar-structure > .sidebar.toggled .sidebar-toggle {
      top: 1rem;
      right: 0;
      border-radius: 0; }
      .main-wrapper.sidebar-structure > .sidebar.toggled .sidebar-toggle i.ti-menu {
        display: none; }
      .main-wrapper.sidebar-structure > .sidebar.toggled .sidebar-toggle i.ti-close {
        display: block; } }

@media screen and (max-width: 480px) {
  .page-home section.solutions .solutions-wrapper .item .content p {
    padding: 0 1rem; } }
