html, body {
    /* background: #000000 url(img/bg.png); */
    background-size: cover;
    min-height: 100vh;
	font-weight: 300;
	background-position:center center;
	overflow-x: hidden !important;
}
#message-result{
	position:absolute;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
.loader-wrap{
	 background: #000000 url(img/bg.png) !important;
    background-size: cover !important;
}
.game-container-wp {
    position: relative;
    text-align: center;
}
img{max-width:100%;}
.logo {
    position: absolute;
    left: 3%;
    top: 5%;
    width: 230px;
	margin:0 auto;
}
.game-container-wp .game-container {
    padding: 0;
    text-align: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: inline-block;
    margin: 0 auto;
}
.gift-box{
    position: absolute;
    top: 30%;
    width: 180px;
    max-width: 100%;
	z-index:1;
}
.gift-box.gift-box-01 {
    left: 5%;
    width: 275px;
}
.gift-box.gift-box-02 {
   right: 5%;
    width: 275px;
}
.game-container-wp .title h1 {
    font-size: 42px;
    font-weight: 700;
    color: #4c910d;
}
.btn-fixed-right{
	bottom:50px;
}
.btn-click-social, .btn-click-social::after {
    background: #f96738;
}
.btn-click-social-vx{
	width: 70px;
    height: 70px;
	border-radius: 50%;
}
.btn-click-social img {
    max-width: 50px;
}
.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: 225px;
	} 
	.gift-box.gift-box-02 {
	   right: 5%;
		width: 225px;
	}
}
@media(min-width:1400px){
	.gift-box.gift-box-01 {
		left: 5%;
		width: 275px;
	}
	.gift-box.gift-box-02 {
	   right: 5%;
		width: 275px;
	}
}
@media(min-width:1600px){
	.gift-box.gift-box-01 {
		left: 5%;
		width: 275px;
	}
	.gift-box.gift-box-02 {
	   right: 5%;
		width: 275px;
	}
}
@media(max-width:767px){
	.game-container-wp .title h1{font-size:32px;}
    .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;
    }
	.logo {
        position: static;
        margin-bottom: 20px;
    }
	.game-container .infor {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
	}
	section.section-game {
		align-items: flex-start;
	}
}
@media(max-width:576px){
	.game-board-wp {width: 400px;}
	.cell{width:80px;height:80px;}
	.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;
    }
	.game-container-wp .title h1{font-size:26px}
}
@media(max-width:470px){
	.game-board-wp {width: 350px;}
	.cell{width:70px;height:70px;}
	.logo {
        margin-bottom: 10px;
        width: 210px;
    }
	.game-container-wp .title h1{font-size:24px}
}
@media(max-width:370px){
	.game-board-wp {width: 300px;}
	.cell{width:60px;height:60px;}
	.game-container-wp .title h1{font-size:22px}
}
/****************/

.collage-update {
    background: #000;
    padding: 10px 20px;
    border-radius: 15px;
    color: #ffffff;
}
.info-game { 
    display: flex;
    gap: 3px;
}
.timer {
    background: #fa6839;
    color: #ffffff;
    padding: 0px 8px;
    font-weight: bold;
    min-width: 55px;
    text-align: center !important;
    margin-right: 5px;
    border-radius: 5px;
	font-size:20px;
}

#collage hr {
    border: none;
    border-top: 2px solid #f5f2f2;
    height: 1px;
}

#collage #playPanel {
    margin: 0 auto;
    margin-bottom: 10px;
	position: relative;
    color: #fff;
    padding: 41px;
}
@media(max-width:576px){
	#collage #playPanel{
		padding:17px;
	}
}
#collage #playPanel:before {
    content: "";
    position: absolute; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/khung.png);
    background-size: contain;
    transform: scale(1);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}
/* #collage #playPanel ul#sortable { */
    /* z-index: 100; */
    /* position: relative; */
/* } */
ul#sortable.sortable.disable {
    pointer-events: none;
}

