﻿a, a:focus, a:hover {text-decoration:none;outline:0;}
a:active, a:hover {outline:0;}
body {font-size: 14px;line-height: 1.4;font-style: normal;font-weight: 400;background: #fff;font-family:'Microsoft YaHei',Arial,sans-serif,"Lucida Grande","Lucida Sans Unicode",Helvetica,Verdana,'Tahoma';-webkit-text-size-adjust:none;}
ul {
  margin: 0;
  padding: 0
}
.dropdown-menu, .media-list, .nav, ul {
  list-style: none;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
 [role=button],[type=button],[type=reset],[type=submit],button {
  cursor: pointer
}
img {max-width: 100%;}
.padding-top-40 {
  padding-top:40px;
}
.padding-top-60 {
  padding-top:60px;
}
.padding-top-80 {
  padding-top:80px;
}
.padding-top-100 {
  padding-top:100px;
}
.btn, .main-header .menu .menu-item:not(.btn) {
  text-decoration: none;
  font-weight: 700;
}
.btn, .btn i, .btn span, .main-header .menu .menu-item {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  height: 42px;
  line-height: 42px;
  border: none;
  font-size: 12px;
  padding: 0 24px;
  background-color: #2c7dfa;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
  outline: 0!important;
  outline-offset: 0!important;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all .2s ease-in-out;
  transition-delay: 0s
}
.btn:active,.btn:focus,.btn:hover {
  background-color: #1871fa;
  box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
}
.btn i {
  font-size: 18px
}
.btn i+span,.btn span+i {
  padding-left: 20px
}
.btn:focus,.btn:hover {
  color: #fff;
  transform: translateY(-1px)
}
.btn:active {
  transform: translateY(1px)
}
.btn.btn-wide {
  padding: 0 76px
}
.btn.btn-white {
  background-color: #fff;
  color: #2c4267
}
.btn.btn-green {
  background-color: #06d79c;
  color: #fff
}

.btn.btn-green:active,.btn.btn-green:focus,.btn.btn-green:hover {
  background-color: #05c38e
}

.btn.btn-orange {
  background-color: #ff9b53;
  color: #fff
}

.btn.btn-orange:active,.btn.btn-orange:focus,.btn.btn-orange:hover {
  background-color: #ff8f3f
}

.btn.btn-white-green {
  background-color: #fff;
  color: #06d79c
}

.main-header {
  height: 54px;
  line-height: 54px;
  position: absolute;
  top: 36px;
  right: 36px;
  left: 36px;
  text-align: right;
  z-index: 1000;
  max-width: 1920px;
  margin: 0 auto
}

@media (min-width: 768px) and (max-width:991px) {
  .main-header {
    top:20px;
    right: 20px;
    left: 20px
  }
}

@media (max-width: 767px) {
  .main-header {
    overflow:hidden;
    padding: 5px 20px 0 13px;
    top: 0;
    right: 0;
    left: 0
  }
}

.main-header .logo {
  float: left;
  padding-right: 36px;
  transition: all .25s ease-in-out;
  transition-delay: 0s
}

@media (min-width: 768px) and (max-width:991px) {
  .main-header .logo {
    padding-right:20px
  }

  .main-header .menu > a, .main-header .menu .menu-item {
    letter-spacing: 0
  }
}

.main-header .logo img {
  height: 36px
}

.main-header .menu {
  transition: all .25s ease-in-out;
  transition-delay: 0s
}

.main-header .menu > a, .main-header .menu .menu-item, .main-header .menu .dropdown {
  position: relative
}

@media (max-width: 767px) {
  .main-header .logo {
    padding:0
  }

  .main-header .menu > a, .main-header .menu .menu-item, .main-header .menu .dropdown {
    display: block
  }
}

.main-header .menu .menu-item {
  padding: 0 8px;
  margin: 0 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px
}

@media (min-width: 992px) and (max-width:1199px) {
  .main-header .menu .menu-item {
    padding:0 6px;
    margin: 0 4px
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .main-header .menu .menu-item {
    padding:0 4px;
    margin: 0 6px 0 0;
    font-size: 13px;
    letter-spacing: 0
  }
}

.main-header .menu .menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all .18s ease-in-out
}

@media (max-width: 767px) {
  .main-header .menu .menu-item {
    text-align:center;
    font-size: 17px;
    padding: 4px
  }

  .main-header .menu .menu-item:after {
    display: none
  }
}

.main-header .menu .menu-item.active:after,.main-header .menu .menu-item:hover:after {
  opacity: .6;
  transform: scale(1)
}

.main-header .menu .menu-item.active:after {
  opacity: 1
}

.main-header .menu .btn {
  margin-left: 16px
}

@media (min-width: 992px) and (max-width:1199px) {
  .main-header .menu .btn {
    padding:0 16px
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .main-header .menu .btn {
    padding:0 14px;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    line-height: 40px
  }
}

@media (max-width: 767px) {
  .main-header .menu .btn {
    margin:12px 24px
  }

  .main-header .menu .btn.btn-white {
    margin-top: 52px
  }

  .main-header .menu {
    transform: translateX(290px);
    padding-top: 80px;
    padding-left: 0;
    width: 290px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 2;
    background-color: #2432a2
  }
}

.main-header .mobilemenu-toggle {
  display: none;
  position: relative;
  padding-top: 17px;
  width: 25px;
  height: 54px
}

.main-header .mobilemenu-toggle span {
  margin: 0 auto;
  position: relative;
  top: 8px;
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition-duration: 0s;
  transition-delay: .2s
}

.main-header .mobilemenu-toggle span:after,.main-header .mobilemenu-toggle span:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition-property: margin,transform;
  transition-duration: .2s;
  transition-delay: .2s,0s
}

.main-header .mobilemenu-toggle span:before {
  margin-top: -8px
}

.main-header .mobilemenu-toggle span:after {
  margin-top: 8px
}

.main-header .mobilemenu-toggle.active {
  position: fixed;
  top: 0;
  right: 20px
}

.main-header .mobilemenu-toggle.active span {
  background-color: transparent;
  transition-delay: 0s
}

.main-header .mobilemenu-toggle.active span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s,.2s
}

.main-header .mobilemenu-toggle.active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s,.2s
}

