#sidebar {}
.ph-5 {
    padding: 0 5px !important;
}
#sidebar .block, .social-media.block {
    padding: 20px;
    box-shadow: 0px 10px 15px 7px rgba(0,0,0,0.1) !important;
}
#sidebar .block, .social-media.block, .item {
    background-color: var(--bs-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 15px 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
#sidebar .title-wg, .social-media .title-wg {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: uppercase;
}
#sidebar .title-wg, .social-media .title-wg {
    font-family: var(--bs-font-sans-serif);
}

#sidebar a, .slide-single .item .desc .title_link .title-wg {
    font-weight: 700;
    transition: all 1.5s ease-out;
    text-decoration: none;
}
/* popular posts */
#sidebar .popular-post {}

#sidebar .popular-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sidebar .popular-post ul li a {
    display: block;
    flex-shrink: 0;
}
#sidebar .popular-post img {
    height: 85px;
    width: 85px;
    border-radius: 10px;
    object-fit: cover;
}
#sidebar .popular-post ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
#sidebar .popular-post ul li:last-child {
    margin-bottom: 0;
}
#sidebar .popular-post ul li .infor p {
    font-size: 14px;
    color: var(--bs-gray);
    margin: 0;
    margin-bottom: 8px;
    font-family: var(--bs-font-sans-serif);
}
#sidebar .popular-post ul li .infor i {
    padding: 0 5px 0px 18px;
}
#sidebar .popular-post ul li .infor h4 {
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
    margin: 0;
}
#sidebar .popular-post ul li .infor h4 a:hover {
    color: var(--bs-form-invalid-color);
}
/* category */
#sidebar .category {}
#sidebar .category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sidebar .category ul li {
    font-size: 18px;
    margin-bottom: 18px;
}
#sidebar .category ul li a {
    font-family: var(--bs-font-sans-serif);
}
#sidebar .category ul li a:hover {
    letter-spacing: 1.2px;
    color: var(--bs-form-invalid-color);
}
/* page-banner */
.banner-post {
    background: url('../images/banner-post.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 50px;
    height: 500px;
    color: var(--bs-white);
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
.banner-post::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b0;
}
.banner-post .container {
    position: relative;
    z-index: 2;
}
.banner-post h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--bs-font-sans-serif);
}
.banner-post.navigation-trail {
    display: flex;
    justify-content: center;
}
.banner-post .navigation-trail span {
    color: var(--bs-white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--bs-font-sans-serif);
}
.banner-post .navigation-trail span>span {
    color: var(--bs-form-invalid-color);
}
.banner-post .post {
    background: none;
}
.banner-post img {
    position: absolute;
    top: 50%;
    z-index: 2;
}
.banner-post .img-01 {
    left: 20%;
}
.banner-post .img-02 {
    right: 20%;
    transform: scaleX(-1);
}
.social-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.social-media .tag-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-media .tag-list span {
    background-color: #00255C;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: var(--bs-white);
    border-radius: 50px;
}
.social-media .icon-social .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.social-media .heateor_sss_sharing_container a .heateor_sss_svg svg:hover {
    fill: var(--bs-form-invalid-color);
    transition: all 0.3s ease;
}
.social-media .icon-social .heateor_sss_sharing_container::before {
    content: "Share: ";
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
    float: left;
    color: var(--bs-gray);
    margin-right: 10px;
}
.social-media h2 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
}
/* author */
.item-news .desc ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.item-news .desc ul li {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    color: var(--bs-gray);
}
.item-news .thumb img {
    height: 250px;
    min-width: 100%;
    object-fit: cover;
}
.slide-posts .similar-posts h2 {
    font-family: var(--bs-font-sans-serif);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 26px;
}
.item-news:hover .desc .read-more {
    color: var(--bs-blue);
}
.item-news .desc .read-more {
    font-size: 15px;
    font-weight: 700;
    color: var(--bs-emphasis-color);
}