.font-weight-bold{
    font-weight:600;
}
.text-right{
    text-align: right !important;
}
ul.listStyle-none li{
    list-style: none;
}
.detail-conference .nav-tabs .nav-link, .detail-conference .nav-tabs .nav-link:hover,  .detail-conference .nav-tabs .nav-link:focus{
    text-decoration: none  !important;
    color:#495057;
    border: none !important;
}
.detail-conference .nav-tabs .nav-link.active{
    border:none !important;
    border-bottom:solid 2px #0d6efd !important;
    color:#0d6efd !important;
}
.header-conferenceList-container{
    background: #efefef;
    border-radius:5px;
    
}
.header-conferenceList-img-container .home-cat-container .image img{
    max-height: 250px;
}