.sort-head, .sort-list, .sort-list .sort-item h3 {
    margin-bottom: 20px
}

.content-detail .refList a {
    color: #ffead7;
    word-break: break-word
}

.content-detail figure figcaption {
    width: 100%;
    color: #c39e6d;
    background: rgba(48, 43, 41, .6);
    position: absolute;
    bottom: 0;
    font-size: 15px;
    text-align: center;
    padding: 5px
}

.page__vi .content-detail figure figcaption {
    font-family: OpenSans, sans-serif;
    font-size: 13.5px
}

.sort-results {
    font-size: 15px;
    color: #c39e6d
}

.sort-options {
    float: right;
    line-height: 31px
}

.sort-options label {
    font-size: 15px;
    color: #c39e6d;
    margin-right: 10px
}

.sort-options .nice-select, .sort-options select {
    width: 115px;
    background: #3b3a3a;
    color: rgba(255, 234, 215, .29);
    border: 0;
    display: inline-block;
    border-radius: 0;
    padding: 5px 10px;
    height: 35px;
    float: right;
    line-height: 25px
}

.sort-options .nice-select .list, .sort-options .nice-select:focus, .sort-options select .list, .sort-options select:focus {
    background-color: #3b3a3a;
    border-color: transparent;
    outline: 0;
    color: #fff
}

.sort-options .nice-select .option.focus, .sort-options .nice-select .option.selected.focus, .sort-options .nice-select .option:hover, .sort-options select .option.focus, .sort-options select .option.selected.focus, .sort-options select .option:hover {
    background-color: #495057
}

.sort-options-mb {
    width: 40px;
    height: 40px;
    background: url(../images/common/sort_icon.svg) center/25px 25px no-repeat;
    float: right
}

.sort-options-mb.asc {
    background: url(../images/common/sort_icon_back.svg) center/25px 25px no-repeat
}

.sort-head hr {
    background: #5e5e5e;
    width: 100%;
    margin: 15px
}

.sort-list .sort-item h3 a {
    text-transform: capitalize;
    text-decoration-line: underline;
    color: #ffead7;
    font-size: 20px;
    line-height: 34px
}

.sort-list .sort-item .col-image-sort {
    width: 85px;
    height: 60px
}

.sort-list .sort-item .col-text-sort {
    padding: 0 15px;
    flex: 1;
    position: relative
}

.sort-list .sort-item .col-text-sort .author {
    color: #6e6e6e;
    position: static;
    margin-top: -5px
}

.sort-list .sort-item .col-text-sort .sort-date {
    color: #6e6e6e;
    float: left;
    margin-right: 6px;
    font-size: 15px
}

.sort-list .row-sort {
    display: flex;
    padding-bottom: 21px
}

.steps .step-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 20px 12px 5px
}

.steps button span {
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500
}

.steps p {
    padding: 10px 15px
}

@media only screen and (max-width: 992px) {
    .steps button span {
        font-size: 18px;
        padding-left: 14px
    }

    .steps p {
        padding: 10px 5px
    }

    .card-text-lastest .image {
        width: 75px
    }
}

@media only screen and (max-width: 520px) {
    .steps .step-list {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .steps .step-item {
        flex-direction: row !important;
        align-items: center;
        margin-left: 0;
        margin-bottom: 0
    }

    .steps button span {
        font-size: 16px;
        padding-left: 0;
        transform: rotate(-90deg);
        display: block
    }

    .steps p {
        padding: 0 5px !important;
        display: inline-block;
        width: calc(100% - 80px)
    }

    .steps .btn-right {
        width: 70px;
        margin-right: 10px;
        display: inline-block;
        transform: rotate(90deg);
        height: 3em
    }

    .steps .btn-right:after, .steps .btn-right:before {
        height: 1.55em;
        transform: skew(35deg)
    }

    .steps .btn-right:after {
        height: 1.55em;
        transform: skew(-35deg)
    }
}