@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", 微软雅黑, Arial, Helvetica, sans-serif;
  width: 100%;
}

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

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

section.dark {
  background-color: #f8f8f8;
}

.section-wrapper {
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  .section-wrapper {
    padding: 4rem 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
  }

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

.container {
  padding: 0;
}

.container .row {
  margin: 0;
}

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

.part-title h2,
.part-title h3 {
  line-height: 1;
  color: #000000;
  margin: 0;
}

.part-title h2.color-blue,
.part-title h3.color-blue {
  color: #0a3676;
}

.part-title h2.color-white,
.part-title h3.color-white {
  color: #ffffff;
}

.part-title h2 {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .part-title h2 {
    font-size: 30px;
  }
}

.part-title h3 {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .part-title h3 {
    font-size: 26px;
  }
}

.learn-more__general {
  width: 80px;
  height: 28px;
  border-radius: 28px;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  color: #282828;
  border: 1px solid #282828;
  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;
}

@media screen and (min-width: 768px) {
  .learn-more__general {
    font-size: 13px;
    width: 92px;
    height: 30px;
    border-radius: 30px;
  }
}

.learn-more__general i {
  font-size: 12px;
  color: #282828;
  margin-left: 4px;
  transition: all 0.25s ease;
}

.learn-more__general:hover {
  background-color: #34b366;
  border-color: #34b366;
  color: #ffffff;
}

.learn-more__general:hover i {
  color: #ffffff;
}

.learn-more.size-small {
  width: 70px;
  font-size: 13px;
}

.page-wrapper {
  margin-top: 81px;
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .page-wrapper {
    margin-top: 132px;
    margin-bottom: 0;
  }
}

.banner-content {
  position: relative;
}

.banner-content img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .banner-content img {
    width: 100%;
    height: auto;
  }
}

.banner-content .bg {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .banner-content .bg {
    height: 420px;
  }
}

.banner-content .product-series {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: calc((100vw - 1200px) / 2);
  overflow: hidden;
}

.banner-content .series.level-one {
  width: 160px;
  background-color: #3d485c;
  padding-top: 2rem;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-one {
    width: 260px;
    padding-top: 45px;
  }
}

.banner-content .series.level-one>ul>li {
  margin: 0;
  display: block;
  width: 100%;
  position: static;
}

.banner-content .series.level-one>ul>li>a {
  padding: 0.5rem 1rem;
  font-size: 14px;
  color: #b4c7e9;
  line-height: 1;
  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;
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-one>ul>li>a {
    font-size: 18px;
    padding: 1rem;
  }
}

.banner-content .series.level-one>ul>li>a span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

.banner-content .series.level-one>ul>li:hover>a {
  color: #34b366;
}

.banner-content .series.level-two {
  position: absolute;
  left: 100%;
  min-width: 160px;
  height: 100%;
  top: 0;
  display: none;
  background-color: rgba(248, 248, 248, 0.66);
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-two {
    min-width: 300px;
  }
}

.banner-content .series.level-two ul {
  position: relative;
  z-index: 20;
  padding: 2rem 0;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-two ul {
    padding: 45px 0;
  }
}

.banner-content .series.level-two ul li {
  margin: 0;
  position: static;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-two ul li {
    padding: 0 2rem;
  }
}

.banner-content .series.level-two ul li a {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: #3d485c;
  padding: 0.5rem 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;
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-two ul li a {
    font-size: 1rem;
    padding: 1rem 0;
    line-height: 1;
  }
}

.banner-content .series.level-two ul li a:hover {
  color: #34b366;
  color: #ff0000;
}

.banner-content .series.level-two ul li a span {
  line-height: 1;
  font-size: inherit;
}

.banner-content .series.level-three {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  background-color: rgba(248, 248, 248, 0.66);
  min-width: 160px;
  height: 100%;
  padding: 0;
  border-left: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-three {
    min-width: 360px;
  }
}

.banner-content .series.level-three ul li {
  padding: 0 1rem;
  margin: 0 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-three ul li {
    padding-left: 0 2rem;
    margin: 0;
  }
}

.banner-content .series.level-three ul li a {
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .banner-content .series.level-three ul li a {
    font-size: 14px;
    line-height: 1;
    padding: 1rem 0;
  }
}

.banner-content li i {
  color: inherit;
  font-size: 14px;
  opacity: 0;
}

.banner-content li:hover>a>i {
  opacity: 1;
}

.banner-content .series.level-two ul li:hover .series.level-three {
  display: block;
}

.banner-content .series.level-one>ul>li:hover .series.level-two {
  display: block;
}

.product-item-regular .wrapper {
  width: 100%;
}

.product-item-regular .img {
  display: block;
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.product-item-regular .img img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: contain;
  object-position: center center;
  transition: all 0.45s ease;
}

.product-item-regular .img.size-large {
  width: 100%;
  padding-bottom: 130%;
}

.product-item-regular .product-number {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 12px;
  color: #3d485c;
  font-weight: 600;
}

.product-item-regular .title {
  display: block;
  width: 100%;
}

.product-item-regular .title h4 {
  font-weight: 600;
  color: #3d485c;
  text-align: center;
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 19px;
  width: 100%;
  font-size: 13px;
  max-height: calc(2 * 19px + 1px);
  height: calc(2 * 19px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}

@media screen and (min-width: 480px) {
  .product-item-regular .title h4 {
    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;
  }
}

@media screen and (min-width: 768px) {
  .product-item-regular .title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 26px;
    width: 100%;
    font-size: 16px;
    max-height: calc(2 * 26px + 1px);
    height: calc(2 * 26px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
  }
}

.product-item-regular .excerpt {
  margin: 0 0 10px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .product-item-regular .excerpt {
    margin: 0 0 1rem;
  }
}

.product-item-regular .excerpt p {
  color: #7f7f7f;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 22px;
  width: 100%;
  font-size: 13px;
  max-height: calc(2 * 22px + 1px);
  height: calc(2 * 22px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}

@media screen and (min-width: 768px) {
  .product-item-regular .excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 24px;
    width: 100%;
    font-size: 14px;
    max-height: calc(2 * 24px + 1px);
    height: calc(2 * 24px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
  }
}

.product-item-regular .product-actions {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .product-item-regular .product-actions {
    width: 200px;
  }
}

h2.section-title {
  line-height: 1;
  margin: 0 0 1rem;
  font-size: 22px;
  color: #000000;
  font-weight: 800;
  text-align: center;
}

@media screen and (min-width: 768px) {
  h2.section-title {
    margin: 0 0 2rem;
    font-size: 30px;
  }
}

h2.section-title.color-white {
  color: #ffffff;
}

h2.section-title.aligh-left {
  text-align: left;
}

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

.fake-box div {
  background-color: #ffffff;
}

.partial-title h2 {
  margin: 0 0 1rem;
  line-height: 1;
  font-size: 20px;
  color: #000000;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .partial-title h2 {
    font-size: 30px;
  }
}

.partial-title h2.partial-news {
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .partial-title h2.partial-news {
    padding-left: 4rem;
  }
}

.header {
  background-color: #ffffff;
  position: fixed;
  z-index: 1200;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.header__top {
  padding: 4px 0;
  background-color: #333333;
}

@media screen and (min-width: 768px) {
  .header__top {
    padding: 8px 0;
  }
}

.header__top .flex-wrapper {
  padding: 0 1rem;
  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;
}

@media screen and (min-width: 768px) {
  .header__top .flex-wrapper {
    padding: 0;
  }
}

.header__top .flex-wrapper .left .for-mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  .header__top .flex-wrapper .left .for-mobile {
    display: none;
  }
}

.header__top .flex-wrapper .left .for-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__top .flex-wrapper .left .for-pc {
    display: block;
  }
}

.header__top p {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .header__top p {
    font-size: 14px;
  }
}

.header__top i {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  margin: 0 6px 0 0;
}

@media screen and (min-width: 768px) {
  .header__top i {
    font-size: 14px;
  }
}

.header__body .flex-wrapper {
  height: auto;
  padding: 10px 1rem;
  position: relative;
  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;
}

@media screen and (min-width: 768px) {
  .header__body .flex-wrapper {
    height: 100px;
    padding: 0;
  }
}

.header__logo img {
  display: block;
  height: 36px;
  width: auto;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .header__logo img {
    height: 65px;
    margin-top: 10px;
  }
}

.header__toggle {
  position: absolute;
  display: block;
  width: 38px;
  height: 32px;
  border: 1px solid #aaaaaa;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.25s ease;
  cursor: pointer;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}

.header__toggle .wrapper {
  width: 100%;
  height: 100%;
  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__toggle .icon {
  color: #aaaaaa;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  transition: all 0.25s ease;
}

.header__toggle .icon.close {
  display: none;
}

.header__toggle .icon.menu {
  display: inline-block;
}

.header__toggle.active .icon.close {
  display: inline-block;
}

.header__toggle.active .icon.menu {
  display: none;
}

.header__toggle:hover {
  border-color: #34b366;
  background-color: #34b366;
}

.header__toggle:hover .icon {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .header__toggle:hover {
    display: none;
  }
}

.header__nav {
  padding: 0;
  height: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 42px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}

@media screen and (min-width: 768px) {
  .header__nav {
    padding: 0;
    border-top: none;
    position: relative;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}

.header__nav>ul {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .header__nav>ul {
    margin-bottom: 10px;
  }
}

.header__nav>ul>li {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0;
  position: relative;
  margin: 0 0 6px;
}

.header__nav>ul>li:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .header__nav>ul>li {
    margin: 0 48px 0 0;
    width: auto;
    text-align: left;
  }
}

.header__nav>ul>li:last-of-type {
  margin-right: 0;
}

.header__nav>ul>li>a {
  display: inline-block;
  font-size: 14px;
  color: #282828;
  line-height: 2.5;
  padding: 0 8px;
}

@media screen and (min-width: 768px) {
  .header__nav>ul>li>a {
    font-size: 16px;
    line-height: 2;
  }
}

.header__nav>ul>li.active>a {
  color: #ffffff;
  background-color: #34b366;
  border-radius: 4px;
}

.header__nav>ul>li:hover .submenu {
  display: block;
}

.header__nav .search {
  position: absolute;
  width: 280px;
  top: auto;
  bottom: 8px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .header__nav .search {
    top: 10px;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

.header__nav .search ::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

.header__nav .search ::placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

.header__nav .search ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

.header__nav .search ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

.header__nav .search form .wrapper {
  width: 100%;
  height: 32px;
  border-radius: 32px;
  position: relative;
}

.header__nav .search form .wrapper input,
.header__nav .search form .wrapper button {
  border: none;
  border-radius: 0;
  outline: 0;
  margin: 0;
}

.header__nav .search form .wrapper input {
  padding: 6px 45px 6px 10px;
  font-size: 14px;
  color: #777777;
  height: 100%;
  border-radius: 32px;
  border: 1px solid #dddddd;
  width: 265px;
}

.header__nav .search form .wrapper button {
  position: absolute;
  height: 100%;
  right: -1px;
  top: 0;
  width: 50px;
  background-color: #315dab;
  border-radius: 32px;
  cursor: pointer;
  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__nav .search form .wrapper button i {
  font-size: 16px;
  color: #ffffff;
}

.header__nav .submenu {
  display: none;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  min-width: 180px;
  background-color: #fbfbfb;
  padding-top: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header__nav .submenu {
    position: absolute;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding-top: 10px;
  }
}

.header__nav .submenu ul {
  width: 100%;
}

.header__nav .submenu ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
}

.header__nav .submenu ul li a {
  font-size: 12px;
  line-height: 2.5;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #777777;
}

@media screen and (min-width: 768px) {
  .header__nav .submenu ul li a {
    font-size: 15px;
  }
}

.header__nav .submenu ul li a:hover {
  background-color: #34b366;
  color: #ffffff;
}

.header__nav.active {
  display: block;
}

footer {
  padding: 48px 0 24px;
  background-color: #333333;
}

footer .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .item h3 {
  margin: 0 0 1rem;
  line-height: 1;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}

footer .item ul li {
  margin: 0 0 10px;
}

footer .item ul li:last-of-type {
  margin-bottom: 0;
}

footer .item ul li a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #9e9e9e;
}

footer .item ul li a:hover {
  color: #34b366;
}

footer .logo-area {
  padding-top: 40px;
}

footer .logo-area .logo {
  display: block;
  width: auto;
  height: 42px;
  margin: 0 0 2rem;
}

footer .logo-area h4 {
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
}

footer .logo-area h4.number {
  font-family: arial;
  margin: 10px 0 0;
}

footer .logo-area .qr-code {
  width: 120px;
  margin: 1rem 0 0;
}

footer .logo-area .qr-code img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 12px;
}

footer .logo-area .qr-code small {
  font-size: 12px;
  color: #ffffff;
}

footer .copyright {
  margin: 3rem 0 0;
  text-align: center;
}

footer .copyright p {
  font-size: 14px;
  color: #9e9e9e;
}

footer .copyright p a {
  font-size: inherit;
  color: inherit;
}

footer {
  position: fixed;
  z-index: 1010;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 48px 0 24px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

footer .footer-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  footer .footer-pc {
    display: block;
  }
}

footer .footer-mb {
  display: block;
}

@media screen and (min-width: 768px) {
  footer .footer-mb {
    display: none;
  }
}

footer .footer-mb ul {
  background-color: #333333;
  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 .footer-mb ul li {
  width: calc((100% - 3px) / 4);
  background-color: #272f36;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease;
}

footer .footer-mb ul li:hover {
  background-color: #34b366;
}

footer .footer-mb ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  line-height: 1;
  margin: 0;
}

footer .footer-mb ul li a .icon {
  margin: 4px auto 0;
  width: 32px;
  height: 32px;
  text-align: center;
}

footer .footer-mb ul li a .icon i {
  font-size: 24px;
  color: #eeeeee;
}

footer .footer-mb ul li a span {
  font-size: 14px;
  color: #eeeeee;
}

footer .footer-mb ul li a span a {
  font-size: 1rem;
  color: #ffffff;
}

footer .rel-links {
  margin: 3rem 0 0;
}

footer .rel-links ul li {
  display: inline-block;
  font-size: 14px;
  color: #aaaaaa;
}

footer .rel-links ul li a {
  font-size: inherit;
  color: inherit;
}

footer .rel-links ul li a:hover {
  color: #34b366;
}

.banner-home {
  position: relative;
}

.banner-home .slick-slide img {
  display: block;
  max-width: 100%;
}

.banner-home .slider.slider-nav {
  position: absolute;
  padding: 0 2rem;
  right: calc((100vw - 1200px) / 2);
  bottom: 4rem;
  width: 600px;
  display: none;
}

@media screen and (min-width: 768px) {
  .banner-home .slider.slider-nav {
    display: block;
  }
}

.banner-home .slider.slider-nav .item {
  width: 100px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.66);
  margin: 0 4px;
  cursor: pointer;
  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;
}

