@root: solution;
@menu-header-color: #65697F;
/**
 *分行业和分角色的6个解决方案页面的适配方案
 *分类  0 ~ 319，320~413， 414~768，768~992，992~1024，1024~ +∞
 *掺杂了bootstrap的xs，md，lg，sm以及手写 的media（引入rem不太方便）
 *Todo:每个block一个样式文件
 *Todo:每个block都有独立的前缀，避免样式之间的互相引用和影响
 *Todo:如何适配各类分辨率
*/
.scrolable-nav {
  overflow: auto;
  @media (min-width: 319px) and (max-width: 414px) {
    max-height: 450px;
  }
}
.@{root}-active {
  color: #FC5F3A!important;
}
.responsive-padding {
  @media (min-width: 319px) and (max-width: 413px) {
    margin-left: 55px!important;
  }
  @media (min-width: 100px) and (max-width: 318px) {
    margin-left: 55px!important;
  }
  @media (min-width: 414px) and (max-width: 768px) {
    margin-left: 66px!important;
  }
}
.menu-list {
    .value {
      font-size: 16px;
      color: #383963;
      cursor: pointer;
      &:hover {
        color: #FC5F3A;
      }
    }
    .item {
      &:hover {
        color: #FC5F3A;
      }
    }
}
.menu-item {
  white-space: nowrap;
}
.gio-container {
  max-width: 1024px; 
}
.header-wrapper {
  .solution-header.header {
      background-image: none!important;
      padding-top: 142px!important;
      background-image: -webkit-linear-gradient(30deg, #ebc360, #fc5f3a)!important;
      background-image: -o-linear-gradient(30deg, #ebc360, #fc5f3a)!important;
      background-image: linear-gradient(120deg, #ebc360, #fc5f3a)!important;
      min-height: auto;
      .img {
        height: auto;
        margin-top: -23px;
        max-width: 355px;
        @media (max-width: 1024px) {
          margin-top: 11px;
          width: 84%;
          text-align: center;
        }
      }
      
    }
}
.navbar .container.solution .navbar-collapse .nav {
  @media (max-width: 991px){
    border: none;
  }
}
.navbar .container.solution  .navbar-collapse .nav li {
  @media (max-width: 991px){
    margin: 0px;
  }
}
.header-wrapper .container.solution .panel, .header .panel{
  @media (max-width: 991px){
    border-bottom: 1px solid #eee;
    box-shadow: none;
  }
  .panel-heading {
    @media (max-width: 991px){
      padding: 10px 0px;
      margin-top: 0px;
      height: 37px;
      padding-left: 20%;
    }
  }
  .panel-collapse .panel-body {
    @media (max-width: 991px){
      padding-top: 10px;
      padding-bottom: 15px;
      padding-left: 20%;
      background-color: #f8f8f8;
    }
    .menu-item{
      @media (max-width: 991px){
        padding-left: 15px;
        border: none;
        margin: 0px !important;
        height: 44px;

        div {
          height: 44px;
          line-height: 44px;
        }
      }
    }
  }

}
.header-wrapper,.header {
  .visible-xs.navbar-nav {
    .panel-body .menu-item {
      margin: 15px 0!important;
      color: #65697F;
      @media (max-width: 414px) and (max-width: 768px) {
        margin: 23px 0!important;
      }
    }
    .panel-body .menu-item-title {
      color: #191140;
    }
  }
  .panel-body {
    background-color: #f8f8f8;
    @media (min-width: 768px) and (max-width:1102px) {

      background-color: #fff;
    } 
  }
  .panel {
    background-color: #f8f8f8;
    @media (min-width: 768px) and (max-width:1102px) {

      background-color: #fff;
    }
  }
  @media (max-width: 1024px) {
    max-height: 990px;
  }
  .navbar .container .navbar-nav.menu-xs .panel .menu-item.menu-item-title {
    color: #191140!important;
  }
  .navbar .container .navbar-nav.menu-xs .panel .menu-item {
    color: #65697F!important;
    padding-left: 15px;
    border: none;
    margin: 0px !important;
    height: 44px;
  }
  .navbar .container .navbar-nav.menu-xs .menu-item {
    margin-top: 12px;
    color: #191140!important;
    @media (max-width: 991px) {
      font-size: 14px;
    }
    span {
        @media (max-width: 991px) {
          font-size: 14px;
        }
    }
    span.is-new {
      color: #fc5f3a;
    }

  }

  .panel-body {
    padding: 0;
    .menu-item {
      padding-left: 19%;
    }
    @media (min-width: 319px) and (max-width: 413px) {
      margin-top: 0px;
    }

    @media (min-width: 414px) and (max-width: 1102px) {
      margin-top: 0px;
    }
  }
  .triangle-facing {  
      border-right: 4px solid;
      border-bottom: 4px solid;
      width: 18px;
      height: 18px;
      transform: rotate(45deg) translate(0, -2px);
      color: #FC5F3A;
      z-index: 9998;
      cursor: pointer;
      border-radius: 4px;
      display: inline-block;
      margin-left: 20px;
      @media (min-width: 319px) and (max-width: 413px) {
        width: 14px;
        height: 14px;
      }
  }
  a[aria-expanded="true"] {
      .triangle-facing {
        transform: rotate(-135deg) translate(0, -2px);
    }
  }
  //复写pannel-group的样式
  .panel-default > .panel-heading {
    color: #191140;
    border-color: #CDCDCD;
    text-align: left;
    padding-left: 20%;
    font-size: 36px;
    height: 31px;
    line-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
      margin-top: 0px;
      height: 37px;
    @media (min-width: 769px) {
      padding-left: 19%;
    }
    .panel-title {
      font-size: 36px;
      @media (max-width: 991px) {
        margin-bottom: 0;
        font-size: 16px;
        margin-top: 0px;
      }
    }
    .panel-body {
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #ddd;
    }
  }
  .menu-item-title {
    font-size: 22px!important;
    color: #191140!important;
      @media (min-width: 319px) and (max-width: 414px) {
        font-size: 18px!important;
      }
  }
  .bottom-line {
    border-bottom: 1px solid #ddd;
    padding-bottom: 51px;
  }
  .menu-item {
    @media (max-width: 1102px) {
      text-align: left!important;
    }
    padding-left: 18%;
    color: #65697F;
    &.growth-conference-new {
      position: relative;
      i {
        color: #fff;
        font-style: normal;
        position: absolute;
        right: -34px;
        top: 4px;
        font-size: 12px;
        display: inline-block;
        width: 40px;
        height: 20px;
        text-align: center;
        line-height: 22px;
        background: #73699f;
        border-radius: 4px;
        cursor: pointer;
      }
    }
  }
  .panel-default {
    border-color: none;
  }
  .panel-group .panel+.panel {
    margin-top: 0px;
  }
  .panel-default>.panel-heading {
    background-color: #f8f8f8;
  }
  .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
  }
  .panel {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #eee !important;
    box-shadow: none;
    border-radius: none;
  }
  .panel-collapse {
    background-color: #f8f8f8;
  }
  .container {
    // background-image: url(../../../vassets/images/home_v3/solution/header.png)!important;
    background-repeat: no-repeat;
    background-position: bottom right;
    // background-size: contain;
  }
  .btn-login {
    margin-left: 0px!important;
    margin-top: 0px;
  }
  .title {
    color: #F8F8F8;
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 60px;
    @media (max-width: 1024px) {
      text-align: center;
      font-size: 24px;
    }
    @media (min-width: 320px) and (max-width: 413px) {
      font-size: 22px;
    }
    @media (min-width: 414px) and (max-width: 1102px) {
      font-size: 35px;
    }
  }
  form.register {
    text-align: center;
    margin-top: 54px;
    @media (max-width: 1024px) {
      text-align: center;
    }
  }
  .solution-header form.register {
    text-align: left;
    margin-left: -14px;
    @media (max-width : 1024px) {
      text-align: center;
      margin-left: 0;
    }
  }
  .subtitle  {
    height: 33px;
    width: 563px;
    color: #F8F8F8;
    font-size: 22px;
    // font-weight: 500;
    line-height: 33px;
    margin-top: 20px;
    @media (max-width: 1024px) {
      font-size: 13px;
      width: auto;
      text-align: center;
    }
    @media (min-width: 320px) and (max-width: 413px) {
      font-size: 12px;
    }
    @media (min-width: 414px) and (max-width: 1102px) {
      font-size: 17px;
    }
  }
  &-btn {
    border-radius: 82px!important;
    padding: 13px 70px;
    width: auto!important;
    line-height: 20px!important;
    height: 50px!important;
  }
}
.solution-header.header {
  // max-height: 560px;
}
.@{root} {
  .solution-img {
    // width: 185px;
    // height: 96px;
    img {
    }
  }
  .title1 {
    margin-bottom: 16px;
    text-align: center;
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #191140;
    @media (max-width: 768px) {
      font-size: 21px;
    }
  }
  .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 3px solid #FC5F3A;
    text-align: center;
    line-height: 37px;
    font-size: 30px;
    color: #FC5F3A;
    margin-bottom: 30px;
    @media (max-width: 768px) {
      margin-bottom: 52px
    }
  }
  .title3 {
    margin-top: 42px;
    color: #191140;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
  }
  .detail3 {
    margin-top: 27px;
    color: #65697F;
    font-size: 16px;
    line-height: 32px;
    height: auto;
  }
}

.@{root} {
  &-dropdown {
    padding-left: 15px;
    .dropdown-menu {
      // display: block!important;
      width: auto!important;
    }
    .menu-item {
      width: 100%!important;
      height: 42px!important;
      padding-left: 49px!important;
      color: #191140!important;
      font-size: 16px!important;
      text-align: left!important;
      padding-top: 10px!important;
      &:hover {
        color: #FC5F3A!important;
      }
    }
    .menu-header {
      font-size: 18px!important;
      font-weight: 500;
      width: 108px!important;
      color: #191140!important;
      padding-left: 49px!important;
      text-align: left;
    }
    .menu-list {
      width: 244px!important;
      font-size: 16px;
      text-align: left!important;
      padding-left: 49px;
      vertical-align: middle;
      &.resource-center-menu-list {
        width: 170px!important;
      }
      &.about-us-menu-list {
        width: 170px!important;
      }
      &.right {
        border-left: 1px solid #e1e2e4;
      }
      .item {
        margin: 21px 0px;
        .value {
          display: inline-block;
          padding-right: 6px;
          color: #65697f;
        }
        .is-new {
          font-weight: 100;
          font-size: 16px;
          color: #fc5f3a !important;
          position: relative;
          top: -1px;
          left: -5px;
        }
        &:hover {
          color: #FC5F3A;
          .value {
            color: #FC5F3A;
          }
          .triangle-facing-right {
            display: inline-block;
          }
          .line {
            display: inline-block;
          }
        }
        .triangle-facing-right {  
          display: none;
          border-right: 1px solid;
          border-bottom: 1px solid;
          width: 7px;
          height: 7px;
          transform: rotate(-45deg) translate(0, -2px);
          margin-left: -9px;
          color: #FC5F3A;
        }
        .line {
          display: none;
          border-top: 1px solid #FC5F3A;
          vertical-align: middle;
          width: 10px;
        }
      }
    }
  }
}

.@{root}-challenge {
  background-color: #FAFAFA;
  padding-top: 65px;
  padding-bottom: 106px;
  .detail {
    max-width: 733px;
    color: #65697F;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    @media (max-width: 768px) {
      font-size: 14px;
      padding: 0 20px;
    }
  }
}

