.archive-page-asli {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #F7EEE5;
    padding-bottom: 50px;
}
.archive-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;

}
.main-archive {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.archive-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /* justify-content: center; */
}
.archive-head h4 i{
    font-size: 18px;
    margin-left: 8px;
}
.archive-post .box-article-archive {
    display: flex;
    width: 31%;
    /* height: 440px; */
    margin-left: 7.5px;
    margin-right: 7.5px;
    justify-content: center;
    overflow: hidden;
    margin-top: 25px;
}
.archive-head {
    font-size: 20px;
    width: 100%;
}
.box-article-archive img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d3d3d3;
	border-radius: 14px 14px 0px 0px;
}
.box-article-archive h2 {
    font-size: 12px;
    text-align: center;
    padding: 0px 10px;
    color: #313131;
}
.box-article-archive h2 a{
    text-decoration: none;
    color: #313131;
    font-weight: bolder;
    display: block;
}
.box-article-archive:hover .btn-more {
    background: #e31e24;
    color: #fff;
    transition: all .2s ease-in-out;
}
.box-article-archive p {
    text-align: justify;
    overflow: hidden;
    color: #777;
    padding: 0 12px;
    height: 64px;
}
.box-article-archive .btn-more  {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    margin-top: 20px;
}
.box-article-archive > a{
    text-align: center;
}
.category-post .category-head {
    float: right;
    box-shadow: 0 4px 23px -17px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    padding: 4px 30px;
    font-size: 12px;
    margin-bottom: 20px;
    width: 96.5%;
}
.description-cat{
    display: flex;
    width: 100%;
}
.description-cat .taxonomy-description {
    width: 100%;
    text-align: justify;
    padding: 24px 0;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 12px;
}
.category-post .category-head .archive-title > span{
    color: #e31e24;
}