.node-lists {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px 25px 10px;
    border-radius: 7px;
}

.node-lists .bhw {
    max-width: 1000px;
    margin: auto;
}

.node-lists header {
    display: inline-block;
    padding: 0;
    width: 100%
}

.node-lists .block-header {
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.node-lists .block-header .block-title {
    padding: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #013b82;
}

.node-lists .block-header .block-title span {
    padding: 6px 14px 4px 17px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background: #013b82;
    z-index: 10
}

.node-lists .block-header .block-title a {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background: var(--ketabak-red);
    z-index: 10
}

.node-lists .block-header .block-title span {
    position: relative
}

.node-lists .block-header .block-title span:before {
    background: #013b82 none repeat scroll 0 0;
    content: "";
    height: 34px;
    position: absolute;
    right: 60px;
    top: 0;
    transform: skewX(-30deg);
    width: 75px;
    z-index: -1
}

.node-lists .block-header .block-more {
    position: absolute;
    left: 0;
    bottom: 10px
}

.node-lists .block-header .block-more a {
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 7px 3px 10px
}

.node-lists .block-header .block-more a i {
    position: relative;
    top: 2px;
    margin-left: 2px
}

.node-lists .views-content,
.node-lists .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    overflow: hidden;
    padding: 0
}

.node-lists .views-content {
    padding-bottom: 20px;
    position: relative;
    margin: 0 -10px
}

.node-lists .views-row {
    display: inline-block;
    flex: 0 0 20%;
    padding: 20px 10px 0;
    margin-bottom: 10px
}

.node-lists .views-content .views-row:nth-child(6)~.views-row {
    display: none
}

.node-lists .owl-carousel.views-content .views-row:nth-child(1)~.views-row {
    display: inline-block
}

.node-lists .views-row .title {}

.node-lists .views-row .title a {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    margin-bottom: 8px
}

.node-lists .views-row .image {
    margin-bottom: 10px
}

.node-lists .views-row .image img {
    border-radius: 6px;
    border: 1px solid #eee;
    width: 100%;
}

.node-view .image { margin-bottom: 15px; }

.node-lists .owl-nav {
    display: none
}

.node-lists .owl-dots {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 7px;
    overflow: hidden;
    max-width: 150px;
    margin: 31px auto 0
}

.node-lists .owl-dots button {
    display: inline-block;
    flex: 1;
    height: 4px;
    background: #eee;
    margin: 0;
    border-radius: 30px;
    margin: 0 5px
}

.node-lists .owl-dots button.active {
    background: var(--ketabak-red)
}

.node-lists .owl-carousel.owl-rtl .owl-item {
    padding: 0 0
}

.node-lists .views-row .date .field-content {
    color: #aaa;
    font-size: 11px
}

.node-lists .views-row .date .field-content svg {
    width: 9px;
    height: 9px;
    fill: #aaa;
    position: relative;
    top: 2px;
    margin-left: 2px
}

.node-lists-12.node-lists .views-content .views-row:nth-child(1)~.views-row {
    display: inline-block
}

.node-lists-12.node-lists .views-row {
    flex: 0 0 16.6%
}

@media screen and (max-width:950px) {
    .node-lists .views-row {
        flex: 0 0 25%;
    }
}

@media screen and (max-width:750px) {
    .node-lists .views-row {
        flex: 0 0 33.3%;
    }
}

@media screen and (max-width:550px) {
    .node-lists .views-row {
        flex: 0 0 50%;
    }
}