.UIServiceCategory_dang {
    /* background-color: #fff9f9; */
    /* border: 2px solid #da251d; */
    border-radius: 8px;
    /* padding: 20px; */
    /* box-shadow: 0 4px 15px rgba(218, 37, 29, 0.15); */
    display: block;
    /* max-width: 500px; */
}

.UIServiceCategory_dang .ServiceCategory {
    width: 100%;
}

.UIServiceCategory_dang .ServiceCategory .Title {
    display: none;
}
.UIServiceCategory_dang .ServiceCategory .Content,
.UIServiceCategory_dang .ServiceCategory .Content .nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.UIServiceCategory_dang .ServiceCategory .Content .nav .li-item {
    margin: 0;
    padding: 0;
}

.UIServiceCategory_dang .ServiceCategory .Content .nav .li-item .item {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: #074974;
    position: relative;
    overflow: hidden;
}

.UIServiceCategory_dang .ServiceCategory .Content .nav .li-item .item:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 16px rgb(21 42 205 / 40%);
}

.UIServiceCategory_dang .ServiceCategory .Content .nav .li-item .item img {
    display: block;
    position: absolute;
    right: 0;
    opacity: 0.8;
    top: 0;
}

.UIServiceCategory_dang .ServiceCategory .Content .nav .li-item .item .article-title {
    color: #fffe00;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
    z-index: 1;
    font-family: 'Merriweather';
}