        figure {
  margin: 0 auto;
}

figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.details_news img {
    margin: 30px auto;
}
.title_h1 {
    font-size: 32px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 15px;
}
.details_news p {
    font-size: 15px;
}
.tp-post_gic{margin-right: 10px;}
.tp-post__meta-value{padding-left:4px; 
    
}

.blog-descript .tp-title {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0;
}

.blog-descript .tp-body {
    font-size: 16px;
    line-height: 26px;
}

.blog-descript .bp-date-create {
    display: none;
}

/*.bp_comment .bp_comment_submit {*/
/*    background-color: var(--tp-primary);*/
/*}*/

/*.bp_comment .bp_btn_reply,*/
/*.bp_comment .bp_comment_submit {*/
/*    background-color: var(--tp-primary);*/
/*}*/

.bp_news_img.tp-image img {
    border-radius: 10px;
}
.sidebar-news {
    position: sticky;
    top: 120px;
}
.detail-news .bp_news_img.tp-image {
    margin: 20px 0;
}

.content_text_details.tp-body {
    color: var(--tp-text-color);
}

.content_text_details p {
    line-height: 30px;
    margin-bottom: 15px;
}

.content_text_details ul,
.content_text_details ol {
    padding-left: 20px;
}
.content_text_details ul li {
    list-style: disc;
}

.detail-news .content_text_details:is(h1,h2,h3,h4,h5,h6) h1, h2, h3, h4, h5, h6 {
    color: var(--tp-title-color);
}

.search-news input.form-control {
    height: 53px;
    width: 100%;
    padding: 0 60px 0 30px;
    border-radius: 6px !important;
    background-color: #EFFBFF;
    border: none;
    outline: none;
    font-size: 16px;
    box-shadow: none;
}
#livesearch_316003455 {
    display: none;
}

.search-news button.tp-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    min-width: 53px;
    height: 53px;
    border-radius: 0 6px 6px 0;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: var(--tp-primary);
    color: #fff;
    z-index: 5;
}

.search-news button.tp-btn:focus {
    background-color: var(--tp-secondary);
}

.search-news .tp-btn-text {
    display: none;
}


.recent-post .tp-post__thumbnail {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.recent-post .tp-post__thumbnail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center center;
    width: 200%;
    height: 0px;
    background-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 2;
    transition: 0.6s;
}

.recent-post .tp-post-item:hover .tp-post__thumbnail::before {
    height: 250%;
    background-color: transparent;
    transition: all .6s;
}

.recent-post .tp-post__thumbnail img {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 10px;
    object-fit: cover;
}

.recent-post .tp-title a {
    transition: all .4s;
}

.recent-post .tp-title:hover a {
    color: var(--tp-primary) !important;
    transition: all .4s;
}

.recent-post > .row > .col:not(:last-child) {
    margin-bottom: 27px;
}

.recent-post .tp-post__content,
.recent-post .tp-post__content-main {
    padding-left: 12px;
}

.tags-news .bp_list_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-news .bp_tag_item_link {
    display: inline-block;
    padding: 12px 16px;
    background-color: #EFFBFF;
    border: none;
    font-size: 16px;
    color: var(--tp-title-color);
    border-radius: 4px;
    line-height: 16px;
    margin-right: 0;
    transition: all .4s;
}
.tags-news .bp_tag_item_link:hover {
    background-color: var(--tp-primary);
    color: #fff;
    transition: all .4s;
}

 
.detail-news .bp_tag_item {
    padding: 8px 12px;
    border-radius: 30px;
    background-color: var(--tp-primary);
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    font-weight: 400;
    border-color: var(--tp-primary);
}

.detail-news .bp_tag_item:hover {
    background-color: #fff;
    color: var(--tp-primary);
}

.tp-post_gic.tp-post__meta {
    margin: 20px 0;
}
.tp-post_gic.tp-post__meta label {
    font-size: 14px;
}

.tp-post_gic.tp-post__meta i {
    color: var(--tp-primary);
}

