.news-page {
    padding: 0 0 110px;
}

.news-carousel {
    padding: 90px 0 0;
}

.news-carousel .news-swiper {
    margin: 60px 0;
}

.news-carousel .news-swiper .swiper {
    border-radius: 10px;
}

.news-carousel .news-swiper .swiper-slide {
    display: flex;
    background: #F5F7FB;
    border-radius: 10px;
    border: 1px solid #F4F4F4;
}

.news-carousel .news-swiper .swiper-slide .pic {
    border-radius: 10px 0 0 10px;
    width: 54.42%;
}

.news-carousel .news-swiper .swiper-slide .pic img {
    height: 100%;
    object-fit: cover;
}

.news-carousel .news-swiper .swiper-slide .slide-content-wrapper {
    flex: 1;
    padding: 55px 68px;
}

.news-carousel .news-swiper .swiper-slide .news-date-group {
    font-weight: bold;
    font-size: 16px;
    color: #033766;
    line-height: 1;
}

.news-carousel .news-swiper .swiper-slide .news-day {
    position: relative;
    font-size: 80px;
    font-weight: 400;
    color: #033766;
    line-height: 1;
    margin-right: 5px;
}

.news-carousel .news-swiper .swiper-slide .news-day::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 3px;
    bottom: 6px;
    background-color: rgba(3, 55, 102, 1);
}

