@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: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", 微软雅黑, "SourceHanSansCN-Normal", 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: 120px; }

.section-title {
  margin: 0 0 36px; }
  .section-title h2,
  .section-title h3 {
    line-height: 1;
    margin: 0;
    text-align: center; }
    .section-title h2.light-text,
    .section-title h3.light-text {
      color: #ffffff; }
  .section-title h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: #dddddd; }
  .section-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: #282828;
    position: relative;
    margin: 0 0 24px; }
    .section-title h2:after {
      position: absolute;
      content: '';
      width: 32px;
      height: 4px;
      left: 50%;
      bottom: -14px;
      background-color: #014CA0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }

.content-page .section-title {
  margin: 0 0 30px; }
  .content-page .section-title h2 {
    font-size: 30px; }
    .content-page .section-title h2:after {
      width: 24px;
      height: 2px;
      bottom: -13px; }
  .content-page .section-title h3 {
    font-size: 14px; }

.types-wrapper {
  margin: 0 0 36px;
  text-align: center; }
  .types-wrapper ul {
    text-align: center; }
  .types-wrapper ul li {
    display: inline-block;
    margin: 0 36px 0 0; }
    .types-wrapper ul li:last-of-type {
      margin-right: 0; }
    .types-wrapper ul li span {
      display: inline-block;
      cursor: pointer;
      height: 36px;
      padding: 0 18px;
      font-size: 1rem;
      color: #777777;
      line-height: 1;
      border: 1px solid #eeeeee;
      background-color: #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
  .types-wrapper ul li.active span {
    color: #ffffff;
    background-color: #E70012;
    border-color: #E70012; }

.learn-more {
  text-align: center;
  margin: 36px 0 0; }
  .learn-more a {
    padding: 14px 18px;
    border: 1px solid #014CA0;
    font-size: 14px;
    color: #014CA0;
    line-height: 1;
    transition: all 0.25s ease;
    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; }
    .learn-more a i {
      margin-left: 6px;
      font-size: 14px;
      color: #014CA0;
      transition: all 0.25s ease; }
  .learn-more a:hover {
    background-color: #014CA0;
    color: #ffffff; }
    .learn-more a:hover i {
      color: #ffffff; }

.banner-home .swiper-button-prev,
.banner-home .swiper-container-rtl .swiper-button-next,
.banner-home .swiper-button-next,
.banner-home .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  outline: none; }

.banner-home .swiper-button-next,
.banner-home .swiper-button-prev {
  width: 64px;
  height: 64px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.25s ease; }
  @media screen and (max-width: 767px) {
    .banner-home .swiper-button-next,
    .banner-home .swiper-button-prev {
      width: 36px;
      height: 36px; } }
  .banner-home .swiper-button-next:hover,
  .banner-home .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.2); }
    .banner-home .swiper-button-next:hover i,
    .banner-home .swiper-button-prev:hover i {
      opacity: 1; }
  .banner-home .swiper-button-next i,
  .banner-home .swiper-button-prev i {
    font-size: 3rem;
    color: #ffffff;
    opacity: 0.6;
    transition: all 0.25s ease; }
    @media screen and (max-width: 767px) {
      .banner-home .swiper-button-next i,
      .banner-home .swiper-button-prev i {
        font-size: 1.25rem; } }

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

.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: 9px;
      height: 9px; } }

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

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