.main-header.mobilemenu {
  height: auto;
  bottom: 0
}

.main-header.mobilemenu .logo {
  transform: translateX(-290px)
}

.main-header.mobilemenu .menu {
  transform: translateX(0)
}

.hero {
  position: relative
}

.hero .bg,.hero .bg img {
  position: absolute;
  top: 0
}

@media (min-width: 2100px) {
  .hero {
    overflow:hidden
  }
}

.hero .bg {
  right: 0;
  bottom: 0;
  left: 0
}

.hero .bg img {
  right: 230px;
  bottom: auto;
  left: auto
}

@media (min-width: 1880px) {
  .hero .bg img {
    right:auto;
    left: 0;
    width: 88%
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .hero .bg img {
    right:80px
  }
}

@media (max-width: 767px) {
  .main-header .mobilemenu-toggle {
    display:block;
    margin: 0 0 0 auto
  }

  .hero {
    overflow: hidden
  }

  .hero .bg {
    background-color: #2c7dfa
  }

  .integrations-app.integration-shopify .hero .bg {
    background-color: #81BF2D
  }

  .integrations-app.integration-shopify-plus .hero .bg {
    background-color: #C4A041
  }

  .hero .bg img {
    display: none
  }
}

.hero .content {
  position: relative;
  display: flex;
  padding-top: 100px;
  height: 100vh;
  max-height: 880px;
  min-height: 700px;
  align-items: center
}

@media (min-width: 768px) and (max-width:991px) {
  .hero .bg img {
    right:40px
  }

  .hero .content {
    flex-direction: column;
    padding-top: 100px;
    height: auto;
    max-height: none
  }
}

@media (max-width: 767px) {
  .hero .content {
    flex-direction:column;
    padding-top: 100px;
    height: auto;
    max-height: none
  }
}

.hero .content .text {
  width: calc(50% - 50px);
  padding-right: 50px
}

@media (min-width: 991px) {
  .hero .content .text .text-wrapper {
    max-width:455px;
    float: right
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .hero .content .text {
    width:calc(50% - 20px);
    padding-right: 20px
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .hero .content .text {
    width:100%;
    padding: 80px 200px 40px 0;
    text-align: center
  }
}

@media (max-width: 767px) {
  .hero .content .text {
    width:100%;
    padding: 0;
    text-align: center
  }

  .hero .content .text .btn {
    padding: 0 22px
  }
}

.hero .content .text .note:before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #06d79c;
  border-radius: 50%
}

.hero .content .text h1 {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  font-size:60px;
  margin-bottom: 20px
}

.hero .content .text h2 {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  font-size:30px;
  margin-bottom: 20px
}

.hero .content .text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px
}

.hero .content .text .btn {
  margin-bottom: 40px
}

.hero .content .image {
  width: 50%
}

@media (min-width: 992px) and (max-width:1199px) {
  .hero .content .image {
    width:calc(50% + 20px)
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .hero .content .image {
    width:100%
  }

  .hero .content .image.text-center-sm {
    text-align: center
  }
}

@media (max-width: 767px) {
  .hero .content .text h1 {
    font-size: 22px;
  }
  .hero .content .text h2 {
    font-size: 18px;
  }
  .hero .content .text p {
    font-size: 14px;
  }
  .hero .content .image {
    width:100%
  }
}

.hero .content .image img {
  max-width: 700px
}

@media (max-width: 991px) {
  .hero .content .image img {
    width:100%!important;
    margin-bottom: 40px
  }
}

@media (min-width: 1200px) {
  .hero .content .image.raised-image {
    padding-bottom:60px
  }
}

.hero .content .image.full-height img {
  width: auto;
  height: auto;
  max-height: 100%
}


.index .features {
  position: relative
}

.index .features .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}

.index .features .bg .img1 {
  position: absolute;
  top: 10%;
  left: auto;
  right: 0
}

@media (min-width: 1600px) {
  .index .features .bg .img1 {
    top:6%
  }
}

.index .features .bg .img2 {
  position: absolute;
  top: 45%
}

.index .features .container {
  z-index: 10
}

.index .top-feature {
  position: relative;
  margin-top: -360px
}

@media (min-width: 1200px) and (max-width:1599px) {
  .index .top-feature {
    margin-top:-280px
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .index .top-feature {
    margin-top:-50px
  }
}

.index .top-feature .bg {
  text-align: right
}

.index .top-feature .bg img {
  width: 96%
}

@media (min-width: 1600px) {
  .index .features .bg .img2 {
    top:40%
  }

  .index .top-feature .bg img {
    width: 93%
  }
}

.index .top-feature .text-wrapper {
  position: absolute;
  top: 0;
  right: 60%;
  left: 0;
  bottom: 0
}

@media (min-width: 1200px) and (max-width:1599px) {
  .index .top-feature .text-wrapper {
    right:50%
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .index .top-feature .bg img {
    width:99%
  }

  .index .top-feature .text-wrapper {
    right: 55%
  }
}

@media (max-width: 991px) {
  .index .top-feature {
    margin-top:0;
    background-color: #2432a2
  }

  .index .top-feature .bg {
    display: none
  }

  .index .top-feature .text-wrapper {
    position: relative;
    right: 0;
    text-align: center;
    padding: 80px 20px
  }
}

.index .top-feature .text-wrapper .text-center {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 40%
}

@media (min-width: 1600px) {
  .index .top-feature .text-wrapper .text-center {
    padding-left:45%;
    padding-right: 0
  }

  .index .top-feature .cards-wrapper .cards .card:nth-child(2) {
    transform: translateY(-80px)
  }
}

@media (min-width: 1200px) and (max-width:1599px) {
  .index .top-feature .text-wrapper .text-center {
    padding-left:30%;
    padding-right: 10%
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .index .top-feature .text-wrapper .text-center {
    padding-left:30%;
    padding-right: 5%
  }
}

@media (max-width: 991px) {
  .index .top-feature .text-wrapper .text-center {
    padding-left:0
  }
}

.index .top-feature .text-wrapper .text h2 {
  color: #fff;
  font-weight: 300;
  padding: 40px 0
}

.index .top-feature .text-wrapper .text p {
  color: #fff
}

.features.first-features {
  margin-top:200px
}

@media (min-width: 1600px) {
  .features.first-features {
    margin-top:300px
  }
}
@media (max-width: 767px) {
  .features.first-features {
    margin-top:20px
  }
}

.icon-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(44,125,250,.1)
}

.icon-box img {
  height: 24px
}

.icon-box i {
  font-size: 16px
}



.article {
  display: flex;
  padding: 40px 0 60px
}

@media (max-width: 991px) {
  .article {
  padding:30px 0;
  flex-direction: column
  }
}

.article .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding-right: 5%
}

@media (max-width: 991px) {
  .article .text {
  width:100%;
  padding: 0 0 20px;
  align-items: center;
  text-align: center
  }

  .article .text h2 {
  max-width: 600px;
  margin: 0 auto
  }
}

.article .text h2 {
  line-height: 1.4;
  padding: 30px 0
}

.article .text p {
  font-size:20px;
}

.article .image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  padding-left: 5%
}

@media (max-width: 991px) {
  .article .text p {
  font-size:14px;
  max-width: 480px;
  margin: 0 auto
  }

  .article .image {
  width: 100%;
  padding: 20px 0 0;
  justify-content: center
  }

  .article .image.full-height>img,.article .image:not(.full-height)>img {
  width: auto;
  max-width: 100%!important;
  height: auto;
  max-height: 100%
  }
}

@media (min-width: 992px) {
  .article .image.m70>img {
  margin-left:-70px
  }
}

.article.blank {
  padding: 0;
  display: none
}

.articles ul {
  padding-bottom:20px;
}

.articles ul li {
  padding-left:15px;
  padding-bottom:10px;
  font-size:16px;
}

@media (min-width: 991px) {
  .articles .article:nth-child(even) .text {
    order:2;
    padding-right: 0;
    padding-left: 5%
  }

  .articles .article:nth-child(even) .image {
    order: 1;
    justify-content: flex-end;
    padding-right: 5%;
    padding-left: 0
  }
}

@media (min-width: 992px) {
  .articles .article:nth-child(even) .image.m70>img {
    margin-left:0;
    margin-right: -70px
  }
}
.articles, .testimonials {
  position: relative;
}
.testimonials {
  padding: 50px 0;
}
.testimonials .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}