.news-carousel .news-swiper .swiper-slide .news-title {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 1.41;
    margin-top: 1.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.news-carousel .news-swiper .swiper-slide:hover .news-link-btn,
.news-carousel .news-swiper .swiper-slide:hover .news-title {
    color: var(--accent-color);
}

.news-carousel .news-swiper .swiper-slide .news-desc {
    font-family: MontserratLight;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-carousel .news-swiper .swiper-slide .news-link-btn {
    margin-top: 30px;
    color: rgba(3, 55, 102, 1);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all .3s;
}

.news-carousel .news-swiper .swiper-slide .news-link-btn .iconfont {
    font-size: 18px;
    font-weight: bold;
}

.news-carousel .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-carousel .news-grid .news-card {
    width: 100%;
}

.news-carousel .news-grid .news-card h4 {
    height: 56px;
}

.news-carousel .news-grid .news-date {
    margin: 25px 0 15px;
}

.news-carousel .news-grid .news-desc {
    font-family: MontserratLight;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    transition: all .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
}

.news-carousel .news-grid .news-card:hover .more,
.news-carousel .news-grid .news-card:hover .news-desc {
    color: #fff;
}

.news-carousel .news-grid .more {
    display: inline-flex;
    font-weight: 400;
    font-size: 14px;
    color: #033766;
    line-height: 1;
    transition: all .3s;
    margin: 28px 0 37px;
}

.news-carousel .news-grid .more .iconfont {
    font-weight: bold;
}

.news-carousel .pagination {
    margin-top: 50px;
}

.news-details-page {
    background: RGBA(245, 247, 251, 1);
    padding-bottom: 119px;
}

.news-details-section {
    border-top: 1px solid rgba(0, 36, 76, 1);
    margin-top: 44px;
    padding-top: 47px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-details-section .article-content-wrapper {
    width: 66.14%;
}

.news-details-section .article-content-wrapper .article-main-title {
    font-weight: 600;
    color: #00244C;
    line-height: 1.26;
}

.news-details-section .article-content-wrapper .article-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    gap: 21px;
}

.news-details-section .article-content-wrapper .article-meta-row .publish-date {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    color: #5D6268;
    line-height: 2;
}

.news-details-section .article-content-wrapper .social-share-icons {
    display: flex;
    gap: 9px;
}

.news-details-section .article-content-wrapper .social-share-icons a {
    width: 30px;
    height: 30px;
    background: #A8B0B9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s;
}

.news-details-section .article-content-wrapper .social-share-icons a:hover {
    background-color: var(--accent-color);
}

.news-details-section .article-content-wrapper .article-text-container {
    font-weight: 400;
    font-size: 15px;
    color: #5D6268;
    line-height: 26px;
    margin-top: 29px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(222, 227, 234, 1);
}

.news-details-section .article-content-wrapper .article-text-container img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.news-details-section .article-content-wrapper .article-pagination {
    margin-top: 36px;
}

.news-details-section .article-content-wrapper .pagination-row {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.news-details-section .article-content-wrapper .pagination-row:not(:last-child) {
    margin-bottom: 16px;
}

.news-details-section .article-content-wrapper .pagination-row .pagination-label {
    width: 116px;
}

.news-details-section .article-content-wrapper .pagination-row a {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #363B3F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.news-details-section .article-content-wrapper .pagination-row a:hover {
    color: var(--accent-color);
}

.news-details-section .article-content-wrapper .return-btn-wrapper {
    margin-top: 33px;
    text-align: center;
}

.news-details-section .article-content-wrapper .return-btn-wrapper .btn-return {
    display: inline-flex;
    font-weight: 400;
    font-size: 15px;
    color: var(--accent-color);
    line-height: 38px;
    background: rgba(4, 79, 159, 0);
    border-radius: 21px;
    border: 2px solid var(--accent-color);
    padding: 0 28px;
    gap: 10px;
    transition: all .3s;
}

.news-details-section .article-content-wrapper .return-btn-wrapper .btn-return:hover {
    background-color: var(--accent-color);
    color: #fff;
}

.news-details-section .sidebar-wrapper {
    position: sticky;
    top: 131px;
    width: 24.57%;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 53px 27px 69px;
}

.news-details-section .sidebar-wrapper .sidebar-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    color: #00244C;
    line-height: 1;
}

.news-details-section .sidebar-wrapper .title-underline {
    width: 44px;
    height: 3px;
    background: #00244C;
    margin-top: 18px;
}

.news-details-section .sidebar-wrapper .related-news-list {
    margin-top: 30px;
}

.news-details-section .sidebar-wrapper .news-item {
    display: block;
    padding: 19px 0 24px;
    border-bottom: 1px solid rgba(232, 237, 240, 1);
}

.news-details-section .sidebar-wrapper .news-date {
    margin-top: 0;
}

.news-details-section .sidebar-wrapper .news-thumb-wrap {
    margin-top: 12px;
    border-radius: 10px;
}

.news-details-section .sidebar-wrapper .news-heading {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #363B3F;
    line-height: 26px;
    margin-top: 12px;
    transition: all .3s;
}

.news-details-section .sidebar-wrapper .news-item:hover .news-heading {
    color: var(--accent-color);
}

.project-details-page {
    background-color: #f5f7fb;
    padding: 60px 0 120px;
}

.project-header-container {
    padding: 30px 49px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
}

.project-header-container .project-logo-box {
    width: 116px;
    height: 116px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-header-container .project-logo-box img {
    max-width: 70%;
    max-height: 70%;
}

.project-header-container .project-title-box {
    flex: 1;
    margin-left: 43px;
    align-self: center;
}

.project-header-container .project-main-title {
    color: #00244C;
    line-height: 1.33;
}

.project-header-container .project-subtitle {
    font-family: MontserratLight;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.project-details-page .main-content-section {
    margin-top: 40px;
}

.project-details-page .main-content-section .content-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 66px 49px;
    background: #FFFFFF;
    border-radius: 6px;
}

.project-details-page .main-content-section .content-column-left {
    width: 68.66%;
    font-family: MontserratLight;
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    line-height: 26px;
    text-align: left;
}

.project-details-page .main-content-section .content-column-left img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.project-details-page .main-content-section .sidebar-column-right {
    position: sticky;
    top: 90px;
    width: 23.5%;
    padding-top: 34px;
}

.project-details-page .main-content-section .sidebar-title {
    font-size: 22px;
    color: #00244C;
}

.project-details-page .main-content-section .related-products-list {
    margin-top: 20px;
}

.project-details-page .main-content-section .product-item>a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 23px;
    font-weight: 400;
    font-size: 16px;
    color: #5D6268;
    line-height: 52px;
    padding: 0 23px;
    background: #F3F5F7;
    border-radius: 10px;
    transition: all .3s;
}

.project-details-page .main-content-section .product-item:hover>a {
    background-color: var(--primary-color);
    color: #fff;
}
.project-details-page .main-content-section .product-item:not(:last-child){
    margin-bottom: 10px;
}
.relevant-cases-section{
    margin-top: 80px;
}
.relevant-cases-section .section-title h2{
    text-align: left;
}
.relevant-cases-section .cases-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px;
}
@media (max-width:1440px) {
    .project-details-page .main-content-section .sidebar-column-right,
    .news-details-section .sidebar-wrapper{
        width: 27%;
    }
    .news-carousel .news-swiper .swiper-slide .slide-content-wrapper{
        padding: 40px 50px;
    }
    .news-carousel .news-swiper .swiper-slide .news-day{
        font-size: 60px;
    }
}
@media (max-width:1280px) {
    .news-details-section .sidebar-wrapper{
        width: 29%;
    }
    .news-carousel .news-swiper .swiper-slide .news-day{
        font-size: 50px;
    }
}
@media (max-width:1199px) {
    .project-details-page .main-content-section .content-column-left{
        width: 100%;
    }
    .project-details-page .main-content-section .sidebar-column-right{
        display: none;
    }
    .news-carousel .news-swiper .swiper-slide .slide-content-wrapper{
        padding: 40px;
    }
    .news-details-section .sidebar-wrapper{
        display: none;
    }
    .news-details-section .article-content-wrapper{
        width: 100%;
    }
    .news-page,
    .news-details-page{
        padding-bottom: 90px;
    }
    .news-carousel{
        padding-top: 90px;
    }
    .news-carousel .pagination{
        margin-top: 45px;
    }
    .news-carousel .news-swiper{
        margin: 45px 0;
    }
    .news-carousel .news-grid{
        grid-template-columns: repeat(2,1fr);
    }
    .project-header-container .project-title-box{
        margin-left: 24px;
    }
    .relevant-cases-section{
        margin-top: 70px;
    }
    .project-details-page{
        padding-bottom: 90px;
    }
    .relevant-cases-section .cases-list{
        gap: 40px;
    }
}
@media (max-width:1024px) {
    .relevant-cases-section .cases-list{
        grid-template-columns: repeat(2,1fr);
        gap: 35px 20px;
    }
    .relevant-cases-section{
        margin-top: 60px;
    }
    .project-details-page{
        padding-bottom: 80px;
    }
    .project-details-page .main-content-section .content-layout{
        padding: 40px 30px;
    }
    .project-header-container{
        padding: 30px;
    }
    .news-carousel .news-swiper .swiper-slide .news-day{
        font-size: 44px;
    }
    .news-carousel .news-swiper .swiper-slide .pic{
        width: 100%;
    }
    .news-carousel .news-swiper .swiper-slide{
        flex-direction: column;
    }
    .news-carousel{
        padding-top: 80px;
    }
    .news-carousel .pagination{
        margin-top: 40px;
    }
    .news-carousel .news-swiper{
        margin: 40px 0;
    }
    .news-details-section{
        padding-top: 39px;
        margin-top: 39px;
    }
    .news-details-section .article-content-wrapper .article-text-container{
        padding-bottom: 50px;
    }
    .news-page,
    .news-details-page{
        padding-bottom: 80px;
    }
}
@media (max-width:768px) {
    .relevant-cases-section{
        margin-top: 50px;
    }
    .project-details-page{
        padding-bottom: 70px;
    }
    .news-carousel .news-grid{
        grid-template-columns: repeat(1,1fr);
    }
    .news-carousel .news-swiper .swiper-slide .news-link-btn{
        margin-top: 20px;
    }
    .news-carousel .news-swiper .swiper-slide .news-title{
        font-size: 22px;
        margin-top: .7em;
    }
    .news-carousel .news-swiper .swiper-slide .news-day{
        font-size: 40px;
    }
    .news-carousel .news-swiper .swiper-slide .slide-content-wrapper{
        padding: 30px;
    }
    .news-carousel{
        padding-top: 70px;
    }
    .news-carousel .pagination{
        margin-top: 30px;
    }
    .news-carousel .news-swiper{
        margin: 30px 0;
    }
    .news-details-section{
        padding-top: 25px;
        margin-top: 25px;
    }
    .news-details-section .article-content-wrapper .article-text-container{
        padding-bottom: 40px;
    }
    .news-page,
    .news-details-page{
        padding-bottom: 70px;
    }
    .news-details-section .article-content-wrapper .return-btn-wrapper,
    .news-details-section .article-content-wrapper .article-pagination{
        margin-top: 30px;
    }
    .news-details-section .article-content-wrapper .pagination-row{
        font-size: 18px;
    }
    .news-details-section .article-content-wrapper .pagination-row .pagination-label{
        width: 100px;
    }
    .news-details-section .article-content-wrapper .pagination-row a{
        font-size: 14px;
    }
    .news-details-section .article-content-wrapper .pagination-row:not(:last-child){
        margin-bottom: 6px;
    }
    .project-details-page .main-content-section .content-layout{
        padding: 30px 25px;
    }
    .project-details-page .main-content-section{
        margin-top: 30px;
    }
    .project-header-container{
        padding: 25px;
    }
    .project-header-container .project-logo-box{
        width: 80px;
        height: 80px;
    }
}
@media (max-width:500px) {
    .project-header-container{
        padding: 20px;
    }
    .project-details-page .main-content-section{
        margin-top: 25px;
    }
    .project-details-page .main-content-section .content-layout{
        padding: 25px 20px;
    }
    .relevant-cases-section .cases-list{
        grid-template-columns: repeat(1,1fr);
    }
    .relevant-cases-section{
        margin-top: 40px;
    }
    .project-details-page{
        padding: 50px 0;
    }
    .news-tag{
        margin-bottom: 14px;
    }
    .news-carousel .news-grid .news-date{
        margin: 10px 0 5px;
    }
    .news-carousel .news-grid .more{
        margin: 13px 0 20px;
    }
    .news-carousel .news-grid .news-card h4{
        height: 50px;
    }
    .news-carousel .news-swiper .swiper-slide .news-link-btn{
        margin-top: 15px;
    }
    .news-carousel .news-swiper .swiper-slide .news-title{
        font-size: 20px;
    }
    .news-carousel .news-swiper .swiper-slide .news-day::after{
        bottom: 0;
    }
    .news-carousel .news-swiper .swiper-slide .news-day{
        font-size: 30px;
    }
    .news-carousel .news-swiper .swiper-slide .slide-content-wrapper{
        padding: 25px;
    }
    .news-carousel{
        padding-top: 50px;
    }
    .news-carousel .pagination{
        margin-top: 25px;
    }
    .news-carousel .news-swiper{
        margin: 25px 0;
    }
    .news-details-section .article-content-wrapper .return-btn-wrapper,
    .news-details-section .article-content-wrapper .article-pagination,
    .news-details-section .article-content-wrapper .article-text-container,
    .news-details-section .article-content-wrapper .article-meta-row{
        margin-top: 25px;
    }
    .news-details-section{
        padding-top: 17px;
        margin-top: 17px;
    }
    .news-details-section .article-content-wrapper .article-text-container{
        padding-bottom: 30px;
    }
    .news-page,
    .news-details-page{
        padding-bottom: 60px;
    }
    .project-header-container .project-title-box{
        margin-left: 17px;
    }
    .project-header-container .project-main-title{
        font-size: 18px;
    }
}