.banner-content {
  height: 360px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .banner-content .title {
    position: absolute;
    left: calc((100vw - 1200px) / 2);
    bottom: 0;
    width: 240px;
    height: 80px;
    background-color: #E70012; }
    .banner-content .title h1 {
      font-size: 36px;
      color: #ffffff;
      font-weight: 800;
      line-height: 80px;
      text-align: center;
      margin: 0;
      width: 100%; }

.section-wrapper {
  padding: 64px 0; }
  .section-wrapper.bg-gray {
    background-color: #f8f8f8; }
  .section-wrapper.pdbm-large {
    padding-bottom: 90px; }

.crumb {
  background-color: #ffffff;
  min-height: 48px;
  border-bottom: 1px solid #eeeeee;
  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;
    position: relative; }
    .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: #014CA0; }
  .crumb .page-nav ul li.active a {
    color: #014CA0; }
  .crumb .page-nav ul li.active:after {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: 3px;
    left: 20px;
    bottom: -1px;
    background-color: #014CA0; }
  .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; }

.product-details .crumb {
  border-bottom-color: transparent; }

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

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

.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: #014CA0;
      color: #014CA0; }
  .pagination.pagi-default .page-num.page-numbers:hover {
    background-color: transparent;
    color: #555555;
    border-color: #aaaaaa; }
  .pagination.pagi-default .page-numbers.current {
    background-color: #014CA0;
    border-color: #014CA0;
    color: #ffffff; }

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

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

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

header .header-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

header .header-nav-wrapper .header-top {
  margin: 1rem 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  header .header-nav-wrapper .header-top .icon {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  header .header-nav-wrapper .header-top .lang-select {
    border: 1px solid #eeeeee;
    width: 110px;
    cursor: pointer;
    position: relative; }
    header .header-nav-wrapper .header-top .lang-select .icon {
      width: 22px;
      height: 22px; }
    header .header-nav-wrapper .header-top .lang-select .wrapper {
      width: 100%;
      height: 30px;
      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; }
      header .header-nav-wrapper .header-top .lang-select .wrapper span {
        display: inline-block;
        line-height: 1;
        font-size: 14px;
        color: #aaaaaa;
        margin: 0 0 0 6px; }
    header .header-nav-wrapper .header-top .lang-select ul {
      transition: all 0.35s ease;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      display: none;
      border: 1px solid #eeeeee;
      background-color: #ffffff;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      z-index: 10;
      margin: 0 -1px;
      width: 110px; }
      header .header-nav-wrapper .header-top .lang-select ul li {
        border-bottom: 1px solid #eeeeee; }
        header .header-nav-wrapper .header-top .lang-select ul li:last-of-type {
          border-bottom: none; }
      header .header-nav-wrapper .header-top .lang-select ul img {
        display: block;
        width: 24px;
        height: 24px;
        margin: 0 4px 0 0; }
      header .header-nav-wrapper .header-top .lang-select ul a {
        font-size: 16px;
        color: #aaaaaa;
        padding: 6px 6px 6px 16px;
        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-nav-wrapper .header-top .lang-select ul a:hover {
          background-color: #014CA0;
          color: #ffffff; }
  header .header-nav-wrapper .header-top .lang-select:hover ul {
    display: block; }
  header .header-nav-wrapper .header-top .search-form {
    margin: 0 48px 0 0; }
    header .header-nav-wrapper .header-top .search-form form {
      height: 30px;
      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; }
      header .header-nav-wrapper .header-top .search-form form ::-webkit-input-placeholder {
        color: #a1a1a1 !important;
        opacity: 1.0; }
      header .header-nav-wrapper .header-top .search-form form ::placeholder {
        color: #a1a1a1 !important;
        opacity: 1.0; }
      header .header-nav-wrapper .header-top .search-form form ::-ms-input-placeholder {
        color: #a1a1a1 !important;
        opacity: 1.0; }
      header .header-nav-wrapper .header-top .search-form form ::-ms-input-placeholder {
        color: #a1a1a1 !important;
        opacity: 1.0; }
      header .header-nav-wrapper .header-top .search-form form input {
        width: 160px;
        height: 30px;
        border: 1px solid #eeeeee;
        padding: 0 10px;
        font-size: 14px;
        color: #777777;
        border-radius: 0px;
        outline: none; }
      header .header-nav-wrapper .header-top .search-form form button {
        width: 40px;
        height: 30px;
        background-color: #014CA0;
        border: none;
        border-radius: 0px;
        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; }
        header .header-nav-wrapper .header-top .search-form form button:hover {
          background-color: #0086E7; }
  header .header-nav-wrapper .header-top .contact-info {
    margin: 0 48px 0 0;
    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-nav-wrapper .header-top .contact-info .icon {
      margin: 0 8px 0 0; }
    header .header-nav-wrapper .header-top .contact-info span {
      display: inline-block;
      line-height: 1;
      font-size: 16px;
      color: #aaaaaa;
      margin: 0 8px 0 0; }
    header .header-nav-wrapper .header-top .contact-info strong {
      display: inline-block;
      line-height: 1;
      font-size: 16px;
      color: #014CA0;
      font-family: Arial;
      font-weight: 600; }

header .navbar-default .navbar-nav > li {
  position: relative; }

header .navbar-default .navbar-nav > li > a {
  line-height: 64px;
  font-size: 1rem;
  color: #282828;
  padding: 0 20px;
  position: relative; }

header .navbar-default .navbar-nav > li.active > a:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 3px;
  background-color: #014CA0; }

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #014CA0; }

header .navbar-default .navbar-nav > li.static {
  position: static; }

header .sub-menu {
  position: absolute;
  left: 0;
  min-width: 160px;
  background-color: #ffffff;
  left: 50%;
  transform: translate(-50%, 2rem);
  -webkit-transform: translate(-50%, 2rem);
  transition: all 0.35s ease;
  visibility: hidden;
  opacity: 0; }
  header .sub-menu .wrapper {
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

header ul.sub-menu-nav {
  width: 100%; }
  header ul.sub-menu-nav li {
    border-bottom: 1px solid #eeeeee; }
    header ul.sub-menu-nav li:last-of-type {
      border-bottom: none; }
  header ul.sub-menu-nav li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    font-size: 1rem;
    color: #777777;
    transition: all 0.15s ease; }
    header ul.sub-menu-nav li a:hover {
      color: #ffffff;
      background-color: #E70012; }

header .sub-menu.products {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  max-width: 1200px;
  left: calc((100vw - 1200px) / 2);
  border-top: 1px solid #eeeeee;
  transform: translate(0, 2rem);
  -webkit-transform: translate(0, 2rem); }
  header .sub-menu.products .wrapper {
    position: relative;
    display: none; }
    header .sub-menu.products .wrapper .types {
      width: 240px;
      background-color: #f7f8fb; }
    header .sub-menu.products .wrapper .contents {
      width: calc(100% - 240px); }
  header .sub-menu.products .types {
    padding: 1rem 0; }
    header .sub-menu.products .types ul li a {
      font-size: 15px;
      color: #777777;
      padding: 0 1rem;
      height: 182px;
      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 .sub-menu.products .types ul li a i {
        font-size: 14px;
        color: #777777; }
    header .sub-menu.products .types ul li.active a {
      background-color: #fff;
      color: #282828; }
      header .sub-menu.products .types ul li.active a i {
        color: #282828; }
  header .sub-menu.products .contents {
    position: relative; }
    header .sub-menu.products .contents .part {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      min-height: 400px;
      opacity: 0;
      transform: translateY(1rem);
      -webkit-transform: translateY(1rem);
      transition: all 0.25s ease;
      visibility: hidden; }
      header .sub-menu.products .contents .part.active {
        position: relative;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0); }
    header .sub-menu.products .contents .inner-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: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      header .sub-menu.products .contents .inner-wrapper .item {
        width: calc((100% - 8rem) / 5);
        margin: 0 2rem 1rem 0;
        padding: 0.5rem; }
        header .sub-menu.products .contents .inner-wrapper .item:nth-of-type(4n) {
          margin-right: 0; }
        header .sub-menu.products .contents .inner-wrapper .item a {
          display: block;
          width: 100%; }
        header .sub-menu.products .contents .inner-wrapper .item .img {
          overflow: hidden; }
        header .sub-menu.products .contents .inner-wrapper .item .img div {
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          transition: all 0.45s ease; }
        header .sub-menu.products .contents .inner-wrapper .item h4 {
          text-align: center;
          line-height: 1;
          font-size: 15px;
          color: #777777;
          margin: 10px 0 0;
          font-weight: 400;
          transition: all 0.35s ease; }
      header .sub-menu.products .contents .inner-wrapper .item:hover .img div {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }
      header .sub-menu.products .contents .inner-wrapper .item:hover h4 {
        color: #014CA0; }

header .navbar-default .navbar-nav > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0); }
  header .navbar-default .navbar-nav > li:hover .sub-menu .wrapper {
    display: block; }

header .navbar-default .navbar-nav > li:hover .sub-menu.products {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }
  header .navbar-default .navbar-nav > li:hover .sub-menu.products .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; }

header .lang-select-mb {
  display: none; }
  @media screen and (max-width: 767px) {
    header .lang-select-mb {
      width: 32px;
      height: 32px;
      border-radius: 32px;
      border: 1px solid #eeeeee;
      font-size: 12px;
      position: absolute;
      right: 4.5rem;
      top: 8px;
      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 {
  background-color: #333333;
  padding: 64px 0 0; }
  footer .copyright {
    background-color: #282828;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #777777;
    width: 100%;
    font-size: 14px; }
    footer .copyright a {
      margin-left: 4px;
      font-size: inherit;
      color: inherit; }
      footer .copyright a:hover {
        color: #ffffff; }
  footer .flex-wrapper {
    margin-bottom: 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: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .flex-wrapper .part h3 {
      line-height: 1;
      font-weight: 400;
      margin: 0 0 24px;
      font-size: 18px;
      color: #ffffff; }
    footer .flex-wrapper .part ul li {
      display: block;
      line-height: 1;
      margin: 0 0 12px;
      color: #ffffff;
      font-size: 14px; }
      footer .flex-wrapper .part ul li:last-of-type {
        margin-bottom: 0; }
      footer .flex-wrapper .part ul li a {
        display: inline-block;
        line-height: 1;
        color: #eeeeee;
        font-size: inherit; }
        footer .flex-wrapper .part ul li a:hover {
          color: #ffffff; }
    footer .flex-wrapper .part.qr-code h3 {
      text-align: right; }
    footer .flex-wrapper .part.contact h2 {
      line-height: 1;
      font-weight: 600;
      margin: 0 0 42px;
      font-size: 24px;
      color: #ffffff;
      position: relative; }
      footer .flex-wrapper .part.contact h2:after {
        position: absolute;
        content: '';
        width: 48px;
        height: 3px;
        background-color: #E70012;
        left: 0;
        bottom: -24px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
    footer .flex-wrapper .part.contact h4 {
      line-height: 1;
      margin: 0 0 24px;
      font-weight: 400;
      color: #ffffff;
      font-size: 13px; }
    footer .flex-wrapper .part.contact h3.tel {
      font-family: Arial;
      font-size: 24px;
      font-weight: 800;
      line-height: 1;
      color: #ffffff;
      margin: 0 0 18px; }
    footer .flex-wrapper .part.contact a.contact-btn {
      width: 120px;
      height: 40px;
      background-color: #014CA0;
      color: #ffffff;
      transition: all 0.35s ease;
      font-size: 15px;
      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 .part.contact a.contact-btn:hover {
        background-color: #014CA0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 1rem;
  background-color: #555555; }

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  margin: 0;
  color: #ffffff;
  text-align: center; }

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  height: 48px; }

#glightbox-body video {
  max-height: calc(100vh - 6rem - 54px); }

#glightbox-body img {
  max-height: calc(100vh - 6rem - 54px) !important; }

.page-home section.products {
  background-image: url("http://www.kawahlaser.com/wp-content/themes/jhhc/assets/img/backgrounds/bg-products.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .page-home section.products .products-wrapper {
    position: relative;
    min-height: 310px; }
    .page-home section.products .products-wrapper .part {
      display: none; }
      .page-home section.products .products-wrapper .part.active {
        display: block; }
    .page-home section.products .products-wrapper .wrapper {
      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-wrapper .wrapper .item {
        width: calc((100% - 120px) / 4);
        margin: 0 40px 0 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        transition: all 0.35s ease; }
        .page-home section.products .products-wrapper .wrapper .item:hover {
          transform: translateY(-4px);
          -webkit-transform: translateY(-4px);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); }
        .page-home section.products .products-wrapper .wrapper .item:nth-of-type(4n) {
          margin-right: 0; }
        .page-home section.products .products-wrapper .wrapper .item a {
          display: block;
          width: 100%; }
        .page-home section.products .products-wrapper .wrapper .item .img {
          width: 100%; }
          .page-home section.products .products-wrapper .wrapper .item .img div {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
        .page-home section.products .products-wrapper .wrapper .item .title {
          padding: 12px 16px;
          background-color: #f8f8f8;
          height: 40px;
          transition: all 0.25s ease;
          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-wrapper .wrapper .item .title h4 {
            text-align: left;
            line-height: 1;
            font-size: 15px;
            color: #777777;
            margin: 0;
            font-weight: 400;
            transition: all 0.25s ease; }
          .page-home section.products .products-wrapper .wrapper .item .title .icon {
            width: 30px;
            height: 30px;
            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.products .products-wrapper .wrapper .item .title .icon i {
              font-size: 15px;
              color: #777777;
              transition: all 0.25s ease; }
      .page-home section.products .products-wrapper .wrapper .item:hover .title {
        background-color: #014CA0; }
        .page-home section.products .products-wrapper .wrapper .item:hover .title h4 {
          color: #ffffff; }
        .page-home section.products .products-wrapper .wrapper .item:hover .title .icon i {
          color: #ffffff; }

.page-home section.applications {
  background-color: #ffffff; }
  .page-home section.applications .applications-list {
    margin-bottom: -24px;
    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.applications .applications-list .item {
      width: calc((100% - 72px) / 4);
      margin: 0 24px 24px 0;
      transition: all 0.35s ease; }
      .page-home section.applications .applications-list .item:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px); }
      .page-home section.applications .applications-list .item:nth-of-type(4n) {
        margin-right: 0; }
      .page-home section.applications .applications-list .item a {
        display: block;
        width: 100%; }
      .page-home section.applications .applications-list .item .img {
        overflow: hidden; }
      .page-home section.applications .applications-list .item .img div {
        transition: all 0.35s ease;
        width: 100%;
        height: 0;
        padding-bottom: 66.6666%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .page-home section.applications .applications-list .item .title {
        height: 36px;
        background-color: #f8f8f8;
        transition: all 0.25s ease; }
        .page-home section.applications .applications-list .item .title h4 {
          line-height: 36px;
          text-align: center;
          font-weight: 400;
          font-size: 15px;
          color: #282828;
          margin: 0;
          transition: all 0.25s ease; }
    .page-home section.applications .applications-list .item:hover .img div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .page-home section.applications .applications-list .item:hover .title {
      background-color: #014CA0; }
      .page-home section.applications .applications-list .item:hover .title h4 {
        color: #ffffff; }

.page-home section.about {
  padding: 0; }
  .page-home section.about .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.about .flex-wrapper .left,
    .page-home section.about .flex-wrapper .right {
      width: 50%;
      height: 560px; }
    .page-home section.about .flex-wrapper .left div {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .page-home section.about .flex-wrapper .right .wrapper {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding-top: 90px;
      padding-left: 48px;
      padding-right: calc((100vw - 1200px) / 2); }
    .page-home section.about .flex-wrapper .right .content p {
      font-size: 15px;
      color: #ffffff;
      line-height: 2;
      margin-bottom: 32px; }
    .page-home section.about .flex-wrapper .right .details {
      margin: 40px 0 0; }
      .page-home section.about .flex-wrapper .right .details a {
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        line-height: 30px;
        width: 100px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        text-align: center; }
        .page-home section.about .flex-wrapper .right .details a i {
          font-size: 14px;
          color: #ffffff;
          margin-left: 4px; }
    .page-home section.about .flex-wrapper .right .milestone {
      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; }
      .page-home section.about .flex-wrapper .right .milestone .part {
        margin: 0 36px 0 0;
        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.about .flex-wrapper .right .milestone .part:last-of-type {
          margin-right: 0; }
        .page-home section.about .flex-wrapper .right .milestone .part div {
          position: relative; }
        .page-home section.about .flex-wrapper .right .milestone .part strong {
          font-size: 56px;
          font-weight: 800;
          color: #ffffff;
          display: inline-block;
          position: relative;
          line-height: 1;
          margin: 0 10px 0 0;
          text-align: right; }
          .page-home section.about .flex-wrapper .right .milestone .part strong.partners {
            width: 138px; }
        .page-home section.about .flex-wrapper .right .milestone .part strong.num1 {
          width: 70px; }
        .page-home section.about .flex-wrapper .right .milestone .part strong.num2 {
          width: 138px; }
        .page-home section.about .flex-wrapper .right .milestone .part span {
          position: absolute;
          font-size: 20px;
          color: #ffffff;
          font-weight: 600;
          right: 0;
          top: -12px; }
        .page-home section.about .flex-wrapper .right .milestone .part p {
          font-size: 16px;
          color: #ffffff;
          line-height: 28px;
          margin: 0; }
    .page-home section.about .flex-wrapper .right .title {
      margin: 0 0 18px; }
      .page-home section.about .flex-wrapper .right .title h2 {
        margin: 0;
        line-height: 1;
        font-weight: 600;
        font-size: 24px;
        color: #ffffff; }
        .page-home section.about .flex-wrapper .right .title h2.en {
          text-transform: uppercase;
          color: #E70012;
          font-size: 36px;
          margin: 0 0 12px; }

.page-home section.advantages .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.advantages .flex-wrapper .item {
    width: 400px;
    position: relative;
    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.advantages .flex-wrapper .item span {
      position: absolute;
      display: block;
      width: 48px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      font-family: Arial;
      color: #aaaaaa;
      border-radius: 48px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
      left: 50%;
      top: 50%;
      z-index: 20;
      background-color: #ffffff;
      font-size: 30px;
      font-weight: 600;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transition: all 0.35s ease; }
    .page-home section.advantages .flex-wrapper .item .img,
    .page-home section.advantages .flex-wrapper .item .content {
      width: 100%;
      position: relative;
      z-index: 10; }
    .page-home section.advantages .flex-wrapper .item .img {
      overflow: hidden; }
    .page-home section.advantages .flex-wrapper .item .img div {
      width: 100%;
      height: 250px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      transition: all 0.45s ease; }
    .page-home section.advantages .flex-wrapper .item .content {
      background-color: #014CA0;
      padding: 36px 20px 0;
      height: 250px; }
      .page-home section.advantages .flex-wrapper .item .content h4,
      .page-home section.advantages .flex-wrapper .item .content h5 {
        text-align: center;
        line-height: 1;
        margin: 0; }
      .page-home section.advantages .flex-wrapper .item .content h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 12px;
        color: #ffffff; }
      .page-home section.advantages .flex-wrapper .item .content h5 {
        color: #aaaaaa;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0 0 8px;
        line-height: 1.75;
        font-size: 14px; }
      .page-home section.advantages .flex-wrapper .item .content p {
        font-size: 15px;
        color: #ffffff;
        line-height: 1.75; }
  .page-home section.advantages .flex-wrapper .item:nth-of-type(2) .img {
    order: 2; }
  .page-home section.advantages .flex-wrapper .item:nth-of-type(2) .content {
    order: 1; }
  .page-home section.advantages .flex-wrapper .item:hover .img div {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  .page-home section.advantages .flex-wrapper .item:hover span {
    background-color: #E70012;
    color: #ffffff; }

.page-home section.service {
  background-image: url("http://www.kawahlaser.com/wp-content/themes/jhhc/assets/img/backgrounds/bg-service.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 90px; }
  .page-home section.service .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; }
    .page-home section.service .flex-wrapper .item {
      width: 186px;
      height: 186px;
      border-radius: 186px;
      background-color: #eeeeee;
      padding: 3px;
      position: relative;
      transition: all 0.35s ease; }
      .page-home section.service .flex-wrapper .item:after {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 186px;
        left: 0;
        top: 0;
        z-index: 10;
        transition: all 0.35s ease;
        border: 3px solid #eeeeee;
        content: ''; }
      .page-home section.service .flex-wrapper .item .wrapper {
        width: 180px;
        height: 180px;
        border-radius: 180px;
        position: relative;
        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: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .page-home section.service .flex-wrapper .item .wrapper div {
          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;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
        .page-home section.service .flex-wrapper .item .wrapper strong {
          display: inline-block;
          width: 100%;
          line-height: 1;
          font-size: 32px;
          text-align: center;
          font-weight: 800;
          color: #B4000E;
          margin: 0 0 12px;
          transition: all 0.35s ease; }
        .page-home section.service .flex-wrapper .item .wrapper p {
          text-align: center;
          font-size: 18px;
          color: #777777;
          line-height: 1.5;
          display: inline-block;
          width: 100%;
          transition: all 0.35s ease; }
    .page-home section.service .flex-wrapper .item:nth-of-type(1):after {
      border-top: 3px solid #B4000E; }
    .page-home section.service .flex-wrapper .item:nth-of-type(2):after {
      border-right: 3px solid #B4000E; }
    .page-home section.service .flex-wrapper .item:nth-of-type(3):after {
      border-bottom: 3px solid #B4000E; }
    .page-home section.service .flex-wrapper .item:nth-of-type(4):after {
      border-left: 3px solid #B4000E; }
    .page-home section.service .flex-wrapper .item:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
    .page-home section.service .flex-wrapper .item:nth-of-type(1):hover:after {
      border-top: 3px solid #014CA0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .page-home section.service .flex-wrapper .item:nth-of-type(2):hover:after {
      border-right: 3px solid #014CA0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .page-home section.service .flex-wrapper .item:nth-of-type(3):hover:after {
      border-bottom: 3px solid #014CA0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .page-home section.service .flex-wrapper .item:nth-of-type(4):hover:after {
      border-left: 3px solid #014CA0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }

.page-home section.news .news-list {
  display: none;
  min-height: 420px; }

.page-home section.news .news-list.active {
  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.news .news-list.active .item {
    width: calc((100% - 48px) / 3);
    margin: 0 24px 0 0;
    transition: all 0.35s ease; }
    .page-home section.news .news-list.active .item:nth-of-type(3n) {
      margin-right: 0; }
    .page-home section.news .news-list.active .item a {
      display: block;
      width: 100%; }
    .page-home section.news .news-list.active .item .img {
      overflow: hidden; }
      .page-home section.news .news-list.active .item .img div {
        width: 100%;
        height: 260px;
        display: block;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.45s ease; }
    .page-home section.news .news-list.active .item ul li {
      margin: 0 0 24px;
      padding: 16px;
      height: 124px;
      background-color: #f8f8f8;
      transition: all 0.35s ease; }
      .page-home section.news .news-list.active .item ul li:last-of-type {
        margin-bottom: 0; }
      .page-home section.news .news-list.active .item ul li p {
        color: #777777;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 22px;
        width: 100%;
        font-size: 15px;
        max-height: calc(2 * 22px + 1px);
        height: calc(2 * 22px + 1px);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: auto; }
    .page-home section.news .news-list.active .item .content {
      width: 100%;
      height: 160px;
      background-color: #f8f8f8;
      position: relative;
      padding: 16px 16px 0;
      transition: all 0.35s ease; }
      .page-home section.news .news-list.active .item .content:after {
        position: absolute;
        content: '';
        left: 36px;
        top: -11px;
        border-bottom: 12px solid #f8f8f8;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        transition: all 0.35s ease; }
    .page-home section.news .news-list.active .item h4 {
      font-weight: 400;
      color: #282828;
      margin: 0 0 12px;
      transition: all 0.35s ease;
      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 .news-list.active .item span.pubdate {
      display: block;
      line-height: 1;
      font-size: 14px;
      color: #aaaaaa;
      margin: 0 0 8px;
      transition: all 0.35s ease; }
    .page-home section.news .news-list.active .item p {
      color: #777777;
      transition: all 0.35s ease;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      line-height: 22px;
      width: 100%;
      font-size: 15px;
      max-height: calc(3 * 22px + 1px);
      height: calc(3 * 22px + 1px);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      height: auto; }
  .page-home section.news .news-list.active .item:hover .img div {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  .page-home section.news .news-list.active .item:hover .content {
    background-color: #014CA0; }
    .page-home section.news .news-list.active .item:hover .content:after {
      border-bottom: 12px solid #014CA0; }
    .page-home section.news .news-list.active .item:hover .content h4,
    .page-home section.news .news-list.active .item:hover .content span.pubdate,
    .page-home section.news .news-list.active .item:hover .content p {
      color: #ffffff; }
  .page-home section.news .news-list.active .item:nth-of-type(1):hover,
  .page-home section.news .news-list.active .item:nth-of-type(2):hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px); }
  .page-home section.news .news-list.active .item ul li:hover {
    background-color: #014CA0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px); }
    .page-home section.news .news-list.active .item ul li:hover h4,
    .page-home section.news .news-list.active .item ul li:hover span.pubdate,
    .page-home section.news .news-list.active .item ul li:hover p {
      color: #ffffff; }

.about-page .about-content .flex-wrapper {
  padding: 0 4rem;
  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; }
  .about-page .about-content .flex-wrapper .img {
    width: 320px;
    position: relative; }
    .about-page .about-content .flex-wrapper .img:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0.5rem;
      right: -0.5rem;
      background-color: #eeeeee;
      z-index: 10; }
    .about-page .about-content .flex-wrapper .img img {
      display: block;
      width: 100%;
      position: relative;
      z-index: 20; }
  .about-page .about-content .flex-wrapper .content {
    width: calc(100% - 320px - 2rem); }
    .about-page .about-content .flex-wrapper .content p {
      font-size: 1rem;
      color: #777777;
      margin: 0 0 1rem;
      line-height: 1.75;
      text-indent: 2rem; }
      .about-page .about-content .flex-wrapper .content p:last-of-type {
        margin-bottom: 0; }
    .about-page .about-content .flex-wrapper .content .title {
      margin: 0 0 24px;
      border-bottom: 1px solid #eeeeee; }
      .about-page .about-content .flex-wrapper .content .title h2 {
        font-size: 24px;
        color: #B4000E;
        margin: 0;
        line-height: 1;
        padding-bottom: 1rem;
        display: inline-block;
        position: relative; }
        .about-page .about-content .flex-wrapper .content .title h2:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 4px;
          background-color: #B4000E;
          bottom: -1px;
          left: 0; }

.about-page .certificates-content .certificate-list {
  margin-bottom: -1.5rem;
  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; }
  .about-page .certificates-content .certificate-list .item {
    padding: 0.5rem;
    border: 1px solid #eeeeee;
    margin: 0 1.5rem 1.5rem 0;
    width: calc((100% - 4.5rem) / 4);
    transition: all 0.35s ease; }
    .about-page .certificates-content .certificate-list .item:hover {
      border-color: #B4000E; }
    .about-page .certificates-content .certificate-list .item:nth-of-type(4n) {
      margin-right: 0; }
    .about-page .certificates-content .certificate-list .item a {
      display: block;
      width: 100%; }
    .about-page .certificates-content .certificate-list .item .img-wrapper {
      display: block;
      width: 100%;
      height: 320px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .about-page .certificates-content .certificate-list .item .img-wrapper img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        margin: 0 auto;
        transition: all 0.45s ease; }
    .about-page .certificates-content .certificate-list .item h4 {
      text-align: center;
      margin: 6px 0 0;
      line-height: 1;
      font-size: 15px;
      color: #777777;
      font-weight: 400; }
  .about-page .certificates-content .certificate-list .item:hover .img-wrapper img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

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

.about-page .culture-content {
  background-image: url("http://www.kawahlaser.com/wp-content/themes/jhhc/assets/img/backgrounds/bg-culture.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px; }
  .about-page .culture-content .culture-list {
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about-page .culture-content .culture-list .item {
      width: 360px;
      margin: 0 2rem 2rem 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      transition: all 0.35s ease; }
      .about-page .culture-content .culture-list .item:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px); }
      .about-page .culture-content .culture-list .item:nth-of-type(3) {
        margin-right: 0; }
      .about-page .culture-content .culture-list .item:last-of-type {
        margin-right: 0; }
      .about-page .culture-content .culture-list .item .img {
        width: 100%;
        overflow: hidden; }
        .about-page .culture-content .culture-list .item .img div {
          display: block;
          width: 100%;
          height: 0;
          padding-bottom: 66.666666%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          transition: all 0.45s ease; }
      .about-page .culture-content .culture-list .item .content {
        padding: 1rem;
        background-color: #ffffff;
        transition: all 0.35s ease; }
        .about-page .culture-content .culture-list .item .content h4 {
          font-size: 18px;
          line-height: 1;
          margin: 0 0 8px;
          text-align: center;
          color: #282828;
          font-weight: 600;
          transition: all 0.35s ease; }
        .about-page .culture-content .culture-list .item .content p {
          text-align: center;
          font-size: 1rem;
          color: #777777;
          line-height: 1.75;
          transition: all 0.35s ease; }
    .about-page .culture-content .culture-list .item:hover .img div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .about-page .culture-content .culture-list .item:hover .content {
      background-color: #014CA0; }
      .about-page .culture-content .culture-list .item:hover .content h4,
      .about-page .culture-content .culture-list .item:hover .content p {
        color: #ffffff; }

.product-page .product-list {
  margin-bottom: -1.5rem;
  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; }
  .product-page .product-list .item {
    width: calc((100% - 4.5rem) / 4);
    margin: 0 1.5rem 1.5rem 0;
    position: relative;
    border: 1px solid #eeeeee; }
    .product-page .product-list .item:nth-of-type(4n) {
      margin-right: 0; }
    .product-page .product-list .item a {
      display: block;
      width: 100%; }
    .product-page .product-list .item .title {
      padding: 1rem 0;
      transition: all 0.35s ease;
      background-color: #eeeeee; }
      .product-page .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; }
    .product-page .product-list .item .img {
      overflow: hidden; }
    .product-page .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; }
  .product-page .product-list .item:hover {
    border-color: #014CA0; }
    .product-page .product-list .item:hover .img div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .product-page .product-list .item:hover .title {
      background-color: #014CA0; }
      .product-page .product-list .item:hover .title h4 {
        color: #ffffff; }

.product-details .top-info {
  margin-top: 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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-details .top-info > .carousel {
    width: 480px; }
  .product-details .top-info > .description {
    width: calc(100% - 480px - 48px);
    position: relative;
    height: 480px; }
    .product-details .top-info > .description .fake-box {
      position: absolute;
      left: 0;
      top: 0;
      width: 480px;
      height: 480px;
      opacity: 1; }
      @media screen and (max-width: 1366px) {
        .product-details .top-info > .description .fake-box {
          width: 400px;
          height: 400px; } }
      .product-details .top-info > .description .fake-box > div {
        width: 100%;
        height: 100%;
        background-color: #ffffff; }

.product-details .top-info .carousel img {
  width: auto;
  max-height: 560px;
  margin: 0 auto;
  max-width: 100%;
  display: block; }

.product-details .top-info .carousel .slider.slider-for {
  margin-bottom: -1px;
  border: 1px solid #eeeeee;
  border: none; }
  .product-details .top-info .carousel .slider.slider-for .item {
    outline: none; }
    .product-details .top-info .carousel .slider.slider-for .item:hover {
      cursor: zoom-in; }

.product-details .top-info .carousel .slider.slider-nav {
  width: 100%;
  position: relative;
  border: 1px solid #eeeeee;
  border: none;
  padding: 0 24px; }
  .product-details .top-info .carousel .slider.slider-nav .item {
    padding: 4px;
    outline: none;
    opacity: 1; }
    .product-details .top-info .carousel .slider.slider-nav .item img {
      max-width: 100%;
      padding: 4px;
      background-color: #f8f8f8;
      opacity: 0.45;
      border: 1px solid #aaaaaa; }
  .product-details .top-info .carousel .slider.slider-nav .item.slick-current img {
    opacity: 1; }
  .product-details .top-info .carousel .slider.slider-nav .slick-arrow {
    position: absolute;
    outline: none;
    border-radius: none;
    border: none;
    display: inline-block;
    width: 1.5rem;
    width: 20px;
    height: 3rem;
    height: calc(100% - 8px);
    background-color: #eeeeee;
    transition: all 0.25s ease;
    top: 50%;
    top: 4px;
    color: transparent; }
    .product-details .top-info .carousel .slider.slider-nav .slick-arrow i {
      display: block;
      line-height: 3rem;
      text-align: center;
      font-size: 1.0rem;
      color: #2b2b2b;
      transition: all 0.25s ease; }
    .product-details .top-info .carousel .slider.slider-nav .slick-arrow:hover {
      background-color: #cccccc; }
      .product-details .top-info .carousel .slider.slider-nav .slick-arrow:hover i {
        color: #555555; }
  .product-details .top-info .carousel .slider.slider-nav .slick-prev {
    left: -2.5rem;
    left: 0; }
  .product-details .top-info .carousel .slider.slider-nav .slick-next {
    right: -2.5rem;
    right: 0; }

.product-details .top-info .product-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeeee;
  position: relative; }
  .product-details .top-info .product-title h2 {
    font-size: 2.0rem;
    color: #555555;
    line-height: 1;
    margin: 0;
    color: #B4000E;
    font-weight: 600; }
  .product-details .top-info .product-title p.product-model {
    font-size: 1.5rem;
    color: #555555;
    line-height: 1; }

.product-details .top-info .application-area {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden; }
  .product-details .top-info .application-area ul li,
  .product-details .top-info .application-area ol li,
  .product-details .top-info .application-area p,
  .product-details .top-info .application-area div {
    font-size: 1rem;
    line-height: 1.75;
    color: #777777; }
    .product-details .top-info .application-area ul li:first-of-type,
    .product-details .top-info .application-area ol li:first-of-type,
    .product-details .top-info .application-area p:first-of-type,
    .product-details .top-info .application-area div:first-of-type {
      text-indent: 5rem; }
  .product-details .top-info .application-area strong {
    position: absolute;
    font-weight: 600;
    color: #282828;
    left: 0;
    top: 5px; }
  .product-details .top-info .application-area img,
  .product-details .top-info .application-area table,
  .product-details .top-info .application-area video,
  .product-details .top-info .application-area frame {
    display: none; }

.product-details .top-info .product-material {
  padding-bottom: 1.5rem;
  margin: 1.5rem 0;
  border-bottom: 1px solid #eeeeee;
  position: relative; }
  .product-details .top-info .product-material p {
    font-size: 1rem;
    color: #777777;
    line-height: 1.75; }
  .product-details .top-info .product-material strong {
    font-size: 1rem;
    font-weight: 600;
    color: #282828; }

.product-details .buttons {
  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-top: 3rem;
  position: absolute;
  left: 0;
  bottom: 1px; }
  .product-details .buttons a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    font-size: 15px;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
    line-height: 1;
    transition: all 0.25s ease;
    margin-right: 2rem;
    border-radius: 0; }
    .product-details .buttons a:hover {
      color: #ffffff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      background-color: #014CA0;
      border-color: #014CA0; }
  .product-details .buttons a:first-of-type i {
    font-size: 18px;
    margin: 0 0.5rem 0 0; }
  .product-details .buttons a:last-of-type {
    width: auto;
    font-size: 20px;
    color: #777777;
    background-color: transparent;
    border: none;
    cursor: auto; }
    .product-details .buttons a:last-of-type:hover {
      background-color: transparent;
      color: #777777;
      box-shadow: none; }
      .product-details .buttons a:last-of-type:hover i {
        color: #777777; }
    .product-details .buttons a:last-of-type i {
      font-size: 22px;
      margin: 0 0.5rem 0 0; }

.product-details .bottom-info {
  margin-top: 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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-details .bottom-info .recommend-posts {
    width: 300px;
    padding: 1rem;
    background-color: #f8f8f8; }
    .product-details .bottom-info .recommend-posts > h3 {
      text-align: center;
      margin: 0 0 1.5rem;
      font-size: 1.5rem;
      color: #282828;
      font-weight: 600; }
  .product-details .bottom-info .product-parameters {
    width: 100%;
    margin: 0 0 4rem; }
    .product-details .bottom-info .product-parameters .tab-wrapper {
      background-color: #eeeeee;
      position: relative;
      z-index: 100; }
      .product-details .bottom-info .product-parameters .tab-wrapper.affix {
        position: fixed;
        z-index: 1001;
        left: 0;
        top: 120px;
        width: 100%;
        padding-left: calc((100vw - 1200px) / 2);
        padding-right: calc((100vw - 1200px) / 2); }
    .product-details .bottom-info .product-parameters .nav-tabs {
      background-color: #eeeeee;
      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; }
      .product-details .bottom-info .product-parameters .nav-tabs > li {
        width: 25%;
        height: 48px;
        position: relative;
        background-color: #eeeeee; }
        .product-details .bottom-info .product-parameters .nav-tabs > li > a {
          font-size: 16px;
          font-size: 18px;
          font-weight: 600;
          color: #282828;
          width: 100%;
          height: 100%;
          padding: 0;
          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; }
      .product-details .bottom-info .product-parameters .nav-tabs > li.active {
        background-color: #014CA0; }
        .product-details .bottom-info .product-parameters .nav-tabs > li.active:after {
          position: absolute;
          content: '';
          left: 50%;
          top: 100%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          border-top: 10px solid #014CA0;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent; }
        .product-details .bottom-info .product-parameters .nav-tabs > li.active > a {
          color: #ffffff; }
          .product-details .bottom-info .product-parameters .nav-tabs > li.active > a .icon {
            background-position-y: 0%; }

.product-details .bottom-info .product-parameters .tab-content-wrapper {
  padding: 2rem 1rem; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper .wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 0 auto; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper a.download-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-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;
    width: 180px;
    height: 180px;
    position: relative;
    background-color: #0086E7;
    padding: 1rem;
    transition: all 0.25s ease; }
    .product-details .bottom-info .product-parameters .tab-content-wrapper a.download-link:hover {
      background-color: #014CA0; }
    .product-details .bottom-info .product-parameters .tab-content-wrapper a.download-link span {
      font-size: 1.25rem;
      color: #ffffff;
      line-height: 1.5;
      display: inline-block; }
    .product-details .bottom-info .product-parameters .tab-content-wrapper a.download-link i {
      font-size: 14px;
      color: #0086E7;
      margin-left: 0.5rem;
      position: absolute;
      font-size: 2rem;
      color: #ffffff;
      right: 1rem;
      bottom: 1rem; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper h2 {
    font-size: 1.75rem;
    margin: 2rem 0;
    font-weight: 800;
    color: #282828;
    line-height: 1.5; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0;
    color: #555555; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper h4 {
    font-size: 1.25rem;
    margin: 1.25rem 0;
    color: #777777; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper h3,
  .product-details .bottom-info .product-parameters .tab-content-wrapper h4 {
    font-weight: 600;
    font-family: 'webfont-bold';
    line-height: 1;
    padding-left: 1.5rem;
    border-left: 0.5rem solid #014CA0; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper ul li,
  .product-details .bottom-info .product-parameters .tab-content-wrapper ol li,
  .product-details .bottom-info .product-parameters .tab-content-wrapper p,
  .product-details .bottom-info .product-parameters .tab-content-wrapper span,
  .product-details .bottom-info .product-parameters .tab-content-wrapper div,
  .product-details .bottom-info .product-parameters .tab-content-wrapper a {
    font-size: 1rem;
    line-height: 1.75;
    color: #777777; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper ul,
  .product-details .bottom-info .product-parameters .tab-content-wrapper ol {
    margin: 0 0 1rem; }
    .product-details .bottom-info .product-parameters .tab-content-wrapper ul li,
    .product-details .bottom-info .product-parameters .tab-content-wrapper ol li {
      margin-bottom: 10px;
      margin-bottom: 0;
      line-height: 2; }
      .product-details .bottom-info .product-parameters .tab-content-wrapper ul li:last-of-type,
      .product-details .bottom-info .product-parameters .tab-content-wrapper ol li:last-of-type {
        margin-bottom: 0; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper p {
    margin: 0 0 1rem;
    margin: 0;
    line-height: 2; }
    .product-details .bottom-info .product-parameters .tab-content-wrapper p:last-of-type {
      margin-bottom: 0; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper p.strong {
    color: #282828;
    font-weight: 600;
    font-family: 'webfont-bold';
    font-size: 1.1em; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 1rem auto; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper table {
    border: 1px solid #aaaaaa;
    border-bottom: none;
    border-right: none;
    min-width: 100%; }
    .product-details .bottom-info .product-parameters .tab-content-wrapper table tr {
      border-bottom: 1px solid #aaaaaa; }
      .product-details .bottom-info .product-parameters .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; }
        @media screen and (max-width: 767px) {
          .product-details .bottom-info .product-parameters .tab-content-wrapper table tr td {
            font-size: 13px; } }
        .product-details .bottom-info .product-parameters .tab-content-wrapper table tr td:nth-of-type(1) {
          color: #555555; }
    .product-details .bottom-info .product-parameters .tab-content-wrapper table tr:first-of-type,
    .product-details .bottom-info .product-parameters .tab-content-wrapper table tr.blue-row {
      font-size: 1.25rem;
      color: #2b2b2b;
      background-color: #0086E7; }
      @media screen and (max-width: 767px) {
        .product-details .bottom-info .product-parameters .tab-content-wrapper table tr:first-of-type,
        .product-details .bottom-info .product-parameters .tab-content-wrapper table tr.blue-row {
          font-size: 16px; } }
      .product-details .bottom-info .product-parameters .tab-content-wrapper table tr:first-of-type td,
      .product-details .bottom-info .product-parameters .tab-content-wrapper table tr.blue-row td {
        padding: 0.75rem 1rem;
        color: #ffffff; }

.product-details .bottom-info .product-parameters .tab-content-wrapper #tab_3 .wrapper p strong {
  font-size: 1.15em;
  font-weight: 800;
  display: inline-block;
  margin: 0 0 0.5rem; }

.product-details .bottom-info .product-parameters .tab-content-wrapper #tab_3 .wrapper table {
  margin: 0 0 4rem; }

.product-details .bottom-info .product-parameters .tab-content-wrapper table tr:first-of-type td,
.product-details .bottom-info .product-parameters .tab-content-wrapper table tr:first-of-type td:nth-of-type(1),
.product-details .bottom-info .product-parameters .tab-content-wrapper table tr.blue-row td,
.product-details .bottom-info .product-parameters .tab-content-wrapper table tr.blue-row td:nth-of-type(1) {
  font-weight: 800; }

.product-details .recommend-posts {
  margin: 0 0 2rem; }

.product-details .recommend-posts .products-list .item {
  width: 100%;
  margin: 0 0 2rem;
  transition: all 0.35s ease; }
  .product-details .recommend-posts .products-list .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
  .product-details .recommend-posts .products-list .item .img {
    border-bottom: 1px solid #f8f8f8; }
  .product-details .recommend-posts .products-list .item .img a {
    display: block;
    width: 100%;
    overflow: hidden; }
    .product-details .recommend-posts .products-list .item .img a div {
      display: block;
      width: 100%;
      padding-bottom: 100%;
      height: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.45s ease; }
  .product-details .recommend-posts .products-list .item .wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-details .recommend-posts .products-list .item .img {
    width: 100%; }
  .product-details .recommend-posts .products-list .item .info {
    padding: 1rem;
    background-color: #ffffff;
    width: 100%;
    transition: all 0.35s ease;
    padding: 1rem; }
    .product-details .recommend-posts .products-list .item .info h3 {
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1;
      margin: 0;
      transition: all 0.35s ease; }

.product-details .recommend-posts .products-list .item:hover .img a div {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.product-details .recommend-posts .products-list .item:hover .info {
  background-color: #014CA0; }
  .product-details .recommend-posts .products-list .item:hover .info h3 {
    color: #ffffff; }
  .product-details .recommend-posts .products-list .item:hover .info p.product-model {
    color: #ffffff; }

.product-details .tab-content > .tab-pane {
  display: block; }

.anchor-wrapper {
  padding-bottom: 120px;
  margin-top: -120px;
  position: relative;
  z-index: 1; }

.related-products {
  overflow: unset !important; }
  .related-products .products-list {
    margin-bottom: -1.5rem;
    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; }
    .related-products .products-list .item {
      width: calc((100% - 4.5rem) / 4);
      margin: 0 1.5rem 1.5rem 0;
      position: relative;
      border: 1px solid #eeeeee; }
      .related-products .products-list .item:nth-of-type(4n) {
        margin-right: 0; }
      .related-products .products-list .item a {
        display: block;
        width: 100%; }
      .related-products .products-list .item .title {
        padding: 1rem 0;
        transition: all 0.35s ease;
        background-color: #eeeeee; }
        .related-products .products-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;
          padding-left: 0;
          border: none; }
      .related-products .products-list .item .img {
        overflow: hidden; }
      .related-products .products-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; }
    .related-products .products-list .item:hover {
      border-color: #014CA0; }
      .related-products .products-list .item:hover .img div {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }
      .related-products .products-list .item:hover .title {
        background-color: #014CA0; }
        .related-products .products-list .item:hover .title h4 {
          color: #ffffff; }

.product-page .samples-list {
  margin-bottom: -1.5rem;
  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; }
  .product-page .samples-list .item {
    width: calc((100% - 4.5rem) / 4);
    margin: 0 1.5rem 1.5rem 0; }
    .product-page .samples-list .item:nth-of-type(4n) {
      margin-right: 0; }
    .product-page .samples-list .item a {
      display: block;
      width: 100%;
      padding: 0.5rem;
      height: 100%;
      height: 320px;
      border: 1px solid #eeeeee;
      overflow: hidden;
      transition: all 0.25s ease; }
      .product-page .samples-list .item a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        width: auto;
        transition: all 0.45s ease;
        visibility: visible !important; }
    .product-page .samples-list .item h4 {
      margin: 10px 0 0;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      color: #777777;
      line-height: 1;
      border: none !important;
      padding: 0 !important;
      font-size: 15px !important;
      font-weight: 400 !important; }
  .product-page .samples-list .item:hover a {
    border-color: #014CA0; }
  .product-page .samples-list .item:hover a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.news-page .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; }
  .news-page .news-list .item {
    width: calc((100% - 4.5rem) / 4);
    margin: 0 1.5rem 1.5rem 0;
    border: 1px solid #eeeeee;
    transition: all 0.35s ease; }
    .news-page .news-list .item:nth-of-type(4n) {
      margin-right: 0; }
    .news-page .news-list .item .content {
      padding: 1rem;
      background-color: #ffffff;
      transition: all 0.25s ease; }
      .news-page .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; }
      .news-page .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; }
      .news-page .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; }
        .news-page .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; }
        .news-page .news-list .item .content .bottom span {
          font-size: 13px;
          color: #aaaaaa;
          display: inline-block;
          line-height: 1; }
    .news-page .news-list .item .img a {
      display: block;
      width: 100%;
      overflow: hidden; }
      .news-page .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; }
  .news-page .news-list .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
    .news-page .news-list .item:hover .img a div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .news-page .news-list .item:hover .content {
      background-color: #f8f8f8; }
      .news-page .news-list .item:hover .content .bottom a {
        border-color: #014CA0;
        color: #ffffff;
        background-color: #014CA0; }
        .news-page .news-list .item:hover .content .bottom a:hover {
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          background-color: #0086E7; }

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

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

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

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

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

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

.news-page .news-details .details-content p,
.news-page .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) {
    .news-page .news-details .details-content p,
    .news-page .news-details .details-content span {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .news-page .news-details .details-content p,
    .news-page .news-details .details-content span {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .news-page .news-details .details-content p,
    .news-page .news-details .details-content span {
      font-size: 12px; } }

.news-page .news-details .details-content ul, .news-page .news-details .details-content ol {
  margin: 1rem 0; }
  .news-page .news-details .details-content ul li,
  .news-page .news-details .details-content ul li a, .news-page .news-details .details-content ol li,
  .news-page .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) {
      .news-page .news-details .details-content ul li,
      .news-page .news-details .details-content ul li a, .news-page .news-details .details-content ol li,
      .news-page .news-details .details-content ol li a {
        font-size: 14px;
        padding-left: 28px; } }
    @media screen and (max-width: 767px) {
      .news-page .news-details .details-content ul li,
      .news-page .news-details .details-content ul li a, .news-page .news-details .details-content ol li,
      .news-page .news-details .details-content ol li a {
        font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .news-page .news-details .details-content ul li,
      .news-page .news-details .details-content ul li a, .news-page .news-details .details-content ol li,
      .news-page .news-details .details-content ol li a {
        font-size: 12px; } }

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

.news-details p.pubdate {
  margin: 2rem 0;
  text-align: right;
  font-size: 14px;
  color: #555555;
  text-align: center;
  font-weight: 400; }
  .news-details p.pubdate span {
    font-size: 14px;
    display: inline-block;
    color: #555555;
    margin-left: 2rem; }

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

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

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

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

.news-details .details-content p,
.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) {
    .news-details .details-content p,
    .news-details .details-content span {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .news-details .details-content p,
    .news-details .details-content span {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .news-details .details-content p,
    .news-details .details-content span {
      font-size: 12px; } }

.news-details .details-content ul, .news-details .details-content ol {
  margin: 1rem 0; }
  .news-details .details-content ul li,
  .news-details .details-content ul li a, .news-details .details-content ol li,
  .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) {
      .news-details .details-content ul li,
      .news-details .details-content ul li a, .news-details .details-content ol li,
      .news-details .details-content ol li a {
        font-size: 14px;
        padding-left: 28px; } }
    @media screen and (max-width: 767px) {
      .news-details .details-content ul li,
      .news-details .details-content ul li a, .news-details .details-content ol li,
      .news-details .details-content ol li a {
        font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .news-details .details-content ul li,
      .news-details .details-content ul li a, .news-details .details-content ol li,
      .news-details .details-content ol li a {
        font-size: 12px; } }

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

.service-page .service-content .part {
  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; }
  .service-page .service-content .part .img,
  .service-page .service-content .part .content {
    width: 50%; }
    .service-page .service-content .part .img img,
    .service-page .service-content .part .content img {
      display: block;
      width: 100%;
      height: auto;
      transition: all 0.45s ease; }
  .service-page .service-content .part .img {
    overflow: hidden; }
  .service-page .service-content .part .content {
    padding: 4rem;
    background-color: #f8f8f8; }
    .service-page .service-content .part .content p {
      font-size: 18px;
      line-height: 2;
      color: #777777; }
    .service-page .service-content .part .content h3 {
      font-size: 1.5rem;
      line-height: 1;
      font-weight: 600;
      color: #272727;
      position: relative;
      margin: 0 0 2rem; }
      .service-page .service-content .part .content h3:after {
        position: absolute;
        content: '';
        width: 0.5rem;
        height: 60%;
        top: 20%;
        left: -2rem;
        background-color: #E70012; }

.service-page .service-content .part:nth-of-type(2n + 1) .content {
  padding: 4rem;
  text-align: right; }
  .service-page .service-content .part:nth-of-type(2n + 1) .content h3:after {
    left: unset;
    right: -2rem; }

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

.service-page .contact-info-wrapper {
  margin: 2rem 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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .service-page .contact-info-wrapper .item {
    width: 276px;
    height: 276px;
    padding: 2rem;
    background-color: #f8f8f8;
    padding-top: 6rem;
    transition: all 0.35s ease;
    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: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .service-page .contact-info-wrapper .item .icon {
      background-image: url("http://www.kawahlaser.com/wp-content/themes/jhhc/assets/img/icons-service-contact.png");
      background-size: 400%;
      background-position-x: 0;
      background-position-y: 100%;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      margin: 0 auto 1rem;
      transition: all 0.35s ease; }
    .service-page .contact-info-wrapper .item p,
    .service-page .contact-info-wrapper .item a {
      display: inline-block;
      width: 100%;
      font-size: 1rem;
      color: #777777;
      line-height: 1.5;
      text-align: center;
      transition: all 0.35s ease; }
  .service-page .contact-info-wrapper .item:nth-of-type(2) .icon {
    background-position-x: 33.333333%; }
  .service-page .contact-info-wrapper .item:nth-of-type(3) .icon {
    background-position-x: 66.666666%; }
  .service-page .contact-info-wrapper .item:nth-of-type(4) .icon {
    background-position-x: 100%; }
  .service-page .contact-info-wrapper .item:hover {
    background-color: #B4000E;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
    .service-page .contact-info-wrapper .item:hover .icon {
      background-position-y: 0%; }
    .service-page .contact-info-wrapper .item:hover p,
    .service-page .contact-info-wrapper .item:hover a {
      color: #ffffff; }

.samples-page .samples-list {
  margin-bottom: -1.5rem;
  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; }
  .samples-page .samples-list .item {
    width: calc((100% - 4.5rem) / 4);
    margin: 0 1.5rem 1.5rem 0; }
    .samples-page .samples-list .item:nth-of-type(4n) {
      margin-right: 0; }
    .samples-page .samples-list .item a {
      display: block;
      width: 100%;
      padding: 0.5rem;
      height: 100%;
      height: 320px;
      border: 1px solid #eeeeee;
      overflow: hidden;
      transition: all 0.25s ease; }
      .samples-page .samples-list .item a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        width: auto;
        transition: all 0.45s ease; }
    .samples-page .samples-list .item h4 {
      margin: 10px 0 0;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      color: #777777;
      line-height: 1; }
  .samples-page .samples-list .item:hover a {
    border-color: #014CA0; }
  .samples-page .samples-list .item:hover a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.applications-page .applications-content .flex-wrapper {
  margin: 0 0 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; }
  .applications-page .applications-content .flex-wrapper .item {
    width: calc((100% - 4rem) / 3);
    margin: 0 2rem 2rem 0;
    transition: all 0.35s ease; }
    .applications-page .applications-content .flex-wrapper .item:nth-of-type(3n) {
      margin-right: 0; }
    .applications-page .applications-content .flex-wrapper .item a {
      display: block;
      width: 100%;
      overflow: hidden; }
      .applications-page .applications-content .flex-wrapper .item a .img {
        width: 100%;
        height: 0;
        padding-bottom: 66.6666%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        transition: all 0.45s ease; }
        .applications-page .applications-content .flex-wrapper .item a .img:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 10;
          background-color: rgba(0, 0, 0, 0.45);
          transition: all 0.35s ease; }
      .applications-page .applications-content .flex-wrapper .item a h3 {
        position: absolute;
        z-index: 20;
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        line-height: 1;
        transition: all 0.35s ease;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
  .applications-page .applications-content .flex-wrapper .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
    .applications-page .applications-content .flex-wrapper .item:hover a .img:after {
      background-color: rgba(0, 0, 0, 0.15); }
    .applications-page .applications-content .flex-wrapper .item:hover h3 {
      opacity: 0; }
    .applications-page .applications-content .flex-wrapper .item:hover a .img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }

.single-application .crumb {
  border-bottom: 1px solid #ffffff; }

.single-application .application-details {
  margin: 2rem 0 0; }
  .single-application .application-details .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; }
    .single-application .application-details .flex-wrapper .img {
      width: 480px; }
      .single-application .application-details .flex-wrapper .img img {
        display: block;
        max-width: 100%; }
    .single-application .application-details .flex-wrapper .content {
      width: calc(100% - 480px - 48px); }
      .single-application .application-details .flex-wrapper .content h2 {
        margin: 0 0 1.5rem;
        padding: 0 0 1.5rem;
        border-bottom: 1px solid #eeeeee;
        font-size: 2rem;
        color: #B4000E; }
      .single-application .application-details .flex-wrapper .content .desc p {
        font-size: 1rem;
        line-height: 1.75;
        color: #777777; }

.single-application .recommend-products {
  margin: 0 0 2rem; }
  .single-application .recommend-products h2 {
    font-size: 1.75rem;
    color: #282828;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #eeeeee; }

.single-application .product-list {
  margin-bottom: -1.5rem;
  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; }
  .single-application .product-list .item {
    width: calc((100% - 4.5rem) / 4);
    margin: 0 1.5rem 1.5rem 0;
    position: relative;
    border: 1px solid #eeeeee; }
    .single-application .product-list .item:nth-of-type(4n) {
      margin-right: 0; }
    .single-application .product-list .item a {
      display: block;
      width: 100%; }
    .single-application .product-list .item .title {
      padding: 1rem 0;
      transition: all 0.35s ease;
      background-color: #eeeeee; }
      .single-application .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; }
    .single-application .product-list .item .img {
      overflow: hidden; }
    .single-application .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; }
  .single-application .product-list .item:hover {
    border-color: #014CA0; }
    .single-application .product-list .item:hover .img div {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .single-application .product-list .item:hover .title {
      background-color: #014CA0; }
      .single-application .product-list .item:hover .title h4 {
        color: #ffffff; }

.amap-info-combo {
  display: none !important; }

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

.lang-en .product-details .top-info .application-area ul li:first-of-type,
.lang-en .product-details .top-info .application-area ol li:first-of-type,
.lang-en .product-details .top-info .application-area p:first-of-type,
.lang-en .product-details .top-info .application-area div:first-of-type {
  text-indent: 5.5rem; }

.lang-en header .sub-menu.products .contents .inner-wrapper .item h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 18px + 1px);
  height: calc(2 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto; }

.lang-en header ul.sub-menu-nav li a {
  font-size: 14px; }

.lang-en footer .flex-wrapper .part.contact h2 {
  text-transform: uppercase; }

.lang-en .crumb .page-location ul li,
.lang-en .crumb .page-location ul li a {
  font-size: 14px; }

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

.lang-en .banner-content .title {
  width: 320px; }

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

.lang-en .page-home section.about .flex-wrapper .right .milestone .part p {
  font-size: 14px;
  line-height: 21px; }

.lang-en .page-home section.about .flex-wrapper .right .milestone .part strong {
  font-size: 48px; }

.lang-en .page-home section.about .flex-wrapper .right .milestone .part strong.num2 {
  width: 105px; }

.lang-en .page-home section.advantages .flex-wrapper .item .content p {
  font-size: 14px;
  line-height: 1.4; }

.lang-en .page-home section.service .flex-wrapper .item .wrapper strong {
  font-size: 18px; }

.lang-en .page-home section.service .flex-wrapper .item .wrapper p {
  font-size: 14px; }

.lang-en .product-details .buttons a {
  width: 140px; }

.lang-en .crumb .page-location {
  font-size: 14px; }

.lang-en .service-page .service-content .part .content h3 {
  text-transform: capitalize; }

.lang-en .service-page .service-content .part .content p {
  font-size: 16px;
  line-height: 1.5; }

.lang-en .service-page .contact-info-wrapper .item:last-of-type {
  padding: 6rem 1rem 0; }
  .lang-en .service-page .contact-info-wrapper .item:last-of-type p {
    font-size: 14px;
    line-height: 1.4; }

.lang-en .news-page .news-list .item .content p {
  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; }

.lang-en .news-page .news-list .item .content .bottom a {
  font-size: 13px;
  padding: 0.5rem 1rem; }

.lang-en .about-page .about-content .flex-wrapper .content p {
  font-size: 15px;
  line-height: 1.5; }

.lang-en .about-page .culture-content .culture-list .item .content h4 {
  text-transform: capitalize; }

.lang-en .about-page .culture-content .culture-list .item .content p {
  font-size: 14px;
  line-height: 1.5; }

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

.lang-en .contact-page .contact-content .info ul li div {
  font-size: 14px;
  line-height: 1.4; }

.lang-en .contact-page .contact-content .info ul li {
  margin-bottom: 10px; }

.lang-en .contact-page .contact-content #map_container #info_window .info-title {
  font-size: 16px; }

.lang-en .contact-page .contact-content #map_container #info_window .info-content {
  font-size: 14px;
  line-height: 1.5; }

.lang-en .contact-page .contact-content .flex-wrapper .form > h2,
.lang-en .contact-page .contact-content .flex-wrapper .info > h2 {
  text-transform: capitalize; }

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

@media screen and (max-width: 767px) {
  footer {
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%; }
    footer .copyright,
    footer .flex-wrapper {
      display: none; }
  .footer-mb ul {
    background-color: #0086E7;
    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: #014CA0;
      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; }
  .footer-mb ul li a .icon {
    width: 28px;
    height: 28px; } }

@media screen and (max-width: 767px) {
  header .navbar-brand > img {
    height: 32px;
    margin: 8px 1rem; }
  header .navbar-default .navbar-brand {
    margin: 0 !important; }
  header .header-nav-wrapper .header-top {
    display: none; }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    width: 100%; }
  header .navbar-default .navbar-nav > li > a {
    line-height: 3;
    font-size: 14px;
    text-align: center;
    display: inline-block; }
  header .navbar-default .navbar-nav > li {
    text-align: center; }
  header .navbar-default .navbar-nav > li:hover .sub-menu {
    position: relative; }
  header ul.sub-menu-nav li a {
    font-size: 13px;
    line-height: 1;
    background-color: #f8f8f8; }
  header .navbar-default .navbar-nav > li.static {
    position: relative; }
  header .sub-menu.products .wrapper .contents {
    display: none; }
  header .sub-menu.products .wrapper .types {
    width: 100%;
    padding: 0; }
  header .sub-menu.products {
    position: relative;
    left: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  header .navbar-default .navbar-nav > li:hover .sub-menu.products {
    position: relative;
    left: unset;
    top: unset; }
  header .sub-menu.products .types ul li {
    text-align: center;
    border-bottom: 1px solid #eeeeee; }
    header .sub-menu.products .types ul li:last-of-type {
      border: none; }
  header .sub-menu.products .types ul li a {
    height: auto;
    padding: 1rem;
    font-size: 13px;
    line-height: 1;
    background-color: #f8f8f8;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    header .sub-menu.products .types ul li a i {
      display: none; }
  header .sub-menu.products .types ul li.active a {
    background-color: #f8f8f8; }
  header .sub-menu {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    left: 0; }
  header .navbar-default .navbar-nav > li:hover .sub-menu {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }

@media screen and (max-width: 767px) {
  .page-home,
  .content-page {
    margin-top: 50px;
    margin-bottom: 64px; }
  .section-title {
    margin: 0 0 20px; }
  .section-title h2 {
    font-size: 20px;
    margin: 0 0 20px; }
  .section-title h3 {
    font-size: 14px; }
  .section-title h2:after {
    height: 2px;
    bottom: -11px; }
  .types-wrapper {
    margin: 0 0 1rem; }
  .learn-more {
    margin: 1rem 0 0; }
  .learn-more a {
    font-size: 13px;
    padding: 10px; }
  .learn-more a i {
    font-size: 12px; }
  .banner-content {
    height: 200px; }
  .banner-content .title {
    left: 1rem;
    bottom: 1rem;
    width: auto;
    height: auto;
    padding: 1rem; }
  .banner-content .title h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0; }
  .section-wrapper {
    padding: 2rem 1rem; }
  .content-page .section-title h2 {
    font-size: 20px;
    margin: 0 0 20px; }
  .content-page .section-title h2:after {
    bottom: -11px; }
  .content-page .section-title {
    margin: 0 0 20px; } }

@media screen and (max-width: 767px) {
  .types-wrapper ul li span {
    font-size: 14px; }
  .page-home section.products .products-wrapper .wrapper {
    margin: 0 0 -1rem;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .page-home section.products .products-wrapper .wrapper .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; }
  .page-home section.products .products-wrapper .wrapper .item .title h4 {
    font-size: 14px;
    text-align: center;
    width: 100%; }
  .page-home section.products .products-wrapper .wrapper .item .title {
    padding: 6px; }
  .page-home section.products .products-wrapper .wrapper .item .title .icon {
    display: none; }
  .page-home section.applications .applications-list {
    margin-bottom: -1rem;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .page-home section.applications .applications-list .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; }
  .page-home section.applications .applications-list .item .title {
    padding: 6px;
    height: auto; }
  .page-home section.applications .applications-list .item .title h4 {
    font-size: 14px;
    line-height: 1;
    height: auto; }
  .page-home section.about .flex-wrapper .left,
  .page-home section.about .flex-wrapper .right {
    width: 100%;
    height: auto; }
  .page-home section.about .flex-wrapper .left {
    display: none; }
  .page-home section.about .flex-wrapper .right .wrapper {
    padding: 2rem 1rem; }
  .page-home section.about .flex-wrapper .right .title {
    margin: 0 0 1rem; }
  .page-home section.about .flex-wrapper .right .title h2.en {
    font-size: 24px; }
  .page-home section.about .flex-wrapper .right .title h2 {
    font-size: 18px; }
  .page-home section.about .flex-wrapper .right .title {
    margin: 0 0 14px; }
  .page-home section.about .flex-wrapper .right .content p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 1rem; }
  .page-home section.about .flex-wrapper .right .milestone {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .page-home section.about .flex-wrapper .right .milestone .part strong.num1,
  .page-home section.about .flex-wrapper .right .milestone .part strong.num2 {
    width: auto; }
  .page-home section.about .flex-wrapper .right .milestone .part strong {
    font-size: 24px; }
  .page-home section.about .flex-wrapper .right .milestone .part {
    margin: 0; }
  .page-home section.about .flex-wrapper .right .milestone .part p {
    font-size: 13px;
    line-height: 1.3; }
  .page-home section.about .flex-wrapper .right .details {
    margin: 1.5rem 0 0; }
  .page-home section.advantages .flex-wrapper .item {
    width: 100%;
    margin: 0 0 1rem; }
  .page-home section.advantages .flex-wrapper .item .content p {
    font-size: 14px; }
  .page-home section.advantages .flex-wrapper .item .content {
    padding: 2rem 1rem;
    height: auto; }
  .page-home section.advantages .flex-wrapper .item .img div {
    height: 200px; }
  .page-home section.advantages .flex-wrapper .item span {
    top: 200px; }
  .page-home section.advantages .flex-wrapper .item:nth-of-type(2) .img {
    order: 1; }
  .page-home section.service .flex-wrapper .item {
    margin: 0 auto 1rem; }
  .page-home section.service .flex-wrapper .item .wrapper strong {
    font-size: 20px; }
  .page-home section.service .flex-wrapper .item .wrapper p {
    font-size: 14px; }
  .page-home section.service .flex-wrapper .item .wrapper {
    width: 144px;
    height: 144px; }
  .page-home section.service .flex-wrapper .item {
    width: 150px;
    height: 150px; }
  .page-home section.service {
    padding-bottom: 1rem; }
  section.news .types-wrapper ul li {
    margin: 0 4px 0 0; }
    section.news .types-wrapper ul li span {
      height: 30px;
      padding: 0 10px; }
  .page-home section.news .news-list.active .item {
    width: 100%;
    margin: 0 0 1rem; }
    .page-home section.news .news-list.active .item:last-of-type {
      margin: 0; }
  .page-home section.news .news-list.active .item .img div {
    height: 200px; }
  .page-home section.news .news-list.active .item ul li {
    margin: 0 0 1rem; }
  .page-home section.news .news-list.active .item:last-of-type {
    display: none; } }

@media screen and (max-width: 767px) {
  .crumb .flex-wrapper .page-nav,
  .crumb .flex-wrapper .page-location {
    width: 100%; }
  .content-page.product-page .crumb .flex-wrapper .page-nav,
  .content-page.samples-page .crumb .flex-wrapper .page-nav {
    order: 2; }
  .crumb .page-location {
    padding: 10px 1rem;
    font-size: 13px; }
  .crumb .page-location ul li,
  .crumb .page-location ul li a {
    font-size: 13px; }
  .crumb .page-nav ul li a {
    font-size: 14px;
    padding: 0.75rem 1.25rem; }
  .crumb {
    border: none; }
  .crumb .page-nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .crumb .page-nav ul li.active:after {
    height: 2px; }
  .product-page .product-list {
    margin-top: -1rem;
    margin-bottom: 0; }
  .product-page .product-list .item {
    width: 100%;
    margin: 0 auto 1rem; }
  .product-page .product-list .item .title h4 {
    font-size: 14px; }
  .product-page .product-list .item .title {
    padding: 10px 0; }
  .product-details .top-info > .description {
    width: 100%;
    height: auto;
    padding: 1rem; }
  .product-details .top-info .product-title h2 {
    font-size: 18px; }
  .product-details .top-info .product-title {
    margin: 0 0 1rem;
    padding: 0 0 1rem; }
  .product-details .top-info .application-area ul li,
  .product-details .top-info .application-area ol li,
  .product-details .top-info .application-area p,
  .product-details .top-info .application-area div {
    font-size: 14px; }
  .product-details .top-info .application-area {
    padding-bottom: 1rem; }
  .product-details .top-info .product-material {
    padding-bottom: 1rem;
    margin: 1rem 0; }
  .product-details .top-info .product-material p {
    font-size: 14px; }
  .product-details .buttons {
    position: relative;
    margin: 1.5rem 0 0; }
  .product-details .buttons a:last-of-type {
    font-size: 16px; }
  .product-details .buttons a {
    margin: 0; }
  .product-details .buttons {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .product-details .bottom-info {
    margin-top: 1rem; }
  .product-details .bottom-info .product-parameters .nav-tabs > li > a {
    font-size: 16px; }
  .anchor-wrapper {
    padding-bottom: 50px;
    margin-top: -50px; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper {
    padding: 1rem; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper h3,
  .product-details .bottom-info .product-parameters .tab-content-wrapper h4 {
    font-size: 16px;
    margin: 1rem 0; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper ul li,
  .product-details .bottom-info .product-parameters .tab-content-wrapper ol li,
  .product-details .bottom-info .product-parameters .tab-content-wrapper p,
  .product-details .bottom-info .product-parameters .tab-content-wrapper span,
  .product-details .bottom-info .product-parameters .tab-content-wrapper div,
  .product-details .bottom-info .product-parameters .tab-content-wrapper a {
    font-size: 14px; }
  .product-page .samples-list {
    margin-bottom: -1rem;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .product-page .samples-list .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; }
  .product-page .samples-list .item h4 {
    font-size: 13px !important; }
  .product-page .samples-list .item a {
    height: 240px;
    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; }
  .related-products .products-list .item {
    width: 100%;
    margin: 0 0 1rem; }
  .related-products .products-list h4 {
    margin: 10px 0 0 !important; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper h3,
  .product-details .bottom-info .product-parameters .tab-content-wrapper h4 {
    font-size: 14px;
    margin: 1rem 0; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper .samples-list h4 {
    margin: 10px 0 0; }
  .related-products .products-list .item .title {
    padding: 10px 0; }
    .related-products .products-list .item .title h4 {
      margin: 0 !important; } }

@media screen and (max-width: 767px) {
  .samples-page .samples-list {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .samples-page .samples-list .item {
    width: 100%;
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; }
  .samples-page .samples-list .item a {
    height: 240px;
    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; }
  .samples-page .samples-list .item h4 {
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .applications-page .applications-content .flex-wrapper {
    margin-bottom: -1rem;
    margin-top: -1rem;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .applications-page .applications-content .flex-wrapper .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem; }
  .applications-page .applications-content .flex-wrapper .item a h3 {
    font-size: 14px; }
  .content-page.applications-page .crumb .container {
    width: 100%; }
  .single-application .application-details {
    margin-top: 1rem;
    padding: 0 1rem; }
  .single-application .application-details .flex-wrapper .img {
    width: 100%; }
  .single-application .application-details .flex-wrapper .content {
    width: 100%;
    margin: 1rem 0 0; }
  .single-application .application-details .flex-wrapper .content h2 {
    font-size: 18px;
    margin: 0 0 1rem;
    padding: 0 0 1rem; }
  .single-application .application-details .flex-wrapper .content .desc p {
    font-size: 14px; }
  .single-application .recommend-products {
    padding: 0 1rem;
    margin: 2rem 0 0; }
  .single-application .recommend-products h2 {
    font-size: 16px;
    margin: 0 0 1rem;
    padding: 0 0 1rem; }
  .single-application .product-list .item {
    width: 100%;
    margin: 0 0 1rem; }
  .single-application .product-list .item .title h4 {
    font-size: 14px; }
  .single-application .product-list .item .title {
    padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .content-page.service-page .crumb .container {
    width: 100%; }
  .service-page .service-content .part .img,
  .service-page .service-content .part .content {
    width: 100%; }
  .service-page .service-content .part .img {
    order: 1; }
  .service-page .service-content .part .content {
    padding: 1rem;
    order: 2; }
  .service-page .service-content .part .content h3 {
    font-size: 16px;
    margin: 0 0 1rem; }
  .service-page .service-content .part .content p {
    font-size: 14px;
    line-height: 1.75; }
  .service-page .service-content .part {
    margin: 0 0 1rem; }
  .service-page .service-content .part:nth-of-type(2n + 1) .content {
    padding: 1rem;
    text-align: left; }
  .service-page .service-content .part .content h3:after,
  .service-page .service-content .part:nth-of-type(2n + 1) .content h3:after {
    display: none; }
  .service-page .contact-info-wrapper {
    margin: 1rem 0 0;
    margin-bottom: -1rem; }
  .service-page .contact-info-wrapper .item {
    width: calc(50% - 0.5rem);
    padding: 1rem;
    margin: 0 0 1rem;
    height: auto;
    height: 160px; }
  .service-page .contact-info-wrapper .item p,
  .service-page .contact-info-wrapper .item a {
    font-size: 13px;
    line-height: 1.5; }
  .service-page .contact-info-wrapper .item .icon {
    width: 36px;
    height: 36px; } }

@media screen and (max-width: 767px) {
  .content-page.news-page .crumb .flex-wrapper .page-nav {
    order: 2; }
  .content-page.news-page .crumb .page-nav ul li a {
    padding: 0.75rem 8px; }
  .crumb .page-nav ul li.active:after {
    width: calc(100% - 16px);
    left: 8px; }
  .news-content {
    margin-top: -1rem; }
  .news-page .news-list .item {
    width: 100%;
    margin: 0 0 1rem; }
  .news-page .news-list .item .content .bottom a {
    font-size: 13px;
    padding: 8px; }
  .news-page .news-list .item .content p {
    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.news-page.news-details .crumb .container {
    width: 100%; }
  .content-page.news-page.news-details .crumb .flex-wrapper .page-nav {
    display: none; }
  .news-details h2.news-title {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 1rem; }
  .news-details p.pubdate {
    margin: 1rem 0;
    font-size: 13px; }
  .news-details .details-content p,
  .news-details .details-content span {
    font-size: 14px; }
  .siblings ul li a {
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  .content-page.about-page .crumb .flex-wrapper .page-nav {
    order: 2; }
  .content-page.about-page .about-content {
    margin-top: -1rem; }
  .about-page .about-content .flex-wrapper {
    padding: 0; }
  .about-page .about-content .flex-wrapper .img {
    display: none; }
  .about-page .about-content .flex-wrapper .content {
    width: 100%; }
  .about-page .about-content .flex-wrapper .content .title h2 {
    font-size: 16px; }
  .about-page .about-content .flex-wrapper .content .title {
    margin: 0 0 1rem; }
  .about-page .about-content .flex-wrapper .content p {
    font-size: 14px; }
  .about-page .culture-content .culture-list {
    margin-bottom: -1rem; }
  .about-page .culture-content .culture-list .item {
    width: 100%;
    margin: 0 0 1rem; }
  .about-page .culture-content .culture-list .item .content p {
    font-size: 14px; }
  .about-page .culture-content {
    padding-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .content-page.contact-page .crumb .container {
    width: 100%; }
  .contact-page .contact-content .flex-wrapper .info {
    width: 100%; }
  .contact-page .contact-content .flex-wrapper .form {
    width: 100%;
    margin-top: 1rem; }
  .contact-page .contact-content .flex-wrapper .form > h2,
  .contact-page .contact-content .flex-wrapper .info > h2 {
    font-size: 18px;
    margin: 0 0 1rem; }
  .contact-page .contact-content .info ul {
    margin: 1rem 0; }
  .contact-page .contact-content .info ul li {
    margin-bottom: 4px; }
  .contact-page .contact-content .info ul li div {
    font-size: 14px; }
  .contact-page .contact-content {
    margin-top: -1rem; }
  .contact-page .contact-content .flex-wrapper .form > p,
  .contact-page .contact-content .flex-wrapper .info > p {
    font-size: 14px;
    margin: 0 0 1rem; }
  .contact-page .contact-content form .input-wrapper label {
    margin: 0 0 8px; }
  .contact-page .contact-content form .input-wrapper input,
  .contact-page .contact-content form .input-wrapper textarea {
    font-size: 14px;
    padding: 8px; }
  .contact-page .contact-content form .input-wrapper {
    margin: 0 0 1rem; }
  .contact-page .contact-content form .input-wrapper textarea {
    height: 80px; }
  .contact-page .contact-content #map_container #info_window .info-content {
    font-size: 14px;
    line-height: 1.5; }
  .contact-page .contact-content #map_container #info_window .info-title {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .lang-en .types-wrapper ul li span {
    padding: 10px;
    font-size: 12px; }
  .lang-en .page-home section.about .flex-wrapper .right .milestone .part strong {
    font-size: 32px; }
  .lang-en .page-home section.about .flex-wrapper .right .milestone .part p {
    font-size: 12px; }
  .lang-en .page-home section.about .flex-wrapper .right .milestone .part strong.num2 {
    width: auto; }
  .lang-en .page-home section.about .flex-wrapper .right .milestone .part {
    margin: 0 0 10px; }
    .lang-en .page-home section.about .flex-wrapper .right .milestone .part:last-of-type {
      margin-bottom: 0; }
  .lang-en .page-home section.service .flex-wrapper .item .wrapper p {
    font-size: 12px; }
  .lang-en section.news .types-wrapper ul li {
    margin: 0 2px 0 0; }
  .lang-en section.news .types-wrapper ul li span {
    font-size: 12px;
    padding: 2px; }
  .lang-en .crumb .page-location ul li:last-of-type {
    display: none; }
  .lang-en .crumb .page-location ul li:nth-of-type(2) i {
    display: none; }
  .lang-en .banner-content .title {
    width: auto; }
  .lang-en .crumb .container {
    width: 100%; }
  .lang-en .product-details .bottom-info .product-parameters .nav-tabs > li > a {
    font-size: 14px; }
  .lang-en .service-page .service-content .part .content p {
    font-size: 14px; }
  .lang-en .content-page.news-page .crumb .page-nav ul li a {
    font-size: 12px; }
  .lang-en .news-details h2.news-title {
    font-size: 16px; }
  .lang-en .about-page .about-content .flex-wrapper .content {
    width: 100%; }
  .lang-en .content-page.about-page .crumb .page-location ul li:last-of-type,
  .lang-en .content-page.contact-page .crumb .page-location ul li:last-of-type {
    display: unset; }
  .lang-en .content-page.about-page .crumb .page-location ul li:nth-of-type(2) i,
  .lang-en .content-page.contact-page .crumb .page-location ul li:nth-of-type(2) i {
    display: unset; } }

.product-details .bottom-info .product-parameters .tab-content-wrapper div.img-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%; }
  .product-details .bottom-info .product-parameters .tab-content-wrapper div.img-wrapper img {
    opacity: 0;
    margin: 0;
    visibility: hidden; }
