:root {
  --flat-blue: #3498db;
  --flat-blue-dark: #2980b9;
  --flat-green: #2ecc71;
  --flat-green-dark: #27ae60;
  --flat-cyan: #1abc9c;
  --flat-cyan-dark: #16a085;
  --flat-purple: #9b59b6;
  --flat-purple-dark: #8e44ad;
  --flat-orange: #e67e22;
  --flat-orange-dark: #d35400;
  --flat-yellow: #f1c40f;
  --flat-yellow-dark: #f39c12;
  --flat-red: #e74c3c;
  --flat-red-dark: #c0392b;
  --flat-milk: #ecf0f1;
  --flat-milk-dark: #bdc3c7;
  --flat-gray: #95a5a6;
  --flat-gray-dark: #7f8c8d;
  --flat-night: #34495e;
  --flat-night-dark: #2c3e50;
}

/* html {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 667px) {
  html {
    font-size: 12px;
  }
} */
body {
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

section {
  margin: 0;
  margin-bottom: 0;
  background-color: #f8f8f8 !important;
  padding: 2rem 0;
}

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

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
}

.container-full {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container-full .row {
  margin-left: 0;
  margin-right: 0;
}

/* ----------- Header Begin ----------- */
.navbar-default {
  background-color: transparent;
  transition: all 0.2s;
  border: none;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  border-bottom: 1px solid #eee;
}

/* logo */
a.navbar-brand {
  padding: 0.25rem 0;
}

.navbar-default .navbar-brand>img {
  height: 4rem;
  transition: all 0.2s;
}

/* navbar nav */
.navbar-default .navbar-nav>li {
  padding: 1rem 0;
  margin-right: 0.5rem;
  text-align: center;
}

.navbar-default .navbar-nav>li>a {
  padding: 0.5rem 1.5rem;
  font-weight: 200;
  color: #555;
  position: relative;
  transition: all 0.2s;
  border-radius: 18px;
  opacity: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: var(--ocean-blue);
  color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: var(--ocean-blue);
  color: #fff;
}

@media screen and (max-width: 767px) {
  a.navbar-brand {
    position: absolute;
    left: 1.5rem;
    padding: 0.3rem 0;
  }

  .navbar-brand>img {
    height: 2.5rem !important;
  }

  .navbar-default .navbar-nav>li {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 0.5rem 2rem;
    text-align: center;
    opacity: 1;
    display: inline-block;
    border-radius: 22px;
  }

  .navbar-default .navbar-nav>li>a:after {
    width: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }

  .navbar-default .navbar-nav>.active>a:after,
  .navbar-default .navbar-nav>li>a:hover:after {
    bottom: 0;
  }

  .navbar-default .navbar-toggle {
    border-color: #aaa;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #aaa;
    height: 1px;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: var(--ocean-blue);
  }

  .navbar-default .navbar-toggle:focus .icon-bar,
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
}

.hidden {
  opacity: 0;
}

.show {
  opacity: 1;
}

/* scrolled navbar */
.navbar-default.scrolled {
  padding: 0;
}

.navbar-default.scrolled .navbar-brand>img {
  height: 4rem;
}

.navbar-default.scrolled {
  background-color: #fff;
}

.navbar-default.scrolled .navbar-nav>li>a {
  opacity: 1;
}

.navbar-default:hover {
  background-color: #fff;
}

.navbar-default:hover .navbar-nav>li>a {
  opacity: 1;
}

/* ------------ Header End ------------ */

/* ----------- Footer Begin ----------- */
footer {
  padding: 4rem 0 0;
  background-color: #2b2b2b;
  position: relative;
}

footer .logo-footer {
  width: 10rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}

footer .logo-footer img {
  width: 100%;
}

footer .contact-info {
  color: #646464;
  text-align: center;
}

footer .contact-info li {
  font-size: 0.8rem;
  line-height: 2;
}

footer .qr-img {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 7rem;
}

footer .copy-right {
  margin-top: 1rem;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.25rem 0;
  font-size: 0.8rem;
}

footer .copy-right a {
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.2s;
}

footer .copy-right a:hover {
  color: #646464;
}

@media screen and (max-width: 767px) {
  footer .qr-img {
    position: relative;
    width: 7rem;
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    right: auto;
    bottom: auto;
  }
}

/* ------------ Footer End ------------ */
/*==============================*/
/*                              */
/*       Page Home Begin        */
/*                              */
.banner-home {
  height: 100vh;
  width: 100%;
}

.banner-home .banner-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .banner-home .banner-video-wrapper {
    display: none;
  }
}

.banner-home .banner-video-wrapper video {
  min-width: 100%;
  min-height: 100%;
}

