.sidebar-one {
    background-color: #F4EEE5;
    border-radius: 30px;
}
.sidebar-one:not(.sidebar-tailieu) {
    margin-left: 20px;
}
.sidebar-tailieu{
    margin-right: 20px;
    padding-top: 30px;
}
.heading-box {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 20px;
}

.filter-content{
    padding: 20px;
    border-radius: 0 0 4px 4px;
    background: #FFF8E2;
    margin-bottom: 20px;
}

.list-attr{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.list-attr li{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.list-attr li a {
    display: flex;
    align-items: center;
}
.list-attr li a::before{
    content: "";
    background-image: url(../images/check-white.png);
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.list-attr li.active a::before{
    background-image: url(../images/check-blue.png);
}
.list-attr li.active{
    color: #14375F;
}
.item-attr + .item-attr {
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
}
.lockh-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    border-radius: 8px;
    background:#6C829A;
    padding: 16px;
    font-weight: 600;
    color: #fff !important;
}
.lockh-btn:hover{
    background-color: #14375F;
}
.attr-title{
    color: #E3322C;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.attr-title i{
    color: #000;
    font-size: 18px;
    transition: .3s all;
}
.attr-title.active i{
    transform: rotate(180deg);
}

/**/
/*sidear*/
.block-sidebar {
    position: relative;
    padding: 30px 30px 15px;
}
.block-sidebar.block-search input {
    padding: 0 1.5em;
    background: #fff;
    height: 50px;
    width: 100%;
    display: block;
    margin-right: .7em;
    border-radius: 99px;
    border: none;
    width: 100%;
}
.block-search form {
    position: relative;
}
.block-search button {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 40px;
    height: 40px;
    background-color:#ff6600;
    border-radius: 100%;
    border: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.block-sidebar.block-search img {
    position: absolute;
    top: -15px;
    right: 30px;
    max-width: 90px;
}
.banner-sb-about {
    border-radius: 30px;
    margin-bottom: 20px;
}
.block-sidebar ul {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0;
}
.block-sidebar ul li{
    color: rgba(0, 0, 0, 0.5);
}
li .comment-author-link {
    position: relative;
    top: 0px;
    color: #ff6600;
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 16px;
    font-style: italic;
}
.tagcloud .tag-cloud-link {
    font-size: 14px !important;
    line-height: 1.3em;
    display: inline-block;
    text-transform: lowercase;
    padding: 6px 22px 7px;
    margin-bottom: 10px;
    margin-right: 4px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-clip: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #fff;
    font-weight: 400;
    border-color: #F4EEE5;
}
.tagcloud .tag-cloud-link:hover {
    background-color: #ff6600;
    color: #fff;
}
.banner-sb{
    text-align: center;
}
/**/
.price_slider_wrapper{
    text-align: center;
}
.price_slider_wrapper input,
.price_slider_wrapper label{
    display: none;
}
.price_slider_wrapper .ui-widget-content,
.price_slider_wrapper .ui-slider-range {
  height: 3px !important;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
position: relative;
  top: -10px;
  background-color: #fff;
  border: 3px solid #ff6600;
  border-color: #ff6600;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  display: inline-block;
}
.price_slider_wrapper .ui-widget-content {
  background-color: #ea4a34;
  background-color: #fff;
}
.ui-slider .ui-slider-range {
  background-color: #ff6600;
}
.price_slider_wrapper {
  margin-top: 30px;
  position: relative;
  padding-bottom: 0px;
  margin-right: 8px;
}
.price_label {
    margin: 20px 0;
}
.price_slider_wrapper button{
    border: 0;
}
/**/
.control-sidebar {
    width: 40px;
    position: absolute;
    height: 40px;
    text-align: center;
    top: 55%;
    cursor: pointer;
    display: none;
    color: #fff;
    background: #14375F;
    padding: 5px 10px;
    z-index: 99999;
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    transform: rotate(180deg);
}

.sidebar-one .control-sidebar {
    left: -40px;
    right: auto;
}
.sidebar-one .control-sidebar.active i:before{
    content: '\f00d';
}

.sidebar-fa.fa {
    font-size: 18px;
    color: #fff;
    transform: rotate(180deg);
}


@media only screen and (max-width: 1200px) {
    /**/
    .heading_box {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .sb_filter_title {
        padding: 10px 0 10px 10px;
    }
    .block-sb-filter ul {
        padding: 20px 0 16px 15px;
    }
    .block-lh {
        padding: 20px;
    }
    /**/
    .attr-title{
        margin-bottom: 15px;
    }
    .heading-box {
        font-size: 20px;
    }
    /**/
    .block-sidebar {
        position: relative;
        padding: 10px;
    }
}
@media only screen and (max-width: 990px) {
    .sidebar-one {
        margin-left: 0;
    }
    .sidebar-one .item_post_content {
        padding-left: 10px;
    }
    .category-post {
        padding-left: 0;
    }
}
@media only screen and (max-width: 990px) {
    .sidebar-one{
        width: 100%;
        margin-right: 0;
    }

    .sidebar-one {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 99;
        top:0;
        right: -300px;
        width: 300px !important;
        border-left: solid 1px #bbbbbb;
        border-radius: 0;
    }

    .control-sidebar {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-one .sidebar-content {
        height: 100%;
        overflow-y: scroll;
        width: 100%;
        padding: 10px;
    }
    .sidebar-content {
        padding: 10px;
    }
    .title-sbmxh span{
        font-size: 15px;
    }
    .menu-category a {
        padding: 10px 15px;
        font-size: 15px;
    }
    .block-sidebar-mxh ul li a {
        margin-bottom: 15px;
    }
}