.banner-home .slider.slider-nav .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.4;
}

.banner-home .slider.slider-nav .item.slick-current img {
  opacity: 1;
}

.banner-home .slider.slider-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 100%;
  width: 2rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-home .slider.slider-nav button.slick-next {
  right: 0;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/arrow-right.png");
}

.banner-home .slider.slider-nav button.slick-prev {
  left: 0;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/arrow-left.png");
}

.banner-home .slider.slider-nav button i {
  display: none;
}

.history-wrapper .swiper-button-prev,
.history-wrapper .swiper-container-rtl .swiper-button-next {
  background-image: none;
}

.history-wrapper .swiper-button-next,
.history-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.history-wrapper .swiper-button-next,
.history-wrapper .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  outline: none;
  background-color: #ffffff;
  transition: all 0.35s ease;
  position: absolute;
  top: 50%;
  right: 0px;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 1280px) {

  .history-wrapper .swiper-button-next,
  .history-wrapper .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}

.history-wrapper .swiper-button-next i,
.history-wrapper .swiper-button-prev i {
  font-size: 1.15rem;
  color: #777777;
  opacity: 0.66;
}

@media screen and (min-width: 768px) {

  .history-wrapper .swiper-button-next i,
  .history-wrapper .swiper-button-prev i {
    font-size: 18px;
  }
}

.history-wrapper .swiper-button-next:hover,
.history-wrapper .swiper-button-prev:hover {
  background-color: #eeeeee;
}

.history-wrapper .swiper-button-next:hover i,
.history-wrapper .swiper-button-prev:hover i {
  opacity: 1;
}

.history-wrapper .swiper-button-next,
.history-wrapper .swiper-container-rtl .swiper-button-prev {
  right: 12px;
}

.history-wrapper .swiper-button-prev,
.history-wrapper .swiper-container-rtl .swiper-button-next {
  left: 12px;
}

.history-wrapper .swiper-button-next,
.history-wrapper .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.history-wrapper .swiper-button-prev,
.history-wrapper .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.history-wrapper .swiper-button-next,
.history-wrapper .swiper-button-prev {
  top: 62px;
}

.air-types-wrapper .outter {
  height: 0px;
  overflow: hidden;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .air-types-wrapper .outter {
    height: auto;
  }
}

.air-types-wrapper .outter.active {
  padding-top: 1rem !important;
  height: auto;
}

.air-types-wrapper .part {
  margin: 0 0 1px;
}

.air-types-wrapper .part .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;
}

.air-types-wrapper .part .wrapper h3 {
  margin: 0;
  text-align: center;
  line-height: 1;
  color: #3d485c;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  padding: 10px 0 0;
  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;
}

@media screen and (min-width: 768px) {
  .air-types-wrapper .part .wrapper h3 {
    width: 234px;
    font-size: 18px;
    padding: 0;
  }
}

.air-types-wrapper .part .wrapper .list {
  padding: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .air-types-wrapper .part .wrapper .list {
    width: calc(100% - 12px - 234px);
  }
}

.air-types-wrapper .part ul {
  margin-bottom: -1rem;
}

.air-types-wrapper .part ul li {
  margin: 0 1.75rem 1rem 0;
  display: inline-block;
}

.air-types-wrapper .part ul li a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #69768f;
}

@media screen and (min-width: 768px) {
  .air-types-wrapper .part ul li a {
    font-size: 16px;
  }
}

.air-types-wrapper .part ul li a:hover {
  color: red;
}

.air-types-wrapper .part .wrapper .list,
.air-types-wrapper .part .wrapper h3 {
  background-color: #eeeeee;
}

.air-types-wrapper .part.light h3,
.air-types-wrapper .part.light .list {
  background-color: #f6f6f6;
}

.air-types-wrapper.blue-style .part .wrapper .list,
.air-types-wrapper.blue-style .part .wrapper h3 {
  background-color: #bdd7f5;
}

.air-types-wrapper.blue-style .part.light h3,
.air-types-wrapper.blue-style .part.light .list {
  background-color: #d1e5ff;
}

.air-types-wrapper.blue-style .part ul li a:hover {
  color: #34b366;
}

.air-types-wrapper {
  position: relative;
}

.air-types-wrapper .types-toggle {
  text-align: right;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: -30px;
}

.air-types-wrapper .types-toggle .wrapper {
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  background-color: #eeeeee;
  font-size: 13px;
  transition: all 0.25s ease;
  height: 30px;
}

.air-types-wrapper .types-toggle .wrapper i {
  font-size: 13px;
  margin-left: 4px;
  transition: all 0.25s ease;
}

.air-types-wrapper .types-toggle .wrapper:hover {
  background-color: #34b366;
  color: #ffffff;
}

.air-types-wrapper .types-toggle .wrapper:hover i {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .air-types-wrapper .types-toggle .wrapper {
    display: none;
  }
}

.page-product-and-service .types-toggle {
  display: none;
}

.page-product-and-service .air-types-wrapper .outter {
  height: auto;
}

.pagination {
  text-align: right;
}

.pagination .custom-pagination {
  padding: 1rem;
  background-color: #eeeeee;
}

.pagination .page-numbers {
  margin: 0 0.5rem;
  display: inline-block;
  min-width: 24px;
  text-align: center;
}

.pagination .page-numbers.current {
  background-color: #34b366;
  color: #ffffff;
  border-radius: 4px;
}

.crumb-nav {
  border-bottom: 1px solid #eeeeee;
}

.crumb-nav.with-padding {
  padding: 1rem 0;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .crumb-nav.with-padding {
    padding-left: 0;
  }
}

.crumb-nav.none-border {
  border-bottom: 1px solid transparent;
}

.crumb-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-nav ul li {
  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;
}

.crumb-nav ul i {
  margin: 0 8px;
  font-size: 12px;
  color: #3d485c;
}

.crumb-nav ul i.ti-home {
  font-size: 13px;
  margin: 0 4px 0 0;
}

@media screen and (min-width: 768px) {
  .crumb-nav ul i.ti-home {
    font-size: 15px;
  }
}

.crumb-nav ul li,
.crumb-nav ul a {
  font-size: 13px;
  color: #3d485c;
  line-height: 1;
}

@media screen and (min-width: 768px) {

  .crumb-nav ul li,
  .crumb-nav ul a {
    font-size: 1rem;
  }
}

.crumb-nav ul a {
  display: inline-block;
}

.crumb-nav ul a:hover {
  color: #282828;
}

.crumb-nav ul.types li {
  margin: 0 2rem 0 0;
  position: relative;
}

.crumb-nav ul.types li.active a {
  color: #34b366;
}

.crumb-nav ul.types li.active a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #34b366;
  left: 0;
  bottom: calc(-1rem - 1px);
}

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

.sibling-nav {
  padding: 1rem;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .sibling-nav {
    padding: 2rem 0;
  }
}

.sibling-nav ul {
  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;
}

.sibling-nav ul li,
.sibling-nav ul li a {
  font-size: 12px;
  color: #777777;
  line-height: 1;
  text-transform: capitalize;
  cursor: pointer;
}

@media screen and (min-width: 768px) {

  .sibling-nav ul li,
  .sibling-nav ul li a {
    font-size: 14px;
  }
}

.sibling-nav ul li {
  margin: 0 0 6px;
}

.sibling-nav ul li:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .sibling-nav ul li {
    margin: 0;
  }
}

.sibling-nav ul li a:hover {
  color: #34b366;
}

.crumb-nav {
  position: relative;
}

.crumb-nav ul.location {
  position: absolute;
  left: 0;
  width: 100%;
  height: 32px;
  top: -33px;
  padding-left: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .crumb-nav ul.location {
    padding-left: 0;
    background-color: transparent;
    position: relative;
    left: auto;
    height: auto;
    width: auto;
    top: auto;
  }
}

.crumb-nav ul.location li,
.crumb-nav ul.location a {
  color: #ffffff;
}

@media screen and (min-width: 768px) {

  .crumb-nav ul.location li,
  .crumb-nav ul.location a {
    color: #3d485c;
  }
}

.crumb-nav ul.location li i,
.crumb-nav ul.location a i {
  color: #ffffff;
}

@media screen and (min-width: 768px) {

  .crumb-nav ul.location li i,
  .crumb-nav ul.location a i {
    color: #3d485c;
  }
}

section.products {
  padding: 0;
  margin: 48px 0 0;
  margin: 1rem 0 0;
}

section.products .part {
  margin: 0 0 48px;
}

section.products .part:last-of-type {
  margin-bottom: 0;
}

section.products .flex-wrapper {
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  section.products .flex-wrapper {
    padding: 0;
  }
}

section.products .flex-wrapper .left {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.products .flex-wrapper .left {
    width: calc((100% - 12px) * 0.55);
  }
}

section.products .flex-wrapper .left .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;
}

section.products .flex-wrapper .left .item {
  margin: 0;
  height: auto;
}

@media screen and (min-width: 768px) {
  section.products .flex-wrapper .left .item {
    margin: 0 0 12px;
    height: 270px;
  }
}

section.products .flex-wrapper .left .item:nth-of-type(n+3) {
  margin-bottom: 0;
}

section.products .flex-wrapper .left .item.big {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.products .flex-wrapper .left .item.big {
    width: calc((100% - 12px) * 0.55);
  }
}

section.products .flex-wrapper .left .item.small {
  width: 100%;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  section.products .flex-wrapper .left .item.small {
    margin: 0;
    width: calc((100% - 12px) * 0.45);
  }
}

section.products .flex-wrapper .left .item.bg-gray {
  background-color: #eaeaea;
}

section.products .flex-wrapper .left .item.bg-blue {
  background-color: #a2e8f4;
}

section.products .flex-wrapper .left .item .img-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

section.products .flex-wrapper .left .item .img-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.products .flex-wrapper .right {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.products .flex-wrapper .right {
    width: calc((100% - 12px) * 0.45);
    margin: 0;
  }
}

section.products .flex-wrapper .right .item {
  width: 100%;
  height: 100%;
}

section.products .flex-wrapper .right .item a {
  display: block;
  width: 100%;
  height: 100%;
}