.banner-home .overlay {
  background-color: rgb(52, 138, 213);
  opacity: 0.66;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.banner-home .owl-carousel {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner-home .owl-carousel .owl-dots {
  display: none;
}

.banner-home .owl-carousel .owl-item {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.banner-home .owl-carousel .owl-item .slogan {
  text-align: center;
  padding: 0 20%;
  color: #fff;
}

.banner-home .owl-carousel .owl-item .slogan h1 {
  margin-bottom: 2.5rem;
  font-size: 3.0rem;
}

.banner-home .owl-carousel .owl-item .slogan p {
  font-size: 1.25rem;
}

.banner-home .icon-container.learn-more:hover {
  color: #000;
}

.banner-home .icon-container.learn-more {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.25rem;
  z-index: 3;
  color: #fff;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.64, 0.12, 0.11);
  animation-timing-function: cubic-bezier(0.08, 0.64, 0.12, 0.11);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
  -webkit-animation-name: dropdown;
  animation-name: dropdown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes dropdown {
  from {
    bottom: 1.25rem;
  }

  to {
    bottom: 0.25rem;
  }
}

@keyframes dropdown {
  from {
    bottom: 1.25rem;
  }

  to {
    bottom: 0.25rem;
  }
}

/* ----------- Section About-us Begin ----------- */

/* ------------ Section About-us End ------------ */

/* ----------- Section Our Feature Begin ----------- */
.page-home .our-feature {
  background-color: var(--flat-blue);
  color: #fff;
  padding: 2rem 0;
}

.page-home section.service {
  background-color: #fff;
  padding: 2rem 0;
}

.page-home .our-feature .section-title.style-a h3 {
  color: #fff;
}

.page-home .our-feature .section-title.style-a h2 strong {
  color: var(--flat-yellow);
}

.page-home .our-feature .section-title.style-a h2 strong:before,
.page-home .our-feature .section-title.style-a h2 strong:after {
  border-color: var(--flat-yellow);
}

.page-home .our-feature span.feature-wrapper {
  width: 7rem;
  height: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: var(--flat-yellow);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.page-home .our-feature .feature-title {
  text-align: center;
  margin: 0;
  padding-bottom: 1rem;
  position: relative;
}

.page-home .our-feature .feature-title:after {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 2px;
  background-color: var(--flat-yellow);
  left: calc(50% - 0.75rem);
  bottom: calc(0.5rem - 3px);
}

/* TODO: 浣跨敤闆ⅶ鍥句綔涓哄浘鏍囪儗鏅� */
.page-home .our-feature span.feature-wrapper .dtbg.feature-img {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}

.page-home .our-feature ul.feature-content {
  line-height: 2;
  font-size: 0.9rem;
  padding: 1rem;
  text-indent: 1.8rem;
  position: relative;
  padding-top: 0;
}

.page-home .our-feature ul.feature-content:before,
.page-home .our-feature ul.feature-content:after {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  transition: all 0.2s;
  opacity: 0;
}

.page-home .our-feature ul.feature-content:before {
  border-top: 2px solid var(--flat-red);
  border-left: 2px solid var(--flat-red);
  left: 1rem;
  top: 1rem;
}

.page-home .our-feature ul.feature-content:after {
  border-right: 2px solid var(--flat-red);
  border-bottom: 2px solid var(--flat-red);
  right: 1rem;
  bottom: 1rem;
}

.page-home .our-feature ul.feature-content:hover:before {
  opacity: 1;
  left: 0;
  top: 0;
}

.page-home .our-feature ul.feature-content:hover:after {
  opacity: 1;
  right: 0;
  bottom: 0;
}

.page-home .our-feature .feature-wrapper {
  position: relative;
}

.page-home .our-feature .feature-item:not(:last-of-type) .feature-wrapper:after {
  position: absolute;
  content: '';
  width: 12rem;
  height: 1px;
  background-color: var(--flat-yellow);
  top: 3.5rem;
  left: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .page-home .our-feature .feature-item:not(:last-of-type) .feature-wrapper:after {
    width: 8rem;
  }

  .page-home .our-feature .feature-item {
    padding: 0 0.5rem;
  }

  .page-home .our-feature ul.feature-content {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .page-home .our-feature .feature-item:not(:last-of-type) .feature-wrapper:after {
    display: none;
  }

  .page-home .our-feature ul.feature-content {
    text-align: center;
    text-indent: 0;
  }
}

/* ------------ Section Our Feature End ------------ */

/* ----------- Section Service Home Begin ----------- */
.service .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
}

@media screen and (max-width: 767px) {
  .service .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}

.flex-item-left {
  width: calc((100% - 1rem) * 0.35);
}

.flex-item-right {
  width: calc((100% - 1rem) * 0.65);
  padding: 1rem 3rem;
}

@media screen and (max-width: 767px) {
  .flex-item-right {
    width: calc(100% - 1rem);
    padding: 0;
  }
}

.flex-item-right .service-content {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.flex-item-right .service-content .service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
}

.flex-item-right .service-content .service-item span {
  width: 6.5rem;
  height: 6.5rem;
  display: inline-block;
  background-color: var(--flat-orange-dark);
  color: #fff;
  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;
  font-size: 2.5rem;
  line-height: 2.5rem;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  font-weight: 800;
  transition: all 0.2s;
}

.flex-item-right .service-content .service-item span:hover {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

@media screen and (max-width: 767px) {
  .flex-item-right .service-content .service-item span {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.75rem;
  }
}

.flex-item-right .service-content .service-item .service-detail {
  width: calc(100% - 8.5rem);
}

@media screen and (max-width: 767px) {
  .flex-item-right .service-content .service-item .service-detail {
    width: calc(100% - 5.5rem);
  }
}

.flex-item-right .service-content .service-item .service-detail p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 2;
  color: #646464;
}

/* ------------ Section Service Home End ------------ */

/* ----------- Section Products Home Begin ----------- */
.products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem;
}

.section-title.style-a {
  text-align: center;
  margin: 2rem 0;
}

.section-title.style-a h2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0;
  line-height: 2rem;
  padding: 1.5rem 2rem;
  text-align: center;
  position: relative;
}

.section-title.style-a h3 {
  margin: 0;
  font-family: 'iMPACT';
  color: var(--light-gray);
}

.section-title.style-a h2 strong {
  color: var(--ocean-blue);
  padding: 0 1rem;
  position: relative;
}

.section-title.style-a h2 strong:after {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 2px solid var(--ocean-blue);
  border-right: 2px solid var(--ocean-blue);
  top: -0.5rem;
  right: 0.5rem;
  transition: all 0.2s;
}

.section-title.style-a h2 strong:before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  border-left: 2px solid var(--ocean-blue);
  border-bottom: 2px solid var(--ocean-blue);
  bottom: -0.5rem;
  left: 0.5rem;
  transition: all 0.2s;
}

.section-title.style-a h2 strong:hover:after {
  top: -0.5rem;
  right: 0;
}

.section-title.style-a h2 strong:hover:before {
  left: 0;
  bottom: -0.5rem;
}

.section-title.style-a h2:after {
  position: absolute;
  width: 30rem;
  height: 1px;
  background-color: #ccc;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  z-index: 1;
  display: none;
}

.section-title.style-a h2:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 1px solid #ccc;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2.5px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  display: none;
}

.products-home .product-item {
  height: 260px;
  width: calc(100% / 3);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.products-home .product-item .dtbg {
  transition: all 0.2s;
}

.products-home .product-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.products-home .product-item:nth-child(3n) {
  border-right: none;
}

.products-home .product-item:nth-child(n + 7) {
  border-bottom: none;
}

.learnmore.style-b {
  text-align: center;
  margin-bottom: 2rem;
}

.learnmore.style-b a {
  border: 1px solid #555;
  padding: 0.75rem 1rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  font-weight: 200;
  transition: all 0.2s;
}

.learnmore.style-b a span,
.learnmore.style-b a i {
  display: inline-block;
}

.learnmore.style-b a i {
  width: 0;
  transition: width 0.2s;
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
}

.learnmore.style-b a:hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 1rem;
  margin-left: 0.5rem;
}

.learnmore.style-b a:hover {
  background-color: var(--flat-red);
  color: #fff;
  border-color: var(--flat-red);
}

@media screen and (max-width: 1200px) {
  .products-home .product-item {
    height: 215px;
  }
}

@media screen and (max-width: 991px) {
  .products-home .product-item {
    height: 166px;
  }
}

@media screen and (max-width: 767px) {
  .products-home .product-item {
    width: calc(50% - 1px);
    margin-bottom: 2px;
    border: none;
  }
}

.products-home .product-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 0.2s;
  opacity: 1;
  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;
}

.products-home .product-item .overlay h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 200;
  margin: 0;
  padding: 0.5rem;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.products-home .product-item:hover .overlay {
  opacity: 1;
  content: attr(data-title);
  background-color: rgba(0, 0, 0, 0);
}

.products-home .product-item:hover .dtbg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ------------ Section Products Home End ------------ */

/* ----------- Section Case Home Begin ----------- */
.case-home .section-title.style-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.case-home .section-title.style-b h2,
.case-home .section-title.style-b h3 {
  display: inline-block;
  margin: 0;
}

.case-home .section-title.style-b h2 {
  line-height: 2rem;
  padding: 1.5rem 3rem 1.5rem 9rem;
  background-color: #222;
  color: #fff;
  width: 25rem;
}

.case-home .section-title.style-b h3 {
  color: #fff;
  background-color: var(--flat-green-dark);
  line-height: 1.5rem;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 15rem;
}

.case-home .flex-wrapper {
  margin-bottom: 2rem;
}

.case-home .section-title.style-b span {
  width: calc(100% - 29rem);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.case-home .case-item {
  width: 25%;
  height: 15rem;
  /* background-color: red; */
}

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

  .case-home .case-item:nth-of-type(4),
  .case-home .case-item:nth-of-type(5) {
    display: none;
  }
}