.@{root}-FAQ {
  background-color: #fff;
  padding-top: 120px;
  .container {
    margin-top: 82px;
    @media (min-width: 768px) {
      margin-top: 0px;
    }
  }
  .text {
    @media (min-width: 1024px) {
    }
  }
  .detail3 {
    margin-top: 24px;
  }
  .title3 {
    margin-top: 6px;
  }
  @media (max-width: 1024px) {
    padding-top: 82px;
    font-size: 14px;
    padding: 0 20px;
  }
  .text {
    @media (max-width: 1024px) {
      text-align: center;
    }
  }

  .title1 {
    margin-bottom: 104px;
    @media (max-width: 1024px) {
      margin-bottom: 30px;
    }
  }
  .row {
    margin-bottom: 103px;
    @media (max-width: 1024px) {
      margin-bottom: 30px;
    }
  }
  .img {
    max-width: 647px;
    // text-align: right;
    img{
      width: 100%;
      // max-width: 450px;
      height: auto;
    } 
  }
}

  .@{root}-FAQ.visible-xs {
    .img {
      text-align: center!important;
    }
  }
.@{root}-register {
  width: 100%;
  padding-bottom: 110px;
  position: relative;
  left: 0;
  top: -20px;

  .detail3 {
    height: 0;
  }
  .container {
    border-top: solid #DCDCDC 1px;
    border-bottom: solid #DCDCDC 1px;
    height: 220px;
    @media (max-width: 768px) {
      height: auto;
      padding-bottom: 94px;
    }
  }
  .title {
    @media (max-width: 768px) {
      font-size: 24px;
    }
  }
  .row {
    margin-top: 48px;
  }
  .button {
    height: 100%;
    margin-top: 35px;
    @media (min-width: 320px) and (max-width: 768px) {
      margin-top: 52px;
    }
    button {
      border-radius: 82px;
      background: linear-gradient(222.18deg, #FFBC55 0%, #FC603B 100%);
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      padding: 12px 52px!important;
      line-height: 19px;
      width: auto!important;
    }
  }
}

.@{root} {
  .client-testimony {
    margin: 0 auto;
    max-width: 1126px;
    position: relative;
    top: -58px;
    left: 0;
    .detail3 {
      position: relative;
      display: table;
      height: 128px;
      .middle {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
      }
    }
    .swiper-wrapper {
      padding-bottom: 100px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 105px;
    }
    .swiper-container {
      .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
      }
      .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #FC5F3A;
      }
    }
    .swiper-slide {
      width: 58%;
      height: 475px;
      .slide {
        width: 100%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        height: 400px;
        position: relative;
        left: 0;
        top: 0;
        border-radius: 8px;
        background-color: #FFFFFF;
        box-shadow: 0 10px 16px 0 rgba(101,105,127,0.1);
      }
    }

    .triangle-facing-right {  
      border-right: 4px solid;
      border-bottom: 4px solid;
      width: 22px;
      height: 22px;
      transform: rotate(-225deg) translate(0, -2px);
      color: #979797;
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -89px;
      z-index: 9998;
      cursor: pointer;
      border-radius: 4px;
    }

    .triangle-facing-left {  
      border-right: 4px solid;
      border-bottom: 4px solid;
      width: 22px;
      height: 22px;
      transform: rotate(-45deg) translate(0, -2px);
      margin-left: -9px;
      color: #979797;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -89px;
      z-index: 9998;
      cursor: pointer;
      border-radius: 4px;
    }
    .content {
      width: 71%;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 64px;
      position: relative;
      left: 0;
      right: 0;
      border-bottom: #DCDCDC 1px solid;
      .quote-left {
        position: absolute;
        top: -48px;
        left: 0;
        width: 68px;
        height: 84px;
        img {
          width: 100%;
          height: auto;
        }
      }
      .quote-right {
        width: 50px;
        height: 63px;
        float: right;
        img {
          width: 100%;
          height: auto;
        }
      }
    }
    .footer {
      background-color: #fff;
      width: 71%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 50px;
      .god {
        width: 40px;
        height: 40px;
        display: inline-block;
        img {
          max-width: 100%;
          height: auto;
        }
      }
      .identity {
        height: 40px;
        color: #383963;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        padding-left: 11px;
        @media (min-width: 320px) and (max-width: 413px) {
          padding-left: 0px;
        }
      }
      .organization {
        float: right;
        width: 114px;
        height: 60px;
        margin-top: -10px;
        img {
          width: 100%;
          height: auto;
        }
      }
    }
  }
  #client-testimony-pc {
    height: 477px;
    .swiper-slide-active, .swiper-slide-prev, .swiper-slide-next {
      opacity: 1!important;
    }
    .swiper-slide-active {
      .content, .footer {
        display: block;
      }
    }
    .swiper-slide {
      opacity: 0;
    }
    .content, .footer {
      display: none;
    }
  }
  #client-testimony-mobile {
    width: 95%;
    // height: 499px;
    height: 541px;
    margin-bottom: 144px;
    .swiper-container-horizontal > .swiper-pagination-bullets, .solution .client-testimony .swiper-pagination-custom, .solution .client-testimony .swiper-pagination-fraction {
      bottom: -2px;
    }
    .detail3 {
      height: 280px;
      margin-bottom: 12px;
      margin-top: 0;
    }
    .content {
      height: 85%;
    }
    .swiper-slide {
      width: 100%;
      height: 599px;
      .slide {
        width: 95%;
        height: 610px;
      }
    }
    .content {
      padding-top: 32px;
      padding-bottom: 34px;
      .quote-right {
        position: relative;
        top: -37px;
      }
    }
    .footer {
      position: relative;
      text-align: center;
      width: 100%;
      .organization{
        float: right;
        width: 80px;
        height: auto;
        margin-top: 0;
        right: -43px;
        position: relative;
        @media (min-width: 320px) and (max-width: 413px) {
          float: right;
          width: 80px;
          height: auto;
          // margin-top: -43px;
          right: -19px;
          position: relative;
          height: 42px;
          overflow: hidden;
        }
      }
      .identity {
        // width: 80px;
        text-align: left;
        display: inline-block;
        @media (min-width: 320px) and (max-width: 413px) {
          // max-width: 84px;
        }
      }
    } 
  }
}

