:root {
  --zeno-bg: #f0f1f5;
  --zeno-surface: #ffffff;
  --zeno-surface-soft: #f8f8f8;
  --zeno-border: #e0e2e8;
  --zeno-accent: #ee4136;
  --zeno-accent-dark: #c9342b;
  --zeno-gold: #dd9933;
  --zeno-text: #333333;
  --zeno-muted: #6f7480;
  --zeno-black: #111111;
  --zeno-shadow: 0 12px 30px rgba(35, 40, 55, .1);
}

html {
  background: var(--zeno-surface);
}

body {
  background: var(--zeno-bg);
  color: var(--zeno-text);
  font-family: Raleway, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

#wrapper,
#main,
.dark-page-wrapper {
  background: var(--zeno-bg);
}

.container,
.row {
  max-width: 1250px;
}

a {
  color: var(--zeno-accent);
}

a:hover {
  color: var(--zeno-gold);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  color: var(--zeno-accent);
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

/* Header remains configured in Flatsome Theme Options. */
#header,
.header-wrapper,
.header-main,
.stuck .header-main {
  background: var(--zeno-surface);
}

.header-main {
  min-height: 88px;
  border-bottom: 1px solid var(--zeno-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 {
  color: var(--zeno-black);
  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 {
  color: var(--zeno-accent);
}

.nav-line-bottom > li > a::before,
.nav-line-grow > li > a::before {
  height: 2px;
  background: var(--zeno-accent);
}

.header-button .button,
.header-main .button {
  min-height: 40px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid var(--zeno-accent);
  border-radius: 6px;
  background: linear-gradient(180deg, #f45a4f, var(--zeno-accent));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 38px;
  box-shadow: 0 7px 16px rgba(238, 65, 54, .22);
}

.header-button .button:hover,
.header-main .button:hover {
  border-color: var(--zeno-accent-dark);
  background: var(--zeno-accent-dark);
  color: #fff;
}

.header-button-2 .button {
  border-color: var(--zeno-black);
  background: var(--zeno-black);
}

.header-bottom {
  min-height: 38px;
  border-bottom: 1px solid var(--zeno-border);
  background: var(--zeno-surface-soft);
}

.header-bottom-nav > li > a {
  color: var(--zeno-black);
  font-size: 13px;
  font-weight: 700;
}

.header-bottom-nav > li > a:hover,
.header-bottom-nav > li.current-menu-item > a {
  color: var(--zeno-accent);
}

.nav-dropdown {
  border: 1px solid var(--zeno-border);
  border-radius: 6px;
  background: var(--zeno-surface);
  box-shadow: var(--zeno-shadow);
}

.nav-dropdown > li > a {
  color: var(--zeno-text);
}

.nav-dropdown > li > a:hover {
  background: var(--zeno-surface-soft);
  color: var(--zeno-accent);
}

.off-canvas .mfp-content,
.off-canvas-left .mfp-content {
  background: var(--zeno-surface);
}

.nav-sidebar.nav-vertical > li > a {
  color: var(--zeno-text);
}

/* Homepage is composed entirely with UX Builder elements. */
.zeno-home {
  background: transparent;
}

.zeno-home .row {
  max-width: 1250px;
}

.zeno-home-showcase {
  padding-top: 26px !important;
  padding-bottom: 8px !important;
}

.zeno-hero-slider {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 9px;
  background: var(--zeno-surface);
  box-shadow: var(--zeno-shadow);
}

.zeno-hero-slider .flickity-viewport,
.zeno-hero-slider .img,
.zeno-hero-slider .img-inner,
.zeno-hero-slider img {
  border-radius: 9px;
}

.zeno-hero-slider img {
  width: 100%;
  height: auto;
}

.zeno-hero-title {
  margin: 22px 0 12px;
}

.zeno-hero-title h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--zeno-accent);
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
}

.zeno-hero-title h1::before,
.zeno-hero-title h1::after {
  height: 2px;
  max-width: 160px;
  flex: 1;
  margin: 0 16px;
  background: var(--zeno-border);
  content: "";
}

.zeno-quick-actions {
  margin-top: 12px;
  margin-bottom: 12px;
}

.zeno-quick-actions .col {
  padding-bottom: 10px;
}

.zeno-quick-actions .button {
  width: 100%;
  min-height: 44px;
  margin: 0;
  border: 1px solid var(--zeno-accent);
  border-radius: 6px;
  background: linear-gradient(180deg, #f45a4f, var(--zeno-accent));
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 42px;
  box-shadow: 0 8px 18px rgba(238, 65, 54, .2);
}

.zeno-quick-actions .button:hover {
  border-color: var(--zeno-accent-dark);
  background: var(--zeno-accent-dark);
  color: #fff;
  transform: translateY(-2px);
}

.zeno-section-heading {
  margin-top: 24px;
  margin-bottom: 14px;
}

.zeno-section-heading h2 {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--zeno-accent);
  font-size: 25px;
  line-height: 1.35;
}

.zeno-section-heading h2::before {
  width: 5px;
  height: 25px;
  margin-right: 10px;
  border-radius: 2px;
  background: var(--zeno-accent);
  content: "";
}

.zeno-section-heading h2::after {
  height: 1px;
  flex: 1;
  margin-left: 14px;
  background: var(--zeno-border);
  content: "";
}

.zeno-game-row > .col {
  max-width: 25%;
  flex-basis: 25%;
  padding-right: 7px;
  padding-bottom: 14px;
  padding-left: 7px;
}

.zeno-game-card {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 10px;
  background: var(--zeno-surface);
  box-shadow: 0 9px 22px rgba(38, 43, 56, .1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.zeno-game-card .img-inner,
.zeno-game-card a,
.zeno-game-card img {
  border-radius: 9px;
}

.zeno-game-card .img-inner {
  min-height: 180px;
  background: linear-gradient(145deg, #ffffff, #eceef3);
}

.zeno-game-card img {
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}

.zeno-game-card a {
  position: relative;
  display: block;
  overflow: hidden;
}

.zeno-game-card a::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, .46);
  content: "";
  opacity: 0;
  transition: opacity .22s ease;
}

.zeno-game-card a::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  padding: 10px 18px;
  border-radius: 6px;
  background: var(--zeno-accent);
  color: #fff;
  content: "CHOI 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;
}

.zeno-game-card:hover {
  box-shadow: 0 15px 30px rgba(238, 65, 54, .18);
  transform: translateY(-4px);
}

.zeno-game-card:hover a::before,
.zeno-game-card:hover a::after {
  opacity: 1;
}

.zeno-game-card:hover a::after {
  transform: translate(-50%, -50%);
}

.zeno-home-content {
  padding-top: 4px !important;
  padding-bottom: 42px !important;
}

.zeno-editorial {
  max-height: 686px;
  overflow-y: auto;
  padding: 24px 26px;
  border: 3px solid var(--zeno-accent);
  border-radius: 16px;
  background: var(--zeno-surface);
  box-shadow: 0 4px 30px rgba(238, 65, 54, .24);
  scrollbar-color: var(--zeno-accent) #f3f3f3;
  scrollbar-width: thin;
}

.zeno-editorial h1 {
  margin-bottom: 18px;
  color: var(--zeno-accent);
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
}

.zeno-editorial h2 {
  margin-top: 28px;
  margin-bottom: 12px;
  color: var(--zeno-accent);
  font-size: 24px;
}

.zeno-editorial h3 {
  margin-top: 22px;
  color: var(--zeno-gold);
  font-size: 19px;
}

.zeno-editorial p,
.zeno-editorial li {
  color: var(--zeno-text);
  line-height: 1.75;
}

.zeno-home-posts .post-item .box {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 10px;
  background: var(--zeno-surface);
  box-shadow: 0 9px 22px rgba(38, 43, 56, .09);
}

.zeno-home-posts .box-image,
.zeno-home-posts .box-image img {
  border-radius: 9px 9px 0 0;
}

.zeno-home-posts .box-text {
  padding: 18px;
}

.zeno-home-posts .post-title {
  color: var(--zeno-accent);
}

/* Shared page and article presentation. */
#page-breadcrumbs {
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--zeno-muted);
  font-size: 14px;
}

#page-breadcrumbs a {
  color: var(--zeno-accent);
}

.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;
}

