@import url(templates/_template-1.css);

@import url(banner/_banner.css);
@import url(breadcrumb/_breadcrumb.css);

@import url(schedule/_schedule.css);

/* dot*/

.dot--red {
    --red: var(--primary);
    position: relative;
}

.dot--red::after {
    width: 10px;
    height: 10px;
    background-color: var(--red);
    content: "";
    top: 50%;
    left: 0;
    position: absolute;
    border-radius: 50%;
    margin-top: -5px;
}

@media(min-width:992px){
    .bannerArticleDisplay{
        padding-top:200px;
    }
}
.chitietbaiviet table td span a{
    color:#4f81bd;
}