        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; 
    
}

.banner-news img {
    object-fit: cover;
}
.tp-category-link {
    display: none;
}
.banner-text {
    background: linear-gradient(180deg, rgb(0 0 0 / 82%) 48.13%, rgb(0 116 249 / 0%) 100%);
}

.banner-text .tp-feature__heading {
    margin-bottom: 24px;
}

.banner-text .tp-feature__body svg {
    margin-top: 23px;
}

.tp-post__meta-subtitle {
    display: none;
}

.detail-news .tp-post_gic.tp-post__meta {
    font-size: 12px;
    opacity: 0.5;
    margin-bottom: 15px;
}

.detail-news .bp_news_img.tp-image {
    text-align: center;
    margin-bottom: 30px;
}

.detail-news .tp-title {
    margin: 10px 0 30px 0;
}

.detail-news .tp-body p {
    margin-bottom: 16px;
    line-height: 25px;
}

.detail-news .tp-body p em {
    color: #5C5C5C;
}

.detail-news .tp-body > :is(h3,h4,h5,h6){
    color: var(--tp-title-color);
}
.detail-news .tp-body > h3 {
    font-size: 22px;
}
.detail-news .tp-body h2 {
    font-weight: 600;
    color: var(--tp-title-color);
}

.detail-news .tp-body {
    color: var(--tp-text-color);
}

.news-line .tp-feature__text,
.news-line .tp-feature__body{
    position: relative;
}

.news-line .tp-feature__text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-primary);
}

.news-line .tp-feature__body::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--tp-primary);
    transform: rotate(45deg);
}

.news-line .tp-feature__body::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--tp-primary);
    transform: rotate(45deg);
}

.heading-category .tp-feature__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-family: var(--font-second);
}
.heading-category .tp-feature__heading > span {
    position: relative;
    background-color: #fff;
    padding-right: 10px;
}
.heading-category .tp-feature__heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.15;
}
.category-all {
    font-family: "Roboto";
    display: inline-block;
    color: var(--tp-accent) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    background-color: #fff;
    overflow: hidden;
    padding-left: 7px;
    z-index: 2;
}

.category-all svg path,
.slide-news-bottom .tp-btn svg path{
    fill: var(--tp-accent);
}

.slide-news-bottom .tp-post__group {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 15px;
}

.slide-news-bottom .tp-title:hover a {
    color: var(--tp-secondary) !important;
    transition: all .4s;
}

.slide-news-bottom .tp-btn {
    gap: 4px;
}

.slide-news-bottom .tp-btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    color: var(--tp-accent);
    font-weight: 600;
}

.slide-news-bottom .tp-btn svg,
.slide-news-bottom .tp-post__thumbnail img{
    transition: all .4s;
}

.slide-news-bottom .tp-btn:hover svg {
    transform: translateX(8px);
    transition: all .4s;
}

.slide-news-bottom .tp-post__thumbnail {
    overflow: hidden;
}

.slide-news-bottom .tp-post__thumbnail:hover img {
    transform: scale(1.1);
    transition: all .4s;
}

.slide-news-bottom .swiper-button-prev,
.slide-news-bottom .swiper-button-next {
    display: none;
}

.slide-news-bottom .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.slide-news-bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tp-secondary);
}

@media (max-width: 1600px) {
    .banner-text {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (max-width: 1400px) {
    .banner-text {
        padding: 30px !important;
    }
}

@media (max-width: 1200px) {
    .banner .tp-image img {
        min-height: 625px;
        object-fit: cover;
    }
    
    .banner-news img {
        min-height: 625px;
}

@media (max-width: 767.98px) {
    .banner-text .tp-feature__heading {
        margin-bottom: 10px;
    }
    
    .banner-text .tp-feature__body svg {
        margin-top: 5px;
    }
    
    .main-detail-news{
        margin-left: -11.25px !important;
    }
}
