
/* 隱藏上方 ATEN Menu */


.clearfix #top-bar {
    display: none;
}


#footer.dark, .dark #footer {
    display: none;
}


#header-wrap #header.full-header #primary-menu > ul {
    display: none;
}

#header-wrap #primary-menu {
   display: none;
}


#header.full-header {
    display: none;
}






.content #copyrights {
    background-color: #333;
    font-size: 12px;
    line-height: 1.8;
    padding: 20px 0;
}





.page_stitle2.color_black.center > a, .page_stitle2.color_black.center > a span {
    color: #000;
	transition: all 0.3s ease-in-out 0s;;
}


.page_stitle2.color_black.center > a:hover, .page_stitle2.color_black.center > a:hover span {
    color:#33c4ee;
	transition: all 0.5s linear 0s;
}




/* 超級大螢幕 */
@Media (min-width: 1921px) and (max-width: 2560px) { 
   
div.embed_video{
 width:65%;
 /* margin-bottom: 60px; */
 margin-left: 195px;
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{
 div.embed_video{
 width:65%;
 /* margin-bottom: 60px; */
 margin-left: 195px;
}/*chrome微調位置*/
}
 
   
}






/* 大螢幕 */
@Media (min-width: 1200px) and (max-width: 1920px) { 
   
div.embed_video{
 width:65%;
 /* margin-bottom: 60px; */
 margin-left: 195px;
}

}





/* 一般pc小螢幕 */
@Media (min-width: 980px) and (max-width: 1199px) { 
   
div.embed_video{
 width:65%;
 /* margin-bottom: 60px; */
 margin-left: 170px;
}

}






/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 768px) and (max-width: 979px) { 
	
div.embed_video{
 width:100%;
 margin-bottom: 0px; 
}

}




/* 橫向智慧手機到竪立平板電腦解析度 */
@Media (max-width: 767px) { 

div.embed_video{
 width:100%;
 margin-bottom: 0px; 
}
  
}





/* iPhone 6 & 6 plus > 4.7吋--手機及其他更小解析度 */
@Media (min-width: 373px) and (max-width: 414px) { 


div.embed_video{
 width:100%;
 margin-bottom: 0px; 
}
    
	
}





/* 橫向智慧手機及其他更小解析度 */
@Media (max-width: 480px) { 

div.embed_video{
 width:100%;
 margin-bottom: 0px; 
}
   
	

}