.feature_header .archive_title {
    color: var(--c-212121);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    /* 125% */
    text-transform: uppercase;
}

.feature-posts {
    margin-top: 40px;
    margin-bottom: 40px;
}

.feature_header {
    margin-bottom: 36px;
}

.feature-wrapper {
    display: flex;
    gap: 20px;
}

.blog_item {
    margin-bottom: 30px;
}

.right_post-item {
    display: flex;
    gap: 10px;
}

.post_thumb {
    margin-bottom: 22px;
}

.post_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left_post .post_title {
    font-size: 18px;
    text-transform: uppercase;
}

.post_excrpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.right_post-item .post_thumb {
    width: 40%;
}

.right_post-item .post_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    text-transform: uppercase;
}

.right_post-item .post_content {
    width: 60%;
}

.right_post-item .post_content p {
    margin-bottom: 0;
}

.date {
    font-size: 14px;
    color: rgba(33, 33, 33, 0.9);
}

.right_post-item .post_excrpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;

}

/* .list-postc-cat{
    padding-bottom: 60px;
} */
.list-postc-cat .archive_header {
    margin-bottom: 40px;
}

.pagination .nav-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.pagination .page-numbers {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 5px 4px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #DFE3E8;
    font-size: 14px;
    background: #FFF;
    color: rgba(38, 38, 38, 0.60);

}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    border: 2px solid var(--c-red);
    background: #FFF;
    color: var(--c-red);
    font-weight: 700;
}

.archive-header {
    margin-bottom: 30px;
    margin-top: 30px;
}

#sidebar_single {
    position: sticky;
    top: 40px;
    width: 100%;
}

.sidebar_single.widget-area,
#product-sidebar .widget.widget_text {
    display: flex;
    width: 100%;
    padding: 10px 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0 0 14px 0 rgba(93, 93, 93, 0.25);
}

#product-sidebar .widget.widget_text form {
    margin-bottom: 0
}

.footer-widget.widget_text,
#product-sidebar .widget.widget_text .textwidget {
    background: #9C1316;
    padding: 20px;
    width: 100%;
}

.sidebar_single.widget-area button[type="submit"],
#product-sidebar .widget.widget_text .textwidget button[type="submit"] {
    width: 100%;
    border-radius: 12px;
    background: #E3262B;
    color: #fff;
    font-weight: 400;
    height: 46px;

}



.footer-widget.widget_text h3,
#product-sidebar .widget.widget_text .textwidget h3 {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

.footer-widget.widget_text input,
#product-sidebar .widget.widget_text .textwidget input {
    height: 46px;
    border-radius: 12px;
    background: #FBFBFB;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-widget.widget_text .wpcf7 {
    margin-top: 20px;

}

.footer-widget.widget_text input.wpcf7-submit {
    display: inline-flex;
    padding: 8px 70px 7px 71px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--c-red);
    width: 100%;
}

.related-posts {
    background-color: #FFFDF0;
    padding: 60px 0;
}

/*  */
.post-type-archive-video-noi-bat .feature-posts{
   
}
.post-type-archive-video-noi-bat .list-postc-cat{
    padding-top: 60px;
}
.feature-videos {
    padding: 60px 0;
    background-color: #eee;
}
.feature-videos .feature_header {
    display: flex;
    justify-content: center;
}
.feature-videos .feature_header .view_all_prd{
    width: 100%;
}
.feature-videos .left_post {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.feature-videos .right_post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;


}

.feature-videos .play {
    position: absolute;
   width: 50px;
    height: 43px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    /* top: calc(50% - 22.5px);
    left: calc(50% - 22.5px); */
    text-align: center;
}
.feature-videos .play span{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
}
.feature-videos .play .dashicons.dashicons-video-alt3{
   width: 100%;
    height: 100%;
    display: block;
    font-size: 40px;
    /* color: red; */
}
.feature-videos .right_post-item {
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.feature-videos .right_post-item .post_thumb,
.feature-videos .right_post-item .post_content {
    width: 100%;
    margin-bottom: 0;
}

.feature-videos .right_post-item .post_thumb img,
.feature-videos .left_post .post_thumb img {
    border-radius: 8px;
}

.feature-videos .right_post-item .post_thumb img {
    height: 133px;
    object-position: center;

}

.feature-videos .right_post-item .post_title {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width:768px) {
    .feature-videos .left_post .post_thumb img {
        /* min-height: 460px; */
    }
}

@media screen and (max-width:768px) {
    .feature_header .archive_title {
        font-size: 28px;
    }

    .feature-videos .right_post {
        display: none;
    }
}