.pro-banner {
  position: relative;
}

.pro-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: #12bc6660;
}

.pro-banner-content h1 {
  font-size: 50px;
  font-family: 'Raleway-Bold';
}

.pro-banner-content .text {
  color: #fff;
  text-align: center;
}

.title-desc {
  /* padding: 60px 0; */
  background: #F7F7F7;
}

.title-desc .article p {
  margin-bottom: 0;
}

.title-desc .com-container {
  /* max-width: 1200px; */
}

.title-desc .title {
  margin-bottom: 30px;
}

.title-desc-content {
  position: relative;
  z-index: 5;
  padding: 40px 30px;
  margin-top: -60px;
  background: #fff;
}


/* service */
.pro-service {
  padding: 60px 0;
  background: #f7f7f7;
}

.pro-service .com-container {
  /* max-width: 1200px; */
}

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

.ser-item {
  height: 100%;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #C6C6C6;
  padding: 40px 30px 20px;
  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.4em;
  margin: 0;
  padding: 0;
  min-height: 60px;
  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';
}

/* service end */

.products-content {
  padding: 50px 0 0;
  background: #fff;
}

.products-tab-content {
  padding-bottom: 60px;
}

.products-tab-list {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.products-tab-list p {
  font-size: 20px;
  color: #404040;
  font-family: 'Poppins-Bold';
}

.products-tab-list .item {
  padding: 10px;
  margin-left: 10px;
  border-radius: 3px;
  width: fit-content;
  white-space: nowrap;
  color: #12bc66;
  border: 2px solid #12bc66;
  background: #fff;
}

.products-tab-list .item.active,
.products-tab-list .item:hover {
  color: #fff;
  border: 2px solid transparent;
  background: linear-gradient(to right, #55ba4a, #1ab370);

}

.products-tab-list .item a:hover,
.products-tab-list .item a:focus {
  color: #fff;
}

.products-tab-list .item.active a:hover,
.products-tab-list .item.active a:focus {
  color: #fff;
}

.products-tab-content .show-lists-row-div .item {
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
}

.products-tab-content .item .desc {
  display: block;
}

.products-tab-content .item .desc a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 35px 8px 20px;
  border-radius: 20px;
  margin: 10px auto 0;
  color: #12bc66;
  background: #fff;
  border: 1px solid #12bc66;
  transition: all 0.5s;
  font-family:'Raleway-Bold' ;
}

.products-tab-content .item .desc a::after {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #12bc66;
  border-right: 2px solid #12bc66;
  content: '';
  transform: rotate(45deg);
}

.products-tab-content .item  .desc a:hover {
  color: #fff;
  background: #12bc66;
  transition: all 0.5s;
}

.products-tab-content .item .desc a:hover::after {
  border-color: #fff;
}


.products-tab-content .pro-img {
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all 1s;
}

.products-tab-content .pro-img img {
  width: auto;
  max-width: 300px;
  margin: auto;
  max-height: 400px;
  object-fit: contain;
  transition: all 1s;
}

.products-tab-content .pro-title {
  height: 23px;
  margin: 10px 0;
  color: #202020;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Raleway-Bold';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.products-tab-content .show-lists-row-div .pro-title {
  height: 62px;
  margin: 0;
  padding: 10px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Raleway-Bold';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  background: none;
}

.products-tab-content .pro-text {
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  color: #666;
  font-size: 14px;
}

.products-tab-content .pro-btn p,
.products-tab-content .pro-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: fit-content;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  color: #fff;
  margin-top: 20px;
  border-radius: 40px;
  border: 1px solid transparent;
  transition: all 1s;
}

.products-tab-content .pro-btn p:hover,
.products-tab-content .pro-btn a:hover {
  background: #fff;
  color: #12bc66;
  border: 1px solid #12bc66;
  transition: all 1s;
}

.products-tab-content .show-lists-row-div .item:hover {
  border-color: #12bc66;
  transition: all 1s;
}

.products-tab-content .item:hover .pro-img img {
  transform: scale(1.15);
  transition: all 1s;
}

.products-tab-content .item:hover .pro-title,
.products-tab-content .show-lists-row-div .item:hover .pro-title {
  color: #12bc66;
}

.products-tab-content .item .pro-btn {
  display: none;
}

.products-tab-content .show-lists-row-div .item {
  margin-bottom: 0;
}

.products-tab-content .show-lists-row-div .item .desc {
  background: #eee;
}


/* products content end */


.advantage {
  padding: 60px 0;
  padding-bottom: 20px;
  background: #f7f7f7;
}

.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';
}

.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 1s;
}

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

/* advantage end */

.feature-cases {
  padding: 60px 0;
}

.feature-cases .title {
  text-align: center;
  margin-bottom: 40px;
}

.feature-cases-lists {
  flex-wrap: wrap;
  justify-content: center;
}

.feature-cases-lists .item {
  flex: 1;
  margin-right: 30px;
  max-width: 400px;
  border: 1px solid #e5e5e5;
  transition: all 1s;
}

.feature-cases-lists .item:last-child {
  margin-right: 0;
}

.feature-cases-lists .img {
  width: 250px;
  height: 250px;
  margin: auto;
  overflow: hidden;
}

.feature-cases-lists .img img {
  padding-top: 20px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-cases-lists .desc {
  padding: 30px;
}

.feature-cases-lists .desc .title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.3;
}

.feature-cases-lists .desc .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}

.feature-cases-lists .desc .more {
  text-align: right;
  margin-top: 20px;
}

.feature-cases-lists .item:hover {
  box-shadow: 0 0px 15px rgb(0 0 0 / 13%);
  transition: all 1s;
}

.feature-cases-lists .desc .more:hover {
  color: #12bc66;
}

.view-all {
  width: fit-content;
  margin: 40px auto 0;
}

.view-all a {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  transition: all 1s;
}

.view-all a:hover {
  background: linear-gradient(to left, #55ba4a, #1ab370);
  transition: all 1s;
}

@media (max-width: 1279px) {
  .service-content>div {
    margin-bottom: 30px;
  }

  .pro-service {
    padding: 60px 0 30px;
  }
}

@media (max-width: 1023px) {
  .title-desc-content {
    margin-top: 0;
  }

  .title-desc {
    padding-top: 50px;
  }

  .pro-banner-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {

  .pro-banner-content h1 {
    font-size: 28px;
  }

  .title-desc {
    padding: 40px 0 0;
  }

  .advantage,
  .feature-cases {
    padding: 40px 0;
  }

  .pro-service {
    padding: 40px 0 10px;
  }

  .products-content {
    padding: 40px 0 0;
  }

  .products-tab-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .products-tab-list p {
    margin-bottom: 20px;
  }

  .products-tab-list ul {
    flex-wrap: wrap;
  }

  .products-tab-list ul li {
    margin-bottom: 10px;
  }

  .products-tab-content .pro-text {
    height: auto;
  }

  .art-title {
    font-size: 22px;
  }

  .feature-cases-lists .item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .feature-cases-lists .desc {
    padding: 30px 20px;
  }

  .view-all {
    margin: auto;
  }

  .feature-cases-lists .desc .title {
    font-size: 20px;
  }

}

#main_content .h2 {
  color: #27ae61;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}