@charset "UTF-8";

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

* {
  box-sizing: border-box;
}

*:before {
  box-sizing: border-box;
}

*:after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
}

html,
body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", 微软雅黑, "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow: inherit;
  background-color: #ffffff;
  line-height: 1;
}

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

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

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

  section,
  .section-wrapper {
    padding: 4rem 1rem;
  }
}

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

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

input,
button,
textarea {
  outline: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
}

a {
  line-height: 1;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  outline: none;
}

a:visited {
  color: inherit;
  outline: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
}

ul,
ol {
  padding-inline-start: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.page-wrapper {
  margin-top: 77px;
  margin-bottom: 72px;
}

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

.content-types {
  margin: 0 0 20px;
  text-align: center;
}

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

.content-types ul li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

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

.content-types ul li a {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #ffffff;
  color: #777;
  font-size: 13px;
  transition: all 0.25s ease;
  border: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .content-types ul li a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 1rem;
  }
}

.content-types ul li a:hover {
  background-color: #426AAA;
  color: #ffffff;
}

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

h2.not-found {
  text-align: center;
  line-height: 1;
  font-size: 24px;
  margin: 2rem auto 0;
  color: #426AAA;
}

@media screen and (min-width: 768px) {
  h2.not-found {
    font-size: 28px;
    margin: 6rem auto 0;
  }
}

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

@media screen and (min-width: 768px) {
  header {
    border-bottom: none;
  }
}

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

header .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

header .phone-area {
  display: none;
}

@media screen and (min-width: 768px) {
  header .phone-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

header .logo img {
  height: 32px;
  width: auto;
  display: block;
  margin: 10px 1rem;
}

@media screen and (min-width: 768px) {
  header .logo img {
    height: 75px;
    margin: 16px 0;
  }
}

header .slogan {
  margin: 0 0 0 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  header .slogan {
    margin: 0 0 0 40px;
  }
}

header .slogan:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 10%;
  left: -20px;
  background-color: #eeeeee;
}

header .slogan h3 {
  line-height: 1;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #3EADB8;
}

@media screen and (min-width: 768px) {
  header .slogan h3 {
    font-size: 20px;
  }
}

header .slogan h3.top {
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: 400;
  color: #282828;
}

@media screen and (min-width: 768px) {
  header .slogan h3.top {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
}

header .phone-area {
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  header .phone-area {
    margin-right: 0;
  }
}

header .phone-area .icon {
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-tel.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 6px 0 0;
}

@media screen and (min-width: 768px) {
  header .phone-area .icon {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
  }
}

header .phone-area h4,
header .phone-area h3 {
  line-height: 1;
  margin: 0;
}

header .phone-area h3 {
  color: #426AAA;
  font-family: arial;
  font-weight: 600;
  font-size: 18px;
  margin: 6px 0 0 0;
}

@media screen and (min-width: 768px) {
  header .phone-area h3 {
    font-size: 30px;
    margin: 10px 0 0 0;
  }
}

header .phone-area h4 {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  header .phone-area h4 {
    font-size: 18px;
  }
}

header .header-nav {
  background-color: #426AAA;
}

header .header-nav ul.nav {
  margin: 0;
  height: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  header .header-nav ul.nav {
    height: auto;
  }
}

header .header-nav ul.nav li {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  header .header-nav ul.nav li {
    width: calc(100% / 8);
  }
}

header .header-nav ul.nav li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 1rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.33);
}

header .header-nav ul.nav li:last-of-type:after {
  display: none;
}

header .header-nav ul.nav li a {
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  header .header-nav ul.nav li a {
    min-height: 50px;
    line-height: 50px;
    font-size: 1rem;
  }
}

header .header-nav ul.nav li a.active {
  background-color: #3EADB8;
}

header .top-mobile {
  padding: 6px 1rem;
  background-color: #345385;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

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

header .top-mobile p {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}

header .header-nav ul.nav.expanded {
  height: auto;
}

@media screen and (min-width: 768px) {
  header .header-nav ul.nav.expanded {
    height: auto;
  }
}

header .header-menu {
  cursor: pointer;
  margin-right: 1rem;
}

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

header .header-menu .menu-wrapper {
  position: relative;
  width: 32px;
  height: 26px;
  border: 1px solid #426AAA;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .header-menu i {
  color: #426AAA;
  font-size: 14px;
}

header .header-menu i.ti-close {
  display: none;
}

header .header-menu.expanded .menu-wrapper {
  background-color: #426AAA;
}

header .header-menu.expanded i {
  color: #ffffff;
}

header .header-menu.expanded i.ti-close {
  display: inline-block;
}

header .header-menu.expanded i.ti-menu {
  display: none;
}

footer {
  padding: 4rem 0 0;
  background-color: #1B355E;
}

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

footer .flex-wrapper .left {
  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;
}

footer .flex-wrapper .right {
  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-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .left .part {
  margin-right: 124px;
}

footer .left .part:last-of-type {
  margin-right: 0;
}

footer .part h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 1;
  position: relative;
  margin: 0 0 36px;
}

footer .part h3:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #3EADB8;
  left: 0;
  bottom: -19px;
}

footer .part ul {
  margin: 0;
}

footer .part ul li,
footer .part ul li a {
  font-size: 15px;
  line-height: 1;
  color: #aaaaaa;
}

footer .part ul li a {
  transition: all 0.25s ease;
}

footer .part ul li a:hover {
  color: #3EADB8;
}

footer .part ul li {
  margin: 0 0 14px 0;
}

footer .part ul li.line-2 {
  line-height: 1.75;
  margin-top: -5px;
}

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

footer .part.qr-code h3 {
  text-align: right;
}

footer .part.qr-code h3:after {
  left: auto;
  right: 0;
}

footer .part.qr-code img {
  display: block;
  width: 120px;
  height: auto;
}

footer .copyright {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  color: #aaaaaa;
  line-height: 1;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

footer .copyright a {
  margin-left: 6px;
}

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

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

footer .footer-pc {
  display: none;
}

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

footer .footer-mb {
  display: block;
}

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

footer .footer-mb ul {
  background-color: #282828;
  margin: 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;
}

footer .footer-mb ul li {
  width: calc((100% - 4px) / 5);
  background-color: #272f36;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease;
}

footer .footer-mb ul li:hover {
  background-color: #426AAA;
}

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

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

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

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

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

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

.banner-home .swiper-slide img.banner-mb {
  display: block;
}

@media screen and (min-width: 768px) {
  .banner-home .swiper-slide img.banner-mb {
    display: none;
  }
}

.banner-home .swiper-slide img.banner-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .banner-home .swiper-slide img.banner-pc {
    display: block;
  }
}

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

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

.banner-home .swiper-button-next,
.banner-home .swiper-button-prev {
  width: 32px;
  height: 32px;
  outline: none;
  transition: all 0.35s ease;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

  .banner-home .swiper-button-next,
  .banner-home .swiper-button-prev {
    width: 40px;
    height: 80px;
  }
}

.banner-home .swiper-button-next i,
.banner-home .swiper-button-prev i {
  font-size: 1.15rem;
  color: #ffffff;
  opacity: 0.66;
  transition: all 0.35s ease;
  display: none;
}

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

  .banner-home .swiper-button-next i,
  .banner-home .swiper-button-prev i {
    font-size: 1.5rem;
  }
}

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

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

.banner-home .swiper-button-next {
  background-image: url("../img/banner-arrow-right.png");
}

