.list_sidebar_cat {
    margin: 0 0 30px;
}
.list_sidebar_cat li {
    list-style-type: none;
}
 .list_sidebar_cat ul li a:hover {
    color: var(--main_bgr);
}
.list_sidebar_cat ul li a::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13px;
    margin-right: 6px;
    color: #4f4f4f
}
.list_sidebar_cat ul li.menu-item-has-children {
    position: relative;
}
.list_sidebar_cat ul li.menu-item-has-children .ic-sub-menu::before {
    content: none;
}
.list_sidebar_cat ul li.menu-item-has-children .ic-sub-menu {
    position: absolute;
    top: 8px;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: all .3s;
}
.list_sidebar_cat .sub-menu {
    padding-top: 6px !important;
    padding-left: 15px !important;
    height: 0 !important;
    display: block !important;
    opacity: 0 !important;
    transition: all .3s;
    visibility: hidden !important;
}
.list_sidebar_cat .sub-menu li a::before {
    content: '\f0c8';
    font-size: 6px;
    margin-right: 10px;
}
.list_sidebar_cat ul li.menu-item-has-children.active .sub-menu {
    height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all .3s;
}
.list_sidebar_cat ul li.menu-item-has-children.active .ic-sub-menu {
    transform: rotate(90deg);
    transition: all .3s;
}
.list_sidebar_cat ul li:last-child {
    border-bottom: none;
}
h3.title_sidebar, .list_sidebar_cat .widgettitle {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 7px;
	margin: 0;
	position: relative;
	color: #000;
	letter-spacing: 2px;
	font-size: 17px;
	text-transform: uppercase;
}
h3.title_sidebar:before, .list_sidebar_cat .widgettitle:before {
	content: '';
	position: absolute;	
	left: 0;
	width: 85px;
	background: #f2bd04;
	height: 3px;
	bottom: 0px;
}
aside.col-3 > ul {
    margin-top: 0;
}
aside.col-3 {
    border: solid 1px #dddd;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    max-width: 22%;
    padding: 0 7px;
}
.row.sec_pro_ntv .col-9 {
    flex: 0 0 78%;
    max-width: 78%;
    width: 78%;
}
aside h3.widgettitle {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 7px;
    padding-left: 0;
    margin: 0;
    position: relative;
    color: #000;
    letter-spacing: 2px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
}
aside h3.widgettitle:before {
    content: '';
    position: absolute; 
    left: 0;
    width: 85px;
    background: #f2bd04;
    height: 3px;
    bottom: 0px;
}
.list_sidebar_news .post_nd .title {
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.list_sidebar_news .post_nd p {
	font-size: 12px;
}
.item {
    display: flex;
    flex-direction: row;
    padding: 10px;
}
.list_sidebar_news .item {
    padding: 0;
    margin-bottom: 15px;
}
.list_sidebar_news .title_sidebar {
    margin-bottom: 20px;
}
.list_sidebar_news .item .post-thumb {
    width: 45%;
}
.list_sidebar_news .item .post-thumb a {
    margin-bottom: 3px;
}
.list_sidebar_news .item .post-thumb a, .list_sidebar_news .item .post-thumb a img {
    height: 100%;
    width: 100%;
}
.list_sidebar_news .item .post_nd {
    width: 55%;
}
.post_nd p, .list_sidebar_news .post_nd .title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post_date {
    display: flex;
    flex: 0 0 22%;
    max-width: 22%;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #f4f4f4;
    position: relative;
}
.post_nd {
    padding-left: 12px;
}
.post_date:before {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    background: #f2bd04;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: -5px;
    z-index: 4;
}
p.ngay {
    font-size: 30px;
    margin-bottom: 0;
}
p.nam {
    color: #757575;
    font-size: 13px;
    margin-bottom: 0;
}
.btn_xthembv {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #757575;
}
.btn_xthembv:hover {
    color: #f2bd04;
}
.post_nd h2 {
    font-size: 20px;
    color: #000;
}
.post_nd h2:hover {
    color: #f2bd04;
}
.post_nd p {
    color: #3b3333;
}
aside ul li.widget.WOOF_Widget {
    padding: 0px;
}
/* btn lọc */
.woof_container_inner.woof_container_inner_snphmmusc h4 {
    display: none;
}
.woof_closed_block { display: block!important; }
button.button.woof_reset_search_form {
    margin-left: 5px;
}
aside button.button.woof_submit_search_form {
    padding: 0.618em 1em;
    background-color: var(--main_bgr);
    color: #fff;
    border: none;
}
#open_sidebar, .close-sidebar-btn, #open_sidebar_post, .close-sidebar-post-btn {
    display: none;
}
label.woof_checkbox_label {
    font-size: 15px;
    margin-left: 0;
}
.single-post aside.col-3 {
    border: none;
    padding-left: 25px;
}
@media (max-width: 1024px){
    .row.sec_pro_ntv .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px){
    #open_sidebar, #open_sidebar_post {
        position: fixed;
        top: 30%;
        left: 0;
        width: 60px;
        height: 50px;
        text-align: center;
        z-index: 350;
        font-size: 1.5em;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 0;
        border-style: solid;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-color: unset;
        background-color: var(--main_bgr);
        color: var(--main_bgr);
        opacity: .9;
        transition: .2s all ease;
        -webkit-transition: .2s all ease;
    }
    #open_sidebar i, #open_sidebar_post i { font-size: 25px; color: #fff }
    .sec_pro_ntv .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }
    .close-sidebar-btn, .close-sidebar-pro-btn, .close-sidebar-post-btn {
        display: block;
        padding-top: 10px;
        text-align: right;
    }
    .close-sidebar-btn span, .close-sidebar-pro-btn span, .close-sidebar-post-btn span {
        color: #fff;
        font-weight: 700;
        background: #000;
        padding: 10px 15px;
    }
    aside.col-3.show, .col-3 aside.show {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        transition: .6s;
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 21px;
        overflow-y: scroll;
    }
    aside.col-3, .col-3 aside {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        transform: translateX(-100%);
        max-height: 100%;
        background: #fff;
        z-index: 999;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
        box-shadow: 2px 1px 4px #00000040;
    }
}

@media (max-width: 640px){
    aside.col-3, .col-3 aside {
        width: 85%;
    }
}
