
/*
 * KOREA
 */

@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700';

html,body,h1,h2,h3,h4,h5,h6,a,p,input,textarea,footer {
  font-family: 'Open Sans', sans-serif !important;
}

html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  color: #202328;
  background-color: #4b46a4;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Montserrat', sans-serif !important;
  color: #ff6076;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ffffff;
}
hr {
  margin-top: 30px;
  margin-bottom: 40px;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}
.relative{
  position: relative !important;
}

.header {
  position:fixed;
  top:0;
  height:60px;
  width:100%;
  z-index:1000;
  background-color:#fff;
  -webkit-transition:background 0.4s ease,height 0.4s ease;
  transition:background 0.4s ease,height 0.4s ease;
}
.header.transparent-dark {
  background-color:transparent;
}
.header.dark {
  background-color:#4b46a4;
}

.header.bg-header {
  height:140px;
}
.header.bg-header .pull-left .header-inner,
.header.bg-header .pull-right .header-inner {
  line-height:140px;
}

.header.minimized {
  height:60px!important;
}
.header.minimized .header-inner {
  line-height:60px!important;
}

.header .pull-left .header-inner,
.header .pull-right .header-inner {
  line-height:60px;
  width:100%;
  -webkit-transition:line-height 0.4s ease;
  transition:line-height 0.4s ease;
}

.header-inner .btn-group{
  padding-left: 30px;
  margin-top: 2px;
}

