.page-nav ul li:not(:first-child)::before {
    content: "|";
    display: inline-block;
    color: #FFFFFF;
    margin: 0 3px;
  }.page-nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
  }.page-nav ul li:last-child a {
    color: #ffffff;
  }
  .page-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 851px;
    /* padding-top: 200px; */
    z-index: -1;
}.page-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    background: url(templates/website/Modern/assets/img/advantages-banner-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}
.banner-left {
    padding: 0 20px 0 0;
}
.banner-left,
.banner-right {
width: 50%;
}
.banner-left p {
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}
.banner-slogan {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.banner-slogan span {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
}
.banner-right img {
    position: relative;
    left: 20px;
    top: -60px;
}

.banner-content-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
}
.page-content {
    padding: 60px 0 0;
    background: #F5F5F5;
    z-index: 300;
}
  .page-nav {
    position: relative;
  }.page-nav ul {
    justify-content: center;
  }.banner-title {
    max-width: 100%;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 52px;
    font-weight: 300;
    margin: 15px 0 20px 0;
    letter-spacing: -0.025em;
  }

  .about-list  {
    margin-top: -330px;
    position: relative;
    transition: 0.4s all;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-list a {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: #fff;
    margin-bottom: 40px;
    padding: 25px 25px 25px 25px;
    box-shadow: 0px 0px 13px -3px rgba(73, 193, 240, 0.4);
    transition: 0.3s all;
    height: 131px;
    left: 0;
    width: 32%;
  }
  
.about-list a:hover {
    width: 32%;
    height: 170px;
    /* left: -20px; */
    margin-top: -22px;
    margin-bottom: 23px;
    transition: 0.3s all;
  background: rgb(80,100,137);
  background: -moz-linear-gradient(211deg, rgba(80,100,137,1) 0%, rgba(72,193,240,1) 100%);
  background: -webkit-linear-gradient(211deg, rgba(80,100,137,1) 0%, rgba(72,193,240,1) 100%);
  background: linear-gradient(211deg, rgba(80,100,137,1) 0%, rgba(72,193,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#506489",endColorstr="#48c1f0",GradientType=1);
}

  
  .item-img {
    margin-right: 25px;
    width: 65px;
}
  .item-text-wrapper {
    
    width: 100%;
  }
  .item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.025em;
    color: #1D3257;
    max-width: 230px;
    margin-bottom: 5px;
  }
  .about-list a:hover .item-title {
    color: #fff;
  
  }
  .about-list a:hover .item-desc
  {
    height: 44px;
    color: #fff;
  }
  .about-list a:hover{
    width: 32%;
  }

  .item-desc {
    overflow: hidden;
    height: 0;
    transition: 0.3s all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .item-discover {
    font-weight: 500;
    font-size: 14px;
    color: #fff;;
    display: none;
  }
  .about-list .item a:hover .item-discover {
    display: block;
  }
  
  
  

@media (max-width: 1399px) {
  .page-banner-title {
    font-size: 42px;
    line-height: 50px;
    margin: 10px 0 15px 0;
    max-width: 510px;
}.page-text h2 {
  font-size: 22px;
  line-height: 32px;
}.page-text p {
  font-size: 16px;
  line-height: 26px;
}.about-img {
  margin-top: -114px;
  margin-left: 20px;
  max-width: 50%;
}
.page-banner {
  height: 670px;
}.banner-content-wrapper {
  padding-top: 90px;
}.banner-left p {
  font-size: 16px;
  line-height: 32px;
}
.banner-right img {
  left: 0;
  top: 0;
  width: 100%;
}
.about-list{
    margin-top: -230px;
}
}
@media (max-width: 1199px) {
  .page-banner {
    height: 550px;
}
.page-content {
  padding: 40px 0 60px;
}
  .banner-content-wrapper {
    padding-top: 60px;
}
.banner-title {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 15px 0;
}.banner-left p {
  font-size: 14px;
  line-height: 24px;
}
.page-right p {
  font-size: 14px;
  line-height: 24px;
}
.page-right h3 {
  font-size: 22px;
  line-height: 26px;
}
.banner-slogan {
  font-size: 26px;
  line-height: 32px;
}
.banner-slogan span {
  font-size: 32px;
  line-height: 36px;
}
.about-list{
    margin-top: -180px;
}
.about-list a {
    width: 49%;
}
.about-list a:hover {
    width: 49%;
}
.item-img img {
    width: 100%;
}
.item-img {
    margin-right: 11px;
    width: 60px;
}

}
@media (max-width: 991px) {
  .page-banner-title {
    font-size: 34px;
    line-height: 40px;
    max-width: 360px;
}.about-img {
  margin-top: -95px;
  margin-left: 15px;
  max-width: 50%;
}.page-text h2 {
  font-size: 18px;
  line-height: 26px;
}.page-text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.banner-slogan {
  font-size: 22px;
  line-height: 28px;
}.banner-slogan span {
  font-size: 23px;
  line-height: 30px;
}
.about-list{
    margin-top: -160px;
}

}
@media (max-width: 767px) {
  .about-img {
    margin: 10px 0 10px 0;
    max-width: 100%;
}
.banner-content-wrapper {
  flex-wrap: wrap;
}
.banner-left, .banner-right {
  width: 100%;
}
.banner-left {
  padding: 0;
}
.banner-right {
  text-align: center;
}
.banner-right img {
  width: 60%;
}
.page-banner {
  height: 640px;
}
.about-list{
    margin-top: -110px;
    justify-content: center;
}
.about-list a {
    width: 380px;
  }
  .about-list a:hover {
    width: 380px;
}

}
@media (max-width: 575px) {
    .about-list .item {
        justify-content: center;
    }
}