.news-banner{
    height: 29vw;
    margin-bottom: 4rem;
    background-size: 100% 100% !important;
}
.news-banner::after{
    background: rgba(255, 255, 255, 0.7);
}
.main-news{
    position: relative;
    overflow: hidden;
    padding: 3rem 1vw 6rem;
}
.main-news .swiper-news li{
    box-shadow: 0px 3px 26px rgb(0 0 0 / 5%);
}
.main-news .swiper-pagination .swiper-pagination-bullet-active{
    background: linear-gradient(300.93deg, #D0D7F1 0%, #008AD8 141.52%);
}
.main-news .swiper-pagination .swiper-pagination-bullet{
    box-shadow: none;
}
.news-view .about-experience .month ul.month-list{
    background-color: rgba(255, 255, 255, 0.798);
}
.news-view {
    position: relative;
    padding-top: 6rem;
    overflow: visible;
}
.news-view .large-content{
    padding: 0 2vw;
}
.news-view::before{
    content: '';
    width: 111%;
    height: 135%;
    background: url(../img/vector.png) no-repeat right top;
    position: absolute;
    top: 0rem;
    right: -16%;
    z-index: -1;
    background-size: contain;
}
ul.post-list li{
    position: relative;
    background-color: white;
    margin-bottom: 3.5rem;
    border-radius: 1.2rem;

}
ul.post-list li::before{
    content: '';
    width: 102%;
    height: 113%;
    background-image: linear-gradient(to left ,rgb(0 0 0 / 4%)0,#eeeeee85);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 1.5rem;
    box-shadow: 0 10px 70px #0000001d;
    transition: 0.4s all ease;
}
ul.post-list li div.img{
    width: 25%;
    border-radius: 1rem;
    overflow: hidden;
}
ul.post-list li div.img span{
    background-size: cover !important;
}
ul.post-list li div.mess{
    padding: 30px 108px 30px 60px;
}
ul.post-list li h3{
    font-size: 24px;
    margin-bottom: 1.5rem;
    max-width: 78%;
    width: 78%;
    transition: 0.3s all ease;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
ul.post-list li h3:after{
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg,rgba(255,255,255,0.5),rgba(255,255,255,1));
}
ul.post-list li span.date{
    font-size: 16px;
    background: linear-gradient(300.93deg, #41B6D5 0%, #323F5D 141.52%);
    -webkit-background-clip: text;
    color: transparent;
    float: right;
    margin-top: -3.3rem;
    display: inline-block;
}
ul.post-list li p{
    font-size: 12px;
    line-height: 20px;
}
.news-view .nav-links li a{
    font-size: 1.8rem;
}
.news-view .content{
    max-width: 1100px;
}
.nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-view .page-list ul li.prev a, .page-list .nav-links .next, .page-list .nav-links .prev{
    transform: scale(1.25);
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
    background-color: rgba(255, 255, 255, 0.726);
    transition: 0.35s all ease;
}
.page-list h2{
    display: none;
}
.news-view .page-list{
    margin: 8rem 0;
}
.news-view .nav-links span,.news-view .nav-links a{
    display: inline-block;
    margin: 0 24px;
    font-size: 1.9rem;
    font-weight: 600;
}
div.post-banner{
    margin-bottom: 0;
}
div.news-detail{
    margin-top: 12rem;
    position: relative;
    background-color: white;
    border-radius: 1.2rem;
    padding: 60px 80px 60px;
    margin-bottom: 5rem;
}
div.news-detail.content{
    max-width: 1050px;
}
.news-detail h2{
    font-size: 24px;
    margin-bottom: 0.5rem;
    color: #008AD8;
}
.news-detail .news-info{
    padding-bottom: 1rem;
    border-bottom: 3px solid #2289ea78;
    margin-bottom: 3.5rem;
    align-items: flex-end;
}
.news-detail span.date{
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}
.news-detail p{
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2.2rem;
}
.news-detail figure{
    margin-bottom: 4.2rem;
    margin-top: 3rem;
    overflow: hidden;
}
.news-detail figure img{
    transition: 0.5s all ease;
    width: 100%;
    height: auto;
}
/* .news-detail figure:hover img{
    transform: scale(1.1);
} */
.siblings-post div{
    padding: 12px 30px;
    box-shadow: 0 18px 28px rgb(0 0 0 / 15%);
    width: 260px;
    border-radius: 8px;
}
.siblings-post a{
    font-size: 16px;
    transition: 0.3s all ease;
}
.news-view .about-experience{
    margin-bottom: 5rem;
    overflow: unset;
    padding-left: 60px;
}
.news-view .load_more_post_ajax{
    margin-bottom: 7rem;
}
.news-view .load_more_post_ajax:hover{
    border-color: #fb0b47;
}
.news-view div.loader{
    margin-top: -3rem;
}
.news-view .scroll-load{
    padding: 1rem 0;
}
.news-search{
    display: flex;
    margin-left: auto;
}
.news-search form{
    position: relative;
}
.news-search form input[type='text']{
    width: 140px;
    background-color: white;
    box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    outline: none;
    border: none;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    color: #333;
    font-weight: 600;
}
.news-search form input[type='text']::placeholder{
    color: rgba(0, 0, 0, 0.25);
    font-weight: 600;
}
.news-search form input[type='submit']{
    width: 18px;
    height: 18px;
    display: inline-block;
    text-indent: -9999px;
    background: url('../img/news-search.svg') no-repeat center;
    background-size: contain;
    outline: none;
    border: none;
    position: absolute;
    right: 13px;
    top: 8px;
    cursor: pointer;
}
div.news-detail:before{
    width: 102%;
    height: 101%;
    border-radius: 1rem;
}
.news-detail .news-info a.button-red{
    font-size: 12px;
}
.siblings-post{
    padding: 0 75px;
}