.testimonials .bg img {
  position: absolute;
  left: 0;
  top: -100%;
  width: 98%
}

@media (min-width: 1600px) {
  .testimonials .bg img {
  top:-90%
  }
}

@media (min-width: 1400px) and (max-width:1599px) {
  .testimonials .bg img {
  top:-65%;
  width: 100%
  }
}

@media (min-width: 1200px) and (max-width:1399px) {
  .testimonials .bg img {
  top:-57%;
  width: 104%
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .testimonials .bg img {
  top:-50%;
  width: 120%
  }
}

.testimonials .header {
  padding-bottom: 60px
}

.testimonials .header.landing-page {
  padding-bottom: 10px;
  position: relative;
  padding-top: 15%;
  text-align: center
}

.testimonials .header.landing-page h2 {
  max-width: 1000px;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 8%;
  text-align: center
}

@media (max-width: 767px) {
  .testimonials {
  background-color:#f3f7ff
  }

  .testimonials .bg {
  display: none
  }

  .testimonials .header {
  padding-bottom: 90px;
  padding-top: 10%
  }
}

@media (max-width: 991px) {
  .testimonials .bg img {
  top:-27%;
  width: 150%;
  left: -10%;
  transform: rotate(-14deg)
  }

  .testimonials .header.landing-page .image-logos {
  max-width: 100%
  }

  .testimonials .header {
  width: 100%;
  text-align: center
  }

  .testimonials .header h2 {
  margin: auto
  }
}

.testimonials .header h2 {
  max-width: 1000px;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 20px
}

.testimonials .quotes-slider {
  margin: 0 -20px
}

.testimonials .quotes-slider .quote-card {
  padding: 0 20px
}

.testimonials .quotes-slider .quote-card content {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 50px
}

.testimonials .quotes-slider .quote-card content p {
  font-size: 1.2em;
  height: 100px;
  overflow: hidden
}

@media (max-width: 991px) {
  .testimonials .quotes-slider .quote-card content p {
  height:135px
  }
}

@media (max-width: 767px) {
  .testimonials .quotes-slider .quote-card content {
  padding:20px
  }

  .testimonials .quotes-slider .quote-card content p {
  font-size: 14px
  }
}

.testimonials .quotes-slider .quote-card content footer {
  display: flex;
  margin-top: 20px
}

.testimonials .quotes-slider .quote-card content footer>img {
  height: 60px;
  width: 60px;
  border-radius: 50%
}

.testimonials .quotes-slider .quote-card content footer .author {
  padding-left: 30px
}

.testimonials .quotes-slider .quote-card content footer .author .name {
  font-size: 20px;
  padding-bottom: 8px
}

@media (max-width: 991px) {
  .testimonials .quotes-slider .quote-card content footer .author .name {
  font-size:14px
  }
}

.testimonials .quotes-slider .quote-card content footer .author img {
  height: auto;
  max-height: 24px;
  width: auto;
  max-width: 100%
}

.testimonials .quotes-slider .slick-arrow {
  position: absolute;
  top: -90px;
  right: 0;
  height: 30px;
  z-index: 99999;
  background: 0 0;
  border: none;
  outline: 0!important;
  transition: all .2s ease-in-out;
  transition-delay: 0s
}

.testimonials .quotes-slider .slick-arrow img {
  opacity: .5;
  height: 15px;
  transition: all .2s ease-in-out;
  transition-delay: 0s
}

.testimonials .quotes-slider .slick-arrow img:hover {
  opacity: 1
}

.testimonials .quotes-slider .slick-arrow.slick-prev {
  right: 100px;
  height: -30px
}

.testimonials .quotes-slider .slick-arrow.slick-next {
  right: 0
}

@media (max-width: 767px) {
  .testimonials .quotes-slider .quote-card content footer .author {
  padding-left:20px
  }

  .testimonials .quotes-slider .slick-arrow {
  top: -60px
  }

  .testimonials .quotes-slider .slick-arrow.slick-next {
  right: 20px
  }
}

.testimonials .quotes-slider-landing-page {
  position: relative;
  margin: 0 -20px;
  display: block
}

.testimonials .quotes-slider-landing-page .quote-card {
  padding: 0 20px
}

.testimonials .quotes-slider-landing-page .quote-card content {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 50px;
  text-align: center
}

.testimonials .quotes-slider-landing-page .quote-card content p {
  font-size: 20px;
  height: 100px;
  overflow: hidden;
  text-align: center
}

@media (max-width: 991px) {
  .testimonials .quotes-slider-landing-page .quote-card content p {
  height:135px
  }
}

@media (max-width: 767px) {
  .testimonials .quotes-slider-landing-page .quote-card content {
  padding:20px
  }

  .testimonials .quotes-slider-landing-page .quote-card content p {
  font-size: 14px
  }
}

.testimonials .quotes-slider-landing-page .quote-card content footer {
  display: relative
}

.testimonials .quotes-slider-landing-page .quote-card content footer>img {
  height: 60px;
  width: 60px;
  border-radius: 50%
}

.testimonials .quotes-slider-landing-page .quote-card content footer .author .name {
  text-align: center;
  font-size: 20px;
  padding-bottom: 8px
}

@media (max-width: 991px) {
  .testimonials .quotes-slider-landing-page .quote-card content footer .author .name {
  font-size:14px
  }
}

.testimonials .quotes-slider-landing-page .quote-card content footer .author img {
  height: auto;
  max-height: 24px;
  width: auto;
  max-width: 100%
}

.testimonials .quotes-slider-landing-page .slick-arrow {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  height: 30px;
  width: 50px;
  z-index: 99999;
  background: 0 0;
  border: none;
  outline: 0!important;
  transition: all .2s ease-in-out;
  transition-delay: 0s
}

.testimonials .quotes-slider-landing-page .slick-arrow img {
  height: 15px;
  opacity: .2;
  transition: all .2s ease-in-out;
  transition-delay: 0s
}

.testimonials .quotes-slider-landing-page .slick-arrow img:hover {
  opacity: .5
}

.testimonials .quotes-slider-landing-page .slick-arrow.slick-next {
  left: auto;
  right: 50%;
  margin-right: -50px
}

.testimonials .quotes-slider-landing-page:hover .slick-arrow {
  opacity: 1
}

.bg,.slick-list,.slick-slider,.slick-track {
  position: relative
}

.slick-slider {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.slick-track {
  left: 0;
  top: 0;
  display: block
}

.slick-track:after,.slick-track:before {
  content: "";
  display: table
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.main-footer {
  background: #fff;
  font-size: 14px
}

.main-footer .content {
  display: flex;
  border-top: 2px solid rgba(100,115,139,.12);
  padding: 80px 0 20px 0;
}

.main-footer .content .coll {
  width: 20%
}

.fix-bar {
  display:none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #191919;
  z-index: 1500;
  -webkit-transform: translateZ(0);
}

.fix-bar a {
  display:block;
  text-align:center;
  color:#fff;
  font-size: 16px;
  padding:20px 0;
}

@media (max-width: 767px) {
  .fix-bar {
    display:block;
  }
  .main-footer .content {
    padding: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
  }

  .main-footer .content .coll {
    width: 100%;
    padding: 20px;
    text-align: center
  }
}

.main-footer .content .coll h5 {
  font-weight: 700;
  margin-bottom: 2em;
  color: #64738b;
  letter-spacing: 1.8px
}

.main-footer .content .coll a {
  display: block;
  font-weight: 400;
  line-height: 2.2em;
  color: #64738b;
  text-decoration: none;
  opacity: .8;
  transition: all .25s ease-in-out;
  transition-delay: 0s
}

.main-footer .content .coll div.tel {
  color: #64738b;
  font-size:26px;
}

.main-footer .content .coll a:hover {
  color: #000;
  opacity: 1;
  transform: translateX(1px)
}


@media (max-width: 767px) {
  .main-footer .content .coll h5 {
    margin-bottom:1em
  }

  .main-footer .content .coll a {
    line-height: 1.8em
  }

  .main-footer .content .coll:last-child {
    width: 100%;
    padding-bottom: 10px
  }
}

.main-footer .copy {
  height: 32px;
  margin-bottom: 40px
}

.main-footer .copy span {
  display: inline-block;
  color: #64738b;
  padding-top: 6px
}

.main-footer.mobilemenu {
  transform: translateX(-290px)
}

@media (max-width: 767px) {
  .main-footer .copy {
    text-align:center;
    margin-bottom: 120px
  }
}

.basic-page .content h1,.basic-page .content h2,.basic-page .content h3,.basic-page .content h4,.basic-page .content h5,.basic-page .content h6,.basic-page .content p {
  margin-bottom: 1rem
}

.basic-page .content .container {
  margin-bottom: 40px
}

.basic-page .content .container:last-child {
  margin-bottom: 80px
}

.basic-page .content .container :not(.row) {
  max-width: 100%
}

.basic-page .content .container .block {
  margin-bottom: 40px
}

.basic-page .content .container img {
  margin: auto;
  display: block
}

.basic-page .content .container ul {
  margin-bottom: 1em
}

.basic-page .content .container ul li {
  margin-bottom: .5em
}

.product-bangkefu .intro {
  margin: 30px 0
}

.product-bangkefu .intro h2 {
  text-align: center;
  margin-bottom: 1.4em
}

.product-bangkefu .intro h3 {
  text-align: center;
  font-size:16px;
  margin-bottom: 1.4em
}

.product-bangkefu .intro .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

@media (max-width: 1200px) {
  .product-bangkefu .intro .list {
    flex-wrap:wrap
  }
}

.product-bangkefu .intro .list>img {
  margin-bottom:10px
}

.product-bangkefu .intro .list>img:not(:first-child) {
  margin-left: 10px
}

.product-bangkefu .intro .list>img:not(:last-child) {
  margin-right: 10px
}

.efficiency .num {
  font-size: 60px;
  color: #1d87e4;
}
.efficiency .middle {border-left:solid 1px #e6e6e6;border-right:solid 1px #e6e6e6;}
.efficiency .num i {font-size:28px;font-style:normal;padding-left:10px;}
.efficiency .desc {font-size:24px;}

.product-bangkefu .features {
  position: relative
}

.product-bangkefu .features .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}

.product-bangkefu .features .bg .img1 {
  position: absolute;
  top: 10%;
  left: auto;
  right: 0
}

@media (min-width: 1600px) {
  .product-bangkefu .features .bg .img1 {
    top:6%
  }
}

.product-bangkefu .features .bg .img2 {
  position: absolute;
  top: 45%
}

@media (min-width: 1600px) {
  .product-bangkefu .features .bg .img2 {
    top:40%
  }
}

.product-bangkefu .features .container {
  z-index: 10
}

.features .box {
  box-shadow: 0 14px 70px rgba(0,0,0,.11);
  display: inline-block;
  position: relative;
  margin: 30px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 60px rgba(0,0,0,.06);
  text-align: center;
  text-decoration: none;
}

.features .box .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7em;
  width: 7em;
  margin: 4em auto 3em;
}
.features .box .img-wrapper.big {
  height:180px;
  width: 180px;
}

.features .box .img-wrapper img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.features .box h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  padding: 0 3em;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #2c4267;
  line-height: 1.2;
  letter-spacing: 1.9px;
}
.features .box p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  letter-spacing: .35px;
  line-height: 1.6;
  height: 6em;
  padding: 0 3em;
  margin: 1em 0 3em;
  overflow: hidden;
}
.product-bangkefu .intro .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.listing-post {
  display: flex;
  position: relative
}
.listing-post-metadata {
  flex-basis: 110px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 32px;
  margin-top: 14px;
  text-align: right
}
.listing-post-timeline {
  background-color: #e9e9e9;
  flex-basis: 2px;
  flex-grow: 0;
  flex-shrink: 0;
}
.listing-post-timeline.end {
  background: linear-gradient(#e9e9e9 85%,white)
}

.listing-post-timeline-bullet {
  align-items: center;
  justify-content: center;
  background: white;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 20px;
  left: 133px;
  position: absolute;
  top: 16px;
  width: 20px
}
.listing-post:hover > .listing-post-timeline-bullet {
  border: 5px solid #039be5;
}
.listing-post-summary {
  padding-bottom: 36px;
  padding-left: 32px
}
.listing-post-summary h1 {
  margin-top: 0
  color: #111;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 14px
}
.basic-page .basic-hero {
  margin-bottom: 80px
}

.basic-page .basic-hero .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 170px 30px 100px;
  background-image: url(../images/basic-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.basic-page .basic-hero .title-wrapper * {
  color: #fff
}

.basic-page .basic-hero .title-wrapper h1 {
  text-align: center;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 1.2rem
}
.basic-page .basic-hero .title-wrapper p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8
}

.pricing .pricing-hero .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  padding: 100px 20px 250px
}