.banner-home .swiper-button-prev {
  background-image: url("../img/banner-arrow-left.png");
}

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

.banner-home .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0.66;
  outline: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .banner-home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

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

.banner-content {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.section-title {
  margin: 0 auto 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-title {
    margin: 0 auto 24px;
  }
}

.section-title .decorate {
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background-color: #426AAA;
  margin: 14px auto;
  position: relative;
}

.section-title .decorate:before,
.section-title .decorate:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 120px;
  background-color: #eeeeee;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.section-title .decorate:before {
  left: -136px;
}

.section-title .decorate:after {
  right: -136px;
}

.section-title h2,
.section-title h3 {
  line-height: 1;
  text-align: center;
}

.section-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  margin-top: 0;
}

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

.section-title p {
  text-align: center;
  line-height: 1;
  color: #777;
  font-size: 14px;
}

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

.inner-section-title {
  margin: 0 auto 16px;
}

@media screen and (min-width: 768px) {
  .inner-section-title {
    margin: 0 auto 24px;
  }
}

.inner-section-title h2 {
  text-align: center;
  line-height: 1;
  color: #282828;
  font-size: 18px;
  margin: 0;
  position: relative;
  padding-bottom: 14px;
}

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

.inner-section-title h2:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 4px;
  background-color: #426AAA;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

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

.inner-section-title h2.after-jade:after {
  background-color: #3EADB8;
}

.learn-more {
  margin: 1rem 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .learn-more {
    margin: 32px 0 0;
  }
}

.learn-more a {
  width: 100px;
  height: 32px;
  font-size: 13px;
  color: #ffffff;
  background-color: #426AAA;
  transition: all 0.35s ease;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .learn-more a {
    width: 120px;
    height: 36px;
    font-size: 15px;
  }
}

.learn-more a i {
  font-size: 14px;
  margin-left: 4px;
  transition: all 0.35s ease;
  color: #ffffff;
}

.learn-more a:hover {
  background-color: #345385;
}

.learn-more a:hover i {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}

.learn-more.green a {
  background-color: #3EADB8;
}

.learn-more.green a:hover {
  background-color: #318992;
}

.part-title {
  padding: 0 0 16px 0;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.part-title h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  color: #426AAA;
}

.part-title h3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #426AAA;
  left: 0;
  bottom: -16px;
}

.part-title a {
  font-size: 15px;
  color: #aaaaaa;
  transition: all 0.25s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.part-title a i {
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 4px;
  transition: all 0.25s ease;
}

.part-title a:hover {
  color: #426AAA;
}

.part-title a:hover i {
  color: #426AAA;
}

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

@media screen and (min-width: 768px) {
  section.cases .cases-wrapper {
    margin-bottom: -24px;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

section.cases .item {
  transition: all 0.35s ease;
  position: relative;
  width: calc(50% - 0.5rem);
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  section.cases .item {
    width: calc((100% - 72px) / 4);
    margin: 0 24px 24px 0;
  }

  section.cases .item:nth-of-type(4n) {
    margin-right: 0;
  }
}

section.cases .item a {
  display: block;
  width: 100%;
  transition: all 0.35s ease;
}

section.cases .item .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
}

section.cases .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.55s ease;
}

section.cases .item .content {
  background-color: #ffffff;
  padding: 10px 0;
  transition: all 0.25s ease;
}

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

section.cases .item .content h4 {
  margin: 0;
  font-size: 13px;
  color: #777777;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
  section.cases .item .content h4 {
    font-size: 15px;
  }
}

section.cases .item:hover a {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

section.cases .item:hover a .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

section.cases .item:hover a .content {
  background-color: #3EADB8;
}

section.cases .item:hover a .content h4 {
  color: #ffffff;
}

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

@media screen and (min-width: 768px) {
  .projects-wrapper {
    margin-top: 2rem;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.projects-wrapper .item {
  width: 100%;
  margin: 0 0 1rem;
  transition: all 0.35s ease;
}

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

  .projects-wrapper .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.projects-wrapper .item a {
  display: block;
  width: 100%;
}

.projects-wrapper .img {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}

.projects-wrapper .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transition: all 0.75s ease;
}

.projects-wrapper .content {
  padding: 0.75rem 0;
  background-color: #eeeeee;
  transition: all 0.35s ease;
}

.projects-wrapper .content h4 {
  text-align: center;
  font-size: 14px;
  color: #282828;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  transition: all 0.35s ease;
}

@media screen and (min-width: 768px) {
  .projects-wrapper .content h4 {
    font-size: 15px;
  }
}

.projects-wrapper .item:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.projects-wrapper .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.projects-wrapper .item:hover .content {
  background-color: #426AAA;
}

.projects-wrapper .item:hover .content h4 {
  color: #ffffff;
}

.case-details-wrapper {
  padding-top: 1rem;
  min-height: 360px;
}

@media screen and (min-width: 768px) {
  .case-details-wrapper {
    padding-top: 2rem;
    min-height: 560px;
  }
}

.case-details-wrapper h2.news-title {
  margin: 0 0 20px;
  line-height: 1.75;
  text-align: center;
  font-size: 20px;
  color: #426AAA;
}

@media screen and (min-width: 768px) {
  .case-details-wrapper h2.news-title {
    font-size: 24px;
    margin: 0 0 2rem;
  }
}

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

@media screen and (min-width: 768px) {
  .case-details-wrapper p.pubdate {
    margin: 1rem 0;
  }
}

.case-details-wrapper .details-content {
  min-height: 640px;
}

@media screen and (max-width: 767px) {
  .case-details-wrapper .details-content {
    min-height: unset;
  }
}

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

.case-details-wrapper .details-content .news-thumb img {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 2rem auto;
  max-width: 100%;
  width: auto;
}

.case-details-wrapper .details-content h1 {
  color: #282828;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .case-details-wrapper .details-content h1 {
    font-size: 18px;
    margin: 18px 0;
  }
}

@media screen and (max-width: 480px) {
  .case-details-wrapper .details-content h1 {
    font-size: 16px;
    margin: 16px 0;
  }
}

.case-details-wrapper .details-content h2,
.case-details-wrapper .details-content h3 {
  color: #333333;
  margin: 1.5rem 0;
  font-size: 20px;
}

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

  .case-details-wrapper .details-content h2,
  .case-details-wrapper .details-content h3 {
    font-size: 18px;
  }
}

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

  .case-details-wrapper .details-content h2,
  .case-details-wrapper .details-content h3 {
    font-size: 15px;
    margin: 15px 0;
  }
}

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

  .case-details-wrapper .details-content h2,
  .case-details-wrapper .details-content h3 {
    font-size: 14px;
    margin: 14px 0;
  }
}

.case-details-wrapper .details-content h4,
.case-details-wrapper .details-content h5,
.case-details-wrapper .details-content h6 {
  font-size: 18px;
  color: #555555;
  margin: 1rem 0;
}

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

  .case-details-wrapper .details-content h4,
  .case-details-wrapper .details-content h5,
  .case-details-wrapper .details-content h6 {
    font-size: 16px;
  }
}

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

  .case-details-wrapper .details-content h4,
  .case-details-wrapper .details-content h5,
  .case-details-wrapper .details-content h6 {
    font-size: 16px;
    margin: 16px 0;
  }
}

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

  .case-details-wrapper .details-content h4,
  .case-details-wrapper .details-content h5,
  .case-details-wrapper .details-content h6 {
    font-size: 14px;
    margin: 14px 0;
  }
}