.@{root} {
  .h1 {
    font-weight: 500!important;
    font-size: 36px!important;
    color: #191140!important;
    @media (max-width: 768px) {
      font-size: 17px!important;
      line-height: 17px!important;
    }
  }
  .text1 {
    color: #65697F;
    font-size: 24px;
    text-align: center;
    @media (max-width: 768px) {
      font-size: 16px!important;
      margin-top: 20px!important;
    }
  }
  .index-customer-list {
    padding-top: 80px;
  }
}
.@{root} {
  .solution-left {
    // width: 563px;
    display: inline-block;
    @media (max-width: 1024px) {
      width: 100%;
    }
  }
  .solution-right {
    display: inline-block;
    float: right;
    @media (max-width: 1024px) {
      margin-left: 50%;
      transform: translate(-50%,0);
      float: none;
    }
  }
  &-header {
    .btn-login .gio-btn {
      @media  (max-width: 1120px) and (min-width: 1103px) {
        width: 60px!important;
      }
    }
  }
}

.@{root} {
  @media (min-width: 768px) {
    .col-sm-2-5, .col-md-2-5, .col-lg-2-5 {
      width: 20%;
    }
    .col-sm-2-7, .col-md-2-7, .col-lg-2-7 {
      width: 20%;
    }
  }
  .index-customer-list {
    padding-top: 0px;
    margin-bottom: 70px;
  }
}