.pricing .pricing-hero .title-wrapper h1 {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-weight: 300
}

.pricing .pricing-hero .packages-wrapper {
  margin-top: -360px
}

@media (max-width: 767px) {
  .pricing .pricing-hero .title-wrapper {
    height:660px
  }
}

.pricing .pricing-hero .packages-wrapper .container-fluid {
  max-width: 1200px
}

.pricing .pricing-hero .packages-wrapper .packages {
  text-align: center;
  width: auto;
  margin: 0 auto
}

.pricing .pricing-hero .packages-wrapper .packages:after,.pricing .pricing-hero .packages-wrapper .packages:before {
  content: " ";
  display: table
}

.pricing .pricing-hero .packages-wrapper .packages .package {
  display: inline-block;
  vertical-align: middle;
  width: 22%;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-color: #fff;
  color: #64738b;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0,0,0,.08);
  font-size: 13px
}

.pricing .pricing-hero .packages-wrapper .packages .package:after,.pricing .pricing-hero .packages-wrapper .packages .package:before {
  content: " ";
  display: table
}

.pricing .pricing-hero .packages-wrapper .packages .package .title {
  font-weight: 700;
  letter-spacing: 4.2px;
  line-height: 1;
}

.pricing .pricing-hero .packages-wrapper .packages .package .price {
  font-weight: 300;
  letter-spacing: -2.7px;
  font-size: 3.5em;
  padding: 16px 0 0
}

