        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; 
    
}


.detail-blog .tp-title {
    margin: 15px 0;
}

.detail-blog .tp-post_gic.tp-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.tp-post__meta label {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.detail-blog .tp-category-link {
    display: inline-block;
}

.tp-category-label,
#livesearch_332167076{
    display: none;
}

.tp-category-name {
    background-color: var(--tp-primary);
    color: #fff !important;
    display: inline-block;
    padding: 6px 8px;
    line-height: 16px;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    font-weight: 500;
}

.content_text_details {
    margin-bottom: 20px;
}

.bp_tag_item {
    background-color: var(--black);
    color: #fff !important;
    display: inline-block;
    padding: 6px 8px;
    line-height: 16px;
    border-radius: 0;
    font-size: 16px;
    border: none;
    font-weight: 500;
    transition: all .4s;
}

.bp_tag_item:hover {
    background-color: var(--tp-primary);
    transition: all .4s;
}


.sidebar-search {
    margin-bottom: 30px;
}
.sidebar-search form {
    position: relative;
}
.sidebar-search input.form-control {
    background-color: rgb(252, 238, 237);
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    color: var(--black);
}

.sidebar-search .tp-btn-text {
    display: none;
}

.sidebar-search .tp-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: transparent !important;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    color: var(--black) !important;
    z-index: 5;
}

#sc-379672051 span {
    font-size: 15px;
    color: #03070db3;
    display: inline-block;
    margin-bottom: 20px;
}

.client-info {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.client-info a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    transition: all .4s;
}

.client-info a:hover {
    background-color: var(--tp-primary);
    transition: all .4s;
}

.content-writer .content_button_link i {
    margin-left: 5px;
    transform: rotate(-45deg);
}

.content-writer .content_button_link {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 25px;
    display: block;
    background-color: var(--tp-primary);
    position: relative;
    color: #fff;
    text-transform: capitalize;
    overflow: hidden;
    transition: all .4s;
    z-index: 1;
}

.content-writer .content_button_link::before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: var(--black);
    transform: translateX(-101%);
    transition: all .4s;
    z-index: -1;
}

.content-writer .content_button_link:hover::before {
    transform: translateX(0);
    transition: all .4s;
}


.heading-box .tp-feature__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-box .tp-feature__heading i {
    font-size: 18px;
}

.sidebar-box__category .bp_category_option {
    display: block;
}

.sidebar-box__category .bp_category_option_item {
    justify-content: space-between;
    align-items: center;
    padding: 22px 25px;
    background-color: #fceeed;
    transition: all .4s;
}

.sidebar-box__category .bp_category_option_item:hover {
    background-color: var(--tp-primary);
    transition: all .4s;
}

.sidebar-box__category .bp_category_option_item:hover .tp-counter,
.sidebar-box__category .bp_category_option_item:hover .bp_name_category_option {
    color: #fff !important;
    transition: all .4s;
}

.sidebar-box__category .bp_category_option_item:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-box__category .bp_name_category_option  {
    margin-bottom: 0;
    transition: all .4s;
}

.latest-news > .row > .col:not(:last-child) {
    margin-bottom: 20px;
}

.latest-news .tp-post-item {
    background-color: #fceeed;
}

.latest-news .tp-col__content {
    align-content: center;
}

.latest-news .tp-post__thumbnail-wrapper {
    padding: 0;
    margin: 0;
}

.latest-news .tp-col__content {
    padding-left: 20px;
}

.latest-news .tp-post__thumbnail,
.latest-news .tp-post__thumbnail img {
    height: 100%;
    object-fit: cover;
}

.latest-news .tp-post__content {
    display: flex;
    flex-direction: column;
}

.latest-news .bp_tag {
    order: 0;
    margin-bottom: 10px;
}

.latest-news .tp-title {
    order: 1;
}

.latest-news .tp-post__meta {
    order: 2;
}

.latest-news .tp-title:hover a {
    color: var(--tp-primary) !important;
    transition: all .4s;
}

.tags .bp_list_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tags .bp_tag_item_link {
    display: inline-block;
    padding: 12px 15px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    margin-right: 0;
    border: none;
    background: rgb(252, 238, 237);
    transition: all .4s;
}

.tags .bp_tag_item_link:hover {
    background-color: var(--tp-primary);
    color: #fff !important;
    transition: all .4s;
}


.bp_comment {
    background-color: rgb(252, 238, 237);
    padding: 50px 30px 30px;
}

.bp_comment_title {
    font-size: 32px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.bp_comment input.form-control,
.bp_comment textarea {
    padding: 16px 20px;
    border: none;
    outline: none;
    border-radius: 0;
    color: #03070d80;
    box-shadow: none;
    font-weight: 500;
}


.bp_comment_submit,
.bp_btn_reply {
    background-color: var(--tp-primary);
}

@media (max-width: 1400px) {
    .bp_comment {
        padding: 30px;
    }
    
    .detail-blog__sidebar {
        padding-left: 30px !important;
    }
}


@media (max-width: 1200px) {
    .detail-blog__sidebar {
        padding-left: 11.25px !important;
    }
}




