.idea .item {
  margin-bottom: 125px;
  padding: 0 50px;
  border-right: 1px solid #F0F0F0;
}

.idea .item:last-child {
  border-right: 0;
}

.idea .item img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.idea .item h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
}

.idea .item p {
  font-size: 16px;
  color: #999999;
}

.device {
  height: 825px;
  background: url(../images/new/device-bg.png) no-repeat;
  background-size: cover;
}

.device .swiper-wrapper {
  display: flex;
  align-items: center;
}

.device .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  transform: scale(0.8);
  transition: 300ms;
}

.device .swiper-wrapper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: .6;
  transition: 300ms;
}

.device .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.device .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  border: 5px solid white;
  border-radius: 4px;
}

.device .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
  transition: 300ms;
}

.ability {
  position: relative;
  margin-bottom: 150px;
}

.ability::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 525px;
  background-color: #F0F0F0;
}

.ability .main {
  position: relative;
  z-index: 9;
  box-shadow: 0px 0px 16px 0px rgba(83, 83, 83, 0.1);
  background-color: white;
  padding: 30px 40px;
}

.ability .main .swiper-wrapper {
  margin-bottom: 55px;
}

.ability .main .swiper-wrapper .swiper-slide {
  width: 100%;
}

.ability .main .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.ability .main .swiper-pagination {
  bottom: 30px !important;
  left: 50%;
  transform: translateX(50%);
}

.ability .main .swiper-pagination .swiper-pagination-bullet {
  background-color: #CACACA !important;
  border-radius: unset !important;
  margin-right: 10px;
}

.ability .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px !important;
  border-radius: unset !important;
  background-color: #8CCD45 !important;
}

.column {
  position: relative;
  padding: 70px 0;
  z-index: 9;
}

.column h6 {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  color: #999999;
  background: url(../images/new/flash.png) 0 3px no-repeat;
  background-size: 11px 16px;
  margin-bottom: 15px;
}

.column h6.icon-white {
  background: url(../images/new/flash2.png) 0 3px no-repeat;
}

.column h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.column p {
  font-size: 18px;
  color: #999999;
}

.column .more {
  color: #8CCD45;
  margin-top: 30px;
}

.column .font-white {
  color: white !important;
}

#device-swiper1, #device-swiper2 {
  display: none;
}

@media all and (max-width:751px) {
  
  
  .container-fluid.idea>.container>.column{
    padding-bottom: 30px;
  }
  .row.wow.fadeInUp.flexwrap>.col-md-3.item>h4{
    margin-bottom: 15px;
  }
  .flexwrap{
    display: flex;
    flex-wrap: wrap;
  }
  .flexwrap .item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .flexwrap .item h4{
    font-size: 16px
  }
  .idea .item:nth-child(2){
    border: 0;
  }
  
  
  .contain-mid{
    height: 240px;
  }
  #device-swiper2{
    display: block;
    margin-bottom: 20px;
  }
  #device{
    height: 650px;
    background-position: center;
  }
  
  
  .ability .main{
    padding: 12px 12px;
  }
  .contentimg{
    width: 340px;
    height: 560px;
  }
  
  .swiper-container img{
    height: 480px;
  }
  .container-fluid.ability>.column.text-center.wow.fadeInUp{
    padding-bottom: 20px;
  }
}
@media all and (min-width:751px) {
  #device-swiper1{
    display: block;
  }
}
