body{font-family:'Arial',sans-serif;margin:0;padding:0;background-color:#f4f7f6;color:#333}.page-trang-c{max-width:1200px;margin:0 auto;padding:10px}.page-trang-c__hero-section{position:relative;width:100%;height:auto;min-height:450px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:50px 20px 20px 20px;box-sizing:border-box;background-color:#1a237e;overflow:hidden;border-radius:10px;margin-bottom:20px}.page-trang-c__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.7}.page-trang-c__hero-content{position:relative;z-index:1;max-width:800px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.page-trang-c__hero-title{font-size:3em;margin-bottom:15px;line-height:1.2;font-weight:700}.page-trang-c__hero-subtitle{font-size:1.5em;margin-bottom:30px;font-weight:400}.page-trang-c__hero-buttons{display:flex;gap:20px;justify-content:center}.page-trang-c__button{display:inline-block;padding:12px 25px;background-color:#ffeb3b;color:#1a237e;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.1em;transition:background-color .3s ease,transform .3s ease;border:none;cursor:pointer}.page-trang-c__button:hover{background-color:#ffd600;transform:translateY(-2px)}.page-trang-c__section{background-color:#fff;padding:30px;margin-bottom:20px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.page-trang-c__section-title{font-size:2.2em;color:#1a237e;text-align:center;margin-bottom:30px;position:relative;padding-bottom:10px}.page-trang-c__section-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background-color:#ffeb3b;border-radius:2px}.page-trang-c__text-content{font-size:1.1em;line-height:1.7;text-align:justify;margin-bottom:20px}.page-trang-c__text-content p{margin-bottom:15px}.page-trang-c__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.page-trang-c__card{background-color:#f9f9f9;border-radius:8px;padding:25px;text-align:center;box-shadow:0 1px 5px rgba(0,0,0,.08);transition:transform .3s ease}.page-trang-c__card:hover{transform:translateY(-5px)}.page-trang-c__card-icon{width:80px;height:80px;margin:0 auto 15px;display:block;object-fit:contain}.page-trang-c__card-title{font-size:1.4em;color:#1a237e;margin-bottom:10px}.page-trang-c__card-description{font-size:.95em;line-height:1.6;color:#555}.page-trang-c__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.page-trang-c__game-card{background-color:#f9f9f9;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.page-trang-c__game-card:hover{transform:translateY(-5px)}.page-trang-c__game-image{width:100%;height:200px;object-fit:cover}.page-trang-c__game-content{padding:20px}.page-trang-c__game-title{font-size:1.5em;color:#1a237e;margin-bottom:10px}.page-trang-c__game-description{font-size:.95em;color:#555;margin-bottom:15px}.page-trang-c__promo-list{list-style:none;padding:0}.page-trang-c__promo-item{background-color:#f0f7ff;border-left:5px solid #1a237e;padding:20px;margin-bottom:15px;border-radius:5px;display:flex;align-items:center}.page-trang-c__promo-item-icon{font-size:2em;color:#1a237e;margin-right:15px}.page-trang-c__promo-item-text{flex-grow:1}.page-trang-c__promo-item-title{font-size:1.3em;color:#1a237e;margin-bottom:5px}.page-trang-c__promo-item-description{font-size:.95em;color:#555}.page-trang-c__faq-list{list-style:none;padding:0}.page-trang-c__faq-item{background-color:#f9ffef;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:15px}.page-trang-c__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;user-select:none;background-color:#e8f5e9;border-radius:8px;transition:background-color .3s ease}.page-trang-c__faq-question:hover{background-color:#dcecdb}.page-trang-c__faq-question h3{margin:0;font-size:1.2em;color:#1a237e;pointer-events:none}.page-trang-c__faq-toggle{font-size:1.8em;font-weight:700;color:#1a237e;transition:transform .3s ease;pointer-events:none}.page-trang-c__faq-item.active .page-trang-c__faq-toggle{transform:rotate(45deg)}.page-trang-c__faq-answer{max-height:0;overflow:hidden;padding:0 20px;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0}.page-trang-c__faq-item.active .page-trang-c__faq-answer{max-height:2000px !important;padding:20px !important;opacity:1}.page-trang-c__faq-answer p{margin-bottom:15px;line-height:1.6;color:#555}.page-trang-c__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.page-trang-c__blog-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.08);transition:transform .3s ease}.page-trang-c__blog-card:hover{transform:translateY(-5px)}.page-trang-c__blog-image{width:100%;height:180px;object-fit:cover}.page-trang-c__blog-content{padding:20px}.page-trang-c__blog-title{font-size:1.3em;color:#1a237e;margin-bottom:10px;line-height:1.4}.page-trang-c__blog-title a{text-decoration:none;color:inherit}.page-trang-c__blog-title a:hover{color:#ffeb3b}.page-trang-c__blog-summary{font-size:.9em;color:#555;margin-bottom:10px}.page-trang-c__blog-date{font-size:.85em;color:#888}.page-trang-c__fixed-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.page-trang-c__fixed-button{padding:10px 20px;background-color:#1a237e;color:#fff;border-radius:30px;text-decoration:none;font-weight:700;font-size:1em;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:background-color .3s ease,transform .3s ease}.page-trang-c__fixed-button:hover{background-color:#3f51b5;transform:scale(1.05)}.page-trang-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;margin-bottom:20px}.page-trang-c__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box}.page-trang-c__payment-logo img{display:block;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain}.page-trang-c__image-container{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;margin-bottom:20px}.page-trang-c__image-container img{max-width:100%;height:auto;display:block;border-radius:8px}.page-trang-c__list-container{width:100%;max-width:100%;box-sizing:border-box;padding:0}.page-trang-c__list-container ul,.page-trang-c__list-container ol{list-style:none;padding:0;margin:0}.page-trang-c__list-container li{box-sizing:border-box}.page-trang-c__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.page-trang-c__info-item{background-color:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 1px 5px rgba(0,0,0,.08);text-align:center}.page-trang-c__info-item h4{color:#1a237e;font-size:1.2em;margin-bottom:10px}.page-trang-c__info-item p{font-size:.95em;color:#555}.page-trang-c__info-item img{width:60px;height:60px;object-fit:contain;margin-bottom:10px}@media (max-width:768px){.page-trang-c{padding:0}.page-trang-c__hero-section{min-height:300px;padding:30px 15px 15px 15px;border-radius:0}.page-trang-c__hero-title{font-size:2em}.page-trang-c__hero-subtitle{font-size:1.2em;margin-bottom:20px}.page-trang-c__hero-buttons{flex-direction:column;gap:10px}.page-trang-c__button{width:100%;max-width:250px;margin:0 auto}.page-trang-c__section{padding:20px 15px;margin-bottom:15px;border-radius:0}.page-trang-c__section-title{font-size:1.8em;margin-bottom:20px}.page-trang-c__text-content{font-size:1em}.page-trang-c__grid,.page-trang-c__game-grid,.page-trang-c__blog-grid,.page-trang-c__info-grid{grid-template-columns:1fr;gap:15px}.page-trang-c__game-image{height:180px}.page-trang-c__game-content{padding:15px}.page-trang-c__game-title{font-size:1.3em}.page-trang-c__promo-item{flex-direction:column;align-items:flex-start;padding:15px}.page-trang-c__promo-item-icon{margin-bottom:10px}.page-trang-c__faq-question{padding:15px}.page-trang-c__faq-question h3{font-size:1.1em}.page-trang-c__faq-answer{padding:15px !important}.page-trang-c__blog-image{height:150px}.page-trang-c__blog-content{padding:15px}.page-trang-c__blog-title{font-size:1.1em}.page-trang-c__fixed-buttons{bottom:15px;right:15px}.page-trang-c__fixed-button{padding:8px 15px;font-size:.9em}.page-trang-c__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}.page-trang-c__payment-logo,.page-trang-c__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important}.page-trang-c__image-container img{max-width:100% !important;height:auto !important}.page-trang-c__list-container{width:100% !important;max-width:100% !important;padding:0 !important}.page-trang-c__list-container ul,.page-trang-c__list-container ol{padding:0 !important;margin-left:0 !important;margin-right:0 !important}.page-trang-c__list-container li{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important}}