.page-li-ng-online-i-th-ng { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; } .page-li-ng-online-i-th-ng__header-brand { text-align: center; padding: 10px 0; background-color: #007bff; color: #fff; font-size: 24px; font-weight: bold; margin-bottom: 20px; } .page-li-ng-online-i-th-ng__hero-section { position: relative; padding: 10px 0 50px; background: linear-gradient(135deg, #0056b3, #007bff); color: #fff; text-align: center; overflow: hidden; } .page-li-ng-online-i-th-ng__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.7; } .page-li-ng-online-i-th-ng__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-li-ng-online-i-th-ng__hero-title { font-size: 48px; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-li-ng-online-i-th-ng__hero-subtitle { font-size: 24px; margin-bottom: 30px; } .page-li-ng-online-i-th-ng__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-li-ng-online-i-th-ng__button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 18px; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-li-ng-online-i-th-ng__button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-li-ng-online-i-th-ng__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-li-ng-online-i-th-ng__floating-button { background-color: #28a745; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 16px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-li-ng-online-i-th-ng__floating-button:hover { background-color: #218838; transform: scale(1.05); } .page-li-ng-online-i-th-ng__floating-button--login { background-color: #dc3545; } .page-li-ng-online-i-th-ng__floating-button--login:hover { background-color: #c82333; } .page-li-ng-online-i-th-ng__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-li-ng-online-i-th-ng__section:nth-of-type(even) { background-color: #eef4f8; } .page-li-ng-online-i-th-ng__section-title { text-align: center; font-size: 36px; color: #0056b3; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-li-ng-online-i-th-ng__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; } .page-li-ng-online-i-th-ng__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; justify-content: center; text-align: left; } .page-li-ng-online-i-th-ng__intro-text { flex: 1; min-width: 300px; } .page-li-ng-online-i-th-ng__intro-image { flex: 1; min-width: 300px; text-align: center; } .page-li-ng-online-i-th-ng__intro-image img { max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-li-ng-online-i-th-ng__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; text-align: center; } .page-li-ng-online-i-th-ng__access-item { background-color: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-li-ng-online-i-th-ng__access-item:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-li-ng-online-i-th-ng__access-item h3 { color: #007bff; margin-bottom: 15px; font-size: 22px; } .page-li-ng-online-i-th-ng__access-item img { max-width: 100px; height: auto; margin-bottom: 15px; } .page-li-ng-online-i-th-ng__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-li-ng-online-i-th-ng__game-card { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-li-ng-online-i-th-ng__game-card:hover { transform: translateY(-10px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); } .page-li-ng-online-i-th-ng__game-image { width: 100%; height: 200px; object-fit: cover; } .page-li-ng-online-i-th-ng__game-content { padding: 25px; } .page-li-ng-online-i-th-ng__game-content h3 { color: #0056b3; font-size: 24px; margin-bottom: 10px; } .page-li-ng-online-i-th-ng__game-content p { font-size: 16px; color: #555; margin-bottom: 20px; } .page-li-ng-online-i-th-ng__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-li-ng-online-i-th-ng__promotion-card { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-li-ng-online-i-th-ng__promotion-card:hover { transform: translateY(-10px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); } .page-li-ng-online-i-th-ng__promotion-image { width: 100%; height: 220px; object-fit: cover; } .page-li-ng-online-i-th-ng__promotion-content { padding: 25px; } .page-li-ng-online-i-th-ng__promotion-content h3 { color: #0056b3; font-size: 24px; margin-bottom: 10px; } .page-li-ng-online-i-th-ng__promotion-content p { font-size: 16px; color: #555; margin-bottom: 20px; } .page-li-ng-online-i-th-ng__support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; } .page-li-ng-online-i-th-ng__support-item { background-color: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-li-ng-online-i-th-ng__support-item:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-li-ng-online-i-th-ng__support-item h3 { color: #007bff; margin-bottom: 15px; font-size: 22px; } .page-li-ng-online-i-th-ng__support-item p { font-size: 16px; color: #555; } .page-li-ng-online-i-th-ng__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 0 auto; } .page-li-ng-online-i-th-ng__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07); } .page-li-ng-online-i-th-ng__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #007bff; color: #fff; font-size: 18px; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-li-ng-online-i-th-ng__faq-question h3 { margin: 0; font-size: 20px; color: #fff; pointer-events: none; } .page-li-ng-online-i-th-ng__faq-question:hover { background-color: #0056b3; } .page-li-ng-online-i-th-ng__faq-toggle { font-size: 24px; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-li-ng-online-i-th-ng__faq-item.active .page-li-ng-online-i-th-ng__faq-toggle { transform: rotate(45deg); } .page-li-ng-online-i-th-ng__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #f0f8ff; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-li-ng-online-i-th-ng__faq-item.active .page-li-ng-online-i-th-ng__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-li-ng-online-i-th-ng__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-li-ng-online-i-th-ng__blog-card { background-color: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-li-ng-online-i-th-ng__blog-card:hover { transform: translateY(-10px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); } .page-li-ng-online-i-th-ng__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-li-ng-online-i-th-ng__blog-content { padding: 25px; } .page-li-ng-online-i-th-ng__blog-content h3 { font-size: 22px; margin-bottom: 10px; color: #0056b3; } .page-li-ng-online-i-th-ng__blog-content p { font-size: 15px; color: #555; margin-bottom: 15px; } .page-li-ng-online-i-th-ng__blog-content a { text-decoration: none; color: #007bff; font-weight: bold; } .page-li-ng-online-i-th-ng__blog-content a:hover { text-decoration: underline; } .page-li-ng-online-i-th-ng__blog-date { font-size: 14px; color: #888; margin-top: 10px; } /* Responsive Design */ @media (max-width: 1024px) { .page-li-ng-online-i-th-ng__hero-title { font-size: 40px; } .page-li-ng-online-i-th-ng__hero-subtitle { font-size: 20px; } .page-li-ng-online-i-th-ng__section-title { font-size: 30px; } } @media (max-width: 768px) { .page-li-ng-online-i-th-ng__hero-title { font-size: 32px; } .page-li-ng-online-i-th-ng__hero-subtitle { font-size: 18px; } .page-li-ng-online-i-th-ng__hero-buttons { flex-direction: column; gap: 15px; } .page-li-ng-online-i-th-ng__button { padding: 12px 25px; font-size: 16px; } .page-li-ng-online-i-th-ng__section { padding: 40px 15px; } .page-li-ng-online-i-th-ng__section-title { font-size: 28px; margin-bottom: 30px; } .page-li-ng-online-i-th-ng__intro-content { text-align: center; } .page-li-ng-online-i-th-ng__intro-text, .page-li-ng-online-i-th-ng__intro-image { min-width: unset; width: 100%; } .page-li-ng-online-i-th-ng__quick-access-grid, .page-li-ng-online-i-th-ng__games-grid, .page-li-ng-online-i-th-ng__promotions-grid, .page-li-ng-online-i-th-ng__support-grid, .page-li-ng-online-i-th-ng__blog-grid { grid-template-columns: 1fr; } .page-li-ng-online-i-th-ng__access-item, .page-li-ng-online-i-th-ng__game-card, .page-li-ng-online-i-th-ng__promotion-card, .page-li-ng-online-i-th-ng__support-item, .page-li-ng-online-i-th-ng__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-li-ng-online-i-th-ng__faq-list { padding: 0 10px; } .page-li-ng-online-i-th-ng__faq-question { padding: 15px 20px; font-size: 16px; } .page-li-ng-online-i-th-ng__faq-question h3 { font-size: 18px; } .page-li-ng-online-i-th-ng__faq-answer { padding: 0 20px; } .page-li-ng-online-i-th-ng__faq-item.active .page-li-ng-online-i-th-ng__faq-answer { padding: 15px 20px !important; } .page-li-ng-online-i-th-ng__floating-buttons { right: 10px; bottom: 10px; gap: 8px; } .page-li-ng-online-i-th-ng__floating-button { padding: 10px 15px; font-size: 14px; } } @media (max-width: 480px) { .page-li-ng-online-i-th-ng__hero-title { font-size: 28px; } .page-li-ng-online-i-th-ng__hero-subtitle { font-size: 16px; } .page-li-ng-online-i-th-ng__button { padding: 10px 20px; font-size: 14px; } .page-li-ng-online-i-th-ng__section-title { font-size: 24px; } }