.item-themes {
    display: block;
    border-radius: 12px;
    position: relative;
        margin-bottom: 40px;
}
.item-themes .img {
    height: 430px;
    overflow: hidden;
    position: relative;
}

.item-themes .img {
    overflow: hidden;
    /* display: flex; */
    align-items: start;
    justify-content: center;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    position: relative;
    height: 278px;
}

.item-large .item-themes .img {
    height: 420px;
}

.item-themes .thumbnailWrapper img {
    display: block;
    transition: transform 3s linear;
    will-change: transform;
}
.item-themes .img img {
    transition: transform 1s ease;
    width: 100%;
    height: auto;
    max-width: 100%;
    will-change: transform;
}

.item-themes .price-label {
    background: linear-gradient(135deg, #ffa726, #ff9800);
    color: #FFF;
    padding: 25px 55px 10px;
    transform: translate(calc(-94px + 47px), 49px) rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /* font-weight: 700; */
    font-size: 16px;
}

.item-themes .discount {
    background: #F00;
    color: #FFF;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bvctheme-item .bvctheme-item__detail {
    padding: 15px;
}

.item--price-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #004bad;
}

.item--price-number-old {
    color: #29353e;
    font-size: 16px;
    font-weight: 400;
    /* text-decoration: line-through; */
    margin-left: 10px;
}

.price-box--left sub,
.theme-detail--price sub,
.theme-detail--old-price sub {
    bottom: 6px; 
    right: 2px;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.theme-detail--old-price {
    text-decoration: line-through;
    color: #666;
}

.bvctheme-item .button-action {
    margin-top: 12px;
    text-align: center;
}

.bvctheme-item .button-action .btnn {
    border-radius: 90px;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    min-width: 48%;
    text-align: center;
    color: #fff;
    outline: 0;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 17px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
    font-weight: 500;
}

.bvctheme-item .button-action .view-demo {
    background: #004bad;
    margin-right: 3px;
}

.bvctheme-item .button-action .view-demo:hover {
    background: #ffa726;
    border: 1px solid #ffa726;
    color: #FFF;
}

.bvctheme-item .button-action .view-detail {
    background: #fff;
    border: 1px solid #004bad;
    color: #004bad;
}

.bvctheme-item .button-action .view-detail:hover {
    border: 1px solid #ffa726;
    color: #ffa726;
}

.bvctheme-item {
    transition: .3s all ease-in-out;
    box-shadow: 0 4px 10px 0 #1c242826;
    background: #fff;
    border-radius: 10px;
}

.bvctheme-item .bvctheme-item_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}




.breadcrumb {
    padding: 10px 0px;
    list-style: none;
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ "
}

.breadcrumb>.active {
    color: #777
}

.block-breadcrumb {
    background-color: #e9ecef;
}

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

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    /* border: 1px solid #FFF; */
    background: #dbdbdb;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}
.feature-loop {
    padding: 0px 10px;
}

.item-slick-duan {
    padding: 0px 10px;
}
.pagination .page-link:hover {
    background: #ffa726;
    color: #fff;
    border-color: #ffa726;
}

.pagination .page-item.active .page-link {
    background: #ffa726;
    color: #fff;
    border-color: #ffa726;
    pointer-events: none;
}

.pagination .page-item.disabled .page-link {
    background: #f5f5f5;
    color: #aaa;
    border-color: #ddd;
    pointer-events: none;
}