.case-home .case-item article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.case-home .case-item article:hover figure {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.case-home .case-item article figure {
  transition: 0.3s;
}

.case-home .case-item article figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.case-home .case-item article figcaption:after {
  content: attr(data-cat);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  z-index: 2000;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  top: 0;
  font-weight: 200;
}

.case-home .case-item article figcaption:hover:after {
  /* top: 0; */
  content: '查看详情';
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.2);
}

.case-home .case-item article figcaption .overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.2s;
}

.case-home .case-item article figcaption a {
  color: #fff;
  font-size: 1.5rem;
  padding: 1.0rem;
  width: 4.0rem;
  height: 4.0rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s;
}

.case-home .case-item article figcaption a:hover {
  width: 5rem;
  height: 5rem;
}

.case-home .case-item article figcaption a span {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
}

.case-home .case-item article figcaption a span:nth-child(1) {
  left: 0;
  top: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.case-home .case-item article figcaption a span:nth-child(2) {
  right: 0;
  top: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.case-home .case-item article figcaption a span:nth-child(3) {
  left: 0;
  bottom: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.case-home .case-item article figcaption a span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* .case-home .case-item article figcaption:hover .overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
} */
@media screen and (max-width: 991px) {
  .case-home .case-item {
    width: 50%;
    height: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .case-home .case-item {
    width: 100%;
    height: 15rem;
  }
}

/* ------------ Section Case Home End ------------ */

/* ----------- About Us Home Begin ----------- */
.aboutUs-home {
  padding: 8rem 0;
}

.aboutUs-home .section-title {
  text-align: left;
  margin: 0;
}

.aboutUs-home .section-title.style-a h2 {
  padding-right: 1rem;
}

.aboutUs-home .section-title.style-a h3 {
  display: inline-block;
  color: var(--lightest-gray);
}

.aboutUs-home .aboutUs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem 0 0;
}

.aboutUs-home .aboutUs-wrapper:before {
  position: absolute;
  content: '';
  width: calc(100% + 4rem);
  height: 100%;
  background-color: var(--flat-orange);
  z-index: 0;
  top: 0;
  left: -2rem;
}

.aboutUs-home .aboutUs-content {
  width: calc((100% - 1rem) / 2);
}

.aboutUs-left {
  z-index: 1;
  padding: 0 1.5rem;
  height: 320px;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

.aboutUs-right {
  z-index: 1;
  padding: 0 1.5rem;
  color: #fff;
}

.aboutUs-right .content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.aboutUs-right .content-title h2,
.aboutUs-right .content-title h3 {
  display: inline-block;
}

.aboutUs-right .content-title h2 {
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
}

.aboutUs-right .content-title h2:after {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  content: '';
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0.75rem;
  right: -1rem;
}

.aboutUs-right .content-title h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
}

.aboutUs-right p {
  font-size: 1.0rem;
  line-height: 1.8;
  text-indent: 2rem;
}

.learnmore.style-a a {
  padding: 0.35rem 1.25rem;
  border: 1px solid #fff;
  float: right;
  transition: all 0.2s;
  color: #fff;
  margin-bottom: 1rem;
}

.learnmore.style-a a:hover {
  padding-left: 1.75rem;
  padding-right: 0.75rem;
  background-color: var(--flat-yellow);
  border-color: var(--flat-yellow);
}

@media screen and (max-width: 767px) {
  .learnmore.style-a a {
    margin-bottom: 1rem;
  }

  .aboutUs-home .aboutUs-content {
    width: 100%;
  }

  .aboutUs-right a.learnmore {
    margin-bottom: 1rem;
  }

  .aboutUs-left {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }
}

/* ------------ About Us Home End ------------ */

/* ----------- News Home Begin ----------- */
.news-home .owl-carousel .owl-item img {
  display: none;
}

.news-home .owl-carousel .owl-item article {
  width: 90%;
  margin: 0 auto;
  transition: all 0.2s;
}

.news-home .owl-carousel .owl-item article:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.news-home .owl-carousel .owl-item {
  padding-bottom: 2.0rem;
  overflow: hidden;
  width: 100%;
}

.news-home .owl-carousel .owl-item figure {
  height: 10rem;
  position: relative;
}

.news-home .news-item span.pub-date {
  color: #fff;
  left: -0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.25rem 0.75rem 0.25rem 1rem;
  /* padding-left: 1rem; */
  position: relative;
  background: var(--flat-red);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  top: 0.5rem;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 200%);
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 200%);
  transition: all 0.2s;
}

.news-home .news-item span.pub-date:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

.news-home .news-item span.pub-date:after {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.1rem;
  background-color: var(--flat-red-dark);
  left: 0;
  bottom: -0.1rem;
}

.news-home .news-item span.pub-date:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.5rem solid var(--flat-red-dark);
  border-left: 0.5rem solid transparent;
  left: 0;
  bottom: -0.6rem;
}

.news-home .owl-carousel .owl-item figcaption {
  padding: 1rem;
  border: 1px solid #eee;
  border-top: none;
  min-height: 152px;
}

.news-home .owl-carousel .owl-item figcaption a {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 80%;
}

.news-home .owl-carousel .owl-item figcaption a h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.news-home .owl-carousel .owl-item figcaption p {
  font-size: 0.9rem;
  color: #646464;
  line-height: 1.8;
}

/* ------------ News Home End ------------ */

/*        Page Home End         */
/*                              */
/*==============================*/

/*==============================*/
/*                              */
/*     Content Page Style Begin     */
/*                              */
.content-page {
  background-color: #fff;
}

.content-page h2 {
  font-weight: 100;
}

.content-page .banner-top {
  height: 450px;
  position: relative;
}

.content-page .banner-top .dtbg {
  width: 100%;
  height: 100%;
  background-position: inherit;
}

@media screen and (max-width: 767px) {
  .content-page .banner-top {
    height: 250px;
  }

  .content-page .banner-top .dtbg {
    background-position: center center !important;
  }
}

.content-page .banner-top .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000066;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.content-page .banner-top .overlay h2 {
  color: #fff;
}

/* ----------- Crumb Style Begin ----------- */
.content-page .crumb {
  padding: 0.5rem 0;
  text-align: right;
  font-size: 0.8rem;
  color: #aaa;
}

.content-page .crumb ul {
  display: inline-block;
}

.content-page .crumb ul li {
  display: inline-block;
  font-size: 0.8rem;
}

.content-page .crumb ul li:not(:last-of-type):after {
  content: '/';
  color: #aaa;
}

.content-page .crumb ul li a {
  color: #aaa;
  font-size: 0.8rem;
  padding: 0.25rem;
  position: relative;
  transition: all 0.2s;
}

.content-page .crumb ul li.active a {
  color: #000;
}

.content-page .crumb ul li a:hover {
  color: #555;
}

/* ------------ Crumb Style End ------------ */

/* ----------- Sidebar STYLE Begin ----------- */
.sidebar {
  padding: 0 2rem 0 1rem;
  margin-bottom: 4rem;
}

