.case-bream {
  padding: 13px 0;
  background: linear-gradient(to right, #55ba4a, #1ab370);
}

.case-bream .title {
  color: #fff;
  font-size: 28px;
}

.case-details-container {
  padding: 15px 0 0;
}

.article p {
  margin-bottom: 25px;
}

.part-one h2,
.main-title {
  color: #12bc66;
  font-size: 32px;
  line-height: 1.5;
  font-family: 'Raleway-Bold';
  margin-bottom: 10px;
}

.part-one .right {
  margin-left: 30px;
  flex-shrink: 0;
  height: 400px;
}

.part-one .right img{
  height: 100%;
}

.get-started a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  width: fit-content;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  border: 1px solid #12bc66;
  color: #fff;
  transition: all 0.8s;
}

.get-started a:hover {
  background: #fff;
  color: #12bc66;
  border: 1px solid #12bc66;
  transition: all 0.8s;
}

.service {
  background: #F7F7F7;
  padding: 20px 0 20px !important;
}

.ser-item {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #C6C6C6;
  padding: 20px 30px 10px !important;
  text-align: center;
}

.ser-item .icon {
  min-height: 70px;
}

.ser-item .icon img {
  margin: auto;
}

.ser-title {
  font-size: 20px;
  color: #12bc66;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Raleway-Bold';
}

.ser-text {
  line-height: 1.5;
}

.ser-text span {
  font-family: 'Poppins-Medium';
  color: #12bc66;
}

/* service end */

.case-show {
  margin-top: 60px;
}

.case-show-title {
  color: #12bc66;
  font-size: 28px;
  line-height: 1.5;
  font-family: 'Raleway-Bold';
  margin-bottom: 20px;
}

.case-img {
  text-align: center;
  vertical-align: middle;
  border: 2px solid #f3f3f3;
  height: 370px;
  cursor: pointer;
}

.case-img img {
  margin: auto;
}

.show-lists li {
  margin-bottom: 30px;
  text-align: center;
}

.show-lists li p {
  margin-top: 15px;
  color: #12bc66;
  /* font-family: 'Raleway-Bold'; */
}

.case-show .get-started a {
  margin: auto;
}

.custom {
  margin: 60px 0;
  text-align: center;
  color: #fff;
  padding: 50px 0;
  background: #333;
}

.cus-title {
  font-size: 36px;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'Raleway-Bold';
  background: url(/lib/images/case/cus_bg.png) center bottom no-repeat;
}

.cus-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  padding: 15px 20px;
  background: linear-gradient(90deg, rgba(39, 174, 97, 1) 0%, rgba(0, 133, 62, 1) 100%);
}

.cus-btn a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgb(36 206 109) 0%, rgba(0, 133, 62, 1) 100%);
}

.custom-swiper {
  margin: 40px 0 10px;
}

.custom-swiper .item {
  max-width: 890px;
  margin: auto;
  text-align: center;
}

.custom-swiper .item p {
  line-height: 1.7;
  margin-bottom: 30px;
}

.custom-swiper .item p span {
  font-family: 'Poppins-Medium';
  font-size: 18px;
}

.cus-prev::after,
.cus-next::after {
  content: none;
}

.cus-prev {
  transform: rotate(180deg);
}

.cus-prev,
.cus-next {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, rgba(39, 174, 97, 1) 0%, rgba(0, 133, 62, 1) 100%);
}

.cus-prev:hover,
.cus-next:hover {
  background: linear-gradient(90deg, rgb(36 206 109) 0%, rgba(0, 133, 62, 1) 100%);
}


.advantage {
  padding: 0 0 20px;
}

.art-title {
  font-size: 26px;
  color: #12bc66;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Raleway-Bold';
}

.article ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.article ul li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 15px;
}

.article ul li span {
  font-family: 'Poppins-Bold';
}

.related-post {
  padding: 60px 0;
  background: #EDEDED;
}

.related-post .com-container {
  position: relative;
}

.related-next::after,
.related-prev::after {
  content: none;
}

.related-next {
  background: url(/lib/images/case/left.svg )no-repeat center;
  transform: rotate(180deg);
  right: 0px;
}


.related-prev {
  left: 0;
  background: url(/lib/images/case/left.svg )no-repeat center;
}


.related-post-swiper .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-post-swiper .img img {
  width: 467px;
  height: 204px;
  object-fit: cover;
}

.related-post-swiper .desc {
  padding: 30px 20px;
  background: #fff;
  transition: all 1s;
  color: #12bc66;
}

.related-post-swiper .desc h3 {
  font-size: 20px;
  -webkit-line-clamp: 2;
  padding-bottom: 15px;
}

.related-post-swiper .desc .text {
  -webkit-line-clamp: 4;
  margin: 20px 0;
  height: 100px;
  color: #999;
}

.related-post-swiper .desc a {
  justify-content: flex-end;
  color: #222;
}

.related-post-swiper .desc svg {
  margin-left: 10px;
  transition: all 1s;
  display: none;
}

.related-post-swiper .item:hover .desc {
  background: #12bc66;
  color: #fff;
  transition: all 1s;
}

.related-post-swiper .item:hover .desc svg {
  transform: translateX(10px);
  transition: all 1s;
  fill: #fff;
}

.related-post-swiper .item:hover .text {
  color: #fff;
}

.related-post-swiper .item a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {

  .case-details-container {
    padding: 40px 0 0;
  }

  .main-title,
  .cus-title {
    font-size: 24px;
  }

  .part-one {
    flex-direction: column-reverse;
  }

  .part-one .right {
    flex-shrink: initial;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .case-show {
    margin-top: 40px;
  }

  .case-show-title,
  .art-title {
    font-size: 20px;
  }

  .part-one .right img {
    margin: auto;
  }

  .custom {
    margin: 40px 0;
  }

  .custom-swiper .item {
    padding: 0 15px;
  }

  .cus-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }

  .cus-next {
    right: 0;
    width: 40px;
    height: 40px;
  }

  .article ul {
    padding-left: 30px;
  }

  .advantage {
    padding: 0;
  }

  .related-post {
    padding: 40px 0;
  }

  .related-post-swiper .desc h3 {
    font-size: 18px;
  }

  .related-post-swiper .desc .text {
    height: auto;
  }
}