#collage #stepBox div {
    display: inline-block;
    padding: 1px 4px;
    margin: 0px auto;
    max-width: 800px;
}
#collage #actualImageBox {
    position: absolute;
    top: 0;
    right: -160px;
	height: 150px; 
    width: 150px;
	border: 2px solid #3b3b3b;
	display:none;
}
#collage img#actualImage {
  width:100%;
}
#collage #sortable {
    border: 1px solid #3b3b3b;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
  --gridSize: 4; 
  --cellSize: 150px;
  display: grid;
  grid-template-columns: repeat(var(--gridSize), var(--cellSize));
  grid-template-rows: repeat(var(--gridSize), var(--cellSize));
  gap: 0;
}
#collage #sortable li {
    background-size: 600%;
    border: none; 
    cursor: pointer;
    margin: 0;
    padding: 0;
	width: var(--cellSize) !important;
	height: var(--cellSize) !important;
}
.btn-goiy-wp .btn-goiy {
    text-transform: capitalize;
    color: #fff;
	padding-left: 3px;
}
@media(min-width:992px){
	#collage #sortable{--gridSize: 4; --cellSize:125px  !important;}
}
@media(min-width:1200px){
	#collage #sortable{--gridSize: 4; --cellSize:125px  !important;}
}
@media(min-width:1400px){
	#collage #sortable{--gridSize: 4; --cellSize:125px  !important;}

}
@media(min-width:1500px){
	#collage #sortable{--gridSize: 4; --cellSize:125px  !important;}

}
@media(max-width:992px){
	#collage #sortable{--gridSize: 4; --cellSize:120px  !important;}
}
@media(max-width:767px){
	#collage #sortable{--gridSize: 4; --cellSize:100px !important;}
}
@media(max-width:576px){
	#collage #sortable{--gridSize: 4; --cellSize:100px !important;}
}
@media(max-width:520px){
	#collage #sortable{--gridSize: 4; --cellSize:90px !important;}
}
@media(max-width:450px){
	#collage #sortable{--gridSize: 4; --cellSize:85px !important;}
}
@media(max-width:420px){
	#collage #sortable{--gridSize: 4; --cellSize:75px !important;}
}
@media(max-width:380px){
	#collage #sortable{--gridSize: 4; --cellSize:65px !important;}
}

@media(max-width:350px){
	#collage #sortable{--gridSize: 4; --cellSize:65px !important;}
}
section.section.section-xep-hinh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 36px 0;
}

#collage .btn-startGame {
    text-align: center;
}

#collage .btn-startGame button {
    padding: 15px 30px 10px;
    font-weight: bold;
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5em;
    background: #4CAF50;
    box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
}

img.title-tag-line {
    width: 300px;
    max-width: 100%;
    transform: initial;
    position: initial;
}

#gameOver .title .heading,
.title .heading {
    font-size: 25px;
}

.row-logo {
    margin-bottom: 47px;
}

@media(max-width:992px) {
    img.title-tag-line {
        width: 230px;
        top: 36px;
    }

    section.section.section-xep-hinh {
        padding: 36px 0;
    }

    .row-logo {
        margin-bottom: 36px;
    }

    #collage .btn-startGame button {
        font-size: 18px;
        padding: 15px 25px 10px;
    }

    section.section.section-xep-hinh .container,
    section.section.section-xep-hinh>.container>.row {
        height: auto;
    }
}

@media(max-width:767px) {

    img.title-tag-line {
        width: 240px;
        top: 37px;
    }
}

@media(max-width:480px) {
    img.title-tag-line {
        width: 240px;
        top: 37px
    }

    .row-logo a img {
        width: 200px;
    }
}

@media(max-width:320px) {
    img.title-tag-line {
        width: 230px;
        top: 36px
    }
}

#collage .btn-startGame button#startGame:before,
#collage .btn-startGame button#startGame:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #4CAF50;
    border-radius: 8px;
    z-index: -1;
}

#collage .btn-startGame button#startGame:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out;
}

#collage .btn-startGame button#startGame:after {
    animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s;
}

@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
#message-result #resetButton{background:#f96738;}
.addThis_listSharing .addThis_close{display:none;}
.addThis_iconContact .box-contact .svgico{
	background: #f96738;
}
button#startButton {
    background: #f96738;
    color: #fff;
	font-size:22px;
    border: 1px solid #db3d0a;
    padding: 8px 30px;
    margin: 0;
}
@keyframes floatBanner {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.game-container-wp>.title{
	animation: floatBanner 3s ease-in-out infinite;
}