.img-post {

    width: 150px;

}



.img-post img {

    width: 100%;

    height: 108px;

    object-fit: cover;

    border-radius: 6px;

}



.info-post {

    flex: 1;

    padding-left: 12px;

}



.info-post h3 {

    color: #101828;

    font-size: 16px;

    font-style: normal;

    font-weight: 600;

    line-height: 24px;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}



.info-post .post-meta {

    font-size: 12px;

}



.block-sidebar {

    padding: 15px 20px 20px;

    background: #F5F5F5;

    border-radius: 6px;

}



.block-content .item-post {

    border-bottom: 1px solid #EAEAEA;

    padding-bottom: 20px;

    margin-bottom: 20px;

}



.category-menu li:last-child,

.block-content .item-post:last-child {

    border-bottom: 0;

    margin-bottom: 0;

    padding-bottom: 0;

}



.block-sidebar {

    margin-bottom: 20px;

}



.category-menu ul {

    margin: 0;

    list-style: none;

    padding: 0;

}



.category-menu li {

    padding-bottom: 20px;

    margin-bottom: 20px;

    border-bottom: 1px solid #EAEAEA;

}



/**/

.heading_box {

    color: #262626;

    font-size: 20px;

    font-weight: 700;

    line-height: 20px;

    /* 100% */

    text-align: center;

    margin-bottom: 40px;

}



.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);

}



/**/

.block-sidebar.block-sidebar-form {

    border-radius: 12px;

    border: 1px solid #013475;

    background: #FFF;

    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);

    padding-bottom: 0;

}



.sb-form-dki-title {

    color: #2854AB;

    text-align: center;

    font-size: 32px;

    font-style: normal;

    font-weight: 800;

    line-height: 40px;

}



.block-sidebar-form .form-input input {

    background-color: #fff;

    height: 48px;

    padding-left: 40px;

}



.block-sidebar-form .form-input input::placeholder {

    color: rgba(0, 0, 0, 0.28);

}



.block-sidebar-form label {

    color: #626262;

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

    line-height: 28px;

    display: block;

    margin-bottom: 10px;

}



.block-sidebar-form .row label {

    display: flex;

    align-items: flex-start;

    line-height: normal;

    margin-bottom: 10px;

    cursor: pointer;

}



.block-sidebar-form .row span {

    padding-left: 5px;

    color: #000;

    width: calc(100% - 16px);

    font-size: 14px;

}



.block-sidebar-form input[type="radio"] {

    display: inline-block;

    height: 16px;

    width: 16px;

    overflow: hidden;

    margin-top: -4px;

    vertical-align: middle;

    -webkit-appearance: none;

    -moz-appearance: none;

    background-color: transparent;

    background-repeat: no-repeat;

    background-position: 50% 50%;

    border: 1px solid #BCBCBC;

    transition: .2s ease-in-out;

    transition-property: background-color, border;

    border-radius: 100%;

    background-color: #fff;

    margin-top: 3px;

}



.block-sidebar-form input[type="radio"]:is(:checked, :focus) {

    border-color: #C30419;

    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23BF3127'/%3E%3C/svg%3E%0A");

}



.block-sidebar-form textarea {

    resize: vertical;

    border-radius: 6px;

    border: 1px solid #EAEAEA;

    width: 100%;

    padding: 10px;

    font-style: italic;

}



.block-sidebar-form textarea::placeholder {

    color: rgba(0, 0, 0, 0.20);

}



/**/

.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;

}



.sidebar-one .control-sidebar {

    right: -40px;

    left: auto;

}



.sidebar-one .control-sidebar.active i:before {

    content: '\f00d';

}



.sidebar-fa.fa {

    font-size: 18px;

    color: #fff;

    /*    transform: rotate(180deg);*/

}



.block-sidebar-form input,.block-sidebar-form select {

    background: #fff;

    border: 1px solid #D0D5DD;

    border-radius: 8px;

    padding: 10px;

    font-size: 14px;

    color: rgba(0, 0, 0, 0.4);

    width: 100%;

    height: 100px;

    line-height: 1.5;

}



.block-sidebar-form .btn-submit {

    /* background-color: #2854AB; */

    background-color: var(--text-color);

    color: #fff;

    margin-top: 10px;

    width: 100%;

    border: 1px solid #D0D5DD;

    height: 48px;

    width: 100%;

    border-radius: 8px;

    font-size: 14px;

    text-transform: none !important;

}





.block-sidebar-form input,.block-sidebar-form input::placeholder,.block-sidebar-form select {

    height: 48px;

    width: 100%;

    color: var(--text-color);

}



@media only screen and (max-width: 1200px) {

    .block-sidebar {

        padding: 20px 20px 0;

    }



    .sb-form-dki-title {

        font-size: 27px;

        line-height: 30px;

    }



    /**/

    .heading_box {

        font-size: 16px;

        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: 18px;

        padding: 10px;

    }



    .info-post h3 {

        font-size: 15px;

    }



    .img-post {

        width: 100%;

    }



    .info-post {

        flex: unset;

        padding: 10px 0 0;

    }

}



@media only screen and (max-width: 990px) {

    .sidebar-one {

        margin-left: 0;

    }



    .sidebar-one .item_post_content {

        padding-left: 10px;

    }



    .category-post {

        padding: 20px 10px;

    }

}



@media only screen and (max-width: 991px) {

    .sidebar-one {

        width: 100%;

        margin-right: 0;

    }



    .sidebar-one {

        position: fixed;

        background: #fff;

        top: 0;

        height: 100%;

        z-index: 9999;

        top: 0;

        left: -300px;

        width: 300px !important;

        border-left: solid 1px #bbbbbb;

    }



    .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;

    }

}