.sport-theme-nowgoal {
	.page-title{
    	font-size: 24px;
    }
    .st-dropdown-selected img{
        display:none;
    }
    .sport_theme_header-top-left {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .banner_before_header{
        display:none;
    }
    .header-logo img+img{
        display:none;
    }
    .header-logo img {
        height: auto !important;
    }
    .sport_theme_header-main {
        padding-top: 10px;
    }
    .swiper.banner_header_mobile{
    	display:none;
    }
    main .contain {
        display: flex;
        flex-wrap: nowrap;
    }
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }
}
.topnhacai-widget {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden; /* Important for slider */
    margin: 0 0 10px;
}

.topnhacai-widget::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, white, transparent);
    pointer-events: none;
    z-index: 1;
}

.topnhacai-widget .topnhacai-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.topnhacai-widget .topnhacai-title {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #070F03;
    line-height: 16px;
}

.topnhacai-widget .topnhacai-slider-nav {
    display: flex;
    gap: 8px;
}

/* Swiper Navigation Arrows */
.topnhacai-widget .topnhacai-unique-prev,
.topnhacai-widget .topnhacai-unique-next {
    display: flex;
    height: 20px;
    width: 20px;
    margin-top: 0;
    background-color: #f0f0f0;
    border-radius: 4px;
    color: #070F03;
    justify-content: center;
    transition: background-color 0.2s;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.topnhacai-unique-prev.swiper-button-disabled,
.topnhacai-unique-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.topnhacai-widget .topnhacai-unique-prev:hover,
.topnhacai-widget .topnhacai-unique-next:hover {
    background-color: #e0e0e0;
}

.topnhacai-swiper-container {
    overflow: hidden;
}

.swiper-slide {
    width: auto;
}

.topnhacai-item-slider {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.topnhacai-item-slider .topnhacai-logo-img {
    display: block;
    height: 38px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}
.title_nhacai_post{
    margin-top: 16px;
    margin-bottom: 16px;
}
.topnhacai-item-slider .topnhacai-button {
    text-align: center;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    color: white;
    border-radius: 2px;
    background: linear-gradient(0deg, #0C79E8 0%, #064B91 100%);
    box-shadow: 0px 0.359px 2.87px 0px #3BA0FF inset;
}
#render_footer_mb_float .close_banner
{
    display: none;
}
.topnhacai-item-slider .topnhacai-button:hover {
    opacity: 0.9;
}
.sport-theme-nowgoal .gutter_warp {
    width: calc((100vw - 1066px) / 2);
    display: flex;
}
.container+.gutter_warp {
    justify-content: flex-start;
}
.gutter_warp {
    justify-content: end;
}
@media (max-width: 768px) {
    .box-content{
    	img{
        	width: 100%;
            height: auto;
        }
    }
    .swiper-slide:nth-child(n+5) {
        display: none;
    }
}