.bottom-card a{ text-decoration: none; color: inherit; }
.bottom-card a h4 {
    margin: 5px 0 0;
}
.category-badge{
	color: #e62117 !important;
    font-size: smaller;
}
.category-badge:hover{
	text-decoration:underline !important;
}
.detailcontent img{
	max-width: 100%;
}
.breadcrumb a{ text-decoration:none; color: #e62117}
.danhmuc-title{
	text-decoration: none;
    color: #3bafeb;
}
.related-section {
    margin-bottom: 50px;
    border-bottom: 2px dashed #eee;
    padding-bottom: 30px;
}
.related-section h3 {
    font-size: large;;
    color: #2c3e50;
    margin-bottom: 20px;
}
.post-detail{
	font-size:large;
	    text-align: justify;
}
.post-detail a{
	text-decoration:none;
	color:#176faa;
}
.post-meta{
	font-size: small;
}
/*Phân trang blog*/
.pagination-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 30px 0;
    width: 100%;
}
.pag-btn {
    padding: 8px 16px;
    border: 1px solid #dee2e6;
    background: white;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.pag-btn:hover {
    border-color: #3498db;
    color: #3498db;
    background: #f0f7ff;
}
.pag-btn.active {
    background: #3498db;
    border-color: #3498db;
    color: white;
    cursor: default;
}
/* List category trong trang blog */
.category-nav-wrapper {
    width: 100%;
    margin: 20px 0 35px 0;
    border-bottom: 1px solid #eef2f5;
    padding-bottom: 10px;
}
.category-nav-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}
.category-nav-scroll::-webkit-scrollbar {
    display: none;
}
.cat-nav-item {
    display: inline-block;
    padding: 8px 18px;
    background: #f1f3f5;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    transition: all 0.25s ease;
}
.cat-nav-item:hover {
    background: #e9ecef;
    color: #3498db;
}
.cat-nav-item.active {
    background: #3498db;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.25);
    cursor: default;
}
.my-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	border-bottom: 1px dashed #ccc;
}
.my-col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.rowsm {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.colsm8, .colsm10, .colsm2, .colsm4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
	.my-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .colsm8{
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .colsm4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
	.colsm10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .colsm2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
	.image-center-container {
        display: flex !important; 
    }
}
.image-center-container {
    justify-content: center;
    align-items: center;
    min-height: 200px;
    width: 100%;
    border-left: 1px dashed #ccc;
	display: none;
}
.center-logo {
    max-width: 128px; 
    height: auto;
    animation-name: slow-spin-logo;
    animation-duration: 10s; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    backface-visibility: hidden;
}
@keyframes slow-spin-logo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.center-logo:hover {
    animation-play-state: paused;
}

.h1-title {
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    color: var(--vn-blue);
    font-size: 1rem;
}