@charset "utf-8";
body {
	margin: 0;
	padding:0;
	background: #FDE79B;
}

@font-face {
	font-family: 'English';
	src: url('../fonts/VAGRoundedLTPro-Bold.otf') format('truetype'), url('../fonts/VAGRoundedLTPro-Bold.otf') format('truetype');
	font-weight: bold;
	font-style: bold;
  }
  @font-face {
	font-family: 'Chines';
	src: url('../fonts/MYuenHK-SemiBold.ttf') format('truetype'), url('../fonts/MYuenHK-SemiBold.ttf') format('truetype');
	font-weight: bold;
	font-style: bold;
  }
 

  .sample_video_en, video{
	width: 800px;
	height: 600px;
    position: absolute;
	opacity: 0;
}
.controls {
	position: absolute;
	z-index: 1;
	width: 334px;
	height: 62px;
	left: 0px;
	background-image: url("../images/button/controls_box.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.text-with-bar {
	position: absolute;
	z-index: 1;
	width: 159px;
	height: 49px;
	left: 4px;
	top: 4px;
	/* background-image: url("../images/button/text-with-bar_1.png"); */
	background-repeat: no-repeat;
}

.title-text{
	position: absolute;
	width: 150px;
	height: 52px;
	margin: 0px 0px 0px 0px;
    align-items: center;
    justify-content: center;
	display: flex;
	font-size: 20px;
	color: #009600;
	font-family: 'Chines';
}
.controls .btn {
	width: 41px;
	height: 45px;
	margin-top: 7px;
	background: transparent;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	outline: none;
	background-size: cover;
}
.controls .btn:disable {
	pointer-events: none;
}
.controls .btn.song-btn {
	margin-left: 156px;
	background-image: url("../images/button/song.png");
	position: absolute;
	left: -999px;
	top: 1px;
}
.controls .btn.song-btn.active{
	position: relative;
	left: 0;
}
.controls .btn.song-btn:hover {
	background-position: right;
}


.controls .btn.karoke-btn {
	margin-left: 156px;
	background-image: url("../images/button/karoke.png");
	position: absolute;
	left: -999px;
	top: 1px;
}
.controls .btn.karoke-btn.active{
	position: relative;
	left: 0;
}
.controls .btn.karoke-btn:hover {
	background-position: right;
}


.controls .btn.play-btn {
	margin-left: 13px;
	background-image: url("../images/button/play.png");
	position: absolute;
	left: -999px;
	top: 1px;
}

.controls .btn.play-btn.active{
	position: relative;
	left: 0;
}
.controls .btn.play-btn:hover {
	background-position: right;
}


.controls .btn.pause-btn {
	margin-left: 13px;
	background-image: url("../images/button/pause.png");
	position: absolute;
	left: -999px;
	top: 1px;
}
.controls .btn.pause-btn.active{
	position: relative;
	left: 0;
}
.controls .btn.pause-btn:hover {
	background-position: right;
}


.controls .btn.replay-btn {
	margin-left: -3px;
	background-image: url("../images/button/reply.png");
	top: 1px;
    position: relative;
}
.controls .btn.replay-btn:hover {
	background-position: right;
}


#loader{
	position: absolute;
	width: 100%; height: 100%;
	background-color: rgba(255,255,255, 0.9);
	background-color: #FDE79B;
	left: 0; top: 0;
	z-index: 2;
	text-align: center;
}
#loader #centerVH{
	display: none;
	position: absolute;
	top: 50%; left: 50%;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
#PlayBtn{
	/* display: none; */
	position: absolute;
	width: 150px;
	height: 151px;
	background-image: url('../images/play-btn.png');
	top: 50%; left: 50%;
	transform: translate(-50%,-50%) scale(0.6);
	cursor: pointer;
	border-radius: 50%;
}
#loadingImg{
	display: none;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}
.dropbtn {
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("../images/button/play_back1.png");
	top: -10px; 
	left: 10px;
	cursor: pointer;
	border:none;
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
  background-image: url("../images/button/play_back2.png");
  background-size: 48px 48px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.dropdown {
  position: absolute;
  left:300px;
  top:15px;
  font-family: 'English';
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  font-family: 'English';
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align:center;
  margin-top:40px;
}

.dropdown-content p {
	font-family: 'English';
  text-decoration: none;
  display: block;
}

.dropdown p:hover {background-color: #ddd; padding: 3px 3px;}

.show {display: block;}

