.blog_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 80px;
}
.blog_banner .head{
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
}
.blog_banner .head h1{
    margin-bottom: 1rem;
}
.blog_banner .head p{
    margin-bottom: 30px;
    color: white !important;
}
.blog_banner .head form{
    position: relative;
}
.blog_banner .head input[type='text']{
    padding: 13px 18px;
    border-radius: 5px;
    width: 450px;
    font-size: 18px;
}
.blog_banner .head input[type="submit"]{
    position: absolute;
    width: 63px;
    right: 0;
    text-indent: -9999px;
    top: 0;
    border-radius: 5px;
    transition: all 0.3s;
    height: 54px;
    background: var(--theme_color) url('../img/search-icon.svg') no-repeat center/ 30px;
}
.blog_banner .head input[type="submit"]:hover{
    background-size: 35px;
}
.blog_sticky{
    padding-top: 80px;
}
.blog_sticky .nav{
    margin-bottom: 48px;
}
.blog_sticky .nav a{
    display: inline-block;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #727272;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
}
.blog_sticky .nav .active a{
    border-color: var(--theme_color);
    color: #222222;
}
.blog_sticky .nav li + li{
    margin-left: 43px;
}
.blog_sticky .swiper_sticky{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog_sticky .swiper_sticky li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.blog_sticky .swiper_sticky li .img span{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-color: var(--theme_color);
    color: white;
    font-size: 17px;
    padding: 8px 25px;
}
.blog_sticky .swiper_sticky li .img{
    width: 34.5%;
    position: relative;
    overflow: hidden;
}
.blog_sticky .swiper_sticky li .right{
    width: 65.5%;
    padding: 68px 3.41%;
}
.blog_sticky .swiper_sticky li .right span{
    color: var(--theme_color);
    font-weight: 600;
}
.blog_sticky .swiper_sticky li .right strong{
    display: block;
    margin-top: 0.5rem;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 22px;
}
.blog_sticky .swiper_sticky li .right p{
    font-size: 18px;
    line-height: 28px;
    color: #828282;
    margin-bottom: 40px;
}
.swiper_sticky{
    overflow: hidden;
}
.blog_sticky .swiper_sticky li .right .button{
    color: white;
    font-weight: 400;
    padding: 13px 39px;
}
.blog_sticky .swiper_sticky li .right .button:hover{
    color: var(--theme_color);
}
.blog_sticky .swiper_sticky li:hover .img img{
    transform: scale(1.1);
}
.blog_sticky .swiper-pagination{
    justify-content: left;
    margin-top: 40px;
}
.blog-main{
    padding-top: 80px;
    padding-bottom: 100px;
}
.blog-main .blogs li{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog-main .blogs li .img{
    position: relative;
    height: 276px;
    overflow: hidden;
}
.blog-main .blogs li .img span{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background-color: var(--theme_color);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 11px 21px;
}
.blog-main .blogs li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.blog-main .blogs{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 23px 20px;
}
.blog-main .blogs li .info{
    padding: 30px 28px 40px;
}
.blog-main .blogs li .info span{
    font-size: 1rem;
    font-weight: 500;
    color: var(--theme_color);
}
.blog-main .blogs li .info h3{
    min-height: 4rem;
    margin: 1rem 0 13px;
    color: #25292d;
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-main .blogs li .info p{
    min-height: 78px;
    color: var(--content_color);
    font-size: 1rem;
    line-height: 26px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-main .blogs li .info strong{
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    background-color: var(--subtheme_color);
    color: #fff;
    transition: all 0.3s;
    line-height: 1;
    padding: 15px 40px;
    margin-top: 27px;
}
.blog-main .blogs li:hover .info strong{
    background: var(--theme_color);
}
.blog-main .blogs li:hover .img img{
    transform: scale(1.1);
}

.blog-main .blogs + p.center{
    margin-top: 80px;
}

.post_banner{
    padding-top: 90px;
    padding-bottom: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.post_banner:after{
    background-color: rgba(0, 0, 0, 0.7);
}
.post_banner .content{
    max-width: 1220px;
}
.post_banner .head h1{
    text-transform: capitalize;
    font-size: 50px;
    line-height: 67px;
    color: #ffffff;
    font-weight: 600;
}
.post_banner .infos{
    margin-top: 45px;
}
.post_banner .infos li{
    color: rgb(215, 215, 214);
    padding-left: 38px;
    font-size: 20px;
    position: relative
}
.post_banner .infos li:before{
    content: "";
    width: 27px;
    height: 27px;
    background: url('../img/admin.svg') no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.post_banner .infos li + li{
    margin-left: 88px;
}
.post_banner .infos li.date:before{
    background-image: url('../img/rili.svg');
    background-size: 90%;
}
.post_banner .infos li.cat:before{
    background-image: url('../img/cat.svg');
    background-size: 80%;
}
.post_banner .content-small{
    position: relative;
    z-index: 9;
}
.post_content_main{
    margin-top: -190px;
    padding-bottom: 140px;
    position: relative;
    z-index: 9;
}
.post_content_main .left{
    width: 67%;
}
.post_content_main .left img.thumbnail{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 100px;
}
.post_content_main .right{
    width: 33%;
    padding-left: 45px;
}
.post_details h2{
    font-size: 32px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 30px;
    padding-top: 30px;
}
.post_details p{
    font-size: 20px;
    line-height: 34px;
    color: #242424;
    opacity: 0.75;
    margin-bottom: 30px;
}
.post_details img{
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 100%;
}
.post_content_main .post_bottom{
    padding-top: 37px;
    margin-top: 80px;
    border-top: 1px solid rgb(222, 222, 222);
}

.post_bottom strong{
    font-size: 24px;
    font-weight: 600;
    color: #242424;
}
.post_bottom ul{
    gap: 15px;
    margin-left: 26px;
}
.post_bottom li{
    font-size: 18px;
    line-height: 45px;
    background: #ededed;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s;
    padding: 0 45px;
    display: inline-block;
    color: #242424;
}
.post_bottom li:hover{
    background-color: var(--theme_color);
    color: white;
}
.cat-list li{
    margin-bottom: 5px;
}
.cat-list a{
    padding: 14px 28px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #666666;
    font-size: 18px;
    display: block;
    width: 100%;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.cat-list li.active a{
    background-color: var(--theme_color);
    color: white;
}
.cat-list{
    margin-bottom: 105px;
}
.related_post strong{
    font-size: 28px;
    font-weight: 600;
    color: #242424;
    display: block;
    margin-bottom: 30px;
}
.related_post li strong{
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-top: 0.8rem;
    line-height: 1.3;
}
.related_post li .img{
    height: 210px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.related_post li .img img{
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related_post li:hover img{
    transform: scale(1.1);
}

div.share {
    /* display: flex;
    align-items: center;
    flex-flow: wrap; */
    gap: 15px;
    position: fixed;
    right: 3%;
    top: 22%;
    z-index: 99;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
  }
  div.share.active{
    opacity: 1;
  }
  div.share strong{
    display: block;
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 24px;
    margin-bottom: 24px;
  }
  div.share.black strong{
    color: #333;
  }
  div.share ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
  div.share ul li {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #ededed;
  }
  div.share ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    filter: contrast(0) brightness(0.2);
  }
  div.share ul li:hover,
  div.share ul li.active {
    background-color: var(--theme_color);
  }
  div.share ul li:hover a,
  div.share ul li.active a {
    filter: contrast(0) brightness(20);
  }
  div.share ul .facebook a {
    background: url(../img/facebook.svg) no-repeat center / 20%;
  }
  div.share ul .twitter a {
    background: url(../img/twitter.svg) no-repeat center / 45%;
  }
  div.share ul .pinterest a {
    background: url(../img/pinterest.svg) no-repeat center / 32%;
  }