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

.transform-upperCase {
  text-transform: uppercase;
}

.fontWeight-bold {
  font-family: 'webfont-bold';
  font-weight: 600;
}

.fontWeight-thin {
  font-family: 'Roboto-Thin';
  font-weight: 200;
}

.color-green {
  color: #34b366;
}

.align-center {
  text-align: center;
}

.title-large {
  font-size: 36px;
}

.title-big {
  font-size: 32px;
}

.title-medium {
  font-size: 24px;
}

.title-small {
  font-size: 1.5rem;
}

.text-small {
  font-size: 12px;
}

.text-normal {
  font-size: 14px;
}

.text-medium {
  font-size: 16px;
}

.text-big {
  font-size: 1.25rem;
}

.text-large {
  font-size: 20px;
}

.regular-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-dark {
  background-color: #efefef;
}

.bg-light-gray {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: #ffffff;
}

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

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

.alg-ct {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.alg-st {
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: start;
}

.alg-end {
  -webkit-box-align: end;
  -webkit-align-items: end;
  align-items: end;
}

.just-bt {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.just-ar {
  -webkit-box-pack: around;
  -webkit-justify-content: around;
  justify-content: around;
}

.just-ct {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.just-st {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
}

.just-end {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}

.flex-ct-ct {
  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;
}

.flex-bt-st {
  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: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

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

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.posf {
  position: fixed;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-100vw {
  width: 100vw;
}

.h-100vh {
  height: 100vh;
}

.mb__1rem {
  margin-bottom: 1rem;
}

.mb__2rem {
  margin-bottom: 2rem;
}

.mb__3rem {
  margin-bottom: 3rem;
}

.mb__4rem {
  margin-bottom: 4rem;
}

.mb__5rem {
  margin-bottom: 5rem;
}

.mb__6rem {
  margin-bottom: 6rem;
}

.mb__7rem {
  margin-bottom: 7rem;
}

.mb__8rem {
  margin-bottom: 8rem;
}

.mb__9rem {
  margin-bottom: 9rem;
}

.mb__10rem {
  margin-bottom: 10rem;
}

.mt__1rem {
  margin-top: 1rem;
}

.mt__2rem {
  margin-top: 2rem;
}

.mt__3rem {
  margin-top: 3rem;
}

.mt__4rem {
  margin-top: 4rem;
}

.mt__5rem {
  margin-top: 5rem;
}

.mt__6rem {
  margin-top: 6rem;
}

.mt__7rem {
  margin-top: 7rem;
}

.mt__8rem {
  margin-top: 8rem;
}

.mt__9rem {
  margin-top: 9rem;
}

.mt__10rem {
  margin-top: 10rem;
}

.pb__1rem {
  padding-bottom: 1rem;
}

.pb__2rem {
  padding-bottom: 2rem;
}

.pb__3rem {
  padding-bottom: 3rem;
}

.pb__4rem {
  padding-bottom: 4rem;
}

.pb__5rem {
  padding-bottom: 5rem;
}

.pb__6rem {
  padding-bottom: 6rem;
}

.pb__7rem {
  padding-bottom: 7rem;
}

.pb__8rem {
  padding-bottom: 8rem;
}

.pb__9rem {
  padding-bottom: 9rem;
}

.pb__10rem {
  padding-bottom: 10rem;
}

.pt__1rem {
  padding-top: 1rem;
}

.pt__2rem {
  padding-top: 2rem;
}

.pt__3rem {
  padding-top: 3rem;
}

.pt__4rem {
  padding-top: 4rem;
}

.pt__5rem {
  padding-top: 5rem;
}

.pt__6rem {
  padding-top: 6rem;
}

.pt__7rem {
  padding-top: 7rem;
}

.pt__8rem {
  padding-top: 8rem;
}

.pt__9rem {
  padding-top: 9rem;
}

.pt__10rem {
  padding-top: 10rem;
}

html {
  font-size: 14px;
}

html body {
  font-size: 14px;
}

html,
body {
  font-family: 'webfont', Arial, Helvetica, sans-serif;
  width: 100%;
}

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

section {
  background-color: #ffffff;
  padding: 0;
  padding: 72px 0;
}

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

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

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

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

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

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

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 720px;
}

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

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

@media (min-width: 1480px) {
  header .container {
    width: 1350px;
    padding: 0;
  }

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

@media (min-width: 1481px) {
  header .container {
    width: 1660px;
    padding: 0;
  }

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

header .header-top {
  background-color: #ffffff;
  border-bottom: 1px solid #dbdbdb;
}

header .right {
  text-align: right;
}

header .header-top p,
header .header-top ul li,
header .header-top i {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}

header .header-top .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;
  height: 24px;
}

header .header-top img {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
}

header .header-top .lang-select li {
  cursor: pointer;
}

header .header-top .lang-select li a {
  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;
}

header .header-top ul {
  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;
}

header .header-top ul li {
  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: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 4rem;
}

header .header-top ul li:last-of-type {
  margin-right: 0;
}

header .header-top ul li i {
  margin-right: 6px;
}

header .header-top ul li i.fa-phone {
  font-size: 16px;
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
}

header .header-top ul li i.fa-mobile {
  font-size: 18px;
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
}

header .header-top ul li i.fa-envelope {
  font-size: 14px;
}

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

  header .navbar>.container .navbar-brand,
  header .navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0;
    height: auto;
  }

  header .navbar>.container .navbar-brand img,
  header .navbar>.container-fluid .navbar-brand img {
    height: 32px;
    margin: 29px 0;
    margin: 33px 0 25px 0;
  }
}

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

header .navbar-default .navbar-nav>li {
  margin-right: 24px;
  position: relative;
  height: 90px;
}

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

header .navbar-default .navbar-nav>li>a {
  font-size: 1rem;
  padding: 0;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  line-height: 90px;
  line-height: 1;
  margin-top: 33px;
  margin-top: 37px;
  display: inline-block;
  color: #282828;
}

header .navbar-default .navbar-nav>li>a span {
  display: inline-block;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 600;
  font-family: 'webfont-bold';
  padding: 4px;
  border-radius: 4px;
}

header .navbar-default .navbar-nav>li>a:hover span {
  color: #000000;
}

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

header .navbar-default .navbar-nav>.active>a span,
header .navbar-default .navbar-nav>.active>a:focus span,
header .navbar-default .navbar-nav>.active>a:hover span {
  color: #ffffff;
  background-color: #34b366;
}

header .navbar-default .navbar-nav>li.tool-wrapper {
  margin-left: 40px;
  width: 430px;
}

header .navbar-default .navbar-nav>li.tool-wrapper .wrapper {
  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;
  height: 90px;
  padding-bottom: 8px;
  padding-bottom: 4px;
}

header .navbar-default .navbar-nav>li.tool-wrapper .contact-info {
  margin-right: 24px;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper {
  width: 110px;
  height: 20px;
  background-color: #C9C9C9;
  border-radius: 20px;
  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 .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper ::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper ::placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper input,
header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper input {
  width: 90px;
  padding: 0 0 0 8px;
  font-size: 12px;
  color: #555555;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper button {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0 20px 20px 0;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper button i {
  color: #ffffff;
  font-size: 12px;
}

header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper button:hover {
  background-color: #34b366;
}

header .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  border-top: 1px solid #eeeeee;
  width: 100vw;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 115px;
}

header .sub-menu .wrapper {
  width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
}

header .sub-menu .wrapper .item {
  width: 20%;
  padding: 4rem 2rem;
  height: 400px;
  background-color: #ffffff;
}

header .sub-menu .wrapper .item:nth-of-type(2n) {
  background-color: #fafafa;
}

header .sub-menu .wrapper .item h4 {
  line-height: 1;
  margin: 0 0 1rem;
  padding: 0 0 1rem 1rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  color: #14A850;
}

header .sub-menu .wrapper .item h4:hover {
  color: #088239;
}

header .sub-menu .wrapper .item ul li {
  margin-bottom: 1rem;
  margin-bottom: 0;
}

header .sub-menu .wrapper .item ul li:last-of-type {
  margin-bottom: 0;
}

header .sub-menu .wrapper .item ul li a {
  padding-left: 1.5rem;
  position: relative;
  font-size: 1rem;
  color: #777777;
  display: block;
  padding: 0.5rem 0 0.5rem 2.0rem;
  width: 100%;
}

header .sub-menu .wrapper .item ul li a:after {
  position: absolute;
  content: "\E649";
  font-family: 'themify';
  font-size: 12px;
  color: #777777;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

header .sub-menu .wrapper .item ul li a:hover {
  color: #ffffff;
  background-color: #34b366;
}

header .sub-menu .wrapper .item ul li a:hover:after {
  color: #ffffff;
}

header .navbar-default .navbar-nav>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

header .menu-toggle {
  position: absolute;
  display: none;
  width: 34px;
  height: 34px;
}

@media screen and (max-width: 767px) {
  header .menu-toggle {
    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;
    right: 1rem;
    top: 0;
  }
}

header .menu-toggle i {
  font-size: 1.0rem;
  color: #14A850;
}

header .menu-toggle i:last-of-type {
  display: none;
}

header li.nav-products.opened .menu-toggle i:first-of-type {
  display: none;
}

header li.nav-products.opened .menu-toggle i:last-of-type {
  display: block;
}

footer {
  background-color: #282c35;
  padding: 72px 0 0;
}

footer .copy-right {
  background-color: #171a20;
}

footer .copy-right .flex-wrapper {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

footer .copy-right .flex-wrapper p {
  margin-right: 180px;
}

footer .copy-right ul li,
footer .copy-right p {
  font-size: 1rem;
  color: #ffffff;
}

footer .copy-right ul li {
  display: inline-block;
  margin-right: 24px;
}

footer .copy-right ul li:last-of-type {
  margin-right: 0;
}

footer .footer-nav {
  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;
  margin-bottom: 72px;
}

footer .footer-nav .item.qr-code h4 {
  text-align: left;
  font-size: 1rem;
  margin: 1rem 0 0;
  color: #ffffff;
}

footer .footer-nav .item.logo img {
  margin-bottom: 40px;
}

footer .footer-nav .item.logo h3,
footer .footer-nav .item.logo h4 {
  color: #ffffff;
  line-height: 1;
}

footer .footer-nav .item.logo h4 {
  font-size: 12px;
  margin: 0 0 16px;
}

footer .footer-nav .item.logo h3 {
  font-weight: 600;
  font-family: 'webfont-bold';
  padding-left: 2rem;
  font-style: italic;
  font-size: 30px;
  margin: 0 0 16px;
}

footer .footer-nav .item h3 {
  text-align: left;
  margin: 0 0 24px;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}

footer .footer-nav .item ul li {
  margin-bottom: 10px;
}

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

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

footer .footer-nav .item ul li a:hover {
  color: #aaaaaa;
}

footer .footer-nav .item ul li a i {
  margin-left: 0.5rem;
}

footer .footer-mb {
  display: none;
}

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

  footer .footer-mb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #555555;
  }

  footer .footer-mb ul li {
    width: calc((100% - 3px) / 4);
    background-color: #282828;
    margin: 0;
    padding: 0;
  }

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

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

  footer .footer-mb ul li a .icon i {
    font-size: 30px;
    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;
  }
}

.banner-home {
  margin-top: 115px;
}

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

.banner-home .swiper-button-next,
.banner-home .swiper-button-prev {
  width: 64px;
  height: 64px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 64px;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
}

.banner-home .swiper-button-next:hover,
.banner-home .swiper-button-prev:hover {
  background-color: #14A850;
}

.banner-home .swiper-button-next:hover i,
.banner-home .swiper-button-prev:hover i {
  opacity: 1;
}

.banner-home .swiper-button-next i,
.banner-home .swiper-button-prev i {
  font-size: 2rem;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.25s ease;
}

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

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

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

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

.banner-content {
  margin-top: 115px;
}

@media screen and (max-width: 1480px) {

  .banner-content,
  .banner-home {
    margin-top: 107px;
  }
}

@media screen and (max-width: 767px) {

  .banner-content,
  .banner-home {
    margin-top: 75px;
  }

  .banner-content img,
  .banner-home img {
    width: 100%;
  }
}

.nav-tabs {
  border: none;
}

.nav-tabs>li {
  float: unset;
  margin: 0;
}

.nav-tabs>li>a {
  line-height: 1.75;
  border: none;
  border-radius: 0;
  margin: 0;
}

.nav-tabs>li.active a,
.nav-tabs>li.active a:focus,
.nav-tabs>li.active a:hover {
  border: none;
  background-color: transparent;
}

.pagination.pagi-default {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  margin: 4rem auto;
}

.pagination.pagi-default .page-numbers {
  font-size: 16px;
  margin: 0 0.5rem;
  padding: 0.5rem 0.25rem;
  color: #555555;
  transition: all 0.25s ease;
  border: none;
  width: 45px;
  height: 45px;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .pagination.pagi-default .page-numbers {
    font-size: 14px;
  }
}

.pagination.pagi-default .page-numbers:hover {
  color: #14A850;
}

.pagination.pagi-default a.page-numbers,
.pagination.pagi-default span.page-numbers.dots {
  display: none;
}

.pagination.pagi-default a.page-numbers.next,
.pagination.pagi-default a.page-numbers.prev {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 45px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  transition: all 0.25s ease;
}

.pagination.pagi-default a.page-numbers.next i,
.pagination.pagi-default a.page-numbers.prev i {
  color: #555555;
  font-size: 1.5rem;
}

.pagination.pagi-default a.page-numbers.next:hover,
.pagination.pagi-default a.page-numbers.prev:hover {
  background-color: #34b366;
}

.pagination.pagi-default a.page-numbers.next:hover i,
.pagination.pagi-default a.page-numbers.prev:hover i {
  color: #ffffff;
}

.pagination.pagi-default .page-num.page-numbers:hover {
  background-color: transparent;
  color: #555555;
}

.pagination.pagi-default .page-numbers.current {
  color: #555555;
  margin: 0 1.5rem;
}

.pagination.style-news {
  margin: 2rem 0 8rem;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background-color: #F2F2F2;
  background-color: #E8E8E8;
  border-radius: 0;
}

.pagination.style-news .page-numbers {
  font-size: 1.1rem;
  margin: 0 0.25rem;
  padding: 0.45rem 0.75rem;
  color: #aaaaaa;
  border: none;
  border-radius: 4px;
}

.pagination.style-news .page-numbers:hover {
  color: #2b2b2b;
}

.pagination.style-news .page-numbers.dots {
  background-color: transparent;
}

.pagination.style-news .page-num.page-numbers:hover {
  background-color: transparent;
  color: #555555;
}

.pagination.style-news .page-numbers.current {
  background-color: #F6971A;
  color: #ffffff;
}

.crumb {
  margin: 20px 0;
}

.crumb.margin-big {
  margin: 32px 0;
}

.crumb.padding-big {
  padding: 32px 0;
}

.crumb 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-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.crumb ul li,
.crumb ul li a {
  font-size: 16px;
  color: #555555;
}

.crumb ul li i {
  margin: 0 0.5rem;
  font-size: 12px;
}

.crumb ul li:first-of-type {
  margin-right: 0.5rem;
}

.crumb ul li:first-of-type i {
  margin-left: 0;
  font-size: 14px;
}

.crumb ul li.active a {
  color: #F6971A;
}

.crumb .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  color: #555555;
}

.content-page.products .main-wrapper .crumb {
  margin-top: 0;
}

.crumb.with-border-bottom {
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}

.crumb .current-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.crumb .current-category ul li {
  margin: 0;
  margin-left: 2rem;
}

.crumb .current-category ul li a {
  font-size: 18px;
  padding: 0.5rem 1.5rem;
  color: #777777;
}

.crumb .current-category ul li a:hover {
  color: 000000;
}

.crumb .current-category ul li.active a {
  color: #000000;
  position: relative;
}

.crumb .current-category ul li.active a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #F6971A;
  left: 0;
  bottom: -31px;
}

.content-page.support .crumb ul li:last-of-type a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.content-page.support .crumb ul li:last-of-type a .icon {
  margin-left: 0.5rem;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-support.png");
  background-size: 400%;
  background-position-x: 0;
  background-position-y: 100%;
}

.content-page.support .crumb ul li:last-of-type a .icon.index-1 {
  background-position-x: 0%;
}

.content-page.support .crumb ul li:last-of-type a .icon.index-2 {
  background-position-x: 33.333333%;
}

.content-page.support .crumb ul li:last-of-type a .icon.index-3 {
  background-position-x: 66.666666%;
}

.content-page.support .crumb ul li:last-of-type a .icon.index-4 {
  background-position-x: 100%;
}

.content-page.solutions .crumb ul li:last-of-type {
  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: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #F6971A;
}

.content-page.solutions .crumb ul li:last-of-type .icon {
  width: 22px;
  height: 22px;
  margin-left: 0.5rem;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/stack-packet-managem.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bottom-info.single-content {
  padding-top: 2rem;
  border-top: 1px solid #dddddd;
  margin-top: 2rem;
}

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

.bottom-info.single-content .flex-wrapper a.back-button {
  border-radius: 4px;
  width: 160px;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  background-color: #34b366;
  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;
}

.bottom-info.single-content .flex-wrapper .left ul li {
  margin-bottom: 1rem;
}

.bottom-info.single-content .flex-wrapper .left ul li:last-of-type {
  margin-bottom: 0;
}

.bottom-info.single-content .flex-wrapper .left ul li a {
  font-size: 16px;
  color: #777777;
}

.share-post .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1 !important;
}

.share-post ul.socials li {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

.share-post ul.socials li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-share.png");
  background-size: 400%;
  background-position-x: 0;
  background-position-y: 0;
}

.share-post ul.socials li:nth-of-type(2) a {
  background-position-x: 33.333333%;
}

.share-post ul.socials li:nth-of-type(3) a {
  background-position-x: 66.666666%;
}

.share-post ul.socials li:nth-of-type(4) a {
  background-position-x: 100%;
}

.share-post ul.socials li a:hover {
  background-position-y: 100%;
}

.share-post .share-wechat-qr-img {
  display: none;
}

.lity-content .share-wechat-qr-img {
  position: relative;
  width: 360px;
  padding: 3rem 1.5rem;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.lity-content .wrapper {
  text-align: center;
}

.lity-content .wrapper h3 {
  margin: 0 0 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .lity-content .wrapper h3.for-pc {
    display: none;
  }
}

.lity-content .wrapper h3.for-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .lity-content .wrapper h3.for-mobile {
    display: block;
  }
}

.lity-content .wrapper img {
  width: 240px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.page-home .section-title,
.content-page .section-title {
  margin: 0 0 4rem;
}

.page-home .section-title h2,
.content-page .section-title h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 32px;
  color: #34b366;
}

.page-home .section-title h2:last-of-type,
.content-page .section-title h2:last-of-type {
  margin-bottom: 0;
}

.page-home .section-title h2.en,
.content-page .section-title h2.en {
  font-size: 36px;
  color: #555555;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Roboto-Thin';
  margin: 0 0 1rem;
}

.page-home section.news .section-title {
  margin: 0 0 2rem;
}

.page-home section.news .section-title .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.page-home section.news .section-title h2 {
  font-size: 24px;
  color: #282828;
  line-height: 1;
  margin: 0;
}

.page-home section.news .section-title h2.en {
  font-size: 18px;
  color: #aaaaaa;
  margin-left: 20px;
  text-transform: uppercase;
  position: relative;
}

.page-home section.news .section-title h2.en:after {
  position: absolute;
  left: -10px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #aaaaaa;
  content: '';
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.page-home section.news .section-title .active .wrapper h2 {
  color: #34b366;
}

.page-home section.news .section-title .active .wrapper h2.en:after {
  background-color: #34b366;
}

.page-home .learn-more {
  text-align: center;
  margin: 4rem auto 0;
}

.page-home .learn-more a {
  font-size: 1rem;
  color: #555555;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  transition: all 0.25s ease;
  border-radius: 4px;
}

.page-home .learn-more a i {
  color: #555555;
  margin-left: 0.5rem;
  font-size: 1rem;
}

.page-home .learn-more a:hover {
  background-color: #14A850;
  color: #ffffff;
  transition: all 0.25s ease;
}

.page-home .learn-more a:hover i {
  color: #ffffff;
}

section.products {
  background-color: #ffffff;
}

section.products .products-swiper {
  position: relative;
}

section.products .item .info {
  background-color: #f8f8f8;
}

section.products .item:hover .info {
  background-color: #14A850;
  border-color: #14A850;
}

section.products .item,
section.applications .item {
  padding: 8px;
}

section.products .item .wrapper,
section.applications .item .wrapper {
  transition: all 0.25s ease;
}

section.products .item .img,
section.applications .item .img {
  width: 100%;
  overflow: hidden;
}

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

section.products .item .info,
section.applications .item .info {
  background-color: #ffffff;
  padding: 1.25rem;
  transition: all 0.25s ease;
}

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

section.products .item .params,
section.applications .item .params {
  margin: 0 0 1rem;
}

section.products .item .params p,
section.applications .item .params p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 21px + 1px);
  height: calc(2 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #aaaaaa;
  transition: all 0.25s ease;
}

section.products .item .params ul,
section.applications .item .params ul {
  margin: 1rem 0;
}

section.products .item .params ul li,
section.applications .item .params ul li {
  margin-bottom: 6px;
  font-size: 1rem;
  color: #aaaaaa;
  transition: all 0.25s ease;
}

section.products .item .params ul li:last-of-type,
section.applications .item .params ul li:last-of-type {
  margin-bottom: 0;
}

section.products .item .excerpt,
section.applications .item .excerpt {
  margin-bottom: 1.25rem;
}

section.products .item .excerpt p,
section.products .item .excerpt ul li,
section.products .item .excerpt ol li,
section.products .item .excerpt div,
section.applications .item .excerpt p,
section.applications .item .excerpt ul li,
section.applications .item .excerpt ol li,
section.applications .item .excerpt div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 21px + 1px);
  height: calc(2 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #aaaaaa;
  transition: all 0.25s ease;
}

section.products .item .excerpt p:nth-of-type(n+2),
section.products .item .excerpt ul li:nth-of-type(n+2),
section.products .item .excerpt ol li:nth-of-type(n+2),
section.products .item .excerpt div:nth-of-type(n+2),
section.applications .item .excerpt p:nth-of-type(n+2),
section.applications .item .excerpt ul li:nth-of-type(n+2),
section.applications .item .excerpt ol li:nth-of-type(n+2),
section.applications .item .excerpt div:nth-of-type(n+2) {
  display: none;
}

section.products .item a.details-button,
section.applications .item a.details-button {
  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;
  font-size: 1rem;
  color: #14A850;
  transition: all 0.25s ease;
}

section.products .item a.details-button i,
section.applications .item a.details-button i {
  margin-left: 0.5rem;
  color: #14A850;
  transition: all 0.25s ease;
}

section.products .item:hover .wrapper,
section.applications .item:hover .wrapper {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

section.products .item:hover .img div,
section.applications .item:hover .img div {
  transform: scale(1.1);
}

section.products .item:hover .info,
section.applications .item:hover .info {
  background-color: #14A850;
}

section.products .item:hover .info h3,
section.products .item:hover .info .excerpt *,
section.products .item:hover .info a.details-button,
section.products .item:hover .info a.details-button i,
section.products .item:hover .info ul li,
section.applications .item:hover .info h3,
section.applications .item:hover .info .excerpt *,
section.applications .item:hover .info a.details-button,
section.applications .item:hover .info a.details-button i,
section.applications .item:hover .info ul li {
  color: #ffffff;
}

section.products .item:hover .info p,
section.applications .item:hover .info p {
  color: #ffffff;
}

section.applications .item .params {
  height: 42px;
}

section.products .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: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

section.products .products-list .item {
  width: calc((100% - 4rem) / 5);
  padding: 0;
  margin: 0 1rem 0 0;
}

section.products .products-list .item:nth-of-type(5n) {
  margin-right: 0;
}

section.products .products-list .item .img {
  border: 1px solid #eeeeee;
  border-bottom: none;
}

section.products .products-list .item .info {
  height: 150px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
}

section.products .products-list .item:hover .info {
  background-color: #14A850;
  border-color: #14A850;
}

section.products .product-category {
  margin: 2rem 0;
}

section.products .product-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

section.products .product-category ul li {
  margin-right: 2rem;
}

section.products .product-category ul li:last-of-type {
  margin-right: 0;
}

section.products .product-category ul li a {
  border-radius: 4px;
  font-size: 1rem;
  color: #555555;
  border: 1px solid #aaaaaa;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  line-height: 1.5;
  transition: all 0.25s ease;
}

section.products .product-category ul li a:hover {
  color: #ffffff;
  background-color: #14A850;
  border-color: #14A850;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.products .product-category ul li.active a {
  background-color: #14A850;
  border: 1px solid #14A850 !important;
  color: #ffffff;
}

section.products .products-swiper .swiper-button-prev,
section.products .products-swiper .swiper-container-rtl .swiper-button-next,
section.products .products-swiper .swiper-button-next,
section.products .products-swiper .swiper-container-rtl .swiper-button-prev,
section.applications .cases-swiper .swiper-button-prev,
section.applications .cases-swiper .swiper-container-rtl .swiper-button-next,
section.applications .cases-swiper .swiper-button-next,
section.applications .cases-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  outline: none;
}

section.products .products-swiper .swiper-button-next,
section.products .products-swiper .swiper-button-prev,
section.applications .cases-swiper .swiper-button-next,
section.applications .cases-swiper .swiper-button-prev {
  width: 96px;
  height: 96px;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.25s ease;
  margin: 0;
}

section.products .products-swiper .swiper-button-next:hover div,
section.products .products-swiper .swiper-button-prev:hover div,
section.applications .cases-swiper .swiper-button-next:hover div,
section.applications .cases-swiper .swiper-button-prev:hover div {
  opacity: 0.75;
}

section.products .products-swiper .swiper-button-next div,
section.products .products-swiper .swiper-button-prev div,
section.applications .cases-swiper .swiper-button-next div,
section.applications .cases-swiper .swiper-button-prev div {
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/arrow-icon.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: all 0.25s ease;
}

section.products .products-swiper .swiper-button-next,
section.applications .cases-swiper .swiper-button-next {
  right: -96px;
}

section.products .products-swiper .swiper-button-next div,
section.applications .cases-swiper .swiper-button-next div {
  transform: rotate(180deg);
}

section.products .products-swiper .swiper-button-prev,
section.applications .cases-swiper .swiper-button-prev {
  left: -96px;
}

section.products .products-swiper .swiper-pagination,
section.applications .cases-swiper .swiper-pagination {
  width: 100%;
  bottom: -2rem;
  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;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

section.products .products-swiper .swiper-pagination-bullet,
section.applications .cases-swiper .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  background: #A7A8AD;
  border-radius: 0;
  opacity: 1;
  margin: 0 4px;
}

section.products .products-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
section.applications .cases-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

section.products .products-swiper .swiper-pagination-bullet-active,
section.applications .cases-swiper .swiper-pagination-bullet-active {
  background: #57575C;
}

section.products .item .img div {
  border: 1px solid #eeeeee;
  border-bottom: none;
}

section.products .item .info {
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
}

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

section.applications {
  background-color: #f8f8f8;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/application-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.applications .cases-swiper {
  position: relative;
}

section.applications .cases-swiper .item .wrapper .img div {
  padding-bottom: 75%;
}

section.applications .cases-swiper .item .wrapper .info {
  background-color: #ffffff;
}

section.applications .cases-swiper .item:hover .wrapper .info {
  background-color: #34b366;
}

.page-home section.applications .swiper-pagination-bullet {
  background-color: #ffffff;
}

.page-home section.applications .swiper-pagination-bullet-active {
  background-color: #34b366;
}

.page-home section.applications .section-title h2.en {
  color: #282828;
}

.page-home section.applications .learn-more a {
  color: #ffffff;
  background-color: #14A850;
}

.page-home section.applications .learn-more a i {
  color: #ffffff;
}

.page-home section.applications .learn-more a:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #088239;
}

