/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
body .hnh-3 {
    margin: 0px !important;
}

}
.header-main .nav > li > a {
    outline: none;
}
ul {
    list-style-type: none; /* Xóa marker */
    padding: 0; /* Xóa khoảng cách thừa */
    margin: 0; /* Xóa khoảng cách thừa */
}
.bottom-contact {
  position: fixed;
  z-index: 99; /* Layer cao nhất */
  bottom: 20px; /* Khoảng cách với bottom là 20px */
  left: 50%; /* Canh giữa theo trục ngang */
  transform: translateX(-50%);
}
.cta-btn {
  animation: shake 8s infinite; /* Hiệu ứng lắc */
  width: 250px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 1px 1px 0 #000;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1;
  background: #750000;
  border: 0;
  outline: 0;
}
@keyframes shake {
  0%,
  100% {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(5px);
  }
}

main#main {
    padding-top: 15px;
}
div#ez-toc-container {
    border: 1px solid !important;
}
#ez-toc-container a {
    color: #fff !important;
}
div#ez-toc-container {
    width: 100%;
}

footer {
  background-color: #000;
}

.column {
  width: 30%;
  /* Độ rộng của mỗi cột trên máy tính */
  margin-bottom: 30px;
  text-align: left;
  /* Căn lề nội dung văn bản */
}

h2 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #777;
    padding-bottom: 5px !important;
	text-align: justify;
}

p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  /* Khoảng cách giữa các đoạn văn bản */
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 8px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Media queries cho màn hình di động */
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
    /* Khoảng cách lề footer trên di động */
  }

  .column {
    width: 100%;
    /* Sử dụng toàn bộ chiều rộng trên di động */
    text-align: justify;
    /* Căn giữa nội dung */
  }
}


