.archive-page .page-header {
    min-height: 650px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-page .page-header .page-title {
    font-size: 48px;
}

.archive-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.archive-list .item {
    width: 100%;
    border-radius: 1.9791666667vw;
    overflow: hidden;
    display: block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}

.archive-list .item .img {
    width: 100%;
    height: 13.0208333333vw;
    overflow: hidden;
}

.archive-list .item .text {
    padding: 1.6666666667vw 1.6666666667vw 1.6145833333vw 1.875vw;
    position: relative;
}

.archive-list .item .text h4 {

    color: #222;
    margin: 0 0 0.8333333333vw 0;
    line-height: 32px;
}

.archive-list .item .text .pick {
    line-height: 24px;
    color: #5f6c72;
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 1.3541666667vw;
}

.archive-list .item .text .time {
    color: #5f6c72;
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 400;
}

/*  */
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.pagination li {
    list-style: none;
}

.pagination a,
.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all 0.25s ease;
}

/* hover */
.pagination {
    justify-content: center;
}

.pagination .nav-links {
    display: flex;
    gap: 10px;
}

.pagination a:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* active */
.pagination .current {
    background: #333;
    color: #fff;
    border-color: #333;
    font-weight: 600;
}

/* prev next */
.pagination .prev,
.pagination .next {
    font-weight: 500;
}

/* single */

.single-page .banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-page .banner .t h1 {
    font-size: 48px;
}

/*  */
.single-content {
    margin: 4.16667vw 10.41667vw 6.25vw 10.41667vw;
}

.single-content .wrap {
    max-width: 45vw;
    margin: 0 auto;
}

.single-content .wrap .t h2 {
    color: #000;
    font-size: 1.875vw;
    text-transform: uppercase;
    font-weight: 500;
}

.single-content .wrap .tag {
    padding: .83333vw 0 1.5625vw 0;
    display: flex;
    border-bottom: 1px solid #D8D9DC;
}

.single-content .wrap .tag .p1 {

    font-size: .72917vw;
}

.single-content .wrap .tag .p1 a {
    text-decoration: none;
    color: #666;
}

.single-content .wrap .tag .time {
    margin-left: 3.02083vw;
    color: #666;
    font-size: .72917vw;
}

.single-content .wrap .content {
    margin: 4.0625vw 0;
    color: #666;
    font-size: .83333vw;
    line-height: 2;
}

/* related post */
.related-post {
    margin: 40px 0;
}

.related-posts {
    margin-top: 50px;
}

.related-posts h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.related-swiper .item {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.related-swiper .item a {
    color: #000;
}

.related-swiper .item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.related-swiper .item h4 {
    /* font-size: 14px; */
    margin: 10px 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    transition: all 600ms;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.related-swiper .item:hover {
    transform: translateY(-5px);
}

/* navigation đẹp hơn */
.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet-active {
    background: #333;
}
@media screen and (max-width:1024px) {
    .single-page .banner{
        min-height: 250px;
    }
    .single-page .banner .t h1{
        font-size: 24px;
    }
    .single-content{
        margin: 4.16667vw 0 6.25vw 0;
    }
    .single-content .wrap{
        max-width: 100%;
    }
    .single-content .wrap .t h2{
        font-size: 20px;
    }
    .single-content .wrap .tag .p1 a,.single-content .wrap .tag .time{
        font-size: 14px;
    }
    .single-content .wrap .content{
        font-size: 16px;
    }
    .related-posts .related-swiper{
        padding-bottom: 30px;
    }
}