.header .pull-right,.header .pull-left {
  position:relative;
}
.header .pull-right a {
  color: white;
  font-weight: 700;
  padding-right: 60px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.header .pull-right a:hover,
.header .pull-right a:focus,
.header .pull-right a:active {
  color: #ff6076;
  outline: none;
  background-color: transparent;
}
.header .pull-right button{
  width: 134px;
  height: 42px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #ff6076;
}
.header .pull-right button:hover,
.header .pull-right button:focus {
  outline: none;
  background: #f45067;
}
.header .pull-right button:active {
  outline: none;
  background: #e4495f;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.btn {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.intro {
  display: table;
  width: 100%;
  padding: 0;
  text-align: center;
  color: white;
  position: relative;
  z-index: 0;
  background-image: url("/welcome/img/bg.png");
  /*background-image: url("../img/bg.png");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  z-index: 8;
  position: relative;
}
.intro-box{
  position: relative;
  height: 600px;
}
.intro .intro-body .intro-box .and{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.intro .intro-body .intro-box .brand-heading {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 110px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
}
.intro .intro-body .intro-box .intro-text {
  font-size: 22px;
  position: absolute;
  top: 420px;
  left: 0;
  right: 0;
}
.intro .intro-body .intro-box .intro-btn {
  margin: 0;
  position: absolute;
  top: 510px;
  left: 0;
  right: 0;
}
.intro .intro-body .intro-box .intro-btn .btn-join {
  font-size: 22px;
  color: white;
  background: #ff6076;
  padding: 13px 50px;
}
.intro .intro-body .intro-box .intro-btn .btn-join:hover,
.intro .intro-body .intro-box .intro-btn .btn-join:focus {
  outline: none;
  background: #f45067;
}
.intro .intro-body .intro-box .intro-btn .btn-join:active {
  outline: none;
  background: #e4495f;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.intro .intro-b-1{
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 6%;
  width: 100%;
}
.intro .intro-b-2{
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 3%;
  width: 100%;
}
.scroll-icon {
    position: absolute;
    z-index: 5;
    bottom: 8%;
    right: 0;
    left: 0;
    height: 50px;
    width: 30px;
    margin: auto;
}

.mouse {
  display:block;
  position:relative;
  height: 35px;
  width: 20px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

.wheel {
  display: block;
  position: relative;
  height: 8px;
  width: 2px;
  margin: 6px auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.mobile {
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
  position: relative;
  left: 0px;
  height: 30px;
  width: 30px;
}
.scroll-up1 {
  position: absolute;
  width: 45%;
  height: 45%;
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  border-left: 3px solid #FFFFFF;
  border-top: 3px solid #FFFFFF;
  opacity: 1;
}
.scroll-up2 {
  position: absolute;
  width: 45%;
  height: 45%;
  display: block;
  cursor: pointer;
  left: 8px;
  top: 8px;
  border-left: 3px solid rgba(255, 255, 255, 0.7);
  border-top: 3px solid rgba(255, 255, 255, 0.7);
}

.mouse.scroll {
  animation: mouseScroll .8s ease infinite alternate;
}
.mobile .scroll-up1 {
  animation: mobileScroll .8s ease infinite alternate;
}
.mobile .scroll-up2 {
  animation: mobileScroll .8s ease infinite alternate;
}


.process-section {
  padding: 120px 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: 999;
}
.process-section h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  color: #8e8e8e;
  text-align: right;
  margin: 0 0 100px 0;
}
.process-section .copy {
  text-align: left;
  padding: 0 30px 50px 30px; 
}
.process-section h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px;
  color: #141f38;
}
.process-section p {
  font-size: 16px;
  color: #6e7488;
}

.examples-section {
  padding: 120px 0;
  background-color: #e5e8f2;
  position: relative;
  z-index: 999;
}
.examples-section h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  color: rgba(17,50,149,.5);
  text-align: right;
  margin: 0 0 100px 0;
}
.examples-section .tabbar {
  width: 1020px;
  height: 86px;
  background-color: rgba(255,255,255,.3);
  border-radius: 43px;
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.examples-section .tabbar #tabbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 86px;
  background-color: rgba(255,255,255,1);
  border-radius: 43px;
  z-index: -1;
}
.examples-section .tabbar li{
  float: left;
  width: 340px;
  height: 86px;
  border-radius: 43px;
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
  color: #9195a5;
  cursor: pointer;
}
.examples-section .tabbar li div {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
}
.examples-section .tabbar li span {
  vertical-align: middle;
}
.examples-section .tabbar li .icon_weibo{
  background: url("/welcome/img/zh/market_icon.png") no-repeat 0 0;
  /*background: url("../img/zh/market_icon.png") no-repeat 0 0;*/
}
.examples-section .tabbar li .icon_weixin{
  background: url("/welcome/img/zh/market_icon.png") no-repeat 0 -44px;
  /*background: url("../img/zh/market_icon.png") no-repeat 0 -44px;*/
}
.examples-section .tabbar li .icon_meipai{
  background: url("/welcome/img/zh/market_icon.png") no-repeat 0 -88px;
  /*background: url("../img/zh/market_icon.png") no-repeat 0 -88px;*/
}
.examples-section .tabbar li:hover .icon_weibo,
.examples-section .tabbar li.active .icon_weibo{
  background: url("/welcome/img/zh/market_icon.png") no-repeat -44px 0;
  /*background: url("../img/zh/market_icon.png") no-repeat -44px 0;*/
}
.examples-section .tabbar li:hover .icon_weixin,
.examples-section .tabbar li.active .icon_weixin{
  background: url("/welcome/img/zh/market_icon.png") no-repeat -44px -44px;
  /*background: url("../img/zh/market_icon.png") no-repeat -44px -44px;*/
}
.examples-section .tabbar li:hover .icon_meipai,
.examples-section .tabbar li.active .icon_meipai{
  background: url("/welcome/img/zh/market_icon.png") no-repeat -44px -88px;
  /*background: url("../img/zh/market_icon.png") no-repeat -44px -88px;*/
}
.examples-section .tabbar li:hover,
.examples-section .tabbar li.active{
  color: #202328;
}

.examples-section .example_box {
  position: relative;
  height: 700px;
  margin-top: 50px;
}
.examples-section .example_box .top_bg{
  position: absolute;
  top: 63px;
  z-index: 1;
  width: 100%;
  height: 385px;
  background-color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.examples-section .example_box .top_nav{
  position: absolute;
  top: 100px;
  right: 50px;
  z-index: 2;
  width: 140px;
  height: 42px;
  background-color: #64ccff;
  border-radius: 21px;
  padding: 8px 10px 8px 20px;
}
.examples-section .example_box .top_nav span{
  font-size: 18px;
  color: white;
}
.examples-section .example_box .top_nav ul.page_bullet {
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.examples-section .example_box .top_nav ul.page_bullet li {
  float:left;
  margin-right: 5px;
}
.examples-section .example_box .phone_bg{
  position: relative;
  z-index: 3;
}
.examples-section .example_box .phone_bg .phone{
  position: absolute;
  z-index: 4;
  left: 50%;
  margin-left: -216px;
}
.examples-section .example_box .phone_bg .phone_box{
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -131px;
  margin-top: 62px;
  width: 260px;
  height: 386px;
  overflow: hidden;
  float:left; 
}
.examples-section .example_box .phone_bg .phone_box ul {position:absolute; list-style: none; margin: 0; padding: 0;}
.examples-section .example_box .phone_bg .phone_box ul li {float:left; width:260px;}
.examples-section .example_box .phone_bg .phone_box.weibo_contents{

}
.examples-section .example_box .phone_bg .phone_box.weixin_contents{
  display: none;
}
.examples-section .example_box .phone_bg .phone_box.meipai_contents{
  display: none;
}
.examples-section .example_box .phone_guide {
  position: relative;
  z-index: 6;
}
.examples-section .example_box .phone_guide .guide_1{
  position: absolute;
  left: 50%;
  margin-left: -134px;
  margin-top: 198px;
}
.examples-section .example_box .phone_guide .guide_2-1{
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: 294px;
  display: none;
}
.examples-section .example_box .phone_guide .guide_2-2{
  position: absolute;
  left: 50%;
  margin-left: 120px;
  margin-top: 260px;
  display: none;
}
.examples-section .example_box .phone_guide .guide_2-3{
  position: absolute;
  left: 50%;
  margin-left: 140px;
  margin-top: 235px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #89919c;
  font-size: 12px;
  color: white;
  display: none;
}
.examples-section .example_box .bottom_bg{
  position: absolute;
  top: 448px;
  width: 100%;
  height: 252px;
  background-color: white;
  border-top: 1px solid #e7e7e7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
}
.examples-section .example_box .bottom_bg #left_btn{
  background: url("/welcome/img/zh/btn_arrow.png") no-repeat -50px -100px;
  /*background: url("../img/zh/btn_arrow.png") no-repeat -50px -100px;*/
  width: 48px;
  height: 92px;
  margin-top: 80px;
  margin-left: calc(50% - 24px);
  cursor: pointer;
}
.examples-section .example_box .bottom_bg #right_btn {
  background: url("/welcome/img/zh/btn_arrow.png") no-repeat -50px 0;
  /*background: url("../img/zh/btn_arrow.png") no-repeat -50px 0;*/
  width: 48px;
  height: 92px;
  margin-top: 80px;
  margin-left: calc(50% - 24px);
  cursor: pointer;
}
.examples-section .example_box .bottom_bg #left_btn:hover{
  background: url("/welcome/img/zh/btn_arrow.png") no-repeat 0 -100px;
  /*background: url("../img/zh/btn_arrow.png") no-repeat 0 -100px;*/
}
.examples-section .example_box .bottom_bg #right_btn:hover {
  background: url("/welcome/img/zh/btn_arrow.png") no-repeat 0 0;
  /*background: url("../img/zh/btn_arrow.png") no-repeat 0 0;*/
}
.examples-section .example_box .bottom_bg .copy {
  padding-top: 64px; 
}
.examples-section .example_box .bottom_bg .copy h3 {
  font-size: 26px;
  color: #141f38;
}
.examples-section .example_box .bottom_bg .copy p {
  font-size: 20px;
  color: #6e7488;
}
.examples-section .example_box .bottom_bg .copy #c2,
.examples-section .example_box .bottom_bg .copy #c3,
.examples-section .example_box .bottom_bg .copy #c4 {
  display: none;
}