.pricing .pricing-hero .packages-wrapper .packages .package .price sub {
  font-size: .5em;
  bottom: 0
}

.pricing .pricing-hero .packages-wrapper .packages .package .price.blue {
  color: #2c7dfa
}

.pricing .pricing-hero .packages-wrapper .packages .package .price.orange {
  color: #ff9b53
}

.pricing .pricing-hero .packages-wrapper .packages .package .price.gold {
  color: #C4A03F
}

.pricing .pricing-hero .packages-wrapper .packages .package .billing-info {
  font-size: 1em;
  padding-bottom: 30px
}

.pricing .pricing-hero .packages-wrapper .packages .package ul li {
  font-size: 1.15em;
  letter-spacing: .5px;
  line-height: 1.4;
  padding: .4em 1em
}

.pricing .pricing-hero .packages-wrapper .packages .package .btn {
  display: block;
  margin-top: 48px;
  margin-left: 10px;
  margin-right: 10px
}

@media (max-width: 767px) {
  .pricing .pricing-hero .packages-wrapper .packages .package .btn {
    margin-left:0;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px
  }
}

.pricing .pricing-hero .packages-wrapper .packages .package .btn.gold {
  background-color: #C4A03F;
  margin-top: 38px
}

.pricing .pricing-hero .packages-wrapper .packages .package.active {
  background-color: #06d79c;
  color: #fff;
  font-size: 13px
}

