.box-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.btn-download, .btn-search {
    background-color: #48217a;
    color: #fff;
    padding: 0 15px;
    letter-spacing: 1px;
    cursor: pointer;
    height: 33px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.btn-download i {
    display: none;
}

.btn-search {
    justify-content: center;
    margin-left: 10px;
}

.btn-download span, .btn-search span {
    margin-right: 5px;
}

.btn-download:hover {
    color: #fff;
    text-decoration: none;
}

.btn-download:visited {
    color: #fff;
    text-decoration: none;
}

.btn-download:focus {
    color: #fff;
    text-decoration: none;
}

.box-result {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-result > p {
    margin-bottom: 0;
    letter-spacing: 1px;
}

.box-result .box-btn {
    display: flex;
    align-items: center;
}

.box-result .box-btn .btn-download + .btn-download {
    margin-left: 10px;
}

.ymh-pagination {
    margin: 50px 0;
}

.table {
    margin-bottom: 0;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.update-date {
    text-align: right;
    margin-bottom: 20px;
    color: red;
}

.box-filter {
    position: relative;
    max-width: 1264px;
    padding: 0 32px;
    margin: 0 auto;
}

.filter {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 0 40px 60px;
    background-color: rgba(255, 255, 255, .6);
}

.filter, .filter .item {
    display: flex;
}

.filter .item {
    align-items: center;
}

.filter .item label {
    white-space: nowrap;
    margin-bottom: 0;
}

.filter .item .form-control {
    margin-left: 10px;
}

.filter .item + .item {
    margin-left: 25px;
}

.timbre-title {
    font-size: 36px;
    font-weight: normal;
    margin-top: 19px;
    margin-bottom: 9.5px;
}

.remark {
    margin-bottom: 50px;
}

.remark p {
    font-size: 12px;
}

.remark .remark-img {
    text-align: center;
}

.remark p img {
    width: 200px;
}

#pcategory {
    width: 240px;
}

#category {
    width: 240px;
}

@media all and (max-width: 414px) {
    .box-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .box-filter {
        max-width: 100%;
        padding: 0;
    }

    .filter {
        position: static;
        padding: 30px 20px;
        background-color: #F3F3F3;
    }

    .filter, .filter .item, .box-filter, .box-result, .box-result .box-btn {
        flex-direction: column;
    }

    .filter .item label {
        align-self: flex-start;
    }

    .filter .item + .item, .btn-search {
        margin-left: 0;
        margin-top: 20px;
    }

    .box-result .box-btn {
        margin-top: 20px;
    }

    .filter .item .form-control, .box-result .box-btn .btn-download + .btn-download {
        margin-left: 0;
        margin-top: 10px;
    }

    .btn-download i {
        display: block;
    }

    .timbre-title {
        font-size: 24px;
    }

    .update-date {
        text-align: left;
    }

    #pcategory {
        width: 100%;
    }

    #category {
        width: 100%;
    }
}