/* blog */

.page-header {
    margin-top: 140px !important;
    margin-bottom: 10px !important;
}

#blogSidebar {
    padding: 20px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
}

#blogSidebar.navbar-expand-lg {
    position: static;
    width: 100%;
    overflow: hidden;
}

.sidebar-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
}

#blogSidebar .navbar-collapse .dropdown-menu .dropdown-item {
    padding-left: 1.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.005em;
    text-align: left;
}
#blogSidebar .sidebar-category > ul > li > a.nav-link {
    padding: 5px 0;
}

.sidebar-category > ul > li > a.nav-link > span {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.005em;
    text-align: left;
}

.sidebar-category .nav-item.active:after {
    display: none;
}

.sidebar-category .nav-item.active > a > span {
    color: var(--primary-color);
}

.blog-right {
    padding: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
}

.blog-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: var(--color-text-gray);
}

.post-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-item-loop {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 250px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 1, 0.1);
    overflow: hidden;
}

.post-item-loop .feature-image {
    width: 300px;
    height: 100%;
}

.post-item-loop .feature-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.info-post {
    flex: 1 auto;
    width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 20px;
}
.cat-content .posted-at {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.005em;
    text-align: left;
    color: var(--color-text-gray);
}
.title-post-item {
    font-size: 22px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #000;
}

.post-item-loop a {
    text-decoration: none !important;
}
.title-post {
    color: var(--color-text);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-bottom: 0;
}
.short-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.005em;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.read-more {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
}

/*.blog-single .feature-image img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.blog-single .feature-image {
    margin-bottom: 20px;
}

.page-blog {
    margin-bottom: 50px;
}
.blog-single .feature-image img {
    max-width:100%;
}
.list-group-item img {
    max-width: 100px;
}