.pricing .pricing-hero .packages-wrapper .packages .package.gold {
  background-color: #fff;
  color: #64738b;
  font-size: 13.3px
}

@media (max-width: 991px) {
  .pricing .pricing-hero .packages-wrapper .packages .package {
    display:block;
    width: 100%;
    box-shadow: 0 8px 30px rgba(0,0,0,.12);
    margin-bottom: 40px
  }

  .pricing .pricing-hero .packages-wrapper .packages .package.active {
    margin: 0 0 40px
  }
}

.pricing .integration-list {
  padding-bottom: 80px
}

.pricing .integration-list .customer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px;
  padding: 3em;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 60px rgba(0,0,0,.09);
  transition: all .1s;
  text-align: center;
  text-decoration: none
}

.pricing .integration-list .customer-card .logo {
  margin-bottom: 1em
}

.pricing .integration-list .customer-card .logo>img {
  width: 100%
}

.pricing .integration-list .customer-card .case-study-preview {
  flex: 1;
  text-align: left
}

.pricing .integration-list .customer-card .case-study-preview>h5 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #2c4267;
  line-height: 2.4;
  letter-spacing: 1.9px;
}

.pricing .integration-list .customer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 70px rgba(0,0,0,.11)
}

@media (min-width: 768px) {
  .pricing .integration-list .customer-card {
    flex-direction:row
  }

  .pricing .integration-list .customer-card .logo {
    width: 25%;
    margin-right: 4em;
    margin-bottom: 0
  }
}

.box-border {
  border: 1px solid #212529;
  border-radius: 2px;
  text-align: center;
  padding:20px 40px;
  font-size:22px;
}

@media (max-width: 767px) {
  .box-border {
    padding:20px 10px;
    font-size:16px;
  }
}

