/* Font chuẩn Việt Nam - load trong functions.php (Be Vietnam Pro + fallback Segoe UI, Roboto) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-variant-numeric: slashed-zero;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Chuẩn hóa font tiếng Việt: Be Vietnam Pro, fallback font hệ thống hỗ trợ dấu */
html {
    font-family: "Be Vietnam Pro", "Segoe UI", system-ui, -apple-system, "Roboto", "Helvetica Neue", Arial, sans-serif;
}
input, button, textarea, select, optgroup {
    font-family: inherit;
}
body {
	line-height: 1;
    background: #05221E;
    color: #FFFFFF;
    font-family: "Be Vietnam Pro", "Segoe UI", system-ui, -apple-system, "Roboto", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    position: relative;
}
html {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
}
/* Chỉ trong card: tránh áp dụng toàn site gây lỗi ảnh khác */
.card_block_item img,
.card_block_item video,
.card_block_item iframe,
.card_block_list_item img,
.card_block_list_item video,
.card_block_list_item iframe {
    max-width: 100% !important;
    height: auto;
    display: block;
}
body > * {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

/* Cuộn mượt: trang + khối trượt ngang */
.card_block_list_wrap_overflow,
.promotions_wrapper_overflow,
.header_menu {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: reduce) {
    html,
    .card_block_list_wrap_overflow,
    .promotions_wrapper_overflow,
    .header_menu {
        scroll-behavior: auto;
    }
}

/* Custom Scrollbar Styles - Beautiful Design */
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track {
    background: #001914;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #F4E38B 0%, #F4DD62 30%, #FFBC44 60%, #B27F2A 100%);
    border-radius: 12px;
    border: 2px solid #001914;
    box-shadow: 0 2px 8px rgba(244, 221, 98, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #FFBC44 0%, #F4DD62 40%, #F4E38B 80%, #FFF9C4 100%);
    box-shadow: 0 3px 12px rgba(244, 221, 98, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #B27F2A 0%, #FFBC44 50%, #F4DD62 100%);
    box-shadow: 0 1px 4px rgba(244, 221, 98, 0.3);
}

::-webkit-scrollbar-corner {
    background: #001914;
}

/* Firefox scrollbar */
html {
    scrollbar-width: thin;
    scrollbar-color: #F4DD62 #001914;
}
body {
    scrollbar-width: thin;
    scrollbar-color: #F4DD62 #001914;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    box-sizing: border-box;
}
.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    width: 100%;
}
.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header_top_right > div {
    display: flex;
    gap: 8px;
    align-items: center;
}
.btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    width: fit-content;
    letter-spacing: 3%;
    padding: 12px;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
}
.btn svg {
    margin-left: 8px;
}

.header_menu ul {
    display: flex;
    padding: 8px;
    background: #001914;
    border-radius: 50px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
}
.header_wrap_top {
	background: #05221E;
	margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
header {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}
.header_top .btn.btn_v1 {
	background: #00302A;
	color: #ffffff;
	border: 1px solid #FFFFFF1A;
}
.header_top .btn.btn_v2 {
	background: linear-gradient(180deg, #F4E38B -24.36%, #F4DD62 23.01%, #B27F2A 100%);
	color: #060908;
}
.header_top .btn.btn_v3 {
	color: #ffffff;
	background: #FFFFFF1A;
	border-color: #FFFFFF66;
}
.header_top .btn.btn_v3:hover {
	color: #ffffff;
/*     border: 1px solid #10366B; */
    background: transparent;
	opacity: .5;
}
.header_menu ul li a {
    padding: 12px 16px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s linear;
    font-size: 14px;
	background: #00302A;
    color: #FFFFFF99 !important;
    line-height: 16px;
    text-align: center;
	border-radius: 50px;
}
.header_menu ul li a:hover {
    background: #004E44;
	color: #ffffff;
   
}
.btn.btn_v1 {
    color: #060908;
   background: linear-gradient(180deg, #F4E38B -24.36%, #F4DD62 23.01%, #B27F2A 100%);
}
.btn.btn_v1:hover {
    opacity: .7;
}
.btn.btn_v2 {
   color: #ffffff;
   background: #10366B;
}
.btn.btn_v2:hover {
    opacity: .7;
}
.btn.btn_v3 {
    color: #ffffff;
    border: 1px solid #10366B;
    background: transparent;
 }
.btn.btn_v3:hover {
    background: #10366B;
    color: #ffffff;
}
.header_top_right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero_title {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFCF73;
    margin-bottom: 16px;
}
.btn_big {
    padding: 16px;
}
.hero_title span {
    color: #ffffff;
}
.hero_text {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 24px;
}
.hero_block {
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 32px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.hero_wrap {
    max-width: 540px;
    width: 100%;
    box-sizing: border-box;
}
.hero_wrap_image {
    padding: 75px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    background-position: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
}
.card_block_item svg path {
    fill: #040404;
}
.card_block_item {
    background: radial-gradient(90.38% 208.16% at 82.11% 216.38%, #FFBC44 0%, #05221E 100%);
   	border: 1px solid #FFFFFF1A;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
}
.card_block_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 8px;
}
.card_block_item {
    padding: 24px;
    position: relative;
}
.card_block_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

/* PC: khối card dùng grid, không fix width/height */
@media (min-width: 769px) {
    .card_block_wrap_overflow {
        overflow: visible;
    }
    .card_block_wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        min-width: auto;
        max-width: 100%;
        padding-right: 0;
        gap: 16px;
    }
    .card_block_item {
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
    }
}
@media (max-width: 1200px) {
    .card_block_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
.card_block_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 20px;
}
.card_block_item > img {
    position: absolute;
    bottom: 0;
    right: 15px;
    max-width: 100px !important;
    max-height: 70px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}
.card_block_list_wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    width: 100%;
    box-sizing: border-box;
}
@media(max-width: 1200px) {
    .card_block_list_wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(max-width: 768px) {
    .card_block_list_wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}
.card_block_list_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
/* .card_block_list_item:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(228, 88, 250, 0) 46.25%, #E458FA 60.92%);
} */
.card_block_list_item_overflow {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(228, 88, 250, 0) 46.25%, #E458FA 60.92%);
}
/* Card: mobile/tablet dùng aspect-ratio + min-height, không cố height */
.card_block_list_item {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    aspect-ratio: 16/9;
    min-height: 180px;
    width: 100%;
    box-sizing: border-box;
}
/* Chỉ PC (màn hình >= 992px): card cố định 265px */
@media (min-width: 992px) {
    .card_block_list_item {
        height: 265px;
        min-height: 265px;
    }
}
.card_block_list_item_wrap {
    position: absolute;
    bottom: 8px;
    width: 100%;
    z-index: 5;
}
.card_block_list_item_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}
.card_block_list_item_text {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
}
.card_block_list_item_text_2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 8px;
}
.title {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
}
.margin {
    margin: 30px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.button_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_wrapper {
    margin-top: 16px;
}
.promotions_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    width: 100%;
    box-sizing: border-box;
}
@media(max-width: 991px) {
    .promotions_wrapper {
        grid-template-columns: 1fr;
    }
}
.promotions_item {
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    background-size: cover !important;
    width: 100%;
    box-sizing: border-box;
}
.promotions_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 8px;
}
.promotions_text {
    font-weight: 900;
    max-width: 200px;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 35px;
}

/* Section Hướng dẫn - H2 tối ưu SEO, UI đẹp */
.guide_section {
    width: 100%;
    box-sizing: border-box;
}
.guide_section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.guide_main_title {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
}
.guide_intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
    max-width: 720px;
}
.guide_steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}
.guide_step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-sizing: border-box;
    transition: background 0.2s, border-color 0.2s;
}
.guide_step:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}
.guide_step_num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #008B7C 0%, #005a50 100%);
    color: #ffffff;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 139, 124, 0.35);
}
.guide_step_content {
    flex: 1;
    min-width: 0;
}
.guide_step_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.guide_step_content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}
.guide_cta {
    margin-top: 28px;
    text-align: center;
}
.guide_cta .btn {
    display: inline-flex;
}

/* Trang nội dung: hero + section SEO, UI đẹp */
.page_hero {
    text-align: center;
    padding: 40px 0 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page_hero .page_title {
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    margin: 0 0 16px 0;
}
.page_hero .page_intro {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 720px;
    margin: 0 auto;
}
.page_section {
    margin-bottom: 36px;
}
.page_section h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 0 14px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(244, 221, 98, 0.4);
}
.page_section p {
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 14px 0;
}
.page_cta {
    text-align: center;
    margin-top: 40px;
    padding: 32px 0;
}
.page_cta .btn { display: inline-flex; }
@media (max-width: 768px) {
    .page_hero .page_title { font-size: 26px; line-height: 32px; }
    .page_hero { padding: 28px 0 24px; }
    .page_section h2 { font-size: 20px; }
}
@media (max-width: 768px) {
    .guide_main_title {
        font-size: 22px;
        line-height: 28px;
    }
    .guide_step {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }
    .guide_step_num {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .guide_step_title {
        font-size: 17px;
    }
    .guide_step_content p {
        font-size: 14px;
        line-height: 20px;
    }
}

.content .container {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.content h1 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 16px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    margin: 16px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.banner a {
    display: block;
}
.banner a img {
    border-radius: 50px;
    display: block;
    width: 100%;
}
.banner {
    margin: 16px 0;
}
.content p a {
    color: #FFCF73;
    font-weight: 700;
}
.content p strong {
    font-weight: bold;
}
.content ol {
    counter-reset: my-counter;
    margin: 16px 0;
}
.content ol li {
    counter-increment: my-counter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
}
.content ol li a {
    color: #00EDA6;
    display: contents;
    font-weight: 700;
}
h2 a, h3 a, h4 a, h5 a {
    color: #00EDA6;
    font-weight: 700;
}
.content ol li:not(:last-child) {
    margin-bottom: 16px;
}
.content ol li:before {
    content: counter(my-counter);
    height: 24px;
    width: 24px;
    min-width: 24px;
    margin-right: 8px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F4E38B -24.36%, #F4DD62 23.01%, #B27F2A 100%);
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    color:#060908;
}
.content h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    margin: 16px 0;
    color: #ffffff;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.content li strong, .content li b {
    font-weight: bold;
}
.header_menu ul li.current-menu-item a {
	border-bottom: 1px solid #FFBC44;
	background: #004E44;
    border-radius: 50px;
	color: #ffffff !important;
}
.content h3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    color: #ffffff;
    margin: 16px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.content ul {
    margin: 16px 0;
}
.content ul li {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    padding-left: 25px;
    line-height: 20px;
    position: relative;
}
.content ul li:not(:last-child) {
    margin-bottom: 16px;
}
.content ul li:before {
    content: '';
    left: 4px;
    top: 6px;
    position: absolute;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 100%;
   background: linear-gradient(180deg, #F4E38B -24.36%, #F4DD62 23.01%, #B27F2A 100%);
    display: block;
}
.player_reviews {
    margin: 32px 0;
    width: 100%;
    box-sizing: border-box;
}
.player_reviews .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.player_reviews_item {
    padding: 24px;
    background: #001914;
    border-radius: 12px;
    border-bottom: 3px solid #FFBC44;
}
.player_reviews_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    min-height: 100px;
    margin-bottom: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.player_reviews_bottom {
    display: flex;
    align-items: center;
}
.player_reviews_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    margin-left: 8px;
}
.player_reviews_bottom > img {
    max-width: 44px;
    display: block;
}
.title {
    position: relative;
}
.player_reviews .title .splide__arrow--next {
    right: 0;
}
.player_reviews .title .splide__arrow--prev {
    right: 30px;
    left: auto;
}
.splide__arrow {
    border-radius: 8px;
    background: transparent;
    border: 1px solid #4C426B;
}
.splide__arrow svg path {
    fill: #ffffff;
}
.faq {
    width: 100%;
    box-sizing: border-box;
}
.faq .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.faq_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 900;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}
.faq_text, .faq_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.faq_text p:not(:last-child) {
    margin-bottom: 16px;
}
.faq_text {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.faq_items {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.faq_item:not(:last-child)::after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    margin-top: 20px;
    max-height: 1px;
    width: 100%;
    background: linear-gradient(270deg, rgba(143, 143, 143, 0) 0%, #8F8F8F 50%, rgba(143, 143, 143, 0) 100%);
}
.faq_item:not(:last-child) {
    margin-bottom: 20px;
}
.faq_item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.faq_title svg:not(.rotated) {
    transform: rotate(180deg);
}
.faq_title.active {
    color: #008B7C;
}
.footer {
    margin-top: 64px;
    padding: 32px 0;
    background: #001914;
    width: 100%;
    box-sizing: border-box;
}
.footer_menus,
.footer_menu,
.footer_menu ul,
.footer_menu ul li,
.footer_menu ul li a,
.widget-area,
#footer-widget,
aside.footer-widget,
.widget,
footer .widget,
footer .widget-area,
footer aside {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}
.table_of_content_wrap {
    display: flex;
    align-items: center;
}
.table_of_content_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 12px 16px;
    color: #FFFFFF99;
/*     border-right: 1px solid #10366B; */
}
.table_of_content_wrap {
    padding: 8px;
    background: #001914;
    border-radius: 12px;
}
.table_of_content_items_wrap {
    width: 100%;
    overflow: auto;
}
.table_of_content {
    margin: 16px 0;
}
.table_of_content_items {
    display: flex;
	gap: 8px;
    width: max-content;
}
.table_of_content_wrap {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 10px;
}
.table_of_content_items a {
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
	border-radius: 50px;
    transition: all .3s linear;
    line-height: 16px;
    text-align: center;
    padding: 12px 16px;
	background: #00302A;
    color: #FFFFFF99;
}
.table_of_content_items a:hover {
    color:#6F6F6F;
}
.footer_logos {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    justify-content: center;
}
.footer_logos:after {
    content: '';
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    display: block;
}
.footer_logos:before {
    content: '';
    height: 1px;
    display: block;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.footer_copy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    text-align: center;
    color: #99A3A1;
}
.footer_copy svg {
    margin-left: 16px;
}
.footer_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #99A3A1;
}
.footer_logos img {
    display: block;
}
.breadcrumbs .home span {
    font-size: 0;
    background-image: url(../images/uploads/2025/04/Vector-43.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    background-color: #001914;
    min-width: 28px;
    height: 28px;
    border-radius: 4px;
    display: block;
}
.breadcrumbs {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
}
.breadcrumbs span:not(:first-child) {
    background-color: #001914;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 4px;
    border-radius: 4px;
    color: #ffffff;
}
body:not(.home) .hero_block {
    margin-top: 0;
}
.single_content_banner img {
    display: block;
    border-radius: 12px;
    width: 100%;
}
.content ul li a {
    color: #00EDA6;
    font-weight: 700;
}
.single_content_banner {
    position: sticky;
    top: 15px;
    height: fit-content;
}
.single_content .container {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-gap: 16px;
}
.pros_cons_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.pros_cons_item {
    border-radius: 12px;
    overflow: hidden;
    background: #001914;
}
.pros_cons_top {
    padding: 8px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
}
.pros_cons_item:first-child .pros_cons_top {
    background: #20CA6F;
}
.pros_cons_item:last-child .pros_cons_top {
    background: #DE2C2A;
}
.pros_cons_item:first-child ul li:before {
    background: url(../images/uploads/2025/04/Markers.svg);
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-position: center;
    top: 4px;
    left: 11px;
}
.pros_cons_item:last-child ul li:before {
    background: url(../images/uploads/2025/04/Markers-1.svg);
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-position: center;
    top: 4px;
    left: 11px;
}
.pros_cons_item:first-child ul  {
    padding-right: 15px;
}
.pros_cons_item:first-child ul li {
    padding-left: 40px;
}
.pros_cons_item:last-child ul  {
    padding-right: 15px;
}
.pros_cons_item:last-child ul li {
    padding-left: 40px;
}
.wp-block-image {
    margin: 16px 0;
}
.wp-block-media-text__media img, .wp-block-image img {
    border-radius: 12px;
}
.wp-block-media-text>.wp-block-media-text__content {
    padding: 0 16px;
}
.wp-block-media-text__content p {
    margin: 0;
}
.wp-block-media-text {
    margin: 16px 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}
.logo a {
    display: block;
}
.logo img,
.custom-logo-link img,
.custom-logo,
.custom-logo-link img[width="480"],
.custom-logo-link img[height="112"],
.custom-logo[width="480"],
.custom-logo[height="112"] {
    width: 240px !important;
    height: 56px !important;
    max-width: 240px !important;
    max-height: 56px !important;
}
.logo {
    display: flex;
    align-items: center;
}
.header_mobile {
    display: none;
}
.table_of_content_items_wrap {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
}
.table_of_content_items_wrap::-webkit-scrollbar {
    display: none;
}
.content {
    margin: 16px 0;
    overflow-x: hidden;
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
}
.card_block,
.card_block_list,
.promotions {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
@media(max-width: 991px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    .container {
        padding: 0 15px;
        max-width: 100% !important;
        overflow-x: hidden;
    }
    .hero_wrap {
        display: flex;
        flex-direction: column;
        padding: 0;
        max-width: 100% !important;
    }
	.header_mobile .btn {
		border-color: #ffffff !important;
		color: #ffffff !important;
	}
	.footer_menu {
		display: none !important;
	}
    .hero_text {
        order: -1;
    }
    .hero_block {
        margin-top: 24px;
    }
    .hero_wrap {
        max-width: 100%;
        padding: 0 15px;
    }
    .hero_title {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .hero_text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 16px;
    }
    .hero_wrap_image {
        margin-bottom: 16px;
    }
    .header_menu {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
        width: 100%;
    }

    .header_menu::-webkit-scrollbar, .card_block_list_wrap_overflow::-webkit-scrollbar, .promotions_wrapper_overflow::-webkit-scrollbar {
        display: none;
    }
    .header_menu ul {
        width: max-content;
        min-width: 100%;
    }
    .promotions_wrapper {
        display: flex;
        width: max-content;
    }
    .hero_wrap_image {
        padding-top: 30px;
        padding-bottom: 24px;
        border-radius: 50px;
        overflow: hidden;
    }
    .card_block_list_wrap {
        display: flex;
        width: max-content;
    }
    .card_block_wrap {
        grid-template-columns: 1fr 1fr;
    }
    .card_block_list_wrap_overflow {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
        margin-right: -20px;
        width: calc(100% + 20px);
    }
    .card_block_list_wrap {
        min-width: max-content;
        padding-right: 20px;
    }
    .promotions_wrapper_overflow {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
        margin-right: -20px;
        width: calc(100% + 20px);
    }
    .promotions_wrapper {
        min-width: max-content;
        padding-right: 20px;
    }
    .card_block_list_item_overflow {
        height: 85%;
    }
    .hero_wrap {
        max-width: 100%;
        padding: 0 15px;
    }
    .card_block_list_wrap_overflow,
    .promotions_wrapper_overflow {
        margin-right: -15px;
        width: calc(100% + 15px);
    }
    .card_block_list_wrap,
    .promotions_wrapper {
        padding-right: 15px;
    }
    .single_content_banner {
        display: none;
    }
    .wp-block-media-text__media img {
        display: block;
        margin: 16px 0;
    }
    .wp-block-media-text:not(.has-media-on-the-right) img {
        margin-top: 0;
    }
    .has-media-on-the-right img {
        margin-bottom: 0 !important;
    }
    .wp-block-media-text>.wp-block-media-text__content {
        padding: 0;
    }
    .single_content .container {
        grid-template-columns: 1fr;
    }
    .pros_cons_wrap {
        grid-template-columns: 1fr;
    }
    .wp-block-media-text {
        display: flex;
        flex-direction: column;
    }
    .promotions_item {
        width: 350px;
    }
    .card_block_list_item_title {
        font-size: 22px;
    }
    .card_block_list_item_text_2 {
        font-size: 10px;
    }
    .card_block_list_item_text {
        font-size: 16px;
    }
    .hero_wrap .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .header_menu ul {
        width: max-content;
    }
}
@media(max-width: 768px) {
    .container {
        padding: 0 12px;
    }
    .player_reviews_items {
        max-width: 100%;
    }
    .player_reviews .container {
        padding: 0 12px;
    }
    .faq .container,
    .content .container {
        padding: 0 12px;
    }
	.card_block_wrap_overflow {
		overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-right: -12px;
        width: calc(100% + 12px);
	}
    .card_block_wrap {
        min-width: max-content;
        padding-right: 12px;
        gap: 10px;
    }
	.card_block_item {
		width: 200px;
        min-width: 200px;
        height: 200px;
        min-height: 200px;
	}
    .card_block_list_item_title {
        font-size: 18px;
    }
    .card_block_list_item_text {
        font-size: 14px;
    }
    .card_block_list_item_text_2 {
        font-size: 10px;
    }
    .title {
        font-size: 20px;
        line-height: 24px;
    }
    .content h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .content h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .content h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .btn {
        padding: 10px 16px;
        font-size: 12px;
    }
    .header_menu ul li a {
        padding: 10px 12px;
        font-size: 12px;
    }
}

@media(max-width: 450px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    .container {
        padding: 0 10px;
        max-width: 100% !important;
        overflow-x: hidden;
    }
    .hero_title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .hero_wrap_image {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 12px;
    }
    .header_mobile {
        display: block;
        margin-top: 12px;
        margin-bottom: 16px;
        width: 100%;
    }
    body:not(.home) .header_menu {
        display: none;
    }
    .header_top_right .btn.btn_v3 {
        display: none;
    }
    .header_mobile .btn {
        width: 100%;
        justify-content: center;
        padding: 12px;
    }
    .header_top {
        padding-bottom: 12px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .header_top_right {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }
    .header_top_right > div {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }
    .header_top_right .btn {
        width: 100%;
        justify-content: center;
    }
    .logo {
        width: 100%;
        justify-content: center;
    }
    .logo img,
    .custom-logo-link img,
    .custom-logo {
        width: 150px !important;
        height: auto !important;
        max-width: 150px !important;
    }
    .header_wrap_top {
        margin-bottom: 12px;
    }
    .hero_text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .hero_wrap .btn {
        width: 100%;
        padding: 12px;
        font-size: 13px;
    }
    /* Card: chiều cao 220px, giữ nguyên chiều rộng 175px */
    .card_block_list_item {
        width: 175px;
        min-width: 175px;
        height: 220px;
        min-height: 220px;
        aspect-ratio: unset;
    }
    .card_block_list_item img {
        object-fit: cover !important;
    }
    .card_block_list_item_title {
        font-size: 16px;
    }
    .card_block_list_item_text {
        font-size: 12px;
    }
    .card_block_list_item_text_2 {
        font-size: 9px;
    }
    .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .content h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .content h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .content h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .content p {
        font-size: 13px;
        line-height: 18px;
    }
    .btn {
        padding: 10px 14px;
        font-size: 11px;
    }
    .header_menu ul li a {
        padding: 8px 10px;
        font-size: 11px;
    }
    .promotions_item {
        padding: 16px;
    }
    .promotions_title {
        font-size: 12px;
    }
    .promotions_text {
        font-size: 18px;
        line-height: 22px;
    }
    .player_reviews_item {
        padding: 16px;
    }
    .player_reviews_text {
        font-size: 13px;
        line-height: 18px;
        word-break: break-word;
        min-height: 80px;
    }
    .faq_title {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
    }
    .faq_text {
        font-size: 13px;
        line-height: 18px;
    }
    .footer_copy {
        font-size: 12px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .footer_text {
        font-size: 12px;
        line-height: 16px;
    }
    .footer_logos {
        gap: 15px 20px;
    }
    .footer_logos img {
        max-width: 50px;
    }
    .footer {
        padding: 24px 0;
    }
    .margin {
        margin: 20px 0;
    }
    .wp-block-media-text>.wp-block-media-text__media {
        width: 100%;
    }
    .footer_menus {
        display: none !important;
    }
    .faq .title {
        margin-bottom: 20px;
    }
    .card_block_wrap_overflow,
    .card_block_list_wrap_overflow,
    .promotions_wrapper_overflow {
        margin-right: -10px;
        width: calc(100% + 10px);
    }
    .card_block_wrap,
    .card_block_list_wrap,
    .promotions_wrapper {
        padding-right: 10px;
    }
}
