@import url("../Default/style.css");
@import url("./font/font.css");

@viewport {
	  width: device-width;
	  zoom: 1;
}
.navbar-brand img {
		width:130px;
		top:-55px;
		position:relative;
}
body{
		font-family:'Proxima Nova Font';
}
/* -----------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

img{
		width:100%;
		height:auto;
}
.img-logo{
    width: 150px;
}
.navbar-brand img {
		width:130px;
		top:0px;
}
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -260px;
    height: 100vh;
    z-index: 9999;
    background: #7386D5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}
#sidebar ul li a {
		font color: #ffffff;
}
.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebar ul.components {
    padding: 20px 0;
}
#sidebar ul {
		list-style: none;
		margin: 0;
		padding: 0;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.6em;
    display: block;
    text-decoration:none;
    color: #fff;
    transition: all 0.3s;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar ul li.active > a, 
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
#sidebar a[data-toggle="collapse"] {
    position: relative;
}
#sidebar a[aria-expanded="false"]::before, 
#sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}
#sidebar ul ul a {
    font-size: 1.4em !important;
    padding-left: 30px !important;
} 

/* -----------------------------------------------------
    FLOAT-RIGHT
----------------------------------------------------- */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, red,red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg.progress-circle path {
    stroke: white;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: white;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap:hover::after {
	opacity: 0;
}
/* -----------------------------------------------------
    HEADER
----------------------------------------------------- */

.header-link{
		width:100%;
		height:40px;
		background:#7b030b;
    align-items: center;
		color:white;
		display:flex;
		justify-content: space-between;
}
.header-link a{
		color:white;
		text-decoration:none;
		margin-right:8%;
}
.flex{
		display:flex;
    margin-left: 8%;
}
#date-div{
		align-self:center;
}
.header-svg{
		width: 20px;
    margin-right: 0.5rem;	
}
.header{
	  width:100%;  
	  position:absolute;
	  background:linear-gradient(to right, #232830, #39414d, #232830);
	  top:0;
		z-index: 110;
}
.header-box{
		width:1185px;
		margin:auto;
}
.float-left{
		float:left;
}
.float-right{
		float:right;
}
.header-arrow{
		text-align:left;
		margin-top:9px;
		font-size:10px;
}
.header-arrow img{
		width:35%;
}
.language{
		font-size:16px;
		padding:7px 13px;
		color:white;
}
.header-btn{
		background: linear-gradient(to right,#7b030b 0%,#dc2834 51%, #7b030b 100%);
    transition: 0.6s;
		background-size: 200% auto;
		border:none;
	  border-radius :30px;
		padding: 10px 40px;
		margin-top:40px;
		font-size:18px;
}
.header-btn:hover{
		cursor: pointer;
    background-position: right center;
		border:unset;
}
.header-btn:hover .signup{
		color:white;
}
.hover-btn:hover{
		color:white;
}
.header-dropbtn {
	  background-color: transparent;
	  border: none;
	  margin-top:45px;
	  padding:0;
}
.header-dropdown .row{
		margin:0;
}
.header-droplogo{
		padding:5px;
		min-width: 35px;
}
.header-logo{
		width:auto;
		height:120px;
}
.header-dropdown {
	  position: relative;
}
.header-dropdown-content {
	  display: none;
	  background:#2e353f;
	  min-width: 100%;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
		position:absolute;
}
.header-dropdown-content img{
		width:35px;
}
.header-dropdown-content a {
	  text-decoration: none;
	  display: block;
}
.header-dropdown-content a:hover {background-color: transparent}
.header-dropdown:hover .header-dropdown-content {
 		display: block;
}
.header-dropdown:hover .header-dropbtn {
 	 	background-color: transparent;
}
.signup{
		text-decoration:none;
		color:white;
}
.signup:hover{
		text-decoration:none;
		color:black;
}
.signup:focus{
		text-decoration:none;
		color:white;
}

/* -----------------------------------------------------
    CAROUSEL
----------------------------------------------------- */

#mainslider .flexslider{
		border:none;
		top:95px;
		margin:0;
}

/* -----------------------------------------------------
    CUSTOMER CONTAIN
----------------------------------------------------- */

#theme-contain-testimonial a:focus{
		text-decoration:none;
}
#theme-contain-testimonial li{
		list-style:none;
}
#theme-contain-testimonial img[src=""],
#theme-contain-testimonial img:not([src]){
		display:none;
}
.swiper {
		width: 100%;
		height: 100%;
		display: flex;
		text-align: center;
		vertical-align: middle;
		align-items: center;
}
.swiper-button-next, .swiper-button-prev{
		color:#232830 !important;
}
.swiper-pagination-bullet-active{
		background-color:white !important;
}
.swiper-slide {
		text-align: center;
		font-size: 18px;
		padding-bottom:35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		box-shadow: inset 0 0px 10px 0px rgba(229, 231, 235, 1);
    background: #7b030b;
}
.swiper-backface-hidden .swiper-slide{
		height:auto;
}
.photo {
		width: 90px;
		max-width:100%;
		height: 90px;
    object-fit: cover;
    border-radius:50%;
    margin-top: 20px;
}
.cs-en{
    font-size:22px;
    color:white;
    text-shadow:0 0 5px #d32530;
}
.cs-cn{
    font-size:40px;
    color:white;
    text-shadow:0 0 5px #d32530;
    margin-bottom: 20px;
}
.customer-contain{
    text-align:center;
    padding:70.85px 200px 10px;
		background: #232830;
		top: 60px;
    position: relative;
    padding-bottom: 60px;
}
.commender-contain{
    color:white;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:20px;
}
.name{
    font-size:14px;
    margin:10px 0px;
    color: #fff;
}
.comment-title{
    font-size:20px;
    margin-bottom:20px;
    padding: 0px 20px !important;
    color: #fff;
}
.comment-contain{
    font-size:14px;
    margin-bottom:10px;
    color: #919397;
    font-weight: 500;
    padding: 0px 25px !important;
}
.comment-icon img{
    width:35px;
}
.testimonial-top{
    position: relative;
    top: 160px;
}
.text-top1{
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left;
		font-weight: 300;
    color: #fff;
    position: absolute;
    top: 38%;
    letter-spacing: 0.25rem;
		margin: 20px auto 5px 10%;
}
.bg-content{
    padding:0px 120px 160px;
    margin-bottom: 50px;
    position: relative;
    top: 160px;
}
.testimonial-content{
    padding:50px 70px 20px;
    height:auto;
    border-radius:20px;
}
.title-link span{
		color:#232830;
		line-height: 1.5rem;
    letter-spacing: 0.025em;
    font-size:20px;
} 
.top-title{
    line-height: 1.1;
    margin-top:10px;
    margin-bottom:30px;
    color: #7b030b;
		font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.025em;
		text-transform: uppercase;
}
.pd-left{
    padding-left:10px;
    align-self:center;
}
.link-A9 a{
    color: #7b030b;
    text-decoration: underline;
		font-weight: 700;
}
.link-A9 a:hover{
    text-decoration:none;
}
.user-icon{
		padding: 0px 10px;
}
.user-icon img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    word-break: break-word;
}
.user-icon-big-xs img{
    display:none;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.text-content-title{
    text-align:left;
    font-size:20px;
    color:white;
    position: absolute;
		top: 27%;
    margin: 30px auto 20px 10%;
}
.testimonial-title p{
    text-align:left;
		font-size: 16px;
    line-height: 1.3;
    color:#232830;
}
.mr-top{
    margin-top:20px;
}

/* -----------------------------------------------------
    testimonial-slide
----------------------------------------------------- */

.testimonial-content input  {
		display: none;
}
.nav {
		position: relative;
		overflow: hidden;
}
.nav li:not(:first-child){
		margin-left:40px;
}
li {
		padding:10px 0px;
		float: left;
}
.user-hr{
		top: -3px;
		background-color: rgba(229, 231, 235, 0.5);
    position: relative;
		margin-top: 0px;
    margin-bottom: 50px;
		z-index: -1;
}
li label {
		display: flex;
		line-height: 36px;
		font-size: 18px;
		cursor: pointer;
		font-weight:unset;
		margin-bottom:0px;
}
li label span{
    color: #232830;
    align-self: center;
}
.content1{
		display: none;
		width: 100%;
		height: 100%;
}
.content2{
		display: none;
		width: 100%;
		height: 100%;
}
.content3{
		display: none;
		width: 100%;
		height: 100%;
}
.content1 h1{
		color: #7b030b;
		letter-spacing: 0.025em;
		text-transform: uppercase;
		font-size:26px;
}
.content2 h1{
		font-size:26px;
		width: 40%;
		letter-spacing: 0.025em;
		text-transform: uppercase;
		color: #7b030b;
}
.content3 h1{
		width:47%;
		font-size:26px;
		letter-spacing: 0.025em;
		text-transform: uppercase;
		color: #7b030b;
}
.nav1:checked ~ .nav li {
    border-bottom: unset;
		font-weight:300;
}
.nav1:checked ~ .nav li:first-child {
		border-bottom:5px solid black;
		font-weight:700;
}
.nav1:checked ~ .nav li:first-child img{
		transform:scale(1.3);
}
.nav2:checked ~ .nav li:nth-child(2) img{
		transform:scale(1.3);
}
.nav3:checked ~ .nav li:last-child img{
		transform:scale(1.3);
}
.nav2:checked ~ .nav li {
		border-bottom: unset;
		font-weight:300;
}
.nav2:checked ~ .nav li:nth-child(2) {
		border-bottom:5px solid black;
		font-weight:700;
}
.nav3:checked ~ .nav li {
		border-bottom: unset;
		font-weight:300;
}
.nav3:checked ~ .nav li:last-child {
		border-bottom:5px solid black;
		font-weight:bold;
}
.nav1:checked ~ .testimonial-title > div {
		display: none;
}
.nav1:checked ~ .testimonial-title > div:first-child {
		display: block;
}
.nav2:checked ~ .testimonial-title > div {
		display: none;
}
.nav2:checked ~ .testimonial-title > div:nth-child(2) {
		display: block;
}
.nav3:checked ~ .testimonial-title > div {
		display: none;
}
.nav3:checked ~ .testimonial-title > div:last-child {
		display: block;
}
.active {
		border-bottom:4px solid black;
}
.default {
		display: block;
}
.content1_card {
    position: relative;
    height: 280px;
    width: 100%;
    margin: auto;
}
.content2_card {
    position: relative;
    height: 310px;
    width: 100%;
    margin: auto;
}
.content3_card {
    position: relative;
    height: 315px;
    width: 100%;
    margin: auto;
}
.slider {
    position: absolute;
    bottom: -15px;
    left: 26%;
    transform: translateX(-50%);
    z-index: 101;
}
.slider .slide {
    position: relative;
    height: 25px;
    width: 25px;
    background: #d9d9d9;
    border-radius: 50%;
    display: inline-flex;
    margin: 0 3px;
    cursor: pointer;
}
.slider .slide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: -100%;
    background: #000000;
    border-radius: 50%;
    transform: scaleX(0);
    transition: transform .6s;
    transform-origin: left;
}
#content1_slide_1:checked ~ .slider .slide_1:before, #content1_slide_2:checked ~ .slider .slide_2:before, #content1_slide_3:checked ~ .slider .slide_3:before, #content1_slide_4:checked ~ .slider .slide_4:before {
    transform: scaleX(1);
    width: 100%;
}
#content2_slide_1:checked ~ .slider .slide_1:before, #content2_slide_2:checked ~ .slider .slide_2:before, #content2_slide_3:checked ~ .slider .slide_3:before, #content2_slide_4:checked ~ .slider .slide_4:before, #content2_slide_5:checked ~ .slider .slide_5:before, #content2_slide_6:checked ~ .slider .slide_6:before, #content2_slide_7:checked ~ .slider .slide_7:before, #content2_slide_8:checked ~ .slider .slide_8:before {
    transform: scaleX(1);
    width: 100%;
}
#content3_slide_1:checked ~ .slider .slide_1:before, #content3_slide_2:checked ~ .slider .slide_2:before, #content3_slide_3:checked ~ .slider .slide_3:before, #content3_slide_4:checked ~ .slider .slide_4:before, #content3_slide_5:checked ~ .slider .slide_5:before, #content3_slide_6:checked ~ .slider .slide_6:before, #content3_slide_7:checked ~ .slider .slide_7:before, #content3_slide_8:checked ~ .slider .slide_8:before {
    transform: scaleX(1);
    width: 100%;
}
.content1_card .inner_part,.content2_card .inner_part,.content3_card .inner_part {
    display: flex;
    height: 360px;
    width:100%;
    position: absolute;
}
.content2_card .inner_part{
		height:400px;
}
.content3_card .inner_part{
		height:370px;
}
.inner_part .img {
		height: auto;
    width: auto;
    overflow: hidden;
    flex-shrink: 0;
		left: 13%;
    top: -16%;
    position: relative;
}
.img img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    transition: .6s;
}
.content {
    width: 40%;
    opacity: 0;
    transition: .6s;
}
#content1_slide_1:checked ~ .inner_part .content_1, #content1_slide_2:checked ~ .inner_part .content_2, #content1_slide_3:checked ~ .inner_part .content_3, #content1_slide_4:checked ~ .inner_part .content_4 {
    opacity: 1;
    margin-left: 0;
    z-index: 100;
    transition-delay: .3s;
}
#content1_slide_1:checked ~ .inner_part .img_1, #content1_slide_2:checked ~ .inner_part .img_2, #content1_slide_3:checked ~ .inner_part .img_3, #content1_slide_4:checked ~ .inner_part .img_4 {
    opacity: 1;
    transition-delay: .2s;
}
#content2_slide_1:checked ~ .inner_part .content_1, #content2_slide_2:checked ~ .inner_part .content_2, #content2_slide_3:checked ~ .inner_part .content_3, #content2_slide_4:checked ~ .inner_part .content_4, #content2_slide_5:checked ~ .inner_part .content_5, #content2_slide_6:checked ~ .inner_part .content_6, #content2_slide_7:checked ~ .inner_part .content_7, #content2_slide_8:checked ~ .inner_part .content_8  {
    opacity: 1;
    margin-left: 0;
    z-index: 100;
    transition-delay: .3s;
}
#content2_slide_1:checked ~ .inner_part .img_1, #content2_slide_2:checked ~ .inner_part .img_2, #content2_slide_3:checked ~ .inner_part .img_3, #content2_slide_4:checked ~ .inner_part .img_4, #content2_slide_5:checked ~ .inner_part .img_5, #content2_slide_6:checked ~ .inner_part .img_6, #content2_slide_7:checked ~ .inner_part .img_7, #content2_slide_8:checked ~ .inner_part .img_8 {
    opacity: 1;
    transition-delay: .2s;
}
#content3_slide_1:checked ~ .inner_part .content_1, #content3_slide_2:checked ~ .inner_part .content_2, #content3_slide_3:checked ~ .inner_part .content_3, #content3_slide_4:checked ~ .inner_part .content_4, #content3_slide_5:checked ~ .inner_part .content_5, #content3_slide_6:checked ~ .inner_part .content_6, #content3_slide_7:checked ~ .inner_part .content_7, #content3_slide_8:checked ~ .inner_part .content_8  {
    opacity: 1;
    margin-left: 0;
    z-index: 100;
    transition-delay: .3s;
}
#content3_slide_1:checked ~ .inner_part .img_1, #content3_slide_2:checked ~ .inner_part .img_2, #content3_slide_3:checked ~ .inner_part .img_3, #content3_slide_4:checked ~ .inner_part .img_4, #content3_slide_5:checked ~ .inner_part .img_5, #content3_slide_6:checked ~ .inner_part .img_6, #content3_slide_7:checked ~ .inner_part .img_7, #content3_slide_8:checked ~ .inner_part .img_8 {
    opacity: 1;
    transition-delay: .2s;
}