body.page:not(.home) .page-wrapper .row-main > .col > .col-inner,
.blog-single .large-9 > article {
  padding: 28px 32px;
  border: 1px solid var(--zeno-border);
  border-radius: 10px;
  background: var(--zeno-surface);
  box-shadow: var(--zeno-shadow);
}

.page-inner,
.entry-content,
.article-inner {
  color: var(--zeno-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(--zeno-accent);
  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 .col-inner > h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 12px;
  border-left: 4px solid var(--zeno-accent);
  color: var(--zeno-accent);
  font-size: 24px;
  line-height: 1.4;
}

.entry-content h3,
.page-inner h3,
body.page:not(.home) .page-wrapper .col-inner > h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: var(--zeno-gold);
  font-size: 20px;
  line-height: 1.45;
}

.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(--zeno-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(--zeno-muted);
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.entry-content blockquote,
.page-inner blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--zeno-accent);
  border-radius: 0 7px 7px 0;
  background: var(--zeno-surface-soft);
  color: var(--zeno-muted);
}

.entry-content table,
.page-inner table {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 7px;
  background: var(--zeno-surface);
}

.entry-content th,
.page-inner th {
  background: var(--zeno-black);
  color: #fff;
}

.entry-content td,
.entry-content th,
.page-inner td,
.page-inner th {
  border-color: var(--zeno-border);
}

