/* 語系切換下拉選單(修正透明背景、被覆蓋、排版錯亂問題)
#t4-topbar {
    z-index: 301;
}

div.mod-languages ul.lang-inline li {
    display: inline-block !important;
}
*/


/* 新增手機選單Title文字 */
/*
.t4-offcanvas .t4-off-canvas-header::after {content: "ADD STONE"; }
*/


/* 閱讀更多按鈕樣式 */
.readfulltext .btn {
	color: #ffffff !important;
	font-size: 16px;
	background-color: #005D67;
	border-color: #005D67;
/*  line-height, padding, border-radius 借來的 */
	line-height: 1.5;
	padding: 8px 16px;
	border-radius: 5px;
	/*	
	padding: 15px 30px 15px 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
}
  .readfulltext .btn:hover {
	background-color: #1d7780;
}
/* END 閱讀更多按鈕樣式 */


/* YouTube 影片嵌入 RWD */
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END YouTube 影片嵌入 RWD */