.examples-section .m_tabbar {
  width: 270px;
  height: 60px;
  background-color: rgba(255,255,255,.3);
  border-radius: 28px;
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.examples-section .m_tabbar #m_tabbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 60px;
  background-color: rgba(255,255,255,1);
  border-radius: 28px;
  z-index: -1;
}
.examples-section .m_tabbar li{
  float: left;
  width: 90px;
  height: 60px;
  border-radius: 28px;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
  color: #9195a5;
  cursor: pointer;
}
.examples-section .m_tabbar li div {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.examples-section .m_tabbar li span {
  vertical-align: middle;
}
.examples-section .m_tabbar li .icon_weibo{
  background: url("/welcome/img/zh/market_icon_m.png") no-repeat 0 0;
  /*background: url("../img/zh/market_icon_m.png") no-repeat 0 0;*/
}
.examples-section .m_tabbar li .icon_weixin{
  background: url("/welcome/img/zh/market_icon_m.png") no-repeat 0 -28px;
  /*background: url("../img/zh/market_icon_m.png") no-repeat 0 -28px;*/
}
.examples-section .m_tabbar li .icon_meipai{
  background: url("/welcome/img/zh/market_icon_m.png") no-repeat 0 -56px;
  /*background: url("../img/zh/market_icon_m.png") no-repeat 0 -56px;*/
}
.examples-section .m_tabbar li.active .icon_weibo{
  background: url("/welcome/img/zh/market_icon_m.png") no-repeat -28px 0;
  /*background: url("../img/zh/market_icon_m.png") no-repeat -28px 0;*/
}
.examples-section .m_tabbar li.active .icon_weixin{
  background: url("/welcome/img/zh/market_icon_m.png") no-repeat -28px -28px;
  /*background: url("../img/zh/market_icon_m.png") no-repeat -28px -28px;*/
}
.examples-section .m_tabbar li.active .icon_meipai{
  background: url("/welcome/img/zh/market_icon_m.png") no-repeat -28px -56px;
  /*background: url("../img/zh/market_icon_m.png") no-repeat -28px -56px;*/
}
.examples-section .m_tabbar li.active{
  color: #202328;
}
.m_weixin_contents {
  display: none;
}
.m_meipai_contents {
  display: none;
}

.benefit-section {
  padding: 120px 0;
  background-color: #f9ecee;
  position: relative;
  z-index: 999;
}
.benefit-section h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  color: rgba(255, 96, 118, 0.5);
  text-align: right;
  margin: 0 0 120px 0;
}
.benefit-section .box{
  background-color: #FFFFFF;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 30px;
  margin-bottom: 120px;
  height: 900px;
}
.benefit-section h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px;
  color: #4b46a4;
  margin: 0;
  padding: 40px 0 10px;
}
.benefit-section .copy {
  text-align: left;
  padding: 0 0 50px 0; 
  min-height: 300px;
}
.benefit-section .bar {
  display: block;
  width: 20px;
  height: 3px;
  background: #7771e2;
  margin-bottom: 10px;
}
.benefit-section h4 {
  font-size: 20px;
  line-height: 32px;
  color: #141f38;
}
.benefit-section p {
  font-size: 16px;
  line-height: 30px;
  color: #6e7488;
}