section.products .flex-wrapper .right .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.products .item .content {
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  section.products .item .content {
    padding: 36px 36px 0 36px;
  }
}

section.products .item .content .learn-more {
  margin: 1rem 0 0;
  width: 90px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid #282828;
  font-size: 13px;
  color: #282828;
  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;
}

section.products .item .content .learn-more i {
  font-size: 12px;
  color: #282828;
  margin-left: 6px;
}

section.products .item .content ul {
  margin: 1rem 0 0;
  width: 100%;
  margin-bottom: -8px;
  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;
}

section.products .item .content ul li {
  width: calc((100% - 1rem) / 2);
  margin: 0 0 8px;
}

section.products .item .content ul li a {
  font-size: 14px;
  color: #777777;
  line-height: 1;
}

section.products .item .content ul li a:hover {
  color: #34b366;
}

section.products .item .content ul li.full {
  width: 100%;
}

section.system-intro {
  padding: 0;
  margin: 48px 0 0;
}

section.system-intro .bg {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/bg-introduction.jpg");
  padding: 2rem 1rem;
  background-position: 75% center;
}

@media screen and (min-width: 768px) {
  section.system-intro .bg {
    height: 550px;
    padding: 4rem 0 0 4rem;
    background-position: center center;
  }
}

section.system-intro .bg p {
  color: #e2e2e2;
  line-height: 1.75;
  font-size: 14px;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  section.system-intro .bg p {
    margin: 2rem 0;
    width: 500px;
    font-size: 1rem;
    line-height: 1.825;
  }
}

section.system-intro .bg .learn-more {
  display: block;
  color: #ffffff;
  text-align: center;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background-color: #34b366;
  font-size: 14px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  section.system-intro .bg .learn-more {
    width: 184px;
    height: 51px;
    background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/bg-button.png");
    background-size: contain;
    background-position: center center;
    line-height: 51px;
    font-size: 18px;
  }
}

section.product-types {
  padding: 0;
  margin: 48px 0 0;
}

section.product-types .content {
  background-color: #eaeaea;
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  section.product-types .content {
    padding: 4rem 4rem 2rem;
  }
}

section.product-types .part-title {
  position: relative;
}

section.product-types .part-title .learn-more {
  margin: 1rem 0 0;
  width: 90px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid #282828;
  font-size: 12px;
  color: #282828;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  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;
}

@media screen and (min-width: 768px) {
  section.product-types .part-title .learn-more {
    font-size: 13px;
  }
}

section.product-types .part-title .learn-more i {
  font-size: 12px;
  color: #282828;
  margin-left: 6px;
}

section.product-types .types-wrapper {
  margin: 1.5rem 0 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;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper {
    margin: 32px 0 0;
  }
}

section.product-types .types-wrapper .part {
  position: relative;
  margin: 0 0 1.5rem;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part {
    margin: 0;
  }
}

section.product-types .types-wrapper .part:after {
  position: absolute;
  width: 1px;
  height: 212px;
  background-color: #aaaaaa;
  right: -30px;
  top: 68px;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part:after {
    content: '';
  }
}

section.product-types .types-wrapper .part-1 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-1 {
    width: calc((100% - 180px) * 0.4);
  }
}

section.product-types .types-wrapper .part-2 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-2 {
    width: calc((100% - 180px) * 0.24);
  }
}

section.product-types .types-wrapper .part-3 {
  width: 50%;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-3 {
    width: calc((100% - 180px) * 0.18);
  }
}

section.product-types .types-wrapper .part-4 {
  width: 50%;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-4 {
    width: calc((100% - 180px) * 0.18);
  }
}

section.product-types .types-wrapper .part-4:after {
  display: none;
}

section.product-types .types-wrapper .part-5 {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-5 {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #aaaaaa;
  }
}

section.product-types .types-wrapper .part-5:after {
  display: none;
}

section.product-types .types-wrapper .part h3 {
  text-align: left;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #a5a5a5;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part h3 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 3px solid #a5a5a5;
  }
}

section.product-types .types-wrapper .part .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;
}

section.product-types .types-wrapper .part .wrapper.col-3 ul {
  width: auto;
  max-width: 33%;
}

section.product-types .types-wrapper .part .wrapper.col-2 ul {
  width: 50%;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part .wrapper.col-2 ul {
    width: auto;
    max-width: 50%;
  }
}

section.product-types .types-wrapper .part .wrapper.col-2 ul li {
  text-align: left;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part .wrapper.col-2 ul li {
    text-align: center;
  }
}

section.product-types .types-wrapper .part .wrapper ul {
  width: 100%;
}

section.product-types .types-wrapper .part .wrapper ul li {
  text-align: left;
  margin: 0 0 12px;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part .wrapper ul li {
    text-align: center;
  }
}

section.product-types .types-wrapper .part .wrapper ul li:last-of-type {
  margin-bottom: 0;
}

section.product-types .types-wrapper .part .wrapper ul li a {
  font-size: 13px;
  color: #777777;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part .wrapper ul li a {
    font-size: 14px;
  }
}

section.product-types .types-wrapper .part .wrapper ul li a:hover {
  color: #34b366;
}

section.product-types .types-wrapper .part-5 {
  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;
}

section.product-types .types-wrapper .part-5 h3 {
  display: inline-block;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #a5a5a5;
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-5 h3 {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
}

section.product-types .types-wrapper .part-5 .title {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-5 .title {
    width: auto;
  }
}

section.product-types .types-wrapper .part-5 .wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-5 .wrapper {
    width: calc(100% - 140px - 2rem);
  }
}

section.product-types .types-wrapper .part-5 .wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.product-types .types-wrapper .part-5 .wrapper ul li {
  text-align: left;
  width: 100%;
  margin: 0 12px 0 0;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-5 .wrapper ul li {
    width: 25%;
    margin: 0;
  }
}

section.product-types .types-wrapper .part-5 .wrapper ul li a {
  display: inline-block;
  margin: 0 6px 12px 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  section.product-types .types-wrapper .part-5 .wrapper ul li a {
    display: block;
    margin: 0 0 12px;
  }

  section.product-types .types-wrapper .part-5 .wrapper ul li a:last-of-type {
    margin-bottom: 0;
  }
}

section.about {
  padding: 0;
  margin: 48px 0 0;
}

section.about .content {
  height: auto;
  width: 100%;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/bg-about.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  section.about .content {
    height: 550px;
    padding: 4rem 4rem 2rem;
  }
}

section.about .content p {
  font-size: 1rem;
  color: #000000;
  line-height: 1.75;
  width: 100%;
  margin: 1rem 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  section.about .content p {
    width: 320px;
    color: #00639d;
    font-size: 1rem;
    line-height: 1.825;
    margin: 2rem 0;
  }
}

section.about .content .navs {
  padding-top: 2rem;
  border-top: 1px solid #0184bc;
  padding: 1rem 0 0;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  section.about .content .navs {
    position: absolute;
    left: 4rem;
    bottom: 2rem;
    width: calc(100% - 8rem);
    padding: 1rem 4rem 0;
    margin: 0;
  }
}

section.about .content .navs ul {
  width: 100%;
  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;
}

