:root
{
    --adetail:blue;
    --spandetail:red;
}

/*table css style*/
table {
    width: 100%;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

.kc-news-content a
{
    color:var(--adetail);
   
}
.kc-news-content ul
{
    margin-left: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
}
.kc-news-content ul li
{
    margin: 0.5em 0;
    list-style: outside;
}
.kc-news-content span
{
    text-decoration: underline;
    color:var(--kccolorlink);
}
pre {
    display: block;
    white-space: pre;
    margin: 1em 0;
} 

/*định nghĩa thẻ ul li*/
.sa-info ul
{
    margin-left: 2em;
    margin-bottom: 1em;
}
.sa-info ul li
{
    margin: 0.5em 0;
    list-style: auto;
}
.sa-info ul li a
{
    color: green;
}

/*flex box css*/
.flex-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.col-68
{
    flex-basis: 68%;
}

.col-49
{
    flex-basis: 49%;
}

.col-30
{
    flex-basis: 30%;
}

.col-100
{
    flex-basis: 100%;
}

.col-23
{
    flex-basis: 23.5%;
}
.col-32
{
    flex-basis: 32%;
}

/*ẩn phần tử*/
.hide
{
    display: none;
}

.container-style
{
    width: 1200px;
    margin: 0 auto;
    padding: 0.6em;
}

/*nút tải thêm*/
.tai-them
{
    background: var(--yellow);
    color: black;
    padding: .5em 1em;
    font-weight: bold;
    border-radius: 4px;
}
.tai-them:hover
{
    color: black;
    background: var(--btn-hover);
}

/*cắt ngắn đoạn văn bản*/
.rut-gon-2
{
    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
}
.rut-gon-3
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.rut-gon-4
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 92px;
}

.bg-all
{
    padding-top: 110px !important;
    padding-bottom: 60px !important;
    background: rgba(0,0,0,0.82) url(../images/trang-chu/bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    *background-color: rgb(0,0,0) !important;
}

.bg-all
{
    background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), transparent url(https://carena.bolvo.com/wp-content/uploads/2017/12/bg-6.jpg) center center/cover no-repeat fixed;

}