.case-details-wrapper .details-content p,
.case-details-wrapper .details-content span {
  font-size: 1rem;
  color: #777777;
  line-height: 1.75;
  text-indent: 2rem;
  margin-bottom: 1rem;
}

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

  .case-details-wrapper .details-content p,
  .case-details-wrapper .details-content span {
    font-size: 14px;
  }
}

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

  .case-details-wrapper .details-content p,
  .case-details-wrapper .details-content span {
    font-size: 14px;
  }
}

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

  .case-details-wrapper .details-content p,
  .case-details-wrapper .details-content span {
    font-size: 14px;
  }
}

.case-details-wrapper .details-content ul,
.case-details-wrapper .details-content ol {
  margin: 1rem 0;
}

.case-details-wrapper .details-content ul li,
.case-details-wrapper .details-content ul li a,
.case-details-wrapper .details-content ol li,
.case-details-wrapper .details-content ol li a {
  font-size: 1.0rem;
  line-height: 2;
  padding-left: 2rem;
  color: #555555;
}

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

  .case-details-wrapper .details-content ul li,
  .case-details-wrapper .details-content ul li a,
  .case-details-wrapper .details-content ol li,
  .case-details-wrapper .details-content ol li a {
    font-size: 14px;
    padding-left: 28px;
  }
}

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

  .case-details-wrapper .details-content ul li,
  .case-details-wrapper .details-content ul li a,
  .case-details-wrapper .details-content ol li,
  .case-details-wrapper .details-content ol li a {
    font-size: 14px;
  }
}

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

  .case-details-wrapper .details-content ul li,
  .case-details-wrapper .details-content ul li a,
  .case-details-wrapper .details-content ol li,
  .case-details-wrapper .details-content ol li a {
    font-size: 14px;
  }
}

.case-details-wrapper img.case-thumb {
  margin: 2rem auto;
}

section.about {
  background-image: url("../img/bg-about.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 1rem 3rem;
}

@media screen and (min-width: 768px) {
  section.about {
    padding: 100px 0;
  }
}

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 .img {
  width: 100%;
  position: relative;
  margin: 0 0 2rem;
  order: 0;
}

@media screen and (min-width: 768px) {
  section.about .img {
    order: 1;
    width: 600px;
    margin: 0;
  }
}

section.about .img img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 20;
}

section.about .img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  z-index: 10;
}

section.about .intro {
  width: 100%;
  order: 1;
}

@media screen and (min-width: 768px) {
  section.about .intro {
    order: 0;
    width: calc(100% - 600px - 64px);
  }
}

section.about .intro h2 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 12px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  section.about .intro h2 {
    font-size: 32px;
  }
}

section.about .intro h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #3EADB8;
}

@media screen and (min-width: 768px) {
  section.about .intro h3 {
    font-size: 20px;
  }
}

section.about .intro p {
  font-size: 13px;
  color: #ffffff;
  line-height: 2;
  margin: 0;
}

@media screen and (min-width: 768px) {
  section.about .intro p {
    font-size: 15px;
  }
}

section.about .intro .learn-more {
  margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
  section.about .intro .learn-more {
    margin: 32px 0 0;
  }
}

section.about .intro .learn-more a {
  margin: 0;
}

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

.intro-content .content-wrapper .text-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .intro-content .content-wrapper .text-wrapper {
    width: calc(100% - 2rem - 320px);
  }
}

.intro-content .content-wrapper .img {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 0 2rem;
  position: relative;
  box-shadow: 8px 8px 0px #efefef;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .intro-content .content-wrapper .img {
    width: 320px;
    height: auto;
    margin: 0 2rem 2rem 0;
  }
}

.intro-content .content-wrapper .img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 25;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.intro-content .content-wrapper .img img {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  transition: all 0.75s ease;
}

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

