.max_1280{
    max-width: 1280px;
}

.sticky .sticky_btm .overview{
    padding: 1.2rem 0;
} 
.sticky .sticky_btm .overview .swiper .txt{
    margin-bottom: 0.3rem;
}
.sticky .sticky_btm .overview .swiper .txt .h4{
    font-family: 'Medium';
    font-size: 20px;
}
.sticky .sticky_btm .overview .swiper .txt p{
    color: #333;

}

.swiper-button-next-overview, .swiper-button-prev-overview{
    width: 64px;
    height: 64px;
    background-color: #003f9c;
}
.swiper-button-next-overview::after, .swiper-button-prev-overview::after{
    display: none;
}

.sticky .sticky_btm .features{
    padding: 0.9rem;
    background-image: var(--wpr-bg-6f6b447b-3311-4dab-9d79-f925a08c1d41);
} 
.sticky .sticky_btm .features *{
    color: #fff;
}
.sticky .sticky_btm .features .list{
    display: flex;
    justify-content: space-between;
}
.sticky .sticky_btm .features .list .left{
    max-width: 514px;
    width: 100%;
    margin-right: 0.4rem;
}
.sticky .sticky_btm .features .list .left h3{
    font-size: 0.32rem;
    font-family: 'Medium';
    margin-top: 0.8rem;
}
.sticky .sticky_btm .features .list .left p{
    margin-top: 0.3rem;
}
.sticky .sticky_btm .features .list .right{
    max-width: 560px;
    width: 100%;
}

