.page-game-d-i-thuong { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: 10px; } .page-game-d-i-thuong__hero-section { position: relative; width: 100%; height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; overflow: hidden; padding: 20px; box-sizing: border-box; } .page-game-d-i-thuong__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-game-d-i-thuong__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 0; } .page-game-d-i-thuong__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-game-d-i-thuong__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-game-d-i-thuong__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; } .page-game-d-i-thuong__cta-button { display: inline-block; background-color: #e60000; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-game-d-i-thuong__cta-button:hover { background-color: #cc0000; transform: translateY(-3px); } .page-game-d-i-thuong__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #222; border-bottom: 1px solid #333; } .page-game-d-i-thuong__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-game-d-i-thuong__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-game-d-i-thuong__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-game-d-i-thuong__section-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-game-d-i-thuong__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e60000; border-radius: 2px; } .page-game-d-i-thuong__text-content { font-size: 1.1em; color: #ccc; margin-bottom: 30px; text-align: left; } .page-game-d-i-thuong__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-game-d-i-thuong__card { background-color: #2a2a2a; border-radius: 10px; padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #333; } .page-game-d-i-thuong__card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-game-d-i-thuong__card-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; } .page-game-d-i-thuong__card-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-game-d-i-thuong__card-description { font-size: 1em; color: #ccc; } .page-game-d-i-thuong__game-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 40px; } .page-game-d-i-thuong__game-item { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; width: 280px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #333; } .page-game-d-i-thuong__game-item:hover { transform: translateY(-8px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .page-game-d-i-thuong__game-image { width: 100%; height: 180px; object-fit: cover; } .page-game-d-i-thuong__game-content { padding: 20px; } .page-game-d-i-thuong__game-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-game-d-i-thuong__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-game-d-i-thuong__game-button { display: inline-block; background-color: #e60000; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-game-d-i-thuong__game-button:hover { background-color: #cc0000; } .page-game-d-i-thuong__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-game-d-i-thuong__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #333; } .page-game-d-i-thuong__promo-card:hover { transform: translateY(-8px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .page-game-d-i-thuong__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-game-d-i-thuong__promo-content { padding: 20px; } .page-game-d-i-thuong__promo-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 10px; } .page-game-d-i-thuong__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-game-d-i-thuong__promo-button { display: inline-block; background-color: #e60000; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-game-d-i-thuong__promo-button:hover { background-color: #cc0000; } .page-game-d-i-thuong__faq-list { margin-top: 40px; text-align: left; } .page-game-d-i-thuong__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; border: 1px solid #333; } .page-game-d-i-thuong__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #333; border-radius: 8px; transition: background-color 0.3s ease; } .page-game-d-i-thuong__faq-question:hover { background-color: #444; } .page-game-d-i-thuong__faq-question h3 { margin: 0; font-size: 1.3em; color: #fff; pointer-events: none; } .page-game-d-i-thuong__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-game-d-i-thuong__faq-item.active .page-game-d-i-thuong__faq-toggle { transform: rotate(45deg); } .page-game-d-i-thuong__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #ccc; font-size: 1em; text-align: left; } .page-game-d-i-thuong__faq-item.active .page-game-d-i-thuong__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-game-d-i-thuong__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-game-d-i-thuong__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #333; } .page-game-d-i-thuong__blog-card:hover { transform: translateY(-8px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .page-game-d-i-thuong__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-game-d-i-thuong__blog-content { padding: 20px; } .page-game-d-i-thuong__blog-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-game-d-i-thuong__blog-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; } .page-game-d-i-thuong__blog-title a:hover { color: #e60000; } .page-game-d-i-thuong__blog-summary { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-game-d-i-thuong__blog-date { font-size: 0.85em; color: #888; } .page-game-d-i-thuong__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } @media (max-width: 768px) { .page-game-d-i-thuong__hero-section { height: 400px; padding: 15px; } .page-game-d-i-thuong__hero-title { font-size: 2.5em; } .page-game-d-i-thuong__hero-subtitle { font-size: 1.2em; } .page-game-d-i-thuong__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-game-d-i-thuong__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-game-d-i-thuong__payment-logo, .page-game-d-i-thuong__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-game-d-i-thuong__section { padding: 40px 15px; } .page-game-d-i-thuong__section-title { font-size: 2em; margin-bottom: 30px; } .page-game-d-i-thuong__text-content { font-size: 1em; } .page-game-d-i-thuong__grid, .page-game-d-i-thuong__promo-grid, .page-game-d-i-thuong__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .page-game-d-i-thuong__card, .page-game-d-i-thuong__game-item, .page-game-d-i-thuong__promo-card, .page-game-d-i-thuong__blog-card { padding: 20px; } .page-game-d-i-thuong__card-title { font-size: 1.5em; } .page-game-d-i-thuong__game-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-d-i-thuong__game-list { flex-direction: column; align-items: center; gap: 20px; } .page-game-d-i-thuong__faq-question h3 { font-size: 1.1em; } .page-game-d-i-thuong__faq-answer { font-size: 0.9em; padding: 0 15px !important; } .page-game-d-i-thuong__faq-item.active .page-game-d-i-thuong__faq-answer { padding: 15px !important; } .page-game-d-i-thuong__button-group { flex-direction: column; gap: 15px; } .page-game-d-i-thuong__button-group .page-game-d-i-thuong__cta-button { width: 100%; } } @media (max-width: 375px) { .page-game-d-i-thuong__hero-title { font-size: 2em; } .page-game-d-i-thuong__hero-subtitle { font-size: 1em; } .page-game-d-i-thuong__cta-button { padding: 10px 20px; font-size: 1em; } .page-game-d-i-thuong__section-title { font-size: 1.8em; } .page-game-d-i-thuong__faq-question { padding: 15px; } .page-game-d-i-thuong__faq-answer { padding: 0 10px !important; } .page-game-d-i-thuong__faq-item.active .page-game-d-i-thuong__faq-answer { padding: 10px !important; } }