.entry-divider,
.is-divider {
  background: var(--zeno-accent);
}

.entry-meta,
.entry-meta a,
.article-inner .is-xsmall {
  color: var(--zeno-muted);
}

/* Easy Table of Contents and similar TOC plugins. */
#ez-toc-container,
.ez-toc-container {
  width: 100%;
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid var(--zeno-border);
  border-left: 4px solid var(--zeno-accent);
  border-radius: 8px;
  background: var(--zeno-surface-soft);
}

#ez-toc-container .ez-toc-title,
.ez-toc-container .ez-toc-title {
  color: var(--zeno-black) !important;
  font-weight: 700;
}

#ez-toc-container a,
.ez-toc-container a {
  color: var(--zeno-text);
}

#ez-toc-container a:hover,
.ez-toc-container a:hover {
  color: var(--zeno-accent);
}

/* Category and archive cards use Flatsome's native blog markup. */
.blog-archive .row-divided > .large-9 {
  border-color: var(--zeno-border);
}

.blog-archive .post-item {
  padding-bottom: 16px;
}

.blog-archive .post-item .box {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 10px;
  background: var(--zeno-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(238, 65, 54, .55);
  box-shadow: 0 14px 30px rgba(238, 65, 54, .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 {
  color: var(--zeno-accent);
  font-size: 19px;
  line-height: 1.4;
}

.blog-archive .post-title:hover,
.blog-archive .post-title a:hover {
  color: var(--zeno-gold);
}

.blog-archive .from_the_blog_excerpt {
  color: var(--zeno-muted);
  line-height: 1.65;
}

.page-numbers li > a,
.page-numbers li > span {
  border-color: var(--zeno-border);
  background: var(--zeno-surface);
  color: var(--zeno-text);
}

.page-numbers li > .current,
.page-numbers li > a:hover {
  border-color: var(--zeno-accent);
  background: var(--zeno-accent);
  color: #fff;
}

/* Single post extras. */
.saboxplugin-wrap {
  margin-top: 28px !important;
  border: 1px solid var(--zeno-accent) !important;
  border-radius: 9px;
  background: var(--zeno-surface-soft);
}

#related_posts {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--zeno-border);
  border-radius: 10px;
  background: var(--zeno-surface);
  box-shadow: var(--zeno-shadow);
}

#related_posts .related_posts_title {
  color: var(--zeno-accent);
}

#related_posts .box-blog-post {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 8px;
  background: var(--zeno-surface);
}