@media screen and (min-width: 768px) {
  section.about .content .navs ul {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

section.about .content .navs ul li {
  margin: 0 1rem 0.5rem 0;
}

@media screen and (min-width: 768px) {
  section.about .content .navs ul li {
    margin: 0;
  }
}

section.about .content .navs ul li a {
  width: 80px;
  height: 28px;
  border-radius: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-size: 13px;
  color: #0a3676;
  background-color: #c0f1ff;
}

@media screen and (min-width: 768px) {
  section.about .content .navs ul li a {
    width: 114px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
}

section.about .content .navs ul li:hover a {
  background-color: #0a3676;
  color: #ffffff;
}

section.news {
  margin: 48px 0;
  padding: 0;
}

section.news .flex-wrapper {
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  section.news .flex-wrapper {
    padding: 0;
  }
}

section.news .flex-wrapper .left {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.news .flex-wrapper .left {
    width: 480px;
  }
}

section.news .flex-wrapper .right {
  width: 100%;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  section.news .flex-wrapper .right {
    width: calc(100% - 480px - 1rem);
    margin: 0;
    position: relative;
  }
}

section.news .flex-wrapper .right .videos {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  section.news .flex-wrapper .right .videos {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

section.news .left .img img {
  display: block;
  width: 100%;
  height: auto;
}

section.news .left .content {
  background-color: #d1eaff;
  padding: 1rem 2rem;
  text-align: center;
  position: relative;
  height: auto;
}

@media screen and (min-width: 768px) {
  section.news .left .content {
    height: 160px;
  }
}

section.news .left .content h4 {
  color: #282828;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 32px;
  width: 100%;
  font-size: 16px;
  max-height: calc(2 * 32px + 1px);
  height: calc(2 * 32px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}

section.news .left .content .learn-more {
  position: relative;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  section.news .left .content .learn-more {
    position: absolute;
    margin: 0;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

section.news .right .title {
  position: relative;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

section.news .right .title:after {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  height: 1px;
  background-color: #000000;
  right: 0;
  content: '';
}

section.news .right .title h3 {
  margin: 0;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 1;
  position: relative;
  z-index: 30;
  padding: 0 1rem 0 0;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  section.news .right .title h3 {
    padding: 0 1rem;
    font-size: 22px;
  }
}

section.news .right .title .learn-more {
  position: relative;
  z-index: 20;
}

section.news .video-list {
  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;
}

section.news .video-list .item {
  width: calc((100% - 1rem) / 2);
}

section.news .video-list .item img {
  display: block;
  width: 100%;
}

section.news .news-list {
  padding-left: 0;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  section.news .news-list {
    padding-left: 7.5rem;
  }
}

section.news .news-list li {
  margin: 0 0 10px;
}

section.news .news-list li:last-of-type {
  margin-bottom: 0;
}

section.news .news-list li a {
  position: relative;
  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;
}

section.news .news-list li span {
  display: inline-block;
  font-size: 13px;
  color: #000000;
  width: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  section.news .news-list li span {
    font-size: 14px;
  }
}

section.news .news-list li p {
  padding-left: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 14px;
  width: 100%;
  font-size: 14px;
  max-height: calc(1 * 14px + 1px);
  height: calc(1 * 14px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}

@media screen and (min-width: 768px) {
  section.news .news-list li p {
    padding-left: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 15px;
    width: 100%;
    font-size: 15px;
    max-height: calc(1 * 15px + 1px);
    height: calc(1 * 15px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
}

section.products .part {
  margin: 0 0 24px;
}

section.system-intro,
section.product-types,
section.about {
  margin: 24px 0 0;
}

section.news {
  margin: 24px 0;
}

.product-item-regular .img.size-large.re-size {
  padding-bottom: 90%;
}

@media screen and (min-width: 768px) {
  .product-item-regular .img.size-large.re-size {
    padding-bottom: 100%;
  }
}

.series-title {
  padding: 12px 1rem;
  margin: 0 0 12px;
  background-color: #dddddd;
  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;
}

.series-title h3 {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 20px;
  color: #3d485c;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .series-title h3 {
    font-size: 24px;
    margin: 0;
  }
}

.series-title .types {
  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;
}

.series-title .types ul {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .series-title .types ul {
    margin-right: 1rem;
  }
}

.series-title .types ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.series-title .types ul li:last-of-type {
  margin-right: 0;
}

.series-title .types ul li a {
  font-size: 14px;
  color: #616f8a;
}

@media screen and (min-width: 768px) {
  .series-title .types ul li a {
    font-size: 1rem;
  }
}

.series-title .types ul li a:hover {
  color: #34b366;
  color: #ff0000;
}

.series-title.style-blue {
  background-color: transparent;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/content-page/bg-series-2-head.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.series-title.style-blue h3 {
  color: #3d485c;
}

.series-title.style-blue .types ul li a {
  color: #3d485c;
}

.series-title.style-dark-blue {
  background-color: #082861;
}

.series-title.style-dark-blue h3 {
  color: #ffffff;
}

.series-title.style-light-blue {
  background-color: #a1c3f0;
}

.series-title.style-light-blue h3 {
  color: #3d485c;
}

.series-title.style-light-blue .types ul li a {
  color: #3d485c;
}

.series-title.style-light-blue .types ul li a:hover {
  color: #ff0000;
}

.series-title .types.style-dash ul li {
  margin: 0 8px 0 0;
  position: relative;
}

.series-title .types.style-dash ul li:after {
  position: absolute;
  content: '\\';
  font-size: 16px;
  color: #3d485c;
  right: -4px;
  top: 50%;
  transform: translate(6px, -50%);
  -webkit-transform: translate(6px, -50%);
}

.series-title .types.style-dash ul li:last-of-type {
  margin-right: 0;
}

.series-title .types.style-dash ul li:last-of-type:after {
  display: none;
}

.product-actions {
  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;
}

@media screen and (min-width: 768px) {
  .product-actions {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.product-actions a {
  display: block;
  text-align: center;
  width: 80px;
  height: 28px;
  line-height: 28px;
  border-radius: 28px;
  background-color: #ffffff;
  font-size: 12px;
  color: #282828;
  border: 1px solid #aaaaaa;
  transition: all 0.25s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .product-actions a {
    width: 96px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    font-size: 14px;
  }
}

.product-actions a i {
  font-size: 12px;
  margin-left: 2px;
}

@media screen and (min-width: 768px) {
  .product-actions a i {
    font-size: 14px;
    margin-left: 4px;
  }
}

.product-actions a.apply {
  color: #ff0000;
  display: none;
}

@media screen and (min-width: 768px) {
  .product-actions a.apply {
    display: block;
  }
}

.product-actions a:hover {
  background-color: #34b366;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  border-color: #34b366;
}

.product-series-part {
  margin: 24px 0;
}

.product-series-part .list {
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .product-series-part .list {
    padding: 0;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}

.product-series-part .list .item {
  background-color: #dddddd;
  width: calc((100% - 1rem) / 2);
  margin: 0 0 1rem;
  padding: 12px;
}

.product-series-part .list .item.series-bg {
  padding: 0;
}

.product-series-part .list .item.series-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .product-series-part .list .item {
    width: calc((100% - 48px) / 5);
    margin: 0 12px 0 0;
  }

  .product-series-part .list .item:nth-of-type(5n) {
    margin-right: 0;
  }
}

.product-series-part .list.style-blue .item {
  background-color: transparent;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/content-page/bg-series-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 0;
}

.product-series-part .list.style-blue .item.pos-2 {
  background-position-x: 25%;
}

.product-series-part .list.style-blue .item.pos-3 {
  background-position-x: 50%;
}

.product-series-part .list.style-blue .item.pos-4 {
  background-position-x: 75%;
}

.product-series-part .list.style-blue .item.pos-5 {
  background-position-x: 100%;
}

.platform-introduction {
  margin: 24px 0;
}

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

@media screen and (min-width: 768px) {
  .platform-introduction .flex-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}

.platform-introduction .flex-wrapper .platform-intro {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .platform-introduction .flex-wrapper .platform-intro {
    width: 957px;
  }
}

.platform-introduction .flex-wrapper .app-intro {
  width: 100%;
  display: none;
}

@media screen and (min-width: 768px) {
  .platform-introduction .flex-wrapper .app-intro {
    display: block;
    width: 227px;
  }
}

.platform-introduction .flex-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.platform-introduction .flex-wrapper img.img-app {
  width: 100%;
  height: 400px;
  object-fit: contain;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .platform-introduction .flex-wrapper img.img-app {
    height: auto;
    margin: 0;
  }
}

.platform-introduction .flex-wrapper .content {
  padding: 1rem;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .platform-introduction .flex-wrapper .content {
    margin-top: 8px;
    padding: 2rem 8px;
  }
}

.platform-introduction .flex-wrapper .content.blue {
  background-color: #082861;
}

.platform-introduction .flex-wrapper .content.green {
  background-color: #02a862;
}

.platform-introduction .flex-wrapper p {
  font-size: 14px;
  text-align: left;
  line-height: 1.75;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .platform-introduction .flex-wrapper p {
    font-size: 15px;
  }
}

.platform-introduction .flex-wrapper p.blue {
  color: #a1c3f0;
  padding: 0 4rem;
}

.platform-introduction .flex-wrapper .product-actions {
  margin: 2rem auto 0;
}

.platform-introduction .flex-wrapper .product-actions.big {
  width: 220px;
}

.platform-introduction .series-title.style-dark-blue {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .platform-introduction .series-title.style-dark-blue {
    margin: 0 0 12px;
  }
}

.all-product-types {
  margin: 24px 0;
}

.all-product-types .series-title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .all-product-types .series-title {
    margin: 0 0 12px;
  }
}

.hot-product-list {
  margin: 24px 0;
}

.hot-product-list .head {
  margin: 0 0 12px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .hot-product-list .head {
    padding: 0;
  }
}

.hot-product-list .head h3 {
  font-size: 18px;
  color: #3d485c;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .hot-product-list .head h3 {
    font-size: 20px;
  }
}

.hot-product-list .head strong {
  color: #3d485c;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-weight: 600;
}

.hot-product-list .list {
  padding: 0 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;
}

@media screen and (min-width: 768px) {
  .hot-product-list .list {
    padding: 0;
  }
}

.hot-product-list .list .item {
  width: 100%;
  margin: 0 0 1rem;
  background-color: #e3efff;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .hot-product-list .list .item {
    width: calc((100% - 36px) / 3);
    margin: 0 18px 18px 0;
  }

  .hot-product-list .list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.product-series-part .list.style-blue .item {
  background-position-x: 0;
}

.product-series-part .list.style-blue .item:nth-of-type(2) {
  background-position-x: 25%;
}

.product-series-part .list.style-blue .item:nth-of-type(3) {
  background-position-x: 50%;
}

.product-series-part .list.style-blue .item:nth-of-type(4) {
  background-position-x: 75%;
}

.product-series-part .list.style-blue .item:nth-of-type(5) {
  background-position-x: 100%;
}

.page-products-display .crumb-nav {
  padding: 1rem 0;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .page-products-display .crumb-nav {
    padding-left: 0;
  }
}

.page-products-display .search-bar {
  position: relative;
  padding-left: 1rem;
}

.page-products-display .search-bar ::-webkit-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.page-products-display .search-bar ::placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.page-products-display .search-bar ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.page-products-display .search-bar ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

@media screen and (min-width: 768px) {
  .page-products-display .search-bar {
    padding-left: 0;
  }
}

.page-products-display .search-bar form {
  margin: 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;
}

@media screen and (min-width: 768px) {
  .page-products-display .search-bar form {
    margin: 0 0 12px;
  }
}

.page-products-display .search-bar input,
.page-products-display .search-bar button {
  border-radius: 0;
  border: none;
  outline: none;
  height: 30px;
}

@media screen and (min-width: 768px) {

  .page-products-display .search-bar input,
  .page-products-display .search-bar button {
    height: 36px;
  }
}

.page-products-display .search-bar input {
  padding: 5px;
  font-size: 13px;
  color: #777777;
  border: 1px dashed #aaaaaa;
  width: calc(100% - 72px - 110px - 1rem);
}

@media screen and (min-width: 768px) {
  .page-products-display .search-bar input {
    font-size: 15px;
    padding: 10px;
    width: 234px;
  }
}

.page-products-display .search-bar button {
  color: #ffffff;
  font-size: 13px;
  width: 72px;
  background-color: #555555;
  line-height: 1;
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .page-products-display .search-bar button {
    font-size: 16px;
    width: 100px;
  }
}

.page-products-display .search-bar button:hover {
  background-color: #34b366;
}

.page-products-display .outter {
  padding: 12px 0;
}

.product-type-list-wrapper {
  min-height: 600px;
}

.product-type-list-wrapper>.wrapper {
  padding: 0 1rem;
  margin: 1rem 0 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;
}

@media screen and (min-width: 768px) {
  .product-type-list-wrapper>.wrapper {
    padding: 0;
    margin: 0;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.product-type-list-wrapper .item {
  width: calc(50% - 0.5rem);
  margin: 0 0 1rem;
  background-color: #eeeeee;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .product-type-list-wrapper .item {
    width: calc((100% - 36px) / 4);
    margin: 0 12px 12px 0;
  }

  .product-type-list-wrapper .item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .product-type-list-wrapper .excerpt {
    min-height: 48px;
  }
}

.no-products-title {
  width: 100%;
  text-align: center;
  margin: 8rem 0;
  font-size: 32px;
  font-weight: 40p;
}

.page-product-details {
  background-color: #f8f8f8;
}

.page-product-details .crumb-wrapper {
  background-color: #ffffff;
}

.product-top-info {
  background-color: #ffffff;
  padding: 0 1rem 1rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .product-top-info {
    padding: 4rem 0;
  }
}

.product-top-info .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-top-info .flex-wrapper .carousel {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .carousel {
    width: 520px;
  }
}

.product-top-info .flex-wrapper .info {
  width: 100%;
  padding: 0;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .info {
    width: calc((100% - 520px - 4rem));
    margin: 0;
    padding: 0;
    height: 380px;
    position: relative;
  }
}

.product-top-info .flex-wrapper .info .inquiry a {
  position: relative;
  margin: 1rem 0 0;
  background-color: #34b366;
  transition: all 0.25s ease;
  z-index: 10;
  padding: 0.5rem;
  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;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .info .inquiry a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    padding: 0.75rem 1rem;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}

.product-top-info .flex-wrapper .info .inquiry a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #01579e;
}

.product-top-info .flex-wrapper .info .inquiry a i {
  font-size: 18px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .info .inquiry a i {
    font-size: 20px;
  }
}

.product-top-info .flex-wrapper .info .inquiry a span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .info .inquiry a span {
    font-size: 16px;
  }
}

.product-top-info .flex-wrapper .carousel .item {
  outline: none;
  background-color: #ffffff;
  border: none;
}

.product-top-info .flex-wrapper .carousel img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-top-info .flex-wrapper .carousel {
  position: relative;
  padding-left: 86px;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .carousel {
    padding-left: 140px;
  }
}

.product-top-info .flex-wrapper .carousel .nav-imgs {
  position: absolute;
  width: 84px;
  left: 0;
  top: 30px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .carousel .nav-imgs {
    width: 106px;
    height: 480px;
  }
}

.product-top-info .flex-wrapper .carousel .nav-imgs .slider-nav {
  position: relative;
}

.product-top-info .flex-wrapper .carousel .nav-imgs .slider-nav button {
  position: absolute;
  width: 100%;
  height: 22px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  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: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-top-info .flex-wrapper .carousel .nav-imgs .slider-nav button:hover {
  background-color: #eeeeee;
}

.product-top-info .flex-wrapper .carousel .nav-imgs .slider-nav button.slick-prev {
  top: -30px;
}

.product-top-info .flex-wrapper .carousel .nav-imgs .slider-nav button.slick-next {
  bottom: -24px;
}

.product-top-info .flex-wrapper .carousel .nav-imgs .slider-nav .item {
  width: 62px;
  height: 62px;
  padding: 5px;
  border: 1px solid #eeeeee;
  margin: 0 0 6px;
  position: relative;
  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;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .carousel .nav-imgs .slider-nav .item {
    width: 103px;
    height: 103px;
  }
}

.product-top-info .flex-wrapper .carousel .nav-imgs .slider-nav .item.slick-current {
  border-color: #282828;
}

.product-top-info .flex-wrapper .carousel .preview-img {
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .carousel .preview-img {
    width: 380px;
    height: 380px;
    padding-bottom: 0;
  }
}

.product-top-info .flex-wrapper .carousel .preview-img .slider-for .item {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .carousel .preview-img .slider-for .item {
    width: 380px;
    height: 380px;
  }
}

.product-top-info .flex-wrapper .carousel .preview-img .slider-for .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-top-info .flex-wrapper .info h1 {
  color: #282828;
  text-transform: capitalize;
  margin-top: 0;
  position: relative;
  z-index: 10;
  font-size: 18px;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .info h1 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}

.product-top-info .flex-wrapper .info .product-model-title {
  margin: 0 0 1rem;
  line-height: 1;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .product-top-info .flex-wrapper .info .product-model-title {
    font-size: 20px;
  }
}

.product-top-info .flex-wrapper .info .introduction {
  position: relative;
  z-index: 10;
}

.product-top-info .flex-wrapper .info .introduction p,
.product-top-info .flex-wrapper .info .introduction ul li,
.product-top-info .flex-wrapper .info .introduction ol li {
  font-size: 14px;
  line-height: 1.625;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {

  .product-top-info .flex-wrapper .info .introduction p,
  .product-top-info .flex-wrapper .info .introduction ul li,
  .product-top-info .flex-wrapper .info .introduction ol li {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.product-top-info .flex-wrapper .info .introduction p:last-of-type,
.product-top-info .flex-wrapper .info .introduction ul li:last-of-type,
.product-top-info .flex-wrapper .info .introduction ol li:last-of-type {
  margin-bottom: 0;
}

.product-top-info .flex-wrapper .info .introduction ul li,
.product-top-info .flex-wrapper .info .introduction ol li {
  margin: 10px;
}

.product-top-info .flex-wrapper .info .introduction ul li:last-of-type,
.product-top-info .flex-wrapper .info .introduction ol li:last-of-type {
  margin-bottom: 0;
}

body .drift-bounding-box.drift-open {
  display: none !important;
}

body .drift-bounding-box.drift-open:last-of-type {
  display: block !important;
}

.bottom-info {
  min-height: 360px;
}

.bottom-info .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-info .flex-wrapper .product-details-content-wrapper {
  background-color: #ffffff;
  margin: 0 0 4rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bottom-info .flex-wrapper .product-details-content-wrapper {
    width: calc(100% - 350px - 4rem);
  }
}

.bottom-info .flex-wrapper .recommend {
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  .bottom-info .flex-wrapper .recommend {
    width: 360px;
    margin: 0 0 4rem;
  }
}

.bottom-info .flex-wrapper .recommend>h3 {
  margin: 0 0 1.5rem;
  line-height: 1;
  line-height: 1;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #34b366;
}

.details-tab-wrapper .tabs {
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
  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;
}

.details-tab-wrapper .tabs li {
  width: 25%;
  padding: 1rem 0;
  font-size: 14px;
  color: #282828;
  text-align: center;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .details-tab-wrapper .tabs li {
    font-size: 16px;
  }
}

.details-tab-wrapper .tabs li.active {
  color: #34b366;
}

.details-tab-wrapper .tabs li.active:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #34b366;
}

.details-tab-wrapper .contents {
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .details-tab-wrapper .contents {
    padding: 2rem;
  }
}

.details-tab-wrapper .contents .part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.details-tab-wrapper .contents .part.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  min-height: 480px;
}

.details-tab-wrapper .contents h2 {
  font-size: 1.35rem;
  margin: 1rem 0;
  font-weight: 800;
  color: #282828;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .details-tab-wrapper .contents h2 {
    margin: 2rem 0;
    font-size: 1.75rem;
  }
}

.details-tab-wrapper .contents h3 {
  font-size: 1.15rem;
  margin: 1rem 0;
  color: #555555;
}

@media screen and (min-width: 768px) {
  .details-tab-wrapper .contents h3 {
    margin: 1.5rem 0;
    font-size: 1.5rem;
  }
}

.details-tab-wrapper .contents h4 {
  font-size: 1.05rem;
  margin: 0.75rem 0;
  color: #777777;
}

@media screen and (min-width: 768px) {
  .details-tab-wrapper .contents h4 {
    font-size: 1.25rem;
    margin: 1.25rem 0;
  }
}

.details-tab-wrapper .contents h3,
.details-tab-wrapper .contents h4 {
  font-weight: 600;
  line-height: 1;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #34b366;
}

.details-tab-wrapper .contents ul li,
.details-tab-wrapper .contents ol li,
.details-tab-wrapper .contents p,
.details-tab-wrapper .contents span,
.details-tab-wrapper .contents div,
.details-tab-wrapper .contents a {
  font-size: 14px;
  line-height: 1.75;
  color: #777777;
}

@media screen and (min-width: 768px) {

  .details-tab-wrapper .contents ul li,
  .details-tab-wrapper .contents ol li,
  .details-tab-wrapper .contents p,
  .details-tab-wrapper .contents span,
  .details-tab-wrapper .contents div,
  .details-tab-wrapper .contents a {
    font-size: 1rem;
  }
}

.details-tab-wrapper .contents ul,
.details-tab-wrapper .contents ol {
  margin: 0 0 1rem;
}

.details-tab-wrapper .contents ul li,
.details-tab-wrapper .contents ol li {
  margin-bottom: 10px;
  margin-bottom: 0;
  line-height: 2;
}

.details-tab-wrapper .contents ul li:last-of-type,
.details-tab-wrapper .contents ol li:last-of-type {
  margin-bottom: 0;
}

.details-tab-wrapper .contents p {
  margin: 0 0 1rem;
  margin: 0;
  line-height: 2;
}

.details-tab-wrapper .contents p:last-of-type {
  margin-bottom: 0;
}

.details-tab-wrapper .contents p.strong {
  color: #282828;
  font-weight: 600;
  font-size: 1.1em;
}

.details-tab-wrapper .contents img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 1rem auto;
}

.details-tab-wrapper .contents table {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-right: none;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .details-tab-wrapper .contents table {
    min-width: 100%;
  }
}

.details-tab-wrapper .contents table tr {
  border-bottom: 1px solid #aaaaaa;
}

.details-tab-wrapper .contents table tr td {
  border-right: 1px solid #aaaaaa;
  text-align: left;
  padding: 0.35rem 0.7rem;
  font-size: 13px;
  color: #777777;
  line-height: 1.5;
  width: auto;
  min-width: 120px;
  line-height: 2;
  line-height: 1.75;
}

.details-tab-wrapper .contents table tr td:nth-of-type(1) {
  color: #555555;
}

@media screen and (min-width: 768px) {
  .details-tab-wrapper .contents table tr td {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}

.details-tab-wrapper .contents table tr:first-of-type,
.details-tab-wrapper .contents table tr.blue-row {
  font-size: 14px;
  color: #2b2b2b;
  background-color: #34b366;
}

@media screen and (min-width: 768px) {

  .details-tab-wrapper .contents table tr:first-of-type,
  .details-tab-wrapper .contents table tr.blue-row {
    font-size: 1.25rem;
  }
}

.details-tab-wrapper .contents table tr:first-of-type td,
.details-tab-wrapper .contents table tr.blue-row td {
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 14px;
}

@media screen and (min-width: 768px) {

  .details-tab-wrapper .contents table tr:first-of-type td,
  .details-tab-wrapper .contents table tr.blue-row td {
    font-size: 1.05rem;
  }
}

.details-tab-wrapper .features div {
  line-height: 2;
}

.recommend-products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recommend-products-list .item {
  width: calc(50% - 0.5rem);
  margin: 0 0 1rem;
  transition: all 0.35s ease;
}

@media screen and (min-width: 768px) {
  .recommend-products-list .item {
    width: 100%;
    margin: 0 0 2rem;
  }
}

.recommend-products-list .item .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recommend-products-list .item .img {
  width: 100%;
}

.recommend-products-list .item .img div {
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.35s ease;
}

.recommend-products-list .item .info {
  width: 100%;
  padding: 1rem;
  background-color: #fbfbfb;
  transition: all 0.25s ease;
}

.recommend-products-list .item .info h3 {
  text-align: center;
  margin: 0 0 1rem;
  transition: all 0.25s ease;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 16px;
  width: 100%;
  font-size: 16px;
  max-height: calc(#282828 * 16px + 1px);
  height: calc(#282828 * 16px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: #282828;
  height: auto;
}

.recommend-products-list .item .info p.product-model {
  transition: all 0.25s ease;
  text-align: center;
  font-size: 1rem;
  color: #555555;
  margin: 0;
  transition: all 0.25s ease;
}

.recommend-products-list .item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.recommend-products-list .item:hover .info {
  background-color: #34b366;
}

.recommend-products-list .item:hover .info h3,
.recommend-products-list .item:hover .info p {
  color: #ffffff;
}

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

.about-content .img {
  width: 100%;
  float: none;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .about-content .img {
    width: 560px;
    float: left;
    margin: 0 2rem 1rem 0;
  }
}

.about-content .img img {
  display: block;
  max-width: 100%;
}

.about-content .content p {
  font-size: 14px;
  line-height: 1.75;
  color: #777777;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .about-content .content p {
    font-size: 1rem;
  }
}

.about-content .content p:last-of-type {
  margin-bottom: 0;
}

.culture-content {
  background-color: #f8f8f8;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/page-about/bg-culture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.culture-content .flex-wrapper {
  margin-bottom: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .culture-content .flex-wrapper {
    margin-bottom: -2rem;
  }
}

.culture-content .item {
  width: calc((100% - 1rem) / 2);
  margin: 0 0 1rem;
  text-align: center;
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .culture-content .item {
    width: calc((100% - 4rem) / 3);
    margin: 0 0 2rem;
    min-height: 206px;
  }
}

.culture-content .item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/page-about/icons-about-culture.png");
  background-size: 600%;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .culture-content .item .icon {
    width: 96px;
    height: 96px;
  }
}

.culture-content .item .icon.pos-2 {
  background-position-x: 20%;
}

.culture-content .item .icon.pos-3 {
  background-position-x: 40%;
}

.culture-content .item .icon.pos-4 {
  background-position-x: 60%;
}

.culture-content .item .icon.pos-5 {
  background-position-x: 80%;
}

.culture-content .item .icon.pos-6 {
  background-position-x: 100%;
}

.culture-content .item h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 1rem;
  color: #34b366;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .culture-content .item h3 {
    font-size: 24px;
    margin: 0 0 1.5rem;
  }
}

.culture-content .item p {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: #777777;
  padding: 0 1rem;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .culture-content .item p {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 2rem;
  }
}

.history-content .history-wrapper {
  position: relative;
}

.history-content .ruler {
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  height: 20px;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/bg-history-ruler.png");
  opacity: 0.8;
}

.history-content .item {
  position: relative;
  padding: 0 2rem;
}

.history-content .item .wrapper {
  position: relative;
  text-align: center;
}

.history-content .item .year {
  text-align: center;
  font-size: 14px;
  color: #282828;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .history-content .item .year {
    font-size: 18px;
    margin: 0 0 24px;
  }
}

.history-content .item .year strong {
  font-size: 20px;
  font-family: arial;
  font-weight: 600;
  color: #34b366;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .history-content .item .year strong {
    font-size: 36px;
    margin-bottom: -6px;
  }
}

.history-content .item .marker {
  display: none;
}

.history-content .item .content {
  padding-top: 54px;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/bg-history-item-mark.png");
  background-position: center 0;
  background-size: 15px;
  background-repeat: no-repeat;
}

.history-content .item p {
  text-align: left;
  line-height: 1.75;
  margin: 0 0 8px;
  font-size: 13px;
  color: #777777;
  position: relative;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .history-content .item p {
    font-size: 15px;
    margin: 0 0 12px;
  }
}

.history-content .item p:last-of-type {
  margin-bottom: 0;
}

.partners-content {
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/page-about/bg-partners.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners-content .bd {
  width: 100%;
  overflow: hidden;
}

.partners-content .item {
  width: calc((100% - 1rem) / 3);
  margin: 0 1rem 1rem 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .partners-content .item {
    width: calc((100% - 80px) / 5);
    margin: 0 20px 20px 0;
  }
}

.partners-content .img-wrapper {
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .partners-content .img-wrapper {
    margin: 0 0 20px;
  }
}

.partners-content img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.35s ease;
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
}

.contact-content .contact-info-layout {
  margin: 0 0 2rem;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  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;
}

@media screen and (min-width: 768px) {
  .contact-content .contact-info-layout {
    margin: 0 0 4rem;
    padding: 0 0 4rem;
  }
}

.contact-content .contact-info-layout .item {
  width: 50%;
  text-align: center;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .contact-content .contact-info-layout .item {
    width: calc((100% - 6rem) / 4);
    margin: 0;
  }
}

.contact-content .contact-info-layout .icon {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #34b366;
  padding: 10px;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 768px) {
  .contact-content .contact-info-layout .icon {
    width: 96px;
    height: 96px;
    border-radius: 96px;
    padding: 1rem;
  }
}

.contact-content .contact-info-layout .icon div {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/page-contact/icons-contact-info.png");
  background-size: 400%;
  background-position-x: 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .contact-content .contact-info-layout .icon div {
    width: 64px;
    height: 64px;
  }
}

.contact-content .contact-info-layout .icon div.pos-2 {
  background-position-x: 33.333333%;
}

.contact-content .contact-info-layout .icon div.pos-3 {
  background-position-x: 66.666666%;
}

.contact-content .contact-info-layout .icon div.pos-4 {
  background-position-x: 100%;
}

.contact-content .contact-info-layout h5 {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  text-align: center;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .contact-content .contact-info-layout h5 {
    font-size: 16px;
  }
}

.contact-content .contact-info-layout strong {
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 1;
  margin: 1rem 0 0;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .contact-content .contact-info-layout strong {
    font-size: 24px;
  }
}

.contact-content .contact-info-layout strong a {
  display: inline-block;
  width: 100%;
  line-height: 1;
}

.contact-content .area-layout {
  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-content .area-layout .item {
  margin: 0 0 3rem;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .item {
    margin: 0 0 3rem;
  }
}

.contact-content .area-layout .big,
.contact-content .area-layout .small {
  width: 100%;
}

@media screen and (min-width: 768px) {

  .contact-content .area-layout .big,
  .contact-content .area-layout .small {
    width: calc((100% - 4rem) / 2);
  }
}

.contact-content .area-layout .small {
  background-color: #f8f8f8;
}

.contact-content .area-layout .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-content .area-layout .img img {
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
  transition: all 0.75s ease;
}

.contact-content .area-layout .img .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem 4rem 0;
  z-index: 30;
}

.contact-content .area-layout .img .title h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .img .title h3 {
    font-size: 24px;
    margin: 0 0 2rem;
  }
}

.contact-content .area-layout .img .title p {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .img .title p {
    font-size: 15px;
  }
}

.contact-content .area-layout .img .title p i {
  font-size: 14px;
  color: #ffffff;
  margin-right: 4px;
}

.contact-content .area-layout .big {
  position: relative;
}

.contact-content .area-layout .big:hover .img img {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
}

.contact-content .area-layout .big .info {
  padding: 0 2rem;
  position: relative;
  z-index: 100;
}

.contact-content .area-layout .big .info ul {
  padding: 1.0rem;
  background-color: #f8f8f8;
  margin-top: -9rem;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .big .info ul {
    margin-top: -4rem;
    padding: 1.5rem;
  }
}

.contact-content .area-layout .big .info ul li {
  font-size: 14px;
  color: #282828;
  line-height: 1.5;
  margin: 0 0 8px;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .big .info ul li {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

.contact-content .area-layout .big .info ul li:last-of-type {
  margin-bottom: 0;
}

.contact-content .area-layout .small {
  padding: 1.5rem 1rem;
  transition: all 0.25s ease;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .small {
    padding: 2rem;
    margin: 0 0 3rem;
  }
}

.contact-content .area-layout .small h3 {
  font-size: 16px;
  color: #282828;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .small h3 {
    font-size: 22px;
    margin: 0 0 1.5rem;
  }
}

.contact-content .area-layout .small h3 span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .small h3 span {
    font-size: 18px;
  }
}

.contact-content .area-layout .small h4 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #777777;
  font-weight: 400;
}

.contact-content .area-layout .small ul {
  margin: 1.5rem 0 0;
}

.contact-content .area-layout .small ul li {
  font-size: 13px;
  color: #777777;
  line-height: 1.5;
  margin: 0 0 6px;
}

@media screen and (min-width: 768px) {
  .contact-content .area-layout .small ul li {
    font-size: 15px;
    margin: 0 0 8px;
  }
}

.contact-content .area-layout .small ul li:last-of-type {
  margin-bottom: 0;
}

.contact-content .area-layout li i {
  font-size: 15px;
  color: #777777;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  width: 18px;
}

.contact-content .area-layout li i.fa-mobile {
  font-size: 20px;
}

.contact-content .area-layout .small:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
}

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

.map-wrapper .part {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .map-wrapper .part {
    width: 50%;
    margin: 0;
    height: 750px;
  }
}

.map-wrapper .part.message {
  padding: 2rem 1rem;
  background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .map-wrapper .part.message {
    padding: 4rem;
    padding-right: calc((100vw - 1200px) / 2);
  }
}

.map-wrapper #map-container {
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 768px) {
  .map-wrapper #map-container {
    height: 100%;
  }
}

.map-wrapper #info_window {
  padding: 1rem;
  width: 400px;
}

.map-wrapper #info_window .info-title {
  text-align: center;
  padding: 0.5rem 0 1.5rem;
  font-size: 15px;
  color: #34b366;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (min-width: 768px) {
  .map-wrapper #info_window .info-title {
    font-size: 1.25rem;
  }
}

