html, body {
    background: #160046 url(../img/bg_pc.png);
    background-size: cover;
	min-height:100vh;
}

footer.footer {
    background: transparent;
}
section.section-game-wp {
    min-height: calc(100vh - 175px);
    padding-top: 20px;
    position: relative;
}

@media(max-width:767px){
	section.section-game-wp {
		min-height: calc(100vh - 300px);
		min-height:0;
		padding-top: 10px;
		position: relative;
	}
}
section.section-game-wp .infor-banner .title, section.section-game-wp .infor-banner .title>h1 {
    font-size: var(--font-size-title-xlarge);
    font-weight: 500;
	text-transform: uppercase;
    line-height: 1.5em;
}
section.section-game-wp .infor-banner>.title>h1 span~span {
    font-size: var(--font-size-title);
}
section.section-game-wp .infor-banner .content, .infor-banner .content *{
	font-size: 18px;
    line-height: 1.3em;
}
.section-game{
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}
section.section-game h1{font-size:24px; margin-bottom:10px;}
.btn-wp {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.section-game button.btn {
	padding: 7px 15px 10px 15px;
    margin-top: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}
[data-btnreadmore]{
	height: 26px;
	color:#ff1e1e;
	background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 40%), rgb(0 0 0 / 70%), rgb(0 0 0 / 85%), rgb(0 0 0));
}
[data-btnreadmore]>span{

}
button#startButton {
    background: transparent;
    color: #fff;
    width: auto;
    border: 0;
    font-size: 22px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 8px 30px;
	cursor: pointer !important;
}
#resetButton{
	background: red;
    color: #fff;
    border-color: red
}
#message-result {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
	z-index:10000;
}
#message-result #message {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#message-result .info_mess {
    text-align: center;
}
#message-result button.btn {
    display: inline-block;
    min-width: 150px;
	font-size: 18px;
}
#message-result #resetButton{
	background: red;
    color: #fff;
    border: 0;
    box-shadow: 0px 5px 5px 4px rgba(0, 0, 0, 0.5);
}
#message-result #resetButton span{
	pointer-events:none;
}
button.btn-info-game {
    border: 0px;
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    padding: 0 30px;
}
button.btn-info-game:focus,button.btn-info-game:active{
	outline:none;
	box-shadow:none;
}
.content-info-all-game .title {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
@keyframes scaleEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.animationTime{
	animation:scaleEffect 1s ease-in-out infinite;
}
.time-wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.timer {
    background: #fff;
    color: #000;
    padding: 0px 8px;
    font-weight: bold;
    min-width: 35px;
    text-align: center !important;
}
.timer .info-game{
	display:flex;
	gap:3px;
}
.user-select-none{
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}

@media(max-width:767px){
	section.section-game-wp .infor-banner .content {
		font-size: 16px;
		margin-top: 5px !important;
	}
	
}
@media(max-width:576px){
	section.section-game-wp .infor-banner .content {
		font-size: 16px;
		margin-top: 5px !important;
	}
	button#startButton{font-size: 18px;}
	button.btn-info-game{
		font-size: 16px;
	}
}

section.section-game-wp.play .timer {
position: fixed;
    position: absolute;
    right: 25px;
    right: -66px;
    top: 50%;
	width: 50px;
    height: 50px;
    font-size: 18px;
    
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
    z-index: 100;
    line-height: 1.5em;
    transform: translateY(-50%);
    font-weight: bold;
pointer-events: none;
}
@media(min-width:992px){
	section.section-game-wp.play .timer{
		right: -85px;
		width: 60px;
		height: 60px;
		font-size: 24px;
	}
}
@media(max-width:992px){
	section.section-game-wp.play .timer {
		position: fixed;
		position: absolute;
		right: -65px;
		width: 44px;
		height: 44px;
		font-size: 18px;
		border-radius: 50%;
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: red;
		color: #fff;
		z-index: 100;
		line-height: 1.5em;
		transform: none;
	}
}
@media(max-width:767px){
	section.section-game-wp.play .timer {
		position: static;
	}
}
.modal-footer {
    border: 0;
	padding-top:0;
}
button.btn-close-footer {
    padding: 5px 5px 10px;
}
.btn-goiy-wp.text-start {
    padding-left:10px;
}
.dropup-user{display:none;}
/**************/
.container-wrapper-scroll-x {
  position: relative;
}
.container-scroll-x {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--rows, 2), var(--row-height, auto)); 
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