/* -----------------------------------------------------
    DOWNLOAD-QRCODE
----------------------------------------------------- */

.carousel{
    width: 22.3%;
    right: 40%;
    top:164px;
    position: absolute;
    z-index: 1;
}
.frame1{
    width: 26%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    right: 38%;
    top:150px;
    object-fit: cover;
}
.download-bg {
		position: relative;
    top: 58px;
}
.dl-bg{
		position:absolute;
		background:#232830;
		height:  -webkit-fill-available;
}
.download-left{
		padding:40px 0px;
}
.download-title{
		color:white;
		text-align:left;
		align-self: end;
		text-transform:uppercase;
		font-size:22px;
		text-shadow: 0 0 5px black;
		font-weight: 300;
}
.app{
		font-size: 40px;
    line-height: 40px;
    text-align:left;
		align-self: flex-start;
    color:#d32530;
    text-shadow: 0 0 5px black;
}
.fs a:hover{
		text-decoration:none;
		color:white;
}
.fs a:focus{
		text-decoration:none;
		color:white;
}
.fs{
		font-size:20px;
}
.ds-fl{
		display: flex;
    align-items: center;
    justify-content: left;
		margin-bottom: 30px;
		font-weight: 300;
}
.icon-download{
		width: 45px;
    padding: 0px 10px;
}
.download-desc{
		text-align: left;
		font-size:14px;
}
.download-btn {
		background: linear-gradient(to right,#7b030b 0%,#dc2834 51%, #7b030b 100%);
    transition: 0.6s;
    background-size: 200% auto;
    border-radius: 5px;
		padding: 5px 15px;
		color: white;
}
.download-btn:hover {
    background-position: right center;
}
.download-btn a{
		margin:0;
		padding:0;
}
.text-white{
		color:white;
		text-shadow: 0 0 5px black;
}
.app-qr{
		margin:auto;
}
.app-qr-android{
		border-radius:5px;
		width:115px;
}
.box-app{
		display: flex;
    align-items: center;
    justify-content: left;
    width:100%;
}
.app-title{
		margin:30px 0px ;
		display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
}
.app-title img{
		width: 160px;
    height: auto;
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-right: 30px;
}
.app-title label{
		margin:0;
}
.app-mobile{
		position:relative;
}

/* -----------------------------------------------------
    CONTAINER GAMES
----------------------------------------------------- */

.container-games{
		width: 100%;
    background-color: #9a8757;
    padding-top: 2.5rem;
		position: relative;
    top: 58px;
		background-image:url(./imgs/002.png);
		background-size: 15%;
}
.mg-a{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.games-section{
		margin: -40px 0px 0px;
    padding-bottom: 70px;
}
.games-section:nth-child(4){
		padding-bottom:110px;
}
.games-section:nth-child(3){
		background-color: #9a8757;
		background-image: url(./imgs/002.png);
    background-size: 15%;
}
.box2 .games-section:nth-child(2),.box2 .games-section:nth-child(4){

		background-image: url(./imgs/002.png);
    background-color: #7b030b;
		background-size: 15%;

}
.games-fixed{
    position: sticky;
    top: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    z-index: 111;
		width: fit-content;
		margin:auto;
}
.after-fixed-content{
		background: rgb(35 40 48 / 50%);
}
.fixed-content{
    display: block;
    animation: 1s ease-in-out 0s 1 normal none running bounceIn;
    overflow: auto hidden;
    position: relative;
    top: 0px;
    white-space: nowrap;
		color:white;
}
.games-fixed-title{
    display: inline-block;
    position: relative;
    padding: 5rem 1.25rem 1.5rem;
    border-bottom-width: 4px;
    border-color: rgba(255, 255, 255,1);
}
.fixed-content a{
    overflow-wrap: break-word;
		color: inherit;
    text-decoration: inherit;
    transition: 0.2s all linear;
		font-size: 22px;
}
.fixed-content li{
		float:left;
    border-bottom: 4px solid black;
		height: 103px;
    display: inline-flex;
    align-items: center;
}
.fixed-content li:select{
    background: black;
    border-bottom: 4px solid white;
}
.fixed-content ul{
		padding:0;
}
.games-title{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    padding-top:10px;
}
.word-title{
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0.025em;
		color:white;
}
.games-desc{
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.games-desc a:hover{
		text-decoration:none;
}
.word-desc{
		display: grid;
    background-color:#232830;
		border: 1px solid;
    border-color:rgb(166 139 139);
    cursor: pointer;
		/* box-shadow: 0 0 5px 0px white;*/
    width: 100%;
    grid-template-rows: 18rem 1fr;
		border-radius: 10px;
}
.games-img-box{
		width:100%;
		height:100%;
    grid-row: span 3/span 3;
		grid-column-start: 1;
    z-index: 10;
    position: relative;
}
.pt-r{
    width: 100%;
    height: 100%;
    position: relative;
}
.games-img-span {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.games-img{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
		grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 20;
		object-fit: cover;
		border-radius: 10px 10px 0 0;
}
.games-name-box{
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
		border-radius: 0 0 10px 10px;
}
.games-name{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.025em;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: linear-gradient(to right, #232830, #434d5c, #232830);
    height: 100%;
		color:white;
		border-radius: 0 0 10px 10px;
}
.index{
		padding-top: 70px;
}

/* -----------------------------------------------------
    CONTAINER PRIZES
----------------------------------------------------- */

.container-prizes{
		height:auto;
		background: linear-gradient(to bottom, #7b030b, #3e0306 200%);
		min-height: 600px;
		position: relative;
}
.photo-title h2{
    text-align: center;
    font-size: 36px;
		line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
}
.mySlides {
	  display: none;
	  position:relative;
	  margin:auto;
	  width:54%;
}
.mySlides img{
		border: 1px solid;
    border-color: rgb(166 139 139);
    border-radius: 10px;
}
.cursor {
 		cursor: pointer;
   	position:relative;
}
.prev1,
.next1 {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  padding: 16px;
	  color: white;
	  font-size: 30px;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	  -webkit-user-select: none;
	  z-index:1;
}
.next1 {
	  right:18%;
	  border-radius: 3px 0 0 3px;
}
.container-prizes a:hover{
		color:#232830;
		text-decoration:none;
}
.row1:not(:hover)::-webkit-scrollbar {
		display:none;
}
::-webkit-scrollbar {
		width:15px;
   }
::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(255,0,0,0.4); 
}
.prev1{
		left:18%;
		border-radius: 3px 0 0 3px;
}
.row1:after {
	  content: "";
	  display: table;
	  clear: both;
}
.row1{
		width: 450px;
    overflow: auto;
    height: 615px;
    display: grid;
    justify-content: center;
		position: relative;
    top: 25px;
    left:6%;
}
.winning-prizes {
    flex-direction: column;
    display: flex;
    width: calc(100% - 550px);
    align-self: center;
    position: relative;
}
.column1 {
	  float: left;
	  width: 272px;
	  height:auto;
	  margin:10px;
}
.column1 img{
		width:100%;
		height:auto;
		border: 1px solid;
    border-color: rgb(166 139 139);
    border-radius: 10px;
}
.demo {
 	 	opacity: 0.7;
}
.active,
.demo:hover {
  	opacity: 1;
}
.numbertext {
	  color: #f2f2f2;
	  font-size: 14px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
}

/* -----------------------------------------------------
    WORD
----------------------------------------------------- */

.word{
		padding: 80px 250px;
}
.word p{
		font-size:14px;
		color:white;
		padding: 0px 0px 25px;
}
.word ol li{
		color:white;
		list-style:auto;
		font-weight:bold;
		padding:0;
		float:none;
}
.word a{
		font-weight:bold;
		color:#919397;
}
.word a:hover{
		color:#919397;
}
.word a:focus{
		text-decoration:none;
}
#word h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 2em 0 1em 0;
}
#word .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		border-bottom: 1px solid #d32530;
		position:relative;
}
#word .row .q {
    font-weight: 600;
    font-size: 18px;
    padding: 1em 0em;
    width: 99%;
    color:white;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    text-align: left;
		transition: 0.5s;
}
#word .row i {
    font-size: 1em;
		position: absolute;
    right: 0;
}
.icon-plus-circled:before {
    content: "+";
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: "spinoasis";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#word .row .a {
    overflow: hidden;
    height: 0px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
#word .row .a ol{
		margin:-15px 0px 20px;
}
#word .row i:hover {
    cursor: pointer
}
#word .row.open i:before {
    content: "-";
}

