h4.archive-heading {
    padding: 0;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 12px;
    font-size: 36px;
}

.item_post {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    opacity: 0.8;
}

.item_post:hover {
    opacity: 1;
}

.item_post a {
    text-decoration: none;
}

.item_post:hover h4 {
    text-decoration: underline;
}

.item_post_img {
    float: left;
    width: 41%;
    margin-right: 2%;
}

.item_post_img img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.item_post h4 {
    color: #000000;
    line-height: 1.1;
    margin: 0;
    font-size: 28px;
}

.item_post h4:hover {
    color: #FFD64F;
}

.item_post_content {
    float: left;
    width: 55%;
}

.post_date {
    font-size: 22px;
    color: #000000;
    margin: 5px 0 12px;
}

.post_excerpt p {
    margin: 0;
    margin-top: 30px;
    color: #000;
    line-height: 21px;
    font-size: 14px;
}

.btn.btn-primary {
    margin-top: 35px;
    float: left;
    font-weight: bold;
    color: black;
    background-color: white;
    border: 0.5px solid black;
    border-radius: 50px;
    padding: 5px 60px;
    text-decoration: none;
}

.btn.btn-primary:hover {
    background-color: #000;
    color: #fff;
}

.tags-cat {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: right;
    padding-top: 25px;
    border-bottom: 1px solid #eee;

}

.tags-cat .tags-title {
    font-weight: 700;
}

.tags-cat a {
    opacity: 0.8;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

nav.navigation.pagination {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

nav.navigation.pagination a.page-numbers {
    padding: 5px;
    text-decoration: none;
    color: #434343;
}

ul.page-numbers li .page-numbers.current {

    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
}

ul.page-numbers li a {
    color: #434343 !important;
}

.page-numbers.current {
    display: inline-block;
    margin: 30px 8px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

nav.navigation.pagination a.page-numbers:hover {
    text-decoration: underline;
}

/* single */

.single-post h2 {
    font-size: 16px;
}

/* page */

.page-heading {
    text-align: center;
    color: #018791;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    .phonering-alo-phone {
        left: 10px;
        top: 85%;
    }

    #phonering-zalo-phoneIcon {
        bottom: 100px;
        top: 85%;
        left: 80px;
    }

    h4.archive-heading {
        font-size: 24px;
    }

    .item_post_img {
        width: 100%;
    }

    .item_post_content {
        width: 100%;
    }

    .post_excerpt {
        font-size: 11px;
    }

    .item_post h4 {
        font-size: 13px;
    }

    .post_date {
        font-size: 10px;
        margin-top: 0px;
    }

    .post_excerpt p {
        margin: 0;
    }

}

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

    .post_excerpt {
        display: none;
    }

}