        .detail-guide .bp_lbl_news_more,
.sidebar-guide .video-guide,
.sidebar-guide .bp_news_more_item {
    display: none;
}

.detail-guide__content,
.sidebar-guide {
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,.05);
    border-radius: 16px;
    background-color: #fff;
}

.bp_news_img.tp-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.content_text_details {
    margin-top: 20px;
}

.content_text_details p {
    margin-bottom: 15px;
}

.bp_news_img.tp-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.78),
        rgba(0,0,0,.15)
    );
    display: none;
}

.bp_news_img.tp-image img {
    width: 100%;
    object-fit: cover;
    display: none;
}

.image-text {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    /*padding: 20px;*/
    width: 100%;
    z-index: 4;
}

.detail-guide__content iframe {
    width: 100%;
    object-fit: cover;
}


.video-guide iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
}

.popular-post > .row > .col:not(:last-child) {
    margin-bottom: 20px;
}

.popular-post .tp-post__thumbnail {
    height: 100%;
}

.popular-post .tp-post__thumbnail img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.popular-post .tp-post__content,
.popular-post .tp-post__content-main{
    padding-left: 10px;
}

.popular-post .tp-title a {
    transition: all .4s;
}

.popular-post .tp-title:hover a {
    color: var(--tp-primary);
    transition: all .4s;
}

@media (min-width: 1200px) {
    .sidebar-guide {
        position: sticky;
        top: 85px;
    }
}

@media (max-width: 1400px) {
    .detail-guide__content, .sidebar-guide {
        padding: 15px;
    }
    
    .popular-post .tp-col__content {
        align-content: center;
    }
}

@media (max-width: 767.98px) {
    .bp_news_img.tp-image img {
        height: 350px;
    }
    .popular-post .tp-post__content,
    .popular-post .tp-post__content-main{
        padding-top: 15px;
    }
}