section.applications .item .info {
  padding: 1rem;
}

section.applications .item .wrapper {
  border: 1px solid #eeeeee;
}

.page-home section.applications .swiper-pagination-bullet {
  background-color: #A7A8AD;
}

section.about {
  background-color: #ffffff;
}

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

section.about .flex-wrapper .img,
section.about .flex-wrapper .content {
  width: calc((100% - 4rem) / 2);
}

section.about .flex-wrapper .img {
  width: calc((100% - 4rem) * 0.45);
}

section.about .flex-wrapper .content {
  width: calc((100% - 4rem) * 0.55);
}

section.about .flex-wrapper img {
  max-width: 100%;
}

section.about .flex-wrapper .content a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 4px;
  margin: 2rem 0 0;
  background-color: #14A850;
  transition: all 0.25s ease;
}

section.about .flex-wrapper .content a:hover {
  background-color: #088239;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

section.about .flex-wrapper .content a i {
  font-size: 12px;
  color: #ffffff;
  margin-left: 0.5rem;
}

section.about .flex-wrapper .content h3 {
  margin: 0 0 2rem;
  color: #555555;
  font-size: 1.75rem;
  padding: 0;
  position: relative;
  line-height: 1;
  color: #34b366;
}

section.about .flex-wrapper .content h3:after {
  display: none;
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 100%;
  background-color: #14A850;
  left: 0;
  top: 0;
}

section.about .flex-wrapper .content p {
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  text-indent: 2rem;
  margin-bottom: 2rem;
}

section.about .flex-wrapper .content .numbers {
  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: 30px 0;
}

section.about .flex-wrapper .content .numbers .item {
  display: inline-block;
  margin: 0 72px 0 0;
}

section.about .flex-wrapper .content .numbers .item:last-of-type {
  margin-right: 0;
}

section.about .flex-wrapper .content .numbers .item strong {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'webfont-bold';
  color: #14A850;
  margin: 0 0 0.5rem;
}

section.about .flex-wrapper .content .numbers .item span {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  color: #777777;
  margin: 10px 0 0;
}

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

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

section.news .flex-wrapper .left,
section.news .flex-wrapper .right {
  width: calc((100% - 4rem) / 2);
}

section.news .nav-tabs {
  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;
}

section.news .nav-tabs li:first-of-type {
  margin-right: 4rem;
}

section.news .top-news {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #eeeeee;
}

section.news .top-news .item .img {
  margin-bottom: 2rem;
}

section.news .top-news .item .img div {
  display: block;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section.news .top-news .item .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #282828;
  margin: 0;
}

section.news ul.news-list li {
  margin-bottom: 10px;
  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 ul.news-list li a,
section.news ul.news-list li span {
  color: #aaaaaa;
}

section.news ul.news-list li span {
  font-size: 13px;
  width: 90px;
}

section.news ul.news-list li a.news-title {
  display: inline-block;
  width: calc(100% - 1rem - 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;
  padding-left: 12px;
  position: relative;
  color: #777777;
}

section.news ul.news-list li a.news-title:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 1px;
  background-color: #aaaaaa;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

section.news ul.news-list li a.news-title:hover {
  color: #14A850;
}

section.news ul.news-list li a.news-title:hover:after {
  background-color: #14A850;
}

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

section.news .right .top .section-title {
  position: relative;
}

section.news .right .top .section-title a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
}

section.news .right .top .section-title a i {
  margin-left: 0.5rem;
  font-size: 12px;
}

section.news .right .top .section-title a:hover {
  color: #34b366;
}

section.news .right .top .section-title a:hover i {
  color: #34b366;
}

section.news .right .bottom .section-title {
  margin-top: 2rem;
  padding-bottom: calc(2rem - 6px);
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 2rem;
}

section.partners {
  padding: 0;
}

section.partners .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;
  overflow: hidden;
}

section.partners .flex-wrapper .left {
  width: 150px;
  width: 90px;
}

section.partners .flex-wrapper .right {
  width: calc(100% - 90px - 1rem);
}

section.partners .flex-wrapper h2 {
  width: 100%;
  text-align: left;
  padding-right: 2rem;
  font-size: 24px;
  font-weight: 600;
  font-family: 'webfont-bold';
  font-size: 20px;
  padding: 0;
}

section.partners .partners-wrapper {
  width: 100%;
}

section.partners .partners-wrapper ul li {
  width: 180px;
}

section.partners .partners-wrapper ul li img {
  display: block;
  width: 120px;
  margin: 0 auto;
  height: auto;
}

.product-category .product-search {
  margin: 0 0 2rem;
}

.product-category .product-search form {
  width: 640px;
  margin: 0 auto;
}

.product-category .product-search form ::-webkit-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.product-category .product-search form ::placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.product-category .product-search form ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.product-category .product-search form ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.product-category .product-search form .input-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;
}

.product-category .product-search form input,
.product-category .product-search form button {
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 16px;
}

.product-category .product-search form input {
  width: 540px;
  padding: 10px;
  color: #aaaaaa;
  border: 1px solid #dddddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.product-category .product-search form button {
  width: 100px;
  color: #ffffff;
  background-color: #14A850;
  transition: all 0.25s ease;
  border-radius: 0 4px 4px 0;
}

.product-category .product-search form button:hover {
  background-color: #088239;
}

.product-category {
  margin-bottom: 4rem;
}

.product-category .category-wrapper ul {
  margin-left: -2.5rem;
}

.product-category .category-wrapper ul li {
  display: inline-block;
  margin: 0 2rem 1rem 0;
  margin: 0 0 0.5rem 2.5rem;
}

.product-category .category-wrapper ul li a {
  color: #555555;
  font-size: 16px;
}

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

.product-category .category-wrapper .flex-wrapper.border-top {
  border-top: 1px solid #eeeeee;
}

.product-category .category-wrapper h3 {
  font-size: 1.5rem;
  color: #282828;
  margin: 0;
  padding: 1rem 0;
  border: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  font-weight: 600;
  font-family: 'webfont-bold';
  padding-left: 1rem;
}

.product-category .category-wrapper h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'webfont-bold';
  color: #282828;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}

.product-category .category-wrapper .singular-air-type {
  border-bottom: 1px solid #eeeeee;
}

.product-category .category-wrapper .singular-air-type .part {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.0rem 50px 0.5rem 50px;
  border-bottom: 1px solid #eeeeee;
  background-color: #f8f8f8;
}

.product-category .category-wrapper .singular-air-type .part:nth-of-type(2n) {
  background-color: #ffffff;
}

.product-category .category-wrapper .singular-air-type .part:last-of-type {
  border-bottom: none;
}

.product-category .category-wrapper .singular-air-type .part .label {
  width: 190px;
  padding: 0;
  padding-bottom: 1rem;
}

.product-category .category-wrapper .singular-air-type .part .wrapper {
  width: calc(100% - 190px);
}

.product-category .category-wrapper .regular-type .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;
  padding: 1.5rem 0 0.5rem 0;
  border-bottom: 1px solid #eeeeee;
}

.product-category .category-wrapper .regular-type .flex-wrapper:nth-of-type(2n) {
  background-color: #f8f8f8;
}

.product-category .category-wrapper .regular-type .flex-wrapper .label {
  width: 240px;
  padding: 0;
  padding-bottom: 1rem;
}

.product-category .category-wrapper .regular-type .flex-wrapper .wrapper {
  width: calc(100% - 240px);
}

.product-category .category-wrapper .regular-type .flex-wrapper:last-of-type ul li {
  margin-right: 2.25rem;
}

.content-page.products .main-wrapper {
  padding: 2rem 0;
  background-color: #f8f8f8;
}

.content-page.products #results {
  margin-top: -187px;
  padding-bottom: 187px;
}

.content-page.products .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;
}

.content-page.products .products-list .item {
  width: calc((100% - 2rem) / 2);
  margin: 0 0 2rem;
  transition: all 0.25s ease;
}

.content-page.products .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;
}

.content-page.products .products-list .item .img {
  width: 42%;
  overflow: hidden;
}

.content-page.products .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;
}

.content-page.products .products-list .item .info {
  width: 58%;
  padding: 3rem 1rem 0;
  background-color: #ffffff;
  transition: all 0.25s ease;
}

.content-page.products .products-list .item .info h3 {
  margin: 0 0 1rem;
  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;
  transition: all 0.25s ease;
  font-weight: 800;
  font-family: 'webfont-bold';
}

.content-page.products .products-list .item .info p.model {
  font-size: 1rem;
  color: #555555;
  margin: 0 0 1rem;
  transition: all 0.25s ease;
}

.content-page.products .products-list .item .info .excerpt {
  margin: 0 0 2rem;
}

.content-page.products .products-list .item .info .excerpt p,
.content-page.products .products-list .item .info .excerpt ul li,
.content-page.products .products-list .item .info .excerpt ol li,
.content-page.products .products-list .item .info .excerpt div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(4 * 21px + 1px);
  height: calc(4 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: auto;
  color: #aaaaaa;
  transition: all 0.25s ease;
}

.content-page.products .products-list .item .info .excerpt p:nth-of-type(n+2),
.content-page.products .products-list .item .info .excerpt ul li:nth-of-type(n+2),
.content-page.products .products-list .item .info .excerpt ol li:nth-of-type(n+2),
.content-page.products .products-list .item .info .excerpt div:nth-of-type(n+2) {
  display: none;
}

.content-page.products .products-list .item .info a.learn-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  font-size: 1rem;
  color: #038BFF;
  transition: all 0.25s ease;
}

.content-page.products .products-list .item .info a.learn-more i {
  margin-left: 0.5rem;
  color: #34b366;
  transition: all 0.25s ease;
}

.content-page.products .products-list .item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.content-page.products .products-list .item:hover .img div {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

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

.content-page.products .products-list .item:hover .info h3,
.content-page.products .products-list .item:hover .info p.model,
.content-page.products .products-list .item:hover .info .excerpt *,
.content-page.products .products-list .item:hover .info a.learn-more,
.content-page.products .products-list .item:hover .info a.learn-more i {
  color: #ffffff;
}

.content-page.products.single .main-wrapper {
  padding: 0 0 48px;
  background-color: #ffffff;
}

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

.content-page.products.single .product-details .top-info>.carousel {
  width: 480px;
}

.content-page.products.single .product-details .top-info>.description {
  width: calc(100% - 480px - 48px);
  position: relative;
  height: 480px;
}

.content-page.products.single .product-details .top-info>.description .fake-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 600px;
  opacity: 1;
}

