.ui-banner-hlb {
    width: 1200px;
    height: 298px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ui-banner-hlb-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.ui-banner-hlb-slides li {
    min-width: 1200px;
    height: 298px;
}

.ui-banner-hlb-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui-banner-hlb-slogans {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: rgba(3, 101, 238, 0.675);
    color: white;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ui-banner-hlb-slogans li {
    margin-bottom: 20px;
}

.ullinehover-hlb{
    display: flex;
}

.ui-bnnerimg {
    margin-right: 10px;
}

.ui-bnnerimg img {
    width: 103px;
    height: 83px;
    object-fit: cover;
}
.ui-bnnerp-hlb .title a {
    text-decoration: none;
    color:#FFFFFF;
    font-size: larger;
    font-weight: bolder;
    cursor: pointer;
}
.ui-bnnerp-hlb .title a:hover{
    color:#E0E0E0;
}
.ui-bnnerp-hlb p{
    color:#E0E0E0;
    margin: 10px 0;
    font-size: 14px;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
}

.carousel-control-button {
    background: #3300FF;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    pointer-events: auto;
    border-radius: 50%;
}