@CHARSET "UTF-8";


body{
	/*background-color: #e6e0ff;*/
	
}


.vjs-duration, 
.vjs-current-time,
.vjs-time-control ,
.vjs-time-divider
{
     display: inline-block!important; 
	 min-width:0px!important;
	 padding-left: 1px!important;
     padding-right:1px!important;
}
.vjs-remaining-time{
	display: none!important; 
	
}

.promo_info{
	background:#390277;
	color:#FFF;
	font-size:14pt;
	font-weight:bolder;
	
	margin-top:0px;
	padding:7px 0 7px 0;
	text-align:center;
	letter-spacing:1.3px;
	
}

.relative_container{
	
	position:relative;
}

.clear{
	
	clear:both;
}

.link_label_remove{
	text-decoration:none;
	color:inherit;
	
}
.page_desceibe_container{
	
	width:80%;
	margin:0 auto;
	margin-top:30px;
	
}

.player_container_outer{
	
	width:80%;
	margin:0 auto;
	margin-top:20px;
	
	
}


.items_container{
	width:80%;
	margin:0 auto;
	margin-top:35px;
	
	border:0px solid red;
	
}



.clear{
	clear:both;
	
}

.flex_vod_title>div{
	padding:15px 0px 0 0px;
	font-size:2em;
	font-weight:bolder;
}


#html5_video{
	display:block;
	width:100%;
	
}



.page_desceibe>div:nth-child(1){
	
 
  margin: 20px 0px 0px 0px;

  font-size: 1.8em;
 font-weight: bold;
  letter-spacing: 2.1px;
  text-align: center;
  color: #390277;
}

.page_desceibe>div:nth-child(2){
	
  margin: 9px 0 0px 0;
 
 font-size: 16pt;

  text-align: center;
  color: #390277;
}






.new_arrival_flag{
	display:block;
	z-index:1000;
	width:20%;
	position:absolute;
	top:0;
	left:0;
		
}



.new_arrival_date{
  
	color:#390277;
	font-size: 28px;
	height:48px;
	line-height:48px;
	
	margin-bottom:13px;
	/*vertical-align:middle;
		*/
	vertical-align:middle;
}



.new_arrival_date span{
  
	font-weight:bolder;
	margin-left:8px;
}


.new_arrival_stamp{
	display:inline-block;
	width:5px;
	height:48px;
	line-height:48px;
	
	vertical-align:middle;
	background:#390277;
	
	
	margin:0 8.8px 0 0;
	padding:0;
	
}

.new_arrival_stamp::before{
	
	
	
	
}



.by_name_sort{
	border:0px solid red;
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 14pt;
	text-align: center;
	color: #272e5d;
	padding: 8px 60px 8px 62.6px;
	background-color: #beacff;
	width:fit-content;
	letter-spacing:2.6px;
	
	
}




.flex_player {
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	
}


.flex_player>div {
	
	width:100%;
	
}

.flex_video{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
		
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	
	
}


.flex_video>div:nth-child(1){
	width:75%;
	
}


.flex_video>div:nth-child(2){
	
	width:25%;
	background:#FFF;
	border:0px solid blue;
}


.flex_video_info{
	background:;
	padding:0px;
	position:relative;
}


.flex_video_info_speaker>div,
.flex_video_info_title>div,
.flex_video_info_desc>div
{
	padding:6px 10px 6px 10px;
	font-size:11pt;
}


.flex_video_info_title{
	background:#beacff;
	position:relative;
}



.draft_container{
	width:fit-content;
	/*position:absolute;
	top:6px;
	right:10px;*/
	
	font-size:11pt;
}

.draft_container span{
	
	font-size:11pt;
	
}

.draft_container>img{
	height:20px;
	vertical-align:middle;
	margin-left:1px;
}



