:root {
        --swiper-navigation-size: 20px !important;
        --swiper-navigation-sides-offset: 0;
}
.SilderCategory .swiper-button-next,.SilderCategory .swiper-button-prev {
        background: rgba(255,255,255,.2);
        border-radius: 40px;
        border: 1px solid #d1d1d1;
        background: rgb(255 255 255 / 78%);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        /* left: -68px; */
        cursor: pointer;
        display: none;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,.45);
}
.SilderCategory .swiper-wrapper a::after {
        content: "Xem chi tiết";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px;
        border-radius: 24px;
        background: #0068b4;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        width: 130px;
        transition: all 300ms;
}
.SilderCategory .swiper-wrapper a:hover::after {
        bottom: 3px;
        background: #2563eb;
}
.SilderCategory .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px;
        border-radius: 12px;
        background-color: white;
        border: 1px solid transparent;
        transition: all 0.3s ease;
        text-decoration: none;
        cursor: pointer;
        background: linear-gradient(to bottom, #ffffff, #e6f2ff);
        height: auto;
        position: relative;
}
.SilderCategory .swiper-slide::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #2563eb;
        border-radius: 4px;
        -webkit-transition: ease-in-out 300ms;
        transition: ease-in-out 300ms;
}
.SilderCategory .swiper-slide:hover::after{
        width: 100px;
}
.SilderCategory .swiper-slide:hover{
        background-color: #eff6ff;
        border-color: #dbeafe;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
}
.SilderCategory .header {
        font-family: Merriweather;
        font-size: 26px;
        line-height: 1.4;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        color: #1e3a8a;
        font-weight: bold;
}
.SilderCategory .header::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #2563eb;
        border-radius: 4px;
}
.UISliderCategory_Default {
        padding: 10px 0;
        /* background: #BBE6F9; */
        /* border: 1px solid #ededed; */
        color: #334f97;
        border-radius: 3px;
        margin: 30px 0;
}
.SilderCategory {
        max-width: var(--main-width);
        margin: 0 auto;
}
.SilderCategory .content > .swiper  {
        width: 100%;
}
.SilderCategory .swiper-pagination {
        display: none;
}
.SilderCategory img {
        /* height: 200px; */
        width: 100%;
        /* aspect-ratio: 16/9; */
        max-width: 150px;
        margin: 0 auto;
        text-align: center;
}
.SilderCategory .swiper-wrapper a {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        height: 100%;
}
.SilderCategory .swiper-wrapper {
        padding: 20px 0;
}
.SilderCategory .catname {
        /* position: absolute; */
        bottom: 0;
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px 0;
        color: #314d96;
}
.SilderCategory .catname h6 {
        display: block;
        /* font-family: Arial; */
        font-size: 15px;
        line-height: 1.4;
        text-transform: uppercase;
        width: 100%;
        margin: 0;
}
@media only screen and (max-width: 1024px){
        .SilderCategory {
                max-width: 100vw; 
        }
}
@media only screen and (max-width: 768px){
        .SilderCategory {
                padding: 10px;
        }
}
