/* Dạng list */
.othersite-news-list .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eceff1;
    display: flex;
}

.othersite-news-list .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.othersite-news-list .img-outer {
    flex: 0 0 120px;
    max-width: 120px;
}

.othersite-news-list .img-outer .img {
    display: block;
    height: 0;
    padding-bottom: 70%;
    background-position: center center;
    background-size: cover;
}

.othersite-news-list .item-inner {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 10px;
}

.othersite-news-list .item-inner a {
    font-size: 14px;
    color: #252626;
    font-weight: 500;
}

/* Dạng tab */
.othersite-news-tab .nav-tabs {
    border-bottom: 2px solid #137bc5;
}

.othersite-news-tab .nav-tabs>li {
    padding: 7px 10px 7px 0;
}

.othersite-news-tab .nav-tabs>li>a {
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    padding-left: 10px;
    border-left: 1px solid #555;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    margin-right: 0;
}

.othersite-news-tab .nav-tabs>li:first-child>a {
    padding-left: 0;
    border-left: 0;
}

.othersite-news-tab .nav-tabs>li>a:hover {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-color: #555;
}

.othersite-news-tab .nav-tabs>li.active>a,
.othersite-news-tab .nav-tabs>li.active>a:hover,
.othersite-news-tab .nav-tabs>li.active>a:focus {
    color: #137bc5;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-color: #555;
}

.othersite-news-tab .othersite-news-list {
    margin-top: 15px;
}