.container-wrapper-scroll-x {
  position: relative;
}
.container-wrapper-scroll-x .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
    height: auto;
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: none;
    padding: 0;
    text-align: center;
    font-size: 20px;
}
@keyframes attention-left {
  0%   { transform: translateX(0px); }
  50%  { transform: translateX(-10px); }
  100% { transform: translateX(0px); }
}

@keyframes attention-right {
  0%   { transform: translateX(0px); }
  50%  { transform: translateX(10px); }
  100% { transform: translateX(0px); }
}

.container-wrapper-scroll-x .scroll-btn.left {
	left: 10px;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 0.69) 50%, rgba(0, 0, 0, 0) 100%);
	background:transparent;
}
.container-wrapper-scroll-x .scroll-btn.left>i{
	  animation: attention-left 1s infinite;
}
.container-wrapper-scroll-x .scroll-btn.right {
	right:10px;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgba(43, 43, 43, 0.69) 50%, rgba(20, 20, 20, 1) 100%);
	background:transparent;
}
.container-wrapper-scroll-x .scroll-btn.right>i{
	 animation: attention-right 1s infinite;
}
@media(max-width:767px){
	.container-scroll-x {
	  scroll-behavior: smooth;
	  scrollbar-width: none; /* Firefox */
	}
	.container-scroll-x::-webkit-scrollbar {
	  display: none; /* Chrome */
	}
}
/**************/

button#startButton.button_sparkle * {
    pointer-events: none;
}
.button_sparkle {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transtion: 0.3s ease-in-out;
  --offset: 2px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transform-origin: center;
  padding: 0.75rem 2rem;
  background-color: transparent;
  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));

  transition: transform var(--transtion);
     margin: 0 auto;
	text-decoration: none !important;
}
.button_sparkle:hover {
    text-decoration: none !important;
}
.alert-quiz-info .button_sparkle{
	padding: 10px 20px;
}
.button_sparkle::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: var(--black-700);
    border-radius: var(--border_radius);
    box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%), 0px 4px 10px -4px hsla(0 0% 0% / calc(1 - var(--active, 0))), 0 0 0 calc(var(--active, 0) * 0.375rem) hsl(260deg 1.74% 80.12% / 75%);
    transition: all var(--transtion);
    z-index: 0;
}
.button_sparkle::before {
    background-color: hsl(0deg 0% 23.62%);
}
.button_sparkle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  background-color: hsl(0deg 0% 11.81% / 75%);
 
  background-position: top;

  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transtion);
  z-index: 2;
}

.button_sparkle:is(:hover, :focus-visible) {
  --active: 1;
}
.button_sparkle:active {
  transform: scale(1);
}

.button_sparkle .dots_border {
  --size_border: calc(100% + 2px);

  overflow: hidden;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;

  border-radius: var(--border_radius);
  z-index: -10;
}

.button_sparkle .dots_border::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);

  width: 100%;
  height: 2rem;
  background-color: white;

  mask: linear-gradient(transparent 0%, white 120%);
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.button_sparkle .sparkle {
  position: relative;
  z-index: 10;

  width: 1.75rem;
}

.button_sparkle .sparkle .path {
  fill: currentColor;
  stroke: currentColor;

  transform-origin: center;

  color: hsl(0, 0%, 100%);
}

.button_sparkle:is(:hover, :focus) .sparkle .path {
  animation: path 1.5s linear 0.5s infinite;
}

.button_sparkle .sparkle .path:nth-child(1) {
  --scale_path_1: 1.2;
}
.button_sparkle .sparkle .path:nth-child(2) {
  --scale_path_2: 1.2;
}
.button_sparkle .sparkle .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {
  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }
  17% {
    transform: scale(var(--scale_path_1, 1));
  }
  49% {
    transform: scale(var(--scale_path_2, 1));
  }
  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.button_sparkle .text_button {
	position: relative;
    z-index: 10;
    background-image: linear-gradient(90deg, hsla(0 0% 100% / 1) 0%, hsla(0 0% 100% / var(--active, 0)) 120%);
    background-clip: text;
    font-size: 1rem;
    color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5em;
}
div#startButtonWp button#startButton:focus,div#startButtonWp button#startButton:active{
	outline:none !important;
}
button.button_sparkle>*{
	pointer-events:none;
}
button.button_sparkle.button_sparkle_reset {
    padding: 8px 2rem 11px;
}
button.button_sparkle.button_sparkle_reset::before{
	background-color: hsl(0deg 98.66% 52.25%);
}
button.button_sparkle.button_sparkle_reset::after{
	background-color: hsl(0deg 98.66% 52.25%);
}
button.button_sparkle.button_sparkle_reset span.text_button {
    font-size: 18px;
}
@keyframes pulseTimer {	
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.scale-pulse{
  animation: pulseTimer 1s ease-in-out infinite;
}
.title, .title>* {
    margin: 0;
}
.timer-animation{
    animation: pulseTimer 1s ease-in-out infinite;
    display: inline-block;
}
#listQa .startButton {
    background: #000;
	display: inline-block;
    text-decoration: none !important;
}
button#startButton.button_sparkle {
	background: transparent;
    padding: 8px 35px 12px;
    border: 0;
}
#back-top{display:none;}
.btn-replay {
    margin-top: 8px;
}
#listQa .btn-bdc{
	position: static;
    transform:none;
    z-index: inherit;
    width: 100%;
    padding: 0 15px;
}
/**************/
#commonModal.modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
/* #commonModal.modal button { */
    /* margin-top: 15px; */
    /* font-size: 20px; */
    /* padding: 5px 20px; */
    /* border: none; */
    /* border-radius: 4px; */
    /* background: var(--color-primary); */
    /* color: white; */
    /* cursor: pointer; */
    /* box-shadow: 0 0 8px var(--color-secondary); */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