.map-wrapper #info_window .info-content {
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  color: #777777;
}

@media screen and (min-width: 768px) {
  .map-wrapper #info_window .info-content {
    font-size: 15px;
    line-height: 1.75;
  }
}

.map-wrapper .contact-form p {
  font-size: 14px;
  color: #777777;
  line-height: 1.45;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .map-wrapper .contact-form p {
    font-size: 1rem;
    line-height: 1;
  }
}

.map-wrapper .contact-form h2 {
  margin: 0 0 1rem;
  font-size: 18px;
  position: relative;
  line-height: 1;
  color: #34b366;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .map-wrapper .contact-form h2 {
    font-size: 24px;
    margin: 0 0 2rem;
  }
}

.map-wrapper .contact-form form {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .map-wrapper .contact-form form {
    margin: 2rem 0 0;
  }
}

.map-wrapper .contact-form form .input-wrapper {
  margin-bottom: 1rem;
}

.map-wrapper .contact-form form .input-wrapper label {
  color: #282828;
  display: inline-block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .map-wrapper .contact-form form .input-wrapper label {
    margin: 0 0 8px;
    font-size: 15px;
  }
}

.map-wrapper .contact-form form .input-wrapper label span {
  color: #34b366;
}

.map-wrapper .contact-form form .input-wrapper input,
.map-wrapper .contact-form form .input-wrapper textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.35s ease;
  color: #2b2b2b;
  font-size: 18px;
  border: 1px solid #eeeeee;
}

