.top-card-ul{
	background-image: url('../images/bg.png');
	color: #fff;
	padding-left: 30px;
}
.top-card-ul li{
	border-bottom: 1px solid #fff;
	padding: 5px 0px;
}
.top-card-ul .name{
	font-weight: 600;
	color:#ccc;
}
.top-card-ul .date{
	font-size: 10px;
  	color: #ccc;
}

.title-text {
  text-transform: uppercase !important;
}

.luot-quay-all{
	font-size: 14px;
	color: #f00;
	font-weight: 600;
	background-color: #fff;
	width: 23px;
	height: 23px;
	line-height: 26px;
	border-radius: 25px;
	margin-left: 29px;
	margin-top: -29px;
	text-shadow: none;
}

.hc-luckywheel ul,
.hc-luckywheel li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-luckywheel {
  position: relative;
  width: 500px; /*Change this when change size*/
  height: 500px; /*Change this when change size*/
  border-radius: 50%;
  border: 1 solid #e44025;
  box-shadow: 0 2px 3px #333, 0 0 2px #000;
  margin: auto;
}

.hc-luckywheel-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-clip: padding-box;
  background-color: #ffcb3f;
  -webkit-transition: transform 6s ease;
  transition: transform 6s ease;
}

.hc-luckywheel-container canvas {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.ty-canvas{
  border: 12px solid #c083bc;
}

.hc-luckywheel-container .ty-canvas{
	 animation: colorBack2 0.5s infinite;
	 -webkit-animation: colorBack2 5s infinite;
	 -moz-animation: colorBack2 5s infinite;
	 -o-animation: colorBack2 0.5s infinite
 }

@keyframes colorBack2 {
	 0% {
		 border: 12px solid #c083bc;
	 }
	 50% {
		 border: 12px solid #519dc1;
	 }
	 70% {
		 border: 12px solid #bebabb;
	 }
 }

.active-canvas{
  border: 12px solid #c083bc;
}

.hc-luckywheel-container .active-canvas{
	 animation: colorBack3 0.1s infinite;
	 -webkit-animation: colorBack3 0.2s infinite;
	 -moz-animation: colorBack3 0.2s infinite;
	 -o-animation: colorBack3 0.1s infinite
 }

@keyframes colorBack3 {
	 0% {
		 border: 12px solid #c083bc;
	 }
	 50% {
		 border: 12px solid #519dc1;
	 }
	 70% {
		 border: 12px solid #bebabb;
	 }
 }

.hc-luckywheel-list {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  z-index: 2;
}

.hc-luckywheel-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
	font-size: 20px;
  font-weight: bold;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.6);
}

.hc-luckywheel-item span {
  position: relative;
  text-transform: uppercase;
  display: block;
  padding-top: 20px;
  /* width: 50px; */
  margin: 0 auto;
  text-align: center;
  -webkit-transform-origin: 50% 250px; /*Change this when change size*/
  -ms-transform-origin: 50% 250px; /*Change this when change size*/
  transform-origin: 50% 250px;
} /*Change this when change size*/

.hc-luckywheel-item img {
  position: relative;
  top: -20px;
  left: 0px;
  width: 80px;
  *height: 65px;
  border-radius: 10px;
} /*Change this when change size*/

.hc-luckywheel-btn {
  position: absolute;
  left: 210px; /*Change this when change size*/
  top: 210px; /*Change this when change size*/
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #f4e9cc;
  background-color: #760a60;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.hc-luckywheel-btn::after {
  position: absolute;
  display: block;
  content: "";
  left: 10px;
  top: -46px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #760a60;
}

.hc-luckywheel-btn.disabled {
  pointer-events: none;
  background: #b07a7b;
  color: #ccc;
}

.hc-luckywheel-btn.disabled::after {
  border-bottom-color: #b07a7b;
}


body{ margin:0; padding:0; height:100vh; width:100%; }

.bg {
    background-image: url('../images/vip-179k.jpg');
	background-size: 100%;
	*background-position: center;
  	*background-repeat: no-repeat;
}

.vong-quay-name {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 0px;
  text-align: center;
}

.luckywheel-text {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: #eee;
	text-align: center;
	border: 2px solid #bd1129;
}
.luckywheel-text b {
  text-transform: uppercase;
  color: #bd1129;
  font-weight: 700;
  font-size: 14px;
}
.luckywheel-text i {
  text-transform: uppercase;
  color: #6f42c1;
  font-weight: 600;
  font-size: 13px;
}
.luckywheel-text{
	 animation: colorBack 0.5s infinite;
	 -webkit-animation: colorBack 5s infinite;
	 -moz-animation: colorBack 5s infinite;
	 -o-animation: colorBack 0.5s infinite
 }
@keyframes colorBack {
	 0% {
		border: 2px solid #bd1129;
	 }
	 50% {
		 border: 2px solid #008BB5;
	 }
 }
/*==========================*/
/* MAU SAC */
/*==========================*/
.bg-blue{background:#007bff;}
.bg-indigo{background:#6610f2;}
.bg-purple{background:#6f42c1;}
.bg-pink{background:#e83e8c;}
.bg-red{background:#dc3545;}
.bg-orange{background:#fd7e14;}
.bg-yellow{background:#c49300;}
.bg-green{background:#28a745;}
.bg-teal{background:#20c997;}
.bg-cyan{background:#17a2b8;}
.bg-white{background:#fff;}
.bg-gray{background:#6c757d;}
.bg-gray-dark{background:#343a40;}
.bg-primary{background:#007bff;}
.bg-secondary{background:#6c757d;}
.bg-success{background:#28a745;}
.bg-info{background:#17a2b8;}
.bg-warning{background:#ffc107;}
.bg-danger{background:#dc3545;}
.bg-light{background:#f8f9fa;}
.bg-dark{background:#343a40;}
.bg-bach-kim{background:#343a40;}


@media only screen and (max-width : 480px) {
	.luckywheel-wrap {
		height: 510px;
		overflow: hidden;
		position: relative;
	}
	.hc-luckywheel {
		position: absolute;
		left: 50%;
		margin-left: -250px;
		margin-top: 5px;
	}
}