//global
@media (min-width: 768px) {
  .col-sm-2-5, .col-md-2-5, .col-lg-2-5 {
    width: 20%;
  }
  .col-sm-2-6, .col-md-2-6, .col-lg-2-6 {
    width: 16.66666667%;
  }
  .col-sm-2-7, .col-md-2-7, .col-lg-2-7 {
    width: 20%;
  }
  .col-sm-2-15, .col-md-2-15, .col-lg-2-15 {
    width: 16.66666667%;
  }
}
.page.index .index-customer-list {
  padding-top: 54px;
  margin-bottom: 100px;
}
.solution-header.header {
  overflow: hidden;
}

.electronic-business, .metrics, .newOperation, .channelMonitor, .newRetention, .newConversion{
  .header-wrapper {
    .header {
      padding-top: 132px !important;
    }
    .subtitle {
      height: 70px;
    }
    .solution-header.header {
      .img {
        margin-top: 38px;
        max-width: 464px;
        height: auto;
      }
    }
  }
  .solution {
    .title1 {
      font-size: 28px;
      font-weight: normal;
      margin-bottom: 64px;
    }
    .solution-challenge {
      background-color: #FFFFFF;
      padding: 48px 0 16px;
      .detail {
        max-width: 1180px;
        ul {
          display: flex;
          margin-bottom: 48px;
          li {
            text-align: left;
            display: inline-block;
            float: left;
            width: 500px;
            .left {
              margin-right: 23px;
              float: left;
              display: inline-block;
              img {
                max-width: 72px;
                height: auto;
              }
            }
            &:last-child {
              margin-left: 180px;
            }
            .right {
              width: 400px;
              display: inline-block;
              h5 {
                color: #191140;
                font-size: 20px;
                font-weight: 400;
              }
              p {
                color: #65697F;
                font-size: 14px;
                line-height: 24px;
              }
            }
          }
        }
      }
    }
    .solution-behavior-process {
      background-color: #F9F9F9;
      padding-top: 48px;
      .title1 {
        line-height: normal;
        .title1-desc {
          color: #52556C;
          font-size: 16px;
          text-align: center;
          margin-top: 16px;
          margin-bottom: 0;
        }
      }
      #carousel-example-generic {
        width: 1180px;
        text-align: center;
        margin: 325px auto 0;
        padding: 0 0 64px;
        .carousel-indicators {
          width: 100% !important;
          margin-top: 300px;
          left: 30% !important;
          top: -560px;
          img {
            height: 230px;
            width: auto;
            display: inline-block;
            float: left;
            cursor: pointer;
          }
          .active {
            background: none;
            border: none;
          }
        }
        .carousel-control {
          background-color: #FC5F3A;
          a {
            margin-top: -400px;
          }
        }
        .interval {
          width: 100%;
          height: 16px;
        }
        .carousel-inner {
          .item {
            .content {
              width: 50%;
              float: left;
              text-align: left;
              margin-top: 45px;
              h5 {
                font-size: 24px;
                color: #191140;
                margin-bottom: 25px;
              }
              ul {
                padding-left: 20px;
                li {
                  list-style: disc;
                  font-size: 16px;
                  color: #65697F;
                  padding: 10px 0;
                }
                li::marker {
                  color: #FC5F3A;
                }
              }
            }
            .image {
              width: 50%;
              float: left;
              img {
                height: 350px;
                width: auto;
              }
            }
          }
        }
      }
    }
    .solution-testimony {
      background-color: #F9F9F9;
      padding-top: 48px;
      .title1 {
        margin-bottom: 48px;
      }
      .testimony-img {
        text-align: center;
        img {
          width: 144px;
          height: auto;
        }
      }
      .testimony-text {
        margin: 24px 0 48px;
        p {
          text-align: center;
          color: #65697F;
          font-size: 20px;
          line-height: 35px;
          margin-bottom: 0;
        }
      }
      .testimony-user {
        text-align: center;
        margin-top: 13px;
        img {
          width: 60px;
          height: auto;
        }
        p {
          color: #65697F;
          font-size: 20px;
          margin-top: 16px;
        }
      }
      .index-customer-list {
        margin: 64px auto 0;
        max-width: 1180px;
        padding-bottom: 80px;
        header {
          margin-bottom: 48px;
        }
        h1 {
          color: #190140;
          font-size: 32px !important;
          line-height: 36px;
          text-align: center;
        }
        h2 {
          color: #65697f;
          font-size: 20px;
          line-height: 30px;
          text-align: center;
          margin-top: 20px;
          margin-bottom: 0;
        }
      }
    }
    .solution-FAQ {
      padding-top: 48px;
      .container {
        padding: 0;
        max-width: 1180px;
        margin: 0 auto;
      }
      .title1 {
        margin-bottom: 64px;
      }
      .row {
        width: 100%;
        margin: 0 0 104px;
        .col-md-6 {
          padding: 0;
          .text {
            width: 480px;
            margin-top: 50px;
            ul {
              margin-left: 15px;
              list-style: none;
              display: inline-block;
              li {
                margin-top: 20px!important;
                span {
                  text-indent: -20px;
                  &:before {
                    content: "";
                    display: inline-block;
                    border-radius: 50%;
                    width: 6px;
                    height: 6px;
                    background-color: #FC5F3A;
                    vertical-align: 3px;
                    margin-left: -20px;
                    margin-right: 12px;
                  }
                }
              }
            }
            .title3 {
              font-weight: normal;
              font-size: 24px;
              text-align: left;
            }
          }
          .box-right {
            margin-left: 90px;
          }
          .register {
            float: left;
            .solution-btn-a {
              width: 100%;
              font-size: 16px;
              color: #FC5F3A;
              background: none;
              text-align: left;
            }
            .solution-btn-a:hover {
              color: #DD4A3A;
            }
            .solution-btn-a:focus {
              color: #BA3C3C;
            }
          }
        }
        .col-md-6 {
          width: 570px;
          .img {
            max-width: 570px;
            height: auto;
          }
          &:first-child {
            margin-right: 20px;
          }
        }
      }
    }
    .solution-mobile {
      padding: 24px 0 0;
      .title1 {
        color: #191140;
        font-size: 20px;
        text-align: center;
        margin-bottom: 32px;
        line-height: normal;
      }
      .detail {
        margin-top: 0 !important;
        width: 100%;
        padding: 0px 8%;
        line-height: normal;
        ul {
          margin-bottom: 15px !important;
          display: inline-block;
          li {
            text-align: center;
            width: 100%;
            .top {
              img {
                width: 48px;
                height: 48px;
              }
            }
            .bottom {
              margin-top: 20px;
              h5 {
                color: #191140;
                font-weight: normal;
                font-size: 18px;
                margin-bottom: 12px;
                margin-top: 0;
              }
              p {
                color: #65697F;
                font-size: 14px;
                line-height: 25px;
                text-align: left;
                margin-bottom: 32px !important;
              }
            }
            &:last-child {
              margin-left: 0;
            }
          }
        }
        .testimony-img {
          text-align: center;
          margin-top: 32px !important;
          img {
            width: 100px;
            height: auto;
          }
        }
        .testimony-text {
          margin-top: 24px;
          p {
            text-align: center;
            color: #65697F;
            font-size: 18px;
            line-height: 31px;
            margin-bottom: 0;
            padding: 0 !important;
          }
        }
        .testimony-user {
          text-align: center;
          margin-top: 30px !important;
          img {
            width: 50px;
            height: auto;
          }
          p {
            color: #65697F;
            font-size: 14px;
            margin-top: 12px;
            padding: 0;
          }
        }
      }
      .solution-testimony {
        .index-customer-list {
          margin-top: 80px;
          max-width: 1180px;
          h1 {
            color: #190140;
            font-size: 28px !important;
            text-align: center;
          }
        }
      }
      .index-customer-list {
        margin-top: 50px;
        h1 {
          font-size: 20px !important;
          color: #191140;
          margin: 0;
        }
        .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
          width: 33%;
          padding: 0 8px;
          img {
            margin: 30px 0;
          }
        }
      }
    }
  }
  .solution-behavior-process-mobile {
    padding: 24px 0 0;
    height: 533px;
    background-color: #F8F8F8;
    .title1 {
      font-size: 20px;
      color: #191140;
      line-height: normal;
      margin-bottom: 32px;
    }
    #carousel-example-generic-mobile {
      a.carousel-control {
        background: none;
        opacity: 1;
        text-shadow: none !important;
        span {
          display: inline-block;
          width: 20px;
          height: 20px;
          border-radius: 10px;
          background-color: #FC5F3A;
          line-height: 19px;
          font-size: 30px;
        }
        .glyphicon-chevron-right::before {
          content: "›";
        }
        .glyphicon-chevron-left::before {
          content: "‹";
        }
      }
      .carousel-inner {
        height: 402px;
        .item {
          margin: 0 10%;
          width: 80%;
          .image {
            img {
              width: 100%;
              height: auto;
            }
          }
          .content {
            margin-top: 32px;
            h5 {
              font-size: 16px;
              color: #191140;
              margin-bottom: 16px;
            }
            ul {
              padding-left: 10px;
              li {
                list-style: disc;
                font-size: 14px;
                color: #65697f;
                padding: 5px 0;
              }
              li::marker {
                color: #FC5F3A;
              }
            }
          }
        }
      }
    }
  }
  .visible-xs {
    padding: 0;
    .header {
      .img {
        margin-top: 20px!important;
      }
      .title {
        font-size: 28px;
        line-height: 20px;
        margin-bottom: 26px;
      }
      .subtitle {
        margin: 0 15%;
        font-size: 14px;
        color: #F8F8F8;
        height: auto;
        line-height: 24px;
      }
      .register {
        margin-top: 30px;
        button {
          width: 200px;
          height: 30px;
          font-size: 14px;
          line-height: 14px;
          span {
            display: inline !important;
          }
        }
      }
    }
    .scheme {
      width: 82% !important;
      margin: -24px 9% 0 !important;
      .title1 {
        font-size: 20px;
        margin-bottom: 32px !important;
        line-height: normal;
      }
      .row {
        width: auto;
        margin-bottom: 52px!important;
        .text {
          width: 100% !important;
          .title3 {
            font-size: 18px;
            color: #191140;
            text-align: center;
            margin: 0 0 24px;
            font-weight: normal;
            line-height: normal;
          }
        }
        .details {
          margin: 32px 4% 0;
          ul {
            li {
              list-style: none;
              line-height: 24px;
              font-size: 14px;
              color: #65697F;
              margin-bottom: 20px;
              margin-top: 0;
              span {
                text-indent: -20px;
                &:before {
                  content: "";
                  display: inline-block;
                  border-radius: 50%;
                  width: 6px;
                  height: 6px;
                  background-color: #FC5F3A;
                  vertical-align: 3px;
                  margin-left: -20px;
                  margin-right: 12px;
                }
              }
            }
          }
        }
        .register {
          float: left;
          margin-top: 20px;
          button.solution-btn-a {
            min-width: 200px;
            font-size: 16px;
            color: #FC5F3A;
            background: none;
            text-align: left;
            line-height: normal;
            span {
              display: inline !important;
              margin-left: 10px;
            }
          }
        }
      }
    }
  }
}