.intro-content .content-wrapper .img h3 {
  font-weight: 200;
  line-height: 1.5;
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  position: absolute;
  z-index: 30;
  left: 1rem;
  bottom: 2rem;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.intro-content .content-wrapper .img h3:after {
  position: absolute;
  content: '';
  width: 2rem;
  height: 4px;
  background-color: #3EADB8;
  left: 0;
  bottom: -0.75rem;
}

@media screen and (min-width: 768px) {
  .intro-content .content-wrapper .img h3 {
    font-size: 24px;
    left: 2.5rem;
    bottom: 3rem;
  }
}

.intro-content .content-wrapper .img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

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

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

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

.culture-content {
  background-image: url("../img/bg-culture-blue.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

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

.culture-content .item {
  position: relative;
  transition: all 0.35s ease;
  background-color: #ffffff;
  margin: 0 0 1rem;
  width: calc(50% - 0.5rem);
}

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

.culture-content .img {
  overflow: hidden;
}

.culture-content .img img {
  transition: all 0.75s ease;
}

.culture-content .content {
  background-color: #ffffff;
  padding: 1rem;
  height: 105px;
  transition: all 0.25s ease;
}

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

.culture-content .content h3 {
  font-size: 16px;
  text-align: center;
  color: #282828;
  margin: 0 0 10px;
  transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
  .culture-content .content h3 {
    font-size: 22px;
  }
}

.culture-content .content p {
  text-align: center;
  line-height: 1.5;
  color: #777777;
  margin: 0;
  font-size: 13px;
  transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
  .culture-content .content p {
    font-size: 16px;
    line-height: 1.75;
  }
}

.culture-content .item:hover {
  box-shadow: 10px 10px 0px #3EADB8;
}

.culture-content .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.culture-content .item:hover .content {
  background-color: #426AAA;
}

.culture-content .item:hover .content h3,
.culture-content .item:hover .content p {
  color: #ffffff;
}

.certificate-content .honors {
  position: relative;
  overflow: hidden;
}

.certificate-content li {
  width: 240px !important;
  position: relative;
  padding: 0 0.5rem;
}

.certificate-content li a {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 6px;
  transition: all 0.25s ease;
}

.certificate-content .wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

.certificate-content img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  object-position: center center;
  transition: all 0.75s ease;
}

.certificate-content h4 {
  text-align: center;
  font-size: 14px;
  color: #282828;
  line-height: 1.5;
  margin: 0;
  padding: 10px 0 4px;
  font-weight: 400;
  transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
  .certificate-content h4 {
    font-size: 16px;
  }
}

.certificate-content li:hover a {
  border-color: #426AAA;
  background-color: #426AAA;
}

.certificate-content li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.certificate-content li:hover h4 {
  color: #ffffff;
}

.office-content {
  background-image: url("../img/bg-office.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.office-content .office-swiper {
  position: relative;
}

.office-content .office-swiper .swiper-button-next,
.office-content .office-swiper .swiper-container-rtl .swiper-button-prev {
  right: -1rem;
  background-image: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  z-index: 10000;
  transition: all 0.35s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.office-content .office-swiper .swiper-button-next:hover,
.office-content .office-swiper .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #426AAA;
}

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

  .office-content .office-swiper .swiper-button-next,
  .office-content .office-swiper .swiper-container-rtl .swiper-button-prev {
    right: -4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 22px;
    z-index: 100;
  }
}

.office-content .office-swiper .swiper-button-prev,
.office-content .office-swiper .swiper-container-rtl .swiper-button-next {
  left: -1rem;
  background-image: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  transition: all 0.35s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.office-content .office-swiper .swiper-button-prev:hover,
.office-content .office-swiper .swiper-container-rtl .swiper-button-next:hover {
  background-color: #426AAA;
}

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

  .office-content .office-swiper .swiper-button-prev,
  .office-content .office-swiper .swiper-container-rtl .swiper-button-next {
    left: -4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 22px;
  }
}

.office-content .office-swiper .swiper-slide {
  width: 400px;
  height: 266px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .office-content .office-swiper .swiper-slide {
    width: 640px;
    height: 426px;
  }
}

.office-content .office-swiper h4 {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  padding: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .office-content .office-swiper h4 {
    font-size: 18px;
    padding: 0.75rem 0;
  }
}

.office-content .office-swiper img {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  height: auto;
}

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

@media screen and (min-width: 768px) {
  .partners-content .flex-wrapper {
    margin-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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

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

  .partners-content .item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.partners-content .img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  border: 1px solid #eeeeee;
  position: relative;
}

.partners-content .img div {
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  left: 0.5rem;
  top: 0.5rem;
  overflow: hidden;
}

.partners-content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.75s ease;
}

.partners-content h4 {
  font-weight: 400;
  text-align: center;
  margin: 12px 0 0;
  font-size: 14px;
  color: #282828;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .partners-content h4 {
    font-size: 18px;
  }
}

.partners-content .item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.intro-content .content-wrapper .features {
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .intro-content .content-wrapper .features {
    margin: 2rem 0 0;
  }
}

.intro-content .content-wrapper ul li {
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.intro-content .content-wrapper ul li:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .intro-content .content-wrapper ul li {
    margin: 0 0 1.5rem;
  }
}

.intro-content .content-wrapper ul li strong,
.intro-content .content-wrapper ul li p {
  display: block;
}

.intro-content .content-wrapper ul li strong {
  width: 120px;
  text-align: right;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #426AAA;
}

.intro-content .content-wrapper ul li p {
  font-size: 1rem;
  line-height: 1;
  color: #777;
  margin: 0;
}

section.advantages {
  background-image: url("../img/bg-advantages.jpg");
}

section.advantages .flex-wrapper {
  padding-top: 50px;
  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.advantages .flex-wrapper .item {
  width: calc(50% - 0.5rem);
  position: relative;
  border-bottom: 2px solid #426AAA;
  transition: all 0.35s ease;
  margin: 0 0 3rem;
}

@media screen and (min-width: 768px) {
  section.advantages .flex-wrapper .item {
    width: calc((100% - 72px) / 4);
  }
}

section.advantages .icon {
  position: absolute;
  width: 72px;
  height: 72px;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 20;
  transition: all 0.35s ease;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-advantages-number-1.png");
}

@media screen and (min-width: 768px) {
  section.advantages .icon {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

section.advantages .icon.icon-2 {
  background-image: url("../img/icon-advantages-number-2.png");
}

section.advantages .icon.icon-3 {
  background-image: url("../img/icon-advantages-number-3.png");
}

section.advantages .icon.icon-4 {
  background-image: url("../img/icon-advantages-number-4.png");
}

section.advantages .img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 0;
  padding-bottom: 66.666666%;
  overflow: hidden;
}

section.advantages .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.55s ease;
}

section.advantages .content {
  padding: 12px;
  background-color: #ffffff;
  min-height: 210px;
  transition: all 0.35s ease;
}

@media screen and (min-width: 768px) {
  section.advantages .content {
    padding: 20px 1rem;
    min-height: 228px;
  }
}

section.advantages .content h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin: 0 0 14px;
  transition: all 0.35s ease;
}

@media screen and (min-width: 768px) {
  section.advantages .content h3 {
    font-size: 20px;
    margin: 0 0 1rem;
  }
}

section.advantages .content p {
  font-size: 13px;
  line-height: 1.75;
  color: #777777;
  line-height: 2;
  margin: 0;
  transition: all 0.35s ease;
}

@media screen and (min-width: 768px) {
  section.advantages .content p {
    font-size: 15px;
  }
}

section.advantages .item:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

section.advantages .item:hover .icon {
  transform: translateX(-50%) rotateY(360deg);
  -webkit-transform: translateX(-50%) rotateY(360deg);
}

section.advantages .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

section.advantages .item:hover .content {
  background-color: #426AAA;
}

section.advantages .item:hover .content h3,
section.advantages .item:hover .content p {
  color: #ffffff;
}

section.service-flow .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: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  section.service-flow .flex-wrapper {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

section.service-flow .flex-wrapper .item {
  width: 144px;
  text-align: center;
  position: relative;
}

section.service-flow .icon {
  width: 96px;
  height: 96px;
  padding: 16px;
  margin: 0 auto 1rem;
  border-radius: 100%;
  background-color: #f3f3f3;
  transition: all 0.25s ease;
}

section.service-flow .icon div {
  background-image: url("../img/icons-service-flow.png");
  background-size: 800%;
  background-position-x: 0;
  background-position-y: 0;
  transition: all 0.35s ease;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

section.service-flow .icon div.pos-2 {
  background-position-x: 14.28571%;
}

section.service-flow .icon div.pos-3 {
  background-position-x: 28.57143%;
}

section.service-flow .icon div.pos-4 {
  background-position-x: 42.85714%;
}

section.service-flow .icon div.pos-5 {
  background-position-x: 57.14286%;
}

section.service-flow .icon div.pos-6 {
  background-position-x: 71.42857%;
}

section.service-flow .icon div.pos-7 {
  background-position-x: 85.71429%;
}

section.service-flow .icon div.pos-8 {
  background-position-x: 100%;
}

section.service-flow .content p {
  text-align: center;
  font-size: 16px;
  color: #282828;
  line-height: 1.55;
}

@media screen and (min-width: 768px) {
  section.service-flow .content p {
    font-size: 18px;
  }
}

section.service-flow .item:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-service-flow-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 42px;
  right: -6px;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  section.service-flow .item:after {
    opacity: 1;
  }
}

section.service-flow .item:last-of-type:after {
  display: none;
}

section.service-flow .item:hover .icon {
  background-color: #426AAA;
}

section.service-flow .item:hover .icon div {
  background-position-y: 100%;
}

section.service-flow .item:nth-of-type(3):after,
section.service-flow .item:nth-of-type(6):after {
  display: none;
}

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

  section.service-flow .item:nth-of-type(3):after,
  section.service-flow .item:nth-of-type(6):after {
    display: block;
  }
}

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

.service-content .img {
  width: 100%;
  padding-left: 0;
  margin: 0 0 1rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .service-content .img {
    width: 480px;
    padding-left: 200px;
    margin: 0;
    display: block;
  }
}

.service-content .img img {
  display: block;
  width: 100%;
  height: auto;
}

.service-content .content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service-content .content {
    width: calc(100% - 4rem - 480px);
  }
}

.service-content .content h3 {
  margin: 0 0 28px;
}

.service-content .content h3 span {
  font-size: 24px;
  font-weight: 600;
  color: #426AAA;
  margin: 0;
  display: inline-block;
  position: relative;
}

.service-content .content h3 span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #3EADB8;
  left: 0;
  bottom: -16px;
}

.service-content .content ul {
  margin: 0;
}

.service-content .content ul li {
  font-size: 14px;
  line-height: 1.75;
  color: #777777;
  margin: 0 0 1rem;
  position: relative;
  padding-left: 3rem;
}

