.page-trang-web-c-c-c { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-trang-web-c-c-c h1, .page-trang-web-c-c-c h2, .page-trang-web-c-c-c h3 { color: #e94560; margin-bottom: 20px; text-align: center; } .page-trang-web-c-c-c strong { color: #00bcd4; } .page-trang-web-c-c-c__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 10px 20px 60px; overflow: hidden; box-sizing: border-box; background-color: #2e0033; } .page-trang-web-c-c-c__hero-section img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-trang-web-c-c-c__hero-content { position: relative; z-index: 1; max-width: 900px; } .page-trang-web-c-c-c__hero-section h1 { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #fff; } .page-trang-web-c-c-c__hero-section p { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); color: #ccc; } .page-trang-web-c-c-c__hero-cta { display: inline-block; background-color: #00bcd4; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-trang-web-c-c-c__hero-cta:hover { background-color: #0097a7; transform: translateY(-3px); } .page-trang-web-c-c-c__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: #2a2a4a; } .page-trang-web-c-c-c__payment-providers h2 { width: 100%; margin-bottom: 30px; color: #e94560; } .page-trang-web-c-c-c__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; background-color: #3e3e60; border-radius: 10px; display: flex; justify-content: center; align-items: center; padding: 10px; } .page-trang-web-c-c-c__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(0.2); transition: filter 0.3s ease; } .page-trang-web-c-c-c__payment-logo img:hover { filter: grayscale(0); } .page-trang-web-c-c-c__introduction, .page-trang-web-c-c-c__quick-access, .page-trang-web-c-c-c__games-showcase, .page-trang-web-c-c-c__promotions, .page-trang-web-c-c-c__security-cs, .page-trang-web-c-c-c__faq-section, .page-trang-web-c-c-c__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a1a2e; } .page-trang-web-c-c-c__introduction p, .page-trang-web-c-c-c__security-cs p { font-size: 1.1em; text-align: justify; margin-bottom: 20px; color: #ccc; } .page-trang-web-c-c-c__quick-access { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; background-color: #2a2a4a; } .page-trang-web-c-c-c__quick-access h2 { width: 100%; } .page-trang-web-c-c-c__quick-link-btn { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-trang-web-c-c-c__quick-link-btn:hover { background-color: #d1304a; transform: translateY(-2px); } .page-trang-web-c-c-c__game-grid, .page-trang-web-c-c-c__promo-grid, .page-trang-web-c-c-c__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-trang-web-c-c-c__game-card, .page-trang-web-c-c-c__promo-card, .page-trang-web-c-c-c__blog-card { background-color: #2a2a4a; border-radius: 15px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-trang-web-c-c-c__game-card:hover, .page-trang-web-c-c-c__promo-card:hover, .page-trang-web-c-c-c__blog-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .page-trang-web-c-c-c__game-image, .page-trang-web-c-c-c__promo-image, .page-trang-web-c-c-c__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-trang-web-c-c-c__game-card h3, .page-trang-web-c-c-c__promo-card h3 { font-size: 1.5em; margin: 20px 15px 10px; color: #00bcd4; } .page-trang-web-c-c-c__game-card p, .page-trang-web-c-c-c__promo-card p, .page-trang-web-c-c-c__blog-card p { font-size: 1em; padding: 0 15px; margin-bottom: 20px; color: #ccc; flex-grow: 1; } .page-trang-web-c-c-c__game-btn, .page-trang-web-c-c-c__promo-btn { display: inline-block; background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-trang-web-c-c-c__game-btn:hover, .page-trang-web-c-c-c__promo-btn:hover { background-color: #d1304a; } .page-trang-web-c-c-c__security-cs h3 { color: #00bcd4; font-size: 1.8em; text-align: center; margin-top: 30px; } .page-trang-web-c-c-c__contact-btn { display: block; width: fit-content; margin: 30px auto 0; background-color: #00bcd4; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-trang-web-c-c-c__contact-btn:hover { background-color: #0097a7; transform: translateY(-3px); } .page-trang-web-c-c-c__faq-list { margin-top: 30px; } .page-trang-web-c-c-c__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-trang-web-c-c-c__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #3e3e60; transition: background-color 0.3s ease; user-select: none; } .page-trang-web-c-c-c__faq-question:hover { background-color: #4a4a70; } .page-trang-web-c-c-c__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; text-align: left; flex-grow: 1; pointer-events: none; } .page-trang-web-c-c-c__faq-toggle { font-size: 1.5em; font-weight: bold; color: #00bcd4; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-trang-web-c-c-c__faq-item.active .page-trang-web-c-c-c__faq-toggle { transform: rotate(45deg); } .page-trang-web-c-c-c__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-trang-web-c-c-c__faq-item.active .page-trang-web-c-c-c__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-trang-web-c-c-c__faq-answer p { margin: 0; color: #ccc; font-size: 1em; } .page-trang-web-c-c-c__blog-card h3 a { color: #00bcd4; text-decoration: none; transition: color 0.3s ease; } .page-trang-web-c-c-c__blog-card h3 a:hover { color: #e94560; } .page-trang-web-c-c-c__blog-readmore { display: inline-block; background-color: #e94560; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; margin-bottom: 15px; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-trang-web-c-c-c__blog-readmore:hover { background-color: #d1304a; } @media (max-width: 768px) { .page-trang-web-c-c-c__hero-section { min-height: 400px; padding: 10px 15px 40px; } .page-trang-web-c-c-c__hero-section h1 { font-size: 2.2em; } .page-trang-web-c-c-c__hero-section p { font-size: 1em; } .page-trang-web-c-c-c__hero-cta { padding: 12px 25px; font-size: 1em; } .page-trang-web-c-c-c__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-trang-web-c-c-c__payment-logo, .page-trang-web-c-c-c__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-trang-web-c-c-c__introduction, .page-trang-web-c-c-c__quick-access, .page-trang-web-c-c-c__games-showcase, .page-trang-web-c-c-c__promotions, .page-trang-web-c-c-c__security-cs, .page-trang-web-c-c-c__faq-section, .page-trang-web-c-c-c__blog-section { padding: 40px 15px; } .page-trang-web-c-c-c__introduction p, .page-trang-web-c-c-c__security-cs p { font-size: 0.95em; } .page-trang-web-c-c-c__quick-access { gap: 10px; } .page-trang-web-c-c-c__quick-link-btn { padding: 10px 20px; font-size: 0.9em; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-trang-web-c-c-c__game-grid, .page-trang-web-c-c-c__promo-grid, .page-trang-web-c-c-c__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-trang-web-c-c-c__game-card, .page-trang-web-c-c-c__promo-card, .page-trang-web-c-c-c__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-trang-web-c-c-c__game-image, .page-trang-web-c-c-c__promo-image, .page-trang-web-c-c-c__blog-image { max-width: 100%; height: auto; } .page-trang-web-c-c-c__game-card h3, .page-trang-web-c-c-c__promo-card h3, .page-trang-web-c-c-c__blog-card h3 { font-size: 1.3em; } .page-trang-web-c-c-c__game-card p, .page-trang-web-c-c-c__promo-card p, .page-trang-web-c-c-c__blog-card p { font-size: 0.9em; } .page-trang-web-c-c-c__faq-question { padding: 15px; } .page-trang-web-c-c-c__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-trang-web-c-c-c__faq-answer { padding: 0 15px !important; } .page-trang-web-c-c-c__faq-answer p { font-size: 0.9em; } .page-trang-web-c-c-c__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-trang-web-c-c-c__blog-readmore { font-size: 0.8em; padding: 7px 12px; } }