.sidebar>div {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sidebar .subnav-nav {
  background: #f6f6f6;
}

.sidebar-title {
  background: var(--flat-blue);
  color: #fff;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sidebar-title h2 {
  display: inline-block;
  font-size: 1.75rem;
}

.sidebar-title h2.small {
  font-size: 1.25rem;
  margin: 0.75rem 0;
}

.sidebar-title i {
  font-size: 1.25rem;
}

.subnav-nav li {
  border-bottom: 1px solid #e1e1e1;
}

.subnav-nav li:last-of-type {
  border-color: #f6f6f6;
}

.subnav-nav li a {
  transition: all 0.2s;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #aaa;
}

.subnav-nav li a span {
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  overflow: hidden;
  position: relative;
}

.subnav-nav li a span i.hover {
  color: #000;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.2s;
}

.subnav-nav li a span i.origin {
  color: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}

.subnav-nav li a:hover {
  color: #000;
  padding-left: 2rem;
}

.subnav-nav li a:hover span i.hover {
  left: 0;
}

.subnav-nav li a:hover span i.origin {
  left: 100%;
}

.subnav-nav li.active a,
.subnav-nav li.current-cat a {
  color: #000;
  padding-left: 2rem;
}

.subnav-nav li.active a span i.hover {
  left: 0;
}

.subnav-nav li.active a span i.origin {
  left: 100%;
}

.contact-sidebar {
  margin-top: 4rem;
}

.contact-sidebar .dtbg {
  height: 120px;
}

.contact-sidebar ul {
  color: #aaa;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  background-color: #f6f6f6;
}

.contact-sidebar ul li {
  padding: 0.5rem;
}

/* ------------ Sidebar STYLE End ------------ */

/* ----------- Pagination Style Begin ----------- */
/* ----------- Pagination Style Begin ----------- */
.pagi-default.pagi {
  text-align: right;
  margin-top: 6em;
  margin-bottom: 6rem;
}

.pagi-default.pagi .custom-pagination span,
.pagi-default.pagi .custom-pagination a {
  margin-right: 0.5em;
}

.pagi-default.pagi span.page-num {
  margin-right: 1em;
}

.pagi-default.pagi span.current {
  padding: 0.25em 1.0em;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: var(--flat-night);
  color: #fff;
  font-weight: bold;
  border-color: var(--flat-night);
}

.pagi-default.pagi a.page-numbers {
  padding: 0.25em 0.75em;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}

@media screen and (max-width: 767px) {
  .custom-pagination {
    text-align: center;
  }
}

/* ------------ Pagination Style End ------------ */
/* ------------ Pagination Style End ------------ */

/* ----------- Main Content Style Begin ----------- */
.main-content {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .main-content {
    padding: 0 1rem;
  }
}

.main-content h2 {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .main-content h2 {
    margin-bottom: 1rem;
  }
}

/* ------------ Main Content Style End ------------ */

/* ----------- Page Products Center Begin ----------- */
.products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.products-wrapper .products-item {
  width: calc((100% - 4rem) / 3);
  height: 12rem;
  margin-bottom: 3rem;
  transition: all 0.2s;
}

.products-wrapper .products-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .products-wrapper .products-item {
    width: calc((100% - 2rem) / 2);
    height: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .products-wrapper .products-item {
    width: 100%;
    height: 15rem;
    margin-bottom: 1rem;
  }
}

/* ------------ Page Products Center End ------------ */

/* ----------- Page News Center Begin ----------- */
.news-center .news-wrapper .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5em;
  padding: 1.0em 0;
  border-bottom: 1px dotted #eee;
  position: relative;
  min-height: 150px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-center .news-wrapper .news-item .news-img {
  width: 15%;
  display: inline-block;
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.news-center .news-img img {
  max-width: 100%;
}

.news-center .news-wrapper .news-item .news-content {
  width: 81%;
  display: inline-block;
  padding-left: 1rem;
}

.news-center .news-content .news-title h4 {
  margin: 0 0 0.5em;
  text-align: left;
}

.news-center .news-content .news-title a:link,
.news-center .news-content .news-title a:visited {
  color: #000;
  text-decoration: none;
  font-size: 1.25rem;
}

.news-center .news-item .news-content .pub-date {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #aaa;
}

.news-center .news-item .news-content .pub-date .news-cat {
  margin-right: 1rem;
}

.news-center .news-item .news-content .pub-date .news-cat strong {
  color: var(--ocean-blue);
}

@media screen and (max-width: 767px) {
  .news-center .news-wrapper {
    margin-top: 2rem;
  }

  .news-center .news-excerpt p {
    text-indent: 2rem;
    line-height: 1.8;
  }

  .news-center .news-item .news-content .pub-date {
    position: initial;
  }

  .news-center .news-wrapper .news-item {
    padding: 1em 0.5em;
    margin-bottom: 2rem;
  }

  .news-center .news-wrapper .news-item .news-content {
    padding: 0 1rem;
  }

  .news-center .news-wrapper .news-item .news-img {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .news-center .news-wrapper .news-item .news-content {
    width: 100%;
  }

  .news-center .news-nav ul {
    padding-left: 1.5em;
  }

  .news-center .news-nav ul li {
    margin-bottom: 1.5em;
  }

  .news-center .news-nav ul li a:link,
  .news-center .news-nav ul li a:visited {
    font-size: 1.0em;
    padding: 0.5em 1.0em;
  }
}

/* ------------ Page News Center End ------------ */

/* ----------- Page Case Center Begin ----------- */
.content-page.case-center .case-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.content-page.case-center .case-item {
  width: calc((100% - 2rem) / 2);
  height: 320px;
  margin-bottom: 2rem;
  transition: 0.2s;
}

.content-page.case-center .case-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.content-page.case-center .case-item a .dtbg {
  position: relative;
}

.content-page.case-center .case-item a .dtbg:after {
  position: absolute;
  content: attr(data-title);
  width: 100%;
  height: 100%;
  background-color: #00000066;
  transition: 0.2s;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 4rem;
  bottom: 0;
}

.content-page.case-center .case-item a .dtbg:hover:after {
  background-color: #00000099;
  height: 100%;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .content-page.case-center .case-wrapper {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .content-page.case-center .case-item {
    width: 80%;
    height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .content-page.case-center .case-item {
    width: 100%;
  }
}

/* ------------ Page Case Center End ------------ */

/* ----------- Page About Us Begin ----------- */
.content-page.about-us .about-us-wrapper p {
  line-height: 2.25;
  font-size: 1.2rem;
  text-indent: 2rem;
  margin-bottom: 1.0rem;
}

@media screen and (max-width: 767px) {
  .content-page.about-us .about-us-wrapper p {
    font-size: 1.0rem;
  }
}

.content-page.about-us .about-us-wrapper strong {
  padding: 0.5rem 1rem;
  font-size: 2.5rem;
}

/* ------------ Page About Us End ------------ */
/* ----------- Page Our Culture Begin ----------- */
.our-culture-wrapper ul li {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.our-culture-wrapper ul li strong {
  padding: 0.5rem 1rem;
  background-color: var(--ocean-blue);
  color: #fff;
  margin-right: 1rem;
  display: inline-block;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
}

.our-culture-wrapper ul li span {
  margin: 0 0.5rem;
}

/* ------------ Page Our Culture End ------------ */

/* ----------- Page Contact Us Begin ----------- */
.content-page.contact-us .contact-form h2 {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  margin: 0;
  padding: 1.25rem 0;
  margin-bottom: 1rem;
}

.content-page.contact-us .contact-form h2:after {
  content: '';
  position: absolute;
  width: 3rem;
  height: 1px;
  background-color: #000;
  left: 50%;
  bottom: 0.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-page.contact-us .contact-form ul li span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 100;
}

.content-page.contact-us .contact-form ul li span i {
  margin-right: 0.5rem;
}

.content-page.contact-us .contact-form ul li {
  margin-bottom: 2rem;
}

/* Contact Form Style Begin */
.content-page.contact-us .contact-form .form-control {
  border-color: #646464;
  border-radius: 0;
  padding: 1.5rem 1rem;
}

.content-page.contact-us .contact-form .form-group {
  text-align: center;
}

.content-page.contact-us .contact-form input[type="submit"] {
  color: #fff;
  background-color: var(--ocean-blue);
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  transition: all 0.2s;
}

.content-page.contact-us .contact-form input[type="submit"]:hover {
  background-color: var(--flat-blue-dark);
  color: #fff;
}

/* Contact Form Style End */

/* Contact Map Style Begin */
.content-page.contact-us .contact-map {
  background-color: #f6f6f6;
}

#map_container {
  height: 600px;
  margin: 4rem 0;
}

.info_window {
  padding: 1rem;
}

.info-title {
  padding: 1rem;
  background-color: var(--ocean-blue);
  color: #fff;
  font-size: 1.25rem;
}

.info-content>div {
  padding: 0.75rem 0.75rem 0 0.75rem;
}

.amap-info-combo .keyword-input {
  line-height: 20px !important;
}

/* Contact Map Style End */
/* ------------ Page Contact Us End ------------ */

/* ----------- Page Factory Begin ----------- */
.factory-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.factory-wrapper a.factory-item {
  width: calc((100% - 2rem) / 2);
  height: 300px;
  margin-bottom: 2rem;
  transition: all 0.2s;
}

.factory-wrapper a.factory-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .factory-wrapper a.factory-item {
    width: 100%;
  }
}

/* ------------ Page Factory End ------------ */

/*                              */
/*      Content Page Style End      */
/*                              */
/*==============================*/

/* ----------- Carousel BTS Style Begin ----------- */
.rebuild .banner-home {
  position: relative;
}

@media screen and (max-width: 767px) {
  .rebuild .banner-home {
    background-image: url('/wp-content/themes/yuanpin/assets/oss-szyuanpin/assets/bg/case-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.rebuild .banner-bts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-bts .carousel-caption {
  opacity: 0;
}

.rebuild .banner-bts .slide {
  height: 100vh;
  width: 100%;
  background-color: rgba(52, 138, 213, 0.66);
}

.rebuild .banner-home .overlay {
  display: none;
}

.carousel-control {
  top: calc(50% - 2rem);
  bottom: calc(50% - 2rem);
  width: 4rem;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: transparent;
  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 (max-width: 767px) {
  .carousel-control {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .carousel-control {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8rem;
  }
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  font-family: 'themify';
  color: #fff;
}

.carousel-control.left {
  left: 1rem;
}

.carousel-control.left:before {
  content: "\e629";
}

.carousel-control.right {
  right: 1rem;
}

.carousel-control.right:before {
  content: "\e628";
}

.carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 10rem 5rem 8rem;
}

@media screen and (max-width: 767px) {
  .carousel-caption {
    padding: 10rem 2rem 8rem;
  }
}

@media screen and (max-width: 376px) {
  .carousel-caption {
    padding: 1rem;
  }

  .carousel-control.left {
    left: 0.25rem;
  }

  .carousel-control.right {
    right: 0.25rem;
  }
}

.banner-bts .first img {
  width: 15%;
  min-width: 200px;
}

.banner-bts .first h2 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.banner-bts .first .carousel-caption {
  padding-top: 30vh;
}

@media screen and (max-width: 767px) {
  .banner-bts .first .carousel-caption {
    padding-top: 5vh;
  }
}

.banner-bts .first p {
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  padding: 0 10rem;
}

@media screen and (max-width: 767px) {
  .banner-bts .first img {
    min-width: 120px;
    width: 120px;
    margin-bottom: 2rem;
    margin-top: 12rem;
  }

  .banner-bts .first h2 {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  .banner-bts .first p {
    padding: 0 2rem;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 376px) {
  .banner-bts .first img {
    margin-top: 4rem;
  }
}

.banner-bts .second .carousel-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner-bts .second .carousel-caption>div {
  /* width: 50%; */
}

.banner-bts .second .carousel-caption .left {
  padding-left: 8rem;
}

.banner-bts .second .carousel-caption .right {
  padding: 2rem 10rem;
}

@media screen and (max-width: 1024px) {
  .banner-bts .second .carousel-caption .left {
    padding-left: 0;
  }

  .banner-bts .second .carousel-caption .right {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-bts .second .carousel-caption .left {
    padding-left: 0;
    padding-top: 8rem;
  }

  .banner-bts .second .carousel-caption .right {
    padding-right: 0;
  }
}

.banner-bts .second .carousel-caption .right h2 {
  margin: 3rem 0;
  font-size: 2.5rem;
}

.banner-bts .second .carousel-caption .right p {
  font-size: 1.25rem;
  line-height: 2;
  text-indent: 2rem;
}

.banner-bts .second .carousel-caption .right .learn-more {
  margin-top: 2rem;
}

.banner-bts .second .carousel-caption .right .learn-more a {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #fff;
  margin-top: 2rem;
  transition: all 0.2s;
  text-shadow: none;
  margin-right: 6rem;
}

@media screen and (max-width: 767px) {
  .banner-bts .second .carousel-caption .right .learn-more a {
    margin-right: 2rem;
    padding: 0.5rem 1.0rem;
  }
}

.banner-bts .second .carousel-caption .right .learn-more a:last-of-type {
  margin-right: 0;
}

.banner-bts .second .carousel-caption .right .learn-more a:hover {
  border-color: #fff;
  color: #000;
  background-color: #fff;
}

.banner-bts .second .carousel-caption .left img {
  max-width: 95%;
}

@media screen and (max-width: 1200px) {
  .banner-bts .second .carousel-caption .left img {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .banner-bts .second .carousel-caption .left img {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .banner-bts .second .carousel-caption {
    padding: 10rem 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-bts .second .carousel-caption>div {
    width: 80%;
    margin: 0 auto;
  }

  .banner-bts .second .carousel-caption .left img {
    width: 300px;
  }

  .banner-bts .second .carousel-caption .right h2 {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  .banner-bts .second .carousel-caption .right p {
    font-size: 1.0rem;
    line-height: 2;
  }
}

@media screen and (max-width: 375px) {
  .banner-bts .second .carousel-caption .right h2 {
    font-size: 1.1rem;
  }

  .banner-bts .second .carousel-caption .right .learn-more a {
    padding: 0.25rem 0.5rem;
    font-size: 1.1rem;
  }

  .banner-bts .second .carousel-caption .right p {
    font-size: 0.85rem;
  }
}

.banner-bts .third .carousel-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.banner-bts .third .carousel-caption ul {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .banner-bts .third .carousel-caption ul {
    margin-bottom: 2rem;
  }
}

.banner-bts .third .carousel-caption ul li {
  display: inline-block;
  font-size: 2.5rem;
  margin-right: 1rem;
}

.banner-bts .third .carousel-caption p {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .banner-bts .third .carousel-caption ul li {
    font-size: 1.75rem;
    margin: 2rem 2rem 0 2rem;
  }

  .banner-bts .third .carousel-caption p {
    font-size: 1.0rem;
    line-height: 2;
  }
}

/* .banner-home .overlay {
  z-index: 1000;
}
.carousel-indicators {
  z-index: 10000;
}
.carousel-inner {
  z-index: 200;
} */
/* ------------ Carousel BTS Style End ------------ */
/* ----------- Friend Links Style Begin ----------- */
ul.friendLinks {
  padding: 1.5rem 5rem;
  background-color: #f8f8f8;
  color: #555;
  margin-top: 0;
  text-align: center;
}

ul.friendLinks li {
  display: inline-block;
  margin-right: 2rem;
}

ul.friendLinks li a {
  color: #555;
  position: relative;
  transition: 0.2s;
}

ul.friendLinks li a:after {
  position: absolute;
  content: '';
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.2s;
}

ul.friendLinks li a:hover {
  color: #000;
}

ul.friendLinks li a:hover:after {
  width: 100%;
}

/* ------------ Friend Links Style End ------------ */

/* ----------- Time Line Style Begin ----------- */

/* .container {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
} */

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item p {
  font-size: 1rem;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: .785rem;
  color: var(--flat-red);
}

.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -6px;
  border-radius: 10px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}

.timeline-item:last-child {
  border-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.3) 60%,
      rgba(0, 0, 0, 0)) 1 100%;
}

.timeline-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 200;
}

.timeline-wrapper h3 {
  font-size: 1.75rem;
  font-weight: 200;
}

.timeline-wrapper {
  margin: 4rem 0;
}

@media screen and (max-width: 767px) {
  .timeline-wrapper h1 {
    font-size: 1.25rem;
  }

  .content-page.about-us .about-us-wrapper .timeline-wrapper p {
    font-size: 0.9rem;
  }
}

/* ------------ Time Line Style End ------------ */

/* ----------- Section OurCase Style Begin ----------- */
.our-case-v2 .case-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.our-case-v2 .case-wrapper .left {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: auto;
}

.our-case-v2 .case-wrapper .right {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.our-case-v2 .case-item {
  width: 50%;
  height: 18rem;
}

.our-case-v2 .case-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.our-case-v2 .case-item a article {
  width: 100%;
  height: 100%;
  position: relative;
}

.our-case-v2 .case-item article figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.our-case-v2 .case-item article figcaption:after {
  content: attr(data-cat);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  z-index: 2000;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}

.our-case-v2 .case-item a article:hover figcaption:after {
  top: 0;
}

/* ------------ Section OurCase Style End ------------ */


/* ----------- Our Story Style Begin ----------- */
section.our-story {
  padding: 0;
}

.our-story .flex-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-story .flex-wrapper .left {
  width: calc((100% - 2rem) * 0.45);
}

.our-story .flex-wrapper .right {
  width: calc((100% - 2rem) * 0.55);
  padding: 6rem 12rem 6rem 0;
}

@media screen and (max-width: 767px) {
  .our-story .flex-wrapper .right {
    padding: 1rem;
    width: 100%;
  }

  .our-story .flex-wrapper .left {
    width: 100%;
  }
}

.our-story .flex-wrapper .right .content-wrapper {
  padding-left: 2rem;
}

.our-story .flex-wrapper .right .content-wrapper .learn-more {
  margin-top: 2rem;
  text-align: right;
}

.our-story .flex-wrapper .right .content-wrapper .learn-more a {
  color: #555;
  font-weight: 200;
  position: relative;
  padding-bottom: 0.25rem;
  transition: 0.2s;
}

.our-story .flex-wrapper .right .content-wrapper .learn-more a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000;
  transition: 0.25s;
}

.our-story .flex-wrapper .right .content-wrapper .learn-more a:hover {
  color: #000;
}

.our-story .flex-wrapper .right .content-wrapper .learn-more a:hover:after {
  width: 100%;
}

.our-story .flex-wrapper .left {
  text-align: right;
}

.our-story .flex-wrapper .left h1,
.our-story .flex-wrapper .left h2 {
  margin: 0;
}

.our-story .flex-wrapper .left .dtbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  background-size: auto;
}

.our-story .flex-wrapper .left .dtbg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000aa;
  z-index: 1;
}

.our-story .flex-wrapper .left .slogan {
  color: #fff;
  z-index: 2;
  padding: 4rem;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .our-story .flex-wrapper .left .slogan {
    padding: 1rem;
  }
}

.our-story .flex-wrapper .left .slogan ul {
  font-weight: 400;
  font-size: 1.25rem;
}

.our-story .flex-wrapper .left .slogan ul li {
  margin-bottom: 1rem;
}

.our-story .flex-wrapper .left .slogan ul li strong {
  font-size: 2.0rem;
  /* color: var(--flat-red); */
  color: #fff;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #fff;
  margin-right: 0.5rem;
}

.our-story .flex-wrapper .left .slogan h1,
.our-story .flex-wrapper .left .slogan h2 {
  font-weight: 200;
}

.our-story .flex-wrapper .left .slogan h1 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.our-story .flex-wrapper .left .slogan h2 {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}

.our-story .section-title.style-a {
  margin-top: 0;
  text-align: left;
}

.our-story .section-title.style-a h2 {
  padding-left: 0;
}

.about-us-excerpt {
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 2;
  text-indent: 2rem;
}

@media screen and (max-width: 767px) {
  .our-story .section-title.style-a h3 {
    font-size: 1.25rem;
  }

  .our-story .section-title.style-a h2 {
    font-size: 1.5rem;
    padding-right: 0;
  }

  .our-story .section-title.style-a {
    text-align: center;
  }

  .our-story .flex-wrapper .left .slogan h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .our-story .flex-wrapper .left .slogan h2 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .our-story .flex-wrapper .left .slogan ul {
    text-align: center;
    font-size: 1.1rem;
  }

  .our-story .flex-wrapper .left .slogan ul li strong {
    font-size: 1.55rem;
  }

  .our-story .flex-wrapper .right .content-wrapper {
    padding-left: 0;
  }
}

/* ------------ Our Story Style End ------------ */

/* ----------- PAGE Single case style Begin ----------- */
.single-case .single-case-wrapper {
  margin-bottom: 8rem;
}

.single-case .single-case-wrapper .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.single-case .carousel-wrapper {
  width: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
  .single-case .carousel-wrapper {
    width: 100%;
  }
}

.single-case .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-case .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.single-case .swiper-slide img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.single-case .swiper-slide a {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
  background-color: #00000044;
  padding: 0.5rem;
  border-radius: 3px;
  transition: 0.2s;
}

.single-case .swiper-slide a:hover {
  background-color: #00000088;
}

.single-case .gallery-top {
  height: 400px;
  width: 100%;
  padding: 4px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
}

.single-case .gallery-top.products-carousel {
  height: 300px;
}

.single-case .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eee;
  padding: 4px;
  border-top: none;
}

.single-case .gallery-thumbs.products-carousel {
  height: 80px;

}

.single-case .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.single-case .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 3px;
  background-color: #00000044;
  transition: 0.2s;
}

.single-case .swiper-button-next:hover,
.single-case .swiper-button-prev:hover {
  background-color: #00000088;
}

.single-case .case-info-wrapper {
  width: calc(50% - 2rem);
  padding-left: 1rem;
  border-left: 1px solid #eee;
}

@media screen and (max-width: 1200px) {
  .single-case .case-info-wrapper {
    width: 100%;
    border-left: none;
  }
}

ul.case-survey li {
  margin-bottom: 1rem;
}

ul.case-survey li span {
  font-size: 1.15rem;
  padding: 0.25rem 0.5rem;
  background-color: #eee;
  color: #646464;
  display: inline-block;
}

ul.case-survey li p {
  font-size: 1rem;
  text-indent: 2rem;
  line-height: 2.2;
  color: #555;
}

ul.product-survey li {
  margin-bottom: 1rem;
}

ul.product-survey li span {
  font-size: 1.25rem;
  display: inline-block;
  padding: 0.5rem 0;
  /* border-bottom: 2px solid var(--ocean-blue); */
  margin-bottom: 0.5rem;
  color: #555;
  /* border-left: 2px solid #aaa; */
}

ul.product-survey li p {
  line-height: 2;
  text-indent: 2rem;
  font-size: 1.1rem;
}

.single-case .body h3 {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  color: var(--ocean-blue);
}

/* ------------ PAGE Single case style End ------------ */


/* ----------- Single Content Nav Begin ----------- */
.single-content-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  padding: 1rem 0;
  border-top: 1px solid #eee;
}

.single-content-nav>span {
  width: 40%;
}

.single-product-prev {
  text-align: left;
}

.single-product-prev a {
  margin-left: 1rem;
}

.single-product-next a {
  margin-right: 1rem;
}

.single-product-next {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .single-content-nav>span {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }

}

/* ------------ Single Content Nav End ------------ */

/* ----------- Partners Home Style Begin ----------- */
.partners .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s;
  border-right: 1px solid #eee;
}

.partners .item img:hover {
  -webkit-filter: none;
  filter: none;
}

.partner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.partner-wrapper .partner-title {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: var(--ocean-blue);
  color: #fff;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-wrapper .owl-carousel {
  width: calc(100% - 200px);
}

.partner-wrapper .partner-title h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.partner-wrapper .partner-title h2 {
  width: 100%;
  text-align: center;
  font-family: 'impact';
  color: #eee;
  font-size: 1.5rem;
  margin-top: 0;
}

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

  .partner-wrapper .partner-title,
  .partner-wrapper .owl-carousel {
    width: 100%;
    ;
  }

  .partner-wrapper .partner-title h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .partner-wrapper .partner-title h2 {
    font-size: 1.25rem;
  }

  section.partners {
    padding: 0;
  }
}

/* ------------ Partners Home Style End ------------ */

/* ----------- Single News Style Begin ----------- */
.single-news .main-content {
  padding: 4rem 0;
}

.single-news .main-content img.large {
  width: 80%;
  height: auto;
  display: block;
  margin: 2rem auto;
}

.single-news .main-content p {
  font-size: 1.15rem;
  line-height: 2.2;
  text-indent: 2rem;
  margin-bottom: 1rem;
}

.single-news .main-content p.extra-heavy {
  font-size: 2.5rem;
  margin: 2rem 0;
  color: red;
  font-weight: 800;
}

hr.red {
  border-top: 2px solid red;
}

.single-news .main-content p strong {
  color: var(--ocean-blue);
}

.single-news .main-content p strong.heavy {
  color: #000;
  font-size: 1.25em;
}

.single-news .main-content h1 {
  font-size: 2.0rem;
  text-align: center;
  margin: 4rem 0;
}

.single-news .main-content h3 {
  color: #555;
  text-indent: 2rem;
  margin-top: 3rem;
}

.single-news .main-content ol {
  list-style-type: decimal;
  font-size: 1.05rem;
  margin: 1.5rem 0;
  padding-left: 4rem;

}

.single-news .main-content ol li {
  margin-bottom: 1rem;
}

.single-news .main-content ol li>ol {
  list-style-type: lower-alpha;
  border-left: 1px solid #eee;
  padding-left: 3rem;
}

.single-news .main-content ol li>ol li>ol {
  list-style-type: lower-roman;
}

.single-news .main-content .news-content-wrapper h2 {
  margin: 5rem 0;
  background-color: #f8f8f8;
  padding: 2rem;
  line-height: 2.2;
}

.single-news .main-content .news-putdate {
  text-align: right;
  padding: 6rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

/* ------------ Single News Style End ------------ */

/* ----------- Right Float Contact Box Begin ----------- */
.right-contact-float {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  opacity: 1;
  transition: all 0.2s;
}

.right-contact-float:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .right-contact-float {
    display: none;
  }
}

.right-contact-float ul {
  padding-left: 0;
  list-style: none;
  border: 1px solid #eee;
  border-right: none;
}

.right-contact-float ul li {
  width: 60px;
  height: 60px;
  border: none;
  background-color: #000;
  color: #aaa;
}

.right-contact-float ul li span {
  text-align: center;
  font-size: 0.9em;
  margin-top: 0.5em;
  display: block;
}

.right-contact-float ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #aaa;
}

.right-contact-float ul li i {
  background-image: url("/wp-content/themes/yuanpin/assets/oss-szyuanpin/assets/icons/float-box-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: 50%;
  top: 10%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.right-contact-float ul li:nth-of-type(1) {
  background-position: 0 0;
}

.right-contact-float ul li:nth-of-type(2) i {
  background-position: -30px 0;
}

.right-contact-float ul li:nth-of-type(3) i {
  background-position: -60px 0;
}

.right-contact-float ul li:nth-of-type(4) i {
  background-position: -90px 0;
}

.right-contact-float ul li.qr-code {
  position: relative;
}

.right-contact-float ul li.qr-code img {
  position: absolute;
  right: 100%;
  top: -5rem;
  display: none;
}

.right-contact-float ul li:hover {
  background-color: #fff;
}

.right-contact-float ul li:hover span {
  color: #000;
}

.right-contact-float ul li:hover a {
  color: #000;
}

.right-contact-float ul li:hover i {
  background-image: url("/wp-content/themes/yuanpin/assets/oss-szyuanpin/assets/icons/float-box-icon-hover.png");
}

.right-contact-float ul li.qr-code:hover img {
  display: block;
}

.right-contact-float ul li.back-to-top:hover {
  cursor: pointer;
}

.for-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 0;
  }

  footer .logo-footer {
    display: none;
  }

  footer .contact-info {
    display: none;
  }

  .for-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 80px;
    background-color: #fff;
  }

  .for-mobile li {
    width: calc((100% - 3px) / 4);
    height: 100%;
    background: #2b2b2b;
  }

  .for-mobile li a {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .for-mobile li a span {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/wp-content/themes/yuanpin/assets/oss-szyuanpin/assets/contact/footer-contact-icon.png');
    background-size: cover;
  }

  .for-mobile li:nth-of-type(2) a span {
    background-position: -40px 0;
  }

  .for-mobile li:nth-of-type(3) a span {
    background-position: -80px 0;
  }

  .for-mobile li:nth-of-type(4) a span {
    background-position: -120px 0;
  }

  .for-mobile li a p {
    width: 100%;
    text-align: center;
    color: #fff;
  }

  footer .copy-right {
    margin-top: 0;
  }

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

  ul.friendLinks {
    margin-bottom: 120px;
    display: none;
  }

  footer .copy-right {
    display: none;
  }

  #contact_name {
    padding-top: 60px;
    display: block;
  }

}

/* ------------ Right Float Contact Box End ------------ */
.single-product-info,
.single-product-relevance-case {
  margin-bottom: 120px;
}

.relevance-case-detail a>div {
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.relevance-case-detail a>div:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.relevance-case-detail a>div h5 {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
}

/* ----------- 5-27 CHANGE-STYLE Begin ----------- */
h4.excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.05rem;
  font-weight: 400;

}

/* ------------ 5-27 CHANGE-STYLE End ------------ */

/* ----------- 6-14 CHANGE-STYLE Begin ----------- */
.page-home .products-center {
  background-color: #fff;
}

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

.page-home .products-center .flex-wrapper .left {
  width: calc((100% - 2rem) / 4);
  background-color: #f6f6f6;
}

.page-home .products-center .flex-wrapper .right {
  width: calc((100% - 2rem) / 4 * 3);
}

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

  .page-home .products-center .flex-wrapper .left,
  .page-home .products-center .flex-wrapper .right {
    width: 100%;
  }
}