@media screen and (min-width: 768px) {
  .service-content .content ul li {
    font-size: 16px;
    padding-left: 4rem;
  }
}

.service-content .content ul li:last-of-type {
  margin-bottom: 0;
}

.service-content .content ul li:after {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  background-image: url("../img/icons-service.png");
  background-size: 500%;
  background-repeat: no-repeat;
  background-position-x: 0;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .service-content .content ul li:after {
    width: 48px;
    height: 48px;
  }
}

.service-content .content ul li:nth-of-type(2):after {
  background-position-x: 25%;
}

.service-content .content ul li:nth-of-type(3):after {
  background-position-x: 50%;
}

.service-content .content ul li:nth-of-type(4):after {
  background-position-x: 75%;
}

.service-content .content ul li:nth-of-type(5):after {
  background-position-x: 100%;
}

.service-content .content ul li strong {
  font-weight: 600;
  color: #282828;
}

.market {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-market.jpg");
  padding: 2rem 1rem;
}

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

.market .flex-wrapper {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .market .flex-wrapper {
    height: 200px;
  }
}

.market .slogan img {
  display: block;
  margin: 0 0 10px;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .market .slogan img {
    width: auto;
    height: 36px;
  }
}

.market .left h4 {
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .market .left h4 {
    font-size: 20px;
  }
}

.market .right {
  width: 100%;
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .market .right {
    margin: 0;
    width: auto;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.market .tel {
  margin: 0 10px 0 0;
  width: 260px;
  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;
}

.market .qr img {
  display: block;
  width: 100px;
  height: auto;
}

.market .call {
  margin-top: 6px;
}

.market .call a {
  font-size: 16px;
  color: #ffffff;
  background-color: #3EADB8;
  border-radius: 40px;
  width: 200px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .market .call a {
    width: 260px;
    height: 40px;
    font-size: 22px;
  }
}

.market .call a .icon {
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-market-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 6px;
}

.market .tel .icon {
  width: 52px;
  height: 52px;
  background-image: url("../img/icon-market-tel.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}

.market .tel h4,
.market .tel h5 {
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

.market .tel h5 {
  font-size: 16px;
  margin: 0 0 8px 0;
}

.market .tel h4 {
  font-family: arial;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .market .tel h4 {
    font-size: 28px;
  }
}

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

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

@media screen and (min-width: 768px) {
  section.news .flex-wrapper .left {
    width: calc(100% - 4rem - 360px);
  }
}

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

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

section.news .faqs {
  height: 450px;
  width: 100%;
}

section.news .faqs .bd {
  height: 450px;
  overflow: hidden;
}

section.news .faqs ul li {
  position: relative;
  display: block;
  height: 90px;
}

section.news .faqs ul li a {
  display: block;
  width: 100%;
  padding-left: 38px;
  position: relative;
}

section.news .faqs ul li a:before {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 4px;
}

section.news .faqs ul li a.question {
  color: #282828;
  margin: 0 0 8px;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 32px;
  width: 100%;
  font-size: 14px;
  max-height: calc(1 * 32px + 1px);
  height: calc(1 * 32px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}

@media screen and (min-width: 768px) {
  section.news .faqs ul li a.question {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 32px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 32px + 1px);
    height: calc(1 * 32px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
}

section.news .faqs ul li a.question:hover {
  color: #426AAA;
}

section.news .faqs ul li a.question:before {
  background-image: url("../img/icon-news-q.png");
}

section.news .faqs ul li a.answer {
  color: #777777;
}

section.news .faqs ul li a.answer:before {
  background-image: url("../img/icon-news-a.png");
}

section.news .faqs ul li a.answer 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;
}

section.news span.pubdate {
  font-size: 14px;
  color: #aaaaaa;
  display: inline-block;
  line-height: 1;
}

section.news .top-news {
  margin: 0 0 10px;
  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;
}

section.news .top-news img {
  display: block;
  width: 210px;
  height: 140px;
  object-fit: cover;
  object-position: center center;
  margin-right: 16px;
}

section.news .top-news>div {
  width: calc(100% - 210px - 16px);
}

section.news .top-news h4 {
  color: #282828;
  font-weight: 400;
  margin: 0 0 10px;
  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;
}

section.news .top-news span.pubdate {
  display: block;
  width: 100%;
  margin: 0 0 6px;
}

section.news .top-news .excerpt p {
  color: #777777;
  margin: 0;
  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;
}

section.news ul.news-list li {
  display: block;
  position: relative;
  height: 40px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

section.news ul.news-list li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
  section.news ul.news-list li {
    height: 48px;
  }
}

section.news ul.news-list span.pubdate {
  width: 90px;
  text-align: right;
}

section.news ul.news-list a {
  display: block;
  width: calc(100% - 1rem - 90px);
  color: #282828;
  transition: all 0.25s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 14px;
  width: 100%;
  font-size: 14px;
  max-height: calc(1 * 14px + 1px);
  height: calc(1 * 14px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}

@media screen and (min-width: 768px) {
  section.news ul.news-list a {
    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;
  }
}

section.news ul.news-list li:hover:before {
  border-color: #426AAA;
}

section.news ul.news-list li:hover a {
  color: #426AAA;
}

.news-content-wrapper {
  height: auto;
  margin-top: 1rem;
}

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

.news-content-wrapper li {
  display: block;
  border-bottom: 1px dashed #eeeeee;
}

@media screen and (min-width: 768px) {
  .news-content-wrapper li {
    border: none;
  }
}

.news-content-wrapper 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;
  border-bottom: none;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .news-content-wrapper li a {
    padding: 1.25rem 0;
    border-bottom: 1px solid #eeeeee;
  }
}

.news-content-wrapper li a h4 {
  margin: 0;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24pxpx;
  width: 100%;
  font-size: 16px;
  max-height: calc(1 * 24pxpx + 1px);
  height: calc(1 * 24pxpx + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  width: calc(100% - 1.5rem - 180px - 0.5rem);
  font-weight: 400;
  transition: all 0.35s ease;
}

.news-content-wrapper li a h4:hover {
  color: #426AAA;
  padding-left: 0.5rem;
}

@media screen and (max-width: 767px) {
  .news-content-wrapper li a h4 {
    width: 100%;
  }
}

.news-content-wrapper li a i {
  width: 1rem;
  color: #aaaaaa;
  color: #3EADB8;
}

.news-content-wrapper li a span {
  width: 180px;
  font-size: 14px;
  color: #aaaaaa;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .news-content-wrapper li a span {
    display: none;
  }
}

.news-content-wrapper li:last-of-type a {
  border-bottom: none;
}

.news-details-wrapper {
  padding-top: 1rem;
  min-height: 360px;
}

@media screen and (min-width: 768px) {
  .news-details-wrapper {
    padding-top: 2rem;
    min-height: 560px;
  }
}

.news-details-wrapper h2.news-title {
  margin: 0 0 20px;
  line-height: 1.75;
  text-align: center;
  font-size: 20px;
  color: #426AAA;
}

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

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

@media screen and (min-width: 768px) {
  .news-details-wrapper p.pubdate {
    margin: 1rem 0;
    font-size: 14px;
  }
}

.news-details-wrapper .details-content {
  min-height: 640px;
}

@media screen and (max-width: 767px) {
  .news-details-wrapper .details-content {
    min-height: unset;
  }
}

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

.news-details-wrapper .details-content .news-thumb img {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 2rem auto;
  max-width: 100%;
  width: auto;
}

.news-details-wrapper .details-content h1 {
  color: #282828;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .news-details-wrapper .details-content h1 {
    font-size: 18px;
    margin: 18px 0;
  }
}

@media screen and (max-width: 480px) {
  .news-details-wrapper .details-content h1 {
    font-size: 16px;
    margin: 16px 0;
  }
}

.news-details-wrapper .details-content h2,
.news-details-wrapper .details-content h3 {
  color: #333333;
  margin: 1.5rem 0;
  font-size: 20px;
}

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

  .news-details-wrapper .details-content h2,
  .news-details-wrapper .details-content h3 {
    font-size: 18px;
  }
}

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

  .news-details-wrapper .details-content h2,
  .news-details-wrapper .details-content h3 {
    font-size: 15px;
    margin: 15px 0;
  }
}

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

  .news-details-wrapper .details-content h2,
  .news-details-wrapper .details-content h3 {
    font-size: 14px;
    margin: 14px 0;
  }
}

.news-details-wrapper .details-content h4,
.news-details-wrapper .details-content h5,
.news-details-wrapper .details-content h6 {
  font-size: 18px;
  color: #555555;
  margin: 1rem 0;
}

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

  .news-details-wrapper .details-content h4,
  .news-details-wrapper .details-content h5,
  .news-details-wrapper .details-content h6 {
    font-size: 16px;
  }
}

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

  .news-details-wrapper .details-content h4,
  .news-details-wrapper .details-content h5,
  .news-details-wrapper .details-content h6 {
    font-size: 16px;
    margin: 16px 0;
  }
}

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

  .news-details-wrapper .details-content h4,
  .news-details-wrapper .details-content h5,
  .news-details-wrapper .details-content h6 {
    font-size: 14px;
    margin: 14px 0;
  }
}