#word .row.open .a {
    height: auto
}
#word .row.open .q {
    background-size: 100% 100%;
    transition: 0.5s;
}

/* -----------------------------------------------------
    GLOBAL VARIABLES
----------------------------------------------------- */

.dotted{
		box-shadow: inset 0 0px 10px 0px rgba(229, 231, 235, 1);
		margin-bottom: 30px;
		background: #7b030b;
		padding-bottom: 20px;
}
.col-xs-12{
		padding-right:0px;
		padding-left:0px;
}
.flex-direction-nav .flex-next{
		right:0px;
}
li{
		text-align:left;
		font-size:15px;
}
p{
		text-align:left;
		font-size:14px;
}
.container{
		text-align:center;
		padding:50px 80px 30px;
		position:relative;
		display: flex;
		flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
.mg-0{
		margin:0;
}
label{
		margin-bottom:10px;
}
.pd-0{
		padding:0px;
}
hr{
    margin-top: 40px;
    margin-bottom: 55px;
}

/* -----------------------------------------------------
   CONTAINER REGISTRATION
----------------------------------------------------- */

.container-signup{
		padding:30px 130px;
		background-color: #232830;
}
.bannertop{
		position:relative;
		top:160px;
}
.register-frame1{
    width: 10%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    right: 20%;
    object-fit: cover;
}
.register-carousel{
    width: 8.8%;
    right: 20.6%;
    top: 7px;
    position: absolute;
    z-index: 1;
}
.register-guide{
		background: linear-gradient(to bottom, #7b030b, #3e0306 200%);
		padding:40px 250px 25px;
}
.sign-title {
    position: absolute;
    left: 10%;
		bottom: 43%;
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.25rem;
    line-height: 36px;
}
.sign-title1{
		font-size:20px;
		bottom:52%;
		left:10%;
		color:white;
		text-transform:capitalize;
		position:absolute;
}
.blackbg-info{
		background:rgba(0,0,0,0.0);
		border:0px solid green;
		position:absolute;
		width:100%;
		z-index:99;
		top: 110px;
}
.howtd{
		padding:120px 0 0px;
		overflow:hidden;
}
.features-download {
    margin-top: 160px;
}
.features-download h1 {
    font-size: 26px;
    font-weight: 600;
    color: #d32530;
		letter-spacing: 0.025em;
}
.features-download h2 {
    font-size: 20px;
    margin: 16px 0;
    color:white;
    font-weight:300;
}
.button-link {
	background: linear-gradient(to right,#7b030b 0%,#dc2834 51%, #7b030b 100%);
    transition: 0.6s;
    background-size: 200% auto;
    border: none;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    width: 30%;
    padding: 11px;
    text-align: center;
    margin: 10px 0;
    text-decoration:none;
		text-shadow: 0 0 5px black;
}
.button-link:hover {
		cursor: pointer;
    background-position: right center;
    border: unset;
}
.button-link a{
		color:white;
}
.button-link a:hover {
		text-decoration:none;
		color:white;
}
.button-link a:focus {
		text-decoration:none;
		color:white;
}
.barcode-register {
    display: inline-block;
    float: left;
    width: 97%;
    padding: 0px;
    border: 0px solid #bf1c19;
    margin: auto 3px;
}
.barcode-register img {
    width: 100%;
    padding: 45px;
}
.mb-4 {
    margin-bottom: 2.5rem;
}
.signup__inner img {
    border: 1.5px solid;
    border-color: rgba(229, 231, 235, 1);
    padding: 10px;
}
.signup__inner{
		padding:0px 50px;
}
.signup__inner p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
    color:white;
}
.colortext{
    color: white;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px;
}

/* -----------------------------------------------------
    FOOTER
----------------------------------------------------- */

.footer{
		background-color:#232830;
		width:100%;
}
.footer .container{
		padding:0px 49px;
		padding-bottom:25px;
		background:#232830;
		display: block;
}
.partner{
		margin:0px;
}
.partner img {
    width: 7%;
    text-align: center;
    margin: 0px 40px;
    display: inline-block;
}
.partner a:hover img{
		filter: drop-shadow(0px 0px 0px #00000080) grayscale(0%) brightness(1.2);
}
.partner:hover img{
		filter: drop-shadow(0px 0px 0px #00000080) grayscale(100%);
}
.footer-contain1{
		padding: 60px 0px 60px;
}
.footer-contain1 img{
		width:170px;
}
.footer-contain2{
		padding: 60px 0px;
}
.footer-contain3{
		padding: 60px 300px 00px;
}
.footer-contain3 p{
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
    color: #919397;
    line-height: 20px;
}
.footer-hr{
		margin:0px;
		border-color:rgba(243,244,246,0.5);
		border-width:3px;
}

/* -----------------------------------------------------
    MEDIA
----------------------------------------------------- */

@media (min-width: 768px){
	.fixed-content {
  	  display: inline-block;
			overflow: visible;
	}
}


@media (max-width: 767.98px){

	.container-fluid>.navbar-collapse, 
	.container-fluid>.navbar-header, 
	.container>.navbar-collapse, 
	.container>.navbar-header { margin-right: 0; margin-left: 0; }
	.container-fluid>.navbar-header{ margin-top: 15px; }
	.navbar-header {float: left; }
	.navbar-collapse.collapse {
			display: block!important;
			height: auto!important;
			padding-bottom: 0;
			overflow: visible!important;
	}
	.navbar-right {
			float: right;
			margin-right: 15px;
	}
	.navbar-collapse {
			float: right;
			width: auto;	
			border-top: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
	}
}

@media (max-width: 359.98px){
	
	/* -----------------------------------------------------
    FLOAT_RIGHT <360
	----------------------------------------------------- */
	
	.progress-wrap {
	    right: 25px;
	    bottom: 25px;
	    height: 30px;
	    width: 30px;
  }
  .progress-wrap svg.progress-circle path{
      stroke-width: 3px;
	}
	.progress-wrap::before{
			height: 30px;
    	width: 30px;
			line-height: 30px;
    	font-size: 14px;
	}
	.progress-wrap::after{
			height: 30px;
	    width: 30px;
			line-height: 30px;
	    font-size: 14px;
	}
	
	/* -----------------------------------------------------
    HEADER <360
	----------------------------------------------------- */
	
	.header-link {
			height: 25px;
			font-size:8px;
  }
  .header-svg {
			width: 10px;
  }
	.header-box{
			width:auto;
	}
	.header-logo{
			height:71px;
			margin-left:15px;
	}
	.header-btn{
			font-size:11px;
			margin-top:5px;
			padding:5px 12px;
			margin-right:15px;
	}
	.header-dropbtn{
			margin-top: 3px;
	}
	.header-droplogo{
			min-width:30px;
			width: 30px !important;
	}
	.language{
			padding:8px 20px 5px 10px;
			font-size:12px;
	}
	.header-arrow{
			margin-top:7px;
	}

	/* -----------------------------------------------------
    HOME <360
	----------------------------------------------------- */
	
	#mainslider .flexslider{
			top:0px;
	}
	.customer-contain{    
			padding: 5px 25px 5px;
			top: 0px;
	}
	.cs-en{
			font-size:10px;
	}
	.cs-cn{
			font-size: 16px;
			margin-bottom: 10px;
			line-height: 16px;
	}
	.dotted {
			margin-bottom: 10px;
			padding-bottom: 5px;
	}
	.photo{
			margin-top: 5px;
			width:40px;
			height:40px;
	}
	.name{
			font-size:8px;
			margin: 2px 0px;
	}
	.comment-title{
			font-size:12px;
			margin-bottom: 5px;
			line-height: 12px;
			padding: 0px 10px !important;
	}
	.comment-contain{
	    font-size: 8px;
	    padding: 0px 10px !important;
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
			margin-bottom: 5px;
	}
	.comment-icon img {
			width:15px;
	}
	.download-bg {
			top:0px;
			background:#232830;
	}
	.dl-bg{
			display:none;
	}
	.download-left{
			padding:0px 0px 25px;
	}
	.app-title{
	    grid-template-columns: 36% 1fr;
	    margin: 5px 0px;
	 }
	.app-title img {
			margin: 0px 0 0px auto;
			padding-right: 3px;
			width: 70px;
	}
	.download-title{
			font-size:10px;
	}
	.app{
			font-size: 16px;
			line-height:16px;
	}
	.box-app {
			width: 80%;
			margin:0px auto;
	}
	.fs{
			font-size:10px;
	}
	.ds-fl{
			margin-bottom: 5px;
			display:unset;
	} 
	.icon-download{
			width: 15px;
   		padding: 0px 3px 0px 0px;
	}
	.app-qr-android{
			padding: 0px 0px 5px 0px;
			width: 35px;
	}
	.download-desc {
			text-align: center;
			font-size: 8px;
	}
	.download-desc br:nth-child(1) {
			display: none;
	}
	.download-btn {
			margin-top: 5px;
	}
	.container-games {
			top: 0px;
			padding-top: 0;
	}
	.mg-a {
			margin-left: 25px;
			margin-right: 25px;
	}
	.games-section:nth-child(4) {
			padding-bottom: 25px;
	}
	.games-fixed {
			top: 0;
	}
	.fixed-content {
			top: 0;
	}
	.fixed-content li {
			height: 37px;
			border-bottom: 2px solid black;
	}
	.games-fixed-title {
			border-bottom-width: 2px;
	}
	.fixed-content a {
			font-size: 9px;
			padding: 12px 3px 0px;
	}	
	.games-title{
			margin-bottom: 5px;
			margin-top: 0;
	}
	.games-section{
			padding-bottom: 50px;
	}
	.word-title {
	    font-size: 16px;
			line-height: 16px;
	}
	.index {
			margin-top: 10px;
			padding-top: 20px;
	}
	.games-name{
			font-size:8px;
			padding: 5px;
	}
	.games-desc {
			grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
			margin-top: 10px;
			margin-bottom: 10px;
			gap: 13px;
	}
	.word-desc{
			grid-template-rows: 8rem 1fr;
	}
	.container-prizes{
			min-height: 515px;
	}
	.container-prizes .container {
			justify-content: center;
			padding: 0px 20px 5px;
	}
	.photo-title h2 {
			font-size:16px;
			margin-bottom:10px;
	}
	::-webkit-scrollbar {
			width: 10px;
	}
	.row1 {
			width: 330px;
			height: 175px;
			left: 0;
			top: 0px;
	}
	.column1 {
			margin: 3px;
			width: 55px;
	}
	.winning-prizes {
			width: unset;
			top: -15px;
	}
	.prev1 {
			left: 0%;
			padding: 5px;
			top: 59%;
			font-size: 20px;
	}
	.next1 {
			right: 0%;
			top: 59%;
			padding: 5px;
			font-size: 20px;
	}
	.mySlides {
	    width: 75%;
	}
	.numbertext{
			font-size:8px ;
			padding: 2px 7px;
	}
	.word{
			padding:15px 30px 30px;
	}
	#word .row .q {
			font-size: 9px;
			padding: 0.5em 0em;
	}
	.word ol li{
			font-size:8px;
	}
	#word .row .a ol {
			margin: -5px 0px 5px;
	}
	.word p{
			font-size:7px ;
			padding: 0px 0px 5px;
			margin:0 0 5px;
	}
	
	/* -----------------------------------------------------
    FOOTER <360
	----------------------------------------------------- */
	
	.footer .container {
			padding-bottom: 20px;
			padding: 0px 20px;
	}
	.footer-contain1 {
			padding: 15px 0px;
	}
	.footer-contain1 img {
			width: 70px;
	}
	.footer-hr {
			margin: 0px;
			border-width: 2px;
	}
	.footer-contain2 {
			padding: 15px 0px;
	}
	.partner img {
			width: 12%;
			margin: 0px 5px;
	}
	.footer-contain3 {
			padding: 15px 50px 10px;
	}
	.footer-contain3 p {
			font-size: 6px;
	    line-height: 8px;
	    margin-bottom: 10px;
	}
	
	/* -----------------------------------------------------
    CONTAINER REGISTRATION <360
	----------------------------------------------------- */
	
	.bannertop {
			top: 96px;
	}
	.regis-bg{
			content:url(./imgs/regis02.jpg);
	}
	.sign-title1{
			font-size:6px;
			left:7%;
	}
	.sign-title{
			font-size:10px;
			line-height:10px;
			left:7%;
			letter-spacing: 0.015rem;
	}
	.blackbg-info{
			top:40px;
	}
	.register-carousel {
			top:1px;
			width: 8.4%;
			right: 20.8%;
	}
	.container-signup{
			padding:0px 35px 10px;
	}
	.howtd{
			overflow:unset;
			padding:100px 0 0;
	}
	.howtd .col-md-6{
			padding:0;
	}
	.features-download {
			margin-top:20px;
	}
	.features-download h1 {
			font-size: 10px;
  }
	.features-download h2 {
			font-size: 7px;
			margin: 10px 0;
  }
 	.button-link{
			font-size: 8px;
			width: 33%;
			padding: 5px;
	}
	.barcode-register img{
			padding: 5px 30px 10px 30px;
	}
	.register-guide{
			padding: 20px 50px 15px;
	}
	.colortext{
			margin-top:0px;
			margin-bottom:15px;
			font-size:12px;
	}
	.signup__inner {
			padding: 0px 25px;
	}
	.signup__inner img{
	    width: 85%;
	}
	.mb-4 {
			margin-bottom: 5px;
			text-align: center;
	}
	.signup__inner p {
			font-size: 7px;
			margin-top: 10px;
  }

	/* -----------------------------------------------------
    TESTIMONIAL <360
	----------------------------------------------------- */
	
	.testimonial-top{
			top: 96px;
	}
	.testimonial-top img{
			content:url(./imgs/coment02.jpg);
	}
	.text-content-title{
			font-size:6px;
			top: 26%;
			margin: 10px auto 0px 5%;
	}
	.text-top1 {
	    font-size: 10px;
	    line-height: 10px;
	    top: 37%;
	    letter-spacing: 0.015rem;
			margin:8px auto 0px 5%;
	}
	.bg-content {
			padding: 0px 20px 55px;
			top:96px;
	}
	.testimonial-content {
			padding: 10px 0px;
	}
	.title-link {
			font-size:6px;
	}
	.title-link span {
    	font-size: 6px;
	}
	.pd-left {
   	 	padding-left: 3px;
  }
	.top-title {
			font-size: 10px;
			line-height: 10px;
			margin-bottom: 5px;
			letter-spacing: 0.015em;
			margin-top: -4px;
	}
	.nav li {
			padding: 2px 0px;
	}
	.nav li:not(:first-child) {
			margin-left: 3px;
	}
	.nav1:checked ~ .nav li:first-child {
			border-bottom: 2px solid black;
  }
  .nav2:checked ~ .nav li:nth-child(2) {
			border-bottom: 2px solid black;
  }
  .nav3:checked ~ .nav li:last-child {
			border-bottom: 2px solid black;
  }
	.user-icon {
			padding: 0px 3px;
	}
	.user-icon img {
			width: 10px;
			height: 10px;
	}
	li label {
			font-size: 6px;
			line-height: 13px;
	}
	.user-hr{
			margin-bottom: 15px;
			top: -1px;
	}
	.content1 h1,.content2 h1,.content3 h1 {
			font-size: 10px;
			margin-top: 10px;
			width:100%;
			margin-bottom: 5px;
	}
	.content1_card {
			height: 120px;
	}
	.content1_card .inner_part {
			height: 120px;
	}
	.content2_card {
			height: 150px;
	}
	.content2_card .inner_part {
			height: 150px;
	}
	.content3_card {
			height: 145px;
	}
	.content3_card .inner_part {
			height: 145px;
	}
	.slider {
			bottom: 0px;
			left:50%;
	}
	.slider .slide {
			height: 10px;
			width: 10px;
			margin: 0 0.5px;
	}
	.content {
			width: 100%;
	}
	.testimonial-title p{
			font-size:8px ;
			line-height: 1.3;
			margin: 0 0 5px;
	}
	.mr-top {
			margin-top: 10px;
	}
	.inner_part .img {
			display: none;
	}
}

@media (min-width: 360px) and (max-width: 539.98px){
	
	/* -----------------------------------------------------
    FLOAT_RIGHT 360-540
	----------------------------------------------------- */
	
	.progress-wrap {
	    right: 30px;
	    bottom: 30px;
	    height: 36px;
	    width: 36px;
  }
  .progress-wrap svg.progress-circle path{
      stroke-width: 3px;
	}
	.progress-wrap::before{
			height: 36px;
    	width: 36px;
			line-height: 36px;
    	font-size: 22px;
	}
	.progress-wrap::after{
			height: 36px;
	    width: 36px;
			line-height: 36px;
	    font-size: 22px;
	}
	
	/* -----------------------------------------------------
    HEADER 360-540
	----------------------------------------------------- */
	
	.header-link {
			height: 30px;
			font-size:8px;
  }
  .header-svg {
			width: 15px;
  }
  #date-div {
			align-self: end;
	}
	.header-box{
			width:auto;
	}
	.header-logo{
			height:80px;
			margin-left:35px;
	}
	.header-btn{
			font-size:12px;
			margin-top:22px;
			padding:10px 15px;
			margin-right:15px;
	}
	.header-dropbtn{
			margin-top: 28px;
	}
	.header-droplogo{
			min-width:30px;
			width: 30px !important;
	}
	.language{
			padding:8px 10px 6px 11px;
			font-size:12px;
	}
	.header-arrow{
			margin-top:7px;
	}
	
	/* -----------------------------------------------------
    home 360-540
	----------------------------------------------------- */
	
	#mainslider .flexslider{
			top:45px;
	}
	.customer-contain{    
			padding: 15px 40px 10px;
			top: 40px;
	}
	.cs-en{
			font-size:14px;
	}
	.cs-cn{
			font-size: 22px;
			margin-bottom: 10px;
			line-height: 22px;
	}
	.dotted {
			margin-bottom: 15px;
			padding-bottom: 5px;
	}
	.photo{
			margin-top: 10px;
			width:55px;
			height:55px;
	}
	.name{
			font-size:9px;
			margin: 3px 0px;
	}
	.comment-title{
			font-size:14px;
			margin-bottom: 10px;
			line-height: 18px;
			padding: 0px 20px;
	}
	.comment-contain{
			font-size: 9px;
			padding: 0px 15px;
	}
	.comment-icon img {
			width:20px;
	}
	.download-bg {
			top:38px;
			background:#232830;
	}
	.dl-bg{
			display:none;
	}
	.download-left{
			padding:0px 0px 25px;
	}
	.app-title{
	    grid-template-columns: 37% 1fr;
	    margin: 15px 0px;
	 }
	.app-title img {
			margin: 0px 0 0px auto;
			padding-right: 5px;
			width: 100px;
	}
	.download-title{
			font-size:13px;
	}
	.app{
			font-size: 26px;
			line-height:26px;
	}
	.box-app {
			width: 70%;
			margin:0px auto 0px 57px;
	}
	.ds-fl{
			margin-bottom: 10px;
			display:unset;
	} 
	.icon-download{
			width: 20px;
   		padding: 0px 5px 0px 0px;
	}
	.fs{
			font-size:12px;
	}
	.app-qr-android{
			padding: 0px 0px 5px 0px;
			width: 55px;
	}
	.download-desc {
			text-align: center;
			font-size: 9px;
	}
	.download-desc br:nth-child(1) {
			display: none;
	}
	.download-btn {
			margin-top: 5px;
	}
	.container-games {
			top: 38px;
			padding-top: 0.5rem;
	}
	.mg-a {
			margin-left: 40px;
			margin-right: 40px;
	}
	.games-fixed {
			top: 0;
	}
	.fixed-content {
			top: 0;
	}
	.fixed-content li {
			height: 47px;
			border-bottom: 3px solid black;
	}
	.games-fixed-title {
			border-bottom-width: 3px;
	}
	.fixed-content a {
			font-size: 11px;
			padding: 20px 5px 3px;
	}
	.games-title{
			margin-bottom: 1.5rem;
			margin-top: 2.5rem;
	}
	.word-title {
	    font-size: 20px;
	}
	.index {
			margin-top: -40px;
			padding-top: 30px;
			padding: 9px;
	}
	.games-name{
			font-size:9px;
			padding: 5px;
	}
	.games-section:nth-child(4) {
		padding-bottom: 65px;
	}
	.games-desc {
			grid-template-columns: repeat(auto-fit, minmax(107px, 1fr));
			margin-top: 1rem;
			margin-bottom: 1rem;
	}
	.word-desc{
			grid-template-rows: 10rem 1fr;
	}
	.container-prizes .container {
			justify-content: center;
			padding: 0px 35px 10px;
	}
	.photo-title h2 {
			font-size:20px;
			margin-bottom:15px;
	}
	::-webkit-scrollbar {
			width: 10px;
	}
	.row1 {
			width: 335px;
			height: 220px;
			left: 0;
	}
	.column1 {
			margin: 5px;
			width: 65px;
	}
	.winning-prizes {
			width: unset;
	}
	.prev1 {
			left: -6%;
	}
	.next1 {
			right: -6%;
	}
	.mySlides {
	    width: 80%;
	}
	.numbertext{
			font-size:10px ;
			padding: 2px 7px;
	}
	.word{
			padding:25px 45px 35px;
	}
	#word .row .q {
			font-size: 12px;
			padding: 0.7em 0em;
	}
	.word ol li{
			font-size:10px;
	}
	#word .row .a ol {
			margin: -15px 0px 10px;
	}
	.word p{
			font-size:9px ;
			padding: 0px 0px 10px;
	}
	
	/* -----------------------------------------------------
    FOOTER 360-540
	----------------------------------------------------- */
	
	.footer .container {
			padding-bottom: 20px;
			padding: 0px 30px;
	}
	.footer-contain1 {
			padding: 30px 0px;
	}
	.footer-contain1 img {
			width: 95px;
	}
	.footer-hr {
			margin: 0px;
			border-width: 3px;
	}
	.footer-contain2 {
			padding: 30px 0px;
	}
	.partner img {
			width: 12%;
			margin: 0px 7px;
	}
	.footer-contain3 {
			padding: 30px 70px 0px;
	}
	.footer-contain3 p {
			font-size: 8px;
	    line-height: 12px;
	    margin-bottom: 20px;
	}

	/* -----------------------------------------------------
    CONTAINER REGISTRATION 360-540
	----------------------------------------------------- */
	
	.bannertop {
			top: 110px;
	}
	.regis-bg{
			content:url(./imgs/regis02.jpg);
	}
	.sign-title1{
			font-size:7px;
			left:8%;
	}
	.sign-title{
			font-size:12px;
			line-height:12px;
			left:8%;
			letter-spacing: 0.05rem;
	}
	.blackbg-info{
			top:57px;
	}
	.register-carousel {
			top:1px;
	}
	.container-signup{
			padding:0px 50px 10px;
	}
	.howtd{
			overflow:unset;
	}
	.howtd .col-md-6{
			padding:0;
	}
	.features-download {
			margin-top:20px;
	}
	.features-download h1 {
			font-size: 12px;
  }
	.features-download h2 {
			font-size: 9px;
			margin: 10px 0;
  }
 	.button-link{
			font-size: 10px;
			width: 35%;
			padding: 8px;
	}
	.barcode-register img{
			padding: 5px 40px 15px 40px;
	}
	.register-guide{
			padding: 30px 85px 15px;
	}
	.colortext{
			margin-top:0px;
			margin-bottom:25px;
			font-size:16px;
	}
	.signup__inner {
			padding: 0px 30px;
	}
	.signup__inner img{
	    width: 85%;
	}
	.mb-4 {
			margin-bottom: 10px;
			text-align: center;
	}
	.signup__inner p {
			font-size: 9px;
			margin-top: 10px;
  }

	/* -----------------------------------------------------
    TESTIMONIAL 360-540
	----------------------------------------------------- */
	
	.testimonial-top{
			top: 110px;
	}
	.testimonial-top img{
			content:url(./imgs/coment02.jpg);
	}
	.text-content-title{
			font-size:7px;
			top: 33%;
			margin: 10px auto 0px 7%;
	}
	.text-top1 {
	    font-size: 12px;
	    line-height: 12px;
	    top: 42%;
	    letter-spacing: 0.015rem;
			margin:8px auto 0px 7%;
	}
	.bg-content {
			padding: 0px 25px 60px;
			top:110px;
	}
	.testimonial-content {
			padding: 10px 0px;
	}
	.title-link {
			font-size:7px;
	}
	.title-link span {
    	font-size: 7px;
	}
	.pd-left {
   	 	padding-left: 3px;
  }
	.top-title {
			font-size: 12px;
			line-height: 12px;
			margin-bottom: 10px;
			letter-spacing: 0.015em;
			margin-top: 0px;
	}
	.nav li {
			padding: 3px 0px;
	}
	.nav li:not(:first-child) {
			margin-left: 5px;
	}
	.nav1:checked ~ .nav li:first-child {
			border-bottom: 3px solid black;
  }
  .nav2:checked ~ .nav li:nth-child(2) {
			border-bottom: 3px solid black;
  }
  .nav3:checked ~ .nav li:last-child {
			border-bottom: 3px solid black;
  }
	.user-icon {
			padding: 0px 3px;
	}
	.user-icon img {
			width: 12px;
			height: 12px;
	}
	li label {
			font-size: 7px;
			line-height: 20px;
	}
	.user-hr{
			margin-bottom:20px;
	}
	.content1 h1,.content2 h1,.content3 h1 {
			font-size: 11px;
			margin-top: 15px;
			width:100%;
			margin-bottom: -5px;
	}
	.content1_card {
			height: 135px;
	}
	.content1_card .inner_part {
			height: 135px;
	}
	.content2_card {
			height: 175px;
	}
	.content2_card .inner_part {
			height: 175px;
	}
	.content3_card {
			height: 170px;
	}
	.content3_card .inner_part {
			height: 170px;
	}
	.slider {
			bottom: 0px;
			left:50%;
	}
	.slider .slide {
			height: 13px;
			width: 13px;
			margin: 0 1px;
	}
	.content {
			width: 100%;
	}
	.testimonial-title p{
			font-size:9px ;
			line-height: 1.3;
	}
	.mr-top {
			margin-top: 10px;
	}
	.inner_part .img {
			display: none;
	}
}

