
.box-header {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #2462b6;
    margin-bottom: 30px;
}

.box-header span {
    background-color: #2462b6;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 8px 24px;
    display: inline-block;
}

.box-header i, .box-header .child-link {
    color: #2462B6;
    margin-top: 0.4em;
}

.box-header i {
    margin-right: 0.3em;
    margin-left: 0.3em;
}

.box-list {
    list-style: none;
    padding: 0;
}

.box-list-item {
    border-bottom: dotted 1px #848484;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .box-list-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

.box-slider {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.box-slider-item {
    padding: 0 15px;
}

.box-slider .slick-arrow {
    position: absolute;
    top: -65px;
    border: 0;
    background: transparent;
    color: #000000;
    font-size: 20px;
}

    .box-slider .slick-arrow:hover {
        color: #2462b6;
    }

    .box-slider .slick-arrow.slick-prev {
        right: 40px;
    }

    .box-slider .slick-arrow.slick-next {
        right: 10px;
    }

.box-list .slick-arrow {
    position: absolute;
    bottom: -25px;
    border: 0;
    background: transparent;
    color: #000000;
    cursor: pointer;
    font-size: 30px;
}

    .box-list .slick-arrow:hover {
        color: #2462b6;
    }

    .box-list .slick-arrow.slick-prev {
        right: 30px;
    }

    .box-list .slick-arrow.slick-next {
        right: 0;
    }

.box-content img {
    width: 100%;
    height: auto;
    max-width: none;
}

.box-item.grid {
    flex-wrap: wrap;
}

    .box-item.grid .box-item-image {
        margin: 0;
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 16px;
        max-width: none;
    }

        .box-item.grid .box-item-image img {
            width: 100%;
            height: auto;
            max-width: none;
        }

    .box-item.grid .box-item-image {
        flex: 1 1 100%;
        width: 100%;
    }

.box-item-image {
    line-height: 0;
    flex: 0 0 auto;
    width: auto;
    margin-right: 25px;
}

.box-item-content {
    flex: 1 1 0;
    width: auto;
}

    .box-item-content > *:last-child {
        margin-bottom: 0;
    }

.box-item-date {
    color: #848484;
}

    .box-item-date i {
        margin-right: 5px;
    }

.box-item-title {
    color: #222222;
}

    .box-item-title a {
        transition: all 0.3s;
        text-decoration: none;
        color: #222222;
    }

        .box-item-title a:hover {
            text-decoration: none;
            color: #848484;
            opacity: 0.5;
        }

.box-item-excerpt {
    text-align: justify;
    color: #848484;
}

.sidebar .box-header span {
    width: 100%;
}

@media (min-width: 768px) {
    .sidebar .box-header {
        margin-bottom: 0;
    }

    .sidebar .box-content {
        background-color: #f1f1f1;
    }
}

@media screen and (min-width: 768px) {


    :not(.box-slider-item) > .box-item {
        display: flex;
    }

    .box-item-image {
        max-width: 30%;
    }
}

@media screen and (max-width: 767px) {

    .box-item-image {
        max-width: 100%;
    }

    .box-item {
        display: block;
    }
}

.box-content.box-content-cnnv {
    display: flex;
    flex-wrap: wrap;
}

/*gioithieuchung.html*/
.box-content.box-content-gtc {
    border-color: #cccccc;
    border-style: solid;
}

.box-content.box-content-khenthuong, .box-content.box-content-lichlv, .box-content.box-content-post-detail {
    margin-top: 25px;
}

.box > .col .box {
    margin-left: -15px;
}

.box-header {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #2462b6;
    margin-bottom: 30px;
}

.box-header span {
    background-color: #042d65;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 8px 24px;
    display: inline-block;
}

.card {
    --bs-card-border-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.paginate-wrap {
    margin-top: 80px;
}

.pageInline {
    display: inline !important;
}

.pageactive {
    color: #ffffff !important;
    background-color: #0056b3 !important;
    border-color: #dee2e6 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