.news-details-wrapper .details-content p,
.news-details-wrapper .details-content span {
  font-size: 1rem;
  color: #777777;
  line-height: 1.75;
  text-indent: 2rem;
  margin-bottom: 1rem;
}

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

  .news-details-wrapper .details-content p,
  .news-details-wrapper .details-content span {
    font-size: 14px;
  }
}

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

  .news-details-wrapper .details-content p,
  .news-details-wrapper .details-content span {
    font-size: 14px;
  }
}

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

  .news-details-wrapper .details-content p,
  .news-details-wrapper .details-content span {
    font-size: 14px;
  }
}

.news-details-wrapper .details-content ul,
.news-details-wrapper .details-content ol {
  margin: 1rem 0;
}

.news-details-wrapper .details-content ul li,
.news-details-wrapper .details-content ul li a,
.news-details-wrapper .details-content ol li,
.news-details-wrapper .details-content ol li a {
  font-size: 1.0rem;
  line-height: 2;
  padding-left: 2rem;
  color: #555555;
}

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

  .news-details-wrapper .details-content ul li,
  .news-details-wrapper .details-content ul li a,
  .news-details-wrapper .details-content ol li,
  .news-details-wrapper .details-content ol li a {
    font-size: 14px;
    padding-left: 28px;
  }
}

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

  .news-details-wrapper .details-content ul li,
  .news-details-wrapper .details-content ul li a,
  .news-details-wrapper .details-content ol li,
  .news-details-wrapper .details-content ol li a {
    font-size: 14px;
  }
}

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

  .news-details-wrapper .details-content ul li,
  .news-details-wrapper .details-content ul li a,
  .news-details-wrapper .details-content ol li,
  .news-details-wrapper .details-content ol li a {
    font-size: 14px;
  }
}

.crumb {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  background-color: #fbfbfb;
  position: relative;
}

.crumb .icon svg {
  width: auto;
  height: 16px;
  fill: #426AAA;
  margin: 0 4px 0 0;
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
}

@media screen and (min-width: 768px) {
  .crumb .icon svg {
    height: 20px;
  }
}

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

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

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

.crumb .page-nav ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.crumb .page-nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 1rem 0 0;
}

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

.crumb .page-nav ul li a {
  font-size: 13px;
  color: #777777;
  padding: 10px 0;
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .crumb .page-nav ul li a {
    font-size: 15px;
    padding: 1.5rem 1.25rem;
  }
}

.crumb .page-nav ul li a:hover {
  color: #426AAA;
}

.crumb .page-nav ul li.active a {
  color: #426AAA;
}

.crumb .page-nav ul li.active:after {
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: 3px;
  left: 20px;
  bottom: -1px;
  background-color: #426AAA;
}

.crumb .page-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 13px;
  color: #ffffff;
  padding-right: 1rem;
  position: absolute;
  top: -20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .crumb .page-location {
    width: auto;
    position: relative;
    top: auto;
    font-size: 15px;
    padding-right: 0;
    color: #777777;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.crumb .page-location ul {
  margin: 0;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .crumb .page-location ul {
    margin-left: 6px;
  }
}

.crumb .page-location ul li,
.crumb .page-location ul li a {
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
}

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

  .crumb .page-location ul li,
  .crumb .page-location ul li a {
    font-size: 15px;
    color: #777777;
  }
}

.crumb .page-location ul li i {
  font-size: 12px;
  margin: 0 8px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .crumb .page-location ul li i {
    color: #777777;
  }
}

.crumb .page-location ul li a i {
  font-size: 13px;
  color: #ffffff;
  margin: 0 2px 0 0;
}

@media screen and (min-width: 768px) {
  .crumb .page-location ul li a i {
    color: #777777;
  }
}

.crumb .content-title {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .crumb .content-title {
    padding-bottom: 1rem;
  }
}

.crumb .content-title h2 {
  margin: 0;
  font-size: 16px;
  color: #282828;
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
}

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

.crumb .content-title h2:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 80%;
  left: 0;
  top: 10%;
  background-color: #426AAA;
}

.crumb .content-title h2:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #426AAA;
  bottom: -1rem;
  left: 0;
}

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

.sider-structure .crumb .page-location {
  top: -52px;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .sider-structure .crumb .page-location {
    top: auto;
  }
}

.contact-content .customer-service-speak {
  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;
}

.contact-content .avatar {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .contact-content .avatar {
    width: 180px;
  }
}

.contact-content .avatar img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.contact-content .content {
  width: calc(100% - 120px - 1rem);
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .contact-content .content {
    width: calc(100% - 180px - 4rem);
    margin-left: 4rem;
  }
}

.contact-content .content h3 {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .contact-content .content h3 {
    margin: 0 0 30px;
  }
}

.contact-content .content h3 span {
  font-size: 18px;
  font-weight: 600;
  color: #426AAA;
  line-height: 1;
  margin: 0;
  position: relative;
}

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

.contact-content .content h3 span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  background-color: #426AAA;
  left: 0;
  bottom: -12px;
}

.contact-content .content p {
  color: #777777;
  font-size: 16px;
  line-height: 1.75;
  font-size: 13px;
}

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