@media (min-width: 540px) and (max-width: 767.98px) {
	
	/* -----------------------------------------------------
    FLOAT_RIGHT 540-768
	----------------------------------------------------- */
	
	.progress-wrap {
	    right: 40px;
	    bottom: 40px;
	    height: 40px;
	    width: 40px;
  }
	.progress-wrap::before{
			height: 40px;
 	   	width: 40px;
			line-height: 40px;
	}
	.progress-wrap::after{
			height: 40px;
	    width: 40px;
			line-height: 40px;
	}
	
	/* -----------------------------------------------------
    HEADER 540-768
	----------------------------------------------------- */
	.header-link {
			font-size:10px;
			height: 35px;
	}
	.header-svg {
   	 	width: 15px;
  }
  #date-div {
			align-self: flex-end;
	}
	.header-box{
			width:auto;
	}
	.header-logo{
			height:90px;
			margin-left:60px;
	}
	.header-btn{
			font-size:13px;
			margin-top:25px;
			padding:10px 30px;
			margin-right:20px;
	}
	.header-dropbtn{
			margin-top: 30px;
	}
	.header-droplogo{
			min-width:30px;
	}
	.header-dropdown-content img {
  	  width: 30px;
	}
	.language{
			padding:7px 7px 7px 9px;
			font-size:13px;
	}
	.header-arrow{
			margin-top:7px;
	}
	
	/* -----------------------------------------------------
    HOME 540-768
	----------------------------------------------------- */
	
	#mainslider .flexslider{
			top:62px;
	}
	.customer-contain{    
			padding: 15px 95px 5px;
	}
	.cs-en{
			font-size:15px;
	}
	.cs-cn{
			font-size:26px;
			margin-bottom: 10px;
			line-height:26px;
	}
	.dotted {
			margin-bottom: 20px;
			padding-bottom: 15px;
	}
	.photo{
			margin-top: 15px;
			width:65px;
			height:65px;
	}
	.name{
			font-size:12px;
			margin: 5px 0px;
	}
	.comment-title{
			font-size:18px;
			margin-bottom: 10px;
			line-height: 20px;
	}
	.comment-contain{
			font-size: 12px;
			padding: 0px 15px !important;
	}
	.comment-icon img {
			width:25px;
	}
	.dl-bg{
			content:url(./imgs/download-bg768.png);
	}
	.download-left{
			padding:0px 0px 25px;
	}
	.app-title{
	    grid-template-columns: 40% 1fr;
	    margin: 15px 0px;
	 }
	.app-title img {
			margin: 0px 0 0px auto;
			padding-right: 10px;
			width: 120px;
	}
	.download-title{
			font-size:15px;
	}
	.app{
			font-size: 30px;
			line-height:30px;
	}
	.box-app {
			width: 65%;
			margin:0px auto 0px 90px;
	}
	.ds-fl{
			margin-bottom: 15px;
			display:unset;
	} 
	.icon-download{
			width: 35px;
   		padding: 0px 10px 0px 0px;
	}
	.fs{
			font-size:15px;
	}
	.app-qr-android{
			padding: 0px 0px 5px 0px;
			width: 70px;
	}
	.download-desc {
			text-align: center;
			font-size: 12px;
	}
	.download-desc br:nth-child(1) {
			display: none;
	}
	.download-btn {
			margin-top: 5px;
	}
	.container-games {
			padding-top:1rem;
	}
	.games-section{
			padding-bottom:40px;
	}
	.mg-a {
			margin-left: 45px;
			margin-right: 45px;
	}
	.games-title{
			margin-top: 1.5rem;
			margin-bottom: 1.5rem;
	}
	.games-fixed {
			top: 0;
	}
	.fixed-content {
			top: 0;
	}
	.fixed-content li {
			height: 64px;
	}
	.fixed-content a {
			font-size:14px;
			padding: 30px 6px 10px;
	}
	.word-title {
	    font-size: 24px;
	}
	.index {
			margin-top: -45px;
			padding-top: 40px;
	}
	.games-name{
			font-size:12px;
			padding: 9px;
	}
	.games-desc {
			grid-template-columns: repeat(auto-fit, minmax(153px, 1fr));
			margin-top: 2rem;
	}
	.word-desc{
			grid-template-rows: 15rem 1fr;
	}
	.games-section:nth-child(4) {
  	  padding-bottom: 70px;
	}
	.container-prizes .container {
			justify-content: center;
			padding: 5px 40px 10px;
	}
	.photo-title h2 {
			font-size:24px;
			margin-bottom:20px;
	}
	.row1 {
			width: 380px;
			height: 280px;
			left: 0;
	}
	.column1 {
			margin: 8px;
			width: 110px;
	}
	.winning-prizes {
			width: unset;
	}
	.prev1 {
			left: -3%;
	}
	.next1 {
			right: -3%;
	}
	.mySlides {
	    width: 80%;
	}
	.numbertext{
			font-size:12px ;
	}
	.word{
			padding:30px 55px 40px;
	}
	#word .row .q {
			font-size: 13px;
	}
	.word ol li{
			font-size:11px;
	}
	.word p{
			font-size:10px ;
			padding:0px 0px 15px;
	}
	
	/* -----------------------------------------------------
    FOOTER 540-768
	----------------------------------------------------- */
	
	.footer .container {
			padding-bottom: 20px;
	}
	.footer-contain1 {
			padding: 35px 0px;
	}
	.footer-contain1 img {
			width: 115px;
	}
	.footer-hr {
			margin: 0px;
	}
	.footer-contain2 {
			padding: 35px 0px;
	}
	.partner img {
			width: 10%;
			margin: 0px 14px;
	}
	.footer-contain3 {
			padding: 35px 100px 0px;
	}
	.footer-contain3 p {
			font-size: 10px;
			margin-bottom: 25px;
  	  line-height: 16px;
	}
	
	/* -----------------------------------------------------
    CONTAINER REGISTRATION 540-768
	----------------------------------------------------- */
	
	.bannertop {
			top: 125px;
	}
	.regis-bg{
			content:url(./imgs/regis02.jpg);
	}
	.sign-title1{
			font-size:9px;
			bottom: 50%;
	}
	.sign-title{
			font-size:16px;
			line-height:16px;
			letter-spacing: 0.15rem;
	}
	.blackbg-info{
			top:85px;
	}
	.register-carousel {
			top:1px;
	}
	.container-signup{
			padding:0px 65px 20px;
	}
	.howtd{
			overflow:unset;
	}
	.howtd .col-md-6{
			padding:0;
	}
	.features-download {
			margin-top:45px;
	}
	.features-download h1 {
			font-size: 16px;
  }
	.features-download h2 {
			font-size: 12px;
  }
 	.button-link{
			font-size:12px;
			padding: 8px;
	}
	.barcode-register img{
			padding: 10px 45px 25px 45px;
	}
	.register-guide{
			padding: 30px 100px 5px;
	}
	.colortext{
			margin-top:10px;
			margin-bottom:30px;
			font-size:22px;
	}
	.signup__inner {
			padding: 0px 40px;
	}
	.signup__inner img{
	    width: 85%;
	}
	.mb-4 {
			margin-bottom: 20px;
			text-align: center;
	}
	.signup__inner p {
			font-size: 14px;
  }
  
	/* -----------------------------------------------------
    TESTIMONIAL 540-768
	----------------------------------------------------- */
	
	.testimonial-top{
			top: 125px;
	}
	.testimonial-top img{
			content:url(./imgs/coment02.jpg);
	}
	.text-content-title{
			font-size:9px;
			top: 32%;
			margin: 10px auto 0px 7%;
	}
	.text-top1 {
	    font-size: 16px;
	    line-height: 16px;
	    top: 42%;
	    letter-spacing: 0.15rem;
			margin:4px auto 0px 7%;
	}
	.bg-content {
			padding: 0px 40px 40px;
			margin-bottom: 75px;
			top:130px;
	}
	.testimonial-content {
			padding: 30px 0px;
	}
	.title-link {
			font-size:10px;
	}
	.title-link span {
    	font-size: 10px;
	}
	.pd-left {
   	 	padding-left: 5px;
  }
	.top-title {
			font-size: 16px;
			line-height: 16px;
			margin-bottom: 20px;
			letter-spacing: 0.015em;
			margin-top: 5px;
	}
	.nav li {
			padding: 3px 0px;
	}
	.nav li:not(:first-child) {
			margin-left: 10px;
	}
	.nav1:checked ~ .nav li:first-child {
			border-bottom: 3px solid black;
  }
  .nav2:checked ~ .nav li:nth-child(2) {
			border-bottom: 3px solid black;
  }
  .nav3:checked ~ .nav li:last-child {
			border-bottom: 3px solid black;
  }
	.user-icon {
			padding: 0px 5px;
	}
	.user-icon img {
			width: 15px;
			height: 15px;
	}
	li label {
			font-size: 10px;
			line-height: 24px;
	}
	.user-hr{
			margin-bottom:25px;
	}
	.content1 h1,.content2 h1,.content3 h1 {
			font-size: 15px;
			width:100%;
			margin-bottom: 0px;
	}
	.content1_card {
			height: 175px;
	}
	.content1_card .inner_part {
			height: 175px;
	}
	.content2_card {
			height: 215px;
	}
	.content2_card .inner_part {
			height: 235px;
	}
	.content3_card {
			height: 225px;
	}
	.content3_card .inner_part {
			height: 225px;
	}
	.slider {
			bottom: 0px;
			left:50%;
	}
	.slider .slide {
			height: 17px;
			width: 17px;
			margin: 0 2px;
	}
	.content {
			width: 100%;
	}
	.testimonial-title p{
			font-size:12px ;
			line-height: 1.3;
	}
	.mr-top {
			margin-top: 15px;
	}
	.inner_part .img {
			display: none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px){
	
	/* -----------------------------------------------------
    FLOAT_RIGHT 360-540
	----------------------------------------------------- */
	
	.progress-wrap {
	    right: 45px;
	    bottom: 45px;
	    height: 45px;
	    width: 45px;
  }
  .progress-wrap svg.progress-circle path{
      stroke-width: 3px;
	}
	.progress-wrap::before{
			height: 45px;
    	width: 45px;
			line-height: 45px;
	}
	.progress-wrap::after{
			height: 45px;
	    width: 45px;
			line-height: 45px;
	}
	
	/* -----------------------------------------------------
    HEADER 768-992
	----------------------------------------------------- */
	.header-link{
			font-size: 11px;
	} 
	.header-box{
			width:auto;
	}
	.header-logo{
			height:100px;
			margin-left:60px;
	}
	.header-btn{
			font-size:14px;
			margin-top:30px;
			padding:10px 35px;
			margin-right:20px;
	}
	.header-dropbtn{
			margin-top: 35px;
	}
	.header-droplogo{
			min-width:32px;
	}
	.language{
			padding:9px 6px 7px 10px;
			font-size:13px;
	}
	.header-dropdown-content img {
			width: 32px;
	}
	.header-arrow{
			margin-top:8px;
	}
	
	/* -----------------------------------------------------
    HOME 768-992
	----------------------------------------------------- */
	
	#mainslider .flexslider{
			top:75px;
	}
	.customer-contain{    
			padding: 25px 100px 0px;
	}
	.cs-en{
			font-size:16px;
	}
	.cs-cn{
			font-size:28px;
			margin-bottom: 10px;
			line-height:28px;
	}
	.photo{
			width:80px;
			height:80px;
	}
	.name{
			font-size:12px;
			margin: 5px 0px;
	}
	.comment-title{
			font-size:18px;
			margin-bottom: 10px;
	}
	.comment-contain{
			font-size: 12px;
			padding: 0px 24px;
	}
	.comment-icon img {
			width:30px;
	}
	.dl-bg{
			content:url(./imgs/download-bg992.png);
	}
	.download-left{
			padding:0px 0px 25px !important;
	}
	.app-title{
	    grid-template-columns: 42% 1fr;
	    margin: 20px 0px;
	 }
	.app-title img {
			margin: 0px 0 0px auto;
			padding-right: 15px;
			width: 130px;
	}
	.download-title{
			font-size:16px;
	}
	.app{
			font-size: 32px;
			line-height:32px;
	}
	.box-app {
			width: 81%;
			margin:0px auto 0px 60px;
	}
	.fs {
			font-size: 16px;
	}
	.ds-fl{
			margin-bottom: 15px;
			justify-content: center;
	} 
	.icon-download{
			width:45px;
	}
	.app-qr{
			text-align:right;
	}
	.app-qr-android{
			padding: 0px 15px 0px 15px;
	}
	.download-desc {
    	font-size: 12px;
   }
	.container-games {
			padding-top: 1.5rem;
	}
	.mg-a {
			margin-left: 60px;
			margin-right: 60px;
	}
	.games-fixed {
			top: 0;
	}
	.fixed-content {
			top: 0;
	}
	.fixed-content a {
			font-size:16px;
	}
	.fixed-content li{
			height: 70px;
	}
	.games-fixed-title{
			padding:35px 10px 10px;
	}
	.word-title {
	    font-size: 26px;
	}
	.index {
			margin-top: -70px;
			padding-top: 50px;
	}
	.games-name{
			font-size:12px;
			padding: 10px;
	}
	.games-desc {
			grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
			margin-top:2rem;
	}
	.word-desc {
	    grid-template-rows: 15rem 1fr;
	}
	.games-section:nth-child(4) {
			padding-bottom: 70px;
	}
	.container-prizes .container {
			justify-content: center;
			padding: 20px 80px 10px;
	}
	.row1 {
			width: 400px;
			height: 360px;
			left: 0;
	}
	.column1 {
			margin: 8px;
			width: 150px;
	}
	.winning-prizes {
			width: unset;
	}
	.photo-title h2{
			font-size: 26px;
			line-height: 26px;
			margin-bottom: 30px;
	}
	.prev1 {
			left: 3%;
	}
	.next1 {
			right: 3%;
	}
	.mySlides {
	    width: 75%;
	}
	.word{
			padding:40px 80px 50px;
	}
	#word .row .q {
			font-size: 14px;
	}
	.word ol li{
			font-size:13px;
	}
	.word p{
			font-size:12px ;
	}
	
	/* -----------------------------------------------------
    FOOTER 768-992
	----------------------------------------------------- */
	
	.footer-contain1 {
			padding: 45px 0px;
	}
	.footer-contain1 img {
			width: 130px;
	}
	.partner img {
			width: 10%;
			margin: 0px 20px;
	}
	.footer-contain2 {
  	  padding: 45px 0px;
	}
	.footer-contain3 {
			padding: 45px 150px 0px;
	}
	.footer-contain3 p {
   	 	font-size: 11px;
			margin-bottom: 30px;
			line-height: 16px;
  }
	
	/* -----------------------------------------------------
    CONTAINER REGISTRATION 768-992
	----------------------------------------------------- */
	
	.bannertop {
			top: 140px;
	}
	.sign-title1{
			font-size:12px;
	}
	.sign-title{
			font-size:20px;
			line-height:20px;
	}
	.blackbg-info{
			top:60px;
	}
	.register-carousel {
			top:3px;
	}
	.container-signup{
			padding:30px 85px 10px;
	}
	.howtd{
			overflow:unset;
	}
	.howtd .col-md-6{
			padding:0;
	}
	.barcode-register img{
			padding: 25px 80px 35px 80px;
	}
	.features-download {
			margin-top:45px;
	}
	.features-download h1 {
			font-size: 18px;
  }
	.features-download h2 {
			font-size: 14px;
  }
 	.button-link{
			font-size: 14px;
  	  width: 28%;
   		padding: 9px;
	}
	.register-guide{
			padding: 40px 80px 10px;
	}
	.colortext{
			margin-top: 0px;
			margin-bottom: 35px;
			font-size: 24px;
	}
	.signup__inner {
			padding: 0px 35px;
			margin-bottom: 20px;
	}
	.signup__inner p {
			font-size: 14px;
  }
  
	/* -----------------------------------------------------
    TESTIMONIAL 768-992
	----------------------------------------------------- */
	
	.testimonial-top{
			top: 140px;
	}
	.text-content-title{
			font-size:12px;
			top: 17%;
			margin: 30px auto 20px 7%;
	}
	.text-top1 {
	    font-size: 20px;
	    line-height: 20px;
	    top: 32%;
	    letter-spacing: 0.15rem;
			margin: 20px auto 5px 7%;
	}
	.bg-content {
			padding: 0px 50px 40px;
			margin-bottom: 120px;
			top:140px;
	}
	.testimonial-content {
			padding: 30px 5px;
	}
	.title-link {
			font-size:12px;
	}
	.title-link span {
    	font-size: 12px;
	}
	.top-title {
			font-size: 20px;
	    line-height: 20px;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.nav li {
			padding: 3px 0px;
	}
	.nav li:not(:first-child) {
			margin-left: 15px;
	}
	.user-icon img {
			width: 20px;
			height: 20px;
	}
	li label {
			font-size: 12px;
	}
	.user-hr{
			margin-bottom:30px;
	}
	.content1 h1 {
			font-size: 18px;
			width:49%;
			margin-bottom: 0px;
	}
	.content1_card {
			height: 190px;
	}
	.content1_card .inner_part {
			height: 250px;
	}
	.content2 h1 {
			font-size: 18px;
			width: 54%;
			margin-bottom: 0px;
	}
	.content2_card {
			height: 260px;
	}
	.content2_card .inner_part {
			height: 320px;
	}
	.content3 h1 {
			font-size: 18px;
			width: 49%;
			margin-bottom: 0px;
	}
	.content3_card {
			height: 260px;
	}
	.content3_card .inner_part {
			height: 290px;
	}
	.slider {
			bottom: -20px;
	}
	.slider .slide {
			height: 17px;
			width: 17px;
			margin: 0 2px;
	}
	.content {
			width: 50%;
	}
	.testimonial-title p{
			font-size:12px ;
	}
	.mr-top {
  	  margin-top: 15px;
	}
	.inner_part .img {
			left: 6%;
	}
	.user-icon img {
			width: 20px;
			height: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px){
	
	/* -----------------------------------------------------
    HEADER 992-1200
	----------------------------------------------------- */
	
	.header-box{
			width:100% !important;
	}
	.header-btn{
			font-size:16px !important;
			margin-right:20px ;
	}
	.header-logo{
			height:110px;
			margin-left:100px;
	}
	.language{
			padding:8px 7px 8px 13px !important;
			font-size:14px;
	}
	.header-arrow{
			margin-top:8px !important;
	}
	.header-droplogo{
			min-width:35px !important;
	}
	
	/* -----------------------------------------------------
    HOME 992-1200
	----------------------------------------------------- */
	
	#mainslider .flexslider {
			top:85px;
	}
	.customer-contain{    
			padding: 45px 60px 30px;
	}
	.cs-en{
			font-size:18px;
	}
	.cs-cn{
			font-size:32px;
			margin-bottom:10px;
			line-height:32px;
	}
	.photo{
			width:90px;
			height:90px;
	}
	.name{
			font-size:13px;
	}
	.comment-title{
			font-size:16px;
			padding: 0px 15px !important;
			margin-bottom: 15px;
	}
	.comment-contain{
			font-size: 13px;
			padding: 0px 15px !important;
			display: -webkit-box;
			-webkit-line-clamp: 5;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
	}
	.dl-bg {
			content:url(./imgs/download-bg1200.png);
	}
	.app-mobile {
			width:40%;
	}
	.frame1{
			right: 24%;
  	  width: 27%;
			top: 155px;
	}
	.carousel{
			width: 23.5%;
			right: 26%;
			top: 160px;
	}
	.download-left{
			padding:10px 0px 20px;
			width:43%;
	}
	.app-title{
			margin:10px 0;
	}
	.app-title img{
			width:125px;
			padding-right:10px;
	}
	.download-title{
			font-size:16px ;
	}
	.app{
			font-size:32px ;
			line-height:32px ;
	}
	.fs .text-white{
			font-size:14px;
	}
	.ds-fl{
			margin-bottom:10px;
			display:unset;
	}
	.icon-download {
  	  width: 30px;
			padding: 0px 10px 0px 0px;
	}
	.app-qr-android{
			width:70px;
			margin-bottom: 10px;
	}
	.download-desc {
			text-align:center;
			font-size:11px;
	}
	.download-desc br:nth-child(1){
			display:none;
	}
	.download-btn {
  	  margin-top: 5px;
	}
	.download-hover-btn {
			font-size: 12px;
	}
	.mg-a {
			margin-left:100px;
			margin-right:100px;
	}
	.games-fixed {
			top: 0;
	}
	.fixed-content {
			top: 0;
	}
	.fixed-content li{
			height: 80px;
	}
	.fixed-content a {
			font-size:18px;
	}
	.games-fixed-title{
			padding: 3.5rem 10px 1rem;
	}
	.word-title {
			font-size:26px;
	}
	.games-name{
			padding: 13px;
			font-size: 13px;
	}
	.index {
			margin-top: -60px;
			padding-top: 50px;
	}
	.games-desc{
			margin-top: 2rem;
		  grid-template-columns: repeat(auto-fit, minmax(183px, 1fr));
	}
	.container-prizes .container {
			justify-content: center;
			padding: 50px 80px 60px;
	}
	.row1 {
			width: 350px;
	    height: 440px;
	    left: 0;
	}
	.column1 {
			margin: 8px;
			width: 190px;
	}
	.winning-prizes {
  	  width: unset;
	}
	.photo-title h2{
			font-size: 32px;
			line-height: 32px;
			margin-bottom: 30px;
	}
	.next1{
			right:7%;
	}
	.prev1{
			left:7%;
	}
	.mySlides{
			width:70%;
	}
	.games-section:nth-child(4) {
			padding-bottom: 90px;
	}
	.word {
			padding: 10px 135px 60px;
	}
	#word .row .q {
			font-size:16px;
	}
	.word ol li{
			font-size:14px;
	}
	.word p{
			font-size:13px;
	}
	
	/* -----------------------------------------------------
    FOOTER 992-1200
	----------------------------------------------------- */
	
	.footer-contain1 {
			padding: 50px 0px;
	}
	.footer-contain1 img {
			width: 150px;
	}
	.partner img {
			width: 10%;
			margin: 0px 29px;
	}
	.footer-contain3 {
			padding: 50px 180px 0px;
	}
	.footer-contain3 p{
			line-height: 16px;
			margin-bottom: 30px;
			font-size: 11px;
	}
	
	/* -----------------------------------------------------
    CONTAINER REGISTRATION 992-1200
	----------------------------------------------------- */
	
	.bannertop {
			top: 150px;
	}
	.sign-title1{
			font-size:14px;
	}
	.sign-title{
			font-size:24px;
			line-height:24px;
	}
	.register-carousel {
			top:4px;
	}
	.blackbg-info{
			top:75px;
	}
	.container-signup{
			padding:15px 110px 0px;
	}
	.howtd{
			overflow:unset;
	}
	.howtd .col-md-6{
			padding:0;
	}
	.barcode-register img{
			padding:50px;
	}
	.features-download {
			margin-top:85px;
	}
	.features-download h1 {
			font-size: 18px;
  }
	.features-download h2 {
			font-size: 14px;
			margin: 13px 0;
  }
 	.button-link{
			width:35%;
			font-size:14px;
			padding: 8px;
	}
	.register-guide{
			padding: 40px 100px 10px;
	}
	.colortext{
	    margin-top: 0px;
	    margin-bottom: 35px;
	    font-size: 25px;
	}
	.signup__inner {
			padding: 0px 40px;
			margin-bottom:20px;
	}
	.signup__inner p {
			font-size: 16px;
  }
  
	/* -----------------------------------------------------
    TESTIMONIAL 992-1200
	----------------------------------------------------- */
	
	.testimonial-top{
			top: 150px;
	}
	.text-content-title{
			font-size:14px;
			top: 23%;
			margin: 30px auto 20px 7%;
	}
	.text-top1 {
			font-size: 24px;
			line-height: 24px;
			top:38%;
			margin: 13px auto 5px 7%;
	}
	.bg-content {
			padding: 0px 60px 40px;
			margin-bottom: 120px;
	}
	.testimonial-content {
			padding: 30px 15px;
	}
	.title-link {
			font-size:14px;
	}
	.title-link span {
    	font-size: 14px;
	}
	.top-title {
			font-size: 24px;
			line-height: 24px;
			margin-bottom: 25px;
			margin-top: 5px;
	}
	.nav li {
			padding: 6px 0px;
	}
	.nav li:not(:first-child) {
			margin-left: 25px;
	}
	.user-icon img {
			width: 20px;
			height: 20px;
	}
	li label {
			font-size: 14px;
	}
	.user-hr{
			margin-bottom:40px;
	}
	.content1 h1 {
			font-size: 20px;
			width:50%;
			margin-bottom: 0px;
	}
	.content1_card {
			height: 245px;
	}
	.content1_card .inner_part {
			height: 295px;
	}
	.content2 h1 {
			font-size: 20px;
			width: 50%;
			margin-bottom: 0px;
	}
	.content2_card {
			height: 300px;
	}
	.content2_card .inner_part {
			height: 350px;
	}
	.content3 h1 {
			font-size: 20px;
			width: 50%;
			margin-bottom: 0px;
	}
	.content3_card {
			height: 295px;
	}
	.content3_card .inner_part {
			height: 335px;
	}
	.slider {
			bottom: 0;
	}
	.slider .slide {
			height: 20px;
			width: 20px;
			margin: 0 2px;
	}
	.img img{
			width:90%;
	}
	.content {
			width: 50%;
	}
	.testimonial-title p{
			font-size:14px ;
	}
	.inner_part .img {
			left: 8%;
	}
}