.page-home .products-center .content-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.page-home .products-center .content-head h2 {
  color: #555;
  font-size: 1.5rem;
  margin: 0;
  padding: 1rem 0;
  position: relative;
}

.page-home .products-center .content-head h2:after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  height: 4px;
  content: '';
  background-color: var(--flat-yellow);
}

.page-home .products-center .content-head a {
  font-size: 0.9rem;
  color: #aaa;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .page-home .products-center .products {
    text-align: center;
  }
}

.page-home .products-center .products article {
  width: calc((100% - 2rem) / 3);
  padding: 2px 2px 0 2px;
  transition: all 0.2s;
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 1rem;
  float: left;
}

@media screen and (max-width: 767px) {
  .page-home .products-center .products article {
    float: none;
  }
}

.page-home .products-center .products article:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .page-home .products-center .products article {
    width: 66%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .page-home .products-center .products article {
    width: 80%;
  }
}

.page-home .products-center .products article:hover {
  background-color: var(--flat-blue-dark);
}

.page-home .products-center .products article figure {
  height: 260px;
}

.page-home .products-center .products article figcaption p {
  text-align: center;
  font-size: 1.1rem;
  padding: 0.25rem 0;
  border: 1px solid #eee;
  border-top: none;
  transition: 0.2s;
}