.widget {
  margin-bottom: 1.5em;
  padding-top: 20px;
}
span.post_comments.op-7.block.is-xsmall {
  display: none;
}
h1.page-title.is-large.uppercase {
  margin-bottom: 0;
  margin-top: 40px;
}
footer.entry-meta {
  border-bottom: 0px solid #ececec;
  border-top: 0px solid #ececec;
  font-size: 0.8em;
  padding: 0;
}
.entry-header-text.text-center {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.5em;
}
@media only screen and (min-width: 720px) {
  .header-main .nav > li > a:hover {
    background-color: #540036;
  }
}
@media only screen and (min-width: 320px) {
  #wrapper,
  #main {
background-color: #1d1d1d;
  }
  .image-cover img {
    object-fit: unset;
  }
  .nav-dropdown > li.nav-dropdown-col,
  .nav-dropdown > li.image-column {
    display: table-row;
  }
  .sub-menu .nav-column > li {
    background-color: white;
  }
  .nav > li > a {
    color: #1f2a2c;
  }
  i.icon-menu {
    color: #fff;
  }
  ul.sub-menu.nav-column.nav-dropdown-default {
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  }
  div#ez-toc-container {
    border: 0;
  }
  .nav-vertical > li > ul li a:hover {
    color: rgb(255, 255, 255);
  }
  .page-wrapper {
    padding: 0px;
  }
  .nav-dropdown-col > i.icon-angle-right {
    position: absolute;
    top: 20%;
    left: 85%;
  }
  .has-dropdown > i.icon-angle-right {
    display: none;
  }
  .nav-dropdown-has-border .nav-dropdown {
    border: unset;
  }
  .nav > li > button.btn {
    background-color: #0d6efd;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    vertical-align: middle;
  }
  .nav > li > button.btn:hover {
    background-color: #0b5ed7;
  }
  .nav > li > button.btn.is-red {
    background: linear-gradient(90deg, #f7ba22, #f49a25 50%, #f7ba22) 0/200%;
  }
  .nav > li > button.btn.is-red:hover {
    background: linear-gradient(90deg, #f7ba22, #f49a25 50%, #f7ba22) 100%/200%;
  }

  .header-wrapper .header-main {
    background-image: linear-gradient(9deg, #fdb813, #fa6a01);
  }
}
.header-wrapper .header-top {
  background-color: #e26d00;
}
.header-bottom {
  background-image: linear-gradient(45deg, #25aae1, #25aae1);
}
.header-nav {
  position: initial;
  align-items: center;
  display: flex;
}
.header-bottom .nav.header-nav {
  margin: 0 auto;
  width: 1440px;
  height: 55px;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default {
  margin-left: 13%;
}
.nav-dropdown-default {
  padding: 0;
}
.is-large {
  font-size: 1.2rem;
  font-family: system-ui;
}
.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: unset;
  padding: 10px 15px;
  margin: 0;
}
ul.sub-menu li:hover {
  background-image: linear-gradient(45deg, #2199ca, #096991);
  color: rgb(255, 255, 255);
}

.header-nav li ul.sub-menu li a:hover {
  border-radius: 0;
  color: white;
}
.header-nav li.current-dropdown > .nav-dropdown-full,
.nav-left li.has-dropdown:hover > .nav-dropdown-full {
  position: absolute !important;
  left: 0 !important;
  transform: initial;
  max-width: 100% !important;
  display: initial !important;
}
.nav-dropdown li.image-column > a img {
  margin: 0;
  display: block;
  width: 100%;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  border: transparent;
}

.home-bg .home-promo .promo-list {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1410px;
}
.secondary,
.checkout-button,
.button.checkout,
.button.alt {
  background-color: #350033;
}
.home-bg .home-promo .promo-list a {
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin: 0 10px 25px 0;
  overflow: hidden;
  text-decoration: none;
  width: calc(33.333% - 10px);
}
.home-bg .home-promo .promo-list a .img {
  overflow: hidden;
}
.header-main .nav > li > a {
  padding: 20px 12px;
  border-radius: 10px;
}
.home-bg .home-promo .promo-list a .img:before {
  content: "";
  float: left;
  padding-bottom: 38.461%;
  width: 100%;
}

span.ux-menu-link__text {
  color: white;
}
.nav-dropdown > li > a:hover {
  color: #fff;
  background-image: linear-gradient(45deg, #2199ca, #096991);
  box-shadow: 0 0 0 0.5px #777;
}
.stuck .header-main .nav > li > a {
  line-height: 30px;
}
@media only screen and (max-width: 425px) {
  div#group {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #eeb31f !important;
}

.nav > li > a > span {
  color: #ffe000 !important;
}
a.nav-top-link {
  color: white !important;
  text-align: center;
  font-size: 13px !important;
}
b,
strong {
  font-weight: bold;
}

.custom-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}

#ez-toc-container {
  background: none;
  border: unset;
}
.gspw-posts article {
  display: block;
  margin-bottom: 1em;
  padding: 0.7em !important;
  border-bottom: 1px solid #ddd;
  background: white;
  border-radius: 10px;
}
.recent-blog-posts {
  padding: 10px 5px 10px;
  background: black;
  border-radius: 10px;
}
.widget > ul > li {
  margin: 10px 0;
}
.widget a {
  color: #ffc21c;
}
.gspw-posts .entry-title a {
  color: #086031 !important;
}
.widget .tagcloud a:hover {
  border-color: #eeee22;
  background-color: #086031;
}
.widget > ul > li + li {
  border-top: 1px solid #086031;
}
.row-divided > .col + .col:not(.large-12) {
  border-left: 1px solid #086031;
}
advertise_serve_id_x2w264b4 {
  z-index: -9999px !important;
  position: relative;
}
/*text run///////////////////*/
.news-wrapper {
  margin: 7px 0;
}
.v-marquee {
  white-space: nowrap;
  overflow: hidden;
}
.v-marquee .running {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.v-marquee > div {
  display: inline-block;
  -webkit-animation: marquee linear infinite;
  animation: marquee linear infinite;
}
.news-wrapper .news {
  display: flex;
  cursor: default;
}
.news-wrapper .news li.new {
  color: #1c1820;
}
.news-wrapper .news li {
  margin: 0 10px;
  padding: 5px 15px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: #f9bb1f;
}
.news-wrapper .news li span.titleLabel {
  color: #1c1820;
  font-weight: 700;
  padding-right: 5px;
}
.news-wrapper .news li.new::before {
  content: "68GAMEBAI";
  color: #fff;
  font-size: 0.65rem;
  border-radius: 20px;
  background-color: #da494b;
  padding: 0 5px;
  margin-right: 5px;
}
.news-wrapper .news li span {
  font-weight: 700;
  margin-right: 3px;
  color: #1c1820;
  font-weight: 500;
}
.news-wrapper .news li.new .text {
  color: #1c1820;
}
@keyframes marquee1 {
  from {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
  }
  to {
    -webkit-transform: translateX(-6980px);
    -moz-transform: translateX(-6980px);
    -ms-transform: translateX(-6980px);
    transform: translateX(-6980px);
  }
}
.product-lightbox-inner {
  color: #000;
}
.dark a {
  color: #ddb00e;
}

ul.links li a {
  color: #fff;
  opacity: 1 !important;
}