@media (min-width: 1200px) and (max-width: 1699.98px){

	/* -----------------------------------------------------
    HEADER 1200-1700
	----------------------------------------------------- */	
	
	.header-btn{
			margin-right:20px ;
	}
	.float-left{
			width:150px ;
	}
	.header-logo{
			height:110px;
			margin-left: 85px;
	}
	
	/* -----------------------------------------------------
    HOME 1200-1700
	----------------------------------------------------- */
	
	.download-left{
			padding:20px 0px ;
	}
	.app-title{
			margin:15px 0;
	}
	.app-title img{
			width:140px;
			padding-right:20px;
	}
	.download-title{
			font-size:20px ;
	}
	.fs .text-white{
			font-size:18px ;
	}
	.app{
			font-size:40px ;
			line-height:40px ;
	}
	.ds-fl{
			margin-bottom:10px;
			display:unset;
	}
	.icon-download {
  	  width: 35px;
			padding: 0px 10px 0px 0px;
	}
	.app-qr-android{
			width:80px;
			margin-bottom: 10px;
	}
	.download-desc {
			text-align:center;
			font-size:12px;
	}
	.download-desc br:nth-child(1){
			display:none;
	}
	.frame1{
			right: 25%;
			width: 25%;
			top: 140px;
	}
	.carousel{
			width: 21.7%;
			right: 26.6%;
			top: 147px;
	}
	.download-btn{
			margin-top:5px;
	}
	.download-hover-btn{
			font-size:12px;
	}
	.games-fixed{
			top:0;
	}
	.fixed-content{
			top:0;
	}
	.fixed-content a{
			font-size:20px;
	}
	.word-title{
			font-size: 28px;
			line-height: 28px;
	}
	.index {
			margin-top: -80px;
	}
	.mg-a{
			max-width:900px;
	}
	.games-section{
			padding-bottom: 95px;
	}
	.word{
			padding:10px 185px 70px !important;
	}
	.mySlides{
			width:70% !important;
	}
	.next1{
			right:7%;
	}
	.prev1{
			left: 7%;
	}
	.container-prizes .container{
			justify-content: center;
			padding: 50px 80px 60px;
	}
	.row1{
			width: 350px;
			height: 460px;
			left:0;
	}
	.winning-prizes{
			width:unset; 
	}
	.photo-title h2{
			font-size: 34px;
			line-height: 34px;
			margin-bottom: 40px;
	}
	.column1{
			margin:8px !important;
			width:250px;
	}
	.column1 img{
			width:80%;
	}
	.container .row{
			margin-right:0 !important;
	}
	#mainslider .flexslider{
	    top: 85px;
	}
	
	/* -----------------------------------------------------
    FOOTER 1200-1700
	----------------------------------------------------- */
	
	.footer-contain1 {
			padding: 55px 0px 55px;
	}
	.footer-contain1 img{
			width:160px;
	}
	.footer-contain2 {
			padding: 55px 0px;
	}
	.footer-contain3 {
    	padding: 55px 250px 0px;
	}
	.footer-contain3 p{
			line-height: 18px;
			margin-bottom: 30px;
	}
	
	/* -----------------------------------------------------
   CONTAINER REGISTRATION 1200-1700
	----------------------------------------------------- */

	.bannertop {
  	  top: 150px !important;
  	  background-size: 100% 100%;
	}
	.sign-title{
			bottom: 44%;
	    font-size: 28px;
	    line-height: 28px;
	}
	.sign-title1 {
			font-size: 16px;
  }
  .blackbg-info{
  		top:80px;
  }
	.register-carousel {
			right: 20.7%;
			top: 6px;
			width: 8.7%;
	}
	.container-signup{
			padding:50px 110px 10px ;
	}
	.barcode-register img {
			padding:65px;
	}
	.features-download{
			margin-top:85px;
	}
	.features-download h1 {
			font-size:22px;
	}
	.features-download h2 {
   	 	font-size: 16px;
  }
	.button-link{
			width:40% !important;
			font-size: 16px;
	}
	.register-guide{
    	padding: 25px 160px 10px;
	}
	.colortext{
			font-size: 28px;
			margin-bottom: 35px;
	}
	.signup__inner {
  	  padding: 0px 40px;
	}
	.signup__inner p {
		  font-size: 18px;
	}

	/* -----------------------------------------------------
    TESTIMONIAL 1200-1700
	----------------------------------------------------- */
	
	.customer-contain{
			padding: 60px 100px 30px;
	}
	.comment-title {
  	  font-size: 20px;
			padding: 0px 3px;
	}
	.comment-contain{
			display: -webkit-box;
			-webkit-line-clamp: 5;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			padding: 0px 10px;
	}
	.text-content-title {
			font-size:16px;
			margin:30px auto 20px 8%;
	}
	.text-top1 {
  	  font-size: 28px;
			line-height: 28px;
			margin: 20px auto 5px 8%;
	}
	.testimonial-top{
			top:150px;
	}
	.bg-content {
			padding: 0px 60px;
			margin-bottom:90px;
			top: 150px;
	}
	.testimonial-content {
			padding: 40px 50px 130px;
	}
	.title-link{
			font-size:16px;
	}
	.title-link span{
			font-size:16px;
	}
	.top-title {
			font-size:28px;
			line-height: 28px;
			margin-bottom: 30px;
	}
	li label {
			font-size:16px;
	}
	.user-icon {
			padding: 0px 8px;
	}
	.user-icon img {
			width: 23px;
			height: 23px;
	}
	.nav li:not(:first-child) {
			margin-left: 30px;
	}
	.nav li{
			padding: 7px 0px;
	}
	.user-hr {
			margin-bottom:50px;
	}
	.content{
			width:50%;
	}
	.content1 h1{
			font-size: 24px;
	} 
	.content2 h1{
			font-size: 24px;
			width:50%
	} 
	.content3 h1{
			font-size: 24px;
			width:50%
	} 
	.inner_part .img{
			left:8%;
	}
	.content1_card .inner_part{
			height:315px;
	}
	.content2_card .inner_part {
  	  height: 370px;
	}
	.content3_card .inner_part {
  	  height: 340px;
	}
	.content1_card{
			height:260px;
	}
	.content2_card{
			height:340px;
	}
	.content3_card{
			height:330px;
	}
	.slider {
			bottom:0;
	}
	.testimonial-title p{
			font-size:16px;
	}
	.slider .slide{
			height:20px;
			width:20px;
			margin: 0 2px;
	}
}

@media all 
and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) 
and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (min-resolution: 192dpi) 
and (max-width: 1024px), only screen and (min-resolution: 2dppx) 
and (max-width: 1024px) {
	#theme-frame{
			width:99%;
	}
	#theme-frame-panel{ display:block; width:100%;}
	.themetbl .cellbox { list-style:none; display:table; padding:0px; margin:0px; width:90%; height:100%; min-height:350px;}
	.themetbl .cellbox > li {display:block; vertical-align:top; }
	.themetbl .cellbox li#theme-content { padding:5px 10px; text-align:justify; width:100%; height:100%; }
	.themetbl .cellbox li#theme-frame-panel {width:200px; padding:10px 0px 10px 10px; background:#efefef;  width:100%; height:100%;  display:inline-block;}
}