@media screen and (min-width: 768px) {

  .map-wrapper .contact-form form .input-wrapper input,
  .map-wrapper .contact-form form .input-wrapper textarea {
    padding: 12px;
  }
}

.map-wrapper .contact-form form .input-wrapper input:focus,
.map-wrapper .contact-form form .input-wrapper textarea:focus {
  border-color: #34b366;
}

.map-wrapper .contact-form form .input-wrapper textarea {
  width: 100%;
  height: 150px;
  resize: none;
}

.map-wrapper .contact-form form .input-wrapper button {
  padding: 0;
  width: 120px;
  height: 36px;
  border-radius: 36px;
  outline: none;
  font-size: 14px;
  background-color: #34b366;
  transition: all 0.25s ease;
  border: 1px solid #34b366;
  margin: 2rem 0 0;
  color: #ffffff;
  cursor: pointer;
  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;
}

.map-wrapper .contact-form form .input-wrapper button:hover {
  background-color: #315dab;
  color: #ffffff;
  border-color: #315dab;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.jobs-content .job-lists {
  margin: 0;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .jobs-content .job-lists {
    margin: 4rem 0;
    padding-bottom: 4rem;
  }
}

.jobs-content .jobs-list-wrapper {
  width: 100%;
  min-height: 400px;
}

.jobs-content .jobs-list-wrapper .panel-heading {
  padding: 0;
}

.jobs-content .jobs-list-wrapper .panel-group {
  margin-bottom: 0;
}

.jobs-content .jobs-list-wrapper .panel-group .panel {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #dddddd;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .jobs-content .jobs-list-wrapper .panel-group .panel {
    padding: 0 2rem;
  }
}

.jobs-content .jobs-list-wrapper .panel-group .panel+.panel {
  margin-top: 0;
}

.jobs-content .jobs-list-wrapper .content-head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jobs-content .jobs-list-wrapper .content-head .title {
  width: auto;
}

@media screen and (min-width: 768px) {
  .jobs-content .jobs-list-wrapper .content-head .title {
    width: 24%;
  }
}

.jobs-content .jobs-list-wrapper .content-head .name {
  width: auto;
}

@media screen and (min-width: 768px) {
  .jobs-content .jobs-list-wrapper .content-head .name {
    width: 24%;
  }
}

.jobs-content .jobs-list-wrapper .content-head .pubdate {
  width: auto;
}

@media screen and (min-width: 768px) {
  .jobs-content .jobs-list-wrapper .content-head .pubdate {
    width: 10%;
  }
}

.jobs-content .jobs-list-wrapper .content-head .numbers {
  width: auto;
}

@media screen and (min-width: 768px) {
  .jobs-content .jobs-list-wrapper .content-head .numbers {
    width: 21%;
  }
}

.jobs-content .jobs-list-wrapper .content-head .location {
  width: auto;
}

@media screen and (min-width: 768px) {
  .jobs-content .jobs-list-wrapper .content-head .location {
    width: 21%;
  }
}

.jobs-content .jobs-list-wrapper .content-head .title,
.jobs-content .jobs-list-wrapper .content-head .name,
.jobs-content .jobs-list-wrapper .content-head .pubdate,
.jobs-content .jobs-list-wrapper .content-head .numbers,
.jobs-content .jobs-list-wrapper .content-head .location {
  text-align: left;
  padding: 0.75rem 0;
  font-size: 13px;
  color: #2b2b2b;
}

@media screen and (min-width: 768px) {

  .jobs-content .jobs-list-wrapper .content-head .title,
  .jobs-content .jobs-list-wrapper .content-head .name,
  .jobs-content .jobs-list-wrapper .content-head .pubdate,
  .jobs-content .jobs-list-wrapper .content-head .numbers,
  .jobs-content .jobs-list-wrapper .content-head .location {
    font-size: 16px;
    padding: 1.25rem 0;
  }
}

.jobs-content .jobs-list-wrapper .content-head.big {
  background-color: #34b366;
  padding: 0 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .jobs-content .jobs-list-wrapper .content-head.big {
    padding: 0 2rem;
  }
}

.jobs-content .jobs-list-wrapper .content-head.big .title,
.jobs-content .jobs-list-wrapper .content-head.big .name,
.jobs-content .jobs-list-wrapper .content-head.big .pubdate,
.jobs-content .jobs-list-wrapper .content-head.big .numbers,
.jobs-content .jobs-list-wrapper .content-head.big .location {
  color: #ffffff;
  font-size: 14px;
}

@media screen and (min-width: 768px) {

  .jobs-content .jobs-list-wrapper .content-head.big .title,
  .jobs-content .jobs-list-wrapper .content-head.big .name,
  .jobs-content .jobs-list-wrapper .content-head.big .pubdate,
  .jobs-content .jobs-list-wrapper .content-head.big .numbers,
  .jobs-content .jobs-list-wrapper .content-head.big .location {
    font-size: 20px;
  }
}

.jobs-content .jobs-list-wrapper .content-body {
  padding: 0;
}

.jobs-content .jobs-list-wrapper .content-body.jobs-detail {
  padding: 1rem 0;
  border: none;
  background-color: #ffffff;
}

.jobs-content .jobs-list-wrapper .content-body.jobs-detail h1,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail h2,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 1rem 0;
  text-align: left;
  color: #282828;
  line-height: 1;
}

@media screen and (min-width: 768px) {

  .jobs-content .jobs-list-wrapper .content-body.jobs-detail h1,
  .jobs-content .jobs-list-wrapper .content-body.jobs-detail h2,
  .jobs-content .jobs-list-wrapper .content-body.jobs-detail h3 {
    font-size: 18px;
    margin: 2rem 0;
  }
}

.jobs-content .jobs-list-wrapper .content-body.jobs-detail h1:first-of-type,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail h2:first-of-type,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail h3:first-of-type {
  margin-top: 0;
}

.jobs-content .jobs-list-wrapper .content-body.jobs-detail h4,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail h5,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail h6 {
  font-size: 1.0rem;
  font-weight: 600;
  color: #2b2b2b;
  margin: 1rem 0;
  text-align: left;
}

@media screen and (min-width: 768px) {

  .jobs-content .jobs-list-wrapper .content-body.jobs-detail h4,
  .jobs-content .jobs-list-wrapper .content-body.jobs-detail h5,
  .jobs-content .jobs-list-wrapper .content-body.jobs-detail h6 {
    font-size: 1.1rem;
  }
}

.jobs-content .jobs-list-wrapper .content-body.jobs-detail ol,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail ul {
  margin-bottom: 1rem;
}

.jobs-content .jobs-list-wrapper .content-body.jobs-detail ol li,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail ul li {
  font-size: 14px;
  line-height: 1.75;
  color: #777777;
}

@media screen and (min-width: 768px) {

  .jobs-content .jobs-list-wrapper .content-body.jobs-detail ol li,
  .jobs-content .jobs-list-wrapper .content-body.jobs-detail ul li {
    font-size: 1rem;
    line-height: 2;
  }
}

.jobs-content .jobs-list-wrapper .content-body.jobs-detail p,
.jobs-content .jobs-list-wrapper .content-body.jobs-detail span {
  font-size: 14px;
  line-height: 1.75;
  color: #777777;
}

