div#ctrl_20923_1142_UIGoldCustomer {
    margin: 24px 0;
}
h2 {
    font-size: 21px;
    color: #0f5e89;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 700;
    display: inline-block;
    padding-left: 0px;
    position: relative;
    margin: 0;
}
.title-block {
    text-align: center;
}
h2::before {
    content: '';
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: #0f5e89;
    transform: translateX(-50%);
}
.owl-stage-outer {
    margin-top: 20px;
    margin-bottom: 40px;
}

img:hover {
    opacity: 0.6;
}

#ctrl_34709_1142_UpdatePanelCustomer .owl-carousel .item {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}


#ctrl_34709_1142_UpdatePanelCustomer .owl-carousel .item img {
    display: block;
    margin: 0 auto;
    height: 136px;
    width: 136px;
    object-fit: contain;
    transition: transform 0.8s ease;
}

#ctrl_34709_1142_UpdatePanelCustomer .owl-carousel .item:hover img {
    transform: rotateY(360deg);
}

@keyframes bounceImage {
    0% { transform: translateY(0); }
    30% { transform: translateY(-12px); }
    60% { transform: translateY(6px); }
    100% { transform: translateY(0); }
}

#ctrl_34709_1142_UpdatePanelCustomer .owl-carousel .item .title {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.3s ease;
}

#ctrl_34709_1142_UpdatePanelCustomer .owl-carousel .item:hover .title {
    color: #d4af37; /* chuyển vàng khi hover */
}