:root
{
    --adetail:blue;
    --spandetail:red;
}

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*/
.vx-col-l ul
{
    margin-left: 2em;
    margin-bottom: 1em;
}
.vx-col-l ul li
{
    margin: 0.5em 0;
    list-style: auto;
}
.vx-col-l ul li a
{
    color: green;
}

.video-container .al-box li
{
    margin-bottom: 2em;
}

.flex-box
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*nút tải thêm xe*/
.nut-tai-them a {
   

    font-weight: bold;
    width: 30%;
}

.btn-grad {
    background: var(--red-color);
}

.btn-grad {
    margin: 0 auto;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white !important;
    border-radius: 4px !important;
    display: block;
    cursor: pointer;
}

.btn-grad:hover {
    color: black !;
    background: var(--redHover);
}

@media only screen and (max-width: 768px)
{
    .nut-tai-them 
    {
        margin-bottom: 1em;
    }
    .video-container .al-box li
    {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px)
{
    .nut-tai-them a
    {
        width: 50%;
    }
}

@media only screen and (max-width: 420px)
{
    .nut-tai-them a
    {
        width: 100%;
    }
}

