.blogs-banner{
    padding: 100px 0 115px;
    background: url('../img/blogs-banner-bg.jpg') no-repeat center bottom/cover;
}
.blogs-banner .content{
    max-width: 1350px;
}
.blogs-banner .blogs-swiper{
    overflow: hidden;
    background-color: white;
    border-radius: 40px;
}
.blogs-banner .blogs-swiper a{
    display: block;
    padding: 53px 72px;
}
.blogs-banner .blogs-swiper .infos{
    padding-left: 75px;
    width: 55%;
}
.blogs-banner .blogs-swiper li strong{
    font-size: 37px;
    font-weight: 800;
    display: block;
    margin-bottom: 35px;
}
.blogs-banner .blogs-swiper li:hover .img img{
    transform: scale(1.1);
}
.blogs-banner .blogs-swiper li .img{
    width: 45%;
    border-radius: 35px;
    overflow: hidden;
    height: 522px;
}
.blogs-banner .blogs-swiper li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    display: block;
}
.blogs-banner .blogs-swiper li p{
    font-size: 17px;
    font-weight: 500;
    color: #494949;
    line-height: 1.5;
    margin-bottom: 45px;
}
.blogs-banner .blogs-swiper li .button{
    font-size: 18px;
    padding: 18px 50px;
}
.blogs-banner .swiper-box{
    position: relative;
}
.blogs-banner .swiper_btns{
    max-width: 1600px;
    width: 1600px;
    
}
.blogs-banner .swiper_btns div.swiper-button-disabled{
    background-color: #3A3F4C;
}
/* .blogs-banner .swiper-btns span{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--main);
    background: url('../img/arr');
} */
.category .blogs_main h1{
    font-size: 44px;
    position: relative;
    line-height: 60px;
}
.category .blogs_main h1::after {
    content: '';
    display: block;
    width: 102%;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    background-color: #ffdfe0;
    z-index: -1;
}
.blogs_main{
    padding-top: 100px;
    padding-bottom: 5rem;
}
.blogs_main .head {
    margin-bottom: 70px;
}
.blogs_main .head ul {
    display: flex;
    gap: 5px;
}
.blogs_main .head ul li a{
    color: #494949;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    background-color: transparent;
    border-radius: 24px;
    padding: 1rem 30px;
    cursor: pointer;
    transition: all 0.3s;
}
.blogs_main .head ul li:hover a, .blogs_main .head ul li.active a{
    background-color: var(--theme_color);
    color: #fff;
}
.blogs_main ul.posts li.post{
    width: 31%;
    margin-right: 2%;
    margin-bottom: 35px;
}
.blogs_main ul.posts li.post:nth-of-type(3n){
    margin-right: 0;
}
.blogs_main ul.posts li.post img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.blogs_main ul.posts li.post .img{
    margin-bottom: 22px;
    height: 270px;
    overflow: hidden;
    border-radius: 26px;
}
.blogs_main ul.posts li.post .date{
    color: #8EB90C;
    display: block;
}
.blogs_main ul.posts li.post strong{
    font-size: 25px;
    word-break: break-all;
    line-height: 1.5;
    margin-top: 0.5rem;
    display: block;
    margin-bottom: 1rem;
}
.blogs_main ul.posts li.post p{
    font-size: 18px;
    font-weight: 700;
    color: var(--theme_color);
}
.blogs_main ul.posts li.post:hover .img img{
    transform: scale(1.1);
}
.blogs_main .button_more{
    margin-top: 5rem;
}
.blog-banner{
    padding: 150px 0 100px;
    background: url('../img/post-banner.svg') no-repeat center bottom/cover;
}
.blog-banner h1{
    word-break: break-all;
    font-size: 48px;
    color: white;
    max-width: 76%;
}
.blog-banner .head span{
    background-color: #86B10C;
    padding: 15px 23px;
    font-size: 17px;
    margin-top: 2rem;
    font-weight: 400;
}
.post-details .post-main{
    width: 72%;
    padding-bottom: 150px;
}
.post-details .sidebar{
    width: 26%;
}
.post-main h2{
    margin-bottom: 27px;
}
.post-main p{
    font-size: 18px;
    line-height: 1.5;
    color: #5B5F63;
    margin-bottom: 30px;
}
.post-main img{
    border-radius: 10px;
    margin-bottom: 33px;
    max-width: 100%;
}
.post-main .social{
    display: flex;
    margin-top: 4rem;
}
.post-main .social li{
    margin-right: 18px;
    transition: all 0.3s;
}
.post-main .social li:hover{
    transform: scale(1.1);
}
.post-main .social li a{
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    display: block;
    background: url('../img/facebook-b.svg') no-repeat center/contain;
}
.post-main .social li.twitter a{
    background-image: url('../img/twitter-b.svg');
}
.post-main .social li.pinterest a{
    background-image: url('../img/pinterest-b.svg');
}
.post-details{
    position: relative;
}
.post-details .sidebar h3{
    font-size: 24px;
    margin-bottom: 26px;
}
.post-details .sidebar>div{
    margin-bottom: 100px;
}
.post-details .sidebar .categories ul li{
    margin-bottom: 23px;
    position: relative;
    padding-left: 35px;
    font-weight: 600;
}
.post-details .sidebar .categories ul li a{
    font-size: 18px;
    color: #808080;
    opacity: 0.9;
}
.post-details .sidebar .categories ul li::before{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}
.post-details .sidebar .categories ul li.active a{
    color: #000;
}
.post-details .sidebar .categories ul li.active::before{
    background: url('../img/red-gou.svg') no-repeat center/cover;
    border-color: transparent;
}
.post-details .sidebar .related_posts ul li .img{
    width: 40%;
    height: 87px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 6px;
}
.post-details .sidebar .related_posts ul li .img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}
.post-details .sidebar .related_posts ul li div:nth-of-type(2){
    width: 55%;
    padding-left: 11px;
}
.post-details .sidebar .related_posts ul li strong{
    font-size: 14px;
    word-break: break-all;
}
.post-details .sidebar .related_posts ul li{
    margin-bottom: 22px;
}
.post-details .sidebar .related_posts ul li p{
    font-size: 14px;
    margin-top: 0.4rem;
    color: var(--subtheme_color);
}
.post-details .sidebar .related_posts ul li:hover img{
    transform: scale(1.1);
}
.post-details .icon-content{
    background: url('../img/blog-icons.svg') no-repeat top/100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 2s;
}