.hero-blog-detail{
    padding-left:1rem;
    padding-right:1rem;
}
.hero-blog-image{
    height:244px;
}
.g-40{
    --bs-gutter-y: 2.5rem;
    --bs-gutter-x: 2.5rem;
}
#listBlog{
    max-width: calc(1032px + 2rem);
}
#listBlog > .row{
    position:relative;
}
#listBlog > .row:after{
    content: '';
    display: block;
    background-image: url(../images/loading.svg);
    /* background-color:#141218b9; */
    background-size:80px;
    background-position: center;
    background-repeat: no-repeat;
    clear: both;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    opacity: 0;
    pointer-events: none;
    
}
#listBlog > .row.loading:after{
    opacity: 1;
    transition: .2s ease-in-out;
}
#listBlog > .row.loading > .blog-item{
    opacity: 0.3;
    pointer-events: none;
}
#pagination-blog .paginationjs-pages ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
    margin-top:2.5rem;
    list-style: none;
}
#pagination-blog .paginationjs-pages ul li{
    padding:.5rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    color:#E6E0E9;
    font-weight: 500;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
#pagination-blog .paginationjs-pages ul li.paginationjs-prev, #pagination-blog .paginationjs-pages ul li.paginationjs-next{
    color:#CAC4D0;
}
#pagination-blog .paginationjs-pages ul li.active{
    color:#381E72;
    background: #D0BCFE;
    border-radius: 100%;
}
.blog-content{
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF14;
    padding:1rem;
    border-radius: 1.5rem;
    row-gap: 1rem;
    height: 100%;
}

.blog-item .img-fluid{
    width:80px;
    height:80px;
    flex:none;
    object-fit: cover;
    border-radius: 1rem;
}
#breadcrumb *{
    transition: .2s ease-in-out;
}
#breadcrumb .link-home{
    color: var(--white-3);
}
#breadcrumb .link-home:hover *{
    color: var(--primary);
    fill: var(--primary);
}

#BlogDetail{
    color:var(--black-2);
}

#BlogDetail h1, #BlogDetail h2, #BlogDetail h3, #BlogDetail h4, #BlogDetail h5, #BlogDetail h6{
    font-weight: 700;
}
#BlogDetail a{
    color:#6750A4;
    text-decoration: underline;
}
#BlogDetail a:hover{
    color: var(--primary);
}
.max-w-100{
    max-width: 100% !important;
}
#eleGetInTouch > div{
    padding:1.5rem;
}
.container-blog-detail{
    max-width: calc(900px + 2rem);
}
#otherBlog{
    max-width: calc(1272px + 2rem);
}
#otherBlog .swiper-slide{
    width:392px;
}
#otherBlog .blog-content{
    flex-direction: column;
    min-height:410px;
    height:100%;
}
#otherBlog .blog-content img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / .725;
}
.profile-user img.avatar{
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 100%;
}
.placeholder{
    position: relative;
}
.image-wrapper{
    position:relative;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / .725;
}
.image-wrapper.placeholder::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    background-color: rgb(136, 136, 136);
}
.image-wrapper.placeholder::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    background-color: rgba(179, 179, 179, 1);
    animation: placeholder-glow 2s ease-in-out infinite;
}
.img-not-found{
    height:500px;
    object-fit: cover;
    object-position: center;
}

.main_thumbnail{
    width:100%;
    aspect-ratio: 16 / 9;
    max-height:570px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 576px) {
    .blog-item .img-fluid{
        width: 100%;
        height: auto;
        border-radius: 1.5rem;
        aspect-ratio: 1 / 1;
    }
    .blog-content{
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .hero-blog-detail{
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
}

@media (min-width: 992px) {
    #heroBlog{
        min-height:500px;
    }
    .hero-blog-image{
        height:100%;
    }
    #eleGetInTouch > div{
        padding:2.5rem;
    }
    #otherBlog .swiper-slide{
        width:397px;
    }
    .main_thumbnail{
        aspect-ratio: unset;
        height:100%;
    }
}

@media (min-width: 1200px) {
    .hero-blog-detail{
        padding-left:60px;
        padding-right:60px;
    }
}

@media (min-width: 1400px) {
    .hero-blog-detail{
        padding-left:120px;
        padding-right:120px;
    }
}