.contact-section{
  padding: 240px 0;
  color: white;
  background: #4b46a4;
  position: relative;
  z-index: 999;
}
.contact-section h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px;
}
.contact-section p {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-form{

}
.contact-form input{
  font-family: 'Montserrat', sans-serif !important;
  width: 100%;
  height: 50px;
  padding: 12px;
  border-radius: 5px;
  border:0;
  margin-bottom: 20px;
  background: #39368f;
  color: #fff;
}
.contact-form textarea{
  font-family: 'Montserrat', sans-serif !important;
  width: 100%;
  border-radius: 5px;
  border:0;
  margin-bottom: 35px;
  background: #39368f;
  padding: 12px;
  color: #fff;
  resize: none;
}
input:focus, textarea:focus{
  outline: 0;
}
.contact-form .btn-message{
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  background: #ff6076;
}
.contact-form .btn-message:hover,
.contact-form .btn-message:focus {
  outline: none;
  background: #f45067;
}
.contact-form .btn-message:active {
  outline: none;
  background: #e4495f;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

footer {
  background: #39368f;
  padding: 40px 0;
  position: relative;
  z-index: 999;
}
footer p {
  font-family: 'Montserrat', sans-serif !important;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

footer-conversion-cn p {
  font-family: 'Montserrat', sans-serif !important;
  margin: 0;
}

footer-conversion-cn p a:hover,a:focus  {
  text-decoration: none;
  color: blue;
}

.btn.btn-toggle{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 6px;
  background-color: #3d3891;
  font-size: 10px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.btn.btn-toggle.active{
  color: #FFFFFF;
  background-color: #635cdc;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
  outline-offset: -2px;
}

@media (max-width: 1200px) {
  .benefit-section .box {
    height: 800px;
  }
  .benefit-section .copy {
    min-height: 240px;
  }
  .benefit-section h4 {
    font-size: 16px;
    line-height: 24px;
    color: #141f38;
  }
  .benefit-section p {
    font-size: 12px;
    line-height: 22px;
    color: #6e7488;
  }

  .examples-section .tabbar {
    width: 870px;
    height: 70px;
    border-radius: 35px;
  }
  .examples-section .tabbar #tabbg {
    height: 70px;
    border-radius: 35px;
  }
  .examples-section .tabbar li{
    width: 290px;
    height: 70px;
    border-radius: 35px;
    font-size: 20px;
    padding-top: 14px;
  }
}

@media (max-width: 991px) {
  
  .process-section p {
    text-align: center;
  }

  .examples-section {
    padding: 60px 0 100px 0;
    text-align: center;
  }
  .examples-section .box{
    height: 500px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
  }
  .examples-section .box_bg{
    position: absolute;
    z-index: -1;
    top: 50px;
    width: 100%;
    height: 450px;
    background-color: #FFFFFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }
  .examples-section img {
    width: 338px;
  }
  .examples-section h2 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .examples-section h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 35px;
    border-top: 1px solid #e7e7e7;
  }
  .examples-section p {
    font-size: 16px;
    line-height: 20px;
  }

  .benefit-section {
    padding: 40px 0 100px 0;
  }
  .benefit-section .box{
    height: 450px;
    padding: 60px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .benefit-section img {
    width: 180px;
  }
  .benefit-section h2 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .benefit-section h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
  }
  .benefit-section p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .intro-box{
    position: relative;
    height: 480px;
  }
  .intro .intro-body .intro-box .and img{
    height: 360px;
  }
  .intro .intro-body .intro-box .brand-heading {
    font-size: 72px;
    line-height: 1.2;
    top: 90px;
  }
  .intro .intro-body .intro-box .intro-text {
    font-size: 20px;
    top: 320px;
  }
  .intro .intro-body .intro-box .intro-btn {
    top: 420px;
  }
  .intro .intro-body .intro-box .intro-btn .btn-join {
    font-size: 20px;
    padding: 6px 40px;
  }
  
  .process-section {
    padding: 40px 0;
  }
  .process-section h2 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .process-section h3 {
    font-size: 22px;
  }
  .process-section img {
    width: 240px;
  }
  .process-section .copy {
    padding: 0 30px 0 30px;
    text-align: center;
  }
  .process-section p {
    font-size: 16px;
  }

  .contact-section {
    padding: 40px 0;
  }
  .contact-section h2 {
    font-size: 16px;
  }
  .contact-form .btn-message{
    width: 160px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 40px;
  }
  
  footer {
    padding: 30px 0;
    font-size: 12px;
  }

}

@media (max-width:767px) {

  .header.bg-header {
    height:100px;
  }
  .header.bg-header .pull-left .header-inner,
  .header.bg-header .pull-right .header-inner {
    line-height:100px;
  }
  .header .pull-left img {
    width: 80px;
  } 
  .header-inner .btn-group{
    padding-left: 15px;
  }
  .header .pull-right a {
    font-size: 12px;
    padding-right: 0px;
  }
  .header .pull-right button{
    width: 70px;
    height: 26px;
    font-size: 12px;
    line-height: 1;
  }
  .visible-xs {
    display: inline-block!important;
  }

  .intro-box{
    position: relative;
    height: 320px;
  }
  .intro .intro-body .intro-box .and img{
    height: 240px;
  }
  .intro .intro-body .intro-box .brand-heading {
    font-size: 42px;
    line-height: 1.1;
    top: 60px;
  }
  .intro .intro-body .intro-box .intro-text {
    font-size: 16px;
    top: 180px;
  }
  .intro .intro-body .intro-box .intro-btn {
    top: 260px;
  }
  .intro .intro-body .intro-box .intro-btn .btn-join {
    font-size: 16px;
    padding: 6px 40px;
  }

  .process-section {
    padding: 40px 0;
  }
  .process-section h2 {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .process-section h3 {
    font-size: 18px;
  }
  .process-section img {
    width: 180px;
  }
  .process-section .copy {
    padding: 0 30px 0 30px;
    text-align: center;
  }
  .process-section p {
    font-size: 14px;
  }

  .examples-section {
    padding: 40px 0 100px 0;
  }
  .examples-section .box{
    height: 390px;
    padding: 0;
  }
  .examples-section .box_bg{
    position: absolute;
    z-index: -1;
    top: 35px;
    width: 100%;
    height: 355px;
    background-color: #FFFFFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }
  .examples-section img {
    width: 226px;
  }
  .examples-section h2 {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .examples-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
  }
  .examples-section p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
  }

  .benefit-section {
    padding: 40px 0 100px 0;
  }
  .benefit-section .box{
    height: 350px;
    padding: 25px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .benefit-section img {
    width: 140px;
  }
  .benefit-section h2 {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .benefit-section h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
  }
  .benefit-section p {
    font-size: 14px;
    line-height: 20px;
  }

  .btn.btn-toggle{
    padding: 2px 4px;
    font-size: 9px;
  }

}

.glide {
  position: relative;
  width: 100%;
  height: 100%;
}
.glide__wrapper {
  overflow: hidden;
}
.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
}
.glide__track.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__arrow {
  cursor: pointer;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  list-style: none;
}
.glide--horizontal .glide__bullets {
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  text-align: center;
}
.glide__bullets > * {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 6px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
.glide--horizontal .glide__bullets > * {
  margin: 0 5px;
}
.glide__bullets > *.active {
  width: 28px;
  background-color: #7871e3;
}
.glide__bullets > *:focus {
  outline: none;
}
.glide__bullets > *:hover,
.glide__bullets > *:focus {
  border: 0;
  background-color: rgba(0, 0, 0, 0.5);
}


@-webkit-keyframes mouseScroll {
  0% {
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    opacity:.25
  }
  100% {
    -webkit-transform:translateY(10px);
    transform:translateY(10px);
    opacity:.75
  }
}
@keyframes movement {
  0% {
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    opacity:.25
  }
  100% {
    -webkit-transform:translateY(10px);
    transform:translateY(10px);
    opacity: .75
  }
}

@keyframes mobileScroll {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(10px) translateY(10px);
    transform: translateX(10px) translateY(10px);
  }
}

.conversion-bg{
  background-color: #f9f9f9 !important;
}
.conversion{
    width: 100%;
    height: 100%;
    margin: auto;
}
.conversion-body{
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.conversion-box{
    display: table-row;
}
.conversion-box .row{
    display: table-cell;
    vertical-align: middle;
}