@media screen and (min-width: 768px) {

  .jobs-content .jobs-list-wrapper .content-body.jobs-detail p,
  .jobs-content .jobs-list-wrapper .content-body.jobs-detail span {
    font-size: 1rem;
    line-height: 2;
  }
}

.jobs-content .panel-collapse {
  overflow: hidden;
  transition: all 0.55s ease;
}

.jobs-content .apply {
  width: 120px;
  height: 36px;
  border-radius: 36px;
  background-color: #34b366;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  margin: 2rem 0;
  transition: all 0.35s ease;
  width: 90px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .jobs-content .apply {
    width: 120px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    margin: 2rem 0;
  }
}

.jobs-content .apply:hover {
  background-color: #315dab;
  color: #ffffff;
}

.jobs-content .apply:hover a {
  color: #ffffff;
}

.download-content .files-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;
}

.download-content .files-list .item {
  width: 100%;
  margin: 0 0 1rem;
  transition: all 0.35s ease;
}

@media screen and (min-width: 768px) {
  .download-content .files-list .item {
    width: calc((100% - 8rem) / 3);
    margin: 0 4rem 2rem 0;
    height: 220px;
  }

  .download-content .files-list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.download-content .files-list .wrapper {
  padding: 1rem;
  background-color: #f8f8f8;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .download-content .files-list .wrapper {
    padding-left: 2rem;
  }
}

.download-content .files-list h3 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #282828;
  margin: 0;
  padding: 0 3rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .download-content .files-list h3 {
    font-size: 18px;
    padding: 0;
  }
}

.download-content .files-list .file-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 1rem;
  bottom: 1rem;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/page-support/icon-file.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .download-content .files-list .file-icon {
    width: 96px;
    height: 96px;
  }
}

.download-content .files-list .download-btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  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;
}

@media screen and (min-width: 768px) {
  .download-content .files-list .download-btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    right: 2rem;
    bottom: 2rem;
  }
}

.download-content .files-list .download-btn i {
  font-size: 14px;
  color: #777777;
  transition: all 0.35s ease;
}

@media screen and (min-width: 768px) {
  .download-content .files-list .download-btn i {
    font-size: 20px;
  }
}

.download-content .files-list .download-btn:hover {
  border-color: #315dab;
  background-color: #315dab;
}

.download-content .files-list .download-btn:hover i {
  color: #ffffff;
}

.download-content .files-list .item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
}

.download-content .files-list .item:hover h3 {
  color: #ffffff;
}

.download-content .files-list .item:hover .wrapper {
  background-color: #34b366;
}

.download-content .files-list .item:hover .file-icon {
  opacity: 0.2;
}

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

.faqs-content .flex-wrapper .item {
  width: 100%;
  margin: 0 0 1rem;
  cursor: pointer;
  padding: 1rem;
  border: 1px solid #eeeeee;
  transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
  .faqs-content .flex-wrapper .item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 2rem;
  }
}

.faqs-content .flex-wrapper .item.active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.faqs-content .flex-wrapper .icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 1px;
}

@media screen and (min-width: 768px) {
  .faqs-content .flex-wrapper .icon {
    width: 32px;
    height: 32px;
    position: relative;
    top: auto;
  }
}

.faqs-content .flex-wrapper .icon.question {
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/page-support/icon-question.png");
  margin-right: 1rem;
}

.faqs-content .flex-wrapper .icon.answer {
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/page-support/icon-answer.png");
  position: absolute;
  left: 0;
  top: 18px;
}

@media screen and (min-width: 768px) {
  .faqs-content .flex-wrapper .icon.answer {
    top: auto;
  }
}

.faqs-content .flex-wrapper .title {
  position: relative;
  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;
}

.faqs-content .flex-wrapper .title h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  color: #282828;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .faqs-content .flex-wrapper .title h3 {
    font-size: 20px;
    padding-left: 0;
  }
}

.faqs-content .flex-wrapper .details {
  overflow: hidden;
  height: 0px;
  transition: all 0.25s ease;
}

.faqs-content .flex-wrapper .content {
  padding: 1rem 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .faqs-content .flex-wrapper .content {
    padding: 2rem 3rem;
  }
}

.faqs-content .flex-wrapper .content h1,
.faqs-content .flex-wrapper .content h2,
.faqs-content .flex-wrapper .content h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 2rem 0;
  text-align: left;
  color: #282828;
  line-height: 1;
}

.faqs-content .flex-wrapper .content h1:first-of-type,
.faqs-content .flex-wrapper .content h2:first-of-type,
.faqs-content .flex-wrapper .content h3:first-of-type {
  margin-top: 0;
}

.faqs-content .flex-wrapper .content h4,
.faqs-content .flex-wrapper .content h5,
.faqs-content .flex-wrapper .content h6 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2b2b2b;
  margin: 1rem 0;
  text-align: left;
}

.faqs-content .flex-wrapper .content h4:first-of-type,
.faqs-content .flex-wrapper .content h5:first-of-type,
.faqs-content .flex-wrapper .content h6:first-of-type {
  margin-top: 0;
}

.faqs-content .flex-wrapper .content ol,
.faqs-content .flex-wrapper .content ul {
  margin-bottom: 1rem;
}

.faqs-content .flex-wrapper .content ol li,
.faqs-content .flex-wrapper .content ul li {
  font-size: 1.0rem;
  line-height: 2;
  color: #777777;
}

.faqs-content .flex-wrapper .content p,
.faqs-content .flex-wrapper .content span {
  font-size: 14px;
  line-height: 1.75;
  color: #777777;
}

@media screen and (min-width: 768px) {

  .faqs-content .flex-wrapper .content p,
  .faqs-content .flex-wrapper .content span {
    font-size: 1rem;
    line-height: 2;
  }
}

.news-content .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;
  margin-bottom: 6rem;
}

.news-content .news-list .item {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  transition: all 0.25s ease;
}

.news-content .news-list .item:nth-of-type(3n) {
  margin-right: 0;
}

.news-content .news-list .item .img {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dddddd;
}

.news-content .news-list .item .img div,
.news-content .news-list .item .img a {
  width: 100%;
  padding-bottom: 56%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.35s ease;
}

.news-content .news-list .item .info {
  padding: 1rem;
  border: 1px solid #dddddd;
  border-top: none;
  min-height: 172px;
  transition: all 0.25s ease;
}

.news-content .news-list .item .pubdate {
  font-size: 14px;
  color: #aaaaaa;
  margin: 1rem 0 0;
}

.news-content .news-list .item h3 {
  margin: 0 0 1rem;
  color: #282828;
  transition: all 0.35s ease;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}

.news-content .news-list .item .excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 24px + 1px);
  height: calc(2 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #555555;
  transition: all 0.35s ease;
}