.sticky .sticky_btm .features .list.list_reverse{
    flex-direction: row-reverse;
    margin-top: 0.7rem;
}
.sticky .sticky_btm .features .list.list_reverse .left{
    margin-left: 0.4rem;
    margin-right: 0;
}
main .related{
    padding: 1.2rem 0;
    padding-bottom: 0.9rem;
  }
  main .related .title ul{
    display: flex;
    justify-content: center;
    overflow-x: auto;
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
  }
  main .related .title ul li{
    padding: 5px 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    white-space: nowrap;
  }
  main .related .title ul li::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #DDDDDD;
    content: '';
  }
  main .related .title ul li:last-child::after{
    display: none;
  }
  main .related .title ul li span{
    position: relative;
    z-index: 9;
  }
  main .related .title ul li.active span{
    color: #003f9c;
    font-family: 'bold';
  }
  main .related .swiper_list .swiper{
    display: none;
    margin-bottom: 20px;
    position: relative;
  }
  main .related .swiper_list .swiper .swiper-container{
    padding: 20px;
    margin: -20px;
  }
  main .related .swiper_list .swiper.active{
    display: block;
  }
  main .related .swiper_list .cart{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0px 2px 10px 0px rgba(8,24,56,0.1);
    border-radius: 16px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  main .related .swiper_list .cart .txt{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main .related .swiper_list .cart .img img{
    width: 100%;
  }
  main .related .swiper_list .cart h4{
    font-family: 'Medium';
    color: #181B1D;
    margin: 10px 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  }
  main .related .swiper_list .cart p{
    font-size: 13px;
    color: #666;
    overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  }
  main .related .swiper_list .cart .price{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .related .swiper_list .cart .price .left h4{
    margin-top: 0;
    margin-bottom: 5px;
  }
  main .related .swiper_list .cart .price .left p{
    position: relative;
    padding-left: 10px;
  }
  main .related .swiper_list .cart .price .left p::after{
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    background-color: #01B757;
  
  }
  main .related .swiper_list .cart .price .right a{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #BEC4CB;
  }
  main .related .swiper_list .cart:hover .price .right a{
    background-color: #15BA88;
  }
  main .related .btn{
    margin-top: 0.6rem;
  }

  main .other{
    padding-bottom: 1.5rem;
  }
main .other .row{
    margin-left: -24px;
    margin-right: -24px;
}
main .other .row .col-md-4{
    padding-left: 24px;
    padding-right: 24px;
}
main .other .cart{
    margin-bottom: 0.3rem;
}
main .other .cart .img{
    overflow: hidden;
    border-radius: 15px;
}

main .other .cart .img img{
    width: 100%;
    transition: all 0.5s;
}
main .other .cart:hover .img img{
    transform: scale(1.1);
}
main .other .cart .txt{
    padding: 20px 15px;
}
main .other .cart .txt h3{
    font-size: 20px;
    font-family: 'Medium';
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
main .other .cart .txt p{
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
main .other .btn.more{
    margin-top: 0.5rem;
}




/* blog_list */
.case_study{
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}
main .case_study .row{
  margin-left: -24px;
  margin-right: -24px;
}
main .case_study .row .col-md-4{
  padding-left: 24px;
  padding-right: 24px;
}
main .case_study .cart{
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
main .case_study .cart .img{
  margin-bottom: 20px;
  max-width: 500px;
  width: 100%;
 flex-shrink: 0;
}
main .case_study .cart .txt{
  padding: 0 10px;
}
main .case_study .cart p.type{
  color: #003f9c;
}
main .case_study .cart h3{
  color: #181B1D;
  font-family: 'Medium';
  font-size: 20px;
  margin-top: 10px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
main .case_study .cart p.sub_text{
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main .case_study .cart .tag{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
main .case_study .cart .tag span{
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  padding: 6px 20px;
  border-radius: 15px;
  line-height: 1;
  color: #666;
  margin-bottom: 10px;
}
main .case_study .cart .tag span:hover{
  background-color: #F5F5F5;
}
main .case_study .more.btn{
  margin-top: 0.6rem;
}


/* blog_detail */
.max_1200{
  max-width: 1200px;
}
.blog_detail{
  padding-top: 40px;
  padding-bottom: 60px;
}
.blog_detail .title{
  margin-bottom: 0;
}
.blog_detail .title span{
  color: #003f9c;
  font-size: 20px;
  font-family: 'Medium';
}
.blog_detail .title span a{
  color: #003f9c;
  font-size: 20px;
  font-family: 'Medium';
}
.blog_detail .title .h1{
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 32px;
}
.blog_detail .title .title_share{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}
.blog_detail .title .title_share .right{
  display: flex;
  align-items: center;
}
.blog_detail .title .title_share .right p{
  color: #181B1D;
  margin-top: 0;
}
.blog_detail .title .title_share ul{
  display: flex;
  flex-shrink: 0;
}
.blog_detail .title .title_share ul li{
  margin-left: 20px;
}
.blog_detail .text{
  padding: 0.4rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.blog_detail .text h2{
  font-family: 'Medium';
    font-size: 24px;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.blog_detail .text h3{
  font-family: 'Medium';
    font-size: 20px;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.blog_detail .text h4{
  font-family: 'Medium';
    font-size: 18px;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.blog_detail .text p{
    margin-top: 10px;
    color: #666;
}
.blog_detail .text p span{
  color: #003f9c;
}
.blog_detail .text img{
    margin-top: 20px;
}
.blog_detail .text a{
    text-decoration: underline;
    margin-top: 20px;
}
.blog_detail .text ul{
    margin-top: 20px;
}
.blog_detail .text ol{
    margin-top: 20px;
}
.blog_detail .text table{
    margin-top: 20px;
}
.blog_detail .text ul li{
    list-style: inside;
}
.blog_detail .page_next{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.blog_detail .page_next>div{
  display: flex;
  align-items: center;
}
.blog_detail .page_next>div a{
  display: flex;
  flex-direction: column;
  margin: 0 0.4rem; 
  max-width: 300px;
}
.blog_detail .page_next>div .no{
  display: flex;
  flex-direction: column;
  margin: 0 0.4rem; 
  max-width: 300px;
}
.blog_detail .page_next>div.right{
  justify-content: flex-end;
}
.blog_detail .page_next>div a h3{
  font-family: 'Medium';
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.blog_detail .page_next>div a p{
  color: #666;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.blog_detail .page_next>div:hover a h3{
  color: #003f9c;
}
.blog_detail .page_next>div:hover svg path{
  stroke: #003f9c;
}
@media (max-width:767px) {
  .blog_detail{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog_detail .title .title_share{
    flex-direction: column;
    align-items: flex-start;
  }
  .blog_detail .title span{
    font-size: 0.32rem;
  }
  .blog_detail .title .title_share .left{
    margin-bottom: 20px;
  }
  .blog_detail .text h4{
    font-size: 0.32rem;
  }
  .blog_detail .page_next>div{
    width: 50%;
  }
  .blog_detail .page_next>div a{
    max-width: 100%;
  }
  .blog_detail .page_next>div svg{
    width: 20px;
    flex-shrink: 0;
  }
  .blog_detail .page_next{
    align-items: center;
  }
  .blog_detail .page_next>div a{
    width: 80%;
    margin: 0;
  }
  .blog_detail .page_next>div a h3{
    font-size: 0.28rem;
  }
  
}


/* fullwidth */

.sticky .case_study .prose{

}
.sticky .case_study .prose h2{
    font-family: 'Medium';
    font-size: 24px;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.sticky .case_study .prose h3{
    font-family: 'Medium';
    font-size: 20px;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.sticky .case_study .prose h4{
    font-family: 'Medium';
    font-size: 18px;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.sticky .case_study .prose p{
    margin-top: 10px;
}
.sticky .case_study .prose img{
    margin-top: 20px;
}
.sticky .case_study .prose a{
    text-decoration: underline;
    margin-top: 20px;
}
.sticky .case_study .prose ul{
    margin-top: 20px;
}
.sticky .case_study .prose ol{
    margin-top: 20px;
}
.sticky .case_study .prose table{
    margin-top: 20px;
}
.sticky .case_study .prose ul li{
    list-style: inside;
}
.gap-5 {
  gap: 20px;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid {
  display: grid
;
}
.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.title-sm {
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-title {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.font-medium {
  font-weight: 500;
  font-family: 'Medium';
}
.text-center {
  text-align: center;
}
.mt-5 {
  margin-top: 20px;
}
@media (max-width: 1023.98px) {
  .sm\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  main .case_study .cart{
    flex-direction: column;
  }
}


@media (max-width:1279px) {
    .sticky .sticky_top{
        top: 60px;
    }
}
@media (max-width:767px) {
    main .banner_main>img{
        height: 220px;
        object-fit: cover;
    }
    .swiper-button-next-overview, .swiper-button-prev-overview{
        width: 32px;
        height: 32px;
    }
    .sticky .sticky_btm .features .list{
        flex-direction: column;
    }
    .sticky .sticky_btm .features .list.list_reverse{
        flex-direction: column;
    }
    .sticky .sticky_btm .features{
        padding: 0.5rem 0;
    }
    .sticky .sticky_btm .features .list .left{
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
    .sticky .sticky_btm .features .list .left h3{
        margin-top: 0;
    }
    .sticky .sticky_btm .features .list.list_reverse .left{
        margin-left: 0;
    }
    main .related .title ul{
        justify-content: flex-start;
    }
    main .banner_main .content .text .title p{
        font-size: 0.28rem;
    }
    .sticky .sticky_btm .overview .swiper .txt .h4{
        font-size: 0.32rem;
    }
    main .other .cart .txt h3{
        font-size: 0.32rem;
    }
    main .case_study .cart h3{
      font-size: 0.32rem;
    }



}








