/* } */
#commonModal .modal-content {
  background: white;
  padding: 20px 15px;
  border-radius: 12px;
  text-align: center;
  max-width:80vw;
  width: 550px;
}
#commonModal.modal .modal-content h2,#commonModal .modal .modal-content .title {
    font-size: 24px;
    font-weight: bold;
}
/* MÄ‚ u theo loĂ¡ÂºÂ¡i modal */
#commonModal.modal-success .modal-content {
  background-color: #d4edda;
  color: #155724;
}
#commonModal.modal-error .modal-content {
  background-color: #f8d7da;
  color: #721c24;
}

#commonModal.modal-warning .modal-content {
  background-color: #fff3cd;
  color: #856404;
}
#commonModal.modal-success .modal-content #modalMessage{
    margin:0;
}
#commonModal.modal .message {
    font-size: 18px;
    font-weight: 300;
	margin-top:5px;
}
/**************/
/******gift-box********/
.game-container-wp {
    position: relative;
    text-align: center;
}
.game-container-wp .game-container {
    width: auto;
    max-width: 100%;
    min-height: 65vh;
    margin: 0 auto;
}
.gift-box {
    position: absolute;
    top: 30%;
    width: 180px;
    max-width: 100%;
    z-index: 1;
}
.image-title {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}
@media(min-width:767px){
    .gift-box.gift-box-01 {
        left: -5%;
        width: 225px;
        top: 38%;
    }
    .gift-box.gift-box-02 {
        right: -5%;
        width: 225px;
        top: 50%;
    }
}
@media(min-width:992px){
    .gift-box.gift-box-01 {
        left: 5%;
        width: 225px;
        top: 38%;
    }
    .gift-box.gift-box-02 {
        right: 5%;
        width: 225px;
        top: 50%;
    }
}
@media(min-width:1200px){
	.gift-box.gift-box-01 {
		left: 5%;
		width: 215px;
	} 
	.gift-box.gift-box-02 {
        right: 3%;
        width: 235px;
	}
}
@media(min-width:1400px){
	.gift-box.gift-box-01 {
		left: 5%;
		width: 275px;
	}
	.gift-box.gift-box-02 {
	   right: 5%;
		width: 290px;
	}
}
@media(min-width:1600px){
	.gift-box.gift-box-01 {
		left: 8%;
        width: 255px;
	}
	.gift-box.gift-box-02 {
	   right: 5%;
		width: 300px;
	}
}
@media(max-width:767px){
    .gift-box {
        z-index: 1;
        opacity: 0.35;
    }
    .gift-box.gift-box-01 {
        left: -11%;
        width: 95px;
        top: 13%;
    }
    .gift-box.gift-box-02 {
        top: 85%;
        right: -10%;
        width: 100px;
    }
	section.section-game {
		align-items: flex-start;
	}
}
@media(max-width:576px){
	.gift-box {
        z-index: 1;
        opacity: 0.35;
    }
    .gift-box.gift-box-01 {
        left: -11%;
        width: 95px;
        top: 13%;
    }
    .gift-box.gift-box-02 {
        top: 85%;
        right: -10%;
        width: 100px;
    }
}
@media(max-width:470px){

}
@media(max-width:370px){

}
/******gift-box********/
.addThis_iconContact .svgico > i{
	    font-size: 26px;
		margin:0;
}