#related_posts .box-text {
  padding: 15px;
}

#related_posts .post-title {
  color: var(--zeno-accent);
  font-size: 16px;
}

/* Sidebar widgets. */
.row-divided > .post-sidebar,
.row-divided > .large-9 {
  border-color: var(--zeno-border);
}

.post-sidebar .widget {
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--zeno-border);
  border-radius: 9px;
  background: var(--zeno-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(--zeno-accent);
  color: var(--zeno-black);
  font-size: 17px;
  letter-spacing: 0;
}

.post-sidebar .is-divider {
  display: none;
}

.post-sidebar .recent-blog-posts-li,
.post-sidebar li {
  border-color: var(--zeno-border);
}

.post-sidebar a {
  color: var(--zeno-accent);
  font-size: 13px;
  line-height: 1.4;
}

.post-sidebar a:hover {
  color: var(--zeno-gold);
}

.post-sidebar input[type="search"],
.post-sidebar input[type="text"] {
  min-height: 42px;
  border: 1px solid var(--zeno-border);
  border-radius: 6px 0 0 6px;
  background: var(--zeno-surface-soft);
  color: var(--zeno-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(--zeno-accent);
  color: #fff;
}

/* Footer content remains editable through UX Blocks and Theme Options. */
#footer,
.footer-wrapper,
.footer-1,
.footer-2 {
  background: var(--zeno-surface);
  color: var(--zeno-text);
}

.footer-wrapper {
  border-top: 1px solid var(--zeno-border);
  box-shadow: 0 -8px 24px rgba(38, 43, 56, .05);
}

.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper .widget-title,
.footer-wrapper .ux-menu-title {
  color: var(--zeno-accent);
}

.footer-wrapper a {
  color: var(--zeno-text);
}

.footer-wrapper a:hover {
  color: var(--zeno-accent);
}

.absolute-footer {
  border-top: 1px solid var(--zeno-border);
  background: var(--zeno-surface);
  color: var(--zeno-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;
  }

  .zeno-home-showcase {
    padding-top: 20px !important;
  }

  .zeno-game-row > .col {
    max-width: 50%;
    flex-basis: 50%;
  }

  .entry-title,
  .page-title-inner h1,
  .page-inner > h1:first-child {
    font-size: 28px;
  }

  .post-sidebar {
    margin-top: 24px;
    border-left: 0 !important;
  }
}

@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;
  }

  .zeno-home-showcase {
    padding-top: 14px !important;
  }

  .zeno-hero-slider,
  .zeno-hero-slider .flickity-viewport,
  .zeno-hero-slider .img,
  .zeno-hero-slider .img-inner,
  .zeno-hero-slider img {
    border-radius: 6px;
  }

  .zeno-hero-title h1 {
    font-size: 22px;
  }

  .zeno-hero-title h1::before,
  .zeno-hero-title h1::after {
    margin: 0 8px;
  }

  .zeno-quick-actions .col {
    padding-bottom: 8px;
  }

  .zeno-quick-actions .button {
    min-height: 42px;
    font-size: 14px;
    line-height: 40px;
  }

  .zeno-section-heading {
    margin-top: 20px;
  }

  .zeno-section-heading h2 {
    font-size: 21px;
  }

  .zeno-game-row > .col {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .zeno-game-card a::after {
    padding: 8px 12px;
    font-size: 11px;
    opacity: 1;
  }

  .zeno-game-card a::before {
    opacity: .22;
  }

  .zeno-editorial {
    max-height: 560px;
    padding: 19px 17px;
    border-width: 2px;
    border-radius: 10px;
  }

  .zeno-editorial h1 {
    font-size: 24px;
  }

  .zeno-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;
  }

  body.page:not(.home) .page-wrapper .row-main > .col > .col-inner,
  .blog-single .large-9 > article,
  #related_posts {
    padding: 19px 17px;
    border-radius: 8px;
  }

  .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;
  }
}
