.category-headding {

    margin-top: 0;

    font-size: 16px;

    color: #222;

    text-transform: uppercase;

    font-family: lato,sans-serif;

    font-weight: 700;

    letter-spacing: .5px;

}

.headding-border {

    position: relative;

    border-bottom: 1px solid #ddd;

    background-color: #ff7f00;

    margin-bottom: 30px;

}

.headding-border::before {

    position: absolute;

    bottom: -1px;

    width: 50px;

    height: 4px;

    background-color: inherit;

    content: '';

}

.headding-border::after {

    position: absolute;

    bottom: -1px;

    width: 15px;

    height: 4px;

    background-color: inherit;

    content: '';

    left: 53px;

}

.post-style2 {

    display: table;

    margin: 20px 0 30px;

    width: 100%;

}

.post-inner-image {

    overflow: hidden;

}

.post-style2 img, .latest-com img {

    display: table-cell;

    vertical-align: middle;transition: .3s ease-in-out;

}

.post-style2 img:hover, .latest-com img:hover {

    -webkit-transform: scale(1.125);

    transform: scale(1.125);transition: .3s ease-in-out;

}

.post-style2-detail, .latest-com-detail {

    display: table-cell;

    padding-left: 30px;

    vertical-align: middle;

}

.post-style2-detail h3 {
    font-family: 'Kanit';
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;    margin-bottom: 5px;
}
.post-style2 p {
        font-family: 'Kanit';
    margin-bottom: 0;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 6;

    -webkit-box-orient: vertical;

}

.post-style2 .btn-style {

    padding: 0px 15px;

    font-size: 11px;

    margin-top: 10px;

}



.btn-style {

    color: #fff;

    background-color: #ff7f00;

    border: 2px solid #ff7f00;

    border-radius: 30px;

    font-weight: 700;

    padding: 8px 25px;

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 1px;

}



@media (max-width: 480px){



.post-style2 {display: unset;margin: 20px 0 30px;width: 100%;}

.post-style2 img, .latest-com img {width: 100%;}

.post-style2-detail, .latest-com-detail {padding-top: 10px;}



}