.draft_modal *{
	

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.draft_modal{
	

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	
	
   
	background: #d8d0fa;
	
	/* border: 2px solid #d8d0fa;
	height:70%;
	max-height:70%;
	width:30%;
	*/
	
	position:absolute;
	/*
	top:15%;
	left:35%;
	*/
	z-index:2000;
	
	cursor:move;
	
}

.draft_close{
	height:30px;
	position:absolute;
	z-index:2000;
	/*top:-30px;
	left:50%;
	margin-left:-15px;
	
	*/
	
	top:15px;
	right:-20px;
	cursor:pointer;
	
}


.draft_flex{
	
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction:  row;
	
	flex-wrap: wrap;
	justify-content: center ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	width:100%;
	height:100%;
	border:1px solid red;
	background:#d8d0fa;
	
	
}


.draft_content{
	border:10px solid #d8d0fa;
	background:#d8d0fa;
	overflow:hidden;
	position:relative;
	
}

.draft_content>div{
	background:#FFF;
	
	/*min-height:300px;	
	height:300px;	
	max-height:500px;	
	*/
	overflow-x:auto;
	overflow-y:auto;
	
	padding:15px 10px 15px 10px; 	
}



.draft_content p{
	
	margin:0px;
	padding:0px; 	
	

	border:0px solid green;
}





.flex_video_info_title>div{
	font-size:16pt;
	text-align:center;
	padding:12px 3px 12px 3px;
	letter-spacing:0.8px;
	
}
.flex_video_info_speaker a[href]{
	color:inherit;
	text-decoration:none;
	
}
.flex_video_info_desc{
	overflow-y:auto;
	overflow-x:hidden;
	margin-top:10px;
}

.flex_video_info_desc>div p{
	margin:0;
	line-height:30px;
	font-size:12pt;
}




.flex_video>div:nth-child(2){
	
	position:relative;
	
}


.flex_video_preview{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}



.by_first_name_sort{
	border:0px solid red;
	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: 14pt;
	text-align: center;
	color: #272e5d;
	padding: 14px 60px 14px 60px;
	background-color: #beacff;
	width:fit-content;
	letter-spacing:2.6px;
	
	float:right;
	
}

.all_last_name_container{
	margin:10px 0 30px 0;
	padding:5px;
	list-style-type:none;
	border:0px solid red;
	
}



.last_name_tag{
	width:fit-content;
	padding:1px 7px;
	font-weight:bolder;
	
	display:inline-block;
	 border: 2px solid #e6e0ff;
	 text-align:center;
	 
}


.last_name_tag:hover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border: 2px solid #390277;
	background:#FFF;
	
	
}



.flex_sort{
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	width:100%;
	margin-top:10px;	
	padding:5px;
}


.flex_sort>div{
	width:fit-content;
	
	margin:5px 5px 5px 5px;
	
	
}


.flex_sort>div>a[href]>.last_name_selected{
	color:#FFF;
	background:#390277;
	border:1px solid #390277;
}


.flex_sort .last_name_next{
	width:100%!important;
	margin:10px 0 10px 0;
}


.flex_sort>div>a[href]>div{
	
	
	padding: 2.5px 11px 2.5px 12.5px;
	text-align:center;

	white-space: nowrap;
	word-break:keep-all;
	background:#F0EFF5;
	letter-spacing:1.5px;
	
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	border:1px solid #9856C0;
	overflow:hidden;
}





.flex_sort>div>a[href]>div:hover{
	
	background:#BFB6E5;
	color: #390277;
	border:1px solid #BFB6E5;
}




.flex_a_container,
.flex_b_container{
	width:70%;
	margin:0 auto;	
	

}

.flex_a_container{
	
	
}
.flex_b_container{
	margin-top:25px;
}


.flex_a_container a[href]{
	
	text-decoration:none;
	color:inherit;
}

.embed_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.embed_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.item_title_flex{
	
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	margin:0 auto;
	
	color: #390277;
	border:0px solid red;
	
}   




.items_flex_item1
{
	width:100%;
	
}



.items_flex_item_embed,
.items_flex_item2
{
	margin-top:30px;
}

.items_flex_item_embed{
	width:45%;
	border:0px solid red;
}


.items_flex_item2
{
	width:55%;
	border:0px solid red;
}


.items_flex_item1>div{
/*.items_flex_item2>div{*/
	padding-left:30px;
	
}


.items_flex_item2>div{
	padding:0 0 0 15px;
	
}

.items_flex_item1{
	
	font-size: 24pt;
	font-weight:normal;
	line-height:40px;
	border-left:2px solid #390277;
	letter-spacing:4px;
	align-content:  center;
	margin-top:30px;
	
}   

.items_flex_item1 span{

	font-weight: bold;	
	margin-right:20px;

}   

.items_flex_item2
{
	font-size: 16pt;

}   


.items_flex_item2 p
{
	line-height:33px;
	margin:0 0 15px 0;
	padding: 0;
}   



.items_flex_item2>div .award_span
{
	font-weight:bolder;
	color:#0808CA;
	
}   