.news-content .news-list .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.news-content .news-list .item:hover .img a {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.news-content .news-list .item:hover h3 {
  color: #34b366;
}

.news-content .news-list .item:hover .excerpt p {
  color: #aaaaaa;
}

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

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

.news-details-content .details-content {
  margin: 0 0 8rem;
}

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

.news-details-content .details-content h1 {
  color: #315dab;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-size: 22px;
}

.news-details-content .details-content h2,
.news-details-content .details-content h3 {
  color: #34b366;
  margin: 1.5rem 0;
  font-size: 20px;
}

.news-details-content .details-content h4,
.news-details-content .details-content h5,
.news-details-content .details-content h6 {
  font-size: 18px;
  color: #34b366;
  margin: 1rem 0;
}

.news-details-content .details-content p,
.news-details-content .details-content span,
.news-details-content .details-content div {
  font-size: 1rem;
  color: #777777;
  line-height: 1.75;
  text-indent: 2rem;
  margin-bottom: 1rem;
}

.news-details-content .details-content ul,
.news-details-content .details-content ol {
  margin: 1rem 0;
}

.news-details-content .details-content ul li,
.news-details-content .details-content ul li a,
.news-details-content .details-content ol li,
.news-details-content .details-content ol li a {
  font-size: 1.0rem;
  line-height: 2;
  padding-left: 2rem;
  color: #555555;
}

.news-details-content .details-content table {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-right: none;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .news-details-content .details-content table {
    min-width: 100%;
  }
}

.news-details-content .details-content table tr {
  border-bottom: 1px solid #aaaaaa;
}

.news-details-content .details-content table tr td {
  border-right: 1px solid #aaaaaa;
  text-align: left;
  padding: 0.35rem 0.7rem;
  font-size: 13px;
  color: #777777;
  line-height: 1.5;
  width: auto;
  min-width: 120px;
  line-height: 2;
  line-height: 1.75;
}

.news-details-content .details-content table tr td:nth-of-type(1) {
  color: #555555;
}

@media screen and (min-width: 768px) {
  .news-details-content .details-content table tr td {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}

.news-details-content .details-content table tr:first-of-type,
.news-details-content .details-content table tr.blue-row {
  font-size: 14px;
  color: #2b2b2b;
  background-color: #34b366;
}

@media screen and (min-width: 768px) {

  .news-details-content .details-content table tr:first-of-type,
  .news-details-content .details-content table tr.blue-row {
    font-size: 1.25rem;
  }
}

.news-details-content .details-content table tr:first-of-type td,
.news-details-content .details-content table tr.blue-row td {
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 14px;
}

@media screen and (min-width: 768px) {

  .news-details-content .details-content table tr:first-of-type td,
  .news-details-content .details-content table tr.blue-row td {
    font-size: 1.05rem;
  }
}

.news-details-content .details-content table * {
  text-indent: 0 !important;
}

.news-details-content .details-content table tbody tr:first-of-type {
  color: #ffffff !important;
}

.news-details-content .details-content table tbody tr:first-of-type * {
  color: #ffffff !important;
}

.news-details-wrapper .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;
}

.news-details-wrapper .flex-wrapper .news-details {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news-details-wrapper .flex-wrapper .news-details {
    width: calc(100% - 2rem - 350px);
  }
}

.news-details-wrapper .flex-wrapper .recommend-news {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news-details-wrapper .flex-wrapper .recommend-news {
    width: 350px;
  }
}

.news-details-wrapper .flex-wrapper .recommend-news ul.types {
  margin: 1rem 0 4rem;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.types li {
  display: inline-block;
  width: 100%;
  border: 1px solid #eeeeee;
  border-bottom: none;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.types li:last-of-type {
  border-bottom: 1px solid #eeeeee;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.types li a {
  font-size: 1rem;
  color: #282828;
  display: block;
  width: 100%;
  padding: 10px 1rem;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.types li:hover {
  background-color: #34b366;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.types li:hover a {
  color: #ffffff;
}

.news-details-wrapper .flex-wrapper .recommend-news h3 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 2px solid #34b366;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eeeeee;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .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;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .img {
  width: 155px;
  overflow: hidden;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .img a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .info {
  width: calc(100% - 155px - 1rem);
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .info h4 {
  margin: 0;
  color: #333333;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 16px;
  max-height: calc(2 * 24px + 1px);
  height: calc(2 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .info h4:hover {
  color: #34b366;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .info a.details {
  font-size: 14px;
  color: #aaaaaa;
  display: inline-block;
  margin-top: 1.5rem;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .info a.details i {
  font-size: 12px;
  margin-left: 4px;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .info a.details:hover {
  color: #34b366;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li .wrapper .info a.details:hover i {
  color: #34b366;
}

.news-details-wrapper .flex-wrapper .recommend-news ul.news-list li:hover .wrapper .img a {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.solutions-content .solutions-list .item {
  padding: 0;
  border: 1px solid #eeeeee;
  transition: all 0.25s ease;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item {
    padding: 1rem;
    margin: 0 0 2rem;
  }
}

.solutions-content .solutions-list .item .wrapper {
  position: relative;
  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;
}

.solutions-content .solutions-list .item .img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .img {
    width: 320px;
    height: 220px;
  }
}

.solutions-content .solutions-list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.solutions-content .solutions-list .item .img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.solutions-content .solutions-list .item .content {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .content {
    padding-right: 4rem;
    font-size: 18px;
    width: calc(100% - 320px - 100px);
    padding-left: 2rem;
  }
}

.solutions-content .solutions-list .item .content .title h4 {
  margin: 0 0 12px;
  line-height: 1;
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  transition: all 0.25s ease;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .content .title h4 {
    margin: 0 0 1rem;
    font-size: 20px;
  }
}

.solutions-content .solutions-list .item .content .title h4:hover {
  color: #34b366;
}

.solutions-content .solutions-list .item .content .excerpt {
  margin: 0 0 12px;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .content .excerpt {
    margin: 0 0 1rem;
  }
}

.solutions-content .solutions-list .item .content .excerpt p,
.solutions-content .solutions-list .item .content .excerpt * {
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  max-height: calc(3 * 30px + 1px);
  height: calc(3 * 30px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: auto;
}

.solutions-content .solutions-list .item .content .learn-more {
  font-size: 14px;
  color: #34b366;
}

.solutions-content .solutions-list .item .content .learn-more:hover {
  color: #315dab;
}

.solutions-content .solutions-list .item .pubdate {
  width: 120px;
  height: auto;
  padding-right: 0;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .pubdate {
    padding-right: 1rem;
    width: 100px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.solutions-content .solutions-list .item .pubdate>div {
  position: relative;
  width: 100%;
  text-align: right;
  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;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .pubdate>div {
    display: block;
  }
}

.solutions-content .solutions-list .item .pubdate>div:after {
  position: absolute;
  content: '';
  left: -2rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
  display: none;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .pubdate>div:after {
    display: block;
  }
}

.solutions-content .solutions-list .item .pubdate div {
  color: #555555;
  font-family: arial;
  line-height: 1;
}

.solutions-content .solutions-list .item .pubdate .date {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .pubdate .date {
    font-size: 32px;
    margin: 0 0 10px;
  }
}

.solutions-content .solutions-list .item .pubdate .year {
  font-size: 15px;
  display: none;
}

@media screen and (min-width: 768px) {
  .solutions-content .solutions-list .item .pubdate .year {
    display: block;
    font-size: 18px;
  }
}

.solutions-content .solutions-list .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
}

.solutions-content .types {
  width: 100%;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solutions-content .types li {
  width: 100%;
  margin: 0 0 6px;
}

@media screen and (min-width: 768px) {
  .solutions-content .types li {
    width: calc((100% - 8rem) / 3);
    margin: 0;
  }
}

.solutions-content .types li a {
  display: inline-block;
  padding: 0.5rem;
  font-size: 14px;
  color: #777777;
  border: 1px solid #eeeeee;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .solutions-content .types li a {
    font-size: 1rem;
  }
}

.solutions-content .types li a:hover {
  border-color: #34b366;
}

.solutions-content .types li .icon {
  width: 24px;
  height: 24px;
  background-size: 300%;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: url("/wp-content/themes/wandi/assets/oss-szwandicom/img/page-solutions/icons-solution-type.png");
  margin-right: 8px;
}

.solutions-content .types li .icon.pos-2 {
  background-position-x: 50%;
}

.solutions-content .types li .icon.pos-3 {
  background-position-x: 100%;
}

.solutions-content .types li.active .icon {
  background-position-y: 100%;
}

.solutions-content .types li.active a {
  color: #ffffff;
  border-color: #34b366;
  background-color: #34b366;
}

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

.solution-details-content .flex-wrapper .solution-details {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .solution-details-content .flex-wrapper .solution-details {
    width: calc(100% - 2rem - 350px);
  }
}

.solution-details-content .flex-wrapper .recommend-solutions {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .solution-details-content .flex-wrapper .recommend-solutions {
    width: 350px;
  }
}

.solution-details-content .solution-details h2.solution-title {
  margin: 0 0 1rem;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .solution-details-content .solution-details h2.solution-title {
    font-size: 24px;
    line-height: 1.75;
    margin: 0 0 2rem;
  }
}

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

.solution-details-content .details-content {
  margin: 0 0 8rem;
}

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

.solution-details-content .details-content h1 {
  color: #315dab;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-size: 22px;
}

.solution-details-content .details-content h2,
.solution-details-content .details-content h3 {
  color: #34b366;
  margin: 1.5rem 0;
  font-size: 20px;
}

.solution-details-content .details-content h4,
.solution-details-content .details-content h5,
.solution-details-content .details-content h6 {
  font-size: 18px;
  color: #34b366;
  margin: 1rem 0;
}

.solution-details-content .details-content p,
.solution-details-content .details-content span,
.solution-details-content .details-content div {
  font-size: 14px;
  color: #777777;
  line-height: 1.75;
  text-indent: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {

  .solution-details-content .details-content p,
  .solution-details-content .details-content span,
  .solution-details-content .details-content div {
    font-size: 1rem;
  }
}

.solution-details-content .details-content ul,
.solution-details-content .details-content ol {
  margin: 1rem 0;
}

.solution-details-content .details-content ul li,
.solution-details-content .details-content ul li a,
.solution-details-content .details-content ol li,
.solution-details-content .details-content ol li a {
  font-size: 1.0rem;
  line-height: 2;
  padding-left: 2rem;
  color: #555555;
}

.recommend-solutions h3 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 2px solid #34b366;
}

@media screen and (min-width: 768px) {
  .recommend-solutions h3 {
    font-size: 24px;
  }
}

.recommend-solutions ul.types {
  margin: 1rem 0 4rem;
}

.recommend-solutions ul.types li {
  display: inline-block;
  width: 100%;
  border-bottom: none;
  margin: 0 0 12px;
}

.recommend-solutions ul.types li:last-of-type {
  margin-bottom: 0;
}

.recommend-solutions ul.types li a {
  padding: 10px 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.recommend-solutions .products-list {
  margin: 1rem 0 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;
}

.recommend-solutions .products-list .item {
  width: calc(50% - 0.5rem);
  margin: 0 0 2rem;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
  .recommend-solutions .products-list .item {
    width: 100%;
    margin: 0 0 2rem;
  }
}

.recommend-solutions .products-list .img {
  width: 100%;
}

.recommend-solutions .products-list .img a {
  display: block;
  width: 100%;
}

.recommend-solutions .products-list .img div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.recommend-solutions .products-list .info {
  width: 100%;
  padding: 1rem;
  transition: all 0.25s ease;
}

.recommend-solutions .products-list .info h4 {
  font-size: 14px;
  color: #282828;
  transition: all 0.25s ease;
  margin: 0 0 10px;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 14px;
  width: 100%;
  font-size: 14px;
  max-height: calc(1 * 14px + 1px);
  height: calc(1 * 14px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}

@media screen and (min-width: 768px) {
  .recommend-solutions .products-list .info h4 {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}

.recommend-solutions .products-list .info .product-model {
  transition: all 0.25s ease;
  text-align: center;
  font-size: 12px;
  color: #777777;
}

@media screen and (min-width: 768px) {
  .recommend-solutions .products-list .info .product-model {
    font-size: 14px;
  }
}

.recommend-solutions .products-list .item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.recommend-solutions .products-list .item:hover .info {
  background-color: #34b366;
}

.recommend-solutions .products-list .item:hover .info h4 {
  color: #ffffff;
}

.recommend-solutions .products-list .item:hover .info .product-model {
  color: #ffffff;
}

.wp-video {
  width: 100% !important;
  text-align: center;
}

.sales-network-content p.intro {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  color: #777777;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sales-network-content p.intro {
    font-size: 18px;
    margin: 0 0 2rem;
  }
}

.sales-network-content .flex-wrapper {
  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;
}

.sales-network-content .flex-wrapper .svg-map {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 14rem;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .svg-map {
    width: 800px;
    margin-top: 0;
  }
}

.sales-network-content .flex-wrapper .svg-map svg {
  width: 100%;
}

.sales-network-content .flex-wrapper .svg-map path {
  fill: #eeeeee;
  stroke: #ffffff;
  stroke-width: 1px;
}

.sales-network-content .flex-wrapper .svg-map .area-wrapper {
  cursor: pointer;
}

.sales-network-content .flex-wrapper .svg-map .area-wrapper:hover path {
  fill: #dddddd;
}

.sales-network-content .flex-wrapper .svg-map .area-wrapper text {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .svg-map .area-wrapper text {
    font-size: inherit;
  }
}

.sales-network-content .flex-wrapper .svg-map .area-wrapper.active path {
  fill: #34b366;
  stroke: #34b366;
}

.sales-network-content .flex-wrapper .contact-info {
  width: 100%;
  padding-top: 2rem;
  position: absolute;
  z-index: 10;
  top: 0;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .contact-info {
    width: calc(100% - 2rem - 800px);
    padding-top: 6rem;
    position: relative;
    top: auto;
  }
}

.sales-network-content .flex-wrapper .head-info {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .head-info {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
  }
}

.sales-network-content .flex-wrapper .head-info h2,
.sales-network-content .flex-wrapper .head-info h3 {
  line-height: 1;
}

.sales-network-content .flex-wrapper .head-info h2 {
  color: #34b366;
  font-size: 20px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .head-info h2 {
    font-size: 2rem;
  }
}

.sales-network-content .flex-wrapper .head-info h3 {
  font-size: 18px;
  margin: 0 0 12px;
  font-weight: 400;
  color: #282828;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .head-info h3 {
    font-size: 1.5rem;
  }
}

.sales-network-content .flex-wrapper .locations {
  position: relative;
}

.sales-network-content .flex-wrapper .locations .item {
  display: none;
}

.sales-network-content .flex-wrapper .locations .item.active {
  display: block;
}

.sales-network-content .flex-wrapper .locations h3 {
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  margin: 0 0 1rem;
  line-height: 1;
  font-size: 16px;
  color: #282828;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .locations h3 {
    font-size: 1.5rem;
  }
}

.sales-network-content .flex-wrapper .locations h3 strong {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  color: #34b366;
  font-weight: 600;
  margin-left: 4px;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .locations h3 strong {
    font-size: 24px;
  }
}

.sales-network-content .flex-wrapper .locations ul {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .locations ul {
    margin: 2rem 0 0;
  }
}

.sales-network-content .flex-wrapper .locations ul li {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
  margin: 0 0 8px;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .locations ul li {
    font-size: 16px;
    margin: 0 0 14px;
  }
}

.sales-network-content .flex-wrapper .locations ul li:last-of-type {
  margin-bottom: 0;
}

.sales-network-content .flex-wrapper .locations li i {
  font-size: 13px;
  color: #777777;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  width: 18px;
}

@media screen and (min-width: 768px) {
  .sales-network-content .flex-wrapper .locations li i {
    font-size: 15px;
  }
}

.sales-network-content .flex-wrapper .locations li i.fa-mobile,
.sales-network-content .flex-wrapper .locations li i.fa-map-marker {
  font-size: 15px;
}

@media screen and (min-width: 768px) {

  .sales-network-content .flex-wrapper .locations li i.fa-mobile,
  .sales-network-content .flex-wrapper .locations li i.fa-map-marker {
    font-size: 20px;
  }
}

.service-center-content .wrapper .item {
  width: 100%;
  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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item {
    margin: 0;
  }
}

.service-center-content .wrapper .item .img,
.service-center-content .wrapper .item .content {
  width: 100%;
}

@media screen and (min-width: 768px) {

  .service-center-content .wrapper .item .img,
  .service-center-content .wrapper .item .content {
    width: 50%;
  }
}

.service-center-content .wrapper .item .img {
  order: 1;
}

.service-center-content .wrapper .item .img img {
  display: block;
  max-width: 100%;
}

.service-center-content .wrapper .item .content {
  order: 2;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item .content {
    padding-top: 4rem;
    padding-left: 4rem;
  }
}

.service-center-content .wrapper .item h2 {
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 12px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item h2 {
    font-size: 24px;
    margin: 0 0 2rem;
  }
}

.service-center-content .wrapper .item h2:after {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 70%;
  top: 15%;
  left: -1rem;
  background-color: #34b366;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item h2:after {
    left: -2rem;
  }
}

.service-center-content .wrapper .item p {
  font-size: 14px;
  color: #777777;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item p {
    font-size: 18px;
  }
}

.service-center-content .wrapper .item:nth-of-type(2n) .img {
  order: 1;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item:nth-of-type(2n) .img {
    order: 2;
  }
}

.service-center-content .wrapper .item:nth-of-type(2n) .content {
  order: 2;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item:nth-of-type(2n) .content {
    order: 1;
    padding-right: 4rem;
    padding-left: 0;
  }
}

.service-center-content .wrapper .item:nth-of-type(2n) h2 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item:nth-of-type(2n) h2 {
    text-align: right;
  }
}

.service-center-content .wrapper .item:nth-of-type(2n) h2:after {
  left: -1rem;
  right: auto;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item:nth-of-type(2n) h2:after {
    right: -2rem;
  }
}

.service-center-content .wrapper .item:nth-of-type(2n) p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .service-center-content .wrapper .item:nth-of-type(2n) p {
    text-align: right;
  }
}

#floatDiv {
  display: none !important;
}

@media screen and (min-width: 768px) {
  #floatDiv {
    display: block !important;
  }
}