.page-home .products-center .products article:hover figcaption p {
  color: #fff;
  transition: 0.2s;
  border-color: var(--flat-blue-dark);
}

.page-home .products-center .products article:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.page-home .products-home .products-wrapper {
  align-items: flex-start !important;
}

.page-home .products-home .products-wrapper .left {
  width: calc((100% - 2rem) * 0.2);
  padding: 0;
}

.page-home .products-home .products-wrapper .right {
  width: calc((100% - 2rem) * 0.8);
}

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

  .page-home .products-home .products-wrapper .left,
  .page-home .products-home .products-wrapper .right {
    width: 100%;
  }
}

.page-home .products-home .products-wrapper .left .subnav-nav li {
  display: block;
  width: 100%;
}

.page-home .products-home .products-wrapper .left .subnav-nav li.active a {
  border-radius: 0px;
  border-left: none;
  border-right: none;
  background: #eee;
}

.page-home .products-center .products article:nth-of-type(n + 7) {
  display: none;
}

.single-product-carousel {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .single-product-carousel {
    width: 100%;
  }

  .page-home {
    padding-bottom: 3rem;
  }
}

/* ------------ Products Center Home Style End ------------ */

/* ------------ 6-14 CHANGE-STYLE End ------------ */

/* ----------- 6-23 STYLE Begin ----------- */
.navbar-default .navbar-nav>li.dropdown {
  position: relative;
}

