.page-xx8 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-xx8__hero-section { background-image: url('[GALLERY:hero:1920x1080:xx8,casino,sports,vietnam]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px 80px; position: relative; overflow: hidden; padding-top: 10px; }.page-xx8__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1; }.page-xx8__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }.page-xx8__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-xx8__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }.page-xx8__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-xx8__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-xx8__btn:hover { background-color: #ff6f40; transform: translateY(-2px); }.page-xx8__btn--secondary { background-color: #007bff; }.page-xx8__btn--secondary:hover { background-color: #0056b3; }.page-xx8__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }.page-xx8__section-title { font-size: 2.5em; color: #e44d26; margin-bottom: 40px; position: relative; padding-bottom: 10px; }.page-xx8__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #007bff; border-radius: 2px; }.page-xx8__text-content { font-size: 1.1em; color: #555; text-align: left; margin-bottom: 30px; }.page-xx8__text-content p { margin-bottom: 15px; }.page-xx8__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-xx8__grid-item { background-color: #f9f9f9; padding: 30px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; }.page-xx8__grid-item-title { font-size: 1.8em; color: #e44d26; margin-bottom: 15px; }.page-xx8__grid-item-text { font-size: 1em; color: #666; }.page-xx8__image-wrapper { margin-bottom: 20px; }.page-xx8__image { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto; object-fit: cover; }.page-xx8__card { background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-xx8__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-xx8__card-image { width: 100%; height: 200px; object-fit: cover; }.page-xx8__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-xx8__card-title { font-size: 1.6em; color: #e44d26; margin-bottom: 15px; line-height: 1.3; }.page-xx8__card-title a { text-decoration: none; color: inherit; }.page-xx8__card-title a:hover { color: #007bff; }.page-xx8__card-description { font-size: 1em; color: #555; margin-bottom: 20px; flex-grow: 1; }.page-xx8__card-button { display: block; width: 100%; text-align: center; padding: 12px 0; background-color: #007bff; color: #fff; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-xx8__card-button:hover { background-color: #0056b3; }.page-xx8__faq-section { background-color: #f0f3f5; }.page-xx8__faq-list { margin-top: 40px; }.page-xx8__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-xx8__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #e44d26; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.2); transition: background-color 0.3s ease; }.page-xx8__faq-question:hover { background-color: #ff6f40; }.page-xx8__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-xx8__faq-toggle { font-size: 1.8em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; }.page-xx8__faq-item.active .page-xx8__faq-toggle { transform: rotate(45deg); }.page-xx8__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fff; color: #555; text-align: left; }.page-xx8__faq-item.active .page-xx8__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-xx8__faq-answer p { margin-bottom: 15px; }.page-xx8__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-top: 40px; }.page-xx8__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-xx8__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-xx8__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-xx8__blog-card { background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-xx8__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-xx8__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-xx8__blog-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-xx8__blog-card-title { font-size: 1.6em; color: #e44d26; margin-bottom: 15px; line-height: 1.3; }.page-xx8__blog-card-title a { text-decoration: none; color: inherit; }.page-xx8__blog-card-title a:hover { color: #007bff; }.page-xx8__blog-card-date { font-size: 0.9em; color: #888; margin-bottom: 10px; }.page-xx8__blog-card-description { font-size: 1em; color: #555; margin-bottom: 20px; flex-grow: 1; }.page-xx8__floating-buttons { position: fixed; right: 20px; bottom: 80px; z-index: 1000; display: flex; flex-direction: column; gap: 15px; }.page-xx8__floating-btn { background-color: #e44d26; color: #fff; border-radius: 50%; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; line-height: 1.2; }.page-xx8__floating-btn:hover { background-color: #ff6f40; transform: scale(1.05); }.page-xx8__floating-btn--login { background-color: #007bff; }.page-xx8__floating-btn--login:hover { background-color: #0056b3; }.page-xx8__list-container { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }.page-xx8__list-item { flex: 1 1 calc(33.333% - 20px); min-width: 280px; background-color: #f0f0f0; padding: 20px; border-radius: 8px; text-align: left; box-sizing: border-box; }.page-xx8__list-item h3 { color: #e44d26; margin-top: 0; }.page-xx8__list-item p { color: #666; }.page-xx8__list-item .page-xx8__btn { margin-top: 15px; }.page-xx8__quick-access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }.page-xx8__quick-access-links .page-xx8__btn { width: 100%; padding: 18px 20px; font-size: 1.1em; }.page-xx8__game-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-xx8__game-card { background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-xx8__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-xx8__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-xx8__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-xx8__game-card-title { font-size: 1.5em; color: #e44d26; margin-bottom: 15px; }.page-xx8__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; flex-grow: 1; }.page-xx8__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-xx8__promo-card { background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-xx8__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-xx8__promo-card-image { width: 100%; height: 200px; object-fit: cover; }.page-xx8__promo-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-xx8__promo-card-title { font-size: 1.6em; color: #e44d26; margin-bottom: 15px; line-height: 1.3; }.page-xx8__promo-card-description { font-size: 1em; color: #555; margin-bottom: 20px; flex-grow: 1; }.page-xx8__promo-card-button { display: block; width: 100%; text-align: center; padding: 12px 0; background-color: #007bff; color: #fff; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-xx8__promo-card-button:hover { background-color: #0056b3; }.page-xx8__contact-info { display: flex; flex-direction: column; align-items: center; margin-top: 30px; }.page-xx8__contact-item { display: flex; align-items: center; margin-bottom: 15px; font-size: 1.1em; color: #555; }.page-xx8__contact-item strong { color: #e44d26; margin-right: 10px; }.page-xx8__contact-item a { color: #007bff; text-decoration: none; transition: color 0.3s ease; }.page-xx8__contact-item a:hover { color: #0056b3; }.page-xx8__contact-icon { width: 24px; height: 24px; margin-right: 10px; }.page-xx8__social-media { margin-top: 30px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-xx8__social-link { display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-color: #007bff; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.8em; text-decoration: none; transition: background-color 0.3s ease, transform 0.2s ease; }.page-xx8__social-link:hover { background-color: #0056b3; transform: translateY(-3px); }.page-xx8__social-link img { width: 30px; height: 30px; object-fit: contain; filter: brightness(0) invert(1); }.page-xx8__logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 20px; justify-items: center; }.page-xx8__logo-item { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }.page-xx8__logo-item img { max-width: 100%; max-height: 100%; object-fit: contain; }.page-xx8__blog-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-xx8__blog-post { background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-xx8__blog-post:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-xx8__blog-post-image { width: 100%; height: 200px; object-fit: cover; }.page-xx8__blog-post-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-xx8__blog-post-title { font-size: 1.6em; color: #e44d26; margin-bottom: 15px; line-height: 1.3; }.page-xx8__blog-post-title a { text-decoration: none; color: inherit; }.page-xx8__blog-post-title a:hover { color: #007bff; }.page-xx8__blog-post-date { font-size: 0.9em; color: #888; margin-bottom: 10px; }.page-xx8__blog-post-summary { font-size: 1em; color: #555; margin-bottom: 20px; flex-grow: 1; }.page-xx8__blog-post-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-xx8__blog-post-link:hover { color: #0056b3; }@media (max-width: 768px) { .page-xx8__hero-section { padding: 80px 15px 60px; }.page-xx8__hero-title { font-size: 2.5em; }.page-xx8__hero-subtitle { font-size: 1.2em; }.page-xx8__hero-buttons { flex-direction: column; gap: 15px; }.page-xx8__btn { width: 100%; padding: 12px 20px; font-size: 1em; }.page-xx8__section { padding: 40px 15px; }.page-xx8__section-title { font-size: 2em; margin-bottom: 30px; }.page-xx8__text-content { font-size: 1em; }.page-xx8__grid { grid-template-columns: 1fr; gap: 20px; }.page-xx8__card { flex-direction: column; }.page-xx8__card-image { height: 180px; }.page-xx8__card-content { padding: 20px; }.page-xx8__card-title { font-size: 1.4em; }.page-xx8__card-description { font-size: 0.95em; }.page-xx8__card-button { padding: 10px 0; }.page-xx8__faq-question { padding: 15px 20px; }.page-xx8__faq-question h3 { font-size: 1.1em; }.page-xx8__faq-answer { padding: 0 20px; }.page-xx8__faq-item.active .page-xx8__faq-answer { padding: 15px 20px !important; }.page-xx8__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-xx8__payment-logo, .page-xx8__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-xx8__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-xx8__blog-card-image { height: 180px; }.page-xx8__blog-card-content { padding: 20px; }.page-xx8__blog-card-title { font-size: 1.4em; }.page-xx8__floating-buttons { right: 15px; bottom: 70px; gap: 10px; }.page-xx8__floating-btn { width: 50px; height: 50px; font-size: 0.85em; }.page-xx8__list-container { flex-direction: column; gap: 15px; }.page-xx8__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-xx8__list-item h3 { font-size: 1.3em; }.page-xx8__list-item p { font-size: 0.95em; }.page-xx8__quick-access-links { grid-template-columns: 1fr; gap: 15px; }.page-xx8__game-cards { grid-template-columns: 1fr; gap: 20px; }.page-xx8__promo-cards { grid-template-columns: 1fr; gap: 20px; }.page-xx8__contact-item { flex-direction: column; align-items: flex-start; text-align: left; }.page-xx8__contact-item strong { margin-bottom: 5px; }.page-xx8__social-media { gap: 15px; }.page-xx8__social-link { width: 45px; height: 45px; font-size: 1.5em; }.page-xx8__blog-list { grid-template-columns: 1fr; gap: 20px; }.page-xx8__blog-post-image { height: 180px; }.page-xx8__blog-post-content { padding: 20px; }.page-xx8__blog-post-title { font-size: 1.4em; }.page-xx8__blog-post-summary { font-size: 0.95em; }}