header .header-main {
    border-bottom: 2px solid var(--c-primary-color);
}

/* .c-footer  */
.c-border-footer {
    position: absolute;
    top: -30px;
    transform: translateY(-100%);
    left: 0;
}

.c-border-footer img {
    vertical-align: bottom;
}

.c-footer .c-footer-stack {
    display: flex;
    align-items: center;
    gap: 7px;
}

.c-footer .c-footer-stack span {
    font-size: 46px;
    font-weight: bolder;
    color: #6191D7;
}

.c-footer .c-footer-stack p {
    margin-bottom: unset;
    color: #6191D7;
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
}

.c-footer .c-stack {
    gap: 1rem;
}

.c-row-bank {
    background-color: #27376B;
    padding: 1rem;
    border-radius: 20px;
}

.c-row-bank .col {
    border: unset !important;
    padding: unset;
}

.c-row-bank .col .c-stack-bank {
    flex-wrap: wrap;
}

.c-row-bank .col .stack .img {
    max-width: 120px;
}

.c-footer .post-item .box-image {
    display: none;
}

.c-footer .post-item .post-title a {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100% !important;
}

.c-footer .post-item .post-title a:hover {
    color: var(--c-heading-color);
}

.c-footer .post-item {
    padding: unset;
}

.c-footer .post-item .box-text {
    padding: unset !important;
}

.c-footer-post {
    margin: unset !important;
}

.absolute-footer {
    background-color: #27376B;
}

.copyright-footer {
    font-size: 14px;
}

.header-button .button {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid;
    padding: 7px 1rem;
}

/* ..c-footer  */
/* .c-slide */
.c-slide-img {
    max-width: 350px;
}

.banner-layers {
    max-width: unset !important;
}

.c-btn-link-vao {
    max-width: 400px;
}

.c-img-title {
    max-width: 550px;
}

.c-img-co img {
    vertical-align: bottom !important;
}

/* ..c-slide */
/* .c-link-vao */
.c-link-vao .stack {
    gap: 20px;
}

.c-link-vao .stack .button {
    background-color: #273159;
    border: 1px solid;
    padding: 7px 1rem;
    display: flex;
    align-items: center;
    gap: 7px;
}

.c-link-vao .stack .button img {
    max-width: 25px;
}

/* ..c-link-vao */
/* .c-cate-nhan-dinh */
.c-cate-nhan-dinh .post-item .box-text {
    background-color: #27376B;
    padding: 8px;
}

.c-cate-nhan-dinh .post-item .post-title {
    display: none;
}
.c-cate-nhan-dinh .post-item .cat-label{
    font-size: 14px;
    opacity: 1;
}
/* ..c-cate-nhan-dinh */
/* .c-sidebar */
.c-sidebar .post-item .box-text{
    /* padding-top: 1rem ; */
    border-bottom: 1px solid #3E3E3E;
}
/* ..c-sidebar */

/* .c-404 */
.c-404 h1{
    font-size: 30px;
    color: #fff !important;
}
.c-404 p{
    line-height: 1;
}
.c-404 p span{
    font-size: 150px;
    font-weight: bold;
    color: var(--c-primary-color);
}
/* ..c-404 */