/* style/th-thao-bng-.css */
.page-th-thao-bng_ {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-th-thao-bng_-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-th-thao-bng_-highlight {
    color: #E0B14A;
}

.page-th-thao-bng_-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.page-th-thao-bng_-btn-primary {
    background-color: #E0B14A;
    color: #0A2463;
    border: 2px solid #E0B14A;
}

.page-th-thao-bng_-btn-primary:hover {
    background-color: #cc9f3a;
    border-color: #cc9f3a;
}

.page-th-thao-bng_-btn-secondary {
    background-color: transparent;
    color: #E0B14A;
    border: 2px solid #E0B14A;
}

.page-th-thao-bng_-btn-secondary:hover {
    background-color: #E0B14A;
    color: #0A2463;
}

.page-th-thao-bng_-btn-outline {
    background-color: transparent;
    color: #0A2463;
    border: 2px solid #0A2463;
}

.page-th-thao-bng_-btn-outline:hover {
    background-color: #0A2463;
    color: #fff;
}

.page-th-thao-bng_-btn-link {
    background: none;
    border: none;
    color: #0A2463;
    padding: 5px 0;
    text-decoration: underline;
    font-weight: normal;
}

.page-th-thao-bng_-btn-link:hover {
    color: #E0B14A;
}

.page-th-thao-bng_-btn-small {
    padding: 8px 15px;
    font-size: 0.9em;
}

.page-th-thao-bng_-btn-large {
    padding: 15px 35px;
    font-size: 1.1em;
}

/* Hero Section */
.page-th-thao-bng_-hero {
    background: linear-gradient(135deg, #0A2463, #333);
    color: #fff;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.page-th-thao-bng_-hero-content {
    z-index: 1;
    max-width: 800px;
}

.page-th-thao-bng_-hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
}

.page-th-thao-bng_-hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-th-thao-bng_-hero-actions .page-th-thao-bng_-btn {
    margin: 0 10px;
}

.page-th-thao-bng_-hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    z-index: 0;
}

.page-th-thao-bng_-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* General Section Styling */
.page-th-thao-bng_-section {
    padding: 60px 0;
}

.page-th-thao-bng_-section:nth-of-type(even) {
    background-color: #f8f8f8;
}

.page-th-thao-bng_-section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 20px;
}

.page-th-thao-bng_-section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #555;
}

/* About Section */
.page-th-thao-bng_-features {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-th-thao-bng_-feature-item {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-th-thao-bng_-feature-item:hover {
    transform: translateY(-10px);
}

.page-th-thao-bng_-feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    color: #E0B14A;
}

.page-th-thao-bng_-feature-item h3 {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-th-thao-bng_-feature-item p {
    color: #666;
}

/* Bet Types Section */
.page-th-thao-bng_-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-th-thao-bng_-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.page-th-thao-bng_-bet-type-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #E0B14A;
}

.page-th-thao-bng_-bet-type-card h3 {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-th-thao-bng_-bet-type-card p {
    color: #666;
}

/* Guide Section */
.page-th-thao-bng_-steps {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.page-th-thao-bng_-steps li {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 70px;
}

.page-th-thao-bng_-steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 25px;
    background-color: #0A2463;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
}

.page-th-thao-bng_-steps li h3 {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-th-thao-bng_-steps li p {
    color: #555;
    margin-bottom: 15px;
}

/* Analysis Section */
.page-th-thao-bng_-content-with-image {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-th-thao-bng_-text-content {
    flex: 1;
    min-width: 300px;
}

.page-th-thao-bng_-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-th-thao-bng_-responsive-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-th-thao-bng_-text-content h3 {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-th-thao-bng_-text-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-th-thao-bng_-text-content ul li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23E0B14A"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #555;
}

/* Live Info Section */
.page-th-thao-bng_-info-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-th-thao-bng_-info-card h3 {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-th-thao-bng_-info-card p {
    color: #666;
    margin-bottom: 20px;
}

.page-th-thao-bng_-info-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Promotions Section */
.page-th-thao-bng_-promo-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-th-thao-bng_-promo-image {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.page-th-thao-bng_-promo-card h3 {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-th-thao-bng_-promo-card p {
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-th-thao-bng_-call-to-action {
    text-align: center;
    font-size: 1.2em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Tips Section */
.page-th-thao-bng_-tip-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-th-thao-bng_-tip-list li {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #0A2463;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    color: #555;
}

.page-th-thao-bng_-tip-list li strong {
    color: #0A2463;
}

.page-th-thao-bng_-final-cta {
    text-align: center;
    font-size: 1.2em;
    color: #0A2463;
    margin-top: 40px;
    font-weight: bold;
}

/* FAQ Section */
.page-th-thao-bng_-faq-item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-th-thao-bng_-faq-item h3 {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-th-thao-bng_-faq-item p {
    color: #555;
    margin-top: 10px;
}

/* CTA Footer Section */
.page-th-thao-bng_-cta-footer {
    background-color: #0A2463;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.page-th-thao-bng_-cta-footer .page-th-thao-bng_-section-title {
    color: #fff;
}

.page-th-thao-bng_-cta-footer .page-th-thao-bng_-section-description {
    color: #e0e0e0;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-th-thao-bng_-hero-title {
        font-size: 2.8em;
    }
    .page-th-thao-bng_-section-title {
        font-size: 2em;
    }
    .page-th-thao-bng_-features,
    .page-th-thao-bng_-content-with-image {
        flex-direction: column;
    }
    .page-th-thao-bng_-feature-item,
    .page-th-thao-bng_-text-content,
    .page-th-thao-bng_-image-wrapper {
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-th-thao-bng_-hero {
        padding: 60px 0;
        min-height: 400px;
    }
    .page-th-thao-bng_-hero-title {
        font-size: 2.2em;
    }
    .page-th-thao-bng_-hero-description {
        font-size: 1em;
    }
    .page-th-thao-bng_-hero-actions .page-th-thao-bng_-btn {
        margin: 10px 0;
        display: block;
    }
    .page-th-thao-bng_-section {
        padding: 40px 0;
    }
    .page-th-thao-bng_-section-title {
        font-size: 1.8em;
    }
    .page-th-thao-bng_-steps li {
        padding-left: 20px;
    }
    .page-th-thao-bng_-steps li::before {
        left: 0;
        top: 15px;
        width: 30px;
        height: 30px;
        font-size: 1.2em;
    }
    .page-th-thao-bng_-bet-type-card,
    .page-th-thao-bng_-info-card,
    .page-th-thao-bng_-promo-card,
    .page-th-thao-bng_-faq-item {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .page-th-thao-bng_-hero-title {
        font-size: 1.8em;
    }
    .page-th-thao-bng_-section-title {
        font-size: 1.5em;
    }
    .page-th-thao-bng_-steps li h3 {
        font-size: 1.3em;
    }
    .page-th-thao-bng_-text-content ul li {
        padding-left: 25px;
        background-size: 18px;
    }
}