.navbar-default .navbar-nav>li.dropdown ul.dropdown-menu {
  border: 1px solid #eee;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  padding: 0.5rem;
  border-radius: 2px;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav>li.dropdown {
    padding: 0 1rem;
  }
}

.navbar-default .navbar-nav>li.dropdown form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-default .navbar-nav>li.dropdown form input {
  width: calc((100% - 1rem) * 0.7);
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 0 0.5rem;
}

.navbar-default .navbar-nav>li.dropdown form button {
  width: calc((100% - 1rem) * 0.3);
  border: none;
  background-color: var(--ocean-blue);
  color: #fff;
  padding: 0.5rem;
  border-radius: 2px;
}

/* ------------ 6-23 STYLE End ------------ */

/* ----------- 07-26 change Begin ----------- */
.our-story .flex-wrapper .right {
  width: auto;
  padding: 6rem;
}

section.our-story {
  background-image: url('/wp-content/themes/yuanpin/assets/oss-szyuanpin/assets/bg/about-bg2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-story .flex-wrapper .right .about-us-excerpt {
  color: #ffffff;
  font-size: 1.2rem;
}

.our-story .section-title.style-a h2 {
  color: #fff;
  padding-right: 0;
}

.our-story .section-title.style-a,
.our-story .flex-wrapper .right .content-wrapper .learn-more {
  text-align: center;
}

.our-story .flex-wrapper .right .content-wrapper .learn-more a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5rem;
}

