/* Tab Box Style */
.tab-box .nav-link {
    color: #333;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
}
.tab-box .nav-link:hover {
    border-color: transparent;
}
.tab-box .nav-link.active {
    color: #fff;
}
.tab-box.green .nav-link.active {
    border-color: #607d8b;
    background-color: #607d8b;
}

.tab-box.blue .nav-link.active {
    /*    border-color: #0064b1;
        background-color: #0064b1;*/
    border-color: #2a80b9;
    background-color: #2a80b9;
    border-radius: 4px;
}
.tab-box.twitter-blue .nav-link.active {
    border-color: #55acee;
    background-color: #55acee;
    border-radius: 4px;
}
.tab-box .nav-tabs {
    /*    border-bottom: 1px solid transparent;*/
}
.tab-box .tab-content {
    /*    box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.3);*/
}
.tab-box .tab-content a>img{
    max-width: 100px;
    width: 100px;
    float: left;
    height: 60px;
    border-radius:3px;
}

.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}

.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}

.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:0px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}

.nav-tabs .nav-item {
    /*    width: 50%;
        text-align: center;*/
    text-align: center;
}

/* Tab style */
.news-tab-item {
    clear: both;
    font-size: 85%;
    display: flex;
    border-bottom: 1px solid #ccc;
    /*    border-radius: 3px;*/
    padding: 8px;
    font-family: arial;
    /*    text-align: justify;*/
}
.news-tab-item:hover {
    background-color: gainsboro;
}
.news-tab-item a {
    color: #212529;
    width: 100%;
}
.news-tab-item div {
    float: left;
}
.news-tab-item-clock {
    margin-right: 10px;
    font-size: 90%;
    color: #2d98e0;
    width: 46px;
}
.news-tab-item-body {
    /*        width: calc(100% - 121px);*/
    width: calc(100% - 66px);
    margin-right: 10px;
}
.news-tab-item-image {
    width: 48px;
    float: right !important;
}
.news-tab-item-image img {
    width: 100%;
}

.thumb-box .image {
    overflow: hidden;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}
.thumb-box .caption {
    color: #fff;
    padding: 10px;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    z-index: 7;
    bottom: 0;
    width: 100%;
}
@media (max-width: 991px) {
    .thumb-box .image {
        width: 100%;
        height: calc(100vw / 1.6);
    }
}
@media (min-width: 992px) {
    .thumb-box .image {
        width: 100%;
        height: calc(960px * 0.25 - 30px);
    }
}
@media (min-width: 1200px) {
    .thumb-box .image {
        width: 100%;
        height: calc(1140px * 0.25 - 30px);
    }
}

.tab-box.red .news-box-recent .caption .stat {
    color: #999;
}

.ss-content img {
    max-width: 120px;
    border-radius: 2px;
}
.ss-scroll {
    width: 8px !important;
}

.tab-content {
    min-height: 200px;
}

.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}

.scrollable {
    height: 510px;
}

/* News Recent Style */
.news-box-recent {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #9a9a9b47;
}
.news-box-recent a {
    text-decoration: none;
    color: #212529;
}
.news-box-recent .caption {
    margin-left: 110px;
    margin-top: 0px;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    font-family: arial;
    /* width: calc(100% - 190px); */
    /* float: right; */
    width: 65%;
}
.news-box-recent .caption .stat {
    color: #2d98e0;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    font-family: arial;
    margin-top: 3px;
}
.d-block{display:block!important}
.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}

.tab-box .nav-link {
    color: #333;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.tab-box.red .nav-link.active {
    border-color: #ee3660;
    background-image: linear-gradient(to right, #6336a2 , #fc6420);
    border-radius: 4px;
}
.tab-box .nav-link.active {
    color: #fff;
}