/*
Theme Name: Flatsome Child
Description: Child Theme for MAX88 with UX Builder.
Author: Zeno - 10A4
Template: flatsome
Version: 1.0.1
Text Domain: flatsome-child
*/
:root {
  --max88-bg: #f0f1f5;
  --max88-surface: #ffffff;
  --max88-surface-soft: #f8f8f8;
  --max88-border: #d7d9df;
  --max88-heading: #b82f28;
  --max88-accent: #b82f28;
  --max88-accent-dark: #9f211a;
  --max88-accent-deep: #851a15;
  --max88-gold: #8f5700;
  --max88-text: #333333;
  --max88-muted: #5d626d;
  --max88-black: #111111;
  --max88-link: #b82f28;
  --max88-link-hover: #7a3f00;
  --max88-shadow: 0 12px 30px rgba(35, 40, 55, .10);
}
html {
  background: var(--max88-surface);
}
body {
  background: var(--max88-bg);
  color: var(--max88-text);
  font-family: Raleway, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
#wrapper,
#main,
.dark-page-wrapper {
  background: var(--max88-bg);
}
.container,
.row {
  max-width: 1250px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.section-title-main {
  color: var(--max88-heading) !important;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
a:focus-visible {
  outline: 2px solid var(--max88-accent);
  outline-offset: 3px;
}
#header,
.header-wrapper,
.header-main,
.stuck .header-main {
  background: var(--max88-surface);
}
.header-main {
  min-height: 88px;
  border-bottom: 1px solid var(--max88-border);
  box-shadow: 0 7px 22px rgba(32, 38, 52, .08);
}
.header-main .header-inner {
  min-height: 88px;
}
.header-main #logo {
  width: 200px;
  max-width: 200px;
}
.header-main #logo img {
  max-height: 88px;
}
.header-nav > li > a,
.header-main .nav > li > a,
#header .nav > li > a:not(.button) {
  color: var(--max88-black) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}