.metrics {
  .header-wrapper {
    .solution-header.header {
      .img {
        margin-top: 38px;
        width: 414px;
        height: auto;
      }
    }
  }
  .solution-FAQ{
    background-color: #F9F9F9;
  }
  .solution-testimony{
    background-color: #FFFFFF!important;
  }
  .visible-xs{
    .header {
      .img {
        width: 79% !important;
        margin-right: -27px;
      }
    }
  }
}

.newOperation {
  .header-wrapper {
    .solution-header.header {
      .img {
        margin-top: 21px;
        width: 402px;
        height: auto;
      }
    }
  }
  .solution-FAQ{
    background-color: #F9F9F9;
  }
  .solution-testimony{
    background-color: #FFFFFF!important;
  }
  .visible-xs{
    .header {
      .img {
        width: 78% !important;
        margin-right: -30px;
      }
    }
  }
}

.channelMonitor {
  .header-wrapper {
    .solution-header.header {
      .img {
        margin-top: 30px;
        width: 402px;
        height: auto;
      }
    }
  }
  .solution-FAQ {
    background-color: #F9F9F9;
  }
  .solution-testimony {
    background-color: #FFFFFF !important;
  }
  .visible-xs {
    .header {
      .img {
        width: 78% !important;
        margin-right: -5px;
      }
    }
  }
}

.newRetention {
  .header-wrapper {
    .solution-header.header {
      .img {
        margin-top: 38px;
        width: 410px;
        height: auto;
      }
    }
  }
  .solution-FAQ{
    background-color: #F9F9F9;
  }
  .solution-testimony{
    background-color: #FFFFFF!important;
  }
  .visible-xs{
    .header {
      .img {
        width: 79% !important;
        margin-right: -27px;
      }
    }
  }
}

.newConversion {
  .header-wrapper {
    .solution-header.header {
      .img {
        margin-top: 32px;
        width: 407px;
        height: auto;
      }
    }
  }
  .solution-FAQ{
    background-color: #F9F9F9;
  }
  .solution-testimony{
    background-color: #FFFFFF!important;
  }
  .visible-xs{
    .header {
      .img {
        width: 79% !important;
        margin-right: -27px;
      }
    }
  }
}

