/*
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  ***************/


}


a.button.success {
  border: 0;
  box-shadow: inset 0 0 1px hsla(0, 0%, 88.2%, 0.2),
    0 1px 2px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
  min-width: 90px;
  text-align: center;
  transition: 0.2s;
  font-weight: unset;
  margin-top: 2px;
}
a.button.alert {
  border: 0;
  box-shadow: inset 0 0 1px hsla(0, 0%, 88.2%, 0.2),
    0 1px 2px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
  min-width: 90px;
  text-align: center;
  transition: 0.2s;
  font-weight: unset;
  margin-top: 2px;
} /* Css SP */
.chatsp {
  background: url(/wp-content/uploads/2023/12/hi-sp.png) no-repeat;
  display: inline-block;
  height: 33px;
  width: 40px;
  margin-bottom: -5px;
}
.textsp {
  font-size: 12px !important;
} /* Css menu link */
.nav > li > a,
.links > li > a {
  font-size: 16px;
  color: #000;
}
.nav > li > a:hover,
.links > li > a:hover,
.nav > li > a:active,
.links > li > a:active {
  color: #0693e3 !important;
} /* Css footer */
.textf {
  margin-top: 6px;
}
.bgfoot {
  border-top: 1em solid #b31b34;
} /* Css home */
.homenews {
  border-bottom: 1px solid #efefef;
  background: #fff;
  height: 40px;
  padding-top: 6px;
}
.homenews span {
  padding: 10px 20px 10px 10px;
  background: #c01201;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin-bottom: 0;
}
.homenews span:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 12px solid #f0f0f0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 8px;
}
.homenews span a {
  color: #fff;
}
.box.box-vertical.box-text-middle.box-blog-post {
  margin-bottom: -30px;
  margin-top: 5px;
}
.jpslot span {
  color: #ad884a;
  text-align: left;
  text-shadow: 0 -1px 0 #3b3b3b, #fff 0 1px 1px;
  padding-top: 9px;
  width: 100%;
}
.jpslot span:before {
  content: url(/wp-content/uploads/2023/12/icon-coin.png);
  pointer-events: none;
  position: absolute;
  right: 0px;
}
.titles {
  font-size: 25px;
  font-weight: 700;
}
.jackpot {
  color: #f10e0f;
  font-size: 54px;
  text-shadow: 0 -1px 0 #a60a0a, #fff 0 1px 1px;
  line-height: 76px;
  font-weight: 700;
}
ul.nav.nav-tabs.nav-normal.nav-size-normal.nav-center {
  background: #c1d3b0;
  border-radius: 3px;
  margin: 3px;
}
.tab-panels {
  margin: 3px;
  border-radius: 3px;
}
.khung {
  background: #fff;
  margin: 20px;
  padding: 10px;
  border-radius: 3px;
}
.noidungs {
  text-align: justify;
  padding: 10px;
  overflow: auto;
  max-height: 640px;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #f10e0f;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
} /* Css bài viết */
.article-inner,
.widget {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
}
.widget {
  margin-left: -35px;
}
.is-divider {
  height: 1px;
  min-width: 50%;
}
.widget-title {
  color: #fff;
  background: #7a9c59;
  display: block;
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0px 0px;
  padding: 12px 15px;
  width: auto;
}
.badge-inner.bg-fill {
  border-radius: 3px;
} /* Css text animation */
.chay {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0,
    #4f86f7 25%,
    #c92519 30%,
    #00f 45%,
    #32127a 50%,
    #0d9494 67%,
    #708090 80%,
    #d1e231 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: 3s linear infinite textclip;
  display: inline-block;
}
@keyframes textclip {
  from {
    background-position: 500% center;
  }
}
.text1 {
  top: -52px;
  position: relative;
} /* Custom CSS Tablet */
@media (max-width: 849px) {
  .khung {
    margin: 10px;
  }
  .widget {
    margin-left: 0;
  }
} /* Custom CSS Mobile */
@media (max-width: 549px) {
  .khung {
    margin: 5px;
  }
  .widget {
    margin-left: 0;
  }
  .text1 {
    top: -65px;
    position: relative;
  }
}