.header-nav > li.active > a,
.header-nav > li.current-menu-item > a,
.header-nav > li > a:hover,
.header-main .nav > li > a:hover,
#header .nav > li.active > a:not(.button),
#header .nav > li.current > a:not(.button),
#header .nav > li.current-menu-item > a:not(.button),
#header .nav > li > a:not(.button):hover {
  color: var(--max88-accent) !important;
}
.nav-line-bottom > li > a::before,
.nav-line-grow > li > a::before {
  height: 2px;
  background: var(--max88-accent);
}
.header-button .button,
.header-main .button,
#header .button.primary {
  min-height: 40px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid var(--max88-accent) !important;
  border-radius: 6px;
  background: linear-gradient(180deg, #c62f26, var(--max88-accent-dark)) !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 38px;
  box-shadow: 0 7px 16px rgba(184, 47, 40, .22);
}
.header-button .button:hover,
.header-main .button:hover,
#header .button.primary:hover {
  border-color: var(--max88-accent-deep) !important;
  background: linear-gradient(180deg, #ad261f, var(--max88-accent-deep)) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(184, 47, 40, .28);
}
.header-button-2 .button,
#header .button.secondary {
  border-color: var(--max88-black) !important;
  background: var(--max88-black) !important;
  color: #ffffff !important;
}
.header-button-2 .button:hover,
#header .button.secondary:hover {
  border-color: var(--max88-accent) !important;
  background: var(--max88-accent) !important;
  color: #ffffff !important;
}
.header-bottom {
  min-height: 38px;
  border-bottom: 1px solid var(--max88-border);
  background: var(--max88-surface-soft);
}
.header-bottom-nav > li > a {
  color: var(--max88-black);
  font-size: 13px;
  font-weight: 700;
}
.header-bottom-nav > li > a:hover,
.header-bottom-nav > li.current-menu-item > a {
  color: var(--max88-accent);
}
.nav-dropdown {
  border: 1px solid var(--max88-border);
  border-radius: 6px;
  background: var(--max88-surface);
  box-shadow: var(--max88-shadow);
}
.nav-dropdown > li > a {
  color: var(--max88-text);
}
.nav-dropdown > li > a:hover {
  background: var(--max88-surface-soft);
  color: var(--max88-accent);
}
.off-canvas .mfp-content,
.off-canvas-left .mfp-content {
  background: var(--max88-surface);
}
.nav-sidebar.nav-vertical > li > a {
  color: var(--max88-text);
}
.nav-sidebar.nav-vertical > li > a:hover,
.nav-sidebar.nav-vertical > li.current-menu-item > a {
  color: var(--max88-accent);
}
.max88-home {
  background: transparent;
}
.max88-home .row {
  max-width: 1250px;
}
.max88-home-showcase {
  padding-top: 26px !important;
  padding-bottom: 8px !important;
}
.max88-hero-slider {
  overflow: hidden;
  border: 1px solid var(--max88-border);
  border-radius: 9px;
  background: var(--max88-surface);
  box-shadow: var(--max88-shadow);
}
.max88-hero-slider .flickity-viewport,
.max88-hero-slider .img,
.max88-hero-slider .img-inner,
.max88-hero-slider img {
  border-radius: 9px;
}
.max88-hero-slider img {
  width: 100%;
  height: auto;
}
.max88-hero-title {
  margin: 22px 0 12px;
}
.max88-hero-title h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--max88-heading) !important;
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
}
.max88-hero-title h1::before,
.max88-hero-title h1::after {
  height: 2px;
  max-width: 160px;
  flex: 1;
  margin: 0 16px;
  background: var(--max88-border);
  content: "";
}
.max88-quick-actions {
  margin-top: 12px;
  margin-bottom: 12px;
}
.max88-quick-actions .button {
  width: 100%;
  min-height: 44px;
  margin: 0;
  border: 1px solid var(--max88-accent);
  border-radius: 6px;
  background: linear-gradient(180deg, #c62f26, var(--max88-accent-dark));
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 42px;
  box-shadow: 0 8px 18px rgba(184, 47, 40, .20);
}
.max88-quick-actions .button:hover {
  border-color: var(--max88-accent-deep);
  background: var(--max88-accent-deep);
  color: #ffffff;
  transform: translateY(-2px);
}
.max88-section-heading {
  margin-top: 24px;
  margin-bottom: 14px;
}
.max88-section-heading h2 {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--max88-heading) !important;
  font-size: 25px;
  line-height: 1.35;
}
.max88-section-heading h2::before {
  width: 5px;
  height: 25px;
  margin-right: 10px;
  border-radius: 2px;
  background: var(--max88-accent);
  content: "";
}
.max88-section-heading h2::after {
  height: 1px;
  flex: 1;
  margin-left: 14px;
  background: var(--max88-border);
  content: "";
}
.max88-game-card {
  overflow: hidden;
  border: 1px solid var(--max88-border);
  border-radius: 10px;
  background: var(--max88-surface);
  box-shadow: 0 9px 22px rgba(38, 43, 56, .10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.max88-game-card .img-inner,
.max88-game-card a,
.max88-game-card img {
  border-radius: 9px;
}
.max88-game-card .img-inner {
  min-height: 180px;
  background: linear-gradient(145deg, #ffffff, #eceef3);
}
.max88-game-card img {
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}
.max88-game-card a {
  position: relative;
  display: block;
  overflow: hidden;
}
.max88-game-card a::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, .46);
  content: "";
  opacity: 0;
  transition: opacity .22s ease;
}
.max88-game-card a::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  padding: 10px 18px;
  border-radius: 6px;
  background: var(--max88-accent);
  color: #ffffff;
  content: "CHƠI NGAY";
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  transform: translate(-50%, -45%);
  transition: opacity .22s ease, transform .22s ease;
  white-space: nowrap;
}
.max88-game-card:hover {
  border-color: rgba(184, 47, 40, .55);
  box-shadow: 0 15px 30px rgba(184, 47, 40, .18);
  transform: translateY(-4px);
}
.max88-game-card:hover a::before,
.max88-game-card:hover a::after {
  opacity: 1;
}
.max88-game-card:hover a::after {
  transform: translate(-50%, -50%);
}
.max88-home-content {
  padding-top: 4px !important;
  padding-bottom: 42px !important;
}
.max88-editorial {
  max-height: 686px;
  overflow-y: auto;
  padding: 24px 26px;
  border: 3px solid var(--max88-accent);
  border-radius: 16px;
  background: var(--max88-surface);
  box-shadow: 0 4px 30px rgba(184, 47, 40, .24);
  scrollbar-color: var(--max88-accent) #f3f3f3;
  scrollbar-width: thin;
}
.max88-editorial::-webkit-scrollbar {
  width: 8px;
}
.max88-editorial::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 8px;
}
.max88-editorial::-webkit-scrollbar-thumb {
  background: var(--max88-accent);
  border-radius: 8px;
}
.max88-editorial h1 {
  margin-bottom: 18px;
  color: var(--max88-heading) !important;
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
}
.max88-editorial h2 {
  margin-top: 28px;
  margin-bottom: 12px;
  color: var(--max88-heading) !important;
  font-size: 24px;
}
.max88-editorial h3,
.max88-editorial h4,
.max88-editorial h5,
.max88-editorial h6 {
  margin-top: 22px;
  color: var(--max88-heading) !important;
  font-size: 19px;
}
.max88-editorial p,
.max88-editorial li {
  color: var(--max88-text);
  line-height: 1.75;
}
.max88-editorial strong,
.entry-content strong,
.page-inner strong,
body.page #main .page-wrapper strong,
.taxonomy-description strong {
  color: inherit;
  font-weight: 700;
}
.max88-editorial :is(p, li, blockquote, .wp-caption-text) strong,
.entry-content :is(p, li, blockquote, .wp-caption-text) strong,
.page-inner :is(p, li, blockquote, .wp-caption-text) strong,
body.page #main .page-wrapper :is(p, li, blockquote, .wp-caption-text) strong,
.taxonomy-description :is(p, li, blockquote) strong {
  color: inherit !important;
}
.max88-editorial :is(p, li) a:not(.button),
.entry-content :is(p, li) a:not(.button),
.page-inner :is(p, li) a:not(.button),
body.page #main .page-wrapper :is(p, li) a:not(.button),
.taxonomy-description a:not(.button),
#footer p a:not(.button),
#footer li a:not(.button),
#page-breadcrumbs a,
.saboxplugin-wrap a {
  color: var(--max88-link) !important;
  text-decoration-color: rgba(184, 47, 40, .42);
  text-underline-offset: .16em;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.max88-editorial :is(p, li) a:not(.button):hover,
.entry-content :is(p, li) a:not(.button):hover,
.page-inner :is(p, li) a:not(.button):hover,
body.page #main .page-wrapper :is(p, li) a:not(.button):hover,
.taxonomy-description a:not(.button):hover,
#footer p a:not(.button):hover,
#footer li a:not(.button):hover,
#page-breadcrumbs a:hover,
.saboxplugin-wrap a:hover {
  color: var(--max88-link-hover) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.max88-home-posts .post-item .box {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--max88-border);
  border-radius: 10px;
  background: var(--max88-surface);
  box-shadow: 0 9px 22px rgba(38, 43, 56, .09);
}
.max88-home-posts .box-image,
.max88-home-posts .box-image img {
  border-radius: 9px 9px 0 0;
}
.max88-home-posts .box-text {
  padding: 18px;
}
.max88-home-posts .post-title,
.max88-home-posts .post-title a {
  color: var(--max88-heading) !important;
}
.max88-home-posts .post-title a:hover {
  color: var(--max88-link-hover) !important;
}
#page-breadcrumbs {
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--max88-muted);
  font-size: 14px;
}
.page-wrapper,
.blog-wrapper {
  padding-top: 26px;
  padding-bottom: 38px;
}
#page-breadcrumbs + .page-wrapper,
#page-breadcrumbs + .blog-wrapper,
.blog-wrapper > #page-breadcrumbs + .row {
  padding-top: 0;
}
.page-inner,
.entry-content,
.article-inner {
  color: var(--max88-text);
}
.entry-header-text {
  padding: 0 0 18px;
  text-align: left;
}
.entry-title,
.page-title-inner h1,
.page-inner > h1:first-child,
body.page:not(.home) .page-wrapper h1:first-child {
  color: var(--max88-heading) !important;
  font-size: 31px;
  line-height: 1.35;
}
body.page:not(.home) .page-wrapper h1:first-child {
  text-align: center;
}
.entry-content h2,
.page-inner h2,
body.page:not(.home) .page-wrapper h2,
.taxonomy-description h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 12px;
  border-left: 4px solid var(--max88-accent);
  color: var(--max88-heading) !important;
  font-size: 24px;
  line-height: 1.4;
}
.entry-content h3,
.page-inner h3,
body.page:not(.home) .page-wrapper h3,
.taxonomy-description h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: var(--max88-heading) !important;
  font-size: 20px;
  line-height: 1.45;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-inner h4,