.contact-info {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

.contact-info .info {
  width: 100%;
  border: 1px solid #eeeeee;
}

@media screen and (min-width: 768px) {
  .contact-info .info {
    width: 400px;
  }
}

.contact-info .map {
  border: 1px solid #eeeeee;
  border-left: none;
  width: 100%;
  height: 480px;
}

@media screen and (min-width: 768px) {
  .contact-info .map {
    width: 800px;
    height: auto;
  }
}

.contact-info .map .map-content {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-info .info h2 {
  text-align: center;
  line-height: 1;
  padding: 1rem 0;
  font-size: 18px;
  color: #ffffff;
  background-color: #426AAA;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-info .info h2 {
    padding: 2rem 0;
    font-size: 22px;
  }
}

.contact-info .info ul {
  margin: 0;
}

.contact-info .info ul li {
  padding: 0.75rem 1rem;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .contact-info .info ul li {
    padding: 1.5rem 1rem;
  }
}

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

.contact-info .info ul .icon {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #3EADB8;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .contact-info .info ul .icon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}

.contact-info .info ul .icon i {
  font-size: 20px;
  color: #ffffff;
}

.contact-info .info ul .text {
  width: calc(100% - 48px - 1rem);
  font-size: 15px;
  color: #777777;
  line-height: 1.75;
}

.contact-info .info ul .text a {
  transition: all 0.35s ease;
}

.contact-info .info ul .text a:hover {
  color: #426AAA;
}

.contact-info #info_window {
  padding: 1.0rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.contact-info #info_window .info-title {
  font-size: 16px;
  text-align: center;
  color: #426AAA;
  margin: 0 0 12px;
  text-align: left;
  font-weight: 800;
}

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

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

.page-contact .message {
  background-color: #f8f8f8;
  background-image: url("../img/bg-message.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-contact .message h2 {
  font-size: 18px;
  color: #282828;
  line-height: 1;
  text-align: left;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .page-contact .message h2 {
    font-size: 28px;
    margin: 0 0 2rem;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .page-contact .message .form-wrapper .part {
    margin-bottom: 1rem;
  }

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

.page-contact .message .form-wrapper .item-3 .input-wrapper {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .page-contact .message .form-wrapper .item-3 .input-wrapper {
    width: calc((100% - 2rem) / 3);
    height: 56px;
    margin: 0;
  }
}

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

@media screen and (min-width: 768px) {
  .page-contact .message .form-wrapper .item-1 .input-wrapper {
    height: 220px;
  }
}

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

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

  .page-contact .message .form-wrapper input,
  .page-contact .message .form-wrapper textarea,
  .page-contact .message .form-wrapper button {
    padding: 1rem;
    font-size: 16px;
  }
}

.page-contact .message .form-wrapper .button-wrapper {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .page-contact .message .form-wrapper .button-wrapper {
    margin-top: 2rem;
  }
}

.page-contact .message .form-wrapper .button-wrapper button {
  width: 100px;
  height: 32px;
  background-color: #ffffff;
  color: #282828;
  font-size: 14px;
  transition: all 0.35s ease;
  border: 1px solid #eeeeee;
  cursor: pointer;
  background-color: #426AAA;
  border: none;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.page-contact .message .form-wrapper .button-wrapper button:hover {
  background-color: #345385;
  border-color: #345385;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .page-contact .message .form-wrapper .button-wrapper button {
    width: 120px;
    height: 40px;
    font-size: 18px;
  }
}

.sider-structure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sider-structure .sider-area {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 100;
  left: -125%;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-area {
    position: relative;
    left: auto;
    width: 280px;
    background-color: transparent;
  }
}

.sider-structure .sider-area.expanded {
  left: 0;
}

.sider-structure .content-area {
  width: 100%;
  min-height: 400px;
}

@media screen and (min-width: 768px) {
  .sider-structure .content-area {
    width: calc(100% - 280px - 4rem);
  }
}

.sider-structure .sider-nav {
  width: 100%;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-nav {
    margin: 0 0 4rem;
  }
}

.sider-structure .sider-nav h2 {
  margin: 0;
  padding: 0.75rem 1rem;
  background-color: #426AAA;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-nav h2 {
    padding: 1.5rem 1rem;
  }
}

.sider-structure .sider-nav h2 span {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-nav h2 span {
    font-size: 20px;
  }
}

.sider-structure .sider-nav h2 .icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-nav h2 .icon {
    width: 36px;
    height: 36px;
    display: inline-block;
  }
}

.sider-structure .sider-content-types {
  margin: 0;
  border: 1px solid #eeeeee;
  border-top: none;
  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;
}

.sider-structure .sider-content-types li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-content-types li {
    width: 100%;
  }
}

.sider-structure .sider-content-types li:last-of-type {
  border-bottom: none;
}

.sider-structure .sider-content-types li a {
  font-size: 14px;
  padding: 0.75rem 1rem;
  color: #777777;
  transition: all 0.25s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-content-types li a {
    font-size: 15px;
    padding: 1.25rem 1rem;
  }
}

.sider-structure .sider-content-types li a i {
  font-size: 12px;
  color: #aaaaaa;
  display: none;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-content-types li a i {
    display: inline-block;
  }
}

.sider-structure .sider-content-types li a:hover {
  background-color: #3EADB8;
  color: #ffffff;
}

.sider-structure .sider-content-types li a:hover i {
  color: #ffffff;
}

.sider-structure .sider-content-types li a.active {
  background-color: #3EADB8;
  color: #ffffff;
}

.sider-structure .sider-content-types li a.active i {
  color: #ffffff;
}

.sider-structure .sider-content-types li a.active:hover {
  color: #ffffff;
  background-color: #3EADB8;
}

.sider-structure .sider-content-types li a.active:hover i {
  color: #ffffff;
}

.sider-structure .sider-contact {
  display: none;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-contact {
    display: block;
  }
}

.sider-structure .sider-contact h3 {
  margin: 0;
  padding: 0.75rem 1rem;
  background-color: #426AAA;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-contact h3 {
    padding: 1.25rem 1rem;
  }
}

.sider-structure .sider-contact h3 span {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-contact h3 span {
    font-size: 18px;
  }
}

.sider-structure .sider-contact h3 .icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .sider-structure .sider-contact h3 .icon {
    width: 36px;
    height: 36px;
  }
}

.sider-structure .top {
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 0.75rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sider-structure .top {
    padding: 1.5rem;
  }
}

.sider-structure .top .icon {
  width: 60px;
  height: 60px;
  background-image: url("../img/icon-sider-phone.png");
  background-size: contain;
  margin: 0 auto 1rem;
}

.sider-structure .top h4 {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 12px;
  font-size: 16px;
  color: #aaaaaa;
}

.sider-structure .top strong {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  font-family: arial;
  color: #426AAA;
  line-height: 1;
}

.sider-structure ul.list {
  padding: 1rem;
  margin: 0;
  border: 1px solid #eeeeee;
  border-top: none;
}

.sider-structure ul.list li {
  font-size: 15px;
  color: #777777;
  line-height: 1.5;
  margin: 0 0 10px;
}

.sider-structure ul.list li:last-of-type {
  margin-bottom: 0;
}

.sider-structure ul.list li.big {
  text-align: center;
  color: #426AAA;
  font-weight: 600;
  font-size: 18px;
}

.sider-structure ul.list img {
  width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sider-structure ul.list img {
    width: 100%;
  }
}

.sider-structure .sider-menu {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 300;
  cursor: pointer;
  background-color: transparent;
}

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

.sider-structure .sider-menu .menu-wrapper {
  width: 24px;
  height: 24px;
  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;
}

.sider-structure .sider-menu .menu-wrapper i {
  color: #282828;
  font-size: 14px;
}

.sider-structure .sider-menu .menu-wrapper i.ti-close {
  display: none;
}

.sider-structure .sider-menu.expanded {
  background-color: #3EADB8;
}

.sider-structure .sider-menu.expanded i {
  color: #ffffff;
}

.sider-structure .sider-menu.expanded i.ti-close {
  display: inline-block;
}

.sider-structure .sider-menu.expanded i.ti-menu {
  display: none;
}

.pagination.pagi-default {
  text-align: right;
  margin: 4rem 0;
  width: 100%;
}

.pagination.pagi-default .page-numbers {
  font-size: 13px;
  margin: 0 0.25rem;
  padding: 0.25rem 0.6rem;
  color: #777777;
  border: 1px solid #eeeeee;
}

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

.pagination.pagi-default .page-numbers:hover {
  background-color: #ffffff;
  border-color: #426AAA;
  color: #426AAA;
}

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

.pagination.pagi-default .page-numbers.current {
  background-color: #426AAA;
  border-color: #426AAA;
  color: #ffffff;
}

.siblings {
  padding: 1.5rem 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 2rem 0;
}

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

.siblings ul {
  margin: 0;
}

.siblings ul li {
  margin: 0 0 1rem;
}

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

.siblings ul li a {
  font-size: 13px;
  color: #aaaaaa;
  transition: all 0.25s ease;
}

.siblings ul li a:hover {
  color: #426AAA;
}

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

.recommend.news {
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .recommend.news {
    margin: 4rem 0;
  }
}

.recommend.news ul {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .recommend.news ul {
    padding: 1rem;
  }
}

.recommend.news ul li {
  width: 100%;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .recommend.news ul li {
    width: calc(50% - 1rem);
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.recommend.news ul a {
  width: calc(100% - 1rem - 90px);
  padding-left: 1rem;
  position: relative;
  transition: all 0.35s ease;
}

.recommend.news ul a:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #3EADB8;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.35s ease;
}

.recommend.news ul span {
  display: inline-block;
  width: 90px;
  text-align: right;
}

.recommend.news ul a,
.recommend.news ul span {
  color: #777777;
  font-size: 14px;
}

.recommend.news ul span {
  font-size: 13px;
}

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

.recommend.news ul a {
  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;
  max-width: calc(100% - 1rem - 90px);
}

.recommend.news ul a:hover {
  color: #426AAA;
}

.recommend.news ul a:hover:after {
  background-color: #426AAA;
}

.recommend-title {
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.recommend-title h3 {
  margin: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.recommend-title h3 .icon {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  background-image: url("../img/icon-recommend-title.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .recommend-title h3 .icon {
    width: 24px;
    height: 24px;
  }
}

.recommend-title h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
}

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

.recommend-title a {
  font-size: 13px;
  color: #aaaaaa;
  transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
  .recommend-title a {
    font-size: 15px;
  }
}

.recommend-title a i {
  margin-left: 4px;
  font-size: 12px;
  color: #aaaaaa;
  transition: all 0.25s ease;
}

.recommend-title a:hover {
  color: #426AAA;
}

.recommend-title a:hover i {
  color: #426AAA;
}

.recommend-cases {
  overflow: hidden;
}

.recommend-cases ul {
  padding: 0;
  border: none;
}

.recommend-cases li {
  width: 320px;
  margin: 0 1rem 0 0;
}

.recommend-cases li a {
  display: block;
  position: relative;
  max-height: auto;
  line-height: auto;
  width: 100%;
}

.recommend-cases li .img {
  position: relative;
  overflow: hidden;
  z-index: 30;
  height: 0;
  padding-bottom: 66%;
}

.recommend-cases li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  transition: all 0.75s ease;
}

.recommend-cases li h4 {
  position: absolute;
  z-index: 40;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0.75rem 0;
  font-size: 15px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: 100%;
  transition: all 0.35s ease;
}

.recommend-cases li a:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.recommend-cases li a:hover h4 {
  background-color: #426AAA;
}

.animate-item {
  opacity: 0;
  transition: all 0.35s ease;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .animate-item {
    opacity: 1;
    visibility: visible;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#side_contact .custom_service p img {
  display: inline;
  vertical-align: middle;
}

#side_contact .scrollsidebar {
  position: absolute;
  z-index: 999;
  top: 350px;
  right: 0;
}

#side_contact .side_content {
  width: 154px;
  height: auto;
  overflow: hidden;
  float: left;
}

#side_contact .side_content .side_list {
  width: 154px;
  overflow: hidden;
}

#side_contact .show_btn {
  width: 0;
  height: 112px;
  overflow: hidden;
  margin-top: 50px;
  float: left;
  cursor: pointer;
}

#side_contact .show_btn span {
  display: none;
}

#side_contact .close_btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#side_contact .side_title,
#side_contact .side_bottom,
#side_contact .close_btn,
#side_contact .show_btn {
  background: url("../img/sidebar_bg.png") no-repeat;
}

#side_contact .side_title {
  height: 46px;
}

#side_contact .side_bottom {
  height: 8px;
}

#side_contact .side_center {
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px 6px;
  font-size: 12px;
}

#side_contact .close_btn {
  float: right;
  display: block;
  width: 21px;
  height: 16px;
  margin: 16px 10px 0 0;
  _margin: 16px 5px 0 0;
}

#side_contact .close_btn span {
  display: none;
}

#side_contact .side_center .custom_service p {
  text-align: center;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
}

#side_contact .other {
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#side_contact .other p {
  font-size: 14px;
  margin: 0;
  color: #666666;
}

#side_contact .other p.person {
  font-size: 13px;
}

#side_contact .other p.person:last-of-type {
  margin-bottom: 10px;
}

#side_contact .msgserver {
  text-align: center;
  margin-bottom: 5px;
}

#side_contact .msgserver a {
  background: url("../zy/sidebar_bg.png") no-repeat -119px -115px;
  padding-left: 22px;
}

#side_contact .side_title,
#side_contact .side_blue .side_title {
  background-position: -195px 0;
}

#side_contact .side_center,
#side_contact .side_blue .side_center {
  background: url("../zy/blue_line.png") repeat-y center;
}

#side_contact .side_bottom,
#side_contact .side_blue .side_bottom {
  background-position: -195px -50px;
}

#side_contact .close_btn,
#side_contact .side_blue .close_btn {
  background-position: -44px 0;
}

#side_contact .close_btn:hover,
#side_contact .side_blue .close_btn:hover {
  background-position: -66px 0;
}

#side_contact .show_btn,
#side_contact .side_blue .show_btn {
  background-position: -119px 0;
}

#side_contact .msgserver a,
#side_contact .side_blue .msgserver a {
  color: #06C;
}

#side_contact .other h4,
#side_contact .other h3 {
  text-align: center;
  line-height: 1;
}

#side_contact .other h4 {
  margin: 1rem 0;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
}

#side_contact .other h3 {
  font-size: 20px;
  font-family: arial;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #426AAA;
}

#side_contact .msgserver {
  margin: 0;
}

#side_contact .msgserver p {
  margin: 0;
}

#side_contact .msgserver a {
  margin: 10px 0 0;
  display: inline-block;
  padding: 6px 10px;
  background: none;
  color: #ffffff;
  border-radius: 4px;
  background-color: #3EADB8;
  font-size: 14px;
  transition: all 0.35s ease;
}

#side_contact .msgserver a:hover {
  background-color: #318992;
}