.items_flex_item2>div .award_span[dest]
{
	
	cursor:pointer;
}   


.items_flex_item2>div .award_span[dest]:hover
{
	
	color:#E6004B;
	
}   



.items_flex_item2>div .special_span
{
	
	color: #E6004B;;
}   



.award_title{
	width:30%;
	color:#390277;
	font-size:14pt;
	font-weight:bolder;
}


.award_title img{
	width:100%;
	display:block;
	
}


.flex_b{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	margin:0 auto;
	border:0px solid green;
	margin-top:30px;
	
}



.flex_b_2{
	
	
}

.flex_b>div{
	width:33.3%;
	margin-bottom:40px;
}

.flex_b_items_cell1 .Flex_embed_ratio_16x9:hover{
	opacity: 0.6; 
	transition-delay: 0.1s; /* delays for 1 second */
	-webkit-transition-delay: 0.1s; /* for Safari & Chrome */
}


.flex_b_items>div{
	padding:10px 10px 10px 10px;
	
	
}

.flex_b_items>div:last-child{

	
}


.flex_b_items_cell1{
	padding:0px 0 0 0px;
	position:relative;
	border: 7px solid #d8d0fa;
	
}

.flex_b_items_cell2{
	
	margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #390277;
	
	text-align:;
	border:0px solid red;
}

.flex_b_items_cell2 .vod_title{
	margin:0;
	padding:0;
	
	font-size:12pt;
}

.flex_b_items_cell2 a[href]{
	
	color:inherit;
	text-decoration:none;
}

.flex_b_items_cell2 a[href]:hover{
	
	color:gray;
}

.flex_b_items_cell2>div{
	margin:0;
	padding:0px 10px 0 10px;
	
	font-weight:bolder;
}

.tags_container{
	
	font-weight:normal;
	font-size:10.5pt;
}




.tags_span{
	
	
	font-size:10pt;
	font-weight:bolder;
	margin:0 3px 0 3px;
	color:#696969;
	/*color:#5e16bb;*/
	white-space:nowrap;


	
	
}


.come_from{
	
	background-color: #5e16bb;
    padding: 3px 8px 3px 8px;
    font-size: 10pt;
    
    text-align:center;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
	
	position:absolute;
	top:2%;
	right:2%;
	z-index:1200;
	opacity: 0.8;
}


.Nominations_stamp{
	
	width:17%;
	position:absolute;
	top:-10%;
	left:-15px;
	z-index:1200;
	
}









@media (max-width: 1024px) {
	

	.flex_a_container,
	.flex_b_container{
		width:100%;
		margin:0 auto;	
		

	}
	
		
	.item_title_flex{
		
		
		display:flex;
		/*flex-direction: row;*/
		flex-direction: row;
		
		flex-wrap: wrap;
		justify-content: flex-start ;
		/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
		
		align-items: flex-start ;
		/*align-items: flex-start | flex-end | center | baseline | stretch;*/
		
		/*
		align-self:  單行
		align-content:   多行版本
		flex-start | flex-end | center | space-between | space-around | stretch;
		*/
		
		width:95%;
		margin:0 auto;
		
		color: #390277;
		border:0px solid red;
		
	}   
		
	
	
	.items_flex_item_embed,
	.items_flex_item2
	{
		width:100%;
	}
	
	
	.items_flex_item1>div
	{
		padding-left:15px;
		
	}	
			
		
	.items_flex_item1{
		
		font-size: 16pt;
		font-weight:normal;
		line-height:40px;
		border-left:2px solid #390277;
		letter-spacing:4px;
		align-content:  center;
		
		
	}   


	.items_flex_item2
	{
		font-size: 14pt;
		margin-top:10px;
		
	}   

	.award_title{
		width:65%;
		
	}


	.award_title img{
		width:100%;
		display:block;
		
	}	
	
	.flex_b>div{
		width:100%;
		margin-bottom:40px;
	}
		
	

}



/* iPad   landscape */
@media all 
and (width: 1024px) 
and (height: 768px) 
and (orientation:landscape)
{
		
	


}



/* iPad  portrait */
@media all 
and (width: 768px) 
and (height: 1024px) 
and (orientation:portrait)
{
		
	

}


/* iPad Pro   landscape */
@media all 
and (width: 1366px) 
and (height: 1024px) 
and (orientation:landscape)
{
	

	


}