
#postTab li button,
#postTab li button.active{
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

#postTab li button{
    color: #101010;
    position: relative;
}

#postTab li button::after{
    height: 4px;
    width: 100%;
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
}

#postTab.nav-tabs{
    border-bottom-color: #101010;
    justify-content: center;
    display: flex;
}

#postTab.nav-tabs li{
    width: 25%;
    display: flex;
    justify-content: center;
    margin-bottom: -3px;
}

#postTab.nav-tabs li .nav-link{
    width: 100%;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    border: none;
    color: #1A1A1A;
    position: relative;
    border-radius: 0px;
}

#postTab li button.active,
#postTab li button:hover{
    font-weight: bold;
}

#postTab li button.active::after,
#postTab li button:hover::after{
    background-color: #EB0A1E;
}

.widget-latest-post-tab {
    margin-top: 50px;
}

.widget-latest-post-tab .post-thumb img{
    width: 100%;
}

.widget-latest-post-tab .col-left{
    width: 70%;
    padding-right: 21px;
}

.widget-latest-post-tab .col-right{
    width: 30%;
    padding-left: 5px;
}

.widget-latest-post-tab .col-right .post-title,
.widget-latest-post-tab .col-left .post-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    margin-bottom: 5px;
}

.widget-latest-post-tab .col-right .item-wg-post{
    margin-bottom: 15px;
}

.widget-latest-post-tab .col-right .item-wg-post .post-thumb,
.widget-latest-post-tab .col-left .item-wg-post .post-thumb{
    margin-bottom: 10px;
    width: 100%;
}

.widget-latest-post-tab .col-right .item-wg-post .post-info,
.widget-latest-post-tab .col-left .item-wg-post .post-info{
    width: 100%;
    padding-left: 0px;
}

.widget-latest-post-tab .col-right .post-excerpt,
.widget-latest-post-tab .col-left .post-excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
}

#postTabContent .tab-pane .readmore-wrap a{
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #1A1A1A;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #1A1A1A;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    text-decoration: none;
}