/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: #4163ad;
	/* background-image: url("../images/concrete_seamless.png"); */

}
.pc,
.ph {
    position: relative;
}
.pc {
    display: block;
}
.ph {
    display: none;
}
@media (max-width: 768px){
	.pc {
		display:none;
	}
	.ph {
		display: block;
	}

}

.show {
	opacity: 1;
	transition: opacity 1000ms;
  }
  
  .hide {
	opacity: 0;
	transition: opacity 1000ms;
  }

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow:  none;
    box-shadow:  none;
}

.d01{position:relative; }

.btn {
	position: absolute;
	background-color: rgba(33, 242, 90, 0);
	z-index: 995;
}
.btn01{
	width: 24%;
    height: 5%;
    right: 5%;
    top: 11%;
}
.btn02{
	width: 24%;
    height: 5%;
    right: 5%;
    top: 35%;
}
.btn03{
	width: 24%;
    height: 5%;
    right: 5%;
    top: 59%;
}

.b01{

	color: #fff;
    right: 10px;
    top: 10px;
    z-index: 201;
    position: fixed;
    height: 50px;
}
.b02{

	color: #fff;
    right: 163px;
    top: 10px;
    z-index: 150;
    position: fixed;
    height: 50px;
}
.b03{

	color: #fff;
	right: 374px;
    top: 10px;
    z-index: 150;
    position: fixed;
    height: 50px;
}
.b04{

	color: #fff;
	right: 772px;
    top: 10px;
    z-index: 150;
    position: fixed;
    height: 50px;
}
.b05{

	color: #fff;
	right: 572px;
    top: 10px;
    z-index: 150;
    position: fixed;
    height: 50px;
}
.b06{

	color: #fff;
	right: 377px;
    top: 10px;
    z-index: 150;
    position: fixed;
    height: 50px;
}
.b01 img,
.b02 img,
.b03 img,
.b04 img,
.b05 img,
.b06 img{
	height: 100%;
}

.b01:hover{
	background-color: #000000;
	color:#fff;
	text-decoration:none;
}

.logo{
	position: fixed;
	width: 200px;
	height: 100px;

	z-index: 101;
	/* background-color: #4163ad; */

	padding: 20px;
}
.logo01 {
	

}
.mus{
	position: absolute;
	z-index: 9999;
}
.title{
	padding-top: 80px;
}
.title2{
	
	position: absolute;
    right: -40px;
    bottom: 10px;
    width: 600px;
    z-index: 100;

}
.markbg{
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 100;
    height: 100%;
    background-color: #7fffd400;
}


.vidwrappc{
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    overflow: hidden;
}
.vidwrapph{
	position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;

}
.vidwrapph video{
	min-height: 24%;
    width: 100%;
    bottom: auto;
    top: 0;
}
video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    height: auto;
    width: auto;
    display: block;
}

.Listofwinners{
	position: absolute;
	z-index: 400;
	width: 100%;
	height: 100%;
	
	background-color: #4163ad85;
	top: 0;
	left: 0;

    display: flex;
    align-items: center;
    justify-content: space-around;

}
.Listofwinners a{
	width: 100%;
}

.schedule{
	position: sticky;
	width: 100%;
	background-color: #4163ad;
	top: 0;
	left: 0;

	text-align: center;

    height: 100%;
	z-index: 200;
	display: none;
}
.sbo{
	position: relative;
	width: 80%;
	margin: auto;
}
.sbo img{
	
}

/* 手機版 */
@media (max-width: 768px){

	.markbg{
		position: relative;
		height: auto;
		overflow: visible;
	}
	.vidwrapph img{
		width: 56%;
	}
	/* .Listofwinners{   align-items: flex-end;} */
	.Listofwinners {     top: 40%;     }

	.Listofwinners img{    width: 100%;}
	
	.logo {
		position: absolute;
		width: 120px;
		height: 100px;
		z-index: 99999;
		padding: 10px;
		left: 0;
		top: 0;
	}
	.title2{
		position: relative;
		left: 0px;
		bottom: 0;
		width: 100%;
		z-index: 100;
	}
	.b01{
	    color: #fff;
    top: auto;
	bottom: -11%;
    z-index: 201;
    position: absolute;
    height: auto;
    width: 76%;
    right: 13%;
	}
	.b02{
		color: #fff;
		top: auto;
		bottom: -24%;
		z-index: 150;
		position: absolute;
		height: auto;
		width: 76%;
		right: 13%;
	}
	.b03{
	
		color: #fff;
		
		top: auto;
		bottom: 20%;
		z-index: 150;
		position: absolute;
		height: auto;
		width: 76%;
		right: 13%;
	}	
	.b04{
		color: #fff;
		top: auto;
		bottom: -37%;
		z-index: 150;
		position: absolute;
		height: auto;
		width: 76%;
		right: 13%;
	}
	.b05{
		color: #fff;
		top: auto;
		bottom: -50%;
		z-index: 150;
		position: absolute;
		height: auto;
		width: 76%;
		right: 13%;
	}
	.b06{
		color: #fff;
		top: auto;
		bottom: -63%;
		z-index: 150;
		position: absolute;
		height: auto;
		width: 76%;
		right: 13%;
	}
	.b01 img,
	.b02 img,
	.b03 img,
	.b04 img,
	.b05 img,
	.b06 img{
		height: auto;
		width: 100%;
	}
	.sbo{
		position: relative;
		width: 100%;
		margin: auto;
	}
	.schedule{
		position: relative;
		width: 100%;
		background-color: #4163ad;
		top: auto;
		left: 0;
		text-align: center;
		height: 100%;
		z-index: 300;
		display: block;
		margin-top: 80%;
		margin-bottom: 0%;
	}


}

@media (max-width: 1200px){


}
@media (min-width: 1500px){
	.Listofwinners img{  width: 800px;}

}




/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 112px;
	left: 50%;
	margin: -90px 0 0 -150px;
	position: absolute;
	top: 50%;
	width: 300px;
}


/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;

}

.scroll-up a {

	display: block;
/*
	width: 35px;
	height: 35px;
*/
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	
	
	width: 50px;
	height: 50px;
	margin: 40px 0 0 40px;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background: #4163ad;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: #e7746f;
	color: #ffffff;
}


/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 280px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -70px;
	display: block;
	z-index: 10;
	text-align: center;
}

.scroll-down span {
	position: relative;
	color: #fff;
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}



/*Carousel廣告輪播滾動切換變成淡入淡出效果*/

/*  接著再把class="carousel slide"的中再加入carousel-fade。*/

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;	
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}