.content-page.products.single .product-details .top-info>.description .fake-box>div {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.content-page.products.single .top-info .carousel img {
  width: auto;
  max-height: 560px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.content-page.products.single .top-info .carousel .slider.slider-for {
  margin-bottom: -1px;
  border: 1px solid #eeeeee;
  border: none;
}

.content-page.products.single .top-info .carousel .slider.slider-for .item {
  outline: none;
}

.content-page.products.single .top-info .carousel .slider.slider-for .item:hover {
  cursor: zoom-in;
}

.content-page.products.single .top-info .carousel .slider.slider-nav {
  width: 100%;
  position: relative;
  border: 1px solid #eeeeee;
  border: none;
  padding: 0 24px;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .item {
  padding: 4px;
  outline: none;
  opacity: 1;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .item img {
  max-width: 100%;
  padding: 4px;
  background-color: #f8f8f8;
  opacity: 0.45;
  border: 1px solid #aaaaaa;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .item.slick-current img {
  opacity: 1;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .slick-arrow {
  position: absolute;
  outline: none;
  border-radius: none;
  border: none;
  display: inline-block;
  width: 1.5rem;
  width: 20px;
  height: 3rem;
  height: calc(100% - 8px);
  background-color: #eeeeee;
  transition: all 0.25s ease;
  top: 50%;
  top: 4px;
  color: transparent;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .slick-arrow i {
  display: block;
  line-height: 3rem;
  text-align: center;
  font-size: 1.0rem;
  color: #2b2b2b;
  transition: all 0.25s ease;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .slick-arrow:hover {
  background-color: #cccccc;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .slick-arrow:hover i {
  color: #555555;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .slick-prev {
  left: -2.5rem;
  left: 0;
}

.content-page.products.single .top-info .carousel .slider.slider-nav .slick-next {
  right: -2.5rem;
  right: 0;
}

.content-page.products.single .top-info .product-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.content-page.products.single .top-info .product-title h2 {
  font-size: 2.0rem;
  color: #555555;
  line-height: 1;
  margin: 0 0 2rem;
  color: #555453;
  font-weight: 600;
  font-family: 'webfont-bold';
}

.content-page.products.single .top-info .product-title p.product-model {
  font-size: 1.5rem;
  color: #555555;
  line-height: 1;
}

.content-page.products.single .top-info .product-description {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeeee;
  height: 150px;
  overflow: hidden;
}

.content-page.products.single .top-info .product-description ul li,
.content-page.products.single .top-info .product-description ol li,
.content-page.products.single .top-info .product-description p,
.content-page.products.single .top-info .product-description div {
  font-size: 1rem;
  line-height: 1.75;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24.5px;
  width: 100%;
  font-size: 14px;
  max-height: calc(5 * 24.5px + 1px);
  height: calc(5 * 24.5px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: auto;
}

.content-page.products.single .top-info .product-description ul li:first-of-type,
.content-page.products.single .top-info .product-description ol li:first-of-type,
.content-page.products.single .top-info .product-description p:first-of-type,
.content-page.products.single .top-info .product-description div:first-of-type {
  text-indent: 5rem;
}

.content-page.products.single .top-info .product-description strong {
  position: absolute;
  font-weight: 600;
  font-family: 'webfont-bold';
  color: #282828;
  left: 0;
  top: 5px;
}

.content-page.products.single .top-info .product-description img,
.content-page.products.single .top-info .product-description table,
.content-page.products.single .top-info .product-description video,
.content-page.products.single .top-info .product-description frame {
  display: none;
}

.content-page.products.single .top-info .product-applications {
  padding-bottom: 1.5rem;
  margin: 1.5rem 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.content-page.products.single .top-info .product-applications p {
  font-size: 1rem;
  color: #777777;
  line-height: 1.75;
}

.content-page.products.single .top-info .product-applications strong {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'webfont-bold';
  color: #282828;
}

.content-page.products.single .top-info .certificates-wrapper {
  position: absolute;
  width: 100%;
  height: 58px;
  overflow: hidden;
  left: 0;
  bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.content-page.products.single .top-info .certificates-wrapper img {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 10px 0 0;
}

.content-page.products.single .top-info .certificates-wrapper img.certificate {
  height: 100%;
  margin: 0;
}

.content-page.products.single .top-info .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 3rem;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.content-page.products.single .top-info .buttons a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 120px;
  height: 32px;
  font-size: 16px;
  color: #aaaaaa;
  border: 1px solid #aaaaaa;
  line-height: 1;
  transition: all 0.25s ease;
  margin-right: 2rem;
  border-radius: 0;
}

.content-page.products.single .top-info .buttons a:hover {
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #14A850;
  border-color: #14A850;
}

.content-page.products.single .bottom-info {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.products.single .bottom-info .recommend-products {
  width: 350px;
  padding: 24px;
  background-color: #f8f8f8;
}

.content-page.products.single .bottom-info .recommend-products>h3 {
  text-align: center;
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  color: #282828;
  font-weight: 600;
  font-family: 'webfont-bold';
}

.content-page.products.single .bottom-info .product-parameters {
  width: calc(100% - 350px - 24px);
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li {
  width: 20%;
  height: 48px;
  position: relative;
  background-color: #f8f8f8;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li>a {
  font-size: 16px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'webfont-bold';
  color: #555555;
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li>a .icon {
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icon-products.png");
  background-position-x: 0;
  background-position-y: 100%;
  background-size: 500%;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li:nth-of-type(2)>a .icon {
  background-position-x: 25%;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li:nth-of-type(3)>a .icon {
  background-position-x: 50%;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li:nth-of-type(4)>a .icon {
  background-position-x: 75%;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li:nth-of-type(5)>a .icon {
  background-position-x: 100%;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li.active {
  background-color: #14A850;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li.active:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-top: 10px solid #14A850;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li.active>a {
  color: #ffffff;
}

.content-page.products.single .bottom-info .product-parameters .nav-tabs>li.active>a .icon {
  background-position-y: 0%;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper {
  padding: 2rem 1rem;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper .wrapper {
  width: 100%;
  overflow-x: auto;
  max-width: 800px;
  margin: 0 auto;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper a.download-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 180px;
  height: 180px;
  position: relative;
  background-color: #34b366;
  padding: 1rem;
  transition: all 0.25s ease;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper a.download-link:hover {
  background-color: #14A850;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper a.download-link span {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.5;
  display: inline-block;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper a.download-link i {
  font-size: 14px;
  color: #34b366;
  margin-left: 0.5rem;
  position: absolute;
  font-size: 2rem;
  color: #ffffff;
  right: 1rem;
  bottom: 1rem;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper h2 {
  font-size: 1.75rem;
  margin: 2rem 0;
  font-weight: 800;
  color: #282828;
  line-height: 1.5;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  color: #555555;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper h4 {
  font-size: 1.25rem;
  margin: 1.25rem 0;
  color: #777777;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper h3,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper h4 {
  font-weight: 600;
  font-family: 'webfont-bold';
  line-height: 1;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #14A850;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ul li,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ol li,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper p,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper span,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper div,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper a {
  font-size: 1rem;
  line-height: 1.75;
  color: #777777;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ul,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ol {
  margin: 0 0 1rem;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ul li,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ol li {
  margin-bottom: 10px;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ul li:last-of-type,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ol li:last-of-type {
  margin-bottom: 0;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper p {
  margin: 0 0 1rem;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper p:last-of-type {
  margin-bottom: 0;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper p.strong {
  color: #282828;
  font-weight: 600;
  font-family: 'webfont-bold';
  font-size: 1.1em;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 1rem auto;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-right: none;
  min-width: 100%;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr {
  border-bottom: 1px solid #aaaaaa;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr td {
  border-right: 1px solid #aaaaaa;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
  width: auto;
  min-width: 120px;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr:first-of-type,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr.blue-row {
  font-size: 1.25rem;
  color: #2b2b2b;
  background-color: #54C682;
}

.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr:first-of-type td,
.content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr.blue-row td {
  padding: 0.75rem 1rem;
  color: #ffffff;
}

.content-page.products.single .products-list .item {
  width: 100%;
  margin: 0 0 2rem;
}

.content-page.products.single .products-list .item .wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.products.single .products-list .item .img {
  width: 100%;
}

.content-page.products.single .products-list .item .info {
  width: 100%;
  padding: 1rem;
}

.content-page.products.single .products-list .item .info h3 {
  text-align: center;
}

.content-page.products.single .products-list .item .info p.product-model {
  transition: all 0.25s ease;
  text-align: center;
}

.content-page.products.single .products-list .item:hover .info p.product-model {
  color: #ffffff;
}

.content-page.products .section-title {
  margin: 2rem 0;
}

.content-page.products .section-title h2.en {
  margin-bottom: 1rem;
}

.content-page.products .pagination.style-news {
  margin: 2rem 0 0;
}

.content-page.products .main-wrapper {
  padding: 2rem 0 8rem;
}

.content-page.about .slogan {
  padding: 4rem 0;
}

@media screen and (max-width: 1366px) {
  .content-page.about .slogan {
    padding: 2rem 1rem;
  }
}

.content-page.about .slogan .flex {
  padding: 0 36px;
}

.content-page.about .slogan .item {
  width: 50%;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.content-page.about .slogan .item:nth-of-type(2n) {
  padding-left: 220px;
}

.content-page.about .slogan .item:last-of-type {
  margin-bottom: 0;
}

.content-page.about .slogan .item h3 {
  margin: 0 0 10px;
  color: #6f6c6c;
}

.content-page.about .slogan .item p {
  color: #6f6c6c;
}

.content-page.about .introduction {
  padding: 80px 0;
}

.content-page.about .introduction .img-wrapper {
  width: 445px;
  position: relative;
}

.content-page.about .introduction .img-wrapper:before {
  position: absolute;
  width: 105%;
  height: 78px;
  top: 0;
  left: 0;
  content: '';
  background: #f3f3f3;
  background: linear-gradient(180deg, #f3f3f3 0%, white 100%);
}

.content-page.about .introduction .img-wrapper:after {
  position: absolute;
  content: '';
  width: 417px;
  height: 100%;
}

.content-page.about .introduction .img-wrapper .wrapper {
  padding-top: 78px;
  padding-left: 100px;
}

.content-page.about .introduction .img-wrapper .info span {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 1;
  display: inline-block;
  margin: 0 0 16px;
}

.content-page.about .introduction .img-wrapper .info h3 {
  color: #34b366;
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

.content-page.about .introduction .img-wrapper .img {
  width: 345px;
  position: relative;
  margin-bottom: 24px;
}

.content-page.about .introduction .img-wrapper .img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -72px;
  top: 145px;
  border: 6px solid #E2E2E2;
  z-index: 5;
}

.content-page.about .introduction .img-wrapper .img img {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
}

.content-page.about .introduction .content {
  width: 830px;
  width: calc(100% - 445px - 64px);
}

.content-page.about .introduction .content .section-title {
  margin-bottom: 48px;
}

.content-page.about .introduction .content p,
.content-page.about .introduction .content .detais {
  font-size: 16px;
  color: #434141;
  line-height: 1.75;
  text-indent: 32px;
  margin-bottom: 1rem;
}

.content-page.about .introduction .content p:last-of-type,
.content-page.about .introduction .content .detais:last-of-type {
  margin-bottom: 0;
}

.content-page.about .company-journey {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px 0 100px;
}

@media screen and (max-width: 1366px) {
  .content-page.about .company-journey {
    padding: 2rem 1rem;
  }
}

.content-page.about .company-journey .item {
  padding: 0;
  height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.about .company-journey .item .wrapper {
  position: relative;
}

.content-page.about .company-journey .item .wrapper:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.content-page.about .company-journey .item .outter-wrapper {
  padding: 0 1rem;
  height: 326px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.content-page.about .company-journey .item .details {
  padding: 2rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}

.content-page.about .company-journey .item .details ul {
  padding-left: 15px;
  max-height: 260px;
  overflow: hidden;
}

.content-page.about .company-journey .item .details ul li {
  font-size: 14px;
  color: #bbbbbb;
  line-height: 1.5;
  list-style-type: disc;
  margin-bottom: 10px;
}

.content-page.about .company-journey .item .details ul li:last-of-type {
  margin-bottom: 0;
}

.content-page.about .company-journey .item .ruler {
  padding: 50px 0;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/ruler-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.45;
  width: 100%;
}

.content-page.about .company-journey .item .number {
  font-size: 24px;
  text-align: center;
  color: #282828;
  width: 100%;
  text-align: center;
}

.content-page.about .company-journey {
  position: relative;
}

.content-page.about .company-journey:before,
.content-page.about .company-journey:after {
  position: absolute;
  content: '';
  background-image: url("/wp-content/themes/goldensea/assets/wandi/ruler-big.png");
  background-image: url("/wp-content/themes/goldensea/assets/wandi/ruler-bg.png");
  background-size: contain;
  background-repeat: repeat;
  width: 320px;
  height: 100px;
  bottom: 121px;
  opacity: 0.5;
}

.content-page.about .company-journey:before {
  left: -200px;
  left: calc((100% - 1280px) / 2 - 320px);
}

.content-page.about .company-journey:after {
  right: calc((100% - 1280px) / 2 - 320px);
}

.content-page.about .company-journey .section-title {
  margin: 0;
}

.content-page.about .honor {
  padding: 4rem 0;
}

@media screen and (max-width: 1366px) {
  .content-page.about .honor {
    padding: 2rem 1rem;
  }
}

.content-page.about .our-partners {
  padding: 4rem 0;
  background-color: #f8f8f8;
}

@media screen and (max-width: 1366px) {
  .content-page.about .our-partners {
    padding: 2rem 1rem;
  }
}

.content-page.about .our-partners .flex {
  border: 1px solid #232121;
}

.content-page.about .our-partners .item {
  width: calc(100% / 6);
  border: 1px solid #232121;
}

.content-page.about .our-partners .item img {
  display: block;
  width: 100%;
}

.honor-swiper,
.journey-swiper {
  position: relative;
}

.honor-swiper .swiper-slide img,
.journey-swiper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.honor-swiper .swiper-button-next,
.honor-swiper .swiper-container-rtl .swiper-button-prev,
.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-container-rtl .swiper-button-next,
.journey-swiper .swiper-button-next,
.journey-swiper .swiper-container-rtl .swiper-button-prev,
.journey-swiper .swiper-button-prev,
.journey-swiper .swiper-container-rtl .swiper-button-next {
  background: none;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #C2C2C2;
  border-radius: 48px;
  outline: none;
}

.honor-swiper .swiper-button-next i,
.honor-swiper .swiper-container-rtl .swiper-button-prev i,
.honor-swiper .swiper-button-prev i,
.honor-swiper .swiper-container-rtl .swiper-button-next i,
.journey-swiper .swiper-button-next i,
.journey-swiper .swiper-container-rtl .swiper-button-prev i,
.journey-swiper .swiper-button-prev i,
.journey-swiper .swiper-container-rtl .swiper-button-next i {
  font-size: 2rem;
  color: #ffffff;
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-container-rtl .swiper-button-next,
.journey-swiper .swiper-button-prev,
.journey-swiper .swiper-container-rtl .swiper-button-next {
  left: -4rem;
}

.honor-swiper .swiper-button-next,
.honor-swiper .swiper-container-rtl .swiper-button-prev,
.journey-swiper .swiper-button-next,
.journey-swiper .swiper-container-rtl .swiper-button-prev {
  right: -4rem;
}

.content-page.contact .main-wrapper {
  border-top: 1px solid #eeeeee;
  padding-top: 32px;
}

.content-page.contact .section-title {
  text-align: center;
}

.content-page.contact .section-title h2:last-of-type {
  display: inline-block;
  position: relative;
}

.content-page.contact .section-title h2:last-of-type:after,
.content-page.contact .section-title h2:last-of-type:before {
  position: absolute;
  content: '';
  width: 800px;
  height: 1px;
  background-color: #eeeeee;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.content-page.contact .section-title h2:last-of-type:before {
  left: -900px;
}

.content-page.contact .section-title h2:last-of-type:after {
  right: -900px;
}

.content-page.contact .contact-content {
  margin-bottom: 4rem;
}

.content-page.contact .contact-content .flex {
  border: 1px solid #eeeeee;
  padding: 0;
}

.content-page.contact .contact-content .flex .map {
  width: 600px;
  height: 600px;
  padding: 1rem;
}

.content-page.contact .contact-content .flex .map #map_container {
  width: 100%;
  height: 100%;
}

.content-page.contact .contact-content .flex .map .amap-info-combo table {
  display: none;
}

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

.content-page.contact .contact-content .flex .map #info_window {
  padding: 1rem;
  width: 420px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.content-page.contact .contact-content .flex .map #info_window .info-title {
  font-size: 16px;
  text-align: center;
  color: #C74554;
  margin: 0 0 1rem;
  text-align: left;
  font-weight: 800;
  font-family: 'webfont-bold';
}

.content-page.contact .contact-content .flex .map #info_window .info-content {
  font-size: 13px;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 4px;
}

.content-page.contact .contact-content .flex .map #info_window .info-content:last-of-type {
  margin-bottom: 0;
}

.content-page.contact .contact-content .flex .contact-info {
  width: calc(100% - 2rem - 600px);
}

.contact-content .contact-info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0.5rem 0;
  padding-left: 2.5rem;
  border-bottom: 1px solid #eeeeee;
}

.contact-content .contact-info ul li div.icon {
  width: 24px;
  height: 24px;
  background-color: #eeeeee;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-contact-1.jpg");
  background-size: 500%;
}

.contact-content .contact-info ul li div.icon.part-2 {
  background-size: 400%;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-contact-2.jpg");
}

.contact-content .contact-info ul li div:last-of-type {
  width: calc(100% - 24px);
  padding-left: 1rem;
}

.contact-content .contact-info ul li p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: -2px;
}

.contact-content .contact-info ul li.column-two {
  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;
}

.contact-content .contact-info ul li.column-two .item {
  width: 50%;
  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;
}

.contact-content .contact-info h3 {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'webfont-bold';
}

.contact-content .contact-info h3.contact-number {
  margin-top: 1rem;
  color: #0a18a2;
  font-size: 1.5rem;
  margin: 0;
}

.contact-content .contact-info h3.contact-number strong {
  font-weight: 800;
  font-family: 'webfont-bold';
  color: #34b366;
  font-size: 2.5rem;
}

.contact-content .contact-info h3.korea {
  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;
}

.contact-content .contact-info h3.korea .img {
  width: 150px;
}

.contact-content .contact-info h3.korea .img img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-content .contact-info div.part-2 ul li:last-of-type {
  border-bottom: none;
}

.content-page.contact .locations-content .section-title {
  background-color: #DEDADA;
  padding: 1.5rem;
  margin: 0;
}

.content-page.contact .locations-content .section-title h3 {
  font-size: 30px;
  color: #555453;
  text-align: center;
  line-height: 1;
  margin: 0;
  font-weight: 800;
  font-family: 'webfont-bold';
}

.content-page.contact .locations-content .locations {
  background-image: url("/wp-content/themes/goldensea/assets/wandi/locations-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 12rem;
}

.content-page.contact .locations-content .locations .part {
  padding: 2rem 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;
  border-bottom: 1px solid #dddddd;
}

.content-page.contact .locations-content .locations .part .flex {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.content-page.contact .locations-content .locations .part .flex .item {
  width: calc((100% - 8rem) / 2);
}

.content-page.contact .locations-content .locations h3 {
  margin: 0 0 1.5rem;
  font-weight: 800;
  font-family: 'webfont-bold';
  color: #282828;
}

.content-page.contact .locations-content .locations h3.area {
  margin-bottom: 1.5rem;
}

.content-page.contact .locations-content .locations 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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.contact .locations-content .locations ul li {
  width: 50%;
  font-size: 16px;
  color: #555555;
  line-height: 1.75;
}

.content-page.contact .contact-form-content {
  padding: 4rem 0;
}

.content-page.contact .contact-form-content .section-title {
  margin: 0 0 30px;
}

.content-page.contact .contact-form-content .section-title h3 {
  text-align: left;
  font-size: 30px;
  color: #555453;
  line-height: 1;
}

.content-page.contact .contact-form-content .form-wrapper .part {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.content-page.contact .contact-form-content .form-wrapper .part:last-of-type {
  margin-bottom: 0;
}

.content-page.contact .contact-form-content .form-wrapper .item-3 .input-wrapper {
  width: calc((100% - 2rem) / 3);
  height: 56px;
}

.content-page.contact .contact-form-content .form-wrapper .item-1 .input-wrapper {
  width: 100%;
  height: 220px;
}

.content-page.contact .contact-form-content .form-wrapper .input-wrapper {
  border: 1px solid #dddddd;
}

.content-page.contact .contact-form-content .form-wrapper input,
.content-page.contact .contact-form-content .form-wrapper textarea,
.content-page.contact .contact-form-content .form-wrapper button {
  padding: 1rem;
  border: none;
  margin: 0;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #777777;
  resize: none;
}

.content-page.contact .contact-form-content .form-wrapper .button-wrapper {
  margin-top: 2rem;
}

.content-page.contact .contact-form-content .form-wrapper .button-wrapper button {
  width: 360px;
  height: 45px;
  background-color: #888888;
  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;
  border-radius: 45px;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.35s ease;
}

.content-page.contact .contact-form-content .form-wrapper .button-wrapper button:hover {
  background-color: #14A850;
}

.content-page.contact form ::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

.content-page.contact form ::placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

.content-page.contact form ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

.content-page.contact form ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1.0;
}

.content-page.news .crumb {
  margin: 0;
}

.content-page.news .top-news {
  padding: 60px 0 20px;
}

.content-page.news .top-news-swiper {
  position: relative;
  padding: 0 0 4rem;
}

.content-page.news .top-news-swiper .swiper-pagination {
  width: 100%;
  bottom: 0;
}

.content-page.news .top-news-swiper .swiper-pagination-bullet {
  margin: 0 0.75rem;
  outline: none;
  background-color: #000000;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.content-page.news .top-news-swiper .swiper-pagination-bullet-active {
  background-color: #F6971A;
  position: relative;
}

.content-page.news .top-news-swiper .swiper-pagination-bullet-active:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-color: #F6971A;
  border-radius: 14px;
  left: -2px;
  top: -2px;
}

.content-page.news .swiper-button-next,
.content-page.news .swiper-container-rtl .swiper-button-prev,
.content-page.news .swiper-button-prev,
.content-page.news .swiper-container-rtl .swiper-button-next {
  display: none !important;
}

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

.content-page.news .top-news .item .wrapper>a {
  display: block;
  overflow: hidden;
}

.content-page.news .top-news .item .wrapper .news-img {
  width: 580px;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.35s ease;
}

.content-page.news .top-news .item .wrapper .content {
  width: calc(100% - 580px - 48px);
}

.content-page.news .top-news .item .wrapper .pubdate {
  font-size: 14px;
  color: #aaaaaa;
}

.content-page.news .top-news .item .wrapper h3 {
  margin: 1.5rem 0 2rem;
  font-size: 24px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 24px;
  max-height: calc(1 * 24px + 1px);
  height: calc(1 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  transition: all 0.35s ease;
}

.content-page.news .top-news .item .wrapper .excerpt {
  min-height: 60px;
}

.content-page.news .top-news .item .wrapper .excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  max-height: calc(2 * 30px + 1px);
  height: calc(2 * 30px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #777777;
  transition: all 0.35s ease;
}

.content-page.news .top-news .item .wrapper .learn-more {
  margin-top: 3rem;
}

.content-page.news .top-news .item .wrapper .learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  color: #777777;
}

.content-page.news .top-news .item .wrapper .learn-more a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #F6971A;
  margin-right: 1rem;
}

.content-page.news .top-news .item .wrapper .learn-more a span i {
  font-size: 1rem;
  color: #ffffff;
}

.content-page.news .top-news .item:hover .news-img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.content-page.news .top-news .item:hover h3 {
  color: #14A850;
}

.content-page.news .top-news .item:hover .excerpt p {
  color: #aaaaaa;
}

.content-page.news .news-content .news-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.content-page.news .news-content .news-filter .wrapper {
  width: 180px;
  height: 45px;
  position: relative;
}

.content-page.news .news-content .news-filter .wrapper>a {
  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;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  padding: 0 1rem;
  font-size: 16px;
  color: #aaaaaa;
}

.content-page.news .news-content .news-filter .wrapper ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  border: 1px solid #eeeeee;
  border-top: none;
  display: none;
  background-color: #ffffff;
}

.content-page.news .news-content .news-filter .wrapper ul li a {
  display: inline-block;
  line-height: 2.25;
  width: 100%;
  text-align: center;
  color: #aaaaaa;
  font-size: 16px;
}

.content-page.news .news-content .news-filter .wrapper ul li a:hover {
  background-color: #34b366;
  color: #ffffff;
}

.content-page.news .news-content .news-filter .wrapper:hover ul {
  display: block;
}

.content-page.news .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;
}

.content-page.news .news-content .news-list .item {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
}

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

.content-page.news .news-content .news-list .item .img {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dddddd;
}

.content-page.news .news-content .news-list .item .img div,
.content-page.news .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;
}

.content-page.news .news-content .news-list .item .info {
  padding: 2rem 1rem;
  border: 1px solid #dddddd;
  border-top: none;
  min-height: 172px;
}

.content-page.news .news-content .news-list .item .pubdate {
  font-size: 14px;
  color: #aaaaaa;
  margin: 0 0 1rem;
}

.content-page.news .news-content .news-list .item h3 {
  margin: 0 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #282828;
  transition: all 0.35s ease;
}

.content-page.news .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;
}

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

.content-page.news .news-content .news-list .item:hover h3 {
  color: #14A850;
}

.content-page.news .news-content .news-list .item:hover .excerpt p {
  color: #aaaaaa;
}

.content-page.news .news-content.industrial-content,
.content-page.news .news-content.technical-content,
.content-page.news .news-content.media-content,
.content-page.news .news-content.with-padding-top {
  padding-top: 2rem;
}

.content-page.news .news-card {
  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: 5rem;
}

.content-page.news .news-card .item {
  width: calc((100% - 6rem) / 3);
  margin: 0 3rem 3rem 0;
  padding: 2rem 1.5rem;
  border: 1px solid #dddddd;
}

.content-page.news .news-card .item:nth-of-type(3n) {
  margin-right: 0;
}

.content-page.news .news-card .pubdate {
  font-size: 14px;
  color: #aaaaaa;
  margin: 0 0 1rem;
}

.content-page.news .news-card h3 {
  margin: 0 0 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #282828;
  transition: all 0.35s ease;
}

.content-page.news .news-card .excerpt {
  min-height: 48px;
}

.content-page.news .news-card .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;
}

.content-page.news .news-card .learn-more {
  margin-top: 2rem;
}

.content-page.news .news-card .learn-more a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1rem;
  font-size: 14px;
  color: #aaaaaa;
  border-left: 2px solid #dddddd;
  line-height: 1;
}

.content-page.news .news-card .learn-more a i {
  font-size: 14px;
  margin-left: 1rem;
  color: #aaaaaa;
  transition: all 0.35s ease;
}

.content-page.news .news-card .item:hover h3 {
  color: #14A850;
}

.content-page.news .news-card .item:hover .learn-more a i {
  margin-left: 3rem;
}

.content-page.news .news-card .item:hover .excerpt p {
  color: #aaaaaa;
}

.content-page.news .news-content .news-details {
  margin: 0 0 6rem;
  padding: 2rem 2rem 6rem;
}

.content-page.news .news-content .news-details .news-title {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #dddddd;
}

.content-page.news .news-content .news-details .news-title h2 {
  margin: 0 0 2rem;
  font-size: 30px;
  text-align: center;
  color: #282828;
}

.content-page.news .news-content .news-details .news-title .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.content-page.news .news-content .news-details .news-title .news-info span:first-of-type {
  margin-right: 1rem;
}

.content-page.news .news-content .news-details .news-title .news-info span {
  font-size: 14px;
  color: #34b366;
}

.content-page.news .news-content .news-details .details-content {
  margin: 0 0 4rem;
}

.content-page.news .news-content .news-details .details-content h1,
.content-page.news .news-content .news-details .details-content h2,
.content-page.news .news-content .news-details .details-content h3 {
  margin: 1.5rem 0;
}

.content-page.news .news-content .news-details .details-content h1,
.content-page.news .news-content .news-details .details-content h2 {
  font-size: 2rem;
}

.content-page.news .news-content .news-details .details-content h3 {
  font-size: 1.5rem;
}

.content-page.news .news-content .news-details .details-content p,
.content-page.news .news-content .news-details .details-content ul li,
.content-page.news .news-content .news-details .details-content ol li,
.content-page.news .news-content .news-details .details-content div,
.content-page.news .news-content .news-details .details-content span {
  font-size: 16px;
  color: #777777;
  line-height: 1.75;
}

.content-page.news .news-content .news-details .details-content p {
  text-indent: 2rem;
}

.content-page.news .news-content .news-details .details-content p,
.content-page.news .news-content .news-details .details-content ul li,
.content-page.news .news-content .news-details .details-content ol li,
.content-page.news .news-content .news-details .details-content div {
  margin-bottom: 1rem;
}

.content-page.news .news-content .news-details .details-content p:last-of-type,
.content-page.news .news-content .news-details .details-content ul li:last-of-type,
.content-page.news .news-content .news-details .details-content ol li:last-of-type,
.content-page.news .news-content .news-details .details-content div:last-of-type {
  margin-bottom: 0;
}

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

.content-page.news .news-content .news-details .details-content table {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-right: none;
  min-width: 100%;
  width: 100% !important;
}

.content-page.news .news-content .news-details .details-content table tr {
  border-bottom: 1px solid #aaaaaa;
}

.content-page.news .news-content .news-details .details-content table tr td {
  border-right: 1px solid #aaaaaa;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
  width: auto;
  min-width: 120px;
}

.content-page.news .news-content .news-details .details-content table tr:first-of-type,
.content-page.news .news-content .news-details .details-content table tr.blue-row {
  font-size: 1.25rem;
  color: #2b2b2b;
  background-color: #54C682;
}

.content-page.news .news-content .news-details .details-content table tr:first-of-type td,
.content-page.news .news-content .news-details .details-content table tr.blue-row td {
  padding: 0.75rem 1rem;
  color: #ffffff;
}

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

.content-page.solutions .section-title {
  margin: 2rem 0;
}

.content-page.solutions .section-title h2.en {
  margin-bottom: 1rem;
}

.content-page.solutions .crumb.padding-big {
  margin: 10px 0;
}

.content-page.solutions .solutions-content {
  margin: 0 0 2rem;
}

.content-page.solutions .solutions-content .solution-category {
  margin: 0 0 4rem;
}

.content-page.solutions .solutions-content .solution-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.solutions .solutions-content .solution-category ul li {
  width: calc((100% - 4rem) / 3);
  height: 45px;
  border: 1px solid #dddddd;
}

.content-page.solutions .solutions-content .solution-category ul li a {
  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;
  padding: 0 1rem;
  height: 100%;
  width: 100%;
}

.content-page.solutions .solutions-content .solution-category ul li .icon {
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-solutions.png");
  background-size: 300%;
  background-repeat: no-repeat;
  background-position-y: 0;
}

.content-page.solutions .solutions-content .solution-category ul li .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;
  width: calc(100% - 30px);
}

.content-page.solutions .solutions-content .solution-category ul li .wrapper span {
  font-size: 18px;
  color: #555555;
  margin-left: 1rem;
}

.content-page.solutions .solutions-content .solution-category ul li .wrapper i {
  font-size: 16px;
  color: #555555;
}

.content-page.solutions .solutions-content .solution-category ul li:hover {
  background-color: #f8f8f8;
}

.content-page.solutions .solutions-content .solution-category ul li.active {
  background-color: #F6971A;
  border-color: #F6971A;
}

.content-page.solutions .solutions-content .solution-category ul li.active .icon {
  background-position-y: 100%;
}

.content-page.solutions .solutions-content .solution-category ul li.active .wrapper span {
  color: #ffffff;
}

.content-page.solutions .solutions-content .solution-category ul li.active i {
  color: #ffffff;
}

.content-page.solutions .solutions-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.solutions .solutions-list .item {
  width: calc((100% - 4rem) / 3);
  border: 1px solid #eeeeee;
  margin: 0 2rem 2rem 0;
}

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

.content-page.solutions .solutions-list .item .img {
  overflow: hidden;
}

.content-page.solutions .solutions-list .item .img a {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item .info {
  padding: 1.5rem 1rem;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item .info .top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 1rem;
}

.content-page.solutions .solutions-list .item .info .top-info span {
  font-size: 14px;
  color: #aaaaaa;
  margin-right: 1rem;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item h3 {
  margin: 0 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #282828;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item .excerpt {
  margin-bottom: 1.5rem;
  height: 44px;
}

.content-page.solutions .solutions-list .item .excerpt p {
  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;
  color: #777777;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item a.learn-more {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  color: #038BFF;
  color: #038BFF;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item a.learn-more i {
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #038BFF;
  transition: all 0.35s ease;
}

.content-page.solutions .solutions-list .item:hover .img a {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.content-page.solutions .solutions-list .item:hover .info {
  background-color: #34b366;
}

.content-page.solutions .solutions-list .item:hover .info .top-info span {
  color: #ffffff;
}

.content-page.solutions .solutions-list .item:hover .info h3 {
  color: #ffffff;
}

.content-page.solutions .solutions-list .item:hover .info .excerpt p {
  color: #ffffff;
}

.content-page.solutions .solutions-list .item:hover .info a.learn-more {
  color: #ffffff;
}

.content-page.solutions .solutions-list .item:hover .info a.learn-more i {
  color: #ffffff;
}

.content-page.solutions .solution-details {
  padding: 2rem 2rem 6rem;
  margin: 0;
  background-color: #ffffff;
}

.content-page.solutions .solution-details .details-content {
  min-height: 450px;
}

.content-page.solutions .solution-details .details-content h1,
.content-page.solutions .solution-details .details-content h2,
.content-page.solutions .solution-details .details-content h3 {
  margin: 1.5rem 0;
}

.content-page.solutions .solution-details .details-content h1,
.content-page.solutions .solution-details .details-content h2 {
  font-size: 2rem;
}

.content-page.solutions .solution-details .details-content h3 {
  font-size: 1.5rem;
}

.content-page.solutions .solution-details .details-content p,
.content-page.solutions .solution-details .details-content ul li,
.content-page.solutions .solution-details .details-content ol li,
.content-page.solutions .solution-details .details-content div,
.content-page.solutions .solution-details .details-content span {
  font-size: 16px;
  color: #777777;
  line-height: 1.75;
}

.content-page.solutions .solution-details .details-content p,
.content-page.solutions .solution-details .details-content ul li,
.content-page.solutions .solution-details .details-content ol li {
  margin-bottom: 1rem;
}

.content-page.solutions .solution-details .details-content p:last-of-type,
.content-page.solutions .solution-details .details-content ul li:last-of-type,
.content-page.solutions .solution-details .details-content ol li:last-of-type {
  margin-bottom: 0;
}

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

.content-page.solutions .solution-details .details-content table {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-right: none;
  min-width: 100%;
  width: 100% !important;
}

.content-page.solutions .solution-details .details-content table tr {
  border-bottom: 1px solid #aaaaaa;
}

.content-page.solutions .solution-details .details-content table tr td {
  border-right: 1px solid #aaaaaa;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
  width: auto;
  min-width: 120px;
}

.content-page.solutions .solution-details .details-content table tr:first-of-type,
.content-page.solutions .solution-details .details-content table tr.blue-row {
  font-size: 1.25rem;
  color: #2b2b2b;
  background-color: #54C682;
}

.content-page.solutions .solution-details .details-content table tr:first-of-type td,
.content-page.solutions .solution-details .details-content table tr.blue-row td {
  padding: 0.75rem 1rem;
  color: #ffffff;
}

.content-page.solutions .solution-details .solution-content {
  padding-bottom: 6rem;
}

.content-page.solutions .solution-details .solution-title {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #dddddd;
}

.content-page.solutions .solution-details .solution-title h2 {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  font-size: 30px;
  text-align: center;
  color: #282828;
  padding: 0;
  border: none;
  margin: 0 0 2rem;
}

.content-page.solutions .solution-details .solution-title .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.content-page.solutions .solution-details .solution-title .post-info span {
  font-size: 16px;
  color: #F6971A;
  margin-right: 2rem;
}

.content-page.solutions .solution-details .solution-title .post-info span:last-of-type {
  margin-right: 0;
}

.content-page.solutions .single-side-content .relate-products>h3 {
  color: #282828;
  line-height: 1;
  font-size: 1.5rem;
  margin: 3rem 0 2rem;
}

.content-page.solutions .single-side-content .relate-products .products-list .item {
  width: 100%;
  margin: 0 2rem 2rem 0;
  background-color: #ffffff;
}

.content-page.solutions .single-side-content .relate-products .products-list .item:nth-of-type(4n) {
  margin-right: 0;
}

.content-page.solutions .single-side-content .relate-products .products-list .item .wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.solutions .single-side-content .relate-products .products-list .item .img {
  width: 100%;
}

.content-page.solutions .single-side-content .relate-products .products-list .item .img a {
  display: block;
  width: 100%;
}

.content-page.solutions .single-side-content .relate-products .products-list .item .img a div {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-page.solutions .single-side-content .relate-products .products-list .item .info {
  width: 100%;
  padding: 1rem;
  transition: all 0.25s ease;
}

.content-page.solutions .single-side-content .relate-products .products-list .item .info h3 {
  text-align: center;
  margin: 0 0 1rem;
  font-size: 16px;
  color: #282828;
  transition: all 0.25s ease;
}

.content-page.solutions .single-side-content .relate-products .products-list .item .info p.product-model {
  transition: all 0.25s ease;
  text-align: center;
  color: #777777;
  font-size: 1rem;
  text-align: center;
}

.content-page.solutions .single-side-content .relate-products .products-list .item:hover .info {
  background-color: #14A850;
}

.content-page.solutions .single-side-content .relate-products .products-list .item:hover .info h3 {
  color: #ffffff;
}

.content-page.solutions .single-side-content .relate-products .products-list .item:hover .info p.product-model {
  color: #ffffff;
}

.recommend-post.solution {
  background-color: #ffffff;
  padding-bottom: 2rem;
}

.recommend-post.solution .row>h2 {
  margin: 2rem 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #282828;
}

.content-page.talents-policy {
  background-color: #f8f8f8;
}

.content-page.talents-policy .hot-news-swiper {
  position: relative;
  margin: 4rem 0 6rem;
}

.content-page.talents-policy .hot-news-swiper>h2 {
  margin: 30px 0;
  font-size: 30px;
  color: #282828;
  line-height: 1;
}

.content-page.talents-policy .hot-news-swiper .swiper-scrollbar {
  margin: 2rem 0 0;
  opacity: 1 !important;
  height: 3px;
  border-radius: 0;
  background-color: #CFCFCF;
  cursor: pointer;
}

.content-page.talents-policy .hot-news-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #34b366;
}

.content-page.talents-policy .hot-news-swiper .swiper-scrollbar .swiper-scrollbar-drag span {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #34b366;
  border-radius: 14px;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.content-page.talents-policy .hot-news-swiper .item .img {
  overflow: hidden;
}

.content-page.talents-policy .hot-news-swiper .item .img a {
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #dddddd;
  transition: all 0.35s ease;
}

.content-page.talents-policy .hot-news-swiper .item .info {
  border: 1px solid #dddddd;
  padding: 1.5rem 1rem;
  border-top: none;
  height: 135px;
}

.content-page.talents-policy .hot-news-swiper .item .pubdate {
  font-size: 14px;
  color: #aaaaaa;
  margin: 0 0 1rem;
  line-height: 1;
}

.content-page.talents-policy .hot-news-swiper .item h3 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 32px;
  width: 100%;
  font-size: 18px;
  max-height: calc(2 * 32px + 1px);
  height: calc(2 * 32px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #555555;
  transition: all 0.35s ease;
}

.content-page.talents-policy .hot-news-swiper .item:hover .img a {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.content-page.talents-policy .hot-news-swiper .item:hover .info h3 {
  color: #14A850;
}

.content-page.talents-policy .policy-details .list-wrapper {
  margin-bottom: 6rem;
}

.content-page.talents-policy .policy-details .list-wrapper .item {
  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;
  height: 420px;
}

.content-page.talents-policy .policy-details .list-wrapper .item .img,
.content-page.talents-policy .policy-details .list-wrapper .item .content {
  width: 50%;
}

.content-page.talents-policy .policy-details .list-wrapper .item img {
  display: block;
  width: 100%;
  height: auto;
}

.content-page.talents-policy .policy-details .list-wrapper .item .img {
  order: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-page.talents-policy .policy-details .list-wrapper .item .img img {
  display: none;
}

.content-page.talents-policy .policy-details .list-wrapper .item .content {
  padding: 4rem 3.5rem;
  background-color: #ffffff;
  order: 1;
}

.content-page.talents-policy .policy-details .list-wrapper .item .desc p {
  font-size: 14px;
  line-height: 2;
  color: #555555;
}

.content-page.talents-policy .policy-details .list-wrapper .item .title {
  margin: 0 0 4rem;
  position: relative;
}

.content-page.talents-policy .policy-details .list-wrapper .item .title:after {
  position: absolute;
  content: '';
  width: 72px;
  height: 2px;
  background-color: #282828;
  left: 0;
  bottom: -2rem;
}

.content-page.talents-policy .policy-details .list-wrapper .item .title .outter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.content-page.talents-policy .policy-details .list-wrapper .item .title .outter span {
  font-size: 18px;
  color: #aaaaaa;
  margin-left: 1rem;
}

.content-page.talents-policy .policy-details .list-wrapper .item .title .outter h3 {
  margin: 0;
  line-height: 1;
  font-size: 30px;
  color: #282828;
}

.content-page.talents-policy .policy-details .list-wrapper .item:nth-of-type(2n) .img {
  order: 1;
}

.content-page.talents-policy .policy-details .list-wrapper .item:nth-of-type(2n) .content {
  order: 2;
}

.content-page.talents-policy .social-recruitment-content .job-content {
  margin: 4rem 0;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper {
  width: 100%;
  min-height: 400px;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .panel-heading {
  padding: 0;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .panel-group {
  margin-bottom: 0;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .panel-group .panel {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #dddddd;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .panel-group .panel+.panel {
  margin-top: 0;
}

.content-page.talents-policy .social-recruitment-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;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .title {
  width: 24%;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .name {
  width: 24%;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .pubdate {
  width: 10%;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .numbers {
  width: 21%;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .location {
  width: 21%;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .title,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .name,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .pubdate,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .numbers,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .location {
  text-align: left;
  padding: 1.25rem 0;
  font-size: 16px;
  color: #2b2b2b;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big {
  background-color: #B3B3B3;
  padding: 0 2rem;
  margin-bottom: 0;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .title,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .name,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .pubdate,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .numbers,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .location {
  color: #ffffff;
  font-size: 20px;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body {
  padding: 0 2rem;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail {
  padding: 1rem 2rem;
  border: none;
  background-color: #ffffff;
}

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

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

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail ol,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail ul {
  margin-bottom: 1rem;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail ol li,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail ul li {
  font-size: 1.0rem;
  line-height: 2;
  color: #777777;
}

.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail p,
.content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail span {
  font-size: 1.0rem;
  line-height: 2;
  color: #777777;
}

.content-page.talents-policy .social-recruitment-content .apply {
  margin: 2rem 0;
  padding: 2rem 0 0;
  border-top: 1px solid #dddddd;
}

.content-page.talents-policy .social-recruitment-content .apply a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  background-color: #F6971A;
  font-size: 18px;
  color: #ffffff;
}

.content-page.talents-policy .social-recruitment-content .panel-body {
  padding: 2rem 3rem;
}

.content-page.talents-policy .social-recruitment-content .panel-group .panel-heading+.panel-collapse>.list-group,
.content-page.talents-policy .social-recruitment-content .panel-group .panel-heading+.panel-collapse>.panel-body {
  background-color: #f8f8f8;
  border-top: none;
}

.content-page.support .crumb.with-border-bottom {
  border-bottom: none;
}

.content-page.support .support-nav {
  margin: 1rem 0 0;
}

.content-page.support .support-nav 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;
  background-color: #f8f8f8;
}

.content-page.support .support-nav ul li {
  width: 180px;
  height: 60px;
  position: relative;
}

.content-page.support .support-nav ul li:hover {
  background-color: #eeeeee;
}

.content-page.support .support-nav ul li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #282828;
  padding: 0 1.5rem;
}

.content-page.support .support-nav ul li a .icon {
  background-size: 400%;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-support.png");
  background-position-y: 0;
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}

.content-page.support .support-nav ul li.active {
  background-color: #34b366;
}

.content-page.support .support-nav ul li.active:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #34b366;
  transform: translateX(-50%);
}

.content-page.support .support-nav ul li.active a {
  color: #ffffff;
}

.content-page.support .support-nav ul li.active a .icon {
  background-position-y: 50%;
}

.content-page.support .support-content.details {
  margin-bottom: 480px;
  padding-top: 8rem;
}

.content-page.support .support-content.details .list-content .item {
  margin: 0 0 4rem;
}

.content-page.support .support-content.details .list-content .item h3 {
  font-size: 30px;
  margin: 0 0 2rem;
  color: #282828;
  font-family: 'webfont-bold';
  font-weight: 600;
}

.content-page.support .support-content.details .list-content .item p {
  font-size: 18px;
  color: #555555;
  line-height: 2;
}

.content-page.support .search-form {
  margin: 3rem 0;
}

.content-page.support .search-form form {
  width: 640px;
  margin: 0 auto;
}

.content-page.support .search-form form ::-webkit-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.content-page.support .search-form form ::placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.content-page.support .search-form form ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.content-page.support .search-form form ::-ms-input-placeholder {
  color: #aaaaaa !important;
  opacity: 1.0;
}

.content-page.support .search-form form .input-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;
}

.content-page.support .search-form form input,
.content-page.support .search-form form button {
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 16px;
}

.content-page.support .search-form form input {
  width: 540px;
  padding: 10px;
  color: #aaaaaa;
  border: 1px solid #dddddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.content-page.support .search-form form button {
  width: 100px;
  color: #ffffff;
  background-color: #14A850;
  transition: all 0.25s ease;
  border-radius: 0 4px 4px 0;
}

.content-page.support .search-form form button:hover {
  background-color: #088239;
}

.content-page.support .faq-category {
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  border-bottom: 1px solid #dddddd;
}

.content-page.support .faq-category 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;
}

.content-page.support .faq-category ul li {
  width: calc((100% - 9rem) / 4);
  height: 50px;
  border: 1px solid #dddddd;
}

.content-page.support .faq-category ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #555555;
}

.content-page.support .faq-category ul li a .icon {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-faq.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-page.support .faq-category ul li:hover {
  background-color: #14A850;
}

.content-page.support .faq-category ul li:hover a {
  color: #ffffff;
}

.content-page.support .faq-category ul li:hover a .icon {
  background-position-y: 0;
}

.content-page.support .faq-category ul li.active {
  border-color: #F6971A;
  background-color: #F6971A;
}

.content-page.support .faq-category ul li.active a {
  color: #ffffff;
}

.content-page.support .faq-category ul li.active a .icon {
  background-position-y: 0;
}

.content-page.support .faq-list {
  margin: 0 0 4rem;
}

.content-page.support .faq-list .item {
  margin: 0 0 3rem;
  padding: 0 0 2rem;
  border-bottom: 1px dashed #dddddd;
}

.content-page.support .faq-list h3 {
  margin: 0 0 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 20px;
  width: 100%;
  font-size: 20px;
  max-height: calc(#282828 * 20px + 1px);
  height: calc(#282828 * 20px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: #282828;
  height: auto;
}

.content-page.support .faq-list .excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  max-height: calc(2 * 30px + 1px);
  height: calc(2 * 30px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #555555;
}

.content-page.support .faq-list .foot-info {
  margin-top: 2rem;
  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;
  font-size: 14px;
  color: #aaaaaa;
}

.content-page.support .faq-list .foot-info div {
  margin-left: 2rem;
}

.content-page.support .faq-list .item:hover h3 {
  color: #14A850;
}

.content-page.support .faq-list .item:hover p {
  color: #aaaaaa;
}

.content-page.support .files-wrapper {
  margin-top: 3rem;
  padding: 2rem 3rem;
  background-color: #f8f8f8;
  margin-bottom: 10rem;
}

.content-page.support .filter-widgets {
  padding: 1rem 4rem;
  background-color: #DAD9D9;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 2rem;
}

.content-page.support .filter-widgets .part {
  margin-right: 2rem;
  position: relative;
}

.content-page.support .filter-widgets .part>a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 164px;
  height: 36px;
  font-size: 16px;
  color: #282828;
  background-color: #ffffff;
  position: relative;
  padding: 0 1rem;
}

.content-page.support .filter-widgets .part>a i {
  font-size: 12px;
  color: #282828;
}

.content-page.support .filter-widgets .part>ul {
  position: absolute;
  border: 1px solid #eeeeee;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  background-color: #ffffff;
  z-index: 10;
}

.content-page.support .filter-widgets .part>ul li a {
  display: inline-block;
  line-height: 2.25;
  width: 100%;
  text-align: center;
  color: #aaaaaa;
  font-size: 16px;
}

.content-page.support .filter-widgets .part>ul li a:hover {
  background-color: #34b366;
  color: #ffffff;
}

.content-page.support .filter-widgets .part:hover>ul {
  display: block;
}

.content-page.support .files-wrapper .list-content {
  margin-bottom: 4rem;
}

.content-page.support .files-wrapper .list-content .item {
  padding: 2rem;
  border-bottom: 1px solid #dddddd;
}

.content-page.support .files-wrapper .list-content .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;
}

.content-page.support .files-wrapper .list-content .wrapper .left {
  width: 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.content-page.support .files-wrapper .list-content .wrapper .right {
  width: 35%;
  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;
}

.content-page.support .files-wrapper .list-content .wrapper .right a {
  margin-left: 4rem;
  font-size: 16px;
  color: #555555;
  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;
  line-height: 1;
}

.content-page.support .files-wrapper .list-content .wrapper .right a i {
  margin-right: 1rem;
  font-size: 14px;
  color: #555555;
}

.content-page.support .files-wrapper .list-content .wrapper .right a:first-of-type {
  position: relative;
}

.content-page.support .files-wrapper .list-content .wrapper .right a:first-of-type:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  right: -2rem;
  background-color: #555555;
}

.content-page.support .files-wrapper .list-content .wrapper .right a:hover {
  color: #F6971A;
}

.content-page.support .files-wrapper .list-content .wrapper .right a:hover i {
  color: #F6971A;
}

.content-page.support .files-wrapper .list-content .wrapper .pubdate {
  width: 150px;
  font-size: 14px;
  color: #555555;
}

.content-page.support .files-wrapper .list-content .wrapper .title-wrapper {
  width: calc(100% - 150px - 1rem);
}

.content-page.support .files-wrapper .list-content .wrapper h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 24px + 1px);
  height: calc(1 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  margin: 0;
  color: #555555;
}

.content-page.support .files-wrapper .list-content .wrapper h3 i {
  margin-right: 2rem;
  font-size: 16px;
}

.support-content.network-content {
  padding-top: 4rem;
}

.support-content.network-content p.description {
  font-size: 16px;
  line-height: 2;
  color: #282828;
}

.support-content.network-content .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;
  margin-bottom: 10rem;
}

.support-content.network-content .map-wrapper .map {
  width: 65%;
  position: relative;
  height: 700px;
}

.support-content.network-content .map-wrapper .map #map-china {
  width: 100%;
  height: 100%;
}

.support-content.network-content .map-wrapper .map #map-korea {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 290px;
  right: 135px;
}

.support-content.network-content .map-wrapper .map h5 {
  position: absolute;
  right: 160px;
  top: 310px;
  display: inline;
  font-size: 14px;
  color: #282828;
}

.support-content.network-content .map-wrapper .map h5:hover {
  color: #34b366;
}

.support-content.network-content .map-wrapper .info {
  width: 35%;
  padding-top: 200px;
}

.support-content.network-content .map-wrapper .info h3,
.support-content.network-content .map-wrapper .info h3 span {
  margin: 0 0 2rem;
  font-size: 24px;
  font-family: 'webfont-bold';
  font-weight: 600;
  color: #282828;
}

.support-content.network-content .map-wrapper .info h3 i,
.support-content.network-content .map-wrapper .info h3 span i {
  font-size: 24px;
  color: #282828;
  margin-right: 1rem;
}

.support-content.network-content .map-wrapper .info .content {
  padding: 2rem 0;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  min-height: 180px;
}

.support-content.network-content .map-wrapper .info .content .part {
  margin-bottom: 2rem;
}

.support-content.network-content .map-wrapper .info .content .part:last-of-type {
  margin-bottom: 0;
}

.support-content.network-content .map-wrapper .info .content h4 {
  font-size: 18px;
  color: #555555;
  margin: 0 0 1rem;
}

.support-content.network-content .map-wrapper .info .content p {
  font-size: 18px;
  color: #555555;
  line-height: 1.5;
}

.content-page.support .faq-details {
  padding: 2rem 2rem 6rem;
  margin: 0 0 6rem;
}

.content-page.support .faq-details .details-content {
  min-height: 450px;
}

.content-page.support .faq-details .details-content h1,
.content-page.support .faq-details .details-content h2,
.content-page.support .faq-details .details-content h3 {
  margin: 1.5rem 0;
}

.content-page.support .faq-details .details-content h1,
.content-page.support .faq-details .details-content h2 {
  font-size: 2rem;
}

.content-page.support .faq-details .details-content h3 {
  font-size: 1.5rem;
}

.content-page.support .faq-details .details-content p,
.content-page.support .faq-details .details-content ul li,
.content-page.support .faq-details .details-content ol li,
.content-page.support .faq-details .details-content div,
.content-page.support .faq-details .details-content span {
  font-size: 16px;
  color: #777777;
  line-height: 1.75;
}

.content-page.support .faq-details .details-content p,
.content-page.support .faq-details .details-content ul li,
.content-page.support .faq-details .details-content ol li {
  margin-bottom: 1rem;
}

.content-page.support .faq-details .details-content p:last-of-type,
.content-page.support .faq-details .details-content ul li:last-of-type,
.content-page.support .faq-details .details-content ol li:last-of-type {
  margin-bottom: 0;
}

.content-page.support .faq-details .details-content img {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
}

.content-page.support .faq-details .details-content table {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-right: none;
  min-width: 100%;
  width: 100% !important;
}

.content-page.support .faq-details .details-content table tr {
  border-bottom: 1px solid #aaaaaa;
}

.content-page.support .faq-details .details-content table tr td {
  border-right: 1px solid #aaaaaa;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
  width: auto;
  min-width: 120px;
}

.content-page.support .faq-details .details-content table tr:first-of-type,
.content-page.support .faq-details .details-content table tr.blue-row {
  font-size: 1.25rem;
  color: #2b2b2b;
  background-color: #54C682;
}

.content-page.support .faq-details .details-content table tr:first-of-type td,
.content-page.support .faq-details .details-content table tr.blue-row td {
  padding: 0.75rem 1rem;
  color: #ffffff;
}

.content-page.support .faq-details .faq-title {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #dddddd;
}

.content-page.support .faq-details .faq-title .top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.content-page.support .faq-details .faq-title .top-info span {
  font-size: 14px;
  color: #34b366;
  margin-right: 1rem;
}

.content-page.support .faq-details .faq-title .top-info span:last-of-type {
  margin-right: 0;
}

.content-page.support .faq-details .faq-title h2 {
  margin: 0 0 2rem;
  padding: 0;
  font-size: 30px;
  text-align: center;
  color: #282828;
}

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

.single-page-structure-wrapper .single-side-content {
  width: 320px;
  background-color: #ffffff;
  padding: 2rem 2rem 10rem;
}

.single-page-structure-wrapper .single-side-content>h3 {
  margin: 3rem 0 2rem;
}

.single-page-structure-wrapper .faq-details,
.single-page-structure-wrapper .news-details,
.single-page-structure-wrapper .solution-details {
  width: calc(100% - 2rem - 320px);
  background-color: #ffffff;
}

.content-page.support.single,
.content-page.news.single,
.content-page.solutions.single {
  background-color: #f8f8f8;
}

.content-page.solutions.single .crumb {
  border-bottom: none;
}

.single-page-structure-wrapper .recommend-list ul li {
  margin: 0 0 1.0rem;
  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;
}

.single-page-structure-wrapper .recommend-list ul li span {
  font-size: 14px;
  display: inline-block;
  width: 1.5rem;
  color: #777777;
  line-height: 1;
}

.single-page-structure-wrapper .recommend-list ul li a {
  display: inline-block;
  width: calc(100% - 2rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 16px;
  width: 100%;
  font-size: 16px;
  max-height: calc(1 * 16px + 1px);
  height: calc(1 * 16px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #777777;
}

.single-page-structure-wrapper .recommend-list ul li a:hover {
  color: #F6971A;
}

.single-side-content {
  margin: 0 0 6rem;
}

.single-side-content ul.category {
  border: 1px solid #dddddd;
}

.single-side-content ul.category li {
  border-bottom: 1px solid #dddddd;
}

.single-side-content ul.category li:last-of-type {
  border-bottom: none;
}

.single-side-content ul.category li a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  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;
}

.single-side-content ul.category li .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-support.pngicons-faq.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-side-content ul.category li .icon.icon-solution {
  background-image: url("/wp-content/themes/goldensea/assets/wandi/icons-solutions.png");
  background-size: 300%;
  background-position: 0 0;
}

.single-side-content ul.category li:nth-of-type(2) .icon.icon-solution {
  background-position: 50% 0;
}

.single-side-content ul.category li:nth-of-type(3) .icon.icon-solution {
  background-position: 100% 0;
}

.single-side-content ul.category li:hover a {
  background-color: #F6971A;
  color: #ffffff;
}

.single-side-content ul.category li:hover .icon {
  background-position: 0 0;
}

.single-side-content ul.category li:hover .icon.icon-solution {
  background-position-y: 100%;
}

.content-page.solutions.single .single-side-content ul.category {
  margin: 0 -1rem;
}

.recommend-list.news .wrapper .item {
  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;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #dddddd;
}

.recommend-list.news .wrapper .item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recommend-list.news .wrapper .item .news-img {
  width: 100px;
}

.recommend-list.news .wrapper .item .news-img a {
  display: block;
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.recommend-list.news .wrapper .item .content {
  width: calc(100% - 100px - 1rem);
}

.recommend-list.news .wrapper .item .news-title h3 {
  margin: 0 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 16px;
  width: 100%;
  font-size: 16px;
  max-height: calc(1 * 16px + 1px);
  height: calc(1 * 16px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #777777;
}

.recommend-list.news .wrapper .item .info {
  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;
}

.recommend-list.news .wrapper .item .info span {
  font-size: 14px;
  color: #aaaaaa;
}

.recommend-list.news .wrapper .item .info span i {
  margin-right: 0.5rem;
}

.content-page.support.single .single-page-structure-wrapper .single-side-content>h3,
.content-page.news.single .single-page-structure-wrapper .single-side-content>h3 {
  margin: 2rem -2rem 1rem;
  padding: 1rem;
  padding-left: 2rem;
  border: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
}

.content-page.support.single .faq-details {
  min-height: 720px;
}

.content-page.support.single .single-page-structure-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.content-page.support.single .single-page-structure-wrapper .single-side-content {
  padding-bottom: 0;
}

.recommend-list.question ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 1rem;
  border-bottom: 1px solid #eeeeee;
}

.recommend-list.question ul li:last-of-type {
  border-bottom: none;
}

.recommend-list.question ul li .info {
  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;
  width: 100%;
  margin: 10px 0 0;
}

.recommend-list.question ul li .info span {
  font-size: 14px;
  margin-right: 1rem;
  color: #aaaaaa;
  display: inline-block;
  line-height: 1;
  width: auto;
}

.recommend-list.question ul li .info span:last-of-type {
  margin-right: 0;
}

.content-page.news.single .single-page-structure-wrapper .single-side-content {
  padding-bottom: 2rem;
}

@media screen and (max-width: 1480px) {

  header .navbar>.container .navbar-brand img,
  header .navbar>.container-fluid .navbar-brand img {
    height: 24px;
  }

  header .navbar-default .navbar-nav>li {
    margin-right: 1rem;
    height: 82px;
  }

  header .navbar-default .navbar-nav>li>a span {
    padding: 2px 3px;
    font-size: 1rem;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper {
    margin-left: 1rem;
    width: auto;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .contact-info {
    margin-right: 1rem;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .contact-info img {
    height: 32px;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .wrapper {
    height: 82px;
  }

  header .sub-menu {
    top: 107px;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper {
    width: 100px;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper input {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    z-index: 10001;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  footer .for-mb,
  footer .copy-right {
    display: none;
  }
}

@media screen and (max-width: 1480px) {

  .page-home .section-title h2.en,
  .content-page .section-title h2.en {
    font-size: 32px;
  }

  .page-home .section-title h2,
  .content-page .section-title h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1480px) {

  section.products .products-swiper .swiper-button-next,
  section.products .products-swiper .swiper-button-prev,
  section.applications .cases-swiper .swiper-button-next,
  section.applications .cases-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  section.products .products-swiper .swiper-button-next,
  section.applications .cases-swiper .swiper-button-next {
    right: -32px;
  }

  section.products .products-swiper .swiper-button-prev,
  section.applications .cases-swiper .swiper-button-prev {
    left: -32px;
  }

  section.products .products-swiper .swiper-button-next div,
  section.products .products-swiper .swiper-button-prev div,
  section.applications .cases-swiper .swiper-button-next div,
  section.applications .cases-swiper .swiper-button-prev div {
    background-image: url("/wp-content/themes/goldensea/assets/wandi/arrow-icon-small.png");
  }
}

@media screen and (max-width: 1480px) {

  .honor-swiper .swiper-button-next,
  .honor-swiper .swiper-container-rtl .swiper-button-prev,
  .honor-swiper .swiper-button-prev,
  .honor-swiper .swiper-container-rtl .swiper-button-next,
  .journey-swiper .swiper-button-next,
  .journey-swiper .swiper-container-rtl .swiper-button-prev,
  .journey-swiper .swiper-button-prev,
  .journey-swiper .swiper-container-rtl .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .honor-swiper .swiper-button-next i,
  .honor-swiper .swiper-container-rtl .swiper-button-prev i,
  .honor-swiper .swiper-button-prev i,
  .honor-swiper .swiper-container-rtl .swiper-button-next i,
  .journey-swiper .swiper-button-next i,
  .journey-swiper .swiper-container-rtl .swiper-button-prev i,
  .journey-swiper .swiper-button-prev i,
  .journey-swiper .swiper-container-rtl .swiper-button-next i {
    font-size: 1.25rem;
  }

  .honor-swiper .swiper-button-prev,
  .honor-swiper .swiper-container-rtl .swiper-button-next,
  .journey-swiper .swiper-button-prev,
  .journey-swiper .swiper-container-rtl .swiper-button-next {
    left: -30px;
  }

  .honor-swiper .swiper-button-next,
  .honor-swiper .swiper-container-rtl .swiper-button-prev,
  .journey-swiper .swiper-button-next,
  .journey-swiper .swiper-container-rtl .swiper-button-prev {
    right: -30px;
  }
}

@media screen and (max-width: 1366px) {

  .content-page.about .company-journey:before,
  .content-page.about .company-journey:after {
    bottom: 49px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin: 0;
    padding: 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: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-collapse {
    padding: 0;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper {
    order: 1;
    width: 100%;
    margin: 0;
    padding: 0.5rem 1rem;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .wrapper {
    padding: 0;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .contact-info {
    width: calc(50% - 0.5rem);
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .search-box {
    width: calc(50% - 0.5rem);
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper {
    width: 100%;
    margin: 0;
    height: 24px;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .wrapper {
    height: auto;
    padding: 0;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper input {
    width: 100%;
  }

  header .header-top {
    padding: 0 1rem;
  }

  header .header-top ul li {
    margin-right: 1rem;
  }

  header .navbar-default .navbar-nav>li {
    margin: 0;
    text-align: center;
    height: auto;
    padding: 6px 0;
    order: 2;
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .search-box .input-wrapper button {
    width: 32px;
    height: 100%;
  }

  header .navbar-default .navbar-nav>li>a {
    margin: 0;
  }

  header .sub-menu {
    position: absolute;
    top: unset;
    width: 100%;
    display: none;
    margin: 0.5rem 0 -0.5rem;
    max-height: 240px;
    overflow-x: auto;
  }

  header .navbar-default .navbar-nav>li ::-webkit-scrollbar {
    width: 6px;
  }

  header .navbar-default .navbar-nav>li ::-webkit-scrollbar-track {
    background: #eeeeee;
  }

  header .navbar-default .navbar-nav>li ::-webkit-scrollbar-thumb {
    background: #34b366;
  }

  header .navbar-default .navbar-nav>li ::-webkit-scrollbar-thumb:hover {
    background: #14A850;
  }

  header .navbar-default .navbar-nav>li:hover .sub-menu {
    position: absolute;
    display: none;
  }

  header .navbar-default .navbar-nav>li.nav-products.opened .sub-menu {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
  }

  header .sub-menu .wrapper {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .sub-menu .wrapper .item {
    width: 100%;
    padding: 0.5rem 1rem;
    height: auto;
  }

  header .sub-menu .wrapper .item h4 {
    font-size: 1rem;
    padding-left: 0;
    padding: 0 0 0.5rem;
    margin: 0 0 0.5rem;
  }

  header .sub-menu .wrapper .item ul {
    text-align: left;
  }

  header .sub-menu .wrapper .item ul li {
    display: inline-block;
    margin-right: 1rem;
  }

  header .sub-menu .wrapper .item ul li a {
    font-size: 12px;
    padding: 4px 0 4px 2rem;
    text-align: left;
  }

  header .navbar-default .navbar-nav>li.tool-wrapper .contact-info img {
    height: auto;
    width: 100%;
  }

  header .navbar-default .navbar-nav>li>a span {
    font-size: 12px;
    padding: 2px 6px;
  }
}

@media screen and (max-width: 767px) {

  .page-home .section-title h2.en,
  .content-page .section-title h2.en {
    font-size: 1.5rem;
  }

  .page-home .section-title h2:last-of-type,
  .content-page .section-title h2:last-of-type {
    font-size: 1.25rem;
  }

  .page-home .section-title,
  .content-page .section-title {
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .crumb .flex-wrapper {
    font-size: 12px;
  }

  .content-page.products .main-wrapper .crumb {
    margin-bottom: 2rem;
  }

  .content-page.solutions .crumb.padding-big {
    margin: 0;
    padding: 2rem 1rem;
  }

  .crumb ul li,
  .crumb ul li a {
    font-size: 12px;
  }

  .crumb.padding-big {
    padding: 2rem 1rem;
  }

  .crumb .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .crumb .flex-wrapper .current-location,
  .crumb .flex-wrapper .current-category {
    width: 100%;
  }

  .crumb .flex-wrapper .current-location {
    margin: 0 0 2rem;
  }

  .crumb .current-category ul {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .crumb .current-category ul li {
    margin: 0;
  }

  .crumb .current-category ul li a {
    font-size: 1rem;
    padding: 4px;
  }

  .content-page.news .crumb.padding-big,
  .content-page.talents-policy .crumb.padding-big {
    padding: 1rem;
  }

  .crumb .current-category ul li.active a:after {
    height: 2px;
    bottom: -15px;
  }

  .content-page.contact .crumb.margin-big {
    margin: 0;
    padding: 2rem 1rem;
  }

  .content-page.contact .crumb .flex-wrapper .current-location {
    margin: 0;
  }

  .content-page.products.single .crumb {
    margin: 0;
    padding: 2rem 1rem;
  }

  .content-page.products.single .crumb .flex-wrapper .current-location {
    margin: 0;
  }

  .content-page.support .crumb .flex-wrapper .current-location {
    margin-bottom: 0;
  }

  .content-page.solutions .crumb .flex-wrapper .current-location {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .pagination.style-news {
    width: calc(100% - 2rem);
    margin-left: 1rem;
  }

  .pagination.style-news .page-numbers {
    font-size: 1rem;
    padding: 0.5rem;
  }
}

@media screen and (max-width: 767px) {

  section.products .item,
  section.applications .item {
    padding: 0;
  }

  section.products .item h3,
  section.applications .item h3 {
    margin: 0 0 1rem;
  }

  section.products .item .excerpt,
  section.applications .item .excerpt {
    margin: 0 0 1rem;
  }

  section.products .item .info,
  section.applications .item .info {
    padding: 1rem;
  }

  section.products .products-swiper .swiper-button-next,
  section.products .products-swiper .swiper-button-prev,
  section.applications .cases-swiper .swiper-button-next,
  section.applications .cases-swiper .swiper-button-prev {
    width: 24px;
    height: 24px;
    top: calc(100% + 24px);
  }

  section.products .products-swiper .swiper-button-next,
  section.applications .cases-swiper .swiper-button-next {
    right: 0;
  }

  section.products .products-swiper .swiper-button-prev,
  section.applications .cases-swiper .swiper-button-prev {
    left: 0;
  }

  section.about .flex-wrapper .img {
    width: 100%;
    margin: 0 0 2rem;
  }

  section.about .flex-wrapper .content {
    width: 100%;
  }

  section.about .flex-wrapper .content h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }

  section.about .flex-wrapper .content p {
    margin: 0 0 1rem;
  }

  section.about .flex-wrapper .content .numbers {
    margin: 1rem 0;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  section.about .flex-wrapper .content .numbers .item strong {
    font-size: 1.5rem;
  }

  section.about .flex-wrapper .content .numbers .item {
    margin: 0 15px 0 0;
    margin: 0;
  }

  section.about .flex-wrapper .content .numbers .item span {
    font-size: 12px;
  }

  section.about .flex-wrapper .content a {
    width: 100px;
    height: 32px;
    padding: 0;
    font-size: 1rem;
    margin: 1rem 0 0;
  }

  section.news .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  section.news .flex-wrapper .left {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #dddddd;
  }

  .page-home section.news .section-title {
    margin: 0 0 1rem;
  }

  .page-home section.news .section-title h2 {
    font-size: 1rem;
  }

  .page-home section.news .section-title h2.en {
    font-size: 12px;
  }

  section.news .top-news {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
  }

  section.news .top-news .item .img {
    margin: 0 0 1rem;
  }

  section.news .right .bottom .section-title {
    margin: 1rem 0;
    padding-bottom: 1rem;
  }

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

  section.news .top-news .item .info h3 {
    font-size: 1.25rem;
  }

  section.news .right .top .section-title a {
    font-size: 12px;
  }

  section.partners {
    padding: 0 1rem;
  }

  section.partners .flex-wrapper h2 {
    font-size: 1rem;
  }

  section.partners .partners-wrapper ul li {
    width: 90px;
  }

  section.partners .partners-wrapper ul li img {
    width: 64px;
  }

  section.partners .flex-wrapper .left {
    width: 64px;
  }

  section.partners .flex-wrapper .right {
    width: calc(100% - 64px - 1rem);
  }

  .page-home .learn-more a,
  .page-home section.applications .learn-more a {
    width: 100px;
    height: 32px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  section.about .flex-wrapper .content h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .content-page.about .slogan .flex {
    padding: 0;
  }

  .content-page.about .slogan .item:nth-of-type(2n) {
    padding-left: 0;
  }

  .content-page.about .slogan .item {
    padding-left: 0;
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }

  .content-page.about .slogan .item:nth-of-type(n+5) {
    margin-bottom: 0;
  }

  .title-medium {
    font-size: 1.25rem;
  }

  .text-big {
    font-size: 1rem;
  }

  .content-page.about .introduction {
    padding: 2rem 1rem;
  }

  .content-page.about .introduction .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-page.about .introduction .img-wrapper {
    width: 100%;
    order: 1;
    margin-bottom: 3rem;
  }

  .content-page.about .introduction .content {
    width: 100%;
    margin: 0;
    order: 2;
  }

  .content-page.about .introduction .content .section-title {
    margin-bottom: 2rem;
  }

  .content-page.about .introduction .content p,
  .content-page.about .introduction .content .detais {
    font-size: 1rem;
    text-indent: 2rem;
  }

  .content-page.about .company-journey .item .details {
    padding: 1rem;
  }

  .content-page.about .company-journey .item .details ul li {
    font-size: 12px;
  }

  .content-page.about .company-journey .item .details {
    padding: 1rem;
  }

  .content-page.about .company-journey .item {
    height: 340px;
  }

  .content-page.about .company-journey .item .outter-wrapper {
    height: 216px;
  }

  .content-page.about .company-journey .item .number {
    font-size: 1.5rem;
    margin-top: -40px;
  }

  .content-page.about .company-journey .item .ruler {
    margin-top: -40px;
  }

  .journey-swiper .swiper-button-prev,
  .honor-swiper .swiper-button-prev {
    left: -10px;
  }

  .journey-swiper .swiper-button-next,
  .honor-swiper .swiper-button-next {
    right: -10px;
  }

  .content-page.about .our-partners .item {
    width: calc((100% - 3px) / 4);
  }

  .content-page.about .our-partners .flex {
    border: none;
  }

  .content-page.about .introduction .img-wrapper .wrapper {
    padding-top: 10%;
    padding-left: 15%;
  }

  .content-page.about .introduction .img-wrapper .img {
    width: 90%;
    margin: 0 0 1rem;
  }

  .content-page.about .introduction .img-wrapper .img:after {
    left: -10%;
    top: 20%;
    border-width: 2px;
  }

  .content-page.about .introduction .img-wrapper .info h3 {
    font-size: 1.5rem;
  }

  .content-page.about .introduction .img-wrapper .info span {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}

@media screen and (max-width: 480px) {
  .content-page.about .company-journey .item {
    height: 380px;
  }

  .content-page.about .company-journey .item .outter-wrapper {
    height: 256px;
    padding: 0 4px;
  }

  .content-page.about .company-journey .item .details {
    padding: 4px;
  }
}

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

  .content-page.products .products-list .item {
    width: 100%;
    margin: 0 0 2rem;
  }

  .content-page.products .products-list .item .info {
    padding: 1rem;
  }

  .content-page.products .products-list .item .info .excerpt {
    margin: 0 0 1rem;
  }

  .content-page.products .products-list .item .info .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    width: 100%;
    font-size: 13px;
    max-height: calc(3 * 20px + 1px);
    height: calc(3 * 20px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
  }

  .content-page.products .products-list .item .info p.model {
    font-size: 12px;
    line-height: 1;
  }

  .content-page.products .products-list .item .info a.learn-more {
    padding: 4px 0;
  }

  .product-category {
    margin-bottom: 0;
  }

  .product-category .product-search form {
    width: 100%;
    padding: 0 1rem;
  }

  .product-category .product-search form button {
    font-size: 1rem;
  }

  .product-category .product-search form input {
    font-size: 1rem;
    width: calc(100% - 100px);
  }

  .product-category .category-wrapper h3 {
    font-size: 1.25rem;
  }

  .product-category .category-wrapper .singular-air-type .part {
    padding: 1rem;
  }

  .product-category .category-wrapper h4 {
    font-size: 1rem;
    padding-left: 0;
  }

  .product-category .category-wrapper .singular-air-type .part .label {
    width: 100%;
  }

  .product-category .category-wrapper .singular-air-type .part .wrapper {
    width: 100%;
    padding-left: 0;
    margin-bottom: -1rem;
  }

  .product-category .category-wrapper ul {
    margin-left: 0;
  }

  .product-category .category-wrapper ul li {
    margin: 0 1rem 1rem 0;
  }

  .product-category .category-wrapper ul li a {
    font-size: 12px;
  }

  .product-category .category-wrapper .regular-type .flex-wrapper {
    padding: 1rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-category .category-wrapper .regular-type .flex-wrapper .label {
    width: 100%;
  }

  .product-category .category-wrapper .regular-type .flex-wrapper .wrapper {
    margin-bottom: -1rem;
    width: 100%;
  }

  .product-category .category-wrapper .regular-type .flex-wrapper:last-of-type ul li {
    margin-right: 1rem;
  }

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

  .product-category .category-wrapper h3,
  .product-category .category-wrapper h4 {
    font-family: inherit;
    font-weight: bold;
  }

  .content-page.products .products-list .item .img div {
    padding-bottom: 0;
    height: 100%;
  }

  .content-page.products .products-list .item .wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .content-page.solutions .solutions-content .solution-category {
    margin: 0 0 1rem;
    padding: 0 1rem;
  }

  .content-page.solutions .solutions-content .solution-category ul li .icon {
    width: 24px;
    height: 24px;
  }

  .content-page.solutions .solutions-content .solution-category ul li .wrapper span {
    font-size: 1rem;
  }

  .content-page.solutions .solutions-content .solution-category ul li {
    width: 100%;
    margin: 0 0 1rem;
    height: 40PX;
  }

  .content-page.solutions .solutions-list {
    padding: 0 1rem;
  }

  .content-page.solutions .solutions-list .item {
    width: 100%;
    margin: 0 0 2rem;
  }

  .content-page.solutions .solutions-list .item .info {
    padding: 1rem;
  }

  .content-page.solutions .solutions-list .item .excerpt {
    margin-bottom: 1rem;
  }

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

@media screen and (max-width: 600px) {
  .content-page.support .support-nav ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .content-page.support .support-nav {
    margin: 0;
    padding: 0 1rem;
  }

  .content-page.support .support-nav ul li a {
    padding: 0 4px;
    font-size: 12px;
  }

  .content-page.support .support-nav ul li a .icon {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }

  .content-page.support .support-nav ul li {
    width: 25%;
    height: 40px;
  }

  .support-content.network-content {
    padding: 2rem 1rem;
  }

  .support-content.network-content p.description {
    font-size: 1rem;
  }

  .support-content.network-content .map-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-content.network-content .map-wrapper .map {
    width: 100%;
    height: 400px;
  }

  .support-content.network-content .map-wrapper .info {
    width: 100%;
  }

  .support-content.network-content .map-wrapper .map #map-korea {
    right: 10px;
    top: 160px;
  }

  .support-content.network-content .map-wrapper .map h5 {
    right: 40px;
    top: 180px;
  }

  .support-content.network-content .map-wrapper .info {
    padding-top: 4rem;
  }

  .support-content.network-content .map-wrapper .info h3,
  .support-content.network-content .map-wrapper .info h3 span {
    font-size: 1.5rem;
  }

  .support-content.network-content .map-wrapper .info .content {
    padding: 1rem 0;
    min-height: auto;
  }

  .support-content.network-content .map-wrapper .info .content h4 {
    font-size: 1.25rem;
  }

  .support-content.network-content .map-wrapper .info .content p {
    font-size: 1rem;
  }

  .support-content.network-content .map-wrapper .map {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .content-page.support .support-content.details {
    padding: 2rem 1rem;
    margin: 0;
  }

  .content-page.support .support-content.details .list-content .item {
    margin: 0 0 2rem;
  }

  .content-page.support .support-content.details .list-content .item h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    font-family: inherit;
    font-weight: bold;
  }

  .content-page.support .support-content.details .list-content .item p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page.support .search-form {
    margin: 2rem 0;
    padding: 0 1rem;
  }

  .content-page.support .search-form form {
    width: 100%;
  }

  .content-page.support .search-form form button {
    font-size: 1rem;
  }

  .content-page.support .search-form form input {
    font-size: 1rem;
    width: calc(100% - 100px);
  }

  .content-page.support .faq-category {
    padding: 0 0 1rem;
    margin: 0 0 2rem;
  }

  .content-page.support .faq-category ul {
    padding: 0 1rem;
  }

  .content-page.support .faq-category ul li {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem;
    height: 40px;
  }

  .content-page.support .faq-category ul li a {
    font-size: 12px;
  }

  .content-page.support .faq-list {
    padding: 0 1rem;
    margin: 0;
  }

  .content-page.support .faq-list h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 0 1rem;
  }

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

  .content-page.support .faq-list .foot-info {
    margin: 1rem 0 0;
  }

  .content-page.support .faq-list .item {
    margin: 0 0 2rem;
  }

  .content-page.support .faq-category ul li a .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-page.support .files-wrapper {
    margin: 2rem 0;
    padding: 0;
  }

  .content-page.support .filter-widgets {
    padding: 1rem;
    margin: 0 0 1rem;
  }

  .content-page.support .filter-widgets .part {
    margin-right: 1rem;
  }

  .content-page.support .filter-widgets .part:last-of-type {
    margin-right: 0;
  }

  .content-page.support .filter-widgets .part>a {
    font-size: 1rem;
    height: 30px;
  }

  .content-page.support .filter-widgets .part>ul li a {
    font-size: 12px;
  }

  .content-page.support .files-wrapper .list-content .item {
    padding: 1rem;
    position: relative;
  }

  .content-page.support .files-wrapper .list-content .wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-page.support .files-wrapper .list-content .wrapper .left,
  .content-page.support .files-wrapper .list-content .wrapper .right {
    width: 100%;
  }

  .content-page.support .files-wrapper .list-content .wrapper .right {
    margin: 1rem 0 0;
  }

  .content-page.support .files-wrapper .list-content .wrapper .left {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-page.support .files-wrapper .list-content .wrapper .pubdate {
    width: 100%;
    order: 1;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    text-align: left;
    font-size: 12px;
    line-height: 1;
  }

  .content-page.support .files-wrapper .list-content .wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }

  .content-page.support .files-wrapper .list-content .wrapper h3 {
    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;
  }

  .content-page.support .files-wrapper .list-content .wrapper .right a {
    font-size: 12px;
  }

  .content-page.support .files-wrapper .list-content .wrapper h3 i {
    font-size: 12px;
    margin-right: 1rem;
  }
}

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

  .content-page.news .top-news .item .wrapper>a {
    width: 100%;
  }

  .content-page.news .top-news .item .wrapper .news-img {
    width: 100%;
    height: 200px;
  }

  .content-page.news .top-news .item .wrapper .content {
    width: 100%;
    margin: 1rem 0 0;
  }

  .content-page.news .top-news .item .wrapper .pubdate {
    font-size: 12px;
  }

  .content-page.news .top-news .item .wrapper h3 {
    margin: 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }

  .content-page.news .top-news .item .wrapper .excerpt {
    min-height: 42px;
  }

  .content-page.news .top-news .item .wrapper .excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 21px;
    width: 100%;
    font-size: 14px;
    max-height: calc(2 * 21px + 1px);
    height: calc(2 * 21px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
  }

  .content-page.news .top-news .item .wrapper .learn-more {
    margin-top: 1rem;
  }

  .content-page.news .top-news .item .wrapper .learn-more a span {
    width: 24px;
    height: 24px;
  }

  .content-page.news .top-news .item .wrapper .learn-more a span i {
    font-size: 12px;
  }

  .content-page.news .top-news .item .wrapper .learn-more a {
    font-size: 1rem;
  }

  .content-page.news .top-news-swiper {
    padding: 0 0 2rem;
  }

  .content-page.news .top-news-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0.5rem;
  }

  .content-page.news .top-news-swiper .swiper-pagination-bullet-active:after {
    width: 10px;
    height: 10px;
    left: -1px;
    top: -1px;
  }

  .content-page.news .news-content .news-list {
    padding: 0 1rem;
    margin: 0;
  }

  .content-page.news .news-content .news-list .item {
    width: 100%;
    margin: 0 0 2rem;
  }

  .content-page.news .news-content .news-filter .wrapper ul li a {
    font-size: 12px;
    line-height: 2;
  }

  .content-page.news .news-content .news-filter .wrapper>a {
    font-size: 1rem;
  }

  .content-page.news .news-content .news-filter .wrapper>a span {
    font-size: 1rem;
  }

  .content-page.news .news-content .news-filter .wrapper {
    height: 36px;
    width: 165px;
  }

  .content-page.news .news-content .news-filter {
    margin: 0 0 1rem;
    padding: 0 1rem;
  }

  .content-page.news .news-content .news-list .item .info {
    padding: 1rem;
    min-height: auto;
  }

  .content-page.news .news-content .news-list .item .pubdate {
    font-size: 12px;
  }

  .content-page.news .news-content .news-list .item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 0 1rem;
  }

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

  .content-page.news .news-card {
    padding: 0 1rem;
    margin: 0;
  }

  .content-page.news .news-card .item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1rem;
  }

  .content-page.news .news-card .pubdate {
    font-size: 12px;
  }

  .content-page.news .news-card h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 0 1rem;
  }

  .content-page.news .news-card .excerpt {
    min-height: auto;
  }

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

  .content-page.news .news-card .learn-more {
    margin-top: 1rem;
  }

  .content-page.news .news-card .learn-more a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .content-page.talents-policy .hot-news-swiper {
    padding: 0 1rem;
    margin: 2rem 0;
  }

  .content-page.talents-policy .hot-news-swiper>h2 {
    margin: 0 0 2rem;
    font-size: 1.5rem;
    line-height: 1;
  }

  .content-page.talents-policy .hot-news-swiper .item .info {
    padding: 1rem;
    height: auto;
  }

  .content-page.talents-policy .hot-news-swiper .item .pubdate {
    font-size: 12px;
    margin: 0 0 1rem;
  }

  .content-page.talents-policy .hot-news-swiper .item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 21px;
    width: 100%;
    font-size: 14px;
    max-height: calc(2 * 21px + 1px);
    height: calc(2 * 21px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
  }

  .content-page.talents-policy .policy-details .list-wrapper {
    padding: 0 1rem;
    margin: 0;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item {
    height: auto;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item .content {
    padding: 1rem 1rem 2rem;
    order: 2;
    width: 100%;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item .img {
    width: 100%;
    height: 200px;
    order: 1;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item .title {
    margin: 0 0 2rem;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item .title .outter h3 {
    font-size: 1.5rem;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item .title .outter span {
    font-size: 1rem;
    line-height: 1;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item .title:after {
    width: 40px;
    height: 1px;
    bottom: -1rem;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item .desc p {
    margin: 0 0 10px;
  }

  .content-page.talents-policy .policy-details .list-wrapper .item .desc p:lst-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-page.talents-policy .social-recruitment-content .job-content {
    margin: 2rem 0;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big {
    padding: 0 1rem;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .title,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .name,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .pubdate,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .numbers,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head.big .location {
    font-size: 12px;
    padding: 10px 0;
    text-align: left;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body {
    padding: 0 1rem;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .title,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .name,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .pubdate,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .numbers,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .location {
    font-size: 12px;
    padding: 6px 0;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .pubdate {
    display: none;
  }

  .content-page.talents-policy .social-recruitment-content .panel-body {
    padding: 1rem;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail {
    padding: 1rem;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail h1,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail h2,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail h3 {
    margin: 1rem 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }

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

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail p,
  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-body.jobs-detail span {
    font-size: 12px;
  }

  .content-page.talents-policy .social-recruitment-content .apply {
    margin: 1rem 0;
    padding: 1rem 0 0;
  }

  .content-page.talents-policy .social-recruitment-content .apply a {
    width: 90px;
    height: 32px;
    font-size: 1rem;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head {
    padding: 0.5rem 0;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .location {
    width: 15%;
  }

  .content-page.talents-policy .social-recruitment-content .jobs-list-wrapper .content-head .name {
    width: 30%;
  }
}

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

  .content-page.contact .contact-content {
    margin: 0 0 2rem;
    padding: 0 1rem;
  }

  .content-page.contact .contact-content .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-page.contact .contact-content .flex .contact-info {
    margin: 0 0 2rem;
    width: 100%;
  }

  .content-page.contact .contact-content .flex .map {
    width: 100%;
    height: 480px;
  }

  .contact-content .contact-info ul li {
    padding: 6px;
  }

  .contact-content .contact-info h3.contact-number {
    font-size: 1.25rem;
  }

  .contact-content .contact-info h3.contact-number strong {
    font-size: 1.5rem;
  }

  .contact-content .contact-info ul li p {
    font-size: 1rem;
  }

  .contact-content .contact-info h3 {
    font-size: 1rem;
  }

  .contact-content .contact-info h3.korea {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-content .contact-info h3.korea .img {
    padding: 0;
    margin: 1rem 0 0;
    width: 120px;
  }

  .content-page.contact .locations-content .section-title h3 {
    font-size: 1.5rem;
  }

  .content-page.contact .locations-content .section-title {
    padding: 1rem;
  }

  .content-page.contact .locations-content .locations .part {
    padding: 0;
    border: none;
  }

  .content-page.contact .locations-content .locations {
    padding: 0 1rem;
  }

  .content-page.contact .locations-content .locations h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }

  .content-page.contact .locations-content .locations h3.area {
    margin: 0 0 1rem;
  }

  .content-page.contact .contact-form-content {
    padding: 2rem 1rem;
  }

  .content-page.contact .contact-form-content .section-title {
    margin: 0 0 2rem;
  }

  .content-page.contact .contact-form-content .section-title h3 {
    margin: 0;
    font-size: 1.5rem;
  }

  .content-page.contact .contact-form-content .form-wrapper .item-3 .input-wrapper {
    width: 100%;
    margin: 0 0 1rem;
    height: 40px;
  }

  .content-page.contact .contact-form-content .form-wrapper input,
  .content-page.contact .contact-form-content .form-wrapper textarea,
  .content-page.contact .contact-form-content .form-wrapper button {
    font-size: 1rem;
  }

  .content-page.contact .contact-form-content .form-wrapper .item-1 .input-wrapper {
    height: 120px;
  }

  .content-page.contact .contact-form-content .form-wrapper .part {
    margin: 0;
  }

  .content-page.contact .contact-form-content .form-wrapper .button-wrapper button {
    width: 90px;
    height: 32px;
    font-size: 1rem;
    line-height: 32px;
    padding: 0;
    margin: 0 auto;
  }

  .content-page.contact .contact-form-content .form-wrapper .button-wrapper {
    margin-top: 1rem;
  }

  .content-page.contact .contact-content .flex .map #info_window .info-content {
    font-size: 12px;
  }

  .content-page.contact .contact-content .flex .map #info_window {
    width: 280px;
  }

  .content-page.contact .locations-content .locations {
    padding-top: 2rem;
    background-size: contain;
    background-repeat: repeat;
  }

  .content-page.contact .locations-content .locations .part .flex .item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #dddddd;
    font-size: 1rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .content-page.contact .locations-content .locations ul li {
    width: 50%;
    font-size: 1rem;
    line-height: 2;
  }
}

@media screen and (max-width: 480px) {
  .content-page.contact .locations-content .locations ul li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .content-page.products.single .product-details {
    padding: 0 1rem;
  }

  .content-page.products.single .product-details .top-info>.carousel {
    width: 100%;
  }

  .content-page.products.single .product-details .top-info>.description {
    width: 100%;
    height: auto;
    margin: 2rem 0 0;
  }

  .content-page.products.single .top-info .product-title h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }

  .content-page.products.single .top-info .product-title p.product-model {
    font-size: 16px;
  }

  .content-page.products.single .top-info .product-description {
    height: auto;
  }

  .content-page.products.single .top-info .certificates-wrapper {
    position: relative;
    bottom: unset;
  }

  .content-page.products.single .top-info .buttons {
    position: relative;
    margin: 2rem 0;
  }

  .content-page.products.single .bottom-info .product-parameters {
    width: 100%;
  }

  .content-page.products.single .bottom-info .recommend-products {
    width: 100%;
    margin: 2rem 0 0;
  }

  .content-page.products.single .bottom-info {
    margin: 0;
    padding: 0;
  }

  .content-page.products.single .top-info .buttons a {
    font-size: 1rem;
    width: 100px;
  }

  .content-page.products.single .bottom-info .product-parameters .nav-tabs>li>a {
    font-size: 12px;
  }

  .content-page.products.single .bottom-info .product-parameters .nav-tabs>li>a .icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }

  .content-page.products.single .bottom-info .product-parameters .nav-tabs>li {
    height: 36px;
  }

  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr:first-of-type td,
  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr.blue-row td {
    font-size: 1rem;
  }

  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table tr td {
    font-size: 12px;
  }

  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ul li,
  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper ol li,
  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper p,
  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper span,
  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper div,
  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper a {
    line-height: 2;
  }

  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper h3,
  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }

  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper table {
    margin: 0 0 1rem;
  }

  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper a.download-link span {
    font-size: 1rem;
  }

  .content-page.products.single .bottom-info .recommend-products {
    padding: 2rem 1rem;
  }

  .content-page.products.single .bottom-info .recommend-products>h3 {
    margin: 0 0 2rem;
  }

  .content-page.products.single .bottom-info .recommend-products .products-list .item {
    width: calc(50% - 0.5rem);
  }

  .content-page.products.single .bottom-info .recommend-products .products-list .item .info p.product-model {
    font-size: 12px;
  }

  .content-page.products.single .product-details .top-info>.carousel {
    padding: 0 1rem;
  }

  .content-page.products.single .top-info .product-title h2 {
    font-family: inherit;
    font-weight: bold;
  }

  .content-page.products.single .top-info .certificates-wrapper {
    height: auto;
  }

  .content-page.products.single .top-info .certificates-wrapper img.certificate {
    max-width: 100%;
    height: auto;
    width: auto;
  }

  .content-page.products.single .bottom-info .product-parameters .tab-content-wrapper {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 480px) {
  .content-page.products.single .bottom-info .product-parameters .nav-tabs>li>a .icon {
    display: none;
  }

  .content-page.products.single .crumb ul li:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-page.solutions.single .crumb ul li:first-of-type {
    display: none;
  }

  .content-page.solutions.single .crumb .flex-wrapper .current-location {
    margin-bottom: 0;
  }

  .single-page-structure-wrapper {
    padding: 0 1rem;
  }

  .single-page-structure-wrapper .faq-details,
  .single-page-structure-wrapper .news-details,
  .single-page-structure-wrapper .solution-details {
    width: 100%;
  }

  .single-page-structure-wrapper .single-side-content {
    width: 100%;
    padding: 2rem 1rem;
  }

  .content-page.solutions .solution-details {
    padding: 2rem 1rem;
    margin: 0 0 2rem;
  }

  .content-page.solutions .solution-details .solution-title h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 1rem;
  }

  .content-page.solutions .solution-details .solution-title .post-info span {
    font-size: 12px;
  }

  .content-page.solutions .solution-details .details-content p,
  .content-page.solutions .solution-details .details-content ul li,
  .content-page.solutions .solution-details .details-content ol li,
  .content-page.solutions .solution-details .details-content div,
  .content-page.solutions .solution-details .details-content span {
    font-size: 1rem;
    line-height: 2;
  }

  .content-page.solutions .solution-details .solution-content {
    padding-bottom: 4rem;
  }

  .content-page.solutions .single-side-content .relate-products>h3 {
    font-size: 1.5rem;
    margin: 2rem 0;
  }

  .content-page.solutions.single .single-side-content ul.category {
    margin: 0;
  }

  .content-page.solutions .single-side-content .relate-products .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;
  }

  .content-page.solutions .single-side-content .relate-products .products-list .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem;
  }

  .content-page.solutions .single-side-content .relate-products .products-list .item .info p.product-model {
    font-size: 12px;
  }

  .bottom-info.single-content .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bottom-info.single-content .flex-wrapper .left,
  .bottom-info.single-content .flex-wrapper .right {
    width: 100%;
  }

  .bottom-info.single-content .flex-wrapper .left {
    margin: 0 0 1rem;
  }

  .bottom-info.single-content .flex-wrapper .left ul li a {
    font-size: 12px;
  }

  .bottom-info.single-content .flex-wrapper a.back-button {
    width: 100px;
    height: 32px;
    font-size: 1rem;
  }

  .single-side-content ul.category li a {
    font-size: 1rem;
    height: 40px;
  }

  .single-side-content {
    margin: 0 0 2rem;
  }

  .recommend-post.solution {
    padding: 0 1rem;
  }

  .content-page.solutions .recommend-post.solution .solutions-list {
    padding: 0;
  }

  .content-page.solutions .solutions-list .item .info .top-info span {
    font-size: 12px;
  }

  .content-page.solutions .crumb ul li:last-of-type .icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .content-page.support .faq-details {
    padding: 2rem 1rem;
  }

  .content-page.support .faq-details .faq-title h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 1rem;
  }

  .content-page.support .faq-details .faq-title .top-info span {
    font-size: 12px;
  }

  .content-page.support .faq-details .details-content p,
  .content-page.support .faq-details .details-content ul li,
  .content-page.support .faq-details .details-content ol li,
  .content-page.support .faq-details .details-content div,
  .content-page.support .faq-details .details-content span {
    font-size: 1rem;
    line-height: 2;
  }

  .content-page.support.single .single-page-structure-wrapper .single-side-content>h3,
  .content-page.news.single .single-page-structure-wrapper .single-side-content>h3 {
    margin: 2rem 0;
    padding: 1rem 0;
  }

  .content-page.support.single .crumb .flex-wrapper .current-location {
    margin: 0;
  }

  .share-post ul.socials li a {
    width: 24px;
    height: 24px;
  }

  .content-page.support .crumb ul li:last-of-type a .icon {
    width: 20px;
    height: 20px;
  }

  .content-page.support .faq-details {
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .content-page.news.single .crumb .flex-wrapper .current-location {
    margin: 0;
  }

  .content-page.news.single .crumb.padding-big {
    padding: 2rem 1rem;
  }

  .content-page.news .news-content .news-details .news-title h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    line-height: 1.5;
  }

  .content-page.news .news-content .news-details .news-title .news-info span {
    font-size: 12px;
  }

  .content-page.news .news-content .news-details .details-content img {
    height: auto;
  }

  .content-page.news .news-content .news-details {
    padding: 2rem 1rem;
  }

  .content-page.news .news-content .news-details .details-content p,
  .content-page.news .news-content .news-details .details-content ul li,
  .content-page.news .news-content .news-details .details-content ol li,
  .content-page.news .news-content .news-details .details-content div,
  .content-page.news .news-content .news-details .details-content span {
    font-size: 1rem;
    line-height: 2;
  }

  .content-page.news .news-content .news-details {
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 767px) {

  .page-home,
  .content-page {
    margin-bottom: 70px;
  }
}

.amap-sug-result {
  display: none !important;
}

.section-anchor {
  padding-bottom: 115px;
  margin-top: -115px;
}