.page-inner h5,
.page-inner h6 {
  color: var(--max88-heading) !important;
}
.taxonomy-description h1,
.taxonomy-description h4,
.taxonomy-description h5,
.taxonomy-description h6,
.post-sidebar .widget-title,
#footer :is(h1, h2, h3, h4, h5, h6) {
  color: var(--max88-heading) !important;
}
.entry-content p,
.entry-content li,
.page-inner p,
.page-inner li,
body.page:not(.home) .page-wrapper p,
body.page:not(.home) .page-wrapper li {
  color: var(--max88-text);
  line-height: 1.75;
}
.entry-content img,
.page-inner img,
body.page:not(.home) .page-wrapper img {
  height: auto;
  border-radius: 8px;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 22px;
}
.wp-caption-text {
  padding-top: 7px;
  color: var(--max88-muted);
  font-size: 13px;
  font-style: italic;
  text-align: center;
}
.entry-content blockquote,
.page-inner blockquote,
body.page #main .page-wrapper blockquote,
.taxonomy-description blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--max88-accent);
  border-radius: 0 7px 7px 0;
  background: var(--max88-surface-soft);
  color: var(--max88-muted);
}
.entry-divider,
.is-divider {
  background: var(--max88-accent);
}
.entry-meta,
.entry-meta a,
.post-meta,
.article-inner .is-xsmall,
.saboxplugin-desc,
.widget .post-date {
  color: var(--max88-muted) !important;
}
#ez-toc-container,
.ez-toc-container {
  width: 100%;
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid var(--max88-border);
  border-left: 4px solid var(--max88-accent);
  border-radius: 8px;
  background: var(--max88-surface-soft);
}
#ez-toc-container .ez-toc-title-container,
.ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 32px;
}
#ez-toc-container .ez-toc-title,
.ez-toc-container .ez-toc-title {
  margin: 0;
  color: var(--max88-black) !important;
  font-weight: 700;
}
#ez-toc-container .ez-toc-title-toggle,
.ez-toc-container .ez-toc-title-toggle {
  flex: 0 0 auto;
}
#ez-toc-container .ez-toc-btn.ez-toc-toggle,
.ez-toc-container .ez-toc-btn.ez-toc-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--max88-border);
  border-radius: 6px;
  background: var(--max88-surface);
  color: var(--max88-accent) !important;
  box-shadow: none;
}
#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-icon-toggle-span,
.ez-toc-container .ez-toc-js-icon-con,
.ez-toc-container .ez-toc-icon-toggle-span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: transparent !important;
}
#ez-toc-container .ez-toc-icon-toggle-span svg,
.ez-toc-container .ez-toc-icon-toggle-span svg {
  color: inherit !important;
  fill: currentColor !important;
}
#ez-toc-container .ez-toc-icon-toggle-span svg + svg,
.ez-toc-container .ez-toc-icon-toggle-span svg + svg {
  display: none !important;
}
#ez-toc-container nav,
.ez-toc-container nav {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--max88-border);
}
#ez-toc-container a.ez-toc-link,
.ez-toc-container a.ez-toc-link {
  color: var(--max88-link) !important;
}
#ez-toc-container a.ez-toc-link:hover,
#ez-toc-container a.ez-toc-link:focus,
#ez-toc-container a.ez-toc-link.ez-toc-heading-active,
.ez-toc-container a.ez-toc-link:hover,
.ez-toc-container a.ez-toc-link:focus,
.ez-toc-container a.ez-toc-link.ez-toc-heading-active {
  color: var(--max88-link-hover) !important;
}
.blog-archive .row-divided > .large-9 {
  border-color: var(--max88-border);
}
.blog-archive .post-item {
  padding-bottom: 16px;
}
.blog-archive .post-item .box {
  overflow: hidden;
  border: 1px solid var(--max88-border);
  border-radius: 10px;
  background: var(--max88-surface);
  box-shadow: 0 9px 23px rgba(38, 43, 56, .09);
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.blog-archive .post-item .box:hover {
  border-color: rgba(184, 47, 40, .55);
  box-shadow: 0 14px 30px rgba(184, 47, 40, .13);
  transform: translateY(-2px);
}
.blog-archive .box-image {
  background: #e9ebef;
}
.blog-archive .box-image img {
  object-fit: cover;
}
.blog-archive .box-text {
  padding: 18px 22px;
}
.blog-archive .post-title,
.blog-archive .post-title a,
.archive .post-title,
.archive .post-title a,
.blog-posts .post-title,
.blog-posts .post-title a {
  color: var(--max88-heading) !important;
  font-size: 19px;
  line-height: 1.4;
  transition: color .2s ease;
}
.blog-archive .post-title a:hover,
.archive a:hover .post-title,
.archive .post-title a:hover,
.blog-posts a:hover .post-title,
.blog-posts .post-title a:hover {
  color: var(--max88-link-hover) !important;
}
.blog-archive .from_the_blog_excerpt {
  color: var(--max88-muted);
  line-height: 1.65;
}
.page-numbers li > a,
.page-numbers li > span {
  border-color: var(--max88-border);
  background: var(--max88-surface);
  color: var(--max88-text);
}
.page-numbers li > .current,
.page-numbers li > a:hover {
  border-color: var(--max88-accent);
  background: var(--max88-accent);
  color: #ffffff;
}
.saboxplugin-wrap {
  margin-top: 28px !important;
  border: 1px solid var(--max88-accent) !important;
  border-radius: 9px;
  background: var(--max88-surface-soft);
}
#related_posts {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--max88-border);
  border-radius: 10px;
  background: var(--max88-surface);
  box-shadow: var(--max88-shadow);
}
#related_posts .related_posts_title {
  color: var(--max88-heading);
}
#related_posts .box-blog-post {
  overflow: hidden;
  border: 1px solid var(--max88-border);
  border-radius: 8px;
  background: var(--max88-surface);
}
#related_posts .box-text {
  padding: 15px;
}
#related_posts .post-title,
#related_posts .post-title a {
  color: var(--max88-heading) !important;
  font-size: 16px;
}
#related_posts .post-title a:hover {
  color: var(--max88-link-hover) !important;
}
.row-divided > .post-sidebar,
.row-divided > .large-9 {
  border-color: var(--max88-border);
}
.post-sidebar .widget {
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--max88-border);
  border-radius: 9px;
  background: var(--max88-surface);
  box-shadow: 0 9px 22px rgba(38, 43, 56, .08);
}
.post-sidebar .widget-title {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--max88-accent);
  color: var(--max88-heading) !important;
  font-size: 17px;
  letter-spacing: 0;
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar .recent-blog-posts-li,
.post-sidebar li {
  border-color: var(--max88-border);
}
.post-sidebar a {
  color: var(--max88-text) !important;
  font-size: 13px;
  line-height: 1.4;
}
.post-sidebar a:hover {
  color: var(--max88-accent) !important;
}
.post-sidebar .flatsome_recent_posts .recent-blog-posts a {
  color: var(--max88-link) !important;
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.post-sidebar .flatsome_recent_posts .recent-blog-posts a:hover {
  color: var(--max88-link-hover) !important;
}
.post-sidebar .flatsome_recent_posts .post_comments {
  display: none !important;
}
.post-sidebar input[type="search"],
.post-sidebar input[type="text"] {
  min-height: 42px;
  border: 1px solid var(--max88-border);
  border-radius: 6px 0 0 6px;
  background: var(--max88-surface-soft);
  color: var(--max88-text);
  box-shadow: none;
}
.post-sidebar .ux-search-submit,
.post-sidebar button[type="submit"] {
  min-height: 42px;
  border-radius: 0 6px 6px 0;
  background: var(--max88-accent);
  color: #ffffff;
}
#main table {
  width: 100%;
  margin: 1.5rem 0;
  overflow: hidden;
  border: 1px solid var(--max88-border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 7px;
  background: var(--max88-surface);
  box-shadow: 0 10px 28px rgba(35, 40, 55, .12);
  color: var(--max88-text);
  line-height: 1.55;
}
#main table th,
#main table td {
  padding: .78em .9em;
  border-right: 1px solid var(--max88-border) !important;
  border-bottom: 1px solid var(--max88-border) !important;
  background: transparent;
  color: var(--max88-text) !important;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
#main table tr > :last-child {
  border-right: 0 !important;
}
#main table tbody > tr:last-child > td,
#main table tbody > tr:last-child > th {
  border-bottom: 0 !important;
}
#main table thead th,
#main table thead td,
#main table:not(:has(thead)) tbody > tr:first-child > th,
#main table:not(:has(thead)) tbody > tr:first-child > td {
  background: linear-gradient(135deg, var(--max88-black), #2a2a2a) !important;
  color: #ffffff !important;
  font-weight: 700;
}
#main table th strong,
#main table td strong,
#main table th a,
#main table td a,
#main table thead span,
#main table:not(:has(thead)) tbody > tr:first-child span {
  color: inherit !important;
}
#main table tbody > tr:nth-child(even) > td {
  background: #f7f7f8;
}
#main table tbody > tr:hover > td {
  background: rgba(184, 47, 40, .055);
}
#main .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#footer,
.footer-wrapper,
.footer-1,
.footer-2 {
  background: var(--max88-surface);
  color: var(--max88-text);
}
.footer-wrapper {
  border-top: 1px solid var(--max88-border);
  box-shadow: 0 -8px 24px rgba(38, 43, 56, .05);
}
.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6,
.footer-wrapper .widget-title,
.footer-wrapper .ux-menu-title {
  color: var(--max88-heading) !important;
}
#footer a,
.footer-wrapper a {
  color: #444444 !important;
}
#footer a:hover,
.footer-wrapper a:hover {
  color: var(--max88-accent) !important;
  text-decoration: underline;
  text-underline-offset: .16em;
}
.absolute-footer {
  border-top: 1px solid var(--max88-border);
  background: var(--max88-surface);
  color: var(--max88-muted);
}
@media only screen and (max-width: 849px) {
  .header-main,
  .header-main .header-inner {
    min-height: 78px;
  }
  .header-main #logo {
    width: 175px;
    max-width: 175px;
  }
  .header-main #logo img {
    max-height: 78px;
  }
  .max88-home-showcase {
    padding-top: 20px !important;
  }
  .entry-title,
  .page-title-inner h1,
  .page-inner > h1:first-child {
    font-size: 28px;
  }
  .post-sidebar {
    margin-top: 24px;
    border-left: 0 !important;
  }
  body.home .max88-editorial {
    max-height: none;
    overflow: visible;
  }
  #main table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 6px;
    -webkit-overflow-scrolling: touch;
  }
  #main table th,
  #main table td {
    min-width: 112px;
    padding: .72em .78em;
    font-size: 13px;
  }
  #main table th:first-child,
  #main table td:first-child {
    min-width: 138px;
  }
}
@media only screen and (max-width: 549px) {
  body {
    font-size: 15px;
  }
  .header-main,
  .header-main .header-inner {
    min-height: 72px;
  }
  .header-main #logo {
    width: 150px;
    max-width: 150px;
  }
  .header-main #logo img {
    max-height: 72px;
  }
  .max88-home-showcase {
    padding-top: 14px !important;
  }
  .max88-hero-slider,
  .max88-hero-slider .flickity-viewport,
  .max88-hero-slider .img,
  .max88-hero-slider .img-inner,
  .max88-hero-slider img {
    border-radius: 6px;
  }
  .max88-hero-title h1 {
    font-size: 22px;
  }
  .max88-hero-title h1::before,
  .max88-hero-title h1::after {
    margin: 0 8px;
  }
  .max88-quick-actions .button {
    min-height: 42px;
    font-size: 14px;
    line-height: 40px;
  }
  .max88-section-heading {
    margin-top: 20px;
  }
  .max88-section-heading h2 {
    font-size: 21px;
  }
  .max88-game-card a::after {
    padding: 8px 12px;
    font-size: 11px;
    opacity: 1;
  }
  .max88-game-card a::before {
    opacity: .22;
  }
  .max88-editorial {
    padding: 19px 17px;
    border-width: 2px;
    border-radius: 10px;
  }
  .max88-editorial h1 {
    font-size: 24px;
  }
  .max88-editorial h2,
  .entry-content h2,
  .page-inner h2 {
    font-size: 21px;
  }
  .entry-content h3,
  .page-inner h3 {
    font-size: 18px;
  }
  .page-wrapper,
  .blog-wrapper {
    padding-top: 18px;
  }
  #page-breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }
  .entry-title,
  .page-title-inner h1,
  .page-inner > h1:first-child,
  body.page:not(.home) .page-wrapper h1:first-child {
    font-size: 25px;
  }
  .blog-archive .post-item .box-vertical {
    display: block;
  }
  .blog-archive .post-item .box-image,
  .blog-archive .post-item .box-text {
    display: block;
    width: 100% !important;
  }
  .blog-archive .box-text {
    padding: 16px;
  }
  .blog-archive .post-title {
    font-size: 17px;
  }
  .post-sidebar .widget {
    padding: 17px;
  }
}
.row.max88-play-gallery .box-image > a.max88-play-link {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.row.max88-play-gallery .box-image > a.max88-play-link img {
  display: block;
  width: 100%;
  height: auto;
}
.row.max88-play-gallery .box-image > a.max88-play-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.row.max88-play-gallery .box-image > a.max88-play-link::after {
  content: "CHƠI NGAY";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 10px 18px;
  border-radius: 8px;
  background: #ff274e;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.row.max88-play-gallery
  .box-image
  > a.max88-play-link:hover::before,
.row.max88-play-gallery
  .box-image
  > a.max88-play-link:focus-visible::before {
  opacity: 1;
}
.row.max88-play-gallery
  .box-image
  > a.max88-play-link:hover::after,
.row.max88-play-gallery
  .box-image
  > a.max88-play-link:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.02);
}
@media (hover: none) {
  .row.max88-play-gallery
    .box-image
    > a.max88-play-link::before {
    opacity: 0.25;
  }
  .row.max88-play-gallery
    .box-image
    > a.max88-play-link::after {
    opacity: 1;
  }
}
@media (max-width: 360px) {
  .row.max88-play-gallery
    .box-image
    > a.max88-play-link::after {
    padding: 8px 14px;
    font-size: 12px;
  }
}