.our-story .flex-wrapper .right .content-wrapper .learn-more a:hover {
  color: #fff;
  background-color: var(--ocean-blue);
  border-color: var(--ocean-blue);
}

.our-story .flex-wrapper .right .content-wrapper .learn-more a:hover:after {
  width: 0;
}

@media screen and (max-width: 767px) {
  .our-story .flex-wrapper .right {
    padding: 1rem;
  }

  .our-story .flex-wrapper .right .about-us-excerpt {
    font-size: 0.95rem;
  }
}

/* ------------ 07-26 change End ------------ */

.news-home .swiper-slide span.pub-date {
  color: #fff;
  left: -0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.25rem 0.75rem 0.25rem 1rem;
  /* padding-left: 1rem; */
  position: relative;
  background: var(--flat-red);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  top: 0.5rem;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 200%);
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 200%);
  transition: all 0.2s;
}

.news-home .swiper-slide span.pub-date:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

.news-home .swiper-slide span.pub-date:after {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.1rem;
  background-color: var(--flat-red-dark);
  left: 0;
  bottom: -0.1rem;
}

.news-home .swiper-slide span.pub-date:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.5rem solid var(--flat-red-dark);
  border-left: 0.5rem solid transparent;
  left: 0;
  bottom: -0.6rem;
}


.news-home .swiper-container .swiper-slide figcaption {
  padding: 1rem;
  border: 1px solid #eee;
  border-top: none;
  min-height: 152px;
}

.news-home .swiper-container .swiper-slide figcaption a {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 80%;
}

.news-home .swiper-container .swiper-slide figcaption a h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.news-home .swiper-container .swiper-slide figcaption p {
  font-size: 0.9rem;
  color